360CityArena: A Realistic Virtual Urban Navigation Benchmark for Embodied Agents
A city-navigation test built from 360-degree videos of Tokyo's Akihabara shows today's best AI agents scoring only about a fifth of what humans score
360CityArena is a 175-task benchmark built on a photorealistic virtual reconstruction of Tokyo's Akihabara district, stitched together from 602 360-degree video segments, designed to test how well AI agents can understand, navigate, and reason about a real urban environment. Human participants averaged 77.3% accuracy, while the best-performing AI model tested, Gemini 2.5 Flash, reached only 17.1%. AI agents struggled especially with map-based navigation, counting objects, and figuring out spatial relationships between landmarks.
METAL MEDIA explanatory visual
How 360CityArena is built and tested
Evidence statusMeasured results reported
- Build the virtual city602 360-degree video segments stitched into a navigable graph of 193 nodes and 305 edges covering 85 streets in Akihabara
- Design 175 tasksThree categories (Environment Understanding, Path Reasoning, Spatial Reasoning) split into seven subtypes with Easy/Medium/Hard difficulty labels
- Run AI agentsGPT-5, Claude Sonnet 4.5, Gemini 2.5 Flash, Qwen2.5-VL, and InternVL3.5 act step-by-step in Unity using visual input, a map, and memory
- Measure human baselineFive participants who had visited Akihabara complete the same tasks, averaging 77.3% accuracy
- Compare and diagnose failuresBest AI (17.1%) trails humans (77.3%) by far; failures classified into Action, Grounding, Perception, Explore, and Planning categories
What they did
- Existing outdoor benchmarks either lack photorealism (traditional 3D simulators) or lack continuous, dynamic navigability (Google Street View) or use video clips too short for large-scale exploration, so the authors stitched 602 360-degree video segments covering 85 streets (roughly 750m by 650m) into a navigable graph of 193 connected nodes and 305 edges recreating Akihabara.
- On top of this environment, they hand-crafted 175 tasks across three categories (Environment Understanding, Path Reasoning, Spatial Reasoning) and seven subcategories, such as self-localization, finding a landmark from a text or image description, navigating with a map, following language instructions, reasoning about relative positions between landmarks, and counting objects, each labeled Easy, Medium, or Hard.
- They ran proprietary AI models (GPT-5, Claude Sonnet 4.5, Gemini 2.5 Flash) and open-source models (Qwen2.5-VL, InternVL3.5) as embodied agents in this environment, and compared their performance against five human participants who had actually visited Akihabara.
- Humans reached around 90% accuracy on map navigation, image-based landmark search, language-instruction navigation, and relational spatial reasoning, while all tested AI models fell far short across every task, with performance dropping further as task difficulty increased.
- Giving AI agents extra location information (a map marker showing their current position) did not consistently help and sometimes hurt performance, suggesting the models struggle to connect map data with what they actually see.


| Environment | Category | Photo- realism | Structural complexity | Dynamics | Interaction | District-scale exploration | Motion |
|---|---|---|---|---|---|---|---|
| EmbodiedCity [12] | 3D simulator | Low | Low | Medium | ✓ | ✓ | Continuous |
| MetaUrban [44] | 3D simulator | Low | Medium | Medium | ✓ | ✓ | Continuous |
| CARLA [9] | 3D simulator | Low | Low | Low | ✓ | ✓ | Continuous (clip) |
| Vid2Sim [45] | Video-to-sim | High | High | Medium | ✓ | ✗ | Continuous |
| StreetLearn [30] | GSV-based | High | High | Low | ✗ | ✓ | Discrete |
| 360CityArena (Ours) | 360° video | High | High | High | ✗ | ✓ | Continuous (trajectory) |

| Environment Understanding | Path Reasoning | Spatial Reasoning | |||||
|---|---|---|---|---|---|---|---|
| Loc | Landmark (Lang) | Landmark (Img) | Map Nav | VLN | Obj Count | Rel Reason | |
| GPT-5 | 8.0 | 16.0 | 48.0 | 0.0 | 8.0 | 2.4 | 32.0 |
| Claude Sonnet 4.5 | 4.0 | 4.0 | 16.0 | 4.0 | 4.0 | 10.8 | 8.0 |
| Gemini 2.5 Flash | 12.0 | 28.0 | 36.0 | 0.0 | 8.0 | 24.0 | 12.0 |
| Qwen2.5-VL-32B-Instruct | 4.0 | 16.0 | 20.0 | 0.0 | 0.0 | 18.8 | 4.0 |
| InternVL3.5-8B | 4.0 | 20.0 | 20.0 | 0.0 | 12.0 | 2.8 | 0.0 |
| InternVL3.5-38B | 0.0 | 16.0 | 0.0 | 0.0 | 12.0 | 7.2 | 4.0 |
| Human | 68.0 | 64.0 | 92.0 | 92.0 | 88.0 | 45.2 | 92.0 |

| Environment Understanding | Path Reasoning | Spatial Reasoning | |||||
|---|---|---|---|---|---|---|---|
| Loc | Landmark (Lang) | Landmark (Img) | Map Nav | VLN | Obj Count | Rel Reason | |
| GPT-5 | 8.0 | 16.0 | 48.0 | 0.0 | 8.0 | 2.4 | 32.0 |
| GPT-5 (w/o location) | - | 24.0 | 44.0 | 4.0 | 8.0 | 0.0 | 48.0 |


