Few-Shot Adaptation of Generative Adversarial Networks
Esther Robb, Wen-Sheng Chu, Abhishek Kumar, Jia-Bin Huang
TL;DR
This paper tackles the problem of adapting pretrained GANs to new domains when target data are scarce (less than 100 images). It introduces Few-Shot GAN (FSGAN), which reformulates adaptation in the weight space by applying singular value decomposition to pretrained weights and learning only the singular values while keeping the left and right singular vectors fixed, i.e., $W^{(\ell)}_{\Sigma} = (U_0^{(\ell)} \Sigma V_0^{(\ell)\top})^{(\ell)}$. The method is evaluated on near- and far-domain transfers using 5–100 shots, showing improved visual quality over baselines like TransferGAN, FreezeD, and SSGAN, while highlighting limitations of the Fréchet Inception Distance (FID) as a sole metric in few-shot settings and supplementing with sharpness and Face Quality Index. Key contributions include a simple yet expressive adaptation space, per-layer SVD application to both generator and discriminator, and a demonstration that restricting parameter updates to singular values yields more stable and diverse outputs under severe data constraints. The work has practical impact for efficient deployment of high-fidelity GANs in data-scarce scenarios and provides a framework for more robust evaluation in low-data regimes.
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 method. We additionally highlight a problem for few-shot synthesis in the standard quantitative metric used by data-efficient image synthesis works. Code and additional results are available at http://e-271.github.io/few-shot-gan.
