paper-with-me

Papers

PECTP: Parameter-Efficient Cross-Task Prompts for Incremental Vision Transformer

2024-07-04 · Qian Feng, Hanbin Zhao, Chao Zhang, Jiahua Dong, Henghui Ding, Yu-Gang Jiang, Hui Qian

Incremental Learning (IL) aims to learn deep models on sequential tasks continually, where each new task includes a batch of new classes and deep models have no access to task-ID information at the inference time. Recent vast pre-trained models (PTMs) have achieved outstanding performance by prompt technique in practical IL without the old samples (rehearsal-free) and with a memory constraint (memory-constrained): Prompt-extending and Prompt-fixed methods. However, prompt-extending methods need a large memory buffer to maintain an ever-expanding prompt pool and meet an extra challenging prompt selection problem. Prompt-fixed methods only learn a single set of prompts on one of the incremental tasks and can not handle all the incremental tasks effectively. To achieve a good balance between the memory cost and the performance on all the tasks, we propose a Parameter-Efficient Cross-Task Prompt (PECTP) framework with Prompt Retention Module (PRM) and classifier Head Retention Module (HRM). To make the final learned prompts effective on all incremental tasks, PRM constrains the evolution of cross-task prompts' parameters from Outer Prompt Granularity and Inner Prompt Granularity. Besides, we employ HRM to inherit old knowledge in the previously learned classifier heads to facilitate the cross-task prompts' generalization ability. Extensive experiments show the effectiveness of our method. The source codes will be available at \url{https://github.com/RAIAN08/PECTP}.

📄 PDF Abstract BibTeX arXiv:2407.03813

Code (1)

raian08/pectp 공식 구현 pytorch

Tasks

Incremental Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Parameterized Prompt for Incremental Object Detection

2025-10-31 · Zijia An, Boyu Diao, Ruiqi Liu, Libo Huang 외 arxiv

Recent studies have demonstrated that incorporating trainable prompts into pretrained models enables effective incremental learning. However, the application of prompts in incremental object detection (IOD) remains under…

Incremental LearningObject Detection

CASP: Few-Shot Class-Incremental Learning with CLS Token Attention Steering Prompts

2026-01-23 · Shuai Huang, Xuhan Lin, Yuwu Lu arxiv

Few-shot class-incremental learning (FSCIL) presents a core challenge in continual learning, requiring models to rapidly adapt to new classes with very limited samples while mitigating catastrophic forgetting. Recent pro…

Few-Shot Class-Incremental LearningContinual Learning

ONER: Online Experience Replay for Incremental Anomaly Detection

2024-12-05 · Yizhou Jin, Jiahui Zhu, Guodong Wang, Shiwei Li 외

Incremental anomaly detection aims to sequentially identify defects in industrial product lines but suffers from catastrophic forgetting, primarily due to knowledge overwriting during parameter updates and feature confli…

Anomaly Detection

Progressive Homeostatic and Plastic Prompt Tuning for Audio-Visual Multi-Task Incremental Learning

2025-07-29 · Jiong Yin, Liang Li, Jiehua Zhang, Yuhan Gao 외 arxiv

Audio-visual multi-task incremental learning aims to continuously learn from multiple audio-visual tasks without the need for joint training on all tasks. The challenge of the problem is how to preserve the old task know…

Representation LearningIncremental Learning

RainbowPrompt: Diversity-Enhanced Prompt-Evolving for Continual Learning

2025-07-30 · Kiseong Hong, Gyeong-hyeon Kim, Eunwoo Kim arxiv

Prompt-based continual learning provides a rehearsal-free solution by tuning small sets of parameters while keeping pre-trained models frozen. To meet the complex demands of sequential tasks, it is crucial to integrate t…

class-incremental learningImage ClassificationContinual LearningAction Recognition