paper-with-me

Papers

Improving Vision-and-Language Navigation by Generating Future-View Image Semantics

2023-04-11 · CVPR 2023 1 · Jialu Li, Mohit Bansal

Vision-and-Language Navigation (VLN) is the task that requires an agent to navigate through the environment based on natural language instructions. At each step, the agent takes the next action by selecting from a set of navigable locations. In this paper, we aim to take one step further and explore whether the agent can benefit from generating the potential future view during navigation. Intuitively, humans will have an expectation of how the future environment will look like, based on the natural language instructions and surrounding views, which will aid correct navigation. Hence, to equip the agent with this ability to generate the semantics of future navigation views, we first propose three proxy tasks during the agent's in-domain pre-training: Masked Panorama Modeling (MPM), Masked Trajectory Modeling (MTM), and Action Prediction with Image Generation (APIG). These three objectives teach the model to predict missing views in a panorama (MPM), predict missing steps in the full trajectory (MTM), and generate the next view based on the full instruction and navigation history (APIG), respectively. We then fine-tune the agent on the VLN task with an auxiliary loss that minimizes the difference between the view semantics generated by the agent and the ground truth view semantics of the next step. Empirically, our VLN-SIG achieves the new state-of-the-art on both the Room-to-Room dataset and the CVDN dataset. We further show that our agent learns to fill in missing patches in future views qualitatively, which brings more interpretability over agents' predicted actions. Lastly, we demonstrate that learning to predict future view semantics also enables the agent to have better performance on longer paths.

📄 PDF Abstract BibTeX arXiv:2304.04907

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationNavigateTrajectory ModelingVision and Language NavigationVisual Navigation

Similar Papers 제목 키워드 기반

Dream to Recall: Imagination-Guided Experience Retrieval for Memory-Persistent Vision-and-Language Navigation

2025-10-09 · Yunzhe Xu, Yiyuan Pan, Zhe Liu arxiv

Vision-and-Language Navigation (VLN) requires agents to follow natural language instructions through environments, with memory-persistent variants demanding progressive improvement through accumulated experience. Existin…

Sparse Video Generation Propels Real-World Beyond-the-View Vision-Language Navigation

2026-02-05 · Hai Zhang, Siqi Liang, Li Chen, Yuxian Li 외 arxiv

Why must vision-language navigation be bound to detailed and verbose language instructions? While such details ease decision-making, they fundamentally contradict the goal for navigation in the real-world. Ideally, agent…

Vision-Language NavigationVideo Generation

WNM-3D: A World Navigation Model with 3D Scene Conditioning for Closed-Loop VLN

2026-08-07 · Yuehao Huang, Yunzi Wu, Xiaotao Zhang, Xinhai Li 외 arxiv

Recent vision-language navigation (VLN) systems increasingly adapt pretrained vision-language models (VLMs) into vision-language-action (VLA) policies that map egocentric observations and language instructions directly t…

Vision-Language Navigation

ImagineNav++: Prompting Vision-Language Models as Embodied Navigator through Scene Imagination

2025-12-19 · Teng Wang, Xinxin Zhao, Wenzhe Cai, Changyin Sun arxiv

Visual navigation is a fundamental capability for autonomous home-assistance robots, enabling long-horizon tasks such as object search. While recent methods have leveraged Large Language Models (LLMs) to incorporate comm…

Spatial ReasoningVisual Navigation

AeroAct: Action-Centered World-Action Models for Language-Conditioned Quadrotor Flight

2026-07-16 · Xinhong Zhang, Qiyuan Zhu, Yubo Huang, Haolin Chen 외 arxiv

Language-conditioned quadrotor flight requires a policy to ground semantic goals, anticipate the visual consequences of ego-motion, and output control references that remain smooth and dynamically executable under rapidl…

Vision-Language Navigation