← Latest papers
🤖 machine learning

Plasticity of Growing and Elastic Neural Networks in Online Continual Learning

This paper investigates the plasticity of growing and elastic neural networks in online continual learning, demonstrating that adaptive approaches which incrementally add new units while retaining existing connections or pruning dead ones can maintain high prediction accuracy and prevent loss of plasticity without catastrophic forgetting.

Original authors: Jeong Min Kong, Richard S. Sutton

Published 2026-08-04
📖 5 min read🧠 Deep dive

Original authors: Jeong Min Kong, Richard S. Sutton

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 a world where your brain could instantly forget how to ride a bike the moment you learned to juggle, or where a student's mind would get so full of history facts that it couldn't learn a single new math equation. This is the nightmare scenario for artificial intelligence known as "catastrophic forgetting." But there is an even sneakier villain at play: "loss of plasticity." Think of plasticity as the brain's ability to stay flexible and moldable. If a network loses plasticity, it becomes like a hardened statue—stiff, unchangeable, and unable to learn anything new, even if it remembers the old stuff perfectly.

For a long time, scientists tried to fix these problems by building AI with a fixed number of "neurons" (the tiny processing units inside the brain), hoping that if the structure never changed, the AI would be stable. But nature tells a different story. Animals don't have a fixed brain size; they grow new connections and prune old ones as they learn. This paper explores a bold idea: what if we build AI that can actually grow and shrink, just like a living thing? The researchers wanted to see if these "growing" and "elastic" networks could keep their flexibility (plasticity) alive while learning a never-ending stream of new tasks, without getting stuck or forgetting everything.

The Story of the Growing and Shrinking AI

In this study, the researchers set up a digital playground where an AI had to learn a series of image classification tasks, one after another, like a student taking a new test every day. They used two popular image sets: MNIST (handwritten numbers) and FashionMNIST (images of clothes), but with a twist. For each new test, the pixels of the images were scrambled in a unique, random way, forcing the AI to learn from scratch every time without relying on the same visual patterns.

The team tested several different "architectures," or blueprints, for these AI brains. First, they tried the standard approach: a Fixed Network. Imagine a classroom with a set number of desks. No matter how many new students (tasks) arrive, the desks stay the same. The researchers found that as the AI learned more tasks, its performance slowly crumbled. It lost its "plasticity," becoming rigid and unable to adapt, while a growing number of its internal units went "dead"—stopping all activity and becoming useless.

Next, they tried Staged Growing Networks. This was like a classroom that adds one new desk every day, but with a catch: once a desk is added, it gets bolted to the floor and can never be moved or adjusted again. The AI could add new units, but the old ones were frozen in place. The results were disappointing. Because the AI was forced to keep using these frozen, outdated desks, it got cluttered with "noisy" features that didn't help with the new tasks. The AI lost its flexibility, and its accuracy dropped.

Then, the researchers introduced a simple but powerful change: Adaptive Growing Networks (AGNs). This was the same as the previous version—adding a new desk every day—but with one crucial difference: nothing was ever bolted down. Every connection in the network remained flexible and could be adjusted at any time. The results were a revelation. Even though the network kept getting bigger and bigger, and even though many of the old units eventually went "dead" (stopped firing), the AI maintained high accuracy and never lost its plasticity. It seemed that as long as the network could keep tweaking its existing connections while adding new, fresh units, it could keep learning forever.

However, there was a catch. The AGN kept growing infinitely, which would eventually eat up all the computer's memory and slow everything down. It was like a student who keeps adding new notebooks to their backpack but never throws away the old ones; eventually, they can't carry the bag anymore.

To solve this, the team created Adaptive Elastic Networks (AENs). These networks were like the AGNs but with a built-in "spring" mechanism. At the start of every new task, the AI would check its brain and prune (remove) any units it estimated were "dead" or useless. This allowed the network to shrink back down while still adding new units. The result was a "Goldilocks" solution: the AI achieved excellent accuracy, kept its plasticity high, and maintained a compact, near-constant size. It grew when it needed to and shrank when it didn't, staying efficient without losing its ability to learn.

The researchers also tested a "two-layer" version of these networks, where new units only connected to the input and output, skipping the middle layers. This made the learning process faster, though it sometimes resulted in a slightly larger final size.

What This Means for the Future

The paper suggests that the key to keeping AI flexible isn't just about remembering old things or preventing forgetting; it's about keeping the structure of the network alive and adaptable. By allowing networks to grow and shrink dynamically, and by ensuring that connections remain flexible rather than frozen, we can build systems that learn continuously without losing their spark.

The authors are careful to note that these findings come from specific experiments with image tasks and that the results "suggest" these methods are promising. They don't claim to have solved the entire problem of lifelong learning, but they have shown a clear path forward. Future work will need to explore exactly when to add or remove units and how these networks behave with different types of data. But for now, the idea of an AI that can grow like a plant and prune like a gardener seems to be a very strong candidate for the future of intelligent machines.

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 →