Linearized and Single-Pass Belief Propagation
Wolfgang Gatterbauer, Stephan G\"unnemann, Danai Koutra, Christos, Faloutsos

TL;DR
This paper introduces Linearized Belief Propagation (LinBP) and Single-pass Belief Propagation (SBP), providing faster, convergent, and scalable methods for node classification in networks, with applications in social network analysis.
Contribution
The paper proposes LinBP with a closed-form solution and convergence guarantees, and introduces SBP for localized, fast, and incremental inference in dynamic networks.
Findings
LinBP converges with guarantees and is faster than traditional BP.
SBP propagates information at most once per edge, enabling quick updates.
Experiments show LinBP and SBP are orders of magnitude faster than standard methods.
Abstract
How can we tell when accounts are fake or real in a social network? And how can we tell which accounts belong to liberal, conservative or centrist users? Often, we can answer such questions and label nodes in a network based on the labels of their neighbors and appropriate assumptions of homophily ("birds of a feather flock together") or heterophily ("opposites attract"). One of the most widely used methods for this kind of inference is Belief Propagation (BP) which iteratively propagates the information from a few nodes with explicit labels throughout a network until convergence. One main problem with BP, however, is that there are no known exact guarantees of convergence in graphs with loops. This paper introduces Linearized Belief Propagation (LinBP), a linearization of BP that allows a closed-form solution via intuitive matrix equations and, thus, comes with convergence…
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.
Code & Models
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
