The Continual Learning Problem
If we want to move towards a world where models are “always training” and continually learning from experience over time, we need to address a basic challenge: how do we keep updating the parameters of a model without breaking it? In this post, I’ll motivate memory layers as a natural architecture for this paradigm: high-capacity, but sparse (few active parameters) on each forward pass. In our recent paper, we found that finetuning memory layers enables learning without forgetting much more effectively than LoRA: when learning TriviaQA facts, NaturalQuestions performance drops by 89% with full finetuning and 71% with LoRA, but only 11% with memory layers. Along the way, I’ll also discuss the challenges of the continual learning problem broadly.
The Continual Learning Problem A perspective on continual learning, motivating our paper on sparse memory finetuning 20 Oct 2025 If we want to move towards a world where models are “always training” and continually learning from experience over time, we need to address a basic challenge: how do we keep updating the parameters of a model without breaking it? In this post, I’ll motivate memory layers as a natural architecture for this paradigm: high-capacity, but sparse (few active parameters) on each forward pass. In our recent paper, we found that finetuning memory layers enables learning with
Explore this link on the map →saved by
related reading
- Why We Need Continual Learning | Andreessen Horowitza16z.com
- NL.pdfabehrouz.github.io
- LoRA Without Regret - Thinking Machines Labthinkingmachines.ai
- What are the real problems of continual learning?infinitefaculty.substack.com
- augustus odena on X: "I have a bunch of thoughts about continual learning and nothing to do with them (I'm working on something else) so I figured I'd just turn them into a post: First: I think people use "continual learning" to point at a cluster of issues that are related but distinct. I'll list" / Xx.com
- Understanding Memorization via Loss Curvaturegoodfire.ai
- Continual Learning in Token Space | Lettaletta.com
- [2605.15156] MeMo: Memory as a Modelarxiv.org
- The Practitioner’s Guide to the Maximal Update Parameterization - Cerebrascerebras.ai
- [2501.00663] Titans: Learning to Memorize at Test Timearxiv.org
- What's so hard about continuous learning?seangoedecke.com
- You can’t imitation-learn how to continual-learn — LessWronglesswrong.com