LGMay 30, 2025

Unlocking the Power of Rehearsal in Continual Learning: A Theoretical Perspective

arXiv:2506.00205v14 citationsh-index: 7ICML
Originality Incremental advance
AI Analysis

This work addresses catastrophic forgetting for continual learning practitioners, offering a theoretical analysis and hybrid method that is incremental but provides specific gains.

The paper tackles the problem of catastrophic forgetting in continual learning by comparing concurrent and sequential rehearsal strategies, showing that sequential rehearsal performs better when tasks are less similar and proposing a hybrid method that outperforms standard concurrent rehearsal in experiments with deep neural networks.

Rehearsal-based methods have shown superior performance in addressing catastrophic forgetting in continual learning (CL) by storing and training on a subset of past data alongside new data in current task. While such a concurrent rehearsal strategy is widely used, it remains unclear if this approach is always optimal. Inspired by human learning, where sequentially revisiting tasks helps mitigate forgetting, we explore whether sequential rehearsal can offer greater benefits for CL compared to standard concurrent rehearsal. To address this question, we conduct a theoretical analysis of rehearsal-based CL in overparameterized linear models, comparing two strategies: 1) Concurrent Rehearsal, where past and new data are trained together, and 2) Sequential Rehearsal, where new data is trained first, followed by revisiting past data sequentially. By explicitly characterizing forgetting and generalization error, we show that sequential rehearsal performs better when tasks are less similar. These insights further motivate a novel Hybrid Rehearsal method, which trains similar tasks concurrently and revisits dissimilar tasks sequentially. We characterize its forgetting and generalization performance, and our experiments with deep neural networks further confirm that the hybrid approach outperforms standard concurrent rehearsal. This work provides the first comprehensive theoretical analysis of rehearsal-based CL.

Foundations

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

Your Notes