IID-GAN: An IID Sampling Perspective for Regularizing Mode Collapse

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, we propose a new loss to encourage the closeness between the inverse samples of real data and the Gaussian source in the latent space to regularize the generation to be IID from the target distribution. The logic is that the inverse samples from target data should also be IID in the source distribution. Experiments on both synthetic and real-world data show the effectiveness of our model.

Cite

Text

Li et al. "IID-GAN: An IID Sampling Perspective for Regularizing Mode Collapse." International Joint Conference on Artificial Intelligence, 2023. doi:10.24963/IJCAI.2023/437

Markdown

[Li et al. "IID-GAN: An IID Sampling Perspective for Regularizing Mode Collapse." International Joint Conference on Artificial Intelligence, 2023.](https://mlanthology.org/ijcai/2023/li2023ijcai-iid/) doi:10.24963/IJCAI.2023/437

BibTeX

@inproceedings{li2023ijcai-iid,
  title     = {{IID-GAN: An IID Sampling Perspective for Regularizing Mode Collapse}},
  author    = {Li, Yang and Shi, Liangliang and Yan, Junchi},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {3929-3938},
  doi       = {10.24963/IJCAI.2023/437},
  url       = {https://mlanthology.org/ijcai/2023/li2023ijcai-iid/}
}