On the Discrimination and Consistency for Exemplar-Free Class Incremental Learning
Tianqi Wang, Jingcai Guo, Depeng Li, Zhi Chen
TL;DR
This work tackles exemplar-free class incremental learning (EF-CIL) by arguing that preserving a discriminative and consistent feature space enables inter-task interaction without replay. It proposes DCNet, a multi-head architecture with Incremental Orthogonal Embedding (IOE) and Dynamic Aggregation Compensation (DAC), guided by Hard Attention Masks (HAT) to protect task-specific knowledge and maintain inter-task discrimination. Theoretical analysis shows that better inter-class separation and tighter intra-class aggregation improve OOD detection and facilitate task information interaction in EF-CIL, leading to a TIL+OOD-inspired framework tailored to privacy constraints. Empirical results across CIFAR-100, Tiny-ImageNet, and ImageNet-Subset demonstrate that DCNet achieves competitive or superior performance to state-of-the-art EF-CIL methods, with notable gains without replay buffers and robust interaction across incremental tasks via IOE and DAC (e.g., significant improvements on ImageNet-Subset). The approach offers a privacy-preserving, interaction-enabled pathway for EF-CIL with practical impact on real-world continual learning deployments.
Abstract
Exemplar-free class incremental learning (EF-CIL) is a nontrivial task that requires continuously enriching model capability with new classes while maintaining previously learned knowledge without storing and replaying any old class exemplars. An emerging theory-guided framework for CIL trains task-specific models for a shared network, shifting the pressure of forgetting to task-id prediction. In EF-CIL, task-id prediction is more challenging due to the lack of inter-task interaction (e.g., replays of exemplars). To address this issue, we conduct a theoretical analysis of the importance and feasibility of preserving a discriminative and consistent feature space, upon which we propose a novel method termed DCNet. Concretely, it progressively maps class representations into a hyperspherical space, in which different classes are orthogonally distributed to achieve ample inter-class separation. Meanwhile, it also introduces compensatory training to adaptively adjust supervision intensity, thereby aligning the degree of intra-class aggregation. Extensive experiments and theoretical analysis verified the superiority of the proposed DCNet.
