Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Generative Adversarial Networks

About

We propose a new framework for estimating generative models via an adversarial process, in which we simultaneously train two models: a generative model G that captures the data distribution, and a discriminative model D that estimates the probability that a sample came from the training data rather than G. The training procedure for G is to maximize the probability of D making a mistake. This framework corresponds to a minimax two-player game. In the space of arbitrary functions G and D, a unique solution exists, with G recovering the training data distribution and D equal to 1/2 everywhere. In the case where G and D are defined by multilayer perceptrons, the entire system can be trained with backpropagation. There is no need for any Markov chains or unrolled approximate inference networks during either training or generation of samples. Experiments demonstrate the potential of the framework through qualitative and quantitative evaluation of the generated samples.

Ian J. Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, Yoshua Bengio• 2014

Related benchmarks

TaskDatasetResultRank
Image GenerationCIFAR-10--
178
Image GenerationCelebA
FID32.85
110
Image GenerationSTL-10
FID247.3
66
Image GenerationMNIST
FID21.5
44
Image SynthesisFFHQ
FID13.18
16
Image SynthesisCityscapes
FID11.57
12
Unconditional Image GenerationCLEVR
FID25.02
8
Unconditional Image GenerationBedrooms
FID12.16
8
Unconditional Image GenerationFFHQ
FID13.18
8
Unconditional Image GenerationCOCO
FID41
8
Showing 10 of 17 rows

Other info

Follow for update