生成的敵対的ネットワーク(GAN)は通常、忠実度の高い画像を合成するために、トレーニングのために十分なデータを必要とします。最近の研究では、ジェネレーターの収束を妨げる根本的な原因である弁別器の過剰適合のために、限られたデータでGANをトレーニングすることは依然として手ごわいことが示されています。このホワイトペーパーでは、ジェネレータとディスクリミネータ間の健全な競争を促進するための、Adaptive Pseudo Augmentation(APA)と呼ばれる新しい戦略を紹介します。標準のデータ拡張またはモデルの正則化に依存する既存のアプローチの代替方法として、APAは、ジェネレーター自体を使用して、生成された画像で実際のデータ分布を拡張することにより、過剰適合を軽減します。広範な実験により、低データ領域での合成品質の向上におけるAPAの有効性が実証されています。新しいトレーニング戦略の収束と合理性を調べるための理論的分析を提供します。 APAはシンプルで効果的です。わずかな計算コストで、StyleGAN2などの強力な現代のGANにシームレスに追加できます。
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 examine the convergence and rationality of our new training strategy. APA is simple and effective. It can be added seamlessly to powerful contemporary GANs, such as StyleGAN2, with negligible computational cost.