CLLGMLApr 20, 2020

On the Encoder-Decoder Incompatibility in Variational Text Modeling and Beyond

arXiv:2004.09189v1999 citations
AI Analysis

This addresses a key bottleneck in variational text modeling for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackles the problem of posterior collapse in variational autoencoders for text modeling by identifying encoder-decoder incompatibility as a cause and proposing Coupled-VAE to improve parameterizations. Experiments on datasets like PTB, Yelp, and Yahoo show consistent improvements in probability estimation and latent space richness, with Coupled-CVAE enhancing dialogue generation diversity on Switchboard.

Variational autoencoders (VAEs) combine latent variables with amortized variational inference, whose optimization usually converges into a trivial local optimum termed posterior collapse, especially in text modeling. By tracking the optimization dynamics, we observe the encoder-decoder incompatibility that leads to poor parameterizations of the data manifold. We argue that the trivial local optimum may be avoided by improving the encoder and decoder parameterizations since the posterior network is part of a transition map between them. To this end, we propose Coupled-VAE, which couples a VAE model with a deterministic autoencoder with the same structure and improves the encoder and decoder parameterizations via encoder weight sharing and decoder signal matching. We apply the proposed Coupled-VAE approach to various VAE models with different regularization, posterior family, decoder structure, and optimization strategy. Experiments on benchmark datasets (i.e., PTB, Yelp, and Yahoo) show consistently improved results in terms of probability estimation and richness of the latent space. We also generalize our method to conditional language modeling and propose Coupled-CVAE, which largely improves the diversity of dialogue generation on the Switchboard dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes