paper-with-me

홈 › Papers

Learning to Continually Learn

2020-02-21 · Shawn Beaulieu, Lapo Frati, Thomas Miconi, Joel Lehman, Kenneth O. Stanley, Jeff Clune, Nick Cheney

Continual lifelong learning requires an agent or model to learn many sequentially ordered tasks, building on previous knowledge without catastrophically forgetting it. Much work has gone towards preventing the default tendency of machine learning models to catastrophically forget, yet virtually all such work involves manually-designed solutions to the problem. We instead advocate meta-learning a solution to catastrophic forgetting, allowing AI to learn to continually learn. Inspired by neuromodulatory processes in the brain, we propose A Neuromodulated Meta-Learning Algorithm (ANML). It differentiates through a sequential learning process to meta-learn an activation-gating function that enables context-dependent selective activation within a deep neural network. Specifically, a neuromodulatory (NM) neural network gates the forward pass of another (otherwise normal) neural network called the prediction learning network (PLN). The NM network also thus indirectly controls selective plasticity (i.e. the backward pass of) the PLN. ANML enables continual learning without catastrophic forgetting at scale: it produces state-of-the-art continual learning performance, sequentially learning as many as 600 classes (over 9,000 SGD updates).

📄 PDF Abstract BibTeX arXiv:2002.09571

Code (5)

uvm-neurobotics-lab/ANML 공식 구현 pytorch
blues-lin/fin-analyze tf
maPiche/ANML-Project pytorch
sebamenabar/oaml-jax jax
shawnbeaulieu/ANML pytorch

Tasks

Continual LearningLifelong learningMeta-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…

Similar Papers 제목 키워드 기반

Continually Learn to Map Visual Concepts to Large Language Models in Resource-constrained Environments

2024-07-11 · Clea Rebillard, Julio Hurtado, Andrii Krutsylo, Lucia Passaro 외

Learning continually from a stream of non-i.i.d. data is an open challenge in deep learning, even more so when working in resource-constrained environments such as embedded devices. Visual models that are continually upd…

Continual LearningLanguage ModelingLanguage ModellingLarge Language Model

CLIN: A Continually Learning Language Agent for Rapid Task Adaptation and Generalization

2023-10-16 · Bodhisattwa Prasad Majumder, Bhavana Dalvi Mishra, Peter Jansen, Oyvind Tafjord 외

Language agents have shown some ability to interact with an external environment, e.g., a virtual world such as ScienceWorld, to perform complex tasks, e.g., growing a plant, without the startup costs of reinforcement le…

Learning Novel Objects Continually Through Curiosity

2021-03-13 · Ali Ayub, Alan R. Wagner

Children learn continually by asking questions about the concepts they are most curious about. With robots becoming an integral part of our society, they must also learn unknown concepts continually by asking humans ques…

Active LearningContinual Learning

Random Representations Outperform Online Continually Learned Representations

2024-02-13 · Ameya Prabhu, Shiven Sinha, Ponnurangam Kumaraguru, Philip H. S. Torr 외

Continual learning has primarily focused on the issue of catastrophic forgetting and the associated stability-plasticity tradeoffs. However, little attention has been paid to the efficacy of continually learned represent…

Continual LearningExemplar-FreeRepresentation Learning

An Ensemble with Shared Representations Based on Convolutional Networks for Continually Learning Facial Expressions

2021-03-05 · Henrique Siqueira, Pablo Barros, Sven Magg, Stefan Wermter

Social robots able to continually learn facial expressions could progressively improve their emotion recognition capability towards people interacting with them. Semi-supervised learning through ensemble predictions is a…

Emotion Recognition