LGCVMLOct 1, 2020

VAEBM: A Symbiosis between Variational Autoencoders and Energy-based Models

arXiv:2010.00654v3141 citationsHas Code
Originality Highly original
AI Analysis

This addresses the challenge of slow sampling and poor image quality in generative models for computer vision, offering a hybrid solution that improves performance in tasks like image generation and out-of-distribution detection.

The paper tackles the problem of generating high-quality images by combining variational autoencoders (VAEs) and energy-based models (EBMs) to leverage their complementary strengths, resulting in VAEBM outperforming state-of-the-art methods on benchmark datasets and generating sharp 256x256 pixel images with short MCMC chains.

Energy-based models (EBMs) have recently been successful in representing complex distributions of small images. However, sampling from them requires expensive Markov chain Monte Carlo (MCMC) iterations that mix slowly in high dimensional pixel space. Unlike EBMs, variational autoencoders (VAEs) generate samples quickly and are equipped with a latent space that enables fast traversal of the data manifold. However, VAEs tend to assign high probability density to regions in data space outside the actual data distribution and often fail at generating sharp images. In this paper, we propose VAEBM, a symbiotic composition of a VAE and an EBM that offers the best of both worlds. VAEBM captures the overall mode structure of the data distribution using a state-of-the-art VAE and it relies on its EBM component to explicitly exclude non-data-like regions from the model and refine the image samples. Moreover, the VAE component in VAEBM allows us to speed up MCMC updates by reparameterizing them in the VAE's latent space. Our experimental results show that VAEBM outperforms state-of-the-art VAEs and EBMs in generative quality on several benchmark image datasets by a large margin. It can generate high-quality images as large as 256$\times$256 pixels with short MCMC chains. We also demonstrate that VAEBM provides complete mode coverage and performs well in out-of-distribution detection. The source code is available at https://github.com/NVlabs/VAEBM

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