IID-GAN: an IID Sampling Perspective for Regularizing Mode Collapse
Yang Li, Liangliang Shi, Junchi Yan

TL;DR
This paper introduces IID-GAN, a novel regularization method for GANs that leverages the IID sampling perspective to mitigate mode collapse by aligning inverse samples with the source distribution.
Contribution
It proposes a new loss function based on the IID assumption and inverse samples to improve the diversity of GAN outputs, addressing mode collapse.
Findings
Effective in reducing mode collapse on synthetic data
Improves diversity of generated samples on real-world data
Outperforms baseline GAN models in experiments
Abstract
Despite its success, generative adversarial networks (GANs) still suffer from mode collapse, i.e., the generator can only map latent variables to a partial set of modes in the target distribution. In this paper, we analyze and seek to regularize this issue with an independent and identically distributed (IID) sampling perspective and emphasize that holding the IID property referring to the target distribution for generation can naturally avoid mode collapse. This is based on the basic IID assumption for real data in machine learning. However, though the source samples {z} obey IID, the generations {G(z)} may not necessarily be IID sampling from the target distribution. Based on this observation, considering a necessary condition of IID generation that the inverse samples from target data should also be IID in the source distribution, we propose a new loss to encourage the closeness…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Model Reduction and Neural Networks · Anomaly Detection Techniques and Applications
