Rebooting ACGAN: Auxiliary Classifier GANs with Stable Training

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.

PDF Abstract NeurIPS 2021 PDF NeurIPS 2021 Abstract

Results from the Paper


 Ranked #1 on Image Generation on CIFAR-10 (NFE metric)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Conditional Image Generation ArtBench-10 (32x32) ReACGAN + DiffAug FID 3.175 # 2
Image Generation CIFAR-10 StyleGAN2 + ADA FID 2.316 # 28
Conditional Image Generation CIFAR-10 StyleGAN2 + DiffAugment + D2D-CE Inception score 10.51 # 1
FID 2.26 # 2
Image Generation CIFAR-10 StyleGAN2 + ADA (DINOv2) NFE 1 # 1
FD 305.92 # 6
Image Generation CIFAR-10 StyleGAN2 + DiffAugment + D2D-CE FID 2.236 # 25
Image Generation CIFAR-10 StyleGAN2 + ADA+ D2D-CE FID 2.325 # 29
Conditional Image Generation ImageNet 128x128 ReACGAN FID 8.206 # 12
Inception score 96.299 # 12

Methods