SOTAVerified

Self-Supervised GANs via Auxiliary Rotation Loss

2018-11-27CVPR 2019Code Available0· sign in to hype

Ting Chen, Xiaohua Zhai, Marvin Ritter, Mario Lucic, Neil Houlsby

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Conditional GANs are at the forefront of natural image synthesis. The main drawback of such models is the necessity for labeled data. In this work we exploit two popular unsupervised learning techniques, adversarial training and self-supervision, and take a step towards bridging the gap between conditional and unconditional GANs. In particular, we allow the networks to collaborate on the task of representation learning, while being adversarial with respect to the classic GAN game. The role of self-supervision is to encourage the discriminator to learn meaningful feature representations which are not forgotten during training. We test empirically both the quality of the learned image representations, and the quality of the synthesized images. Under the same conditions, the self-supervised GAN attains a similar performance to state-of-the-art conditional counterparts. Finally, we show that this approach to fully unsupervised learning can be scaled to attain an FID of 23.4 on unconditional ImageNet generation.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CelebA-HQ 128x128SS-GAN (sBN)FID24.36Unverified
ImageNet 128x128SS-GAN (sBN)FID43.87Unverified
LSUN Bedroom 256 x 256SS-GAN (sBN)FID13.3Unverified

Reproductions