COMBO: Compositional World Models for Embodied Multi-Agent Cooperation
Hongxin Zhang, Zeyuan Wang, Qiushi Lyu, Zheyuan Zhang, Sunli Chen, Tianmin Shu, Behzad Dariush, Kwonjoon Lee, Yilun Du, Chuang Gan
TL;DR
COMBO tackles embodied multi-agent cooperation under partial observability by learning a compositional diffusion-based world model that factors joint actions into per-agent components and composes their effects on future frames. It integrates this world model with Vision-Language planning submodules (Action Proposer, Intent Tracker, Outcome Evaluator) and a tree-search planner to enable online cooperative planning. The approach reconstructs a global world state from egocentric views, then imagines action outcomes to guide long-horizon coordination, achieving strong performance on TDW-based benchmarks and generalizing to different agent counts. The results highlight the value of compositional dynamics and VLM-based planning for scalable, cooperative embodied AI, while pointing to efficiency improvements for real-time deployment.
Abstract
In this paper, we investigate the problem of embodied multi-agent cooperation, where decentralized agents must cooperate given only egocentric views of the world. To effectively plan in this setting, in contrast to learning world dynamics in a single-agent scenario, we must simulate world dynamics conditioned on an arbitrary number of agents' actions given only partial egocentric visual observations of the world. To address this issue of partial observability, we first train generative models to estimate the overall world state given partial egocentric observations. To enable accurate simulation of multiple sets of actions on this world state, we then propose to learn a compositional world model for multi-agent cooperation by factorizing the naturally composable joint actions of multiple agents and compositionally generating the video conditioned on the world state. By leveraging this compositional world model, in combination with Vision Language Models to infer the actions of other agents, we can use a tree search procedure to integrate these modules and facilitate online cooperative planning. We evaluate our methods on three challenging benchmarks with 2-4 agents. The results show our compositional world model is effective and the framework enables the embodied agents to cooperate efficiently with different agents across various tasks and an arbitrary number of agents, showing the promising future of our proposed methods. More videos can be found at https://umass-embodied-agi.github.io/COMBO/.
