MLLGDec 20, 2013

Auto-Encoding Variational Bayes

arXiv:1312.6114v1116888 citations
Originality Highly original
AI Analysis

It addresses a fundamental problem in machine learning for researchers and practitioners dealing with complex probabilistic models, offering a scalable solution for intractable cases.

The paper tackles efficient inference and learning in directed probabilistic models with continuous latent variables and intractable posteriors, introducing a stochastic variational algorithm that scales to large datasets and works under mild differentiability conditions, achieving theoretical advantages reflected in experimental results.

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. Theoretical advantages are reflected in experimental results.

Code Implementations144 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes