Continual Task Allocation in Meta-Policy Network via Sparse Prompting
Yijun Yang, Tianyi Zhou, Jing Jiang, Guodong Long, Yuhui Shi

TL;DR
This paper introduces CoTASP, a method for continual learning in reinforcement learning that uses sparse prompts and sub-networks to adapt to new tasks efficiently while retaining previous knowledge, without replaying past experiences.
Contribution
It proposes a novel sparse prompting approach with over-complete dictionaries for effective task-specific sub-network extraction in meta-policy networks.
Findings
Outperforms existing methods on all seen tasks.
Reduces forgetting effectively.
Generalizes well to unseen tasks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Human Pose and Action Recognition
MethodsALIGN
