Modeling Graph Node Correlations with Neighbor Mixture Models
Linfeng Liu, Michael C. Hughes, Li-Ping Liu

TL;DR
The paper introduces the Neighbor Mixture Model (NMM), a scalable and expressive approach for modeling node label correlations in graphs, outperforming existing methods in various graph tasks.
Contribution
It presents NMM as an efficient, scalable alternative to Markov Random Fields, integrating GNNs for enhanced representation and broad applicability.
Findings
Outperforms state-of-the-art in node classification
Effective in image denoising and link prediction
Linear-time sampling and marginal evaluation
Abstract
We propose a new model, the Neighbor Mixture Model (NMM), for modeling node labels in a graph. This model aims to capture correlations between the labels of nodes in a local neighborhood. We carefully design the model so it could be an alternative to a Markov Random Field but with more affordable computations. In particular, drawing samples and evaluating marginal probabilities of single labels can be done in linear time. To scale computations to large graphs, we devise a variational approximation without introducing extra parameters. We further use graph neural networks (GNNs) to parameterize the NMM, which reduces the number of learnable parameters while allowing expressive representation learning. The proposed model can be either fit directly to large observed graphs or used to enable scalable inference that preserves correlations for other distributions such as deep generative graph…
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
TopicsData Management and Algorithms · Advanced Graph Neural Networks · Graph Theory and Algorithms
