Think, Remember, Navigate: Zero-Shot Object-Goal Navigation with VLM-Powered Reasoning
Mobin Habibpour, Fatemeh Afghah
TL;DR
This work tackles zero-shot Object Goal Navigation by elevating a Vision-Language Model to the role of primary planner. It presents a VLM-powered exploration framework that combines structured Chain-of-Thought reasoning, dynamic prompts with recent action history, and multimodal inputs including a top-down obstacle map to steer frontier-based exploration. Evaluations on HM3D, Gibson, and MP3D show improved trajectory directness and navigation efficiency, with ablations confirming the critical roles of CoT and memory. The results demonstrate the potential of VLMs as embodied planners for robotics, while acknowledging computational costs and reliance on manually crafted prompts as areas for future improvement.
Abstract
While Vision-Language Models (VLMs) are set to transform robotic navigation, existing methods often underutilize their reasoning capabilities. To unlock the full potential of VLMs in robotics, we shift their role from passive observers to active strategists in the navigation process. Our framework outsources high-level planning to a VLM, which leverages its contextual understanding to guide a frontier-based exploration agent. This intelligent guidance is achieved through a trio of techniques: structured chain-of-thought prompting that elicits logical, step-by-step reasoning; dynamic inclusion of the agent's recent action history to prevent getting stuck in loops; and a novel capability that enables the VLM to interpret top-down obstacle maps alongside first-person views, thereby enhancing spatial awareness. When tested on challenging benchmarks like HM3D, Gibson, and MP3D, this method produces exceptionally direct and logical trajectories, marking a substantial improvement in navigation efficiency over existing approaches and charting a path toward more capable embodied agents.
