Class-Splitting Generative Adversarial Networks
Guillermo L. Grinblat, Lucas C. Uzal, Pablo M. Granitto

TL;DR
This paper introduces a class-splitting approach for GANs that enhances sample quality by augmenting class labels through clustering in the learned representation space, applicable in both supervised and unsupervised settings.
Contribution
It proposes a novel class-splitting method that improves GAN performance by dynamically creating subclasses via clustering, applicable even without initial class labels.
Findings
Achieved state-of-the-art Inception scores on CIFAR-10 and STL-10 datasets.
Effective in both supervised and unsupervised GAN training.
Enhanced sample quality through class augmentation.
Abstract
Generative Adversarial Networks (GANs) produce systematically better quality samples when class label information is provided., i.e. in the conditional GAN setup. This is still observed for the recently proposed Wasserstein GAN formulation which stabilized adversarial training and allows considering high capacity network architectures such as ResNet. In this work we show how to boost conditional GAN by augmenting available class labels. The new classes come from clustering in the representation space learned by the same GAN model. The proposed strategy is also feasible when no class information is available, i.e. in the unsupervised setup. Our generated samples reach state-of-the-art Inception scores for CIFAR-10 and STL-10 datasets in both supervised and unsupervised setup.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Adversarial Robustness in Machine Learning · Advanced Image Processing Techniques
MethodsAverage Pooling · Global Average Pooling · 1x1 Convolution · *Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · Bottleneck Residual Block · Max Pooling · Kaiming Initialization · Residual Connection · Residual Block