Findings
- Human participants averaged 77.3% accuracy versus 17.1% for the best AI model tested (Gemini 2.5 Flash), a large gap.
- Image-based landmark search generally outperformed language-based landmark search (e.g., GPT-5: 48.0% vs. 16.0%; Claude: 16.0% vs. 4.0%; Qwen: 20.0% vs. 16.0%), though InternVL models showed no clear gain from images (8B: 20.0% vs. 20.0%; 38B: 0.0% vs. 16.0%).
- AI performance dropped as task difficulty increased, e.g., GPT-5's accuracy on Environment Understanding fell from 28.0% to 25.0% to 18.5%, and on Path Reasoning from 11.1% to 0.0% to 0.0% across Easy, Medium, and Hard settings.
- Adding explicit location information did not consistently improve performance: language-based landmark search dropped from 24.0% to 16.0%, relational spatial reasoning dropped from 48.0% to 32.0%, while object counting improved only slightly.
- Failure analysis showed GPT-5 had few low-level action errors (12%) but dominant exploration-strategy failures (55%), while Gemini 2.5 Flash and InternVL3.5-38B struggled mainly with low-level action control (around 40%), and perception failures spiked across all models on spatial reasoning tasks (reaching 38% for Gemini).


Where it can be used
- Testing guide robots or navigation assistants for visually impaired pedestrians under realistic conditions before real-world deployment.
- Studying how well AI agents connect map information with first-person visual scenes, and comparing how they follow text versus image instructions.
- Serving as a reference methodology for building photorealistic virtual-city training data for embodied AI systems.


Limits and open work
- Because the environment is built from pre-recorded 360-degree video paths, agents can only move along captured trajectories rather than freely to arbitrary locations, and cannot physically interact with objects.
- The benchmark currently covers only one district (Akihabara, Tokyo), so it is untested whether findings generalize to other cities or regions.
- Transitions across video-segment boundaries can introduce visual discontinuities, though the authors report these were not a major cause of failures in their analysis.
- The human baseline comes from only five participants familiar with Akihabara, so it represents a local-expert upper bound rather than a general human average.
- The ability to align map-based location information with real visual cues was not independently evaluated or trained for, and is left as future work.
Why it matters
Building AI assistants that can guide people around real cities or help visually impaired pedestrians requires realistic testing grounds, and 360CityArena offers conditions close to actual streets to expose specific weaknesses. It highlights that today's AI agents particularly lack the ability to align map information with first-person views and to explore purposefully instead of getting stuck.
Terms in this paper
- LMM (large multimodal model) · a large AI model that can process and reason over both images and text together
- pose graph · a network connecting recorded camera positions and orientations to form a traversable route map
- VLN (Vision-Language Navigation) · a task where an agent must follow multi-step natural-language directions to move through an environment
- MRA (mean relative accuracy) · a scoring method for numeric estimation tasks that averages accuracy across several error-tolerance thresholds
- embodied agent · an AI system that perceives an environment through sensors like cameras and acts within it
Original abstract (English)
We present 360CityArena, a benchmark for evaluating the urban exploration capabilities of embodied agents within a photorealistic environment constructed from 360-degree videos. Existing outdoor benchmarks either lack sufficient photorealism or complexity, resulting in a considerable gap from real-world urban environments. 360CityArena is built on a realistic reconstruction of the Akihabara district in Tokyo, Japan, using 602 360-degree video segments covering 85 streets, and consists of 175 meticulously human-crafted tasks. It encompasses three task categories: Environment Understanding, Path Reasoning, and Spatial Reasoning, covering fundamental abilities required for urban exploration, such as localization, landmark search, path planning, and relational spatial reasoning, thereby enabling comprehensive evaluation in realistic urban scenes. Our evaluation using state-of-the-art LMM-based agents shows that even the strongest model, Gemini 2.5 Flash, performs far below human level (human: 77.3% vs. Gemini 2.5 Flash: 17.1%), revealing substantial challenges that remain in city-scale embodied navigation and reasoning. 360CityArena provides a necessary and challenging testbed for photorealistic urban-district navigation and spatial reasoning.
Read on arXivLatest papers
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?AI coding agents were tested on fixing real scientific software, and even the best one failed more than half the time
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM ServingMaking sparse attention fast enough and accurate enough for real LLM serving, not just papers
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM AgentsMaking customer-service AI agents follow the whole procedure, not just avoid one bad action
- EXIMO: VLM Guided Exploration of VLA PoliciesTeaching a robot new chores without human teleoperation, by letting a chatty AI supervise it
- EnvHarness: Awakening Static Worlds for Agent LearningInstead of building new training worlds from scratch, this work adds a plug-in layer that reshapes existing ones around each agent's actual weaknesses
- Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the ModelCompanies that rent AI instead of owning it can only do half of AI safety oversight
- PersonalBench: Measuring the Authorship Gap in LLM PersonalizationAI can be prompted to write 'like someone,' but its own voice never fully disappears
- Automated Summarization of Financial News Using Large Language Models and Retrieval-Augmented Generation: An Early Empirical Study (Fall 2023)Testing AI summaries of stock news, the simple approach beat the trendy retrieval-based one
Latest from METAL MEDIA
Figures: Kenta Watanabe et al., arXiv:2608.08814, arxiv-nonexclusive