Testing AI Navigation in Virtual Cities
Listen to the summary
Uses a voice available on your device
Audio options
On this page 4 sections
Related concepts 3 concepts
Key Takeaways
- The UrbanGround sandbox uses 3D Visualisation Map data to create a physically constrained replica of Hong Kong for testing navigation agents.
- While models show strong local visual recognition, they struggle with long-range navigation, as seen by success rates of 20.8% for GPT-5.5 and 22.5% for Kimi-K3.
- Claude-Opus-5 achieved 91.3% accuracy on local visual recognition tasks, but only 2.5% success on long-range navigation (LongNav).
- Over 50% of long-range navigation episodes result in the agent finishing closer to the goal than it started, despite low overall task completion rates.
- Agents fail to handle dynamic changes like road closures, often continuing to execute obsolete plans.
Summary & Methodology Analysis
UrbanGround provides a sandbox environment built from 3D Visualisation Map and 3D Pedestrian Network data, which are sourced from the Hong Kong Lands Department. The system integrates a Microsoft Rocketbox avatar library to simulate a busy urban environment. It specifically evaluates Multimodal Large Language Model (MLLM) agents, which are systems that process both text and visual inputs, across a series of tasks ranging from local spatial reasoning to full-scale city navigation. The research measures performance through a first-person perspective interaction layer, allowing agents to respond to complex, real-scale city features.
Evaluation results indicate a significant performance gap between local perception and global planning. For example, Claude-Opus-5 demonstrates 91.3% accuracy in visual recognition but struggles significantly with long-range navigation, achieving only a 2.5% success rate in LongNav. Similarly, models like GPT-5.5 and Kimi-K3 yielded overall navigation success rates of 20.8% and 22.5% respectively across eight tasks. Despite these low success rates in completing full tasks, over 50% of episodes result in the agent reducing the distance to the goal, suggesting that the agents possess basic spatial progression capabilities even when they fail to reach the specific target.
A primary bottleneck for these agents is their inability to maintain spatial state over extended periods. As the agents explore, they accumulate errors without effective correction, leading to a failure to compose local actions into successful goal-directed behavior. Furthermore, the agents exhibit poor adaptation to environmental dynamics. When a route becomes invalidated, such as during a road closure, the agents frequently continue to execute locally compliant movements despite their original navigation plan becoming obsolete. The paper highlights that current MLLM architecture lacks the necessary mechanisms to reconcile these persistent spatial planning errors during long-horizon navigation.
Interactive System Flowchart
Cross-Examination & FAQs
A deeper dive clarifying mechanics, constraints, and baseline evaluations.
Q1. What is UrbanGround?
UrbanGround is a sandbox environment for testing how AI agents navigate complex, real-scale cities using 3D geospatial data.
Q2. What kind of environment does UrbanGround simulate?
It simulates a physically constrained replica of Hong Kong using 3D Visualisation Map and 3D Pedestrian Network data.
Q3. Does the research show that AI can navigate cities perfectly?
No, the research demonstrates significant challenges, specifically in long-range navigation tasks where success rates remain low.
Q4. How did models like Claude-Opus-5 perform in the study?
Claude-Opus-5 achieved 91.3% accuracy on local visual recognition but had a 2.5% success rate on long-range navigation.
Q5. What are the navigation success rates for GPT-5.5 and Kimi-K3?
Across eight navigation tasks, GPT-5.5 had a 20.8% success rate and Kimi-K3 had a 22.5% success rate.
Q6. Why do these agents fail during long-range navigation?
They fail because they cannot maintain spatial state over extended exploration, leading to error accumulation and an inability to correct obsolete plans.
Q7. How do agents react when a route is blocked by a road closure?
Agents often continue performing locally compliant movements even though the original plan is no longer valid.
Q8. Is there any positive progress in long-range navigation?
Yes, more than 50% of episodes end with the agent closer to the goal than at the start of the task.
Q9. What specific tools were used to populate the city with pedestrians?
The researchers populated the sidewalks with animated pedestrians from the open-source Microsoft Rocketbox avatar library.