Path Planning using Instruction-Guided Probabilistic Roadmaps
Jiaqi Bao, Ryo Yonetani
TL;DR
IG-PRM addresses instruction-driven path planning for mobile robots by converting natural language instructions into embedding vectors that condition a learned cost map derived from occupancy maps. A neural cost predictor combines instruction embeddings with occupancy data to produce an instruction-guided cost map, which guides PRM sampling and edge costs; a shortest-path search then yields the instruction-aligned path. The method is trained with supervised data from ground-truth cost maps and evaluated on synthetic and real-world 2D indoor environments, showing improved path optimality and instruction adherence compared to standard PRM. The approach preserves modularity by acting as a drop-in enhancement for global planners and scales to multi-query settings, with potential extensions to 3D and integration with other planners.
Abstract
This work presents a novel data-driven path planning algorithm named Instruction-Guided Probabilistic Roadmap (IG-PRM). Despite the recent development and widespread use of mobile robot navigation, the safe and effective travels of mobile robots still require significant engineering effort to take into account the constraints of robots and their tasks. With IG-PRM, we aim to address this problem by allowing robot operators to specify such constraints through natural language instructions, such as ``aim for wider paths'' or ``mind small gaps''. The key idea is to convert such instructions into embedding vectors using large-language models (LLMs) and use the vectors as a condition to predict instruction-guided cost maps from occupancy maps. By constructing a roadmap based on the predicted costs, we can find instruction-guided paths via the standard shortest path search. Experimental results demonstrate the effectiveness of our approach on both synthetic and real-world indoor navigation environments.
