paper-with-me

홈 › Papers

Improving Replay Sample Selection and Storage for Less Forgetting in Continual Learning

2023-08-03 · Daniel Brignac, Niels Lobo, Abhijit Mahalanobis

Continual learning seeks to enable deep learners to train on a series of tasks of unknown length without suffering from the catastrophic forgetting of previous tasks. One effective solution is replay, which involves storing few previous experiences in memory and replaying them when learning the current task. However, there is still room for improvement when it comes to selecting the most informative samples for storage and determining the optimal number of samples to be stored. This study aims to address these issues with a novel comparison of the commonly used reservoir sampling to various alternative population strategies and providing a novel detailed analysis of how to find the optimal number of stored samples.

📄 PDF Abstract BibTeX arXiv:2308.01895

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Coordinated Replay Sample Selection for Continual Federated Learning

2023-10-23 · Jack Good, Jimit Majmudar, Christophe Dupuy, Jixuan Wang 외

Continual Federated Learning (CFL) combines Federated Learning (FL), the decentralized learning of a central model on a number of client devices that may not communicate their data, and Continual Learning (CL), the learn…

Continual LearningFederated Learning

Replay Can Provably Increase Forgetting

2025-06-04 · Yasaman Mahdaviyeh, James Lucas, Mengye Ren, Andreas S. Tolias 외

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 task…

Continual Learning

E2Net: Resource-Efficient Continual Learning with Elastic Expansion Network

2023-09-28 · Ruiqi Liu, Boyu Diao, Libo Huang, Zhulin An 외

Continual Learning methods are designed to learn new tasks without erasing previous knowledge. However, Continual Learning often requires massive computational power and storage capacity for satisfactory performance. In …

Continual LearningTransfer Learning

Learn the Time to Learn: Replay Scheduling for Continual Learning

2021-09-29 · Marcus Klasson, Hedvig Kjellstrom, Cheng Zhang

Replay-based continual learning has shown to be successful in mitigating catastrophic forgetting. Most previous works focus on increasing the sample quality in the commonly small replay memory. However, in many real-worl…

Continual LearningScheduling

Forgetting in Language Models: Capacity, Optimization, and Self-Generated Replay

2026-05-25 · Martin Marek, Dongkyu Cho, Shikai Qiu, Rumi Chunara 외 arxiv

Models trained on a new task typically degrade on prior tasks, a phenomenon known as forgetting. Traditionally, mitigating forgetting has required replaying stored exemplars from prior tasks, which is often impractical. …