ImagineNav: Prompting Vision-Language Models as Embodied Navigator through Scene Imagination
Xinxin Zhao, Wenzhe Cai, Likun Tang, Teng Wang
TL;DR
ImagineNav presents a mapless, open-vocabulary visual navigation framework that leverages vision-language model imagination to transform long-horizon planning into a sequence of best-view image selections. By coupling Where2Imagine with novel-view synthesis and a VLM-based high-level planner, the method grounds decision-making in imagined future observations and executes with a PointNav controller augmented by VER. Extensive experiments on HM3D and HSSD demonstrate strong performance gains over baselines, with ablations confirming the critical roles of imagination, viewpoint synthesis, and VLM reasoning. This approach reduces dependence on explicit 3D maps and sensor-heavy pipelines, offering robust zero-shot generalization to novel objects and scenes in real-world robotics settings.
Abstract
Visual navigation is an essential skill for home-assistance robots, providing the object-searching ability to accomplish long-horizon daily tasks. Many recent approaches use Large Language Models (LLMs) for commonsense inference to improve exploration efficiency. However, the planning process of LLMs is limited within texts and it is difficult to represent the spatial occupancy and geometry layout only by texts. Both are important for making rational navigation decisions. In this work, we seek to unleash the spatial perception and planning ability of Vision-Language Models (VLMs), and explore whether the VLM, with only on-board camera captured RGB/RGB-D stream inputs, can efficiently finish the visual navigation tasks in a mapless manner. We achieve this by developing the imagination-powered navigation framework ImagineNav, which imagines the future observation images at valuable robot views and translates the complex navigation planning process into a rather simple best-view image selection problem for VLM. To generate appropriate candidate robot views for imagination, we introduce the Where2Imagine module, which is distilled to align with human navigation habits. Finally, to reach the VLM preferred views, an off-the-shelf point-goal navigation policy is utilized. Empirical experiments on the challenging open-vocabulary object navigation benchmarks demonstrates the superiority of our proposed system.
