paper-with-me

홈 › Papers

Continual Learning in Neural Networks

2019-10-07 · Rahaf Aljundi

Artificial neural networks have exceeded human-level performance in accomplishing several individual tasks (e.g. voice recognition, object recognition, and video games). However, such success remains modest compared to human intelligence that can learn and perform an unlimited number of tasks. Humans' ability of learning and accumulating knowledge over their lifetime is an essential aspect of their intelligence. Continual machine learning aims at a higher level of machine intelligence through providing the artificial agents with the ability to learn online from a non-stationary and never-ending stream of data. A key component of such a never-ending learning process is to overcome the catastrophic forgetting of previously seen data, a problem that neural networks are well known to suffer from. The work described in this thesis has been dedicated to the investigation of continual learning and solutions to mitigate the forgetting phenomena in neural networks. To approach the continual learning problem, we first assume a task incremental setting where tasks are received one at a time and data from previous tasks are not stored. Since the task incremental setting can't be assumed in all continual learning scenarios, we also study the more general online continual setting. We consider an infinite stream of data drawn from a non-stationary distribution with a supervisory or self-supervisory training signal. The proposed methods in this thesis have tackled important aspects of continual learning. They were evaluated on different benchmarks and over various learning sequences. Advances in the state of the art of continual learning have been shown and challenges for bringing continual learning into application were critically identified.

📄 PDF Abstract BibTeX arXiv:1910.02718

Code (1)

smidtfab/nba_score_analyzer

Tasks

Continual LearningObject Recognition

Similar Papers 제목 키워드 기반

Online Fast Adaptation and Knowledge Accumulation: a New Approach to Continual Learning

2020-03-12 · NeurIPS 2020 12 · Massimo Caccia, Pau Rodriguez, Oleksiy Ostapenko, Fabrice Normandin 외

Continual learning studies agents that learn from streams of tasks without forgetting previous ones while adapting to new ones. Two recent continual-learning scenarios have opened new avenues of research. In meta-continu…

Continual LearningMeta-Learning

Ergodic Risk Measures: Towards a Risk-Aware Foundation for Continual Reinforcement Learning

2025-10-03 · Juan Sebastian Rojas, Chi-Guhn Lee arxiv

Continual reinforcement learning (continual RL) seeks to formalize the notions of lifelong learning and endless adaptation in RL. In particular, the aim of continual RL is to develop RL agents that can maintain a careful…

Reinforcement LearningContinual Learning

Online Fast Adaptation and Knowledge Accumulation (OSAKA): a New Approach to Continual Learning

2020-12-01 · NeurIPS 2020 12 · Massimo Caccia, Pau Rodriguez, Oleksiy Ostapenko, Fabrice Normandin 외

Continual learning agents experience a stream of (related) tasks. The main challenge is that the agent must not forget previous tasks and also adapt to novel tasks in the stream. We are interested in the intersection of …

Continual LearningMeta-Learning

Continual Backprop: Stochastic Gradient Descent with Persistent Randomness

2021-08-13 · Shibhansh Dohare, Richard S. Sutton, A. Rupam Mahmood

The Backprop algorithm for learning in neural networks utilizes two mechanisms: first, stochastic gradient descent and second, initialization with small random weights, where the latter is essential to the effectiveness …

Continual LearningReinforcement Learning (RL)

Continual Feature Selection: Spurious Features in Continual Learning

2022-03-02 · Timothée Lesort

Continual Learning (CL) is the research field addressing learning without forgetting when the data distribution is not static. This paper studies spurious features' influence on continual learning algorithms. We show tha…

Continual Learningfeature selection