Expectation Propagation for approximate Bayesian inference
Thomas P. Minka
Introduces Expectation Propagation, a deterministic approximate inference framework that unifies assumed-density filtering and belief propagation to deliver higher accuracy than variational Bayes or Laplace approximations in hybrid networks at comparable computational cost.
- Paper: An Introduction to Variational Methods for Graphical Models, MICHAEL I. JORDAN et al. (1999). Introduces the foundational variational bounding and KL-divergence minimization techniques for graphical models that Expectation Propagation specifically contrasts with and builds upon.
- Paper: A Tutorial on Learning with Bayesian Networks, David Heckerman (1999). Establishes core probabilistic inference and parameter learning principles in Bayesian networks that form the underlying target problem for Expectation Propagation.
- Paper: Keeping Neural Networks Simple by Minimizing the Description Length of the Weights, Geoffrey E. Hinton et al. (1993). Provides early foundations for approximating intractable parameter posteriors with Gaussian distributions using information-theoretic divergence measures.
- Paper: Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials, Philipp Krähenbühl et al. (2011). Extends efficient approximate deterministic inference and continuous message passing to dense, fully connected graphical models.
- Paper: Weight Uncertainty in Neural Network, C. Blundell et al. (2015). Applies approximate Bayesian posterior estimation and uncertainty representation across deep parameter spaces using scalable backpropagation-compatible techniques.
- Paper: Stochastic Backpropagation and Approximate Inference in Deep Generative Models, Danilo Jimenez Rezende et al. (2014). Develops modern continuous approximate inference techniques by marrying variational bounds with stochastic gradient optimization in deep generative models.
- Paper: Bayesian Learning via Stochastic Gradient Langevin Dynamics, M. Welling et al. (2011). Provides a scalable stochastic sampling alternative for posterior inference across large-scale continuous Bayesian models.
