LGMLApr 23, 2019

Generated Loss, Augmented Training, and Multiscale VAE

arXiv:1904.10446v12 citations
Originality Incremental advance
AI Analysis

This addresses an incremental improvement for researchers working with discrete VAEs on structured data.

The paper tackled the problem of limited capability in capturing field correlations and mapping generated samples to latent space in discrete VAEs for structured data like US postal addresses, showing that augmented training and multiscale VAE improve generation quality.

The variational autoencoder (VAE) framework remains a popular option for training unsupervised generative models, especially for discrete data where generative adversarial networks (GANs) require workaround to create gradient for the generator. In our work modeling US postal addresses, we show that our discrete VAE with tree recursive architecture demonstrates limited capability of capturing field correlations within structured data, even after overcoming the challenge of posterior collapse with scheduled sampling and tuning of the KL-divergence weight $β$. Worse, VAE seems to have difficulty mapping its generated samples to the latent space, as their VAE loss lags behind or even increases during the training process. Motivated by this observation, we show that augmenting training data with generated variants (augmented training) and training a VAE with multiple values of $β$ simultaneously (multiscale VAE) both improve the generation quality of VAE. Despite their differences in motivation and emphasis, we show that augmented training and multiscale VAE are actually connected and have similar effects on the model.

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