paper-with-me

Papers

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 local adaptation to mitigate catastrophic forgetting in this setup. Experiments on text classification and question answering demonstrate the complementary benefits of sparse experience replay and local adaptation to allow the model to continuously learn from new datasets. We also show that the space complexity of the episodic memory module can be reduced significantly (~50-90%) by randomly choosing which examples to store in memory with a minimal decrease in performance. We consider an episodic memory component as a crucial building block of general linguistic intelligence and see our model as a first step in that direction.

📄 PDF Abstract BibTeX arXiv:1906.01076

Code (2)

h3lio5/episodic-lifelong-learning pytorch
vgaraujov/lll-nlp pytorch

Tasks

Continual LearningGeneral ClassificationQuestion Answeringtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

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

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 kno…

Lifelong learning

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