English

Learning to Drop Out: An Adversarial Approach to Training Sequence VAEs

Machine Learning 2022-12-19 v2

Abstract

In principle, applying variational autoencoders (VAEs) to sequential data offers a method for controlled sequence generation, manipulation, and structured representation learning. However, training sequence VAEs is challenging: autoregressive decoders can often explain the data without utilizing the latent space, known as posterior collapse. To mitigate this, state-of-the-art models weaken the powerful decoder by applying uniformly random dropout to the decoder input. We show theoretically that this removes pointwise mutual information provided by the decoder input, which is compensated for by utilizing the latent space. We then propose an adversarial training strategy to achieve information-based stochastic dropout. Compared to uniform dropout on standard text benchmark datasets, our targeted approach increases both sequence modeling performance and the information captured in the latent space.

Keywords

Cite

@article{arxiv.2209.12590,
  title  = {Learning to Drop Out: An Adversarial Approach to Training Sequence VAEs},
  author = {Đorđe Miladinović and Kumar Shridhar and Kushal Jain and Max B. Paulus and Joachim M. Buhmann and Mrinmaya Sachan and Carl Allen},
  journal= {arXiv preprint arXiv:2209.12590},
  year   = {2022}
}

Comments

Accepted at NeurIPS 2022

R2 v1 2026-06-28T02:05:43.907Z