paper-with-me

Papers

GoViG: Goal-Conditioned Visual Navigation Instruction Generation via Multimodal Reasoning

2025-08-13 · Fengyi Wu, Yifei Dong, Yilong Dai, Guangyu Chen, Qifeng Wu, Huiting Huang, Hang Wang, Qi Dai, Alexander G. Hauptmann, Zhi-Qi Cheng arxiv

We introduce Goal-Conditioned Visual Navigation Instruction Generation (GoViG), a new task that aims to generate contextually coherent navigation instructions solely from egocentric visual observations of initial and goal states. Unlike prior work relying on structured inputs, such as semantic annotations or environmental maps, GoViG exclusively leverages raw egocentric visual data, improving adaptability to unseen and unstructured environments. Our method addresses this task by decomposing it into two interconnected subtasks: (1) navigation visualization, predicting intermediate visual states bridging the initial and goal views; and (2) instruction generation, synthesizing coherent instructions grounded in observed and anticipated visuals. Both subtasks are integrated within an autoregressive multimodal LLM trained with tailored objectives to ensure spatial accuracy and linguistic clarity. Furthermore, we introduce two multimodal reasoning strategies, one-pass and interleaved reasoning, to mimic incremental human navigation cognition. To comprehensively evaluate our method, we propose the R2R-Goal dataset, combining diverse synthetic and real-world trajectories. Empirical results demonstrate significant performance improvements over state-of-the-art methods in BLEU-4 and CIDEr scores along with robust cross-domain generalization.

📄 PDF Abstract BibTeX arXiv:2508.09547

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationMultimodal ReasoningVisual Navigation

Similar Papers 제목 키워드 기반

Policy-Guided World Model Planning for Language-Conditioned Visual Navigation

2026-03-26 · Amirhosein Chahe, Lifeng Zhou arxiv

Navigating to a visually specified goal given natural language instructions remains a fundamental challenge in embodied AI. Existing approaches either rely on reactive policies that struggle with long-horizon planning, o…

Visual Navigation

Mapping Instructions to Actions in 3D Environments with Visual Goal Prediction

2018-09-04 · EMNLP 2018 10 · Dipendra Misra, Andrew Bennett, Valts Blukis, Eyvind Niklasson 외

We propose to decompose instruction execution to goal prediction and action generation. We design a model that maps raw visual observations to goals using LINGUNET, a language-conditioned image generation network, and th…

Action GenerationConditional Image GenerationImage GenerationInstruction Following

Chasing Ghosts: Instruction Following as Bayesian State Tracking

2019-07-03 · NeurIPS 2019 12 · Peter Anderson, Ayush Shrivastava, Devi Parikh, Dhruv Batra 외

A visually-grounded navigation instruction can be interpreted as a sequence of expected observations and actions an agent following the correct trajectory would encounter and perform. Based on this intuition, we formulat…

Instruction FollowingVision and Language Navigation

Fast Navigation Through Occluded Spaces via Language-Conditioned Map Prediction

2025-12-24 · Rahul Moorthy Mahesh, Oguzhan Goktug Poyrazoglu, Yukang Cao, Volkan Isler arxiv

In cluttered environments, motion planners often face a trade-off between safety and speed due to uncertainty caused by occlusions and limited sensor range. In this work, we investigate whether co-pilot instructions can …

Language-Conditioned World Modeling for Visual Navigation

2026-03-23 · Yifei Dong, Fengyi Wu, Yilong Dai, Lingdong Kong 외 arxiv

We study language-conditioned visual navigation (LCVN), in which an embodied agent is asked to follow a natural language instruction based only on an initial egocentric observation. Without access to goal images, the age…

Trajectory PredictionContinuous ControlVisual Navigation