paper-with-me

홈 › Papers

The Ideal Continual Learner: An Agent That Never Forgets

2023-04-29 · Liangzu Peng, Paris V. Giampouras, René Vidal

The goal of continual learning is to find a model that solves multiple learning tasks which are presented sequentially to the learner. A key challenge in this setting is that the learner may forget how to solve a previous task when learning a new task, a phenomenon known as catastrophic forgetting. To address this challenge, many practical methods have been proposed, including memory-based, regularization-based, and expansion-based methods. However, a rigorous theoretical understanding of these methods remains elusive. This paper aims to bridge this gap between theory and practice by proposing a new continual learning framework called Ideal Continual Learner (ICL), which is guaranteed to avoid catastrophic forgetting by construction. We show that ICL unifies multiple well-established continual learning methods and gives new theoretical insights into the strengths and weaknesses of these methods. We also derive generalization bounds for ICL which allow us to theoretically quantify how rehearsal affects generalization. Finally, we connect ICL to several classic subjects and research topics of modern interest, which allows us to make historical remarks and inspire future directions.

📄 PDF Abstract BibTeX arXiv:2305.00316

Code (1)

xialeiliu/Awesome-Incremental-Learning 공식 구현 pytorch

Tasks

Continual LearningGeneralization Bounds

Similar Papers 제목 키워드 기반

The World Model Remembers, the Actor Forgets: Dream Rehearsal for Continual Model-Based RL

2026-07-22 · Gurp Nijjer arxiv

Model-based reinforcement-learning agents of the DreamerV3 family forget catastrophically when trained on task sequences, even when an unbounded replay buffer preserves every earlier experience. We ask a question the con…

Reinforcement Learning

Online Continual Learning Without the Storage Constraint

2023-05-16 · Ameya Prabhu, Zhipeng Cai, Puneet Dokania, Philip Torr 외

Traditional online continual learning (OCL) research has primarily focused on mitigating catastrophic forgetting with fixed and limited storage allocation throughout an agent's lifetime. However, a broad range of real-wo…

Continual Learning

Cross-situational learning of large lexicons with finite memory

2018-09-28 · James Holehouse, Richard A. Blythe

Cross-situational word learning, wherein a learner combines information about possible meanings of a word across multiple exposures, has previously been shown to be a very powerful strategy to acquire a large lexicon in …

Two-sample testing

Learning Mamba as a Continual Learner

2024-12-01 · Chongyang Zhao, Dong Gong

Continual learning (CL) aims to efficiently learn and accumulate knowledge from a data stream with different distributions. By formulating CL as a sequence prediction task, meta-continual learning (MCL) enables to meta-l…

Continual LearningMambaState Space Models

Rehearsal-Free Continual Learning over Small Non-I.I.D. Batches

2019-07-08 · Vincenzo Lomonaco, Davide Maltoni, Lorenzo Pellegrini

Robotic vision is a field where continual learning can play a significant role. An embodied agent operating in a complex environment subject to frequent and unpredictable changes is required to learn and adapt continuous…

class-incremental learningClass Incremental LearningContinual LearningObject Recognition