Multi-Agent Coordination via Flow Matching

Abstract

This work presents MAC-Flow, a simple yet expressive framework for multi-agent coordination. We argue that requirements of effective coordination are twofold: *(i)* a rich representation of the diverse joint behaviors present in offline data and *(ii)* the ability to act efficiently in real time. However, prior approaches often sacrifice one for the other, *i.e.*, denoising diffusion-based solutions capture complex coordination but are computationally slow, while Gaussian policy-based solutions are fast but brittle in handling multi-agent interaction. MAC-Flow addresses this trade-off by first learning a flow-based representation of joint behaviors, and then distilling it into decentralized one-step policies that preserve coordination while enabling fast execution. Across four different benchmarks, including $12$ environments and $34$ datasets, MAC-Flow alleviates the trade-off between performance and computational cost, specifically achieving about $\boldsymbol{\times14.5}$ faster inference compared to diffusion-based MARL methods, while maintaining good performance. At the same time, its inference speed is similar to that of prior Gaussian policy-based offline MARL methods.

Cite

Text

Lee et al. "Multi-Agent Coordination via Flow Matching." International Conference on Learning Representations, 2026.

Markdown

[Lee et al. "Multi-Agent Coordination via Flow Matching." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/lee2026iclr-multiagent/)

BibTeX

@inproceedings{lee2026iclr-multiagent,
  title     = {{Multi-Agent Coordination via Flow Matching}},
  author    = {Lee, Dongsu and Lee, Daehee and Zhang, Amy},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/lee2026iclr-multiagent/}
}