Skip to main content
QUICK REVIEW

[논문 리뷰] Deceive D: Adaptive Pseudo Augmentation for GAN Training with Limited Data

Liming Jiang, Bo Dai|arXiv (Cornell University)|2021. 11. 12.
Generative Adversarial Networks and Image Synthesis참고 문헌 49인용 수 28
한 줄 요약

APA는 생성기를 사용하여 제한된 실제 데이터를 자체의 가짜 이미지로 적응적으로 보강하여 판별기를 속이고 과적합을 억제하며 외부 증강 없이 GAN 학습 품질을 향상시킵니다.

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 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.

연구 동기 및 목표

  • Address the challenge of training GANs with limited data due to discriminator overfitting.
  • Introduce Adaptive Pseudo Augmentation (APA) that uses generated images to deceive the discriminator adaptively.
  • Provide theoretical analysis linking APA to JS divergence minimization and convergence.
  • Demonstrate APA's effectiveness and compatibility across contemporary GANs like StyleGAN2 with negligible computational overhead.

제안 방법

  • Auxiliary pseudo augmentation where fake samples from the generator are moderately injected into the real data as pseudo-real examples.
  • Deception probability p controls the strength of augmentation and is adaptively updated based on an overfitting heuristic lambda derived from discriminator logits.
  • Three lambda variants are proposed: lambda_r, lambda_f, lambda_rf, with lambda_r used in main experiments.
  • APA leads to a modified minimax objective that links to minimizing a JS divergence between smoothed real data and generated data distributions.
  • Provable convergence properties: with optimal G and D, APA preserves the global minimum at p_g = p_data, implying convergence of the generator under sufficient capacity.

실험 결과

연구 질문

  • RQ1Can Adaptive Pseudo Augmentation (APA) improve GAN performance in the low-data regime without external augmentations?
  • RQ2Does APA preserve convergence properties and relate to JS divergence minimization under limited data?
  • RQ3How does APA interact with existing augmentation-based or regularization approaches (e.g., ADA, LC-Reg) in practice?
  • RQ4What is the empirical impact of APA across diverse datasets and data-scarce settings?

주요 결과

  • APA consistently improves synthesis quality (lower FID and higher IS) across AFHQ-Cat-5k, FFHQ-5k, Anime-5k, and CUB-12k compared to StyleGAN2 baselines.
  • With as little as 1k–7k data, APA achieves significant FID/IS gains, sometimes approaching full-data StyleGAN2 performance.
  • APA training incurs negligible computational overhead relative to ADA-based approaches.
  • APA is complementary to standard data augmentations like ADA and can further boost performance when used together.
  • Ablation studies show robustness to lambda variant choices and that adaptive deception (p) outperforms fixed or two-sided label strategies in most cases.
  • Theoretically, APA transforms the objective toward minimizing JS divergence between smoothed real data and generated data, supporting convergence claims.

더 나은 연구,지금 바로 시작하세요

논문 읽기부터 검토까지, 연구 시간을 획기적으로 줄여보세요.

카드 등록 없음 · 무료 플랜 제공

이 리뷰는 AI가 만들고, 인간 에디터가 검토했습니다.