Papers › Improved Techniques for Training GANs

Improved Techniques for Training GANs

10 Jun 2016NeurIPS 2016 12arXiv:1606.03498archive 2025-07-28

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

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1606.03498")

Code

Syntology Ran 1 of 2 code samples harvested from 2 repositories linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: community (archive-listed): 2 samples from 2 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

46 repositories listed; official and paper-mentioned ones first.

openai/improved-gan officialmentioned in papertf report
openai/improved_gan officialmentioned in papertf report
Kyan-Ge/Semi-supervised-Gan mentioned on GitHubpytorch report
LsAntonio/60daysofudacity mentioned on GitHubpytorch report
TahmasbiM/Example mentioned on GitHubtf report
TomokiKomiya/SRGAN-keras mentioned on GitHubtf report
Vishal-V/StackGAN mentioned on GitHubtfMIT report
WGLab/SGAN mentioned on GitHubpytorch report
ZhimingZhou/AM-GAN mentioned on GitHubtf report
aelnouby/Text-to-Image-Synthesis mentioned on GitHubpytorch report
agupta231/CARROL mentioned on GitHubtf report
arnonbruno/ganify mentioned on GitHubtfMIT report
chameleonTK/continual-learning-for-HAR mentioned on GitHubpytorch report
daixiangzi/ImprovedGan-pytorch mentioned on GitHubpytorch report
deepak112/Keras-SRGAN mentioned on GitHubtf report
fastforwardlabs/deepad mentioned on GitHubtfApache-2.0 report
franroldans/tfm-franroldan-wav2pix mentioned on GitHubpytorch report
geekysethi/triplet-GAN mentioned on GitHubpytorch report
healthcare-robotics/mr-gan mentioned on GitHub report
helmy-elrais/Semi_Supervised_Learning mentioned on GitHubpytorch report
mlz8/GAN-Reading-List mentioned on GitHub report
nanwei1/MNIST_GAN mentioned on GitHubpytorch report
nupurkmr9/vision-aided-gan mentioned on GitHubpytorchMIT report
raahii/evan mentioned on GitHubpytorch report
raahii/video-gans-evaluation mentioned on GitHubpytorch report
sbarratt/inception-score-pytorch mentioned on GitHubpytorchMIT report
snow-mn/GAN-INT-CLS mentioned on GitHubpytorch report
t0nberryking/DCGAN256 mentioned on GitHub report
tdrussell/IllustrationGAN mentioned on GitHubtf report
tensorflow/models mentioned on GitHubtf report
theidentity/Improved-GAN-PyTorch mentioned on GitHubpytorch report
tsc2017/Inception-Score mentioned on GitHubtfApache-2.0 report
victordibia/deepad mentioned on GitHubtfApache-2.0 report
vuanhtu1993/Keras-SRGANs mentioned on GitHubtf report
watsonyanghx/GAN_Lib_Tensorflow mentioned on GitHubtf report
wilson1yan/VideoGPT mentioned on GitHubpytorch report
zhenxuan00/triple-gan mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

2 samples harvested; 1 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1unverified

Licence: 0 of the 2 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

preds2score tsc2017/Inception-Score/inception_score.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · a32f853e4b62793c · report
train MaximeVandegar/Papers-in-100-Lines-of-Code/Improved_Techniques_for_Training_GANs/semi_supervised_learning.py community (archive-listed) unverified MIT (permissive) · b855806c84babb76 · report

Tasks

Conditional Image GenerationImage GenerationSemi-Supervised Image Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Conditional Image Generation CIFAR-10 Improved GAN Inception score 8.09 #21 of 25 Archive leaderboard report
Image Classification SVHN Improved GAN Percentage error 8.11 #44 of 62 Archive leaderboard report
Semi-Supervised Image Classification CIFAR-10, 4000 Labels GAN Percentage error 15.59 #48 of 49 Archive leaderboard report
Semi-Supervised Image Classification SVHN, 1000 labels GAN Accuracy 91.89 #17 of 17 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: GAN Feature Matching, Minibatch Discrimination, Virtual Batch Normalization

Batch NormalizationConvolutionGAN Feature MatchingLabel SmoothingMinibatch DiscriminationVirtual Batch NormalizationWeight Normalization

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections