LGFeb 29, 2024

Disentangling the Causes of Plasticity Loss in Neural Networks

DeepMind
arXiv:2402.18762v180 citationsh-index: 75CoLLAs
Originality Incremental advance
AI Analysis

This addresses the instability issue in deep reinforcement learning and other nonstationary settings, which is incremental as it builds on prior analyses and solutions.

The paper tackles the problem of plasticity loss in neural networks under nonstationary data distributions, showing that it can be decomposed into multiple independent mechanisms and that combining interventions like layer normalization and weight decay results in highly robust learning algorithms, with effectiveness demonstrated on synthetic tasks and reinforcement learning in the Arcade Learning Environment.

Underpinning the past decades of work on the design, initialization, and optimization of neural networks is a seemingly innocuous assumption: that the network is trained on a \textit{stationary} data distribution. In settings where this assumption is violated, e.g.\ deep reinforcement learning, learning algorithms become unstable and brittle with respect to hyperparameters and even random seeds. One factor driving this instability is the loss of plasticity, meaning that updating the network's predictions in response to new information becomes more difficult as training progresses. While many recent works provide analyses and partial solutions to this phenomenon, a fundamental question remains unanswered: to what extent do known mechanisms of plasticity loss overlap, and how can mitigation strategies be combined to best maintain the trainability of a network? This paper addresses these questions, showing that loss of plasticity can be decomposed into multiple independent mechanisms and that, while intervening on any single mechanism is insufficient to avoid the loss of plasticity in all cases, intervening on multiple mechanisms in conjunction results in highly robust learning algorithms. We show that a combination of layer normalization and weight decay is highly effective at maintaining plasticity in a variety of synthetic nonstationary learning tasks, and further demonstrate its effectiveness on naturally arising nonstationarities, including reinforcement learning in the Arcade Learning Environment.

Foundations

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

Your Notes