Learning to Continually Learn
Shawn Beaulieu, Lapo Frati, Thomas Miconi, Joel Lehman, Kenneth O., Stanley, Jeff Clune, Nick Cheney

TL;DR
This paper introduces ANML, a neuromodulated meta-learning algorithm inspired by brain processes, which enables neural networks to learn sequential tasks without catastrophic forgetting by dynamically gating activations.
Contribution
It proposes a novel meta-learning approach that learns an activation-gating function to prevent forgetting, inspired by neuromodulatory mechanisms in the brain.
Findings
Achieves state-of-the-art continual learning performance
Successfully learns over 600 classes without catastrophic forgetting
Operates effectively at scale with thousands of updates
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsStochastic Gradient Descent
