π€ AI Summary
In embodied navigation, user instructions are often ambiguous, necessitating proactive dialogue from agents to clarify intent. To address this, we propose the **Interactive Instance Object Navigation (IION)** taskβa novel vision-language-navigation (VL-N) benchmark supporting long-horizon navigation and active question-asking. Our benchmark comprises over 41K automatically synthesized multi-turn dialogues and an evaluation oracle capable of responding to natural-language queries. Methodologically, we design a multimodal encoder integrating ViT and LLMs, an explicit dialogue policy module, and employ joint reinforcement and supervised learning. We further introduce automated prompt engineering to generate high-quality dialogue data. Experiments demonstrate that our model significantly outperforms existing VL-N baselines, validating that proactive dialogue effectively mitigates instruction ambiguity and substantially improves success rate and robustness in long-horizon navigation.
π Abstract
In most existing embodied navigation tasks, instructions are well-defined and unambiguous, such as instruction following and object searching. Under this idealized setting, agents are required solely to produce effective navigation outputs conditioned on vision and language inputs. However, real-world navigation instructions are often vague and ambiguous, requiring the agent to resolve uncertainty and infer user intent through active dialog. To address this gap, we propose Interactive Instance Object Navigation (IION), a task that requires agents not only to generate navigation actions but also to produce language outputs via active dialog, thereby aligning more closely with practical settings. IION extends Instance Object Navigation (ION) by allowing agents to freely consult an oracle in natural language while navigating. Building on this task, we present the Vision Language-Language Navigation (VL-LN) benchmark, which provides a large-scale, automatically generated dataset and a comprehensive evaluation protocol for training and assessing dialog-enabled navigation models. VL-LN comprises over 41k long-horizon dialog-augmented trajectories for training and an automatic evaluation protocol with an oracle capable of responding to agent queries. Using this benchmark, we train a navigation model equipped with dialog capabilities and show that it achieves significant improvements over the baselines. Extensive experiments and analyses further demonstrate the effectiveness and reliability of VL-LN for advancing research on dialog-enabled embodied navigation. Code and dataset: https://0309hws.github.io/VL-LN.github.io/