paper-with-me

Papers

ADAPT: Vision-Language Navigation with Modality-Aligned Action Prompts

2022-05-31 · CVPR 2022 1 · Bingqian Lin, Yi Zhu, Zicong Chen, Xiwen Liang, Jianzhuang Liu, Xiaodan Liang

Vision-Language Navigation (VLN) is a challenging task that requires an embodied agent to perform action-level modality alignment, i.e., make instruction-asked actions sequentially in complex visual environments. Most existing VLN agents learn the instruction-path data directly and cannot sufficiently explore action-level alignment knowledge inside the multi-modal inputs. In this paper, we propose modAlity-aligneD Action PrompTs (ADAPT), which provides the VLN agent with action prompts to enable the explicit learning of action-level modality alignment to pursue successful navigation. Specifically, an action prompt is defined as a modality-aligned pair of an image sub-prompt and a text sub-prompt, where the former is a single-view observation and the latter is a phrase like ''walk past the chair''. When starting navigation, the instruction-related action prompt set is retrieved from a pre-built action prompt base and passed through a prompt encoder to obtain the prompt feature. Then the prompt feature is concatenated with the original instruction feature and fed to a multi-layer transformer for action prediction. To collect high-quality action prompts into the prompt base, we use the Contrastive Language-Image Pretraining (CLIP) model which has powerful cross-modality alignment ability. A modality alignment loss and a sequential consistency loss are further introduced to enhance the alignment of the action prompt and enforce the agent to focus on the related prompt sequentially. Experimental results on both R2R and RxR show the superiority of ADAPT over state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2205.15509

Code (0)

등록된 구현이 없습니다.

Tasks

Vision-Language Navigation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Language-Aligned Waypoint (LAW) Supervision for Vision-and-Language Navigation in Continuous Environments

2021-09-30 · EMNLP 2021 11 · Sonia Raychaudhuri, Saim Wani, Shivansh Patel, Unnat Jain 외

In the Vision-and-Language Navigation (VLN) task an embodied agent navigates a 3D environment, following natural language instructions. A challenge in this task is how to handle 'off the path' scenarios where an agent ve…

Vision and Language Navigation

Recursive Visual Imagination and Adaptive Linguistic Grounding for Vision Language Navigation

2025-07-29 · Bolei Chen, Jiaxu Kang, Yifei Wang, Ping Zhong 외 arxiv

Vision Language Navigation (VLN) typically requires agents to navigate to specified objects or remote regions in unknown scenes by obeying linguistic commands. Such tasks require organizing historical visual observations…

OmniVLA: An Omni-Modal Vision-Language-Action Model for Robot Navigation

2025-09-23 · Noriaki Hirose, Catherine Glossop, Dhruv Shah, Sergey Levine arxiv

Humans can flexibly interpret and compose different goal specifications, such as language instructions, spatial coordinates, or visual references, when navigating to a destination. In contrast, most existing robotic navi…

Robot Navigation

MedMoE: Modality-Specialized Mixture of Experts for Medical Vision-Language Understanding

2025-06-10 · Shivang Chopra, Lingchao Mao, Gabriela Sanchez-Rodriguez, Andrew J Feola 외

Different medical imaging modalities capture diagnostic information at varying spatial resolutions, from coarse global patterns to fine-grained localized structures. However, most existing vision-language frameworks in t…

DiagnosticMixture-of-Experts

NavGPT: Explicit Reasoning in Vision-and-Language Navigation with Large Language Models

2023-05-26 · Gengze Zhou, Yicong Hong, Qi Wu

Trained with an unprecedented scale of data, large language models (LLMs) like ChatGPT and GPT-4 exhibit the emergence of significant reasoning abilities from model scaling. Such a trend underscored the potential of trai…

Instruction FollowingVision and Language NavigationVisual Navigation