paper-with-me

Papers

Improved Schemes for Episodic Memory-based Lifelong Learning

2019-09-25 · NeurIPS 2020 12 · Yunhui Guo, Mingrui Liu, Tianbao Yang, Tajana Rosing

Current deep neural networks can achieve remarkable performance on a single task. However, when the deep neural network is continually trained on a sequence of tasks, it seems to gradually forget the previous learned knowledge. This phenomenon is referred to as \textit{catastrophic forgetting} and motivates the field called lifelong learning. Recently, episodic memory based approaches such as GEM \cite{lopez2017gradient} and A-GEM \cite{chaudhry2018efficient} have shown remarkable performance. In this paper, we provide the first unified view of episodic memory based approaches from an optimization's perspective. This view leads to two improved schemes for episodic memory based lifelong learning, called MEGA-I and MEGA-II. MEGA-I and MEGA-II modulate the balance between old tasks and the new task by integrating the current gradient with the gradient computed on the episodic memory. Notably, we show that GEM and A-GEM are degenerate cases of MEGA-I and MEGA-II which consistently put the same emphasis on the current task, regardless of how the loss changes over time. Our proposed schemes address this issue by using novel loss-balancing updating rules, which drastically improve the performance over GEM and A-GEM. Extensive experimental results show that the proposed schemes significantly advance the state-of-the-art on four commonly used lifelong learning benchmarks, reducing the error by up to 18\%.

📄 PDF Abstract BibTeX arXiv:1909.11763

Code (1)

yunhuiguo/MEGA tf

Tasks

Lifelong learning

Similar Papers 제목 키워드 기반

Attacking Lifelong Learning Models with Gradient Reversion

2020-01-01 · ICLR 2020 1 · Yunhui Guo, Mingrui Liu, Yandong Li, Liqiang Wang 외

Lifelong learning aims at avoiding the catastrophic forgetting problem of traditional supervised learning models. Episodic memory based lifelong learning methods such as A-GEM (Chaudhry et al., 2018b) are s…

Continual LearningLifelong learning

Episodic Memory in Lifelong Language Learning

2019-06-03 · NeurIPS 2019 12 · Cyprien de Masson d'Autume, Sebastian Ruder, Lingpeng Kong, Dani Yogatama

We introduce a lifelong language learning setup where a model needs to learn from a stream of text examples without any dataset identifier. We propose an episodic memory model that performs sparse experience replay and l…

Continual LearningGeneral ClassificationQuestion Answeringtext-classification+1

Lifelong Learning of Spatiotemporal Representations with Dual-Memory Recurrent Self-Organization

2018-05-28 · German I. Parisi, Jun Tani, Cornelius Weber, Stefan Wermter

Artificial autonomous agents and robots interacting in complex environments are required to continually acquire and fine-tune knowledge over sustained periods of time. The ability to learn from continuous streams of info…

Active LearningContinuous Object RecognitionIncremental LearningLifelong learning+1

Incremental Prompting: Episodic Memory Prompt for Lifelong Event Detection

2022-04-15 · COLING 2022 10 · Minqian Liu, Shiyu Chang, Lifu Huang

Lifelong event detection aims to incrementally update a model with new event types and data while retaining the capability on previously learned old types. One critical challenge is that the model would catastrophically …

Event DetectionLifelong learning

Learning What to Remember: Long-term Episodic Memory Networks for Learning from Streaming Data

2018-12-11 · ICLR 2019 5 · Hyunwoo Jung, Moonsu Han, Minki Kang, Sungju Hwang

Current generation of memory-augmented neural networks has limited scalability as they cannot efficiently process data that are too large to fit in the external memory storage. One example of this is lifelong learning sc…

Lifelong learningQuestion AnsweringScheduling