Conditional Expectation Propagation
Zheng Wang, Shandian Zhe

TL;DR
Conditional Expectation Propagation (CEP) improves upon standard EP by enabling efficient, analytical fixed point iterations through conditional moment matching, enhancing inference quality and computational efficiency across various models.
Contribution
We introduce CEP, a novel method that performs conditional moment matching to overcome intractability and inefficiency in traditional EP algorithms.
Findings
CEP achieves better inference accuracy than standard EP.
CEP is more computationally efficient than Laplace propagation.
Experiments demonstrate CEP's versatility across multiple models.
Abstract
Expectation propagation (EP) is a powerful approximate inference algorithm. However, a critical barrier in applying EP is that the moment matching in message updates can be intractable. Handcrafting approximations is usually tricky, and lacks generalizability. Importance sampling is very expensive. While Laplace propagation provides a good solution, it has to run numerical optimizations to find Laplace approximations in every update, which is still quite inefficient. To overcome these practical barriers, we propose conditional expectation propagation (CEP) that performs conditional moment matching given the variables outside each message, and then takes expectation w.r.t the approximate posterior of these variables. The conditional moments are often analytical and much easier to derive. In the most general case, we can use (fully) factorized messages to represent the conditional moments…
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 · Error Correcting Code Techniques · Machine Learning and Algorithms
