Stochastic Expectation Propagation
Yingzhen Li, Jose Miguel Hernandez-Lobato, Richard E. Turner

TL;DR
Stochastic Expectation Propagation (SEP) extends Expectation Propagation by maintaining a global posterior approximation, enabling scalable Bayesian learning on large datasets with reduced memory requirements while preserving accuracy.
Contribution
SEP introduces a scalable variant of EP that combines global approximation with local updates, addressing memory limitations in large-scale Bayesian inference.
Findings
SEP performs nearly as well as full EP on various datasets.
SEP reduces memory usage by a factor of N compared to traditional EP.
Experiments demonstrate SEP's suitability for large-scale Bayesian learning.
Abstract
Expectation propagation (EP) is a deterministic approximation algorithm that is often used to perform approximate Bayesian parameter learning. EP approximates the full intractable posterior distribution through a set of local approximations that are iteratively refined for each datapoint. EP can offer analytic and computational advantages over other approximations, such as Variational Inference (VI), and is the method of choice for a number of models. The local nature of EP appears to make it an ideal candidate for performing Bayesian learning on large models in large-scale dataset settings. However, EP has a crucial limitation in this context: the number of approximating factors needs to increase with the number of data-points, N, which often entails a prohibitively large memory overhead. This paper presents an extension to EP, called stochastic expectation propagation (SEP), that…
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
TopicsGaussian Processes and Bayesian Inference · Distributed Sensor Networks and Detection Algorithms · Target Tracking and Data Fusion in Sensor Networks
