paper-with-me

홈 › Papers

Inference Suboptimality in Variational Autoencoders

2018-01-10 · ICML 2018 7 · Chris Cremer, Xuechen Li, David Duvenaud

Amortized inference allows latent-variable models trained via variational learning to scale to large datasets. The quality of approximate inference is determined by two factors: a) the capacity of the variational distribution to match the true posterior and b) the ability of the recognition network to produce good variational parameters for each datapoint. We examine approximate inference in variational autoencoders in terms of these factors. We find that divergence from the true posterior is often due to imperfect recognition networks, rather than the limited complexity of the approximating distribution. We show that this is due partly to the generator learning to accommodate the choice of approximation. Furthermore, we show that the parameters used to increase the expressiveness of the approximation play a role in generalizing inference rather than simply improving the complexity of the approximation.

📄 PDF Abstract BibTeX arXiv:1801.03558

Code (2)

chriscremer/Inference-Suboptimality 공식 구현 pytorch
lxuechen/inference-suboptimality 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Instance-Adaptive Parametrization for Amortized Variational Inference

2026-04-08 · Andrea Pollastro, Andrea Apicella, Francesco Isgrò, Roberto Prevete arxiv

Variational autoencoders (VAEs) rely on amortized variational inference to enable efficient posterior approximation, but this efficiency comes at the cost of a shared parametrization, giving rise to the amortization gap.…

Pseudo-Encoded Stochastic Variational Inference

2019-12-19 · Amir Zadeh, Smon Hessner, Yao-Chong Lim, Louis-Phlippe Morency

Posterior inference in directed graphical models is commonly done using a probabilistic encoder (a.k.a inference model) conditioned on the input. Often this inference model is trained jointly with the probabilistic decod…

DecoderVariational Inference

An Introduction to Variational Autoencoders

2019-06-06 · Diederik P. Kingma, Max Welling

Variational autoencoders provide a principled framework for learning deep latent-variable models and corresponding inference models. In this work, we provide an introduction to variational autoencoders and some important…

Training Variational Autoencoders with Buffered Stochastic Variational Inference

2019-02-27 · Rui Shu, Hung H. Bui, Jay Whang, Stefano Ermon

The recognition network in deep latent variable models such as variational autoencoders (VAEs) relies on amortized inference for efficient posterior approximation that can scale up to large datasets. However, this techni…

Variational Inference

Semi-Amortized Variational Autoencoders

2018-02-07 · ICML 2018 7 · Yoon Kim, Sam Wiseman, Andrew C. Miller, David Sontag 외

Amortized variational inference (AVI) replaces instance-specific local inference with a global inference network. While AVI has enabled efficient training of deep generative models such as variational autoencoders (VAE),…

Text GenerationVariational Inference