paper-with-me

Papers

Learning Bayesian Sparse Networks with Full Experience Replay for Continual Learning

2022-02-21 · CVPR 2022 1 · Dong Gong, Qingsen Yan, Yuhang Liu, Anton Van Den Hengel, Javen Qinfeng Shi

Continual Learning (CL) methods aim to enable machine learning models to learn new tasks without catastrophic forgetting of those that have been previously mastered. Existing CL approaches often keep a buffer of previously-seen samples, perform knowledge distillation, or use regularization techniques towards this goal. Despite their performance, they still suffer from interference across tasks which leads to catastrophic forgetting. To ameliorate this problem, we propose to only activate and select sparse neurons for learning current and past tasks at any stage. More parameters space and model capacity can thus be reserved for the future tasks. This minimizes the interference between parameters for different tasks. To do so, we propose a Sparse neural Network for Continual Learning (SNCL), which employs variational Bayesian sparsity priors on the activations of the neurons in all layers. Full Experience Replay (FER) provides effective supervision in learning the sparse activations of the neurons in different layers. A loss-aware reservoir-sampling strategy is developed to maintain the memory buffer. The proposed method is agnostic as to the network structures and the task boundaries. Experiments on different datasets show that our approach achieves state-of-the-art performance for mitigating forgetting.

📄 PDF Abstract BibTeX arXiv:2202.10203

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningKnowledge DistillationOpen Knowledge Graph Canonicalization

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 제목 키워드 기반

Continual Learning with Support Boundary Experience Blending

2025-07-31 · Chih-Fan Hsu, Ming-Ching Chang, Wei-Chao Chen arxiv

Continual learning (CL) seeks to mitigate catastrophic forgetting when models are trained with sequential tasks. A common approach, experience replay (ER), stores past exemplars but only sparsely approximates the data di…

Continual Learning

SHARP: Sparsity and Hidden Activation RePlay for Neuro-Inspired Continual Learning

2023-05-29 · Mustafa Burak Gurbuz, Jean Michael Moorman, Constantine Dovrolis

Deep neural networks (DNNs) struggle to learn in dynamic environments since they rely on fixed datasets or stationary environments. Continual learning (CL) aims to address this limitation and enable DNNs to accumulate kn…

Allclass-incremental learningClass Incremental LearningContinual Learning+1

Experience Replay Addresses Loss of Plasticity in Continual Learning

2025-03-25 · Jiuqi Wang, Rohan Chandra, Shangtong Zhang

Loss of plasticity is one of the main challenges in continual learning with deep neural networks, where neural networks trained via backpropagation gradually lose their ability to adapt to new tasks and perform significa…

Continual LearningIn-Context Learning

Continual Learning: Tackling Catastrophic Forgetting in Deep Neural Networks with Replay Processes

2020-07-01 · Timothée Lesort

Humans learn all their life long. They accumulate knowledge from a sequence of learning experiences and remember the essential concepts without forgetting what they have learned previously. Artificial neural networks str…

Continual Learning

Saliency-Guided Hidden Associative Replay for Continual Learning

2023-10-06 · Guangji Bai, Qilong Zhao, Xiaoyang Jiang, Yifei Zhang 외

Continual Learning is a burgeoning domain in next-generation AI, focusing on training neural networks over a sequence of tasks akin to human learning. While CL provides an edge over traditional supervised learning, its c…

Continual LearningRetrieval