paper-with-me

Papers

Approximability of Discriminators Implies Diversity in GANs

2018-06-27 · ICLR 2019 5 · Yu Bai, Tengyu Ma, Andrej Risteski

While Generative Adversarial Networks (GANs) have empirically produced impressive results on learning complex real-world distributions, recent works have shown that they suffer from lack of diversity or mode collapse. The theoretical work of Arora et al. suggests a dilemma about GANs' statistical properties: powerful discriminators cause overfitting, whereas weak discriminators cannot detect mode collapse. By contrast, we show in this paper that GANs can in principle learn distributions in Wasserstein distance (or KL-divergence in many cases) with polynomial sample complexity, if the discriminator class has strong distinguishing power against the particular generator class (instead of against all possible generators). For various generator classes such as mixture of Gaussians, exponential families, and invertible and injective neural networks generators, we design corresponding discriminators (which are often neural nets of specific architectures) such that the Integral Probability Metric (IPM) induced by the discriminators can provably approximate the Wasserstein distance and/or KL-divergence. This implies that if the training is successful, then the learned distribution is close to the true distribution in Wasserstein distance or KL divergence, and thus cannot drop modes. Our preliminary experiments show that on synthetic datasets the test IPM is well correlated with KL divergence or the Wasserstein distance, indicating that the lack of diversity in GANs may be caused by the sub-optimality in optimization instead of statistical inefficiency.

📄 PDF Abstract BibTeX arXiv:1806.10586

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

Best Student Forcing: A Simple Training Mechanism in Adversarial Language Generation

2020-05-01 · LREC 2020 5 · Jonathan Sauder, Ting Hu, Xiaoyin Che, Goncalo Mordido 외

Language models trained with Maximum Likelihood Estimation (MLE) have been considered as a mainstream solution in Natural Language Generation (NLG) for years. Recently, various approaches with Generative Adversarial Nets…

DiversityText Generation

On-line Adaptative Curriculum Learning for GANs

2018-07-31 · Thang Doan, Joao Monteiro, Isabela Albuquerque, Bogdan Mazoure 외

Generative Adversarial Networks (GANs) can successfully approximate a probability distribution and produce realistic samples. However, open questions such as sufficient convergence conditions and mode collapse still pers…

Multi-Armed BanditsStochastic Optimization

Lower Dimensional Kernels for Video Discriminators

2019-12-18 · Emmanuel Kahembwe, Subramanian Ramamoorthy

This work presents an analysis of the discriminators used in Generative Adversarial Networks (GANs) for Video. We show that unconstrained video discriminator architectures induce a loss surface with high curvature which …

GPUVideo Generation

ARTEMIS: Using GANs with Multiple Discriminators to Generate Art

2023-11-14 · James Baker

We propose a novel method for generating abstract art. First an autoencoder is trained to encode and decode the style representations of images, which are extracted from source images with a pretrained VGG network. Then,…

DecoderDiversity

Dropout-GAN: Learning from a Dynamic Ensemble of Discriminators

2018-07-30 · Gonçalo Mordido, Haojin Yang, Christoph Meinel

We propose to incorporate adversarial dropout in generative multi-adversarial networks, by omitting or dropping out, the feedback of each discriminator in the framework with some probability at the end of each batch. Our…

Diversity