paper-with-me

Papers

Visual-Language Navigation Pretraining via Prompt-based Environmental Self-exploration

2022-03-08 · ACL 2022 5 · Xiwen Liang, Fengda Zhu, Lingling Li, Hang Xu, Xiaodan Liang

Vision-language navigation (VLN) is a challenging task due to its large searching space in the environment. To address this problem, previous works have proposed some methods of fine-tuning a large model that pretrained on large-scale datasets. However, the conventional fine-tuning methods require extra human-labeled navigation data and lack self-exploration capabilities in environments, which hinders their generalization of unseen scenes. To improve the ability of fast cross-domain adaptation, we propose Prompt-based Environmental Self-exploration (ProbES), which can self-explore the environments by sampling trajectories and automatically generates structured instructions via a large-scale cross-modal pretrained model (CLIP). Our method fully utilizes the knowledge learned from CLIP to build an in-domain dataset by self-exploration without human labeling. Unlike the conventional approach of fine-tuning, we introduce prompt-based learning to achieve fast adaptation for language embeddings, which substantially improves the learning efficiency by leveraging prior knowledge. By automatically synthesizing trajectory-instruction pairs in any environment without human supervision and efficient prompt-based learning, our model can adapt to diverse vision-language navigation tasks, including VLN and REVERIE. Both qualitative and quantitative results show that our ProbES significantly improves the generalization ability of the navigation model.

📄 PDF Abstract BibTeX arXiv:2203.04006

Code (1)

liangcici/probes-vln 공식 구현

Tasks

Domain AdaptationVision-Language Navigation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Visual-Language Navigation Pretraining via Prompt-based Environmental Self-exploration

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Vision-language navigation (VLN) is a challenging task due to its large searching space in the environment. To address this problem, previous works have proposed some methods of fine-tuning a large model that pretrained …

Domain AdaptationVision-Language Navigation

Prompt-based Context- and Domain-aware Pretraining for Vision and Language Navigation

2023-09-07 · Ting Liu, Yue Hu, Wansen Wu, Youkai Wang 외

Pretrained visual-language models have extensive world knowledge and are widely used in visual and language navigation (VLN). However, they are not sensitive to indoor scenarios for VLN tasks. Another challenge for VLN i…

Contrastive Learningcross-modal alignmentVision and Language NavigationWorld Knowledge

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

2022-05-31 · CVPR 2022 1 · Bingqian Lin, Yi Zhu, Zicong Chen, Xiwen 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 ex…

Vision-Language Navigation

VPN: Visual Prompt Navigation

2025-08-03 · Shuo Feng, Zihan Wang, Yuchen Li, Rui Kong 외 arxiv

While natural language is commonly used to guide embodied agents, the inherent ambiguity and verbosity of language often hinder the effectiveness of language-guided navigation in complex environments. To this end, we pro…

Data AugmentationVisual Navigation

A Navigation Framework Utilizing Vision-Language Models

2025-06-11 · Yicheng Duan, Kaiyu Tang

Vision-and-Language Navigation (VLN) presents a complex challenge in embodied AI, requiring agents to interpret natural language instructions and navigate through visually rich, unfamiliar environments. Recent advances i…

NavigatePrompt EngineeringVision and Language Navigation