Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Data-Efficient GAN Training Beyond (Just) Augmentations: A Lottery Ticket Perspective

About

Training generative adversarial networks (GANs) with limited real image data generally results in deteriorated performance and collapsed models. To conquer this challenge, we are inspired by the latest observation, that one can discover independently trainable and highly sparse subnetworks (a.k.a., lottery tickets) from GANs. Treating this as an inductive prior, we suggest a brand-new angle towards data-efficient GAN training: by first identifying the lottery ticket from the original GAN using the small training set of real images; and then focusing on training that sparse subnetwork by re-using the same set. We find our coordinated framework to offer orthogonal gains to existing real image data augmentation methods, and we additionally present a new feature-level augmentation that can be applied together with them. Comprehensive experiments endorse the effectiveness of our proposed framework, across various GAN architectures (SNGAN, BigGAN, and StyleGAN-V2) and diverse datasets (CIFAR-10, CIFAR-100, Tiny-ImageNet, ImageNet, and multiple few-shot generation datasets). Codes are available at: https://github.com/VITA-Group/Ultra-Data-Efficient-GAN-Training.

Tianlong Chen, Yu Cheng, Zhe Gan, Jingjing Liu, Zhangyang Wang• 2021

Related benchmarks

TaskDatasetResultRank
Image GenerationCIFAR-100 (10% data)--
41
Few-shot Image GenerationGrumpy Cat 100-shot
FID31.02
26
Few-shot Image GenerationObama 100-shot
FID52.86
26
Image GenerationAnimalFace Dog
FID68.28
21
Image SynthesisCIFAR-100 (train test)
IS11.28
18
Image SynthesisCIFAR-10 (train/test)
Inception Score9.39
18
Image GenerationPanda low-shot 100-shot
FID14.75
15
Image GenerationAnimal Face Cat (full)
FID47.4
15
Few-shot Image GenerationPanda 100-shot
FID14.75
8
Few-shot Image GenerationAnimalFace Cat
FID47.4
8
Showing 10 of 11 rows

Other info

Code

Follow for update