AAMAS Conference 2026 Conference Paper
Boosting Offline MARL under Imbalanced Datasets via Compositional Diffusion Models
- Lihe Li
- Shenghe Hu
- Bingxuan Lan
- Yuqi Bian
- Huan ZHang
- Zhao Ming
- Chongjie Zhang
- Lei Yuan
Offline multi-agent reinforcement learning (MARL) is hampered by agent-quality imbalance in datasets, where the entanglement of expert and suboptimal behaviors from heterogeneous behavior policies inhibits effective policy learning. Conventional offline MARL methods overfit to these suboptimal behaviors, leading to significant performance degradation. A promising solution is data augmentationusinggenerativemodelslikediffusionmodel, which cangeneratebalanced, high-qualitytrajectoriestoenrichthedataset. However, existing methods usually adopt a standard diffusion process, conditioning generation solely on team-level signals such as globalreturn. Thiscoarseguidancelacksactive, fine-grained, agentlevelcontrol, limitingthediffusionmodel’sabilitytoproducehighquality cooperative behaviors that generalize beyond the dataset. Toaddressthis, weproposeCompositionalDiffusionforImbalanced Datasets (CODI), a novel framework that leverages large language models (LLMs) and diffusion models to generate balanced, highqualitytrajectories. CODIfirstdistillsanagentqualitylabelerfrom anLLMtoannotatethedataset. Itthenemploysaconditionaldiffusion model that generates trajectory segments based on not only return-to-go but also fine-grained agent quality labels. Crucially, This work is licensed under a Creative Commons Attribution International 4. 0 License. Proc. of the 25th International Conference on Autonomous Agents and Multiagent Systems (AAMAS 2026), C. Amato, L. Dennis, V. Mascardi, J. Thangarajah (eds.), May 25 – 29, 2026, Paphos, Cyprus. © 2026 International Foundation for Autonomous Agents and Multiagent Systems (www. ifaamas. org). https: //doi. org/10. 65109/WOLI7576 to effective compose scattered high-quality behaviors and enable generalization, CODI decomposes the target team quality into indistribution agent-level labels for compositional diffusion generation. Thesegeneratedsegmentsaresubsequentlystitchedintocomplete trajectories, augmenting the dataset. Extensiveevaluationon challenging imbalanced datasets, where only a single agent is an expert, showsthatCODIsuccessfullymitigatesdataimbalanceand facilitates the learning of strong cooperative policies, recovering 63% of the performance achieved with a balanced expert dataset and substantially outperforming baseline methods.