Revisiting Prototype Rehearsal for Exemplar-Free Continual Learning: Manifold-Aware Boundary Sampling with Adaptive Class-Balanced Loss

📅 2026-06-04
📈 Citations: 0
Influential: 0
📄 PDF

career value

158K/year
🤖 AI Summary
This work addresses catastrophic forgetting in exemplar-free class-incremental learning, which arises from prototype replay neglecting boundary information between adversarial classes and suffering from class imbalance. To mitigate these issues, the authors propose a manifold-aware boundary sampling strategy coupled with an adaptive class-balancing mechanism. Specifically, synthetic samples are generated near decision boundaries in the feature space through constrained interpolation, while a novel loss function dynamically adjusts the gradient weights of historical classes based on training progression. This approach enhances the discriminability and robustness of prototypes without storing original data, effectively alleviating representation drift and class imbalance. The method achieves state-of-the-art performance across multiple standard benchmarks, even outperforming existing drift-compensation techniques.
📝 Abstract
Exemplar-free class-incremental learning (EFCIL) aims to acquire new classes over time without storing raw data. Historically, prototype rehearsal, which samples around stored class prototypes and mixes them with current-task data, has been a popular strategy to reduce catastrophic forgetting. However, recent drift-compensation methods that explicitly realign prototypes in the evolving feature space consistently outperform prototype-based rehearsal, raising the question of whether rehearsal itself is fundamentally limited. We argue that the performance gap stems not from the idea of prototype rehearsal per se, but from how it is typically instantiated: existing approaches treat prototypes as isolated class summaries that ignore information from nearby enemy classes, and fail to correct the emerging class imbalance between a handful of synthetic old-class samples and hundreds of real instances from newly introduced classes. Building on this hypothesis, we revisit prototype rehearsal and propose a manifold-aware variant that restores its competitiveness in EFCIL. First, we introduce Constrained Expansive Over-Sampling, which interpolates each old-class prototype toward its nearest enemy features from new classes, generating boundary-aware rehearsal samples that better follow the underlying data manifold while preserving inter-class separation. Second, we design an Adaptive Class-Balanced loss that performs time-based class weighting, amplifying gradients from older prototypes when they are most informative and gradually annealing their influence as richer supervision from later tasks accumulates. Together, these components turn prototype rehearsal into a drift-resilient, imbalance-aware mechanism that closes, and often reverses, the gap to recent drift-compensation methods, achieving state-of-the-art performance across multiple EFCIL benchmarks.
Problem

Research questions and friction points this paper is trying to address.

Exemplar-free Class-Incremental Learning
Prototype Rehearsal
Catastrophic Forgetting
Class Imbalance
Manifold Awareness
Innovation

Methods, ideas, or system contributions that make the work stand out.

prototype rehearsal
manifold-aware sampling
class imbalance
adaptive loss
exemplar-free continual learning
🔎 Similar Papers
No similar papers found.