MLAILGDec 19, 2018

An Empirical Study of Generative Models with Encoders

arXiv:1812.07909v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the encoder deficiency in GANs for image generation and reconstruction, but it is incremental as it builds on existing models like BiGAN.

The study tackled the lack of encoders in GANs by evaluating adversarially learned generative models with encoders, finding that adding an autoencoder loss improves BiGAN and that training an encoder to invert a normal GAN achieves comparable performance.

Generative adversarial networks (GANs) are capable of producing high quality image samples. However, unlike variational autoencoders (VAEs), GANs lack encoders that provide the inverse mapping for the generators, i.e., encode images back to the latent space. In this work, we consider adversarially learned generative models that also have encoders. We evaluate models based on their ability to produce high quality samples and reconstructions of real images. Our main contributions are twofold: First, we find that the baseline Bidirectional GAN (BiGAN) can be improved upon with the addition of an autoencoder loss, at the expense of an extra hyper-parameter to tune. Second, we show that comparable performance to BiGAN can be obtained by simply training an encoder to invert the generator of a normal GAN.

Foundations

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

Your Notes