GaBP
GaBP stands for Gaussian Belief Propagation. It is a message-passing algorithm for performing probabilistic inference in Gaussian graphical models. In GaBP, variables are continuous and joint distributions are Gaussian, so all messages and marginals are Gaussian. This allows efficient computation of marginal means and variances and, in some formulations, can be used to solve linear systems by interpreting the system as a Gaussian Markov random field.
Algorithm Overview: The model is represented as a factor graph with variable nodes and factor nodes. Messages
Convergence and Practicality: GaBP is particularly attractive for distributed and parallel computation because each node only
Applications and Relation: It has been applied in sensor networks, computer vision, communications, and statistics. GaBP