Bootstrapped LLM Semantics for Context-Aware Path Planning
Mani Amani, Behrad Beheshti, Reza Akhavian
TL;DR
The paper addresses semantic-aware path planning in human-centric environments by treating a large language model (LLM) as a stochastic semantic sensor. It uses Bayesian bootstrap to form a nonparametric posterior over per-class semantic risk and maps tail risk through a CVaR-based semantic potential to a classical DSP via a distance-plus-repulsion cost, enabling prompt-conditioned planning. A multi-heuristic A* framework with a consistent Euclidean anchor and an informative auxiliary heuristic maintains optimality while accelerating search. Across simulations, a BIM-backed digital twin, and real-world experiments, the approach yields safer, more context-aware trajectories and demonstrates the ability to adapt conservatism to explicit and implicit prompts without retraining.
Abstract
Prompting robots with natural language (NL) has largely been studied as what task to execute (goal selection, skill sequencing) rather than how to execute that task safely and efficiently in semantically rich, human-centric spaces. We address this gap with a framework that turns a large language model (LLM) into a stochastic semantic sensor whose outputs modulate a classical planner. Given a prompt and a semantic map, we draw multiple LLM "danger" judgments and apply a Bayesian bootstrap to approximate a posterior over per-class risk. Using statistics from the posterior, we create a potential cost to formulate a path planning problem. Across simulated environments and a BIM-backed digital twin, our method adapts how the robot moves in response to explicit prompts and implicit contextual information. We present qualitative and quantitative results.
