English

REAL: Representation Enhanced Analytic Learning for Exemplar-free Class-incremental Learning

Machine Learning 2025-12-18 v3 Computer Vision and Pattern Recognition

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.

Keywords

Cite

@article{arxiv.2403.13522,
  title  = {REAL: Representation Enhanced Analytic Learning for Exemplar-free Class-incremental Learning},
  author = {Run He and Di Fang and Yizhu Chen and Kai Tong and Cen Chen and Yi Wang and Lap-pui Chau and Huiping Zhuang},
  journal= {arXiv preprint arXiv:2403.13522},
  year   = {2025}
}

Comments

13 pages, 7 figures. This paper is published in Knowledge-based System

R2 v1 2026-06-28T15:27:14.988Z