paper-with-me

홈 › Papers

Gradient Episodic Memory with a Soft Constraint for Continual Learning

2020-11-16 · Guannan Hu, Wu Zhang, Hu Ding, Wenhao Zhu

Catastrophic forgetting in continual learning is a common destructive phenomenon in gradient-based neural networks that learn sequential tasks, and it is much different from forgetting in humans, who can learn and accumulate knowledge throughout their whole lives. Catastrophic forgetting is the fatal shortcoming of a large decrease in performance on previous tasks when the model is learning a novel task. To alleviate this problem, the model should have the capacity to learn new knowledge and preserve learned knowledge. We propose an average gradient episodic memory (A-GEM) with a soft constraint $\epsilon \in [0, 1]$, which is a balance factor between learning new knowledge and preserving learned knowledge; our method is called gradient episodic memory with a soft constraint $\epsilon$ ($\epsilon$-SOFT-GEM). $\epsilon$-SOFT-GEM outperforms A-GEM and several continual learning benchmarks in a single training epoch; additionally, it has state-of-the-art average accuracy and efficiency for computation and memory, like A-GEM, and provides a better trade-off between the stability of preserving learned knowledge and the plasticity of learning new knowledge.

📄 PDF Abstract BibTeX arXiv:2011.07801

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Revisiting Gradient Episodic Memory for Continual Learning

2019-09-25 · Zhiyi Chen, Tong Lin*

Gradient Episodic Memory (GEM) is an effective model for continual learning, where each gradient update for the current task is formulated as a quadratic program problem with inequality constraints that alleviate catastr…

Continual LearningTransfer Learning

Nonconvex Continual Learning with Episodic Memory

2021-01-01 · Sungyeob Han, Yeongmo Kim, Jungwoo Lee

Continual learning aims to prevent catastrophic forgetting while learning a new task without accessing data of previously learned tasks. The memory for such learning scenarios build a small subset of the data for previo…

Continual Learningimage-classificationImage Classification

Revisiting Softmax Masking: Stop Gradient for Enhancing Stability in Replay-based Continual Learning

2023-09-26 · Hoyong Kim, Minchan Kwon, Kangil Kim

In replay-based methods for continual learning, replaying input samples in episodic memory has shown its effectiveness in alleviating catastrophic forgetting. However, the potential key factor of cross-entropy loss with …

Continual LearningIncremental Learning

A Fixed Version of Quadratic Program in Gradient Episodic Memory

2021-07-07 · Wei Zhou, Yiying Li

Gradient Episodic Memory is indeed a novel method for continual learning, which solves new problems quickly without forgetting previously acquired knowledge. However, in the process of studying the paper, we found there …

Continual Learning

Semi-Discriminative Representation Loss for Online Continual Learning

2020-06-19 · Yu Chen, Tom Diethe, Peter Flach

The use of episodic memory in continual learning has demonstrated effectiveness for alleviating catastrophic forgetting. In recent studies, gradient-based approaches have been developed to make more efficient use of comp…

Continual LearningDiversityMetric Learning