Papers › Rebooting ACGAN: Auxiliary Classifier GANs with Stable Training

Rebooting ACGAN: Auxiliary Classifier GANs with Stable Training

1 Nov 2021NeurIPS 2021 12arXiv:2111.01118archive 2025-07-28

Minguk Kang, Woohyeon Shim, Minsu Cho, Jaesik Park

Conditional Generative Adversarial Networks (cGAN) generate realistic images by incorporating class information into GAN. While one of the most popular cGANs is an auxiliary classifier GAN with softmax cross-entropy loss (ACGAN), it is widely known that training ACGAN is challenging as the number of classes in the dataset increases. ACGAN also tends to generate easily classifiable samples with a lack of diversity. In this paper, we introduce two cures for ACGAN. First, we identify that gradient exploding in the classifier can cause an undesirable collapse in early training, and projecting input vectors onto a unit hypersphere can resolve the problem. Second, we propose the Data-to-Data Cross-Entropy loss (D2D-CE) to exploit relational information in the class-labeled dataset. On this foundation, we propose the Rebooted Auxiliary Classifier Generative Adversarial Network (ReACGAN). The experimental results show that ReACGAN achieves state-of-the-art generation results on CIFAR10, Tiny-ImageNet, CUB200, and ImageNet datasets. We also verify that ReACGAN benefits from differentiable augmentations and that D2D-CE harmonizes with StyleGAN2 architecture. Model weights and a software package that provides implementations of representative cGANs and all experiments in our paper are available at https://github.com/POSTECH-CVLab/PyTorch-StudioGAN.

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="2111.01118")

Code

Syntology Ran 9 of 9 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 7 samples from 1 repository, 7 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

POSTECH-CVLab/PyTorch-StudioGAN officialmentioned in papermentioned 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

9 samples harvested; 9 ran; 1 honoured the contract we drafted; 0 have 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 · honoured contract
6ran · our draft was wrong
1ran · fixture could not drive it
1ran

Licence: 9 of the 9 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 POSTECH-CVLab/PyTorch-StudioGAN. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

Data2DataCrossEntropyLoss POSTECH-CVLab/PyTorch-StudioGAN/src/utils/losses.py official repository ran licence not identified · pointer only · ff807a391d4e99b4 · report
apply_diffaug postech-cvlab/pytorch-studiogan/src/utils/diffaug.py official repository ran · fixture could not drive it fingerprinted licence not identified · pointer only · 00f27b8abf516650 · report
d_vanilla postech-cvlab/pytorch-studiogan/src/utils/losses.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 369437c0fd47b308 · report
enable_allreduce postech-cvlab/pytorch-studiogan/src/utils/losses.py official repository ran · honoured contract licence not identified · pointer only · 233e3fc61244ce0c · report
g_vanilla postech-cvlab/pytorch-studiogan/src/utils/losses.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 3673b761d410798a · report
rand_brightness postech-cvlab/pytorch-studiogan/src/utils/diffaug.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 011230b2b9b8fb6f · report
rand_saturation postech-cvlab/pytorch-studiogan/src/utils/diffaug.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 5b0d8787e670fc63 · report
rand_brightness identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · fd66a45971195f9a · report
rand_saturation identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · abafb0afcfb5d028 · report

Tasks

Conditional Image GenerationDiversityImage Generation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Conditional Image Generation ArtBench-10 (32x32) ReACGAN + DiffAug FID 3.175 #2 of 6 Archive leaderboard report
Conditional Image Generation CIFAR-10 StyleGAN2 + DiffAugment + D2D-CE FID 2.26 #3 of 25 Archive leaderboard report
Conditional Image Generation CIFAR-10 StyleGAN2 + DiffAugment + D2D-CE Inception score 10.51 #3 of 25 Archive leaderboard report
Conditional Image Generation ImageNet 128x128 ReACGAN FID 8.206 #12 of 22 Archive leaderboard report
Conditional Image Generation ImageNet 128x128 ReACGAN Inception score 96.299 #12 of 22 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

Auxiliary ClassifierConvolutionPath Length RegularizationR1 RegularizationSoftmaxWeight Demodulation

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