English

GAN Memory with No Forgetting

Computer Vision and Pattern Recognition 2020-11-13 v2 Machine Learning

Abstract

As a fundamental issue in lifelong learning, catastrophic forgetting is directly caused by inaccessible historical data; accordingly, if the data (information) were memorized perfectly, no forgetting should be expected. Motivated by that, we propose a GAN memory for lifelong learning, which is capable of remembering a stream of datasets via generative processes, with \emph{no} forgetting. Our GAN memory is based on recognizing that one can modulate the "style" of a GAN model to form perceptually-distant targeted generation. Accordingly, we propose to do sequential style modulations atop a well-behaved base GAN model, to form sequential targeted generative models, while simultaneously benefiting from the transferred base knowledge. The GAN memory -- that is motivated by lifelong learning -- is therefore itself manifested by a form of lifelong learning, via forward transfer and modulation of information from prior tasks. Experiments demonstrate the superiority of our method over existing approaches and its effectiveness in alleviating catastrophic forgetting for lifelong classification problems. Code is available at https://github.com/MiaoyunZhao/GANmemory_LifelongLearning.

Keywords

Cite

@article{arxiv.2006.07543,
  title  = {GAN Memory with No Forgetting},
  author = {Yulai Cong and Miaoyun Zhao and Jianqiao Li and Sijia Wang and Lawrence Carin},
  journal= {arXiv preprint arXiv:2006.07543},
  year   = {2020}
}

Comments

NeurIPS2020

R2 v1 2026-06-23T16:17:41.445Z