LGMLNov 20, 2017

Asymmetric Variational Autoencoders

arXiv:1711.08352v2
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in variational inference for machine learning practitioners, offering a novel method to build more flexible inference models, though it appears incremental as it builds upon existing variational autoencoder frameworks.

The paper tackles the challenge of enriching the variational family in variational inference for latent variable models by proposing a framework that incorporates auxiliary variables without requiring density evaluations, enabling complex implicit densities via neural networks, and empirical results on density estimation tasks demonstrate its effectiveness.

Variational inference for latent variable models is prevalent in various machine learning problems, typically solved by maximizing the Evidence Lower Bound (ELBO) of the true data likelihood with respect to a variational distribution. However, freely enriching the family of variational distribution is challenging since the ELBO requires variational likelihood evaluations of the latent variables. In this paper, we propose a novel framework to enrich the variational family by incorporating auxiliary variables to the variational family. The resulting inference network doesn't require density evaluations for the auxiliary variables and thus complex implicit densities over the auxiliary variables can be constructed by neural networks. It can be shown that the actual variational posterior of the proposed approach is essentially modeling a rich probabilistic mixture of simple variational posterior indexed by auxiliary variables, thus a flexible inference model can be built. Empirical evaluations on several density estimation tasks demonstrates the effectiveness of the proposed method.

Code Implementations1 repo
Foundations

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

Your Notes