← Latest papers
🤖 machine learning

Continual Learning in Transition

This paper proposes a tri-axial framework (When, How, and Where) to characterize the paradigm shift in continual learning from traditional parameter-centric adaptation to a broader system-level evolution that incorporates on-policy mechanisms, test-time training, and external structural components.

Original authors: Zhiyan Hou, Dan Zhang, Tao Feng, Liyuan Wang, Wei Li, Xiangzhao Hao, Hongyan An, Junfeng Fang, Haokai Ma, Zhaohui Xu, Haiyun Guo, Jinqiao Wang, Tat-Seng Chua

Published 2026-08-07
📖 7 min read🧠 Deep dive

Original authors: Zhiyan Hou, Dan Zhang, Tao Feng, Liyuan Wang, Wei Li, Xiangzhao Hao, Hongyan An, Junfeng Fang, Haokai Ma, Zhaohui Xu, Haiyun Guo, Jinqiao Wang, Tat-Seng Chua

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a robot to play every video game in existence. In the old days, scientists thought the only way to do this was to build a single, super-smart brain inside the robot's head. They would feed it a level, let it learn, then feed it the next level. But here's the catch: every time the robot learned a new game, it seemed to forget how to play the old ones. It was like trying to write a new chapter in a diary, but the ink from the previous pages kept smudging and disappearing. This problem, known as "catastrophic forgetting," was the big headache for a field called Continual Learning.

For a long time, the solution seemed simple: just tweak the robot's internal brain (its "parameters") to fit the new game without erasing the old ones. But now, we are in the era of massive, super-powerful AI models that can chat, write code, and solve complex puzzles. These models are so big and complex that the old "just tweak the brain" approach isn't working anymore. We need a new way of thinking. Instead of just asking how to update the brain, we need to ask: When should the robot learn? Where should it keep its knowledge? And How should it update itself?

This paper, titled "Continual Learning in Transition," is like a map for this new territory. The authors argue that we are moving away from the idea that a robot's brain is the only place where learning happens. They suggest that for AI to truly become a general intelligence—something that can adapt to a changing world like a human—we need to look at the whole system. It's not just about the brain; it's about the robot's notebook, its toolbox, and its rulebook. The paper surveys a massive amount of new research to show that learning is no longer a single event that happens before the robot goes to work. Instead, learning is a continuous journey that happens before, during, and even after the robot is deployed, using not just its brain, but also its external memory and tools.

The Three Big Questions: When, Where, and How

The authors propose a new way to look at all these different methods using three simple questions. Think of it like organizing a massive library of how robots learn.

1. When: The Timeline of Learning
In the old days, learning happened in one big block: you trained the model, then you sent it out to work, and that was it. The model was frozen.

  • The New View: Learning is now a marathon, not a sprint. It happens in three distinct phases:
    • Pre-training: The robot is learning from a massive stream of data, like reading the entire internet before it even starts a specific job.
    • Post-training: After the initial learning, the robot gets fine-tuned. It learns to follow instructions, be polite, or solve specific puzzles. This is like a specialized training camp.
    • Inference-time (The "Right Now"): This is the big change. The robot learns while it is working. If it encounters a new situation or gets feedback, it can update itself on the fly. It's like a student who doesn't just study before the exam but keeps learning and adjusting their answers while taking the test.

2. Where: The Storage of Knowledge
Traditionally, all knowledge was stored inside the robot's brain (its internal parameters). If you wanted to add a new fact, you had to rewrite the brain.

  • The New View: The brain is no longer the only storage unit. The authors introduce the idea of the "Harness," which is everything outside the brain that the robot uses.
    • Memory: Imagine a notebook the robot carries. It can write down facts, conversations, or experiences here without changing its brain. It can read this notebook later to remember things.
    • Skills: Think of these as tools in a toolbox. Instead of hard-coding a new skill into the brain, the robot can pick up a new tool (like a code generator or a calculator) and use it. It can even build new tools as it goes.
    • Protocols: These are the rulebooks or scripts the robot follows. Instead of the robot's brain hard-coding the rules of a game, the rules can be written on a piece of paper that the robot can read and update.
    • The Shift: The paper suggests that capability is spreading out. It's not just in the brain anymore; it's distributed across the brain, the notebook, the toolbox, and the rulebook.

3. How: The Method of Updating
How does the robot actually learn?

  • The Old Way (Off-Policy): The robot learns from a static dataset, like a textbook written by someone else. It looks at old examples and tries to fit them. This often leads to forgetting because the new data might clash with the old data.
  • The New Way (On-Policy): The robot learns from its own actions. It tries something, sees what happens, and learns from that specific experience. It's like learning to ride a bike by actually riding it and falling down, rather than just reading a manual. This helps the robot stay consistent and forget less.
  • Beyond Gradients: There are also methods that don't use the standard "mathy" way of learning (backpropagation).
    • Model Merging: Imagine taking two different trained brains and mathematically combining them into one super-brain without retraining.
    • Prompt Evolution: Instead of changing the brain, you change the instructions (prompts) you give it. The robot learns by evolving the way you talk to it.
    • Zeroth-Order: This is a fancy way of saying the robot learns by guessing and checking, without needing to calculate the exact mathematical slope of its errors.

Why This Matters: The Big Picture

The authors suggest that we are at a turning point. We used to think that solving "catastrophic forgetting" was just about finding a better math trick to update the brain. But now, they argue, the solution is much bigger. It's about system-level adaptation.

They point out that simply making the robot's "notebook" (memory) bigger or giving it more "tools" (skills) isn't enough if the robot can't manage them itself. Right now, humans often have to manually update these notebooks and tools. The paper suggests that for AI to reach "Artificial General Intelligence" (AGI)—a level where it can truly adapt like a human—the robot needs to be able to manage its own memory, skills, and rules automatically.

The paper also highlights some challenges. For instance, if a robot relies too much on its "notebook" (context window), it might forget things once the notebook gets too full. If it relies too much on its "brain," it might forget new things when it learns old ones. The ideal future is a system where the robot knows when to write in its notebook, when to build a new tool, and when to permanently update its brain.

What's Next?

The authors are cautious but optimistic. They don't claim that we have solved everything. In fact, they point out that many of these new methods are still in their early stages. We don't have a perfect system yet that can seamlessly move knowledge between its brain, its notebook, and its tools.

They suggest that the future of AI research shouldn't just be about making the brain bigger. Instead, we need to figure out how to coordinate all these different parts. It's like building a city: you don't just build a bigger house (the brain); you need to build roads, libraries, and power plants (the harness) and figure out how they all work together.

In short, this paper tells us that the era of "one brain, one update" is over. The future of learning is a dynamic, multi-layered dance where the AI learns continuously, using every part of its system, from its internal neurons to its external tools, to adapt to a world that never stops changing. It's a shift from trying to fix a broken memory to building a living, breathing system that grows with every experience.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →