Maintaining Plasticity in Continual Learning via Regenerative Regularization
Saurabh Kumar, Henrik Marklund, Benjamin Van Roy
TL;DR
Plasticity loss in continual learning impedes rapid adaptation to new tasks under non-stationary data. The authors propose L2 Init, a regenerative regularization toward initial parameters, integrated into the loss as $L_reg(\theta) = L_{train}(\theta) + lambda * ||\theta - \theta_0||^2$, which is simple to implement and requires a single hyper-parameter. Empirical results across five continual supervised learning benchmarks show L2 Init consistently preserves plasticity, often matching or exceeding resetting and architectural baselines, while maintaining higher feature rank than standard L2 regularization. Ablation studies reveal emphasizing the fixed initial parameters is key, and the approach remains robust to wider networks and different initialization schemes. The work suggests a practical, low-complexity option for sustaining adaptability in non-stationary settings and motivates extensions to RL and forgetting-plasticity trade-offs.
Abstract
In continual learning, plasticity refers to the ability of an agent to quickly adapt to new information. Neural networks are known to lose plasticity when processing non-stationary data streams. In this paper, we propose L2 Init, a simple approach for maintaining plasticity by incorporating in the loss function L2 regularization toward initial parameters. This is very similar to standard L2 regularization (L2), the only difference being that L2 regularizes toward the origin. L2 Init is simple to implement and requires selecting only a single hyper-parameter. The motivation for this method is the same as that of methods that reset neurons or parameter values. Intuitively, when recent losses are insensitive to particular parameters, these parameters should drift toward their initial values. This prepares parameters to adapt quickly to new tasks. On problems representative of different types of nonstationarity in continual supervised learning, we demonstrate that L2 Init most consistently mitigates plasticity loss compared to previously proposed approaches.
