City Navigation in the Wild: Exploring Emergent Navigation from Web-Scale Knowledge in MLLMs
Dwip Dalal, Utkarsh Mishra, Narendra Ahuja, Nebojsa Jojic
TL;DR
CityNav introduces Sparsely Grounded Long-Range Navigation to probe MLLMs' knowledge-based sequential decision-making in real cities using sparse visual inputs. The core approach, Verbalization of Path (VoP), grounds internal world knowledge by prompting explicit destination, localization, and walking directions, complemented by a compact memory architecture (Markovian Memory, Decision History, Previous Visit). Across four cities and multiple MLLMs, VoP yields consistent improvements over standard reasoning baselines, though performance still varies by city and model, revealing gaps in long-horizon embodied reasoning. The work demonstrates that latent world knowledge in large models can be harnessed for realistic, long-range outdoor navigation, while also pointing to remaining challenges in dynamic grounding and context handling in diverse urban environments.
Abstract
Leveraging multimodal large language models (MLLMs) to develop embodied agents offers significant promise for addressing complex real-world tasks. However, current evaluation benchmarks remain predominantly language-centric or heavily reliant on simulated environments, rarely probing the nuanced, knowledge-intensive reasoning essential for practical, real-world scenarios. To bridge this critical gap, we introduce the task of Sparsely Grounded Visual Navigation, explicitly designed to evaluate the sequential decision-making abilities of MLLMs in challenging, knowledge-intensive real-world environments. We operationalize this task with CityNav, a comprehensive benchmark encompassing four diverse global cities, specifically constructed to assess raw MLLM-driven agents in city navigation. Agents are required to rely solely on visual inputs and internal multimodal reasoning to sequentially navigate 50+ decision points without additional environmental annotations or specialized architectural modifications. Crucially, agents must autonomously achieve localization through interpreting city-specific cues and recognizing landmarks, perform spatial reasoning, and strategically plan and execute routes to their destinations. Through extensive evaluations, we demonstrate that current state-of-the-art MLLMs and standard reasoning techniques (e.g., Chain-of-Thought, Reflection) significantly underperform in this challenging setting. To address this, we propose Verbalization of Path (VoP), which explicitly grounds the agent's internal reasoning by probing an explicit cognitive map (key landmarks and directions toward the destination) from the MLLMs, substantially enhancing navigation success. Project Webpage: https://dwipddalal.github.io/AgentNav/
