paper-with-me

Papers

Mitigating Plasticity Loss in Continual Reinforcement Learning by Reducing Churn

2025-05-31 · Hongyao Tang, Johan Obando-Ceron, Pablo Samuel Castro, Aaron Courville, Glen Berseth

Plasticity, or the ability of an agent to adapt to new tasks, environments, or distributions, is crucial for continual learning. In this paper, we study the loss of plasticity in deep continual RL from the lens of churn: network output variability for out-of-batch data induced by mini-batch training. We demonstrate that (1) the loss of plasticity is accompanied by the exacerbation of churn due to the gradual rank decrease of the Neural Tangent Kernel (NTK) matrix; (2) reducing churn helps prevent rank collapse and adjusts the step size of regular RL gradients adaptively. Moreover, we introduce Continual Churn Approximated Reduction (C-CHAIN) and demonstrate it improves learning performance and outperforms baselines in a diverse range of continual learning environments on OpenAI Gym Control, ProcGen, DeepMind Control Suite, and MinAtar benchmarks.

📄 PDF Abstract BibTeX arXiv:2506.00592

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningOpenAI Gym

Similar Papers 제목 키워드 기반

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

Activation Function Design Sustains Plasticity in Continual Learning

2025-09-26 · Lute Lillo, Nick Cheney arxiv

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 learn…

Reinforcement LearningContinual Learning

Preserving Plasticity in Continual Learning with Adaptive Linearity Injection

2025-05-14 · Seyed Roozbeh Razavi Rohani, Khashayar Khajavi, Wesley Chung, Mo Chen 외

Loss of plasticity in deep neural networks is the gradual reduction in a model's capacity to incrementally learn and has been identified as a key obstacle to learning in non-stationary problem settings. Recent work has s…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1

Forager: a lightweight testbed for continual learning with partial observability in RL

2026-05-01 · Steven Tang, Xinze Xiong, Anna Hakhverdyan, Andrew Patterson 외 arxiv

In continual reinforcement learning (CRL), good performance requires never-ending learning, acting, and exploration in a big, partially observable world. Most CRL experiments have focused on loss of plasticity -- the ina…

Reinforcement LearningContinual Learning

A Study of Plasticity Loss in On-Policy Deep Reinforcement Learning

2024-05-29 · Arthur Juliani, Jordan T. Ash

Continual learning with deep neural networks presents challenges distinct from both the fixed-dataset and convex continual learning regimes. One such challenge is plasticity loss, wherein a neural network trained in an o…

Continual LearningDeep Reinforcement LearningMontezuma's RevengeReinforcement Learning (RL)