AIMay 2

CoFlow: Coordinated Few-Step Flow for Offline Multi-Agent Decision Making

arXiv:2605.0145774.8h-index: 3Has Code
Predicted impact top 43% in AI · last 90 daysOriginality Highly original
AI Analysis

For multi-agent reinforcement learning, CoFlow eliminates the trade-off between few-step inference and inter-agent coordination, enabling efficient single-pass generation without sacrificing coordination.

CoFlow achieves state-of-the-art coordination quality in offline multi-agent reinforcement learning using only 1-3 denoising steps, matching or surpassing baselines across 60 configurations in MPE, MA-MuJoCo, and SMAC.

Generative models have emerged as a major paradigm for offline multi-agent reinforcement learning (MARL), but existing approaches require many iterative sampling steps. Recent few-step accelerations either distill a joint teacher into independent students or apply averaged velocities independently per agent, suggesting that few-step inference requires sacrificing inter-agent coordination. We show this trade-off is not necessary: single-pass multi-agent generation can preserve coordination when the velocity field is natively joint-coupled. We propose Coordinated few-step Flow (CoFlow), an architecture that combines Coordinated Velocity Attention (CVA) with Adaptive Coordination Gating. A finite-difference consistency surrogate further replaces memory-prohibitive Jacobian-vector product backpropagation through the averaged velocity field with two stop-gradient forward passes. Across 60 configurations spanning MPE, MA-MuJoCo, and SMAC, CoFlow matches or surpasses Gaussian / value-based, transformer, diffusion, and prior flow baselines on episodic return. Three independent coordination probes confirm that the gains flow through inter-agent coordination rather than per-agent capacity. A denoising-step sweep shows that single-pass inference suffices on every configuration. CoFlow reaches state-of-the-art coordination quality in 1-3 denoising steps under both centralized and decentralized execution. Project page: https://github.com/Guowei-Zou/coflow.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes