Spherical Latent Spaces for Stable Variational Autoencoders
Jiacheng Xu, Greg Durrett

TL;DR
This paper explores the use of von Mises-Fisher distributions on the hypersphere as a latent space in variational autoencoders, effectively preventing KL collapse and improving model performance in text processing tasks.
Contribution
It introduces a spherical latent space for VAEs using vMF distributions, offering a fixed KL divergence hyperparameter and better latent representations compared to Gaussian-based VAEs.
Findings
vMF VAEs avoid KL collapse effectively
They achieve better likelihoods than Gaussian VAEs
Latent representations are richer and more nuanced
Abstract
A hallmark of variational autoencoders (VAEs) for text processing is their combination of powerful encoder-decoder models, such as LSTMs, with simple latent distributions, typically multivariate Gaussians. These models pose a difficult optimization problem: there is an especially bad local optimum where the variational posterior always equals the prior and the model does not use the latent variable at all, a kind of "collapse" which is encouraged by the KL divergence term of the objective. In this work, we experiment with another choice of latent distribution, namely the von Mises-Fisher (vMF) distribution, which places mass on the surface of the unit hypersphere. With this choice of prior and posterior, the KL divergence term now only depends on the variance of the vMF distribution, giving us the ability to treat it as a fixed hyperparameter. We show that doing so not only averts the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Topic Modeling · Speech Recognition and Synthesis
