IEEE/RSJ International Conference on
Intelligent Robots and Systems
IROS 2026 · Pittsburgh

Distilling Collaborative Dynamics into Latent Space for Implicit Coordination in Decentralized Multi-Agent Manipulation

CLS-DP — a Collaborative Latent Space–conditioned Diffusion Policy that enables implicit coordination among multiple arms under partial observability, without shared views, global state, or communication.

School of Computing, KAIST
Corresponding author
CLS-DP overview
Overview. Under the centralized-training, decentralized-execution (CTDE) paradigm, CLS-DP distills privileged multi-agent dynamics into a latent space during training. At deployment, each agent infers a collaborative latent from its local RGB observation and a shared task instruction, then conditions its diffusion denoising process on this latent — achieving implicit coordination at a per-agent cost independent of team size.

Abstract

Multi-arm manipulation demands precise spatiotemporal coordination, yet many centralized approaches scale poorly as team size increases. To address this, we propose CLS-DP, a decentralized multi-agent framework that enables implicit coordination under partial observability without shared global views, explicit state information, or inter-agent communication.

Under the centralized training and decentralized execution (CTDE) paradigm, CLS-DP distills privileged multi-agent dynamics into a latent space. At deployment, each agent infers a collaborative latent from its local RGB observation and a shared task instruction; it then conditions the diffusion denoising process on this latent. This design enables implicit coordination with a per-agent cost independent of team size.

Across six RoboFactory benchmark tasks spanning two to four agents, CLS-DP achieves a 38% mean success rate, outperforming the best centralized baseline (20%) and a decentralized ablation without the collaborative latent (9%). It also maintains superior parameter efficiency across all agent configurations. Attribution maps show that an agent conditioned on the collaborative latent places high attribution on the joints and grippers of both itself and its teammates throughout execution, suggesting that the learned latent efficiently encodes collaborative dynamics from local observation.

Key Contributions

01

Collaborative Latent Space

A CVAE-based contextualizer distills privileged multi-agent joint trajectories into an observation-conditioned latent that captures prospective collaborative dynamics.

02

Truly Decentralized

At inference, each agent acts from only its local RGB view and a shared instruction — no global views, no explicit state, no communication.

03

Scalable by Design

Per-agent computational cost stays constant as team size grows, yielding the best success-rate-per-parameter across 2–4 agents.

Video

Method

CLS-DP architecture
CLS-DP architecture. A dual-module design under CTDE. (Contextualizer) A CVAE infers a coordination-aware latent; its posterior encodes privileged future joint trajectories of all agents, and a KL term distills this into an observation-conditioned prior so the prior alone suffices at deployment. (Action-Expert) A diffusion policy denoises an action sequence conditioned on this latent via cross-attention, with local observation/proprioception injected through FiLM layers.

Training proceeds in two stages. Stage 1 trains the contextualizer with privileged multi-agent information: a multi-agent kinematics encoder forms a residual posterior from future joint trajectories, and a decoder reconstructs those trajectories from only the agent's own state plus the latent — verifying that the latent truly carries teammates' dynamics. Stage 2 freezes the contextualizer and trains a per-agent diffusion action-expert conditioned on the latent sampled from the prior. At deployment, each agent samples its collaborative latent from local observation and runs the reverse denoising process — instantiating a decentralized policy as the marginal over the latent.

Results

Average success rate (%) across six RoboFactory tasks over 100 unseen episodes. CLS-DP nearly doubles the best centralized baseline while remaining fully decentralized.

Method Lift
Barrier
Place
Food
Stack
Cube (2)
Camera
Align.
Stack
Cube (3)
Take
Photo
Total
Centralized Policies
DP91263005
LargeDP60124290018
2D Dense Policy3200092
DP3 (XYZ)3021130911
DP3 (XYZ+RGB)312511801114
3D Dense Policy281800079
Global GauDP72152260320
Decentralized Policies
Local GauDP312015025
Ours w/o CLS145147839
CLS-DP (Ours)6143395520838
Bold marks the best per column. CLS-DP is the only method to reach non-trivial performance on the hardest Three Robots Stack Cube task (20%), and the large gap over Ours w/o CLS (9%) isolates the contribution of the collaborative latent.

Parameter Efficiency

Success rate (%) per parameter count (M) — higher is better. CLS-DP dominates across all team sizes.

Method2 Agents3 Agents4 Agents
DP0.06930.00920.0000
LargeDP0.03510.01520.0000
GauDP-G0.03950.01660.0037
GauDP0.00680.00350.0009
CLS-DP+K (Ours)0.20130.11240.0186
CLS-DP (Ours)0.20560.11480.0190

What Does the Latent Learn?

Integrated Gradients attribution maps
Attribution analysis via Integrated Gradients. (Top) Conditioned on the collaborative latent, CLS-DP shifts attribution not only to its own joints and gripper but also to those of teammates as execution progresses, completing the task. (Bottom) Without the latent, attribution stays sparse and egocentric, failing to track teammates — leading to a misaligned, dropped camera and a missed grab.
Cross-attention weights per task
Cross-modal grounding. Cross-attention weights between text instructions and image observations in the contextualizer. Both modalities contribute across all tasks; reliance on text is consistently slightly higher for role-asymmetric and sequential tasks (e.g., Place Food), while camera tasks approach near-parity as they depend more on visual feedback.

Coordination Failures Resolved

Without the collaborative latent, decentralized agents exhibit distinct coordination breakdowns. CLS-DP conditioned on the collaborative latent successfully resolves each.

Failure case 1
Failure ① — Object drop from unsynchronized lifting.
Failure case 2
Failure ② — Inter-agent collision from violated sequential dependencies.
Failure case 3
Failure ③ — Backward tilt from imbalanced asymmetric lifting.

BibTeX

@inproceedings{park2026clsdp,
  title     = {Distilling Collaborative Dynamics into Latent Space for Implicit
               Coordination in Decentralized Multi-Agent Manipulation},
  author    = {Park, Chanyoung and Yoon, Minsung and Jeong, Andrew and Yoon, Sung-eui},
  booktitle = {IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  year      = {2026}
}