paper-with-me

홈 › Papers

Consistency Regularization for Variational Auto-Encoders

2021-05-31 · NeurIPS 2021 12 · Samarth Sinha, Adji B. Dieng

Variational auto-encoders (VAEs) are a powerful approach to unsupervised learning. They enable scalable approximate posterior inference in latent-variable models using variational inference (VI). A VAE posits a variational family parameterized by a deep neural network called an encoder that takes data as input. This encoder is shared across all the observations, which amortizes the cost of inference. However the encoder of a VAE has the undesirable property that it maps a given observation and a semantics-preserving transformation of it to different latent representations. This "inconsistency" of the encoder lowers the quality of the learned representations, especially for downstream tasks, and also negatively affects generalization. In this paper, we propose a regularization method to enforce consistency in VAEs. The idea is to minimize the Kullback-Leibler (KL) divergence between the variational distribution when conditioning on the observation and the variational distribution when conditioning on a random semantic-preserving transformation of this observation. This regularization is applicable to any VAE. In our experiments we apply it to four different VAE variants on several benchmark datasets and found it always improves the quality of the learned representations but also leads to better generalization. In particular, when applied to the Nouveau Variational Auto-Encoder (NVAE), our regularization method yields state-of-the-art performance on MNIST and CIFAR-10. We also applied our method to 3D data and found it learns representations of superior quality as measured by accuracy on a downstream classification task.

📄 PDF Abstract BibTeX arXiv:2105.14859

Code (1)

sinhasam/crvae 공식 구현 pytorch

Tasks

Image GenerationVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Posterior Consistency for Missing Data in Variational Autoencoders

2023-10-25 · Timur Sudak, Sebastian Tschiatschek

We consider the problem of learning Variational Autoencoders (VAEs), i.e., a type of deep generative model, from data with missing values. Such data is omnipresent in real-world applications of machine learning because c…

Missing Values

CoVAE: Consistency Training of Variational Autoencoders

2025-07-12 · Gianluigi Silvestri, Luca Ambrogioni arxiv

Current state-of-the-art generative approaches frequently rely on a two-stage training procedure, where an autoencoder (often a VAE) first performs dimensionality reduction, followed by training a generative model on the…

Dimensionality Reduction

Preventing posterior collapse in variational autoencoders for text generation via decoder regularization

2021-10-28 · Alban Petit, Caio Corro

Variational autoencoders trained to minimize the reconstruction error are sensitive to the posterior collapse problem, that is the proposal posterior distribution is always equal to the prior. We propose a novel regulari…

DecoderText Generation

Variational Rank Reduction Autoencoder

2025-05-14 · Jad Mounayer, Alicia Tierz, Jerome Tomezyk, Chady Ghnatios 외

Deterministic Rank Reduction Autoencoders (RRAEs) enforce by construction a regularization on the latent space by applying a truncated SVD. While this regularization makes Autoencoders more powerful, using them for gener…

Prototypical Variational Autoencoders

2021-09-29 · Dario Augusto Borges Oliveira, Laura Elena Cue La Rosa

Variational autoencoders are unsupervised generative models that implement latent space regularization towards a known distribution, enabling stochastic synthesis from straightforward sampling procedures. Many works prop…