Expectation Propagation for approximate Bayesian inference
Thomas P. Minka

TL;DR
Expectation Propagation is a new deterministic approximation method for Bayesian inference that unifies and extends previous techniques, enabling effective inference in hybrid networks and improving over existing methods in experiments.
Contribution
It introduces Expectation Propagation, a novel algorithm unifying assumed-density filtering and loopy belief propagation, applicable to hybrid networks and capable of propagating richer belief states.
Findings
Outperforms Laplace's method, variational Bayes, and Monte Carlo in Gaussian mixture models
Efficiently trains Bayes point machine classifiers
Applicable to hybrid discrete-continuous Bayesian networks
Abstract
This paper presents a new deterministic approximation technique in Bayesian networks. This method, "Expectation Propagation", unifies two previous techniques: assumed-density filtering, an extension of the Kalman filter, and loopy belief propagation, an extension of belief propagation in Bayesian networks. All three algorithms try to recover an approximate distribution which is close in KL divergence to the true distribution. Loopy belief propagation, because it propagates exact belief states, is useful for a limited class of belief networks, such as those which are purely discrete. Expectation Propagation approximates the belief states by only retaining certain expectations, such as mean and variance, and iterates until these expectations are consistent throughout the network. This makes it applicable to hybrid networks with discrete and continuous nodes. Expectation Propagation also…
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
TopicsBayesian Modeling and Causal Inference · Gaussian Processes and Bayesian Inference · Bayesian Methods and Mixture Models
