paper-with-me

홈 › Papers

Very Deep VAEs Generalize Autoregressive Models and Can Outperform Them on Images

2020-11-20 · ICLR 2021 1 · Rewon Child

We present a hierarchical VAE that, for the first time, generates samples quickly while outperforming the PixelCNN in log-likelihood on all natural image benchmarks. We begin by observing that, in theory, VAEs can actually represent autoregressive models, as well as faster, better models if they exist, when made sufficiently deep. Despite this, autoregressive models have historically outperformed VAEs in log-likelihood. We test if insufficient depth explains why by scaling a VAE to greater stochastic depth than previously explored and evaluating it CIFAR-10, ImageNet, and FFHQ. In comparison to the PixelCNN, these very deep VAEs achieve higher likelihoods, use fewer parameters, generate samples thousands of times faster, and are more easily applied to high-resolution images. Qualitative studies suggest this is because the VAE learns efficient hierarchical visual representations. We release our source code and models at https://github.com/openai/vdvae.

📄 PDF Abstract BibTeX arXiv:2011.10650

Code (8)

openai/vdvae 공식 구현 pytorch
EugenHotaj/pytorch-generative/blob/master/pytorch_generative/models/vae/vd_vae.py pytorch
ericl122333/latent-vae pytorch
j-towns/vdvae-jax pytorch
lupalab/posterior-matching jax
plai-group/ipa pytorch
tcl9876/visual-vae jax
vvvm23/vdvae pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Hierarchical VAE 설명 없음
USD Coin Customer Service Number +1-833-534-1729 설명 없음
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…

Similar Papers 제목 키워드 기반

Generative Modeling of Bach-Style Symbolic Music: A Comparative Study of Autoregressive, Latent-Variable, and Adversarial Approaches

2026-06-11 · Dezhi Yu, Kyuil Lee, Yongkang Huang arxiv

We study generative modeling of Bach-style symbolic piano music using a shared MIDI corpus and three model families: autoregressive LSTMs with attention, latent-variable models including recurrent VAEs and vector-quantiz…

Music Generation

NVAE: A Deep Hierarchical Variational Autoencoder

2020-07-08 · NeurIPS 2020 12 · Arash Vahdat, Jan Kautz

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…

Image Generation

PixelVAE: A Latent Variable Model for Natural Images

2016-11-15 · Ishaan Gulrajani, Kundan Kumar, Faruk Ahmed, Adrien Ali Taiga 외

Natural image modeling is a landmark challenge of unsupervised learning. Variational Autoencoders (VAEs) learn a useful latent representation and model global structure well but have difficulty capturing small details. P…

Decodermodel

Insights from Generative Modeling for Neural Video Compression

2021-07-28 · Ruihan Yang, Yibo Yang, Joseph Marino, Stephan Mandt

While recent machine learning research has revealed connections between deep generative models such as VAEs and rate-distortion losses used in learned compression, most of this work has focused on images. In a similar sp…

Video Compression

Iterative VAE as a predictive brain model for out-of-distribution generalization

2020-12-01 · NeurIPS Workshop SVRHM 2020 12 · Victor Boutin, Aimen Zerroug, Minju Jung, Thomas Serre

Our ability to generalize beyond training data to novel, out-of-distribution, image degradations is a hallmark of primate vision. The predictive brain, exemplified by predictive coding networks (PCNs), has become a promi…

Out-of-Distribution Generalization