Dynamic Prompt Adjustment for Multi-Label Class-Incremental Learning
Haifeng Zhao, Yuguang Jin, Leilei Ma
TL;DR
This work tackles Multi-Label Class-Incremental Learning (MLCIL) by leveraging CLIP-based prompt tuning and introducing two key components: Incremental Context Prompting (ICP), which uses category-specific and contextual prompts to balance representations across growing label sets, and Selective Confidence Cluster Replay (SCCR), which replays diverse, high-utility samples selected via clustering and model confidence. A Textual Prompt Consistency Loss further stabilizes prompt evolution across incremental steps. Empirical results on MS-COCO and PASCAL VOC demonstrate substantial gains over prior methods, with performance approaching joint training under larger replay buffers, validating the effectiveness of image-text matching for MLCIL and the efficiency of the proposed framework. The approach offers a scalable, memory-efficient path for continual multi-label classification in dynamic environments.
Abstract
Significant advancements have been made in single label incremental learning (SLCIL),yet the more practical and challenging multi label class incremental learning (MLCIL) remains understudied. Recently,visual language models such as CLIP have achieved good results in classification tasks. However,directly using CLIP to solve MLCIL issue can lead to catastrophic forgetting. To tackle this issue, we integrate an improved data replay mechanism and prompt loss to curb knowledge forgetting. Specifically,our model enhances the prompt information to better adapt to multi-label classification tasks and employs confidence-based replay strategy to select representative samples. Moreover, the prompt loss significantly reduces the model's forgetting of previous knowledge. Experimental results demonstrate that our method has substantially improved the performance of MLCIL tasks across multiple benchmark datasets,validating its effectiveness.
