Learning to Learn without Forgetting by Maximizing Transfer and Minimizing Interference
Matthew Riemer, Ignacio Cases, Robert Ajemian, Miao Liu, Irina Rish,, Yuhai Tu, Gerald Tesauro

TL;DR
This paper introduces a new continual learning approach called Meta-Experience Replay (MER) that balances transfer and interference by gradient alignment, improving neural network performance in non-stationary environments.
Contribution
The paper presents MER, a novel algorithm combining experience replay and meta-learning to optimize the transfer-interference trade-off in continual learning.
Findings
MER outperforms recent baselines in various benchmarks.
Performance gap increases with environment non-stationarity.
MER remains effective with limited experience storage.
Abstract
Lack of performance when it comes to continual learning over non-stationary distributions of data remains a major challenge in scaling neural network learning to more human realistic settings. In this work we propose a new conceptualization of the continual learning problem in terms of a temporally symmetric trade-off between transfer and interference that can be optimized by enforcing gradient alignment across examples. We then propose a new algorithm, Meta-Experience Replay (MER), that directly exploits this view by combining experience replay with optimization based meta-learning. This method learns parameters that make interference based on future gradients less likely and transfer based on future gradients more likely. We conduct experiments across continual lifelong supervised learning benchmarks and non-stationary reinforcement learning environments demonstrating that our…
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 · Human Pose and Action Recognition · Multimodal Machine Learning Applications
MethodsExperience Replay
