paper-with-me

Papers

Maintaining Plasticity in Deep Continual Learning

2023-06-23 · Shibhansh Dohare, J. Fernando Hernandez-Garcia, Parash Rahman, A. Rupam Mahmood, Richard S. Sutton

Modern deep-learning systems are specialized to problem settings in which training occurs once and then never again, as opposed to continual-learning settings in which training occurs continually. If deep-learning systems are applied in a continual learning setting, then it is well known that they may fail to remember earlier examples. More fundamental, but less well known, is that they may also lose their ability to learn on new examples, a phenomenon called loss of plasticity. We provide direct demonstrations of loss of plasticity using the MNIST and ImageNet datasets repurposed for continual learning as sequences of tasks. In ImageNet, binary classification performance dropped from 89% accuracy on an early task down to 77%, about the level of a linear network, on the 2000th task. Loss of plasticity occurred with a wide range of deep network architectures, optimizers, activation functions, batch normalization, dropout, but was substantially eased by L2-regularization, particularly when combined with weight perturbation. Further, we introduce a new algorithm -- continual backpropagation -- which slightly modifies conventional backpropagation to reinitialize a small fraction of less-used units after each example and appears to maintain plasticity indefinitely.

📄 PDF Abstract BibTeX arXiv:2306.13812

Code (1)

shibhansh/loss-of-plasticity 공식 구현 pytorch

Tasks

Binary ClassificationContinual LearningL2 Regularization

Methods 이 논문이 사용한 방법론

fail 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Reinitializing weights vs units for maintaining plasticity in neural networks

2025-07-31 · J. Fernando Hernandez-Garcia, Shibhansh Dohare, Jun Luo, Rich S. Sutton arxiv

Loss of plasticity is a phenomenon in which a neural network loses its ability to learn when trained for an extended time on non-stationary data. It is a crucial problem to overcome when designing systems that learn cont…

Maintaining Plasticity in Continual Learning via Regenerative Regularization

2023-08-23 · Saurabh Kumar, Henrik Marklund, Benjamin Van Roy

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…

Continual LearningL2 Regularization

Continual Learning through Networks Splitting and Merging with Dreaming-Meta-Weighted Model Fusion

2023-12-12 · Yi Sun, Xin Xu, Jian Li, Guanglei Xie 외

It's challenging to balance the networks stability and plasticity in continual learning scenarios, considering stability suffers from the update of model and plasticity benefits from it. Existing works usually focus more…

Continual Learning

SPHERE: Mitigating the Loss of Spectral Plasticity in Mixture-of-Experts for Deep Reinforcement Learning

2026-05-06 · Lirui Luo, Guoxi Zhang, Hongming Xu, Cong Fang 외 arxiv

In deep reinforcement learning (DRL), an agent is trained from a stream of experience. In a continual learning setting, such agents can suffer from plasticity loss: their ability to learn new skills from new experiences …

Reinforcement LearningContinual Learning

Continual Learning with Query-Only Attention

2025-10-01 · Gautham Bekal, Ashish Pujari, Scott David Kelly arxiv

Continual learning involves learning from a stream of data without repetition of data points, a scenario that is inherently complex due to distributional shift across tasks. We propose a query-only attention mechanism th…

Continual Learning