Instruction-Augmented Long-Horizon Planning: Embedding Grounding Mechanisms in Embodied Mobile Manipulation
Fangyuan Wang, Shipeng Lyu, Peng Zhou, Anqing Duan, Guodong Guo, David Navarro-Alarcon
TL;DR
This work presents Instruction-Augmented Long-Horizon Planning (IALP), a framework that couples LLM-based planning with grounding mechanisms to produce feasible and optimal action sequences for long-horizon mobile manipulation in open-world environments. By augmenting user instructions into PDDL problems with both promptable and grounding predicates derived from embodied perception, IALP enables closed-loop, real-time planning and execution, validated in five real-world tasks with over 80% success. Ablation studies confirm the crucial role of feasibility feedback and action selection based on language-model token probabilities, while analyses of failure modes guide future improvements. The approach advances autonomy in unstructured settings by integrating multi-modal sensing (2D/3D data, voxel maps) with structured symbolic planning, offering practical impact for robot assistants in real environments.
Abstract
Enabling humanoid robots to perform long-horizon mobile manipulation planning in real-world environments based on embodied perception and comprehension abilities has been a longstanding challenge. With the recent rise of large language models (LLMs), there has been a notable increase in the development of LLM-based planners. These approaches either utilize human-provided textual representations of the real world or heavily depend on prompt engineering to extract such representations, lacking the capability to quantitatively understand the environment, such as determining the feasibility of manipulating objects. To address these limitations, we present the Instruction-Augmented Long-Horizon Planning (IALP) system, a novel framework that employs LLMs to generate feasible and optimal actions based on real-time sensor feedback, including grounded knowledge of the environment, in a closed-loop interaction. Distinct from prior works, our approach augments user instructions into PDDL problems by leveraging both the abstract reasoning capabilities of LLMs and grounding mechanisms. By conducting various real-world long-horizon tasks, each consisting of seven distinct manipulatory skills, our results demonstrate that the IALP system can efficiently solve these tasks with an average success rate exceeding 80%. Our proposed method can operate as a high-level planner, equipping robots with substantial autonomy in unstructured environments through the utilization of multi-modal sensor inputs.
