IVLMap: Instance-Aware Visual Language Grounding for Consumer Robot Navigation
Jiacui Huang, Hongtao Zhang, Mingbo Zhao, Zhou Wu
TL;DR
The paper tackles the challenge of instance- and attribute-level VLN by introducing IVLMap, a bird’s-eye semantic map that fuses RGB-D data with a natural-language indexing scheme and SAM-based instance segmentation. By augmenting VLMap with per-instance masks and color attributes, and combining open-vocabulary landmark localization with LLM-guided parsing, IVLMap enables precise localization and zero-shot navigation to specific object instances described in natural language. The approach is validated through extensive experiments in Habitat and Matterport3D settings, showing superior navigation accuracy and robust zero-shot performance compared with baselines like VLMap, CoW, and CLIP Map. This work advances practical robot navigation by enabling fine-grained, language-guided instance grounding in real-world environments, with future work targeting dynamic scenes and 3D semantic maps.
Abstract
Vision-and-Language Navigation (VLN) is a challenging task that requires a robot to navigate in photo-realistic environments with human natural language promptings. Recent studies aim to handle this task by constructing the semantic spatial map representation of the environment, and then leveraging the strong ability of reasoning in large language models for generalizing code for guiding the robot navigation. However, these methods face limitations in instance-level and attribute-level navigation tasks as they cannot distinguish different instances of the same object. To address this challenge, we propose a new method, namely, Instance-aware Visual Language Map (IVLMap), to empower the robot with instance-level and attribute-level semantic mapping, where it is autonomously constructed by fusing the RGBD video data collected from the robot agent with special-designed natural language map indexing in the bird's-in-eye view. Such indexing is instance-level and attribute-level. In particular, when integrated with a large language model, IVLMap demonstrates the capability to i) transform natural language into navigation targets with instance and attribute information, enabling precise localization, and ii) accomplish zero-shot end-to-end navigation tasks based on natural language commands. Extensive navigation experiments are conducted. Simulation results illustrate that our method can achieve an average improvement of 14.4\% in navigation accuracy. Code and demo are released at https://ivlmap.github.io/.
