MTRL-CG: Multi-Task Reinforcement Learning Method with Spectral Clustering-Based Task Grouping
Teng Zhang, Yilong Yin, Haoliang Sun, Wenjia Meng
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:40:59 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/mtrl-cg-multi-task-reinforcement-learning-method-with-spectr.pdf
Summary
This paper introduces MTRL-CG, a multi-task reinforcement learning (RL) method that addresses the negative interference issue in multi-task RL by grouping related tasks and separating conflicting ones. The core idea is to quantify inter-task affinity using gradient updates within a shared model, construct an affinity matrix, and then apply spectral clustering to partition tasks into groups. Each task group is subsequently trained with a dedicated policy network, built upon the Soft Actor-Critic (SAC) algorithm, to enable focused learning and mitigate interference. Extensive experiments on the Meta-World benchmark demonstrate that MTRL-CG consistently improves the overall performance of various state-of-the-art multi-task RL methods.
Problem
Existing multi-task RL methods face several bottlenecks:
- Negative Interference: They often adopt a fully shared policy across all tasks without explicitly distinguishing between related and conflicting ones. This leads to updates beneficial to one task adversely affecting others.