paper-with-me

홈 › Papers

Replay Can Provably Increase Forgetting

2025-06-04 · Yasaman Mahdaviyeh, James Lucas, Mengye Ren, Andreas S. Tolias, Richard Zemel, Toniann Pitassi

Continual learning seeks to enable machine learning systems to solve an increasing corpus of tasks sequentially. A critical challenge for continual learning is forgetting, where the performance on previously learned tasks decreases as new tasks are introduced. One of the commonly used techniques to mitigate forgetting, sample replay, has been shown empirically to reduce forgetting by retaining some examples from old tasks and including them in new training episodes. In this work, we provide a theoretical analysis of sample replay in an over-parameterized continual linear regression setting, where each task is given by a linear subspace and with enough replay samples, one would be able to eliminate forgetting. Our analysis focuses on sample replay and highlights the role of the replayed samples and the relationship between task subspaces. Surprisingly, we find that, even in a noiseless setting, forgetting can be non-monotonic with respect to the number of replay samples. We present tasks where replay can be harmful with respect to worst-case settings, and also in distributional settings where replay of randomly selected samples increases forgetting in expectation. We also give empirical evidence that harmful replay is not limited to training with linear models by showing similar behavior for a neural networks equipped with SGD. Through experiments on a commonly used benchmark, we provide additional evidence that, even in seemingly benign scenarios, performance of the replay heavily depends on the choice of replay samples and the relationship between tasks.

📄 PDF Abstract BibTeX arXiv:2506.04377

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Map-based Experience Replay: A Memory-Efficient Solution to Catastrophic Forgetting in Reinforcement Learning

2023-05-03 · Muhammad Burhan Hafez, Tilman Immisch, Tom Weber, Stefan Wermter

Deep Reinforcement Learning agents often suffer from catastrophic forgetting, forgetting previously found solutions in parts of the input space when training on new data. Replay Memories are a common solution to the prob…

Deep Reinforcement Learning

Continual Learning in Modern Hopfield Networks with an Application to Diffusion Models

2026-05-27 · Ken Takeda, Masafumi Oizumi, Ryo Karakida arxiv

Generative models, including diffusion models, are increasingly used as foundation models and adapted through sequential fine-tuning, making continual learning an essential problem setting. However, continual learning in…

Continual Learning

Augmented Replay Memory in Reinforcement Learning With Continuous Control

2019-12-29 · Mirza Ramicic, Andrea Bonarini

Online reinforcement learning agents are currently able to process an increasing amount of data by converting it into a higher order value functions. This expansion of the information collected from the environment incre…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

Federated Learning Under Temporal Drift -- Mitigating Catastrophic Forgetting via Experience Replay

2026-01-19 · Sahasra Kokkula, Daniel David, Aaditya Baruah arxiv

Federated Learning struggles under temporal concept drift where client data distributions shift over time. We demonstrate that standard FedAvg suffers catastrophic forgetting under seasonal drift on Fashion-MNIST, with a…

Federated Learning

Overcoming Forgetting Catastrophe in Quantization-Aware Training

2023-01-01 · ICCV 2023 1 · Ting-An Chen, De-Nian Yang, Ming-Syan Chen

Quantization is an effective approach for memory cost reduction by compressing networks to lower bits. However, existing quantization processes learned only from the current data tend to suffer from forgetting catast…

Lifelong learningQuantization