ImagineNav++: Prompting Vision-Language Models as Embodied Navigator through Scene Imagination
Teng Wang, Xinxin Zhao, Wenzhe Cai, Changyin Sun
TL;DR
ImagineNav++ introduces a mapless, open-vocabulary navigation framework that leverages scene imagination and a memory-augmented Vision-Language Model to select informative future viewpoints as subgoals. The Where2Imagine module generates plausible future observations, which are evaluated by a VLM guided by a selective foveation memory and a GPT-4o-mini planner to drive long-horizon exploration without task-specific training. Key contributions include the Where2Imagine imager, a hierarchical memory built on DINOv2 embeddings, and a diffusion-based novel view synthesis pipeline that grounds VLM reasoning in spatial structure. Experimental results on ObjectNav and InsINav demonstrate state-of-the-art performance in mapless settings, with strong robustness and efficiency, underscoring the value of scene imagination and memory in VLM-based embodied navigation.
Abstract
Visual navigation is a fundamental capability for autonomous home-assistance robots, enabling long-horizon tasks such as object search. While recent methods have leveraged Large Language Models (LLMs) to incorporate commonsense reasoning and improve exploration efficiency, their planning remains constrained by textual representations, which cannot adequately capture spatial occupancy or scene geometry--critical factors for navigation decisions. We explore whether Vision-Language Models (VLMs) can achieve mapless visual navigation using only onboard RGB/RGB-D streams, unlocking their potential for spatial perception and planning. We achieve this through an imagination-powered navigation framework, ImagineNav++, which imagines future observation images from candidate robot views and translates navigation planning into a simple best-view image selection problem for VLMs. First, a future-view imagination module distills human navigation preferences to generate semantically meaningful viewpoints with high exploration potential. These imagined views then serve as visual prompts for the VLM to identify the most informative viewpoint. To maintain spatial consistency, we develop a selective foveation memory mechanism, which hierarchically integrates keyframe observations via a sparse-to-dense framework, constructing a compact yet comprehensive memory for long-term spatial reasoning. This approach transforms goal-oriented navigation into a series of tractable point-goal navigation tasks. Extensive experiments on open-vocabulary object and instance navigation benchmarks show that ImagineNav++ achieves SOTA performance in mapless settings, even surpassing most map-based methods, highlighting the importance of scene imagination and memory in VLM-based spatial reasoning.
