NeurIPS 2020poster64 citations

Factor Graph Neural Networks

Zhen Zhang, Fan Wu, Wee Sun Lee

Abstract

Most of the successful deep neural network architectures are structured, often consisting of elements like convolutional neural networks and gated recurrent neural networks. Recently, graph neural networks (GNNs) have been successfully applied to graph-structured data such as point cloud and molecular data. These networks often only consider pairwise dependencies, as they operate on a graph structure. We generalize the GNN into a factor graph neural network (FGNN) providing a simple way to incorporate dependencies among multiple variables. We show that FGNN is able to represent Max-Product belief propagation, an approximate inference method on probabilistic graphical models, providing a theoretical understanding on the capabilities of FGNN and related GNNs. Experiments on synthetic and real datasets demonstrate the potential of the proposed architecture.

BibTeX
@inproceedings{NEURIPS2020_61c66a2f,
 author = {Zhang, Zhen and Wu, Fan and Lee, Wee Sun},
 booktitle = {Advances in Neural Information Processing Systems},
 editor = {H. Larochelle and M. Ranzato and R. Hadsell and M.F. Balcan and H. Lin},
 pages = {8577--8587},
 publisher = {Curran Associates, Inc.},
 title = {Factor Graph Neural Networks},
 url = {https://proceedings.neurips.cc/paper_files/paper/2020/file/61c66a2f4e6e10dc9c16ddf9d19745d6-Paper.pdf},
 volume = {33},
 year = {2020}
}