CVSep 27, 2025

DDP: Dual-Decoupled Prompting for Multi-Label Class-Incremental Learning

arXiv:2509.23335v1h-index: 5
Originality Highly original
AI Analysis

This work solves multi-label class-incremental learning for computer vision applications, representing a novel advancement in the field.

The paper tackled the problem of multi-label class-incremental learning (MLCIL) by addressing semantic confusion and partial labeling issues, resulting in DDP achieving over 80% mAP and 70% F1 on MS-COCO, outperforming prior methods.

Prompt-based methods have shown strong effectiveness in single-label class-incremental learning, but their direct extension to multi-label class-incremental learning (MLCIL) performs poorly due to two intrinsic challenges: semantic confusion from co-occurring categories and true-negative-false-positive confusion caused by partial labeling. We propose Dual-Decoupled Prompting (DDP), a replay-free and parameter-efficient framework that explicitly addresses both issues. DDP assigns class-specific positive-negative prompts to disentangle semantics and introduces Progressive Confidence Decoupling (PCD), a curriculum-inspired decoupling strategy that suppresses false positives. Past prompts are frozen as knowledge anchors, and interlayer prompting enhances efficiency. On MS-COCO and PASCAL VOC, DDP consistently outperforms prior methods and is the first replay-free MLCIL approach to exceed 80% mAP and 70% F1 under the standard MS-COCO B40-C10 benchmark.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes