NeuroSynth: A Biologically Inspired Continual Reinforcement Learning Architecture for Mitigating Catastrophic Forgetting
This paper introduces NeuroSynth, a biologically inspired continual reinforcement learning architecture that mitigates catastrophic forgetting through a dual-pathway consolidation mechanism, demonstrating significantly improved retention of prior task knowledge compared to standard PPO and EWC baselines in sequential navigation tasks.
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
The Brain's Secret to Never Forgetting (And Why Robots Struggle)
Imagine you are trying to learn a new video game. You get really good at the first level, but the moment you start the second level, your brain seems to hit a "reset" button, and you forget how to play the first one. This isn't just a human quirk; it's a massive headache for Artificial Intelligence (AI). In the world of machine learning, this is called "catastrophic forgetting." It happens when an AI learns a new task and accidentally overwrites the code it used for the old task, like writing a new song on a cassette tape and erasing the hit single from the 90s in the process.
Scientists have been looking at how our own brains solve this problem. They believe our brains use a clever two-part system. One part, the hippocampus, is like a super-fast notepad that grabs new information instantly. The other part, the neocortex, is like a slow-cooking library that takes time to organize and store those notes into long-term memory. While we can learn new things without losing old ones, most AI systems are built like a single, giant brain that tries to do everything at once, leading to that frustrating "reset" button effect. The big question is: Can we build an AI that learns like a human, keeping its old skills while mastering new ones?
NeuroSynth: The AI That Remembers Its Roots
Enter NeuroSynth, a new AI architecture created by Yash Kini, a high school researcher, designed to stop this memory loss. Think of NeuroSynth not as a single brain, but as a team of two specialists working together: a "Planner" and a "Habit-Former."
The Planner is inspired by the brain's hippocampus. It's the fast learner. When the AI faces a new challenge, the Planner jumps in, figures it out quickly, and then—crucially—freezes its knowledge. It's like taking a perfect photo of the solution and locking it in a vault so it can never be accidentally erased. The Habit-Former, inspired by the brain's cortex, is the flexible worker. It stays open and keeps learning new things. But here's the magic trick: the Habit-Former doesn't just learn on its own. It constantly looks at the frozen photo in the vault (the Planner) and practices the old moves using a technique called "replay" (imagining the old game) and "distillation" (copying the Planner's style). This way, the AI can learn a new level without deleting the old one.
To test if this brain-like team worked better than standard AI, the researchers put three different models to the test in a digital maze called NeuroMaze-CL. The goal was simple: navigate a grid to find a specific exit. The twist? The exit moved every time. The AI had to learn the first exit, then the second, then the third, without ever being allowed to practice the first two again. This "non-revisitation" rule was designed to force the AI to forget, just like a student who is only allowed to study for the final exam and never looks at their old notes.
The results were a clear victory for the brain-inspired approach. The standard AI model, called PPO, was a total disaster at remembering. After learning the third maze, it completely forgot the first one, achieving a success rate of just 0.33% on Task A. It was as if the AI had never seen the first maze at all. The second model, EWC, tried to protect its old memories by being very careful with its updates, but it was so cautious that it struggled to learn the new mazes effectively.
NeuroSynth, however, found the sweet spot. After the same training, it remembered the first maze with a 18.00% success rate—significantly better than the PPO's near-zero performance. It didn't just remember the first task; it also held onto the second task much better, achieving a 35.33% success rate on Task B compared to PPO's 0.00%. When it came to the final, hardest task (Task C), NeuroSynth performed better than the cautious EWC model (9.00% vs. 2.00%), though this specific difference wasn't statistically strong enough to be called a definitive win.
The study suggests that by separating the "fast learning" from the "slow remembering" and using replay to practice old skills, we can build AI that is both stable and flexible. While this isn't a magic bullet that solves every problem in robotics or medical AI yet, it shows that copying the brain's two-pathway system is a promising way to stop robots from hitting that frustrating "forget" button every time they learn something new. As the author notes, this is a step toward machines that can truly learn a lifetime of skills without losing the ones they already mastered.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.