CVLGOct 4, 2019

Stacked Wasserstein Autoencoder

arXiv:1910.02560v116 citations
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in deep latent variable models for representation learning, offering improvements in generative modeling for domains like natural images and text, though it appears incremental as it builds on existing Wasserstein autoencoder frameworks.

The paper tackles the problem of approximating complex distributions like natural images by proposing a stacked Wasserstein autoencoder (SWAE) to unify exact latent-variable inference and parallel reconstruction and sampling, resulting in superior performance in faithful reconstruction and generation quality compared to state-of-the-art methods.

Approximating distributions over complicated manifolds, such as natural images, are conceptually attractive. The deep latent variable model, trained using variational autoencoders and generative adversarial networks, is now a key technique for representation learning. However, it is difficult to unify these two models for exact latent-variable inference and parallelize both reconstruction and sampling, partly due to the regularization under the latent variables, to match a simple explicit prior distribution. These approaches are prone to be oversimplified, and can only characterize a few modes of the true distribution. Based on the recently proposed Wasserstein autoencoder (WAE) with a new regularization as an optimal transport. The paper proposes a stacked Wasserstein autoencoder (SWAE) to learn a deep latent variable model. SWAE is a hierarchical model, which relaxes the optimal transport constraints at two stages. At the first stage, the SWAE flexibly learns a representation distribution, i.e., the encoded prior; and at the second stage, the encoded representation distribution is approximated with a latent variable model under the regularization encouraging the latent distribution to match the explicit prior. This model allows us to generate natural textual outputs as well as perform manipulations in the latent space to induce changes in the output space. Both quantitative and qualitative results demonstrate the superior performance of SWAE compared with the state-of-the-art approaches in terms of faithful reconstruction and generation quality.

Foundations

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

Your Notes