paper-with-me

Papers

Provable Effects of Data Replay in Continual Learning: A Feature Learning Perspective

2026-02-02 · Meng Ding, Jinhui Xu, Kaiyi Ji arxiv

Continual learning (CL) aims to train models on a sequence of tasks while retaining performance on previously learned ones. A core challenge in this setting is catastrophic forgetting, where new learning interferes with past knowledge. Among various mitigation strategies, data-replay methods, where past samples are periodically revisited, are considered simple yet effective, especially when memory constraints are relaxed. However, the theoretical effectiveness of full data replay, where all past data is accessible during training, remains largely unexplored. In this paper, we present a comprehensive theoretical framework for analyzing full data-replay training in continual learning from a feature learning perspective. Adopting a multi-view data model, we identify the signal-to-noise ratio (SNR) as a critical factor affecting forgetting. Focusing on task-incremental binary classification across $M$ tasks, our analysis verifies two key conclusions: (1) forgetting can still occur under full replay when the cumulative noise from later tasks dominates the signal from earlier ones; and (2) with sufficient signal accumulation, data replay can recover earlier tasks-even if their initial learning was poor. Notably, we uncover a novel insight into task ordering: prioritizing higher-signal tasks not only facilitates learning of lower-signal tasks but also helps prevent catastrophic forgetting. We validate our theoretical findings through synthetic and real-world experiments that visualize the interplay between signal learning and noise memorization across varying SNRs and task correlation regimes.

📄 PDF Abstract BibTeX arXiv:2602.02767

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationContinual Learning

Similar Papers 제목 키워드 기반

Integrating Curricula with Replays: Its Effects on Continual Learning

2023-07-08 · Ren Jie Tee, Mengmi Zhang

Humans engage in learning and reviewing processes with curricula when acquiring new skills or knowledge. This human learning behavior has inspired the integration of curricula with replay methods in continual learning ag…

Continual LearningTransfer Learning

Improving Replay-Based Continual Semantic Segmentation with Smart Data Selection

2022-09-20 · Tobias Kalb, Björn Mauthe, Jürgen Beyerer

Continual learning for Semantic Segmentation (CSS) is a rapidly emerging field, in which the capabilities of the segmentation model are incrementally improved by learning new classes or new domains. A central challenge i…

Continual LearningContinual Semantic SegmentationIncremental LearningSegmentation+1

Progressive Latent Replay for efficient Generative Rehearsal

2022-07-04 · Stanisław Pawlak, Filip Szatkowski, Michał Bortkiewicz, Jan Dubiński 외

We introduce a new method for internal replay that modulates the frequency of rehearsal based on the depth of the network. While replay strategies mitigate the effects of catastrophic forgetting in neural networks, recen…

Continual Learning

Replay-free Online Continual Learning with Self-Supervised MultiPatches

2025-02-13 · Giacomo Cignoni, Andrea Cossu, Alex Gomez-Villa, Joost Van de Weijer 외

Online Continual Learning (OCL) methods train a model on a non-stationary data stream where only a few examples are available at a time, often leveraging replay strategies. However, usage of replay is sometimes forbidden…

Continual LearningSelf-Supervised Learning

Detachedly Learn a Classifier for Class-Incremental Learning

2023-02-23 · Ziheng Li, Shibo Jie, Zhi-Hong Deng

In continual learning, model needs to continually learn a feature extractor and classifier on a sequence of tasks. This paper focuses on how to learn a classifier based on a pretrained feature extractor under continual l…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning