Papers
Topics
Authors
Recent
Search
2000 character limit reached

Advancing Multi-Robot Networks via MLLM-Driven Sensing, Communication, and Computation: A Comprehensive Survey

Published 31 Mar 2026 in cs.RO, eess.SP, and eess.SY | (2604.00061v1)

Abstract: Imagine advanced humanoid robots, powered by multimodal LLMs (MLLMs), coordinating missions across industries like warehouse logistics, manufacturing, and safety rescue. While individual robots show local autonomy, realistic tasks demand coordination among multiple agents sharing vast streams of sensor data. Communication is indispensable, yet transmitting comprehensive data can overwhelm networks, especially when a system-level orchestrator or cloud-based MLLM fuses multimodal inputs for route planning or anomaly detection. These tasks are often initiated by high-level natural language instructions. This intent serves as a filter for resource optimization: by understanding the goal via MLLMs, the system can selectively activate relevant sensing modalities, dynamically allocate bandwidth, and determine computation placement. Thus, R2X is fundamentally an intent-to-resource orchestration problem where sensing, communication, and computation are jointly optimized to maximize task-level success under resource constraints. This survey examines how integrated design paves the way for multi-robot coordination under MLLM guidance. We review state-of-the-art sensing modalities, communication strategies, and computing approaches, highlighting how reasoning is split between on-device models and powerful edge/cloud servers. We present four end-to-end demonstrations (sense -> communicate -> compute -> act): (i) digital-twin warehouse navigation with predictive link context, (ii) mobility-driven proactive MCS control, (iii) a FollowMe robot with a semantic-sensing switch, and (iv) real-hardware open-vocabulary trash sorting via edge-assisted MLLM grounding. We emphasize system-level metrics -- payload, latency, and success -- to show why R2X orchestration outperforms purely on-device baselines.

Summary

  • The paper presents a unified R2X paradigm leveraging MLLMs to drive task-aware sensing, adaptive communication, and hierarchical computation.
  • It details robust architectures with demonstrable benefits, including >20% task completion time reduction and sub-1.1s loop latency in digital-twin warehouse navigation.
  • The survey sets a roadmap for future research addressing challenges in semantic compression, mixed-criticality protocols, and dynamic offloading strategies.

Multimodal LLMs for Holistic Multi-Robot Network Orchestration

Introduction and Motivation

This survey provides a systematic and technically rigorous treatment of the robot-to-everything (R2X) paradigm, addressing the integration of sensing, communication, and computation infrastructures for large-scale, multi-robot systems empowered by multimodal LLMs (MLLMs) (2604.00061). The analysis is motivated by emerging industrial, service, and public deployment scenarios, where local autonomy is insufficient and collective, intent-driven orchestration becomes mandatory for robust and efficient operation.

The authors highlight that traditional paradigms—M2M, V2X, URLLC, and “plain” robot collaboration—are insufficient when considered in isolation, as none spans all layers from physical wireless protocols to high-level, language-grounded, multi-robot planning. R2X, in contrast, unifies: (i) task-aware multimodal sensing; (ii) adaptive, semantic- and priority-aware communications; (iii) hierarchical, distributed-to-centralized computation; and (iv) orchestration via an intent-to-resource mapping using MLLMs.

Figure 1

Figure 1: A scenario comparing individually planned robot routes versus communication-based multi-robot collaboration. Bandwidth-adaptive communication outperforms isolated autonomy conditional on communication and compute delays being less than waiting/collision times.

Foundations: MLLM-Based Cognitive Stack for R2X

A detailed MLLM architecture is developed: modality-specific encoders (e.g., CNN/ViT for vision, linear projections for structured data), modality connectors (cross-attention, Q-formers), and a LLM core acting as the central cognitive processor, producing output in both textual and actionable formats. The training recipe is a three-stage pipeline: large-scale paired pretraining for multimodal alignment, instruction tuning for zero-shot task generalization, and alignment tuning (often via RLHF) for response quality control.

Figure 2

Figure 3: Common block diagram of MLLMs, including modality encoders, connectors, and a language-driven core.

A taxonomy of R2X communication is presented, covering not only robot-to-robot (R2R), but also robot-to-human (R2H), robot-to-infrastructure (R2I), robot-to-vehicle (R2V), and robot-to-device (R2D) communication modes, each linked to specific protocols, traffic classes, and QoS requirements.

Figure 4

Figure 2: Taxonomy of R2X communications encompassing R2R, R2H, R2I, R2V, and R2D modalities.

Integrated System Stack: Sensing, Communications, and Computation

Sensing

The framework supports a hierarchy of multimodal sensors: vision (cameras), LiDAR, radar, IMU, ultrasonic, tactile, and auditory, with substantial detail on the technical trade-offs in resolution, range, and volume. The architecture emphasizes extracting task-relevant semantic features (e.g., via vector quantization or deep encoding) with quantized representations, achieving compression ratios up to 1024:11024{:}1 versus raw images, yielding <<10 KB per update for typical visual streams.

Communications

