REAL: Representation Enhanced Analytic Learning for Exemplar-free Class-incremental Learning
Run He, Di Fang, Yizhu Chen, Kai Tong, Cen Chen, Yi Wang, Lap-pui Chau, Huiping Zhuang
TL;DR
REAL addresses exemplar-free class-incremental learning by strengthening backbone representations and maximizing knowledge use from multiple backbone layers. It introduces dual-stream base pretraining to capture general and label-guided knowledge, followed by representation-enhancing distillation and a feature fusion buffer that yields informative multi-layer features for an analytic classifier. The approach preserves the ACL weight-invariance property and demonstrates state-of-the-art performance across CIFAR-100, ImageNet-100, and ImageNet-1k while remaining compatible with existing ACL methods. Overall, REAL improves stability and plasticity in EFCIL, reducing forgetting and benefiting from transferable features across phases.
Abstract
Exemplar-free class-incremental learning (EFCIL) aims to mitigate catastrophic forgetting in class-incremental learning (CIL) without available historical training samples as exemplars. Compared with its exemplar-based CIL counterpart that stores exemplars, EFCIL suffers more from forgetting issues. Recently, a new EFCIL branch named Analytic Continual Learning (ACL) introduces a gradient-free paradigm via Recursive Least-Square, achieving a forgetting-resistant classifier training with a frozen backbone during CIL. However, existing ACL suffers from ineffective representations and insufficient utilization of backbone knowledge. In this paper, we propose a representation-enhanced analytic learning (REAL) to address these problems. To enhance the representation, REAL constructs a dual-stream base pretraining followed by representation enhancing distillation process. The dual-stream base pretraining combines self-supervised contrastive learning for general features and supervised learning for class-specific knowledge, followed by the representation enhancing distillation to merge both streams, enhancing representations for subsequent CIL paradigm. To utilize more knowledge from the backbone, REAL presents a feature fusion buffer to multi-layer backbone features, providing informative features for the subsequent classifier training. Our method can be incorporated into existing ACL techniques and provides more competitive performance. Empirical results demonstrate that, REAL achieves state-of-the-art performance on CIFAR-100, ImageNet-100 and ImageNet-1k benchmarks, outperforming exemplar-free methods and rivaling exemplar-based approaches.
