Search papers, labs, and topics across Lattice.
The paper introduces IMR-LLM, a framework leveraging LLMs to address the challenges of multi-robot task planning and program generation in complex industrial settings with strict sequential constraints. IMR-LLM uses LLMs to construct disjunctive graphs for high-level task planning, solved deterministically, and then employs a process tree to guide LLM-based generation of executable low-level programs. Evaluated on the new IMR-Bench benchmark, IMR-LLM demonstrates significant performance improvements over existing methods in multi-robot industrial tasks.
LLMs can now tackle complex industrial multi-robot tasks, outperforming existing methods by combining LLM-driven planning with deterministic solvers and process-tree guided code generation.
In modern industrial production, multiple robots often collaborate to complete complex manufacturing tasks. Large language models (LLMs), with their strong reasoning capabilities, have shown potential in coordinating robots for simple household and manipulation tasks. However, in industrial scenarios, stricter sequential constraints and more complex dependencies within tasks present new challenges for LLMs. To address this, we propose IMR-LLM, a novel LLM-driven Industrial Multi-Robot task planning and program generation framework. Specifically, we utilize LLMs to assist in constructing disjunctive graphs and employ deterministic solving methods to obtain a feasible and efficient high-level task plan. Based on this, we use a process tree to guide LLMs to generate executable low-level programs. Additionally, we create IMR-Bench, a challenging benchmark that encompasses multi-robot industrial tasks across three levels of complexity. Experimental results indicate that our method significantly surpasses existing methods across all evaluation metrics.