paper-with-me

Papers

PrePrompt: Predictive prompting for class incremental learning

2025-05-13 · Libo Huang, Zhulin An, Chuanguang Yang, Boyu Diao, Fei Wang, Yan Zeng, Zhifeng Hao, Yongjun Xu

Class Incremental Learning (CIL) based on pre-trained models offers a promising direction for open-world continual learning. Existing methods typically rely on correlation-based strategies, where an image's classification feature is used as a query to retrieve the most related key prompts and select the corresponding value prompts for training. However, these approaches face an inherent limitation: fitting the entire feature space of all tasks with only a few trainable prompts is fundamentally challenging. We propose Predictive Prompting (PrePrompt), a novel CIL framework that circumvents correlation-based limitations by leveraging pre-trained models' natural classification ability to predict task-specific prompts. Specifically, PrePrompt decomposes CIL into a two-stage prediction framework: task-specific prompt prediction followed by label prediction. While theoretically appealing, this framework risks bias toward recent classes due to missing historical data for older classifier calibration. PrePrompt then mitigates this by incorporating feature translation, dynamically balancing stability and plasticity. Experiments across multiple benchmarks demonstrate PrePrompt's superiority over state-of-the-art prompt-based CIL methods. Code available at \href{github.com/libo-huang/preprompt}{github.com/libo-huang/preprompt}.

📄 PDF Abstract BibTeX arXiv:2505.08586

Code (1)

libo-huang/PrePrompt 공식 구현 pytorch

Tasks

Classifier calibrationclass-incremental learningClass Incremental LearningContinual LearningIncremental LearningPrediction

Similar Papers 제목 키워드 기반

AdaCoder: Adaptive Prompt Compression for Programmatic Visual Question Answering

2024-07-28 · Mahiro Ukai, Shuhei Kurita, Atsushi Hashimoto, Yoshitaka Ushiku 외

Visual question answering aims to provide responses to natural language questions given visual input. Recently, visual programmatic models (VPMs), which generate executable programs to answer questions through large lang…

Question AnsweringVisual Question Answering

IAP: Improving Continual Learning of Vision-Language Models via Instance-Aware Prompting

2025-03-26 · Hao Fu, Hanbin Zhao, Jiahua Dong, Chao Zhang 외

Recent pre-trained vision-language models (PT-VLMs) often face a Multi-Domain Class-Incremental Learning (MCIL) scenario in practice, where several classes and domains of multi-modal tasks are incrementally arrived. With…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1

INCPrompt: Task-Aware incremental Prompting for Rehearsal-Free Class-incremental Learning

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

This paper introduces INCPrompt, an innovative continual learning solution that effectively addresses catastrophic forgetting. INCPrompt's key innovation lies in its use of adaptive key-learner and task-aware prompts tha…

class-incremental learningClass Incremental LearningContinual LearningGeneral Knowledge+1

Revisiting Pool-based Prompt Learning for Few-shot Class-incremental Learning

2025-07-12 · Yongwei Jiang, Yixiong Zou, Yuhua Li, Ruixuan Li arxiv

Few-Shot Class-Incremental Learning (FSCIL) faces dual challenges of data scarcity and incremental learning in real-world scenarios. While pool-based prompting methods have demonstrated success in traditional incremental…

Few-Shot Class-Incremental Learning

I3DOD: Towards Incremental 3D Object Detection via Prompting

2023-08-24 · Wenqi Liang, Gan Sun, Chenxi Liu, Jiahua Dong 외

3D object detection has achieved significant performance in many fields, e.g., robotics system, autonomous driving, and augmented reality. However, most existing methods could cause catastrophic forgetting of old classes…

3D Object DetectionAutonomous DrivingObjectobject-detection+2