paper-with-me

Papers

Continual Task Allocation in Meta-Policy Network via Sparse Prompting

2023-05-29 · Yijun Yang, Tianyi Zhou, Jing Jiang, Guodong Long, Yuhui Shi

How to train a generalizable meta-policy by continually learning a sequence of tasks? It is a natural human skill yet challenging to achieve by current reinforcement learning: the agent is expected to quickly adapt to new tasks (plasticity) meanwhile retaining the common knowledge from previous tasks (stability). We address it by "Continual Task Allocation via Sparse Prompting (CoTASP)", which learns over-complete dictionaries to produce sparse masks as prompts extracting a sub-network for each task from a meta-policy network. CoTASP trains a policy for each task by optimizing the prompts and the sub-network weights alternatively. The dictionary is then updated to align the optimized prompts with tasks' embedding, thereby capturing tasks' semantic correlations. Hence, relevant tasks share more neurons in the meta-policy network due to similar prompts while cross-task interference causing forgetting is effectively restrained. Given a meta-policy and dictionaries trained on previous tasks, new task adaptation reduces to highly efficient sparse prompting and sub-network finetuning. In experiments, CoTASP achieves a promising plasticity-stability trade-off without storing or replaying any past tasks' experiences. It outperforms existing continual and multi-task RL methods on all seen tasks, forgetting reduction, and generalization to unseen tasks.

📄 PDF Abstract BibTeX arXiv:2305.18444

Code (1)

stevenyangyj/cotasp 공식 구현 jax

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CoMPS: Continual Meta Policy Search

2021-12-08 · ICLR 2022 4 · Glen Berseth, Zhiwei Zhang, Grace Zhang, Chelsea Finn 외

We develop a new continual meta-learning method to address challenges in sequential multi-task learning. In this setting, the agent's goal is to achieve high reward over any sequence of tasks quickly. Prior meta-reinforc…

Continual Learningcontinuous-controlContinuous ControlMeta-Learning+5

Mastering Continual Reinforcement Learning through Fine-Grained Sparse Network Allocation and Dormant Neuron Exploration

2025-03-07 · Chengqi Zheng, Haiyan Yin, Jianda Chen, Terence Ng 외

Continual Reinforcement Learning (CRL) is essential for developing agents that can learn, adapt, and accumulate knowledge over time. However, a fundamental challenge persists as agents must strike a delicate balance betw…

Attention-based QoE-aware Digital Twin Empowered Edge Computing for Immersive Virtual Reality

2023-05-15 · Jiadong Yu, Ahmad Alhilal, Tailin Zhou, Pan Hui 외

Metaverse applications such as virtual reality (VR) content streaming, require optimal resource allocation strategies for mobile edge computing (MEC) to ensure a high-quality user experience. In contrast to online reinfo…

Continual LearningEdge-computingFairnessReinforcement Learning (RL)

Neural Subspace Reallocation: Continual Learning as Retrieval-Based Subspace Memory Management

2026-06-29 · Byeong Hoon Yoon arxiv

We introduce Neural Subspace Reallocation (NSR), which reframes continual learning as memory management over parameter subspaces. Instead of treating Low-Rank Adaptation (LoRA) modules as disposable per-task adapters, NS…

Continual Learning

Follow The Approximate Sparse Leader for No-Regret Online Sparse Linear Approximation

2025-01-01 · Samrat Mukhopadhyay, Debasmita Mukherjee

We consider the problem of \textit{online sparse linear approximation}, where one predicts the best sparse approximation of a sequence of measurements in terms of linear combination of columns of a given measurement matr…