CVROMar 4, 2025

WMNav: Integrating Vision-Language Models into World Models for Object Goal Navigation

arXiv:2503.02247v541 citationsh-index: 8IROS
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and safe navigation for embodied AI agents by reducing risky interactions, though it is incremental in building on existing vision-language model approaches.

The paper tackles object goal navigation in unseen environments by introducing WMNav, a world model-based framework that integrates vision-language models to predict outcomes and build memories, achieving absolute improvements of up to +13.5% in success rate and +3.2% in exploration efficiency on benchmark datasets.

Object Goal Navigation-requiring an agent to locate a specific object in an unseen environment-remains a core challenge in embodied AI. Although recent progress in Vision-Language Model (VLM)-based agents has demonstrated promising perception and decision-making abilities through prompting, none has yet established a fully modular world model design that reduces risky and costly interactions with the environment by predicting the future state of the world. We introduce WMNav, a novel World Model-based Navigation framework powered by Vision-Language Models (VLMs). It predicts possible outcomes of decisions and builds memories to provide feedback to the policy module. To retain the predicted state of the environment, WMNav proposes the online maintained Curiosity Value Map as part of the world model memory to provide dynamic configuration for navigation policy. By decomposing according to a human-like thinking process, WMNav effectively alleviates the impact of model hallucination by making decisions based on the feedback difference between the world model plan and observation. To further boost efficiency, we implement a two-stage action proposer strategy: broad exploration followed by precise localization. Extensive evaluation on HM3D and MP3D validates WMNav surpasses existing zero-shot benchmarks in both success rate and exploration efficiency (absolute improvement: +3.2% SR and +3.2% SPL on HM3D, +13.5% SR and +1.1% SPL on MP3D). Project page: https://b0b8k1ng.github.io/WMNav/.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes