paper-with-me

Papers

Parseval Regularization for Continual Reinforcement Learning

2024-12-10 · Wesley Chung, Lynn Cherif, David Meger, Doina Precup

Loss of plasticity, trainability loss, and primacy bias have been identified as issues arising when training deep neural networks on sequences of tasks -- all referring to the increased difficulty in training on new tasks. We propose to use Parseval regularization, which maintains orthogonality of weight matrices, to preserve useful optimization properties and improve training in a continual reinforcement learning setting. We show that it provides significant benefits to RL agents on a suite of gridworld, CARL and MetaWorld tasks. We conduct comprehensive ablations to identify the source of its benefits and investigate the effect of certain metrics associated to network trainability including weight matrix rank, weight norms and policy entropy.

📄 PDF Abstract BibTeX arXiv:2412.07224

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

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

Parseval Networks: Improving Robustness to Adversarial Examples

2017-04-28 · ICML 2017 8 · Moustapha Cisse, Piotr Bojanowski, Edouard Grave, Yann Dauphin 외

We introduce Parseval networks, a form of deep neural networks in which the Lipschitz constant of linear, convolutional and aggregation layers is constrained to be smaller than 1. Parseval networks are empirically and th…

Regularization Shortcomings for Continual Learning

2019-12-06 · Timothée Lesort, Andrei Stoian, David Filliat

In most machine learning algorithms, training data is assumed to be independent and identically distributed (iid). When it is not the case, the algorithm's performances are challenged, leading to the famous phenomenon of…

Continual LearningMulti-Task Learning

Learning Continually by Spectral Regularization

2024-06-10 · Alex Lewandowski, Michał Bortkiewicz, Saurabh Kumar, András György 외

Loss of plasticity is a phenomenon where neural networks can become more difficult to train over the course of learning. Continual learning algorithms seek to mitigate this effect by sustaining good performance while mai…

Continual LearningDiversity

Continual Learning with Node-Importance based Adaptive Group Sparse Regularization

2020-03-30 · NeurIPS 2020 12 · Sangwon Jung, Hongjoon Ahn, Sungmin Cha, Taesup Moon

We propose a novel regularization-based continual learning method, dubbed as Adaptive Group Sparsity based Continual Learning (AGS-CL), using two group sparsity-based penalties. Our method selectively employs the two pen…

Continual LearningReinforcement Learning