paper-with-me

Papers

Rethinking Gradient Projection Continual Learning: Stability / Plasticity Feature Space Decoupling

2023-01-01 · CVPR 2023 1 · Zhen Zhao, Zhizhong Zhang, Xin Tan, Jun Liu, Yanyun Qu, Yuan Xie, Lizhuang Ma

Continual learning aims to incrementally learn novel classes over time, while not forgetting the learned knowledge. Recent studies have found that learning would not forget if the updated gradient is orthogonal to the feature space. However, previous approaches require the gradient to be fully orthogonal to the whole feature space, leading to poor plasticity, as the feasible gradient direction becomes narrow when the tasks continually come, i.e., feature space is unlimitedly expanded. In this paper, we propose a space decoupling (SD) algorithm to decouple the feature space into a pair of complementary subspaces, i.e., the stability space I, and the plasticity space R. I is established by conducting space intersection between the historic and current feature space, and thus I contains more task-shared bases. R is constructed by seeking the orthogonal complementary subspace of I, and thus R mainly contains more task-specific bases. By putting the distinguishing constraints on R and I, our method achieves a better balance between stability and plasticity. Extensive experiments are conducted by applying SD to gradient projection baselines, and show SD is model-agnostic and achieves SOTA results on publicly available datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

SplitLoRA: Balancing Stability and Plasticity in Continual Learning Through Gradient Space Splitting

2025-05-28 · Haomiao Qiu, Miao Zhang, Ziyue Qiao, Weili Guan 외

Continual Learning requires a model to learn multiple tasks in sequence while maintaining both stability:preserving knowledge from previously learned tasks, and plasticity:effectively learning new tasks. Gradient project…

Continual Learning

BECAME: BayEsian Continual Learning with Adaptive Model MErging

2025-04-03 · Mei Li, Yuxiang Lu, Qinyan Dai, Suizhi Huang 외

Continual Learning (CL) strives to learn incrementally across tasks while mitigating catastrophic forgetting. A key challenge in CL is balancing stability (retaining prior knowledge) and plasticity (learning new tasks). …

Continual Learningmodel

Rethinking the Stability-Plasticity Trade-off in Continual Learning from an Architectural Perspective

2025-06-04 · Aojun Lu, Hangjie Yuan, Tao Feng, Yanan sun

The quest for Continual Learning (CL) seeks to empower neural networks with the ability to learn and adapt incrementally. Central to this pursuit is addressing the stability-plasticity dilemma, which involves striking a …

Continual Learning

Balancing Stability and Plasticity through Advanced Null Space in Continual Learning

2022-07-25 · Yajing Kong, Liu Liu, Zhen Wang, DaCheng Tao

Continual learning is a learning paradigm that learns tasks sequentially with resources constraints, in which the key challenge is stability-plasticity dilemma, i.e., it is uneasy to simultaneously have the stability to …

Continual Learning

CODE-CL: Conceptor-Based Gradient Projection for Deep Continual Learning

2024-11-21 · Marco Paul E. Apolinario, Sakshi Choudhary, Kaushik Roy

Continual learning (CL) - the ability to progressively acquire and integrate new concepts - is essential to intelligent systems to adapt to dynamic environments. However, deep neural networks struggle with catastrophic f…

Continual LearningImage ClassificationTransfer Learning