Stochastic Belief Propagation: A Low-Complexity Alternative to the Sum-Product Algorithm
Nima Noorshams, Martin J. Wainwright

TL;DR
This paper introduces stochastic belief propagation (SBP), a low-complexity, randomized variant of the sum-product algorithm that reduces computational and communication costs while maintaining convergence guarantees.
Contribution
The paper proposes SBP, a novel randomized message-passing algorithm that lowers complexity from quadratic to linear in state dimension and significantly reduces communication, with theoretical convergence guarantees.
Findings
SBP converges almost surely to the BP fixed point on trees.
Error decays at a rate of O(1/√t) in the infinity norm.
Mean square error decreases as O(1/t) on general graphs.
Abstract
The sum-product or belief propagation (BP) algorithm is a widely-used message-passing algorithm for computing marginal distributions in graphical models with discrete variables. At the core of the BP message updates, when applied to a graphical model with pairwise interactions, lies a matrix-vector product with complexity that is quadratic in the state dimension , and requires transmission of a -dimensional vector of real numbers (messages) to its neighbors. Since various applications involve very large state dimensions, such computation and communication complexities can be prohibitively complex. In this paper, we propose a low-complexity variant of BP, referred to as stochastic belief propagation (SBP). As suggested by the name, it is an adaptively randomized version of the BP message updates in which each node passes randomly chosen information to each of its neighbors. The…
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
TopicsError Correcting Code Techniques · Stochastic Gradient Optimization Techniques · Bayesian Modeling and Causal Inference
