Diversity-Sensitive Conditional Generative Adversarial Networks

Dingdong Yang, Seunghoon Hong, Yunseok Jang, Tianchen Zhao, Honglak Lee

ICLR 2019

Citations: 268

Links

Abstract

We propose a simple yet highly effective method that addresses the mode-collapse problem in the Conditional Generative Adversarial Network (cGAN). Although conditional distributions are multi-modal (i.e., having many modes) in practice, most cGAN approaches tend to learn an overly simplified distribution where an input is always mapped to a single output regardless of variations in latent code. To address such issue, we propose to explicitly regularize the generator to produce diverse outputs depending on latent codes. The proposed regularization is simple, general, and can be easily integrated into most conditional GAN objectives. Additionally, explicit regularization on generator allows our method to control a balance between visual quality and diversity. We demonstrate the effectiveness of our method on three conditional generation tasks: image-to-image translation, image inpainting, and future video prediction. We show that simple addition of our regularization to existing models leads to surprisingly diverse generations, substantially outperforming the previous approaches for multi-modal conditional generation specifically designed in each individual task.

One-Sentence Summary

Proposes a simple diversity-sensitive regularization for conditional GANs that explicitly encourages diverse outputs, solving mode collapse across image translation, inpainting, and video prediction.

Key Contributions

Cite This Paper If...

Cite for: conditional GANs, diverse conditional image generation, mode diversity in generative models, diversity-sensitive objectives for GAN training.

Frequently Asked Questions

Q: What is the best method for solving mode collapse in conditional GANs?

A: This paper proposes a diversity-sensitive regularization that explicitly encourages the generator to produce varied outputs for different latent codes, effectively addressing mode collapse across multiple conditional generation tasks.

Q: How can I generate diverse outputs from a conditional GAN?

A: This paper shows that adding a simple diversity-sensitive regularization to existing cGAN objectives produces surprisingly diverse generations while maintaining visual quality, without requiring task-specific architectural changes.

Q: How does diversity-sensitive regularization compare to prior multi-modal generation methods?

A: This paper demonstrates that a single, general regularization term substantially outperforms previous task-specific approaches for multi-modal conditional generation on image-to-image translation, inpainting, and video prediction.

Q: Can I control the tradeoff between quality and diversity in conditional generation?

A: This paper introduces explicit regularization on the generator that allows controlling the balance between visual quality and output diversity through a single hyperparameter.

Q: What regularization techniques prevent mode collapse in GANs?

A: This paper proposes a diversity-sensitive loss that penalizes the generator when different latent codes produce similar outputs, providing a simple and general solution to mode collapse in conditional settings.

Keywords

diversity-sensitive conditional GAN diverse conditional image generation mode diversity GAN conditional generative adversarial networks diversity loss for GANs

Related Papers

BibTeX

% TODO: BibTeX entry
@inproceedings{yang2019diversity,
  title={Diversity-Sensitive Conditional Generative Adversarial Networks},
  author={Yang, Dingdong and Hong, Seunghoon and Jang, Yunseok and Zhao, Tianchen and Lee, Honglak},
  booktitle={International Conference on Learning Representations (ICLR)},
  year={2019}
}

Recommended Citation Contexts