paper-with-me

홈 › Papers

Spherical Latent Spaces for Stable Variational Autoencoders

2018-08-31 · EMNLP 2018 10 · Jiacheng Xu, Greg Durrett

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 KL collapse, but consistently gives better likelihoods than Gaussians across a range of modeling conditions, including recurrent language modeling and bag-of-words document modeling. An analysis of the properties of our vMF representations shows that they learn richer and more nuanced structures in their latent representations than their Gaussian counterparts.

📄 PDF Abstract BibTeX arXiv:1808.10805

Code (1)

jiacheng-xu/vmf_vae_nlp 공식 구현 pytorch

Tasks

DecoderLanguage ModelingLanguage ModellingTopic Models

Similar Papers 제목 키워드 기반

Hyperspherical Variational Autoencoders Using Efficient Spherical Cauchy Distribution

2025-06-26 · Lukas Sablica, Kurt Hornik

We propose a novel variational autoencoder (VAE) architecture that employs a spherical Cauchy (spCauchy) latent distribution. Unlike traditional Gaussian latent spaces or the widely used von Mises-Fisher (vMF) distributi…

Improving the Generation of VAEs with High Dimensional Latent Spaces by the use of Hyperspherical Coordinates

2025-07-21 · Alejandro Ascarate, Leo Lebrat, Rodrigo Santa Cruz, Clinton Fookes 외 arxiv

Variational autoencoders (VAE) encode data into lower-dimensional latent vectors before decoding those vectors back to data. Once trained, decoding a random latent vector from the prior usually does not produce meaningfu…

Disentanglement with Hyperspherical Latent Spaces using Diffusion Variational Autoencoders

2019-09-04 · NeurIPS Workshop DC_S1 2019 12 · Anonymous

A disentangled representation of a data set should be capable of recovering the underlying factors that generated it. One question that arises is whether using Euclidean space for latent variable models can produce a dis…

Disentanglement

Disentanglement with Hyperspherical Latent Spaces using Diffusion Variational Autoencoders

2020-03-19 · Luis A. Pérez Rey

A disentangled representation of a data set should be capable of recovering the underlying factors that generated it. One question that arises is whether using Euclidean space for latent variable models can produce a dis…

Disentanglement

Spherical Latent Motion Prior for Physics-Based Simulated Humanoid Control

2026-03-01 · Jing Tan, Weisheng Xu, Xiangrui Jiang, Jiaxi Zhang 외 arxiv

Learning motion priors for physics-based humanoid control is an active research topic. Existing approaches mainly include variational autoencoders (VAE) and adversarial motion priors (AMP). VAE introduces information los…