Few-Shot Adaptation of Generative Adversarial Networks
Esther Robb, Wen-Sheng Chu, Abhishek Kumar, Jia-Bin Huang

TL;DR
This paper introduces FSGAN, a novel method for adapting pre-trained GANs to new domains using very few images, significantly improving visual quality in few-shot image synthesis tasks.
Contribution
The paper presents a simple, effective approach for few-shot GAN adaptation by manipulating singular values of weights, enabling high-quality synthesis with limited data.
Findings
FSGAN outperforms existing methods in visual quality for few-shot adaptation.
The method demonstrates effectiveness with as few as 5 images.
Standard quantitative metrics may not fully capture synthesis quality in few-shot scenarios.
Abstract
Generative Adversarial Networks (GANs) have shown remarkable performance in image synthesis tasks, but typically require a large number of training samples to achieve high-quality synthesis. This paper proposes a simple and effective method, Few-Shot GAN (FSGAN), for adapting GANs in few-shot settings (less than 100 images). FSGAN repurposes component analysis techniques and learns to adapt the singular values of the pre-trained weights while freezing the corresponding singular vectors. This provides a highly expressive parameter space for adaptation while constraining changes to the pretrained weights. We validate our method in a challenging few-shot setting of 5-100 images in the target domain. We show that our method has significant visual quality gains compared with existing GAN adaptation methods. We report qualitative and quantitative results showing the effectiveness of our…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques · Image Processing Techniques and Applications
