← Latest papers
💻 computer science

Catastrophic Forgetting as Accessibility Collapse: A Three-Level Framework for Knowledge Persistence in Continual Learning

This paper proposes a three-level framework distinguishing knowledge storage, representation, and accessibility to demonstrate that catastrophic forgetting in continual learning is primarily an accessibility failure rather than complete representational erasure, as evidenced by the persistence of task information in neural representations that can be recovered through simple classifier retraining.

Original authors: Ayushman Trivedi, Bhavika Melwani

Published 2026-06-05✓ Author reviewed
📖 5 min read🧠 Deep dive

Original authors: Ayushman Trivedi, Bhavika Melwani

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 by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Idea: It's Not Lost, It's Just Locked

Imagine you have a brilliant librarian (the AI) who has memorized thousands of books. One day, you ask her to learn a new language. As she studies this new language, she suddenly forgets how to speak her original language. In the world of AI, this is called Catastrophic Forgetting.

Usually, scientists assume that when the AI "forgets," the information is actually deleted from its brain, like erasing a hard drive.

This paper argues that the information isn't deleted at all. Instead, the AI still has the knowledge, but it has lost the key to access it. The authors call this "Accessibility Collapse."

The Three Levels of Knowledge

To prove this, the authors broke down the AI's brain into three levels, like a three-story building:

  1. Level 1: The Storage (The Basement): The raw data and solutions are still sitting in the basement, safe and sound. If you go back to the exact moment the AI finished learning the first task, the answer is still there.
  2. Level 2: The Representation (The Middle Floors): The AI's internal "thoughts" or features about the first task are still intact. Even though the AI can't answer questions about the first task anymore, if you peek at its internal notes, the information is still written there clearly.
  3. Level 3: The Accessibility (The Front Door): This is the part that breaks. The "front door" (the final decision-making layer) gets jammed. The AI knows the answer deep inside, but it can't get it out to the outside world.

The Experiment: The "Clean Slate" Test

The researchers set up a strict test to prove this. They used a standard AI model (ResNet-18) and taught it 10 different tasks one after another.

  • No tricks: They didn't use any special methods to help the AI remember.
  • No looking back: They didn't let the AI re-read old data.
  • The Result: After learning Task 10, the AI's score on Task 1 dropped to 0%. It looked like a total failure.

The "Magic Trick": Unlocking the Door

Here is where the paper gets exciting. The researchers tried a simple fix:

  1. They took the "broken" AI (the one with 0% score).
  2. They froze its brain (the deep layers) so it couldn't change.
  3. They replaced just the "front door" (the final classifier) with a brand new one.
  4. They taught this new door how to open using the old data.

The Result: The AI suddenly remembered 75.7% of the original task!

The Analogy: Imagine you forgot how to drive your old car because you learned to drive a new, confusing model. The paper shows that if you swap the steering wheel and pedals (the "front door") of the old car, you can drive it perfectly again. The engine and chassis (the deep layers) were fine the whole time; you just had the wrong controls attached.

Where Did the Damage Happen?

The authors looked at the AI layer by layer to see where the forgetting happened.

  • Early Layers (The Foundation): These layers actually got better at remembering the old task after learning new ones. They are like the roots of a tree; they stayed strong and even grew stronger.
  • Late Layers (The Top): The damage was almost entirely concentrated at the very top, in the final layer that makes the decision.

It's as if the tree's roots are healthy, but the top branch snapped off. The fruit (the knowledge) is still growing on the lower branches, but you can't reach it because the top is broken.

The "Accessibility Gap"

The authors created a new way to measure this problem called the Accessibility Gap.

  • The Gap: It's the difference between what the AI knows (which is high) and what the AI says (which is zero).
  • The Finding: A huge gap means the AI isn't stupid; it's just locked out of its own knowledge.

What Didn't Work?

The researchers also tried a "geometric" fix. They thought, "Maybe if we just nudge the AI's brain back toward where it was before, it will remember." They tried moving the AI's internal settings back toward the old settings.

  • The Result: It didn't work. The paper is honest about this "negative result." It seems you can't just nudge the brain back; you have to fix the "door" (the readout layer) instead.

The Bottom Line

This paper changes how we think about AI forgetting.

  • Old View: "The AI forgot everything. We need to prevent it from changing its brain."
  • New View: "The AI didn't forget; it just lost the ability to access the info. We don't need to stop it from learning new things. Instead, we should build better 'keys' or 'doors' to help it access the old knowledge it already has."

The authors suggest that in the future, we should focus on repairing the access points rather than trying to prevent the brain from changing.

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 →