English

Self-Supervised GAN to Counter Forgetting

Machine Learning 2018-12-06 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

GANs involve training two networks in an adversarial game, where each network's task depends on its adversary. Recently, several works have framed GAN training as an online or continual learning problem. We focus on the discriminator, which must perform classification under an (adversarially) shifting data distribution. When trained on sequential tasks, neural networks exhibit \emph{forgetting}. For GANs, discriminator forgetting leads to training instability. To counter forgetting, we encourage the discriminator to maintain useful representations by adding a self-supervision. Conditional GANs have a similar effect using labels. However, our self-supervised GAN does not require labels, and closes the performance gap between conditional and unconditional models. We show that, in doing so, the self-supervised discriminator learns better representations than regular GANs.

Keywords

Cite

@article{arxiv.1810.11598,
  title  = {Self-Supervised GAN to Counter Forgetting},
  author = {Ting Chen and Xiaohua Zhai and Neil Houlsby},
  journal= {arXiv preprint arXiv:1810.11598},
  year   = {2018}
}

Comments

NeurIPS'18 Continual Learning workshop

R2 v1 2026-06-23T04:54:24.196Z