Large Scale Adversarial Representation Learning
Jeff Donahue, Karen Simonyan

TL;DR
This paper introduces BigBiGAN, a model that leverages advances in image generation to improve unsupervised representation learning, achieving state-of-the-art results on ImageNet.
Contribution
The paper presents BigBiGAN, a novel model extending BigGAN with an encoder for enhanced unsupervised representation learning and image generation.
Findings
BigBiGAN achieves state-of-the-art unsupervised representation learning on ImageNet.
The model improves image generation quality and representation learning performance.
Pretrained models are publicly available on TensorFlow Hub.
Abstract
Adversarially trained generative models (GANs) have recently achieved compelling image synthesis results. But despite early successes in using GANs for unsupervised representation learning, they have since been superseded by approaches based on self-supervision. In this work we show that progress in image generation quality translates to substantially improved representation learning performance. Our approach, BigBiGAN, builds upon the state-of-the-art BigGAN model, extending it to representation learning by adding an encoder and modifying the discriminator. We extensively evaluate the representation learning and generation capabilities of these BigBiGAN models, demonstrating that these generation-based models achieve the state of the art in unsupervised representation learning on ImageNet, as well as in unconditional image generation. Pretrained BigBiGAN models -- including image…
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 · Adversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
MethodsHuMan(Expedia)||How do I get a human at Expedia? · Reversible Residual Block · Dense Connections · Pointwise Convolution · CReLU · RevNet · Softmax · Feedforward Network · Conditional Batch Normalization · Two Time-scale Update Rule
