Research
FreeAskWorld: An Interactive and Closed-Loop Simulator for Human-Centric Embodied AI
Overview Research area: Embodied AI, Vision-and-Language Navigation (VLN), social robotics, and simulation environments. Technical level: Advanced (assumes familiarity with VLN benchmarks, LLM-based a
- arXiv
- 2511.13524
- Published
- 2025-11-17
- Authors
- Yuhang Peng, Yizhou Pan, Xinning He, Jihaoyu Yang, Xinyu Yin, Han Wang, Xiaoji Zheng, Chao Gao, Jiangtao Gong
AI summary
Overview
- Research area: Embodied AI, Vision-and-Language Navigation (VLN), social robotics, and simulation environments.
- Technical level: Advanced (assumes familiarity with VLN benchmarks, LLM-based agents, and embodied simulation), though the core ideas are explained in accessible terms.
- Scope: Introduces FreeAskWorld, an LLM-driven, closed-loop simulator and benchmark dataset that extends VLN with a human-centric "direction inquiry" interaction task.
What This Paper Is About
Current navigation benchmarks for embodied AI give agents a single fixed instruction at the start of an episode, with no ability to ask for help, clarify, or adapt when the environment is ambiguous. Real humans navigate by talking to each other—asking for directions, receiving landmarks or street names, and adjusting course. FreeAskWorld builds a photorealistic simulator with LLM-driven virtual humans and a matching dataset so that AI agents can actively ask for navigational guidance and interpret socially grounded responses. The goal is to test and train agents on high-level social reasoning, not just low-level pathfinding.
Key Contributions
- An interactive, LLM-driven simulation framework that models realistic human agents with generated profiles, daily schedules, navigation styles, and appearance variation, plus subsystems for weather, traffic, and robot dynamics.
- The Direction Inquiry Task, a novel benchmark extension of classical VLN that lets agents proactively seek guidance, enabling evaluation of self-assessment, information-seeking behavior, and real-time adaptation.
- The FreeAskWorld Dataset, a public benchmark of reconstructed urban environments with six task types, 16 object categories, 63,429 annotated frames, and over 17 hours of interaction data—including dialogues, panoramic RGB, occupancy maps, and trajectories.
- Open-loop and closed-loop evaluations of representative VLN models (ETPNav, BEVBert) against a human baseline, showing that fine-tuning on FreeAskWorld substantially improves model performance.
Main Findings
- Asking for help dramatically improves human wayfinding: Human participants' success rate rose from 40.2% (no inquiries) to 82.6% (with inquiries), and navigation error dropped from 18.3 to 3.49. This validates the Direction Inquiry Task as a meaningful and discriminating benchmark.
- Fine-tuning reduces open-loop L2 error by roughly 50%: Both ETPNav-FT and BEVBert-FT roughly halved their L2 trajectory error versus their pretrained counterparts, with BEVBert-FT performing best overall.
- Fine-tuned models improve on closed-loop metrics but still fail to complete episodes: ETPNav-FT achieved a nonzero Oracle Success Rate (1.1%) where its base model scored zero, and both fine-tuned models reduced Navigation Error and Oracle Navigation Error. However, every model's actual Success Rate remained 0.0%.
- Dynamic social navigation is a major bottleneck: Collisions with pedestrians and vehicles, weak long-range planning, poor abstract reasoning, and memory limitations all contributed to model failure—mirroring similar struggles seen in InfiniteWorld's Social Mobile Manipulation task.
- Interaction is itself an information modality: The authors argue that intentional dialogue is not merely a social signal but a distinct channel through which agents acquire environmental knowledge that static perception cannot supply.
- BEVBert consistently outperforms ETPNav across both evaluation settings, reinforcing its state-of-the-art status in VLN and suggesting that map-based representations transfer well to this task.
Methodology in Plain English
The researchers built a Unity-based 3D world populated by AI-controlled virtual humans. Each human is generated in two stages: first an LLM creates a character profile (age, culture, occupation), then that profile plus the scene layout produces a daily schedule of activities. Navigation style is also LLM-generated, grounded in sociolinguistics literature—for example, whether a character uses landmarks or street names, how long their instructions are, and how much hedging language they include. Behavior is managed hierarchically: a high-level planner picks activities from the schedule, a middle-level planner breaks them into subtasks via a finite state machine, and low-level planners handle pathfinding (A* for global routes, the Social Force Model for local obstacle avoidance). Avatars use SMPL-X body models with the MotionX animation library, with appearance diversified through multimodal LLM texture generation and the Synbody dataset.
For data collection, an agent spawns in a randomized scene (varied weather and time of day), approaches a nearby virtual human, and asks for directions. The LLM generates a natural response, the agent navigates toward the goal while avoiding obstacles, and if it fails within a time limit it asks again. Six cameras capture 360° panoramic imagery at 1 Hz, and Unity Perception records dense annotations—bounding boxes, segmentation masks, depth maps, and normals. A WebSocket-based synchronous architecture allows external models to control the agent in real time over a network. The team then fine-tuned two standard VLN models on this data and tested them in both open-loop (L2 distance against expert trajectories) and closed-loop (success rate, SPL, navigation error, number of inquiries) settings, comparing against four human participants.
Why This Matters
Impact on research: The paper reframes navigation as a social problem rather than a purely perceptual one, arguing that dialogue should be treated as a first-class sensing modality. It provides a reproducible benchmark with a human upper bound, which lets researchers measure precisely how far models fall short of human-like interactive competence—and the gap is large.
Real-world applications:
- Assistive navigation: Robots or wearables guiding visually impaired users through complex urban environments where asking a passerby is the natural fallback.
- Service and delivery robots: Last-mile robots that need to locate ambiguous destinations (e.g., "the coffee shop next to the pharmacy") in dynamic, pedestrian-filled settings.
- Autonomous vehicle planning: Simulated scenarios with moving pedestrians and vehicles for testing socially compliant behavior under uncertainty.
- Digital twins and urban simulation: The scene reconstruction pipeline produces reusable environment representations supporting behavior prediction and planning research beyond navigation.
Industry relevance: Robotics and autonomous systems companies need simulation environments that model human behavior, not just physics. Simulation and digital-twin vendors can use the reconstruction pipeline. The closed-loop WebSocket architecture is directly applicable to hardware-in-the-loop testing, and the benchmark gives a common yardstick for comparing embodied navigation stacks.
Future Directions
- Scaling beyond direction inquiries: The simulator is designed to eventually support negotiation, task coordination, long-term trust building, and other sustained social interactions that this paper only gestures toward.
- Closing the model-human gap: Current VLN models achieve 0% closed-loop success despite fine-tuning, raising the question of what architectural changes—memory, multimodal perception, higher-level reasoning—are needed to make progress.
- Improving visual and behavioral fidelity: The authors plan to integrate generative models for higher-fidelity visuals and add multimodal memory for adaptive behavior over long horizons.
- Broader benchmarking and access: Expanding the metric suite and releasing an end-to-end software package on Steam to lower the barrier for non-expert users.
Target Audience
Researchers in embodied AI, Vision-and-Language Navigation, and human-robot interaction will find the benchmark and simulator directly useful. Robotics engineers working on socially aware navigation or sim-to-real transfer will benefit from the closed-loop architecture and dataset. Graduate students entering the field can use the paper's framing of interaction-as-a-modality as a conceptual entry point. Those working on LLM-driven agent simulation and multi-agent social behavior will also find the people-simulation module relevant, though the paper assumes some background in VLN benchmarks to fully appreciate the evaluation results.
Authors’ abstract
As embodied intelligence emerges as a core frontier in artificial intelligence research, simulation platforms must evolve beyond low-level physical interactions to capture complex, human-centered social behaviors. We introduce FreeAskWorld, an interactive simulation framework that integrates large language models (LLMs) for high-level behavior planning and semantically grounded interaction, informed by theories of intention and social cognition. Our framework supports scalable, realistic human-agent simulations and includes a modular data generation pipeline tailored for diverse embodied tasks. To validate the framework, we extend the classic Vision-and-Language Navigation (VLN) task into a interaction enriched Direction Inquiry setting, wherein agents can actively seek and interpret navigational guidance. We present and publicly release FreeAskWorld, a large-scale benchmark dataset comprising reconstructed environments, six diverse task types, 16 core object categories, 63,429 annotated sample frames, and more than 17 hours of interaction data to support training and evaluation of embodied AI systems. We benchmark VLN models, and human participants under both open-loop and closed-loop settings. Experimental results demonstrate that models fine-tuned on FreeAskWorld outperform their original counterparts, achieving enhanced semantic understanding and interaction competency. These findings underscore the efficacy of socially grounded simulation frameworks in advancing embodied AI systems toward sophisticated high-level planning and more naturalistic human-agent interaction. Importantly, our work underscores that interaction itself serves as an additional information modality.