Sparse Bayesian Message Passing under Structural Uncertainty
Yoonhyuk Choi, Jiho Choi, Chanran Kim, Yumin Lee, Hawon Shin, Yeowon Jeon, Minjeong Kim, Jiwoo Kang
TL;DR
The paper tackles semi-supervised node classification on graphs with structural noise and heterophily. It introduces SpaM, a Sparse Bayesian Message Passing framework, that maintains a posterior over signed adjacencies $Z \in \{-1,0,+1\}^{n \times n}$ and marginalizes predictions via Monte Carlo sampling, using a local sparse coding layer for aggregation. Theoretical contributions include a risk decomposition showing excess risk scales with the posterior approximation error, and empirical results across nine heterophilic benchmarks demonstrating improved robustness and accuracy over strong baselines. This uncertainty-aware graph learning framework provides a principled alternative to fixed-graph or purely parameter-based uncertainty methods and scales to large, noisy graphs.
Abstract
Semi-supervised learning on real-world graphs is frequently challenged by heterophily, where the observed graph is unreliable or label-disassortative. Many existing graph neural networks either rely on a fixed adjacency structure or attempt to handle structural noise through regularization. In this work, we explicitly capture structural uncertainty by modeling a posterior distribution over signed adjacency matrices, allowing each edge to be positive, negative, or absent. We propose a sparse signed message passing network that is naturally robust to edge noise and heterophily, which can be interpreted from a Bayesian perspective. By combining (i) posterior marginalization over signed graph structures with (ii) sparse signed message aggregation, our approach offers a principled way to handle both edge noise and heterophily. Experimental results demonstrate that our method outperforms strong baseline models on heterophilic benchmarks under both synthetic and real-world structural noise.
