CHAIN: Enhancing Generalization in Data-Efficient GANs via lipsCHitz continuity constrAIned Normalization
About
Generative Adversarial Networks (GANs) significantly advanced image generation but their performance heavily depends on abundant training data. In scenarios with limited data, GANs often struggle with discriminator overfitting and unstable training. Batch Normalization (BN), despite being known for enhancing generalization and training stability, has rarely been used in the discriminator of Data-Efficient GANs. Our work addresses this gap by identifying a critical flaw in BN: the tendency for gradient explosion during the centering and scaling steps. To tackle this issue, we present CHAIN (lipsCHitz continuity constrAIned Normalization), which replaces the conventional centering step with zero-mean regularization and integrates a Lipschitz continuity constraint in the scaling step. CHAIN further enhances GAN training by adaptively interpolating the normalized and unnormalized features, effectively avoiding discriminator overfitting. Our theoretical analyses firmly establishes CHAIN's effectiveness in reducing gradients in latent features and weights, improving stability and generalization in GAN training. Empirical evidence supports our theory. CHAIN achieves state-of-the-art results in data-limited scenarios on CIFAR-10/100, ImageNet, five low-shot and seven high-resolution few-shot image datasets. Code: https://github.com/MaxwellYaoNi/CHAIN
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Generation | CIFAR-100 (10% data) | Inception Score12.7 | 41 | |
| Image Generation | CIFAR-100 (20% data) | IS12.98 | 41 | |
| Image Generation | CIFAR-10 (20% data) | Inception Score10.26 | 35 | |
| Image Generation | CIFAR-10 (10% data) | Inception Score10.1 | 35 | |
| Image Generation | CIFAR-100 (full data) | Inception Score13.98 | 35 | |
| Image Generation | CIFAR-10 100% data | IS10.31 | 30 | |
| Few-shot Image Generation | Obama 100-shot | FID20.94 | 26 | |
| Few-shot Image Generation | Grumpy Cat 100-shot | FID17.57 | 26 | |
| Image Generation | AnimalFace Dog | FID30.88 | 21 | |
| Image Synthesis | CIFAR-100 (train test) | IS11.37 | 18 |