Learning Fast, Learning Slow: A General Continual Learning Method based on Complementary Learning System
Elahe Arani, Fahad Sarfraz, Bahram Zonooz

TL;DR
This paper introduces CLS-ER, a dual memory experience replay method inspired by brain's complementary learning system, enabling neural networks to learn continually without task boundaries and reducing catastrophic forgetting.
Contribution
It presents a novel dual memory replay approach that integrates short-term and long-term memories for improved general continual learning.
Findings
Achieves state-of-the-art results on standard benchmarks.
Performs well in realistic, task-free continual learning scenarios.
Does not rely on task boundaries or data distribution assumptions.
Abstract
Humans excel at continually learning from an ever-changing environment whereas it remains a challenge for deep neural networks which exhibit catastrophic forgetting. The complementary learning system (CLS) theory suggests that the interplay between rapid instance-based learning and slow structured learning in the brain is crucial for accumulating and retaining knowledge. Here, we propose CLS-ER, a novel dual memory experience replay (ER) method which maintains short-term and long-term semantic memories that interact with the episodic memory. Our method employs an effective replay mechanism whereby new knowledge is acquired while aligning the decision boundaries with the semantic memories. CLS-ER does not utilize the task boundaries or make any assumption about the distribution of the data which makes it versatile and suited for "general continual learning". Our approach achieves…
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
Taxonomy
TopicsMemory Processes and Influences · Domain Adaptation and Few-Shot Learning · Cognitive Functions and Memory
MethodsExperience Replay
