CVLGNov 8, 2018

Mode matching in GANs through latent space learning and inversion

arXiv:1811.03692v31 citations
Originality Incremental advance
AI Analysis

This addresses the problem of mode discovery and separation in GANs for researchers and practitioners needing structured generation beyond naive data synthesis, representing an incremental improvement with novel method integration.

The paper tackles the challenge of controlling modal properties in GAN-generated data by engineering a latent distribution to match the true data's modes, using a latent space inversion network trained with divergence loss. It demonstrates efficacy in tasks like mode separation and conditional generation on real-world image datasets, outperforming state-of-the-art methods.

Generative adversarial networks (GANs) have shown remarkable success in generation of unstructured data, such as, natural images. However, discovery and separation of modes in the generated space, essential for several tasks beyond naive data generation, is still a challenge. In this paper, we address the problem of imposing desired modal properties on the generated space using a latent distribution, engineered in accordance with the modal properties of the true data distribution. This is achieved by training a latent space inversion network in tandem with the generative network using a divergence loss. The latent space is made to follow a continuous multimodal distribution generated by reparameterization of a pair of continuous and discrete random variables. In addition, the modal priors of the latent distribution are learned to match with the true data distribution using minimal-supervision with negligible increment in number of learnable parameters. We validate our method on multiple tasks such as mode separation, conditional generation, and attribute discovery on multiple real world image datasets and demonstrate its efficacy over other state-of-the-art methods.

Foundations

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

Your Notes