Data-Efficient Instance Generation from Instance Discrimination
Ceyuan Yang, Yujun Shen, Yinghao Xu, Bolei Zhou

TL;DR
This paper introduces InsGen, a data-efficient GAN training method that uses instance discrimination to improve image synthesis quality with limited data, outperforming previous methods especially on small datasets.
Contribution
The paper proposes a novel instance discrimination-based approach for GANs that enhances data efficiency and diversity in generated images, especially with limited training data.
Findings
Outperforms state-of-the-art on 2K FFHQ images with 23.5% FID improvement
Uses instance discrimination to leverage infinite synthesized samples
Incorporates noise perturbation to enhance discriminative power
Abstract
Generative Adversarial Networks (GANs) have significantly advanced image synthesis, however, the synthesis quality drops significantly given a limited amount of training data. To improve the data efficiency of GAN training, prior work typically employs data augmentation to mitigate the overfitting of the discriminator yet still learn the discriminator with a bi-classification (i.e., real vs. fake) task. In this work, we propose a data-efficient Instance Generation (InsGen) method based on instance discrimination. Concretely, besides differentiating the real domain from the fake domain, the discriminator is required to distinguish every individual image, no matter it comes from the training set or from the generator. In this way, the discriminator can benefit from the infinite synthesized samples for training, alleviating the overfitting problem caused by insufficient training data. A…
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
TopicsHandwritten Text Recognition Techniques · Image Processing and 3D Reconstruction · Natural Language Processing Techniques
