English

Mode Seeking Generative Adversarial Networks for Diverse Image Synthesis

Computer Vision and Pattern Recognition 2019-05-07 v6

Abstract

Most conditional generation tasks expect diverse outputs given a single conditional context. However, conditional generative adversarial networks (cGANs) often focus on the prior conditional information and ignore the input noise vectors, which contribute to the output variations. Recent attempts to resolve the mode collapse issue for cGANs are usually task-specific and computationally expensive. In this work, we propose a simple yet effective regularization term to address the mode collapse issue for cGANs. The proposed method explicitly maximizes the ratio of the distance between generated images with respect to the corresponding latent codes, thus encouraging the generators to explore more minor modes during training. This mode seeking regularization term is readily applicable to various conditional generation tasks without imposing training overhead or modifying the original network structures. We validate the proposed algorithm on three conditional image synthesis tasks including categorical generation, image-to-image translation, and text-to-image synthesis with different baseline models. Both qualitative and quantitative results demonstrate the effectiveness of the proposed regularization method for improving diversity without loss of quality.

Keywords

Cite

@article{arxiv.1903.05628,
  title  = {Mode Seeking Generative Adversarial Networks for Diverse Image Synthesis},
  author = {Qi Mao and Hsin-Ying Lee and Hung-Yu Tseng and Siwei Ma and Ming-Hsuan Yang},
  journal= {arXiv preprint arXiv:1903.05628},
  year   = {2019}
}

Comments

CVPR 2019. Code: https://github.com/HelenMao/MSGAN

R2 v1 2026-06-23T08:07:16.135Z