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

Improved Techniques for Training GANs

About

We present a variety of new architectural features and training procedures that we apply to the generative adversarial networks (GANs) framework. We focus on two applications of GANs: semi-supervised learning, and the generation of images that humans find visually realistic. Unlike most work on generative models, our primary goal is not to train a model that assigns high likelihood to test data, nor do we require the model to be able to learn well without using any labels. Using our new techniques, we achieve state-of-the-art results in semi-supervised classification on MNIST, CIFAR-10 and SVHN. The generated images are of high quality as confirmed by a visual Turing test: our model generates MNIST samples that humans cannot distinguish from real data, and CIFAR-10 samples that yield a human error rate of 21.3%. We also present ImageNet samples with unprecedented resolution and show that our methods enable the model to learn recognizable features of ImageNet classes.

Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, Xi Chen• 2016

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)--
3381
Image GenerationCIFAR-10 (test)--
471
Unconditional Image GenerationCIFAR-10 (test)
FID22.62
216
ClassificationSVHN (test)
Error Rate8.11
182
Image ClassificationSVHN 1000 labels (test)
Error Rate25.47
69
Conditional Image GenerationCIFAR10 (test)--
66
Image ClassificationMNIST standard (test)--
40
Image ClassificationCIFAR-10 400 labels per class (test)
Accuracy81.4
22
Image ClassificationSVHN 1,000 labels (train)
Error Rate (%)8.11
15
Image ClassificationCIFAR10 4,000 labels (train)
Error Rate18.63
15
Showing 10 of 15 rows

Other info

Code

Follow for update