Variational lossy autoencoder

OpenAI Blog Papers

Summary

OpenAI researchers present a Variational Lossy Autoencoder (VLAE) that combines VAEs with neural autoregressive models (RNN, MADE, PixelRNN/CNN) to learn controllable global representations, achieving state-of-the-art results on MNIST, OMNIGLOT, and Caltech-101 Silhouettes density estimation tasks.

No content available
Original Article
View Cached Full Text

Cached at: 04/20/26, 02:51 PM

# Variational lossy autoencoder Source: [https://openai.com/index/variational-lossy-autoencoder/](https://openai.com/index/variational-lossy-autoencoder/) ## Abstract Representation learning seeks to expose certain aspects of observed data in a learned representation that's amenable to downstream tasks like classification\. For instance, a good representation for 2D images might be one that describes only global structure and discards information about detailed texture\. In this paper, we present a simple but principled method to learn such global representations by combining Variational Autoencoder \(VAE\) with neural autoregressive models such as RNN, MADE and PixelRNN/CNN\. Our proposed VAE model allows us to have control over what the global latent code can learn and , by designing the architecture accordingly, we can force the global latent code to discard irrelevant information such as texture in 2D images, and hence the VAE only "autoencodes" data in a lossy fashion\. In addition, by leveraging autoregressive models as both prior distribution p\(z\) and decoding distribution p\(x\|z\), we can greatly improve generative modeling performance of VAEs, achieving new state\-of\-the\-art results on MNIST, OMNIGLOT and Caltech\-101 Silhouettes density estimation tasks\.

Similar Articles

ELVAE: Evidential Learning-Based Variational Autoencoder for Uncertainty-Aware Generation

arXiv cs.LG

Introduces ELVAE, a VAE with evidential learning that models latent coordinates with normal-inverse-gamma posteriors to obtain explicit uncertainty estimates. Experiments on MNIST show that within-class uncertainty ranking can stratify synthetic sample reliability and stress-testing, though results require class-wise normalization and vary across seeds.

Understanding VQ-VAE (DALL-E Explained Pt. 1)

ML at Berkeley

An educational blog post explaining the Vector Quantized Variational Autoencoder (VQ-VAE) architecture, a key component of OpenAI's DALL-E image generation model.

Sparse Autoencoders as Plug-and-Play Firewalls for Adversarial Attack Detection in VLMs

Hugging Face Daily Papers

# Paper page - Sparse Autoencoders as Plug-and-Play Firewalls for Adversarial Attack Detection in VLMs Source: [https://huggingface.co/papers/2605.07447](https://huggingface.co/papers/2605.07447) ## Abstract SAEgis detects adversarial attacks on vision\-language models using sparse autoencoders trained for reconstruction, achieving strong performance across domains without additional training\. [Vision\-language models](https://huggingface.co/papers?q=Vision-language%20models)\(VLMs\) have advan

Variational option discovery algorithms

OpenAI Blog

OpenAI researchers introduce VALOR, a variational inference method for option discovery that connects option learning to variational autoencoders, and propose a curriculum learning approach that stabilizes training by dynamically increasing context complexity.