Ladder Variational Autoencoders
Casper Kaae Sønderby, Tapani Raiko, Lars Maaløe, Søren Kaae Sønderby, Ole Winther
TL;DR
The Ladder Variational Autoencoder reframes inference for deep hierarchical VAEs by introducing a ladder-style, top-down–consistent inference that combines bottom-up approximate likelihood with top-down priors. This two-pass, precision-weighted approach yields tighter log-likelihood bounds and superior generative performance, enabling deeper and more distributed latent representations. The authors demonstrate substantial gains on MNIST, OMNIGLOT, and NORB, and show that batch normalization and a deterministic warm-up schedule are essential for training deep stochastic models. The work positions LVAE as a practical, modular improvement to variational inference that can complement other advances like normalizing flows or semi-supervised extensions.
Abstract
Variational Autoencoders are powerful models for unsupervised learning. However deep models with several layers of dependent stochastic variables are difficult to train which limits the improvements obtained using these highly expressive models. We propose a new inference model, the Ladder Variational Autoencoder, that recursively corrects the generative distribution by a data dependent approximate likelihood in a process resembling the recently proposed Ladder Network. We show that this model provides state of the art predictive log-likelihood and tighter log-likelihood lower bound compared to the purely bottom-up inference in layered Variational Autoencoders and other generative models. We provide a detailed analysis of the learned hierarchical latent representation and show that our new inference model is qualitatively different and utilizes a deeper more distributed hierarchy of latent variables. Finally, we observe that batch normalization and deterministic warm-up (gradually turning on the KL-term) are crucial for training variational models with many stochastic layers.
