A Continual Learning Survey: Defying Forgetting in Classification Tasks
Matthias De LangeRahaf AljundiMarc MasanaSarah ParisotXu JiaAleš LeonardisGreg SlabaughTinne Tuytelaars
Presents a structured taxonomy and a dynamic hyperparameter selection framework to benchmark eleven continual learning methods across diverse classification datasets, showing how model capacity, regularization, and parameter isolation directly affect catastrophic forgetting.
The article addresses the challenge of catastrophic forgetting in artificial neural networks, where models lose performance on earlier tasks after learning new ones. This problem arises in dynamic real-world settings with streaming data, where full retraining is often infeasible due to storage limits or privacy rules.
The study evaluates approaches for task incremental classification, seeking to let networks accumulate knowledge sequentially. It organizes existing methods into a taxonomy, proposes a framework that sets the stability-plasticity trade-off using only current-task data, and compares 11 representative techniques plus baselines on multiple benchmarks.
Experiments used the balanced Tiny Imagenet dataset along with unbalanced sequences from iNaturalist and RecogSeq. Tests examined effects of model size, dropout, weight decay, and task order. Parameter isolation methods such as PackNet reached the highest final accuracy with zero forgetting on balanced data, while iCaRL performed nearly as well when given larger replay buffers. Regularization methods showed mixed results, with MAS proving most robust; data-focused methods like LwF degraded sharply on dissimilar tasks.
These outcomes indicate that isolation techniques suit multi-head task-incremental settings but cannot scale easily to shared-head or class-incremental cases. Replay and regularization approaches allow greater flexibility yet demand careful hyperparameter selection to prevent inflated performance claims. Task ordering had negligible impact across all methods.
Practitioners should apply the proposed continual hyperparameter framework and favor isolation methods when task identity is known at test time. Further work is needed to handle unbounded data streams without explicit task boundaries and to reduce reliance on stored raw samples. The study is limited to classification problems with known boundaries, so results should be applied cautiously outside this scope.
- Paper: Overcoming catastrophic forgetting in neural networks, James Kirkpatrick et al. (2017). This work introduces Elastic Weight Consolidation (EWC), a foundational parameter regularization baseline evaluated directly in the survey.
- Paper: Learning without Forgetting, Zhizhong Li et al. (2016). This paper establishes Learning without Forgetting (LwF), one of the primary data-focused distillation approaches benchmarked and analyzed in the survey.
- Paper: iCaRL: Incremental Classifier and Representation Learning, Sylvestre-Alvise Rebuffi et al. (2016). This paper proposes iCaRL, providing the core exemplar replay and distillation framework that the survey evaluates against regularization and isolation baselines.
- Paper: Memory Aware Synapses: Learning what (not) to forget, Rahaf Aljundi et al. (2017). This paper introduces Memory Aware Synapses (MAS), a key unsupervised parameter-importance method analyzed and highlighted for its robustness in the survey.
- Paper: Continual Learning Through Synaptic Intelligence, Friedemann Zenke et al. (2017). This paper defines Synaptic Intelligence (SI), presenting the path-integral-based parameter consolidation method evaluated in the survey's comparative study.
- Paper: Gradient Episodic Memory for Continual Learning, David Lopez-Paz et al. (2017). This paper introduces Gradient Episodic Memory (GEM) and formalizes the standard metrics for backward and forward transfer in task-incremental continual learning.
- Paper: Continual Learning with Deep Generative Replay, Hanul Shin et al. (2017). This paper introduces deep generative replay for continual learning, forming the basis for memory replay strategies without raw sample storage evaluated in the survey.
- Paper: Continual Lifelong Learning with Neural Networks: A Review, German I. Parisi et al. (2018). This earlier review outlines the overarching continual learning taxonomy and biological foundations that the survey builds upon and empirically evaluates.
- Paper: Continual Learning Mechanisms Compose for Long-Horizon Memorization, Zheyuan Zhang et al. (2026). This work extends the foundational continual learning taxonomy by empirically evaluating compositions of replay, regularization, and parameter isolation mechanisms over long task horizons in language models.
- Paper: Self-Distillation Enables Continual Learning, Idan Shenfeld et al. (2026). This work applies distillation-based continual learning to modern foundation models via self-distillation fine-tuning for sequential skill and knowledge acquisition.
- Paper: Learning, Fast and Slow: Towards LLMs That Adapt Continually, Rishabh Tiwari et al. (2026). This work investigates continual adaptation in modern large language models by decoupling slow parameter updates from fast prompt optimization to mitigate forgetting.
