paper-with-me

홈 › Papers

Progressive Learning without Forgetting

2022-11-28 · Tao Feng, Hangjie Yuan, Mang Wang, Ziyuan Huang, Ang Bian, Jianzhou Zhang

Learning from changing tasks and sequential experience without forgetting the obtained knowledge is a challenging problem for artificial neural networks. In this work, we focus on two challenging problems in the paradigm of Continual Learning (CL) without involving any old data: (i) the accumulation of catastrophic forgetting caused by the gradually fading knowledge space from which the model learns the previous knowledge; (ii) the uncontrolled tug-of-war dynamics to balance the stability and plasticity during the learning of new tasks. In order to tackle these problems, we present Progressive Learning without Forgetting (PLwF) and a credit assignment regime in the optimizer. PLwF densely introduces model functions from previous tasks to construct a knowledge space such that it contains the most reliable knowledge on each task and the distribution information of different tasks, while credit assignment controls the tug-of-war dynamics by removing gradient conflict through projection. Extensive ablative experiments demonstrate the effectiveness of PLwF and credit assignment. In comparison with other CL methods, we report notably better results even without relying on any raw data.

📄 PDF Abstract BibTeX arXiv:2211.15215

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

PPSEBM: An Energy-Based Model with Progressive Parameter Selection for Continual Learning

2025-12-17 · Xiaodi Li, Dingcheng Li, Rujun Gao, Mahmoud Zamani 외 arxiv

Continual learning remains a fundamental challenge in machine learning, requiring models to learn from a stream of tasks without forgetting previously acquired knowledge. A major obstacle in this setting is catastrophic …

Continual Learning

Progressive Continual Learning for Spoken Keyword Spotting

2022-01-29 · Yizheng Huang, Nana Hou, Nancy F. Chen

Catastrophic forgetting is a thorny challenge when updating keyword spotting (KWS) models after deployment. To tackle such challenges, we propose a progressive continual learning strategy for small-footprint spoken keywo…

Continual LearningKeyword Spotting

Progressive Prompts: Continual Learning for Language Models

2023-01-29 · Anastasia Razdaibiedina, Yuning Mao, Rui Hou, Madian Khabsa 외

We introduce Progressive Prompts - a simple and efficient approach for continual learning in language models. Our method allows forward transfer and resists catastrophic forgetting, without relying on data replay or a la…

Continual Learning

P2DT: Mitigating Forgetting in task-incremental Learning with progressive prompt Decision Transformer

2024-01-22 · Zhiyuan Wang, Xiaoyang Qu, Jing Xiao, Bokui Chen 외

Catastrophic forgetting poses a substantial challenge for managing intelligent agents controlled by a large model, causing performance degradation when these agents face new tasks. In our work, we propose a novel solutio…

Incremental Learningreinforcement-learningReinforcement Learning

Dynamic Expert Specialization: Towards Catastrophic Forgetting-Free Multi-Domain MoE Adaptation

2025-09-21 · Junzhuo Li, Bo Wang, Xiuze Zhou, Xuming Hu arxiv

Mixture-of-Experts (MoE) models offer immense capacity via sparsely gated expert subnetworks, yet adapting them to multiple domains without catastrophic forgetting remains an open challenge. Existing approaches either in…

Domain Adaptation