Adversarial Semantic Augmentation for Training Generative Adversarial Networks under Limited Data
Mengping Yang, Zhe Wang, Ziqiu Chi, Dongdong Li, Wenli Du
TL;DR
This work introduces Adversarial Semantic Augmentation (ASA) for training GANs with limited data by operating in the semantic feature space rather than the image space. By estimating online covariance matrices of semantic features for real and generated data, ASA identifies meaningful transformation directions and augments features through a Gaussian perturbation, while an upper bound on the adversarial loss is minimized to realize implicit augmentation. The approach preserves the original data distribution (JS divergence to the generator is controlled) and integrates with a discriminative feature encoder enhanced by channel and spatial attention, plus a reconstruction term in the learning objective. Empirical results across few-shot and large-scale datasets show consistent improvements in fidelity and diversity, faster convergence, and strong qualitative gains with minimal computational overhead. ASA thus offers a principled, scalable path to data-efficient GANs suitable for SEO-friendly previews and reusable in diverse GAN architectures.
Abstract
Generative adversarial networks (GANs) have made remarkable achievements in synthesizing images in recent years. Typically, training GANs requires massive data, and the performance of GANs deteriorates significantly when training data is limited. To improve the synthesis performance of GANs in low-data regimes, existing approaches use various data augmentation techniques to enlarge the training sets. However, it is identified that these augmentation techniques may leak or even alter the data distribution. To remedy this, we propose an adversarial semantic augmentation (ASA) technique to enlarge the training data at the semantic level instead of the image level. Concretely, considering semantic features usually encode informative information of images, we estimate the covariance matrices of semantic features for both real and generated images to find meaningful transformation directions. Such directions translate original features to another semantic representation, e.g., changing the backgrounds or expressions of the human face dataset. Moreover, we derive an upper bound of the expected adversarial loss. By optimizing the upper bound, our semantic augmentation is implicitly achieved. Such design avoids redundant sampling of the augmented features and introduces negligible computation overhead, making our approach computation efficient. Extensive experiments on both few-shot and large-scale datasets demonstrate that our method consistently improve the synthesis quality under various data regimes, and further visualized and analytic results suggesting satisfactory versatility of our proposed method.
