LGNEApr 29

Learning to Forget: Continual Learning with Adaptive Weight Decay

arXiv:2604.2706343.1
AI Analysis

For continual learning agents with finite capacity, FADE provides a principled method for controlled forgetting, improving performance over fixed weight decay.

FADE adapts per-parameter weight decay rates online via meta-gradient descent, improving continual learning by automatically discovering distinct decay rates for different parameters. It consistently outperforms fixed weight decay across online tracking and streaming classification problems.

Continual learning agents with finite capacity must balance acquiring new knowledge with retaining the old. This requires controlled forgetting of knowledge that is no longer needed, freeing up capacity to learn. Weight decay, viewed as a mechanism for forgetting, can serve this role by gradually discarding information stored in the weights. However, a fixed scalar weight decay drives this forgetting uniformly over time and uniformly across all parameters, even when some encode stable knowledge while others track rapidly changing targets. We introduce Forgetting through Adaptive Decay (FADE), which adapts per-parameter weight decay rates online via approximate meta-gradient descent. We derive FADE for the online linear setting and apply it to the final layer of neural networks. Our empirical analysis shows that FADE automatically discovers distinct decay rates for different parameters, complements step-size adaptation, and consistently improves over fixed weight decay across online tracking and streaming classification problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes