Leveraging Adaptive Group Negotiation for Heterogeneous Multi-Robot Collaboration with Large Language Models
Siqi Song, Xuanbing Xie, Zonglin Li, Yuqiang Li, Shijie Wang, Biqing Qi
TL;DR
CLiMRS tackles the challenge of coordinating heterogeneous robots over long horizons by employing an adaptive group negotiation framework in which each robot is paired with an independent LLM agent. A dynamic grouping planner forms subgroups, local subgroup managers generate task-level commands, and execution coupled with a feedback-rich environment updates the context memory for subsequent planning, enabling robust long-horizon performance. The authors introduce CLiMBench, a physics-based benchmark with diverse robot types and long-horizon assembly tasks to test planning-perception interaction under uncertainty. Across COHERENT and CLiMBench, CLiMRS achieves higher efficiency and reliability than strong baselines, with ablations demonstrating the essential roles of dialogue history, execution feedback, and grouping. The work suggests that human-inspired dynamic grouping and negotiation principles can substantially improve heterogeneous multi-robot collaboration in realistic settings, with potential for scalable deployment and safer, more robust autonomous teams.
Abstract
Multi-robot collaboration tasks often require heterogeneous robots to work together over long horizons under spatial constraints and environmental uncertainties. Although Large Language Models (LLMs) excel at reasoning and planning, their potential for coordinated control has not been fully explored. Inspired by human teamwork, we present CLiMRS (Cooperative Large-Language-Model-Driven Heterogeneous Multi-Robot System), an adaptive group negotiation framework among LLMs for multi-robot collaboration. This framework pairs each robot with an LLM agent and dynamically forms subgroups through a general proposal planner. Within each subgroup, a subgroup manager leads perception-driven multi-LLM discussions to get commands for actions. Feedback is provided by both robot execution outcomes and environment changes. This grouping-planning-execution-feedback loop enables efficient planning and robust execution. To evaluate these capabilities, we introduce CLiMBench, a heterogeneous multi-robot benchmark of challenging assembly tasks. Our experiments show that CLiMRS surpasses the best baseline, achieving over 40% higher efficiency on complex tasks without sacrificing success on simpler ones. Overall, our results demonstrate that leveraging human-inspired group formation and negotiation principles significantly enhances the efficiency of heterogeneous multi-robot collaboration. Our code is available here: https://github.com/song-siqi/CLiMRS.
