Equivariant Neural Network for Factor Graphs
Fan-Yun Sun, Jonathan Kuck, Hao Tang, Stefano Ermon

TL;DR
This paper introduces neural network models that respect the permutation symmetries of factor graphs, improving inference accuracy across different dataset sizes by leveraging the graphs' isomorphic properties.
Contribution
The paper proposes two novel neural inference models, FE-NBP and FE-GNN, that incorporate the permutation invariance and equivariance properties of factor graphs.
Findings
FE-NBP achieves state-of-the-art results on small datasets.
FE-GNN outperforms existing methods on large datasets.
Models effectively handle both marginal and MAP inference tasks.
Abstract
Several indices used in a factor graph data structure can be permuted without changing the underlying probability distribution. An algorithm that performs inference on a factor graph should ideally be equivariant or invariant to permutations of global indices of nodes, variable orderings within a factor, and variable assignment orderings. However, existing neural network-based inference procedures fail to take advantage of this inductive bias. In this paper, we precisely characterize these isomorphic properties of factor graphs and propose two inference models: Factor-Equivariant Neural Belief Propagation (FE-NBP) and Factor-Equivariant Graph Neural Networks (FE-GNN). FE-NBP is a neural network that generalizes BP and respects each of the above properties of factor graphs while FE-GNN is an expressive GNN model that relaxes an isomorphic property in favor of greater expressivity.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Bayesian Modeling and Causal Inference · Graph Theory and Algorithms
