paper-with-me

Papers

Neuron-level Balance between Stability and Plasticity in Deep Reinforcement Learning

2025-04-09 · Jiahua Lan, Sen Zhang, Haixia Pan, Ruijun Liu, Li Shen, DaCheng Tao

In contrast to the human ability to continuously acquire knowledge, agents struggle with the stability-plasticity dilemma in deep reinforcement learning (DRL), which refers to the trade-off between retaining existing skills (stability) and learning new knowledge (plasticity). Current methods focus on balancing these two aspects at the network level, lacking sufficient differentiation and fine-grained control of individual neurons. To overcome this limitation, we propose Neuron-level Balance between Stability and Plasticity (NBSP) method, by taking inspiration from the observation that specific neurons are strongly relevant to task-relevant skills. Specifically, NBSP first (1) defines and identifies RL skill neurons that are crucial for knowledge retention through a goal-oriented method, and then (2) introduces a framework by employing gradient masking and experience replay techniques targeting these neurons to preserve the encoded existing skills while enabling adaptation to new tasks. Numerous experimental results on the Meta-World and Atari benchmarks demonstrate that NBSP significantly outperforms existing approaches in balancing stability and plasticity.

📄 PDF Abstract BibTeX arXiv:2504.08000

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Rethinking the Stability-Plasticity Trade-off in Continual Learning from an Architectural Perspective

2025-06-04 · Aojun Lu, Hangjie Yuan, Tao Feng, Yanan sun

The quest for Continual Learning (CL) seeks to empower neural networks with the ability to learn and adapt incrementally. Central to this pursuit is addressing the stability-plasticity dilemma, which involves striking a …

Continual Learning

Mean-field approximation for networks with synchrony-driven adaptive coupling

2024-07-31 · Niamh Fennelly, Alannah Neff, Renaud Lambiotte, Andrew Keane 외

Synaptic plasticity is a key component of neuronal dynamics, describing the process by which the connections between neurons change in response to experiences. In this study, we extend a network model of $\theta$-neuron …

Learning a Low-Rank Feature Representation: Achieving Better Trade-Off between Stability and Plasticity in Continual Learning

2023-12-14 · Zhenrong Liu, Yang Li, Yi Gong, Yik-Chung Wu

In continual learning, networks confront a trade-off between stability and plasticity when trained on a sequence of tasks. To bolster plasticity without sacrificing stability, we propose a novel training algorithm called…

Continual Learning

Adaptive Aggregation Networks for Class-Incremental Learning

2020-10-10 · CVPR 2021 1 · Yaoyao Liu, Bernt Schiele, Qianru Sun

Class-Incremental Learning (CIL) aims to learn a classification model with the number of classes increasing phase-by-phase. An inherent problem in CIL is the stability-plasticity dilemma between the learning of old and n…

class-incremental learningClass Incremental LearningIncremental Learning

Stable Lifelong Learning: Spiking neurons as a solution to instability in plastic neural networks

2021-11-07 · Samuel Schmidgall, Joe Hays

Synaptic plasticity poses itself as a powerful method of self-regulated unsupervised learning in neural networks. A recent resurgence of interest has developed in utilizing Artificial Neural Networks (ANNs) together with…

Lifelong learning