Follow the Signs: Using Textual Cues and LLMs to Guide Efficient Robot Navigation
Jing Cao, Nishanth Kumar, Aidan Curtis
TL;DR
The paper tackles efficient semantic navigation in unfamiliar indoor environments by using textual cues and room-numbering patterns to bias exploration. It introduces a hybrid framework that fuses local perception with LLM-based semantic inferences into a confidence grid, guiding planning via frontier exploration and A*. Key contributions include an LLM-driven goal-extraction module, a belief-like confidence grid with exponential decay that updates from semantic predictions, and a demonstration across seven environments showing near-optimal paths. Quantitatively, the method achieves an SPL of $0.745$, beating Frontier Exploration ($0.596$), NavGPT ($0.236$), and LLM-Only ($0.160$), with paths more than 40% shorter, and a real-world Spot deployment demonstrates practical viability. This work demonstrates how grounding LLMs in structured spatial cues and integrating them with classical planning can enable efficient semantic navigation in large, partially observable indoor spaces.
Abstract
Autonomous navigation in unfamiliar environments often relies on geometric mapping and planning strategies that overlook rich semantic cues such as signs, room numbers, and textual labels. We propose a novel semantic navigation framework that leverages large language models (LLMs) to infer patterns from partial observations and predict regions where the goal is most likely located. Our method combines local perceptual inputs with frontier-based exploration and periodic LLM queries, which extract symbolic patterns (e.g., room numbering schemes and building layout structures) and update a confidence grid used to guide exploration. This enables robots to move efficiently toward goal locations labeled with textual identifiers (e.g., "room 8") even before direct observation. We demonstrate that this approach enables more efficient navigation in sparse, partially observable grid environments by exploiting symbolic patterns. Experiments across environments modeled after real floor plans show that our approach consistently achieves near-optimal paths and outperforms baselines by over 25% in Success weighted by Path Length.
