paper-with-me

홈 › Papers

Forget-me-not! Contrastive Critics for Mitigating Posterior Collapse

2022-07-19 · Sachit Menon, David Blei, Carl Vondrick

Variational autoencoders (VAEs) suffer from posterior collapse, where the powerful neural networks used for modeling and inference optimize the objective without meaningfully using the latent representation. We introduce inference critics that detect and incentivize against posterior collapse by requiring correspondence between latent variables and the observations. By connecting the critic's objective to the literature in self-supervised contrastive representation learning, we show both theoretically and empirically that optimizing inference critics increases the mutual information between observations and latents, mitigating posterior collapse. This approach is straightforward to implement and requires significantly less training time than prior methods, yet obtains competitive results on three established datasets. Overall, the approach lays the foundation to bridge the previously disconnected frameworks of contrastive learning and probabilistic modeling with variational autoencoders, underscoring the benefits both communities may find at their intersection.

📄 PDF Abstract BibTeX arXiv:2207.09535

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

CR-VAE: Contrastive Regularization on Variational Autoencoders for Preventing Posterior Collapse

2023-09-06 · Fotios Lygerakis, Elmar Rueckert

The Variational Autoencoder (VAE) is known to suffer from the phenomenon of \textit{posterior collapse}, where the latent representations generated by the model become independent of the inputs. This leads to degenerated…

SAMix: Calibrated and Accurate Continual Learning via Sphere-Adaptive Mixup and Neural Collapse

2025-10-17 · Trung-Anh Dang, Vincent Nguyen, Ngoc-Son Vu, Christel Vrain arxiv

While most continual learning methods focus on mitigating forgetting and improving accuracy, they often overlook the critical aspect of network calibration, despite its importance. Neural collapse, a phenomenon where las…

Continual Learning

Posterior Collapse and Latent Variable Non-identifiability

2023-01-02 · NeurIPS 2021 12 · Yixin Wang, David M. Blei, John P. Cunningham

Variational autoencoders model high-dimensional data by positing low-dimensional latent variables that are mapped through a flexible distribution parametrized by a neural network. Unfortunately, variational autoencoders …

AttributeVariational Inference

Mitigating Mode Collapse by Sidestepping Catastrophic Forgetting

2021-01-01 · Karttikeya Mangalam, Rohin Garg, Jathushan Rajasegaran, Taesung Park

Generative Adversarial Networks (GANs) are a class of generative models used for various applications, but they have been known to suffer from the mode collapse problem, in which some modes of the target distribution are…

Continual Learning

Learning with Reflective Likelihoods

2018-09-27 · Adji B. Dieng, Kyunghyun Cho, David M. Blei, Yann Lecun

Models parameterized by deep neural networks have achieved state-of-the-art results in many domains. These models are usually trained using the maximum likelihood principle with a finite set of observations. H…

Attribute