Deceive D: Adaptive Pseudo Augmentation for GAN Training with Limited Data
Liming Jiang, Bo Dai, Wayne Wu, Chen Change Loy

TL;DR
This paper proposes Adaptive Pseudo Augmentation (APA), a novel method that uses generated images to augment real data, improving GAN training with limited data by reducing discriminator overfitting and enhancing image synthesis quality.
Contribution
APA introduces a new adaptive augmentation strategy that employs the generator to augment real data, addressing overfitting in low-data GAN training and seamlessly integrating with existing models.
Findings
APA improves image quality in low-data regimes
Theoretical analysis supports convergence of the method
APA adds negligible computational overhead
Abstract
Generative adversarial networks (GANs) typically require ample data for training in order to synthesize high-fidelity images. Recent studies have shown that training GANs with limited data remains formidable due to discriminator overfitting, the underlying cause that impedes the generator's convergence. This paper introduces a novel strategy called Adaptive Pseudo Augmentation (APA) to encourage healthy competition between the generator and the discriminator. As an alternative method to existing approaches that rely on standard data augmentations or model regularization, APA alleviates overfitting by employing the generator itself to augment the real data distribution with generated images, which deceives the discriminator adaptively. Extensive experiments demonstrate the effectiveness of APA in improving synthesis quality in the low-data regime. We provide a theoretical analysis to…
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
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques · Image and Signal Denoising Methods
MethodsAdaptive Pseudo Augmentation · R1 Regularization · Path Length Regularization · HuMan(Expedia)||How do I get a human at Expedia? · Weight Demodulation · Convolution
