LGCVNov 17, 2025

AnaCP: Toward Upper-Bound Continual Learning via Analytic Contrastive Projection

arXiv:2511.13880v13 citationsh-index: 9
Originality Highly original
AI Analysis

This addresses catastrophic forgetting in continual learning for AI systems that need to learn new classes over time, representing a significant advance rather than an incremental improvement.

The paper tackles class-incremental learning by proposing AnaCP, a method that enables incremental feature adaptation without gradient-based training, achieving accuracy levels comparable to joint training, which is considered the upper bound.

This paper studies the problem of class-incremental learning (CIL), a core setting within continual learning where a model learns a sequence of tasks, each containing a distinct set of classes. Traditional CIL methods, which do not leverage pre-trained models (PTMs), suffer from catastrophic forgetting (CF) due to the need to incrementally learn both feature representations and the classifier. The integration of PTMs into CIL has recently led to efficient approaches that treat the PTM as a fixed feature extractor combined with analytic classifiers, achieving state-of-the-art performance. However, they still face a major limitation: the inability to continually adapt feature representations to best suit the CIL tasks, leading to suboptimal performance. To address this, we propose AnaCP (Analytic Contrastive Projection), a novel method that preserves the efficiency of analytic classifiers while enabling incremental feature adaptation without gradient-based training, thereby eliminating the CF caused by gradient updates. Our experiments show that AnaCP not only outperforms existing baselines but also achieves the accuracy level of joint training, which is regarded as the upper bound of CIL.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes