LGAICVSep 27, 2021

IGAN: Inferent and Generative Adversarial Networks

arXiv:2109.13360v12 citations
Originality Incremental advance
AI Analysis

This work addresses stability issues in GAN training for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackles the problem of learning bidirectional mappings between high-dimensional data and low-dimensional latent spaces in GANs, resulting in improved stability and convergence while maintaining generative quality and computational efficiency.

I present IGAN (Inferent Generative Adversarial Networks), a neural architecture that learns both a generative and an inference model on a complex high dimensional data distribution, i.e. a bidirectional mapping between data samples and a simpler low-dimensional latent space. It extends the traditional GAN framework with inference by rewriting the adversarial strategy in both the image and the latent space with an entangled game between data-latent encoded posteriors and priors. It brings a measurable stability and convergence to the classical GAN scheme, while keeping its generative quality and remaining simple and frugal in order to run on a lab PC. IGAN fosters the encoded latents to span the full prior space: this enables the exploitation of an enlarged and self-organised latent space in an unsupervised manner. An analysis of previously published articles sets the theoretical ground for the proposed algorithm. A qualitative demonstration of potential applications like self-supervision or multi-modal data translation is given on common image datasets including SAR and optical imagery.

Foundations

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

Your Notes