English

Noise Contrastive Variational Autoencoders

Machine Learning 2019-08-01 v2 Machine Learning

Abstract

We take steps towards understanding the "posterior collapse (PC)" difficulty in variational autoencoders (VAEs),~i.e. a degenerate optimum in which the latent codes become independent of their corresponding inputs. We rely on calculus of variations and theoretically explore a few popular VAE models, showing that PC always occurs for non-parametric encoders and decoders. Inspired by the popular noise contrastive estimation algorithm, we propose NC-VAE where the encoder discriminates between the latent codes of real data and of some artificially generated noise, in addition to encouraging good data reconstruction abilities. Theoretically, we prove that our model cannot reach PC and provide novel lower bounds. Our method is straightforward to implement and has the same run-time as vanilla VAE. Empirically, we showcase its benefits on popular image and text datasets.

Keywords

Cite

@article{arxiv.1907.10430,
  title  = {Noise Contrastive Variational Autoencoders},
  author = {Octavian-Eugen Ganea and Yashas Annadani and Gary Bécigneul},
  journal= {arXiv preprint arXiv:1907.10430},
  year   = {2019}
}

Comments

There is a mistake common to all the main proofs. In summary, what we find are saddle points or global maxima of the respective loss functions and not the global minima. We apologize for this

R2 v1 2026-06-23T10:29:23.971Z