視覚言語モデルによる未知屋内環境での効率的ナビゲーション
Efficient Navigation in Unknown Indoor Environments with Vision-Language Models
視覚言語モデル(VLM)を活用し、行き止まりの多い未知の屋内環境で占有マップをゼロショットで推論して効率的なサブゴールを選定するナビゲーション計画手法を提案し、シミュレーションで経路長を約10%短縮した。
著者: D. Schwartz, K. Kondo, J. P. How
分類: cs.RO
原文アブストラクト
We present a novel high-level planning framework that leverages vision-language models (VLMs) to improve autonomous navigation in unknown indoor environments with many dead ends. Traditional exploration methods often take inefficient routes due to limited global reasoning and reliance on local heuristics. In contrast, our approach enables a VLM to reason directly about occupancy maps in a zero-shot manner, selecting subgoals that are likely to yield more efficient paths. At each planning step, we convert a 3D occupancy grid into a partial 2D map of the environment, and generate candidate subgoals. Each subgoal is then evaluated and ranked against other candidates by the model. We integrate this planning scheme into DYNUS \cite{kondo2025dynus}, a state-of-the-art trajectory planner, and demonstrate improved navigation efficiency in simulation. The VLM infers structural patterns (e.g., rooms, corridors) from incomplete maps and balances the need to make progress toward a goal against the risk of entering unknown space. This reduces common greedy failures (e.g., detouring into small rooms) and achieves about 10\% shorter paths on average.