Semantic-Guided Dynamic Sparsification for Pre-Trained Model-based Class-Incremental Learning
Ruiqi Liu, Boyu Diao, Zijia An, Runjie Shao, Zhulin An, Fei Wang, Yongjun Xu
TL;DR
This work reframes continual learning with pre-trained models by shifting from constraining adapter parameters to actively guiding activation subspaces. The proposed Semantic-Guided Dynamic Sparsification (SGDS) operates in two phases—Semantic Exploration to align subspace orientation and Activation Compaction to reduce subspace rank—producing sparse, task-specific activation streams that minimize interference while preserving plasticity. Across CIFAR-100, ImageNet-R, ImageNet-A, and ObjectNet, SGDS achieves state-of-the-art performance in exemplar-free settings, with ablations showing both semantic guidance and activation compaction are essential. The activation-centric approach offers strong scalability, privacy preservation, and practical robustness, making it a compelling alternative to parameter-space regularization for PTM-based class-incremental learning.
Abstract
Class-Incremental Learning (CIL) requires a model to continually learn new classes without forgetting old ones. A common and efficient solution freezes a pre-trained model and employs lightweight adapters, whose parameters are often forced to be orthogonal to prevent inter-task interference. However, we argue that this parameter-constraining method is detrimental to plasticity. To this end, we propose Semantic-Guided Dynamic Sparsification (SGDS), a novel method that proactively guides the activation space by governing the orientation and rank of its subspaces through targeted sparsification. Specifically, SGDS promotes knowledge transfer by encouraging similar classes to share a compact activation subspace, while simultaneously preventing interference by assigning non-overlapping activation subspaces to dissimilar classes. By sculpting class-specific sparse subspaces in the activation space, SGDS effectively mitigates interference without imposing rigid constraints on the parameter space. Extensive experiments on various benchmark datasets demonstrate the state-of-the-art performance of SGDS.
