MAJul 10

Mosaic: Runtime-Efficient Multi-Agent Embodied Planning

arXiv:2607.0960321.6
Predicted impact top 3% in MA · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and practitioners deploying multi-agent embodied systems, Mosaic addresses the runtime bottleneck that previously made such systems impractical.

Mosaic reduces execution latency in LLM-based multi-agent embodied planning by 27-32% while improving success rates by 4-10% points through efficient state tracking and coordination.

LLM-based multi-agent embodied planning remains impractical due to prohibitively high execution latency. We identify failed actions as the dominant bottleneck, stemming from two core challenges: inaccurate state tracking under partial observability and inefficient coordination that produces redundant or conflicting actions. We introduce Mosaic, a runtime-efficient multi-agent planning framework that addresses both challenges. Mosaic maintains accurate yet lightweight state tracking through agent-centric semantic memory that stores objects in relative coordinates, enabling geometric transformations and coordination. It ensures efficient coordination through Integer Linear Programming that allocates actions at every planning step, enforcing physical feasibility and inter-agent coordination constraints. Across AI2-THOR and search-and-rescue benchmarks, Mosaic achieves 27-32% faster execution, 30-33% fewer LLM calls, 25-31% fewer steps, and 4-10% points higher success rates. These results demonstrate that efficient memory and constraint-guided coordination are critical for scalable, low-latency multi-agent planning.

Foundations

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

Your Notes