CVLGJul 25, 2019

Y-Autoencoders: disentangling latent representations via sequential-encoding

arXiv:1907.10949v117 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of improving autoencoder performance for generative modeling tasks, offering a novel method that is incremental in advancing existing autoencoder structures.

The authors tackled the challenge of achieving state-of-the-art performance with autoencoders while maintaining their ease of training, by proposing Y-Autoencoders that disentangle latent representations into implicit and explicit parts. They demonstrated significant experimental results across domains like style-content separation and image-to-image translation.

In the last few years there have been important advancements in generative models with the two dominant approaches being Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs). However, standard Autoencoders (AEs) and closely related structures have remained popular because they are easy to train and adapt to different tasks. An interesting question is if we can achieve state-of-the-art performance with AEs while retaining their good properties. We propose an answer to this question by introducing a new model called Y-Autoencoder (Y-AE). The structure and training procedure of a Y-AE enclose a representation into an implicit and an explicit part. The implicit part is similar to the output of an autoencoder and the explicit part is strongly correlated with labels in the training set. The two parts are separated in the latent space by splitting the output of the encoder into two paths (forming a Y shape) before decoding and re-encoding. We then impose a number of losses, such as reconstruction loss, and a loss on dependence between the implicit and explicit parts. Additionally, the projection in the explicit manifold is monitored by a predictor, that is embedded in the encoder and trained end-to-end with no adversarial losses. We provide significant experimental results on various domains, such as separation of style and content, image-to-image translation, and inverse graphics.

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