paper-with-me

홈 › Papers

Incremental Prototype Tuning for Class Incremental Learning

2022-04-07 · Jieren Deng, Jianhua Hu, Haojian Zhang, Yunkuan Wang

Class incremental learning(CIL) has attracted much attention, but most existing related works focus on fine-tuning the entire representation model, which inevitably results in much catastrophic forgetting. In the contrast, with a semantic-rich pre-trained representation model, parameter-additional-tuning (PAT) only changes very few parameters to learn new visual concepts. Recent studies have proved that PAT-based CIL can naturally avoid fighting against forgetting by replaying or distilling like most of the existing methods. However, we find that PAT-based CIL still faces serious semantic drift, the high-level forgetting problem caused by classifier learning bias at different learning phases, which significantly reduces the performance of PAT-based CIL. To address this problem, we propose Incremental Prototype Tuning (IPT), a simple but effective method that tunes category prototypes for classification and learning example prototypes to compensate for semantic drift. Extensive experiments demonstrate that our method can effectively compensate for semantic drift. Combined with well-pre-trained Vit backbones and other PAT methods, IPT surpasses the state-of-the-art baselines on mainstream incremental learning benchmarks.

📄 PDF Abstract BibTeX arXiv:2204.03410

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Similar Papers 제목 키워드 기반

Prototype-based Incremental Few-Shot Semantic Segmentation

2020-11-30 · Fabio Cermelli, Massimiliano Mancini, Yongqin Xian, Zeynep Akata 외

Semantic segmentation models have two fundamental weaknesses: i) they require large training sets with costly pixel-level annotations, and ii) they have a static output space, constrained to the classes of the training s…

Few-Shot Semantic SegmentationIncremental LearningKnowledge DistillationSegmentation+1

Integrating Dual Prototypes for Task-Wise Adaption in Pre-Trained Model-Based Class-Incremental Learning

2024-11-26 · Zhiming Xu, Suorong Yang, Baile Xu, Jian Zhao 외

Class-incremental learning (CIL) aims to acquire new classes while conserving historical knowledge incrementally. Despite existing pre-trained model (PTM) based methods performing excellently in CIL, it is better to fine…

class-incremental learningClass Incremental LearningIncremental Learning

Remind of the Past: Incremental Learning with Analogical Prompts

2023-03-24 · Zhiheng Ma, Xiaopeng Hong, Beinan Liu, Yabin Wang 외

Although data-free incremental learning methods are memory-friendly, accurately estimating and counteracting representation shifts is challenging in the absence of historical data. This paper addresses this thorny proble…

Incremental Learning

Unlocking Prototype Potential: An Efficient Tuning Framework for Few-Shot Class-Incremental Learning

2026-02-05 · Shengqin Jiang, Xiaoran Feng, Yuankai Qi, Haokui Zhang 외 arxiv

Few-shot class-incremental learning (FSCIL) seeks to continuously learn new classes from very limited samples while preserving previously acquired knowledge. Traditional methods often utilize a frozen pre-trained feature…

Few-Shot Class-Incremental Learning

Semantically-Shifted Incremental Adapter-Tuning is A Continual ViTransformer

2024-03-29 · CVPR 2024 1 · Yuwen Tan, Qinhao Zhou, Xiang Xiang, Ke Wang 외

Class-incremental learning (CIL) aims to enable models to continuously learn new classes while overcoming catastrophic forgetting. The introduction of pre-trained models has brought new tuning paradigms to CIL. In this p…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning