Path Planning using Instruction-Guided Probabilistic Roadmaps

📅 2025-02-23
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address the inflexibility and manual effort required in encoding task constraints for mobile robot navigation, this paper proposes a natural language-driven end-to-end path planning framework. The method integrates a large language model (LLM) to conditionally generate semantic-aware cost maps—its first application in this context—and tightly couples this with an enhanced probabilistic roadmap (PRM) and A* search. An instruction-guided conditional diffusion/regression model enables direct mapping from natural language instructions to semantic cost maps and, subsequently, to safe, executable paths. Experiments on both synthetic and real-world indoor scenes demonstrate that the framework significantly improves instruction compliance, while achieving superior path safety and task adaptability compared to conventional PRM and state-of-the-art learning-based baselines.

Technology Category

Application Category

📝 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.
Problem

Research questions and friction points this paper is trying to address.

Develop instruction-guided path planning
Convert natural language to cost maps
Enhance mobile robot navigation safety
Innovation

Methods, ideas, or system contributions that make the work stand out.

Instruction-guided probabilistic roadmap
Natural language to embedding vectors
LLM-based cost map prediction
🔎 Similar Papers
No similar papers found.