Auto-Encoding Variational Bayes
Diederik P Kingma, Max Welling

TL;DR
This paper introduces a scalable stochastic variational inference method for directed probabilistic models with continuous latent variables, enabling efficient learning and inference even with intractable posteriors and large datasets.
Contribution
It proposes a reparameterization of the variational lower bound for straightforward optimization and introduces an inference model to improve efficiency for i.i.d. datasets.
Findings
Efficient inference achieved with stochastic gradient optimization.
Recognition model accelerates posterior inference in large datasets.
Method performs well in experiments with intractable posteriors.
Abstract
How can we perform efficient inference and learning in directed probabilistic models, in the presence of continuous latent variables with intractable posterior distributions, and large datasets? We introduce a stochastic variational inference and learning algorithm that scales to large datasets and, under some mild differentiability conditions, even works in the intractable case. Our contributions are two-fold. First, we show that a reparameterization of the variational lower bound yields a lower bound estimator that can be straightforwardly optimized using standard stochastic gradient methods. Second, we show that for i.i.d. datasets with continuous latent variables per datapoint, posterior inference can be made especially efficient by fitting an approximate inference model (also called a recognition model) to the intractable posterior using the proposed lower bound estimator.…
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.
Code & Models
Videos
What is an Autoencoder? | Two Minute Papers #86· youtube
The Brain Is Just Specialized Agents Talking To Each Other — Dr. Jeff Beck· youtube
Reparameterization Trick - WHY & BUILDING BLOCKS EXPLAINED!· youtube
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Machine Learning and Algorithms · Bayesian Methods and Mixture Models
MethodsStochastic Gradient Variational Bayes
