LGCVMLNov 27, 2018

Self-Supervised GANs via Auxiliary Rotation Loss

arXiv:1811.11212v2320 citations
Originality Incremental advance
AI Analysis

This work addresses the need for labeled data in conditional GANs for image synthesis, offering a fully unsupervised approach that is incremental by integrating existing self-supervision techniques.

The paper tackles the problem of generating high-quality images without labeled data by combining adversarial training with self-supervision via an auxiliary rotation loss, achieving an FID of 23.4 on unconditional ImageNet generation and matching state-of-the-art conditional GANs in performance.

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.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes