paper-with-me

Papers

Multiple Importance Sampling ELBO and Deep Ensembles of Variational Approximations

2022-02-22 · Oskar Kviman, Harald Melin, Hazal Koptagel, Víctor Elvira, Jens Lagergren

In variational inference (VI), the marginal log-likelihood is estimated using the standard evidence lower bound (ELBO), or improved versions as the importance weighted ELBO (IWELBO). We propose the multiple importance sampling ELBO (MISELBO), a \textit{versatile} yet \textit{simple} framework. MISELBO is applicable in both amortized and classical VI, and it uses ensembles, e.g., deep ensembles, of independently inferred variational approximations. As far as we are aware, the concept of deep ensembles in amortized VI has not previously been established. We prove that MISELBO provides a tighter bound than the average of standard ELBOs, and demonstrate empirically that it gives tighter bounds than the average of IWELBOs. MISELBO is evaluated in density-estimation experiments that include MNIST and several real-data phylogenetic tree inference problems. First, on the MNIST dataset, MISELBO boosts the density-estimation performances of a state-of-the-art model, nouveau VAE. Second, in the phylogenetic tree inference setting, our framework enhances a state-of-the-art VI algorithm that uses normalizing flows. On top of the technical benefits of MISELBO, it allows to unveil connections between VI and recent advances in the importance sampling literature, paving the way for further methodological advances. We provide our code at \url{https://github.com/Lagergren-Lab/MISELBO}.

📄 PDF Abstract BibTeX arXiv:2202.10951

Code (1)

lagergren-lab/miselbo 공식 구현 pytorch

Tasks

Density EstimationVariational Inference

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음
Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Monte Carlo Variational Auto-Encoders

2021-06-30 · Achille Thin, Nikita Kotelevskii, Arnaud Doucet, Alain Durmus 외

Variational auto-encoders (VAE) are popular deep latent variable models which are trained by maximizing an Evidence Lower Bound (ELBO). To obtain tighter ELBO and hence better variational approximations, it has been prop…

Importance sampling for online variational learning

2024-02-05 · Mathis Chagneux, Pierre Gloaguen, Sylvain Le Corff, Jimmy Olsson

This article addresses online variational estimation in state-space models. We focus on learning the smoothing distribution, i.e. the joint distribution of the latent states given the observations, using a variational ap…

State Space Models

Training Variational Auto Encoders with Discrete Latent Representations using Importance Sampling

2019-05-01 · ICLR 2019 5 · Alexander Bartler, Felix Wiewel, Bin Yang, Lukas Mauch

The Variational Auto Encoder (VAE) is a popular generative latent variable model that is often applied for representation learning. Standard VAEs assume continuous valued latent variables and are trained by maximizati…

Representation Learning

Decision-Making with Auto-Encoding Variational Bayes

2020-02-17 · NeurIPS 2020 12 · Romain Lopez, Pierre Boyeau, Nir Yosef, Michael. I. Jordan 외

To make decisions based on a model fit with auto-encoding variational Bayes (AEVB), practitioners often let the variational distribution serve as a surrogate for the posterior distribution. This approach yields biased es…

Decision MakingTwo-sample testing

Learning with Importance Weighted Variational Inference: Asymptotics for Gradient Estimators of the VR-IWAE Bound

2024-10-15 · Kamélia Daudel, François Roueff

Several popular variational bounds involving importance weighting ideas have been proposed to generalize and improve on the Evidence Lower BOund (ELBO) in the context of maximum likelihood optimization, such as the Impor…

Variational Inference