Ensembling Off-the-shelf Models for GAN Training
Nupur Kumari, Richard Zhang, Eli Shechtman, Jun-Yan Zhu

TL;DR
This paper explores leveraging pretrained vision models as discriminators in GAN training, proposing a selection method based on linear separability to enhance performance across data regimes.
Contribution
It introduces a novel selection mechanism for pretrained models in GAN discriminators, improving training efficiency and results.
Findings
Significant performance gains with pretrained ensemble discriminators
Effective model selection based on linear separability
Improved FID scores on LSUN datasets
Abstract
The advent of large-scale training has produced a cornucopia of powerful visual recognition models. However, generative models, such as GANs, have traditionally been trained from scratch in an unsupervised manner. Can the collective "knowledge" from a large bank of pretrained vision models be leveraged to improve GAN training? If so, with so many models to choose from, which one(s) should be selected, and in what manner are they most effective? We find that pretrained computer vision models can significantly improve performance when used in an ensemble of discriminators. Notably, the particular subset of selected models greatly affects performance. We propose an effective selection mechanism, by probing the linear separability between real and fake samples in pretrained model embeddings, choosing the most accurate model, and progressively adding it to the discriminator ensemble.…
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
TopicsAdvanced Image and Video Retrieval Techniques · Generative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning
MethodsVision-aided GAN · Weight Demodulation · Convolution · Path Length Regularization · HuMan(Expedia)||How do I get a human at Expedia? · R1 Regularization
