paper-with-me

홈 › Papers

Striking a Balance Between Stability and Plasticity for Class-Incremental Learning

2021-01-01 · ICCV 2021 10 · Guile Wu, Shaogang Gong, Pan Li

Class-incremental learning (CIL) aims at continuously updating a trained model with new classes (plasticity) without forgetting previously learned old ones (stability). Contemporary studies resort to storing representative exemplars for rehearsal or preventing consolidated model parameters from drifting, but the former requires an additional space for storing exemplars at every incremental phase while the latter usually shows poor model generalization. In this paper, we focus on resolving the stability-plasticity dilemma in class-incremental learning where no exemplars from old classes are stored. To make a trade-off between learning new information and maintaining old knowledge, we reformulate a simple yet effective baseline method based on a cosine classifier framework and reciprocal adaptive weights. With the reformulated baseline, we present two new approaches to CIL by learning class-independent knowledge and multi-perspective knowledge, respectively. The former exploits class-independent knowledge to bridge learning new and old classes, while the latter learns knowledge from different perspectives to facilitate CIL. Extensive experiments on several widely used CIL benchmark datasets show the superiority of our approaches over the state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Similar Papers 제목 키워드 기반

Branch-Tuning: Balancing Stability and Plasticity for Continual Self-Supervised Learning

2024-03-27 · Wenzhuo LIU, Fei Zhu, Cheng-Lin Liu

Self-supervised learning (SSL) has emerged as an effective paradigm for deriving general representations from vast amounts of unlabeled data. However, as real-world applications continually integrate new content, the hig…

Continual LearningContinual Self-Supervised LearningSelf-Supervised Learning

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

Multi-level Collaborative Distillation Meets Global Workspace Model: A Unified Framework for OCIL

2025-08-12 · Shibin Su, Guoqiang Liang, De Cheng, Shizhou Zhang 외 arxiv

Online Class-Incremental Learning (OCIL) enables models to learn continuously from non-i.i.d. data streams. Since samples of the data streams can be seen only once, it is more suitable for real-world scenarios compared t…

class-incremental learningEnsemble Learning

Balancing Stability and Plasticity in Pretrained Detector: A Dual-Path Framework for Incremental Object Detection

2025-04-14 · Songze Li, Qixing Xu, Tonghua Su, Xu-Yao Zhang 외

The balance between stability and plasticity remains a fundamental challenge in pretrained model-based incremental object detection (PTMIOD). While existing PTMIOD methods demonstrate strong performance on in-domain task…

Domain Adaptationobject-detectionObject Detectionparameter-efficient fine-tuning

Adaptive Aggregation Networks for Class-Incremental Learning

2020-10-10 · CVPR 2021 1 · Yaoyao Liu, Bernt Schiele, Qianru Sun

Class-Incremental Learning (CIL) aims to learn a classification model with the number of classes increasing phase-by-phase. An inherent problem in CIL is the stability-plasticity dilemma between the learning of old and n…

class-incremental learningClass Incremental LearningIncremental Learning