LGMLFeb 7, 2020

Learning Autoencoders with Relational Regularization

arXiv:2002.02913v447 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of learning structured latent priors and co-training heterogeneous autoencoders, which is incremental but offers specific gains in generative modeling and multi-view applications.

The authors tackled the problem of learning autoencoders by introducing a relational regularization framework that penalizes the fused Gromov-Wasserstein distance between latent prior and posterior, resulting in improved image generation and multi-view learning tasks, outperforming methods like variational and Wasserstein autoencoders.

A new algorithmic framework is proposed for learning autoencoders of data distributions. We minimize the discrepancy between the model and target distributions, with a \emph{relational regularization} on the learnable latent prior. This regularization penalizes the fused Gromov-Wasserstein (FGW) distance between the latent prior and its corresponding posterior, allowing one to flexibly learn a structured prior distribution associated with the generative model. Moreover, it helps co-training of multiple autoencoders even if they have heterogeneous architectures and incomparable latent spaces. We implement the framework with two scalable algorithms, making it applicable for both probabilistic and deterministic autoencoders. Our relational regularized autoencoder (RAE) outperforms existing methods, $e.g.$, the variational autoencoder, Wasserstein autoencoder, and their variants, on generating images. Additionally, our relational co-training strategy for autoencoders achieves encouraging results in both synthesis and real-world multi-view learning tasks. The code is at https://github.com/HongtengXu/ Relational-AutoEncoders.

Code Implementations2 repos
Foundations

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

Your Notes