DualCP: Rehearsal-Free Domain-Incremental Learning via Dual-Level Concept Prototype
Qiang Wang, Yuhang He, SongLin Dong, Xiang Song, Jizhou Han, Haoyu Luo, Yihong Gong
TL;DR
DualCP tackles rehearsal-free domain-incremental learning by representing cross-domain images of the same class as a single concept and leveraging dual-level prototypes to improve separability. The framework builds coarse-grained prototypes across groups and fine-grained prototypes within groups from text features, then aligns image features via a coarse-to-fine calibrator trained with a Dual Dot-Regression loss. A theoretical result shows dual-level prototypes yield larger inter-class angles than vanilla prototypes, supporting enhanced discrimination. Extensive experiments on DomainNet, CDDB, and CORe50 demonstrate consistent gains over state-of-the-art rehearsal-free methods and competitive performance with rehearsal-based approaches, underscoring the approach’s practicality for privacy-preserving, scalable domain-incremental learning.
Abstract
Domain-Incremental Learning (DIL) enables vision models to adapt to changing conditions in real-world environments while maintaining the knowledge acquired from previous domains. Given privacy concerns and training time, Rehearsal-Free DIL (RFDIL) is more practical. Inspired by the incremental cognitive process of the human brain, we design Dual-level Concept Prototypes (DualCP) for each class to address the conflict between learning new knowledge and retaining old knowledge in RFDIL. To construct DualCP, we propose a Concept Prototype Generator (CPG) that generates both coarse-grained and fine-grained prototypes for each class. Additionally, we introduce a Coarse-to-Fine calibrator (C2F) to align image features with DualCP. Finally, we propose a Dual Dot-Regression (DDR) loss function to optimize our C2F module. Extensive experiments on the DomainNet, CDDB, and CORe50 datasets demonstrate the effectiveness of our method.
