LGAICVJun 24, 2021

Symmetric Wasserstein Autoencoders

arXiv:2106.13024v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving generative autoencoders for machine learning applications, offering a novel approach with empirical gains, though it appears incremental relative to existing optimal transport frameworks.

The paper tackles the problem of generative autoencoders by introducing Symmetric Wasserstein Autoencoders (SWAEs), which symmetrically match joint distributions in data and latent spaces, leading to improved performance in classification, reconstruction, and generation over state-of-the-art methods.

Leveraging the framework of Optimal Transport, we introduce a new family of generative autoencoders with a learnable prior, called Symmetric Wasserstein Autoencoders (SWAEs). We propose to symmetrically match the joint distributions of the observed data and the latent representation induced by the encoder and the decoder. The resulting algorithm jointly optimizes the modelling losses in both the data and the latent spaces with the loss in the data space leading to the denoising effect. With the symmetric treatment of the data and the latent representation, the algorithm implicitly preserves the local structure of the data in the latent space. To further improve the quality of the latent representation, we incorporate a reconstruction loss into the objective, which significantly benefits both the generation and reconstruction. We empirically show the superior performance of SWAEs over the state-of-the-art generative autoencoders in terms of classification, reconstruction, and generation.

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