Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

NVAE: A Deep Hierarchical Variational Autoencoder

About

Normalizing flows, autoregressive models, variational autoencoders (VAEs), and deep energy-based models are among competing likelihood-based frameworks for deep generative learning. Among them, VAEs have the advantage of fast and tractable sampling and easy-to-access encoding networks. However, they are currently outperformed by other models such as normalizing flows and autoregressive models. While the majority of the research in VAEs is focused on the statistical challenges, we explore the orthogonal direction of carefully designing neural architectures for hierarchical VAEs. We propose Nouveau VAE (NVAE), a deep hierarchical VAE built for image generation using depth-wise separable convolutions and batch normalization. NVAE is equipped with a residual parameterization of Normal distributions and its training is stabilized by spectral regularization. We show that NVAE achieves state-of-the-art results among non-autoregressive likelihood-based models on the MNIST, CIFAR-10, CelebA 64, and CelebA HQ datasets and it provides a strong baseline on FFHQ. For example, on CIFAR-10, NVAE pushes the state-of-the-art from 2.98 to 2.91 bits per dimension, and it produces high-quality images on CelebA HQ. To the best of our knowledge, NVAE is the first successful VAE applied to natural images as large as 256$\times$256 pixels. The source code is available at https://github.com/NVlabs/NVAE .

Arash Vahdat, Jan Kautz• 2020

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1
MSE0.425
729
Image GenerationCIFAR-10 (test)
FID2.67
483
Time Series ForecastingETTh1 (test)
MSE0.483
348
Time Series ForecastingETTm1
MSE0.921
334
Time Series ForecastingETTm1 (test)
MSE0.921
278
Time Series ForecastingTraffic (test)
MSE1.271
251
Unconditional Image GenerationCIFAR-10 (test)
FID36.4
223
Image GenerationCelebA 64 x 64 (test)
FID1.03
208
Time Series ForecastingWeather (test)
MSE0.801
200
Image GenerationCIFAR10 32x32 (test)
FID23.5
183
Showing 10 of 70 rows

Other info

Code

Follow for update