← Latest papers
🤖 AI

Sparsity-Driven Plasticity in Multi-Task Reinforcement Learning

This paper demonstrates that sparsification methods, specifically Gradual Magnitude Pruning and Sparse Evolutionary Training, effectively mitigate plasticity loss in multi-task reinforcement learning agents, leading to improved performance and adaptability across various architectures compared to dense baselines.

Original authors: Aleksandar Todorov, Juan Cardenas-Cartagena, Rafael F. Cunha, Marco Zullich, Matthia Sabatelli

Published 2026-06-26
📖 5 min read🧠 Deep dive

Original authors: Aleksandar Todorov, Juan Cardenas-Cartagena, Rafael F. Cunha, Marco Zullich, Matthia Sabatelli

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 Core Problem: The "Stubborn Student"

Imagine you are training a student (an AI agent) to do many different jobs at once—like cooking, coding, and playing chess. This is called Multi-Task Reinforcement Learning (MTRL).

In the beginning, the student is eager and flexible. But as training goes on, a problem arises called "Plasticity Loss." Think of plasticity like the malleability of clay. Early on, the clay is soft and easy to shape. But over time, the clay dries out and becomes hard. The student stops learning new things effectively. They get stuck in old habits, ignore new information, and some parts of their brain (neurons) just stop working entirely, going "dormant" like unused rooms in a big house.

This is bad because in a multi-task world, you need to stay flexible to handle different, sometimes conflicting, demands.

The Solution: The "Minimalist Makeover"

The researchers asked: What if we force the student to be more minimalist?

In AI, neural networks are usually "dense," meaning every part of the brain is connected to every other part. It’s like a messy room where every object is tangled with every other object. The researchers tested two methods to make the network "sparse" (less connected):

  1. Gradual Magnitude Pruning (GMP): Imagine slowly removing the least useful tools from the student’s toolbox over time. You don’t throw everything away at once; you gradually remove the items they rarely use. This forces the student to rely only on the most important connections.
  2. Sparse Evolutionary Training (SET): Imagine the student’s brain is constantly rewiring itself. Every so often, they cut a few weak connections and randomly grow new ones elsewhere. It’s like constantly rearranging the furniture in the house to keep the space fresh and adaptable.

The Experiment: Testing the Minimalist Approach

The team tested these "minimalist" methods against standard, "messy" (dense) AI agents. They used three different types of AI architectures:

  • Shared Backbone: One brain for all tasks (like a generalist).
  • Mixture of Experts (MoE): Different specialists for different tasks.
  • Mixture of Orthogonal Experts (MOORE): Specialists that are forced to be very different from each other to avoid confusion.

They also compared these sparse methods against other techniques designed to keep the brain flexible, like "Resetting" (wiping the slate clean occasionally) or "Layer Normalization" (keeping the brain’s activity balanced).

The Results: Less is More

Here is what they found, translated into everyday terms:

1. The Minimalist Student Learns Better
In most cases, the sparse agents (using GMP or SET) performed better than the dense ones. By removing the clutter, the AI stopped getting confused by too many connections. It became more efficient and adaptable.

2. The Brain Stays "Soft" (Plastic)
The researchers measured "plasticity" by looking at:

  • Dormant Neurons: How many brain cells are sleeping? Sparse methods kept fewer neurons asleep.
  • Effective Rank: How diverse are the ideas the brain is holding? Sparse methods kept the brain’s thoughts diverse and rich, rather than collapsing into a single, boring pattern.
  • Fisher Trace: A measure of how sensitive the brain is to changes. Sparse brains settled into a stable, robust state, rather than being jittery and unstable.

3. It Depends on the Architecture

  • For Generalists (MTPPO) and Specialists (MoE): The minimalist approach worked wonders. It reduced the "dormant" neurons and improved performance.
  • For the Strictly Organized (MOORE): This architecture already has strict rules to keep tasks separate. Adding sparsity didn’t help much and sometimes even hurt performance. It’s like trying to declutter a library that is already perfectly organized; you might accidentally throw away a book you need.

4. Better Than Other Fixes
The sparse methods often outperformed other techniques specifically designed to fix plasticity loss (like "Resetting" or "ReDo"). This suggests that simply keeping the network simple and sparse is a more robust solution than trying to artificially "shock" the system back to life.

5. A Surprise in Complex Tasks
When they tested this on a complex robot control task (MetaWorld), they found that pruning only the part of the brain that decides actions (the Actor), while leaving the part that evaluates rewards (the Critic) fully connected, was the best strategy. It’s like letting the robot’s hands be efficient and focused, while keeping its judgment center fully stocked with information.

The Takeaway

The paper argues that sparsity is a form of implicit regularization. By forcing the AI to use fewer connections, it naturally avoids the pitfalls of overcomplication. It prevents the brain from drying out (plasticity loss) and keeps it adaptable.

However, it’s not a one-size-fits-all solution. It works best for standard multi-task setups but needs careful tuning for highly specialized architectures. The key insight is that simplicity and flexibility go hand-in-hand: by removing the noise, the AI becomes better at learning and adapting to new challenges.

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 →