A New Paradigm for Generative Adversarial Networks based on Randomized Decision Rules
Sehwan Kim, Qifan Song, and Faming Liang

TL;DR
This paper introduces a new GAN formulation based on randomized decision rules, addressing mode collapse by ensuring the discriminator converges to a fixed point and the generator reaches a Nash equilibrium, with applications in statistics.
Contribution
It proposes a novel GAN training method using empirical Bayes and MCMC, improving convergence and diversity in generated data compared to traditional GANs.
Findings
Convergence to Nash equilibrium is theoretically established.
Method improves diversity in generated samples.
Applicable to nonparametric clustering and independence testing.
Abstract
The Generative Adversarial Network (GAN) was recently introduced in the literature as a novel machine learning method for training generative models. It has many applications in statistics such as nonparametric clustering and nonparametric conditional independence tests. However, training the GAN is notoriously difficult due to the issue of mode collapse, which refers to the lack of diversity among generated data. In this paper, we identify the reasons why the GAN suffers from this issue, and to address it, we propose a new formulation for the GAN based on randomized decision rules. In the new formulation, the discriminator converges to a fixed point while the generator converges to a distribution at the Nash equilibrium. We propose to train the GAN by an empirical Bayes-like method by treating the discriminator as a hyper-parameter of the posterior distribution of the generator.…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Gaussian Processes and Bayesian Inference · Model Reduction and Neural Networks