The communication layer is designed around ultra-reliable low-latency communication (URLLC) primitives. Communication adaptivity is realized using real-time semantic payload switching, edge/cloud offloading, predictive MCS (modulation and coding scheme) allocation, and fairness policies aware of mission-criticality and deadlines.

Computation

A hybrid, hierarchical computing model underpins the system: on-device inference ensures sub-10 ms reflexes; edge servers manage medium-latency, high-bandwidth tasks (out-of-FOV perception, path-planning); and cloud servers handle large-scale, history-augmented, and cross-site optimization (multi-robot scheduling, continual learning). Dynamic partitioning, guided by the orchestrator, determines offloading strategies, cognizant of queueing, bandwidth, and energy.

System-Level Orchestration: End-to-End Demonstrations

Four closed-loop demonstrations exemplify the orchestration logic:

Demo I: Digital-Twin Warehouse Navigation

R2X orchestration combining semantic compression, predictive link-quality awareness, and server-directed path replanning reduces task completion times by up to >20%>20\%, with sub-1.1s end-to-end loop latency and continuous motion under tight collision-avoidance and comms constraints.

Figure 5

Figure 4: End-to-end architecture of warehouse navigation orchestration—robots communicate semantic observations, and a server fuses sensing with link-state prediction for global replanning.

Demo II: Proactive MCS Control in Mobility

MLLM-driven modulation adaptation, which fuses semantic context and channel feedback, consistently outperforms stale-reactive baselines for BLER, throughput, and latency. Throughput gains of up to 100%100\% and latency reductions >40%>40\% are observed as feedback delay increases.

Figure 6

Figure 5: Demo II architecture—agents transmit semantic features; a central MLLM orchestrator configures link parameters for latency/rate optimization.

Demo III: Real-Hardware FollowMe With Semantic Sensing Switch

Dynamic switching between JPEG and ViT/VQG-based visual payloads, orchestrated via RSSI and KPI feedback, stabilizes command-to-action delay, achieving $32.62$ ms real-time operation versus >100>100 ms and high failure rates in non-adaptive baselines. Network-aware switching reduces control loop latency variance and improves user-tracking success.

Figure 7

Figure 8: Real-hardware pipeline—edge-based orchestrator adaptively selects sensing representations to maintain closed-loop tracking and control over WiFi.

Demo IV: Open-Vocabulary Trash Sorting

Edge-based MLLM grounding, combined with multi-view sensing (robot + corridor cameras), enables successful open-vocabulary object and bin recognition, reducing average task completion time by >21%>21\% and boosting success ratio to >90%>90\% compared to closed-set on-device detectors, which often fail in long-tail/unseen classes.

Figure 9

Figure 10: Orchestration overview for open-vocabulary, multi-view trash sorting: edge MLLM grounds arbitrary instructions, returning bounding boxes for grasp/navigation.

Figure 11

Figure 12: Open-vocabulary grounding on compressed semantic images—with a 1/12 compression ratio, MLLMs localize arbitrary objects specified by text queries.

Broader Implications, Research Challenges, and Future Directions

The R2X paradigm is positioned as a programmable policy interface: an explicit, measurable, closed-loop mapping from high-level natural language goals to concrete sensing/communication/computation configurations. Key observations include:

  • Semantic payload reduction is critical when tail/loss/jitter events drive control instability more than perceptual fidelity loss.
  • Predictive orchestration consistently outperforms reactive control when feedback is stale and channel or scene dynamics are fast.
  • Orchestration must include explicit fallback policies for real-world deployment (safe mode, degraded autonomy under deadline-miss).

Practical and theoretical challenges are articulated as measurable research questions, including:

  1. Mixed-criticality protocol design for combining ultra-reliable and high-throughput streams.
  2. Dynamic offloading thresholds considering contention and variable compute/network performance.
  3. Semantic compression optimization targeting downstream MLLM task metrics, not just fidelity.
  4. Robustness testing against adversarial sensing and prompt inputs, with deadline-aware fallback.
  5. Scalable semantic multiple access and compute-aware scheduling for NN-robot deployments.

The paper also anticipates emerging directions including orchestration-friendly, non-orthogonal multiple access; predictive, intent-driven resource management; joint communication and perception co-design with MLLMs; and federated/cooperative edge inference. Research in scalable, real-time model compression (quantization, distillation, partitioned inference) is shown to be crucial for QoS and energy.

Conclusion

This work rigorously consolidates the heterogeneous literature and practical experience relevant to integrating MLLMs in multi-robot collaborative networks. By articulating both architecture and KPIs for end-to-end orchestration, specifying explicit technical scenarios, and quantifying performance and failure modes, it provides a definitive technical reference for the next generation of networked robotics. Practical deployment requires a shift from isolated hardware or algorithmic benchmarks to holistic, closed-loop, intent-to-task evaluation—with security, robustness, and fallback assurance not as afterthoughts, but as hard constraints built into the MLLM-driven R2X stack.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We're still in the process of identifying open problems mentioned in this paper. Please check back in a few minutes.