Activation Function Design Sustains Plasticity in Continual Learning
Lute Lillo, Nick Cheney
TL;DR
This work tackles loss of plasticity in continual learning by highlighting activation function geometry as a fundamental, domain-general lever. It introduces Smooth-Leaky and Randomized Smooth-Leaky, drop-in nonlinearities that preserve a non-zero derivative floor and exhibit a $C^1$ transition, and demonstrates their effectiveness in both continual supervised benchmarks and non-stationary reinforcement learning. Through a property-level analysis of negative-slope behavior and saturation, plus a desaturation stress protocol, the authors show that careful activation design sustains adaptation to shifting distributions without increasing capacity. The study also provides robust diagnostic metrics, including a Plasticity Score and Generalization Gap, to quantify trainability versus transfer. Collectively, the results argue that activation-function design offers a lightweight, domain-general path to mitigate plasticity loss across tasks and environments, informing future hardware and algorithmic choices for continual learning.
Abstract
In independent, identically distributed (i.i.d.) training regimes, activation functions have been benchmarked extensively, and their differences often shrink once model size and optimization are tuned. In continual learning, however, the picture is different: beyond catastrophic forgetting, models can progressively lose the ability to adapt (referred to as loss of plasticity) and the role of the non-linearity in this failure mode remains underexplored. We show that activation choice is a primary, architecture-agnostic lever for mitigating plasticity loss. Building on a property-level analysis of negative-branch shape and saturation behavior, we introduce two drop-in nonlinearities (Smooth-Leaky and Randomized Smooth-Leaky) and evaluate them in two complementary settings: (i) supervised class-incremental benchmarks and (ii) reinforcement learning with non-stationary MuJoCo environments designed to induce controlled distribution and dynamics shifts. We also provide a simple stress protocol and diagnostics that link the shape of the activation to the adaptation under change. The takeaway is straightforward: thoughtful activation design offers a lightweight, domain-general way to sustain plasticity in continual learning without extra capacity or task-specific tuning.
