Dynamic Integration of Task-Specific Adapters for Class Incremental Learning
Jiashuo Li, Shaokun Wang, Bo Qian, Yuhang He, Xing Wei, Qiang Wang, Yihong Gong
TL;DR
This paper tackles non-exemplar class incremental learning (NECIL), where models must continually acquire new classes without storing old exemplars, which amplifies forgetting and classifier drift. It introduces Dynamic Integration of task-specific Adapters (DIA), combining Task-Specific Adapter Integration (TSAI) for patch-level compositionality with Patch-Level Model Alignment (PDL and PFR) to preserve feature consistency and realign decision boundaries. Empirically, DIA achieves state-of-the-art results across four NECIL benchmarks with substantial reductions in computation and parameter cost, demonstrating robust knowledge retention and efficient adaptation to new tasks. The work offers a practical approach for privacy-preserving continual learning with scalable patch-level adaptation and principled alignment mechanisms.
Abstract
Non-exemplar class Incremental Learning (NECIL) enables models to continuously acquire new classes without retraining from scratch and storing old task exemplars, addressing privacy and storage issues. However, the absence of data from earlier tasks exacerbates the challenge of catastrophic forgetting in NECIL. In this paper, we propose a novel framework called Dynamic Integration of task-specific Adapters (DIA), which comprises two key components: Task-Specific Adapter Integration (TSAI) and Patch-Level Model Alignment. TSAI boosts compositionality through a patch-level adapter integration strategy, which provides a more flexible compositional solution while maintaining low computation costs. Patch-Level Model Alignment maintains feature consistency and accurate decision boundaries via two specialized mechanisms: Patch-Level Distillation Loss (PDL) and Patch-Level Feature Reconstruction method (PFR). Specifically, the PDL preserves feature-level consistency between successive models by implementing a distillation loss based on the contributions of patch tokens to new class learning. The PFR facilitates accurate classifier alignment by reconstructing old class features from previous tasks that adapt to new task knowledge. Extensive experiments validate the effectiveness of our DIA, revealing significant improvements on benchmark datasets in the NECIL setting, maintaining an optimal balance between computational complexity and accuracy.
