FreGAN: Exploiting Frequency Components for Training GANs under Limited Data
Mengping Yang, Zhe Wang, Ziqiu Chi, Yanbing Zhang

TL;DR
FreGAN enhances GAN training with limited data by leveraging frequency information, especially high-frequency signals, to improve generation quality and reduce overfitting, outperforming existing methods in low-data scenarios.
Contribution
FreGAN introduces a frequency-aware training approach that incorporates frequency signals of real and generated images, including a self-supervised constraint, to improve GAN performance with limited data.
Findings
Outperforms existing methods in low-data regimes (<100 samples)
Effectively utilizes high-frequency information for better detail preservation
Can be integrated with other regularization and attention models
Abstract
Training GANs under limited data often leads to discriminator overfitting and memorization issues, causing divergent training. Existing approaches mitigate the overfitting by employing data augmentations, model regularization, or attention mechanisms. However, they ignore the frequency bias of GANs and take poor consideration towards frequency information, especially high-frequency signals that contain rich details. To fully utilize the frequency information of limited data, this paper proposes FreGAN, which raises the model's frequency awareness and draws more attention to producing high-frequency signals, facilitating high-quality generation. In addition to exploiting both real and generated images' frequency information, we also involve the frequency signals of real images as a self-supervised constraint, which alleviates the GAN disequilibrium and encourages the generator 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
TopicsAdvanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis · Human Pose and Action Recognition
