paper-with-me

홈 › Papers

Vision-and-Language Navigation Generative Pretrained Transformer

2024-05-27 · Wen Hanlin

In the Vision-and-Language Navigation (VLN) field, agents are tasked with navigating real-world scenes guided by linguistic instructions. Enabling the agent to adhere to instructions throughout the process of navigation represents a significant challenge within the domain of VLN. To address this challenge, common approaches often rely on encoders to explicitly record past locations and actions, increasing model complexity and resource consumption. Our proposal, the Vision-and-Language Navigation Generative Pretrained Transformer (VLN-GPT), adopts a transformer decoder model (GPT2) to model trajectory sequence dependencies, bypassing the need for historical encoding modules. This method allows for direct historical information access through trajectory sequence, enhancing efficiency. Furthermore, our model separates the training process into offline pre-training with imitation learning and online fine-tuning with reinforcement learning. This distinction allows for more focused training objectives and improved performance. Performance assessments on the VLN dataset reveal that VLN-GPT surpasses complex state-of-the-art encoder-based models.

📄 PDF Abstract BibTeX arXiv:2405.16994

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImitation LearningVision and Language Navigation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

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

PIG-Nav: Key Insights for Pretrained Image Goal Navigation Models

2025-07-23 · Jiansong Wan, Chengming Zhou, Jinkua Liu, Xiangge Huang 외 arxiv

Recent studies have explored pretrained (foundation) models for vision-based robotic navigation, aiming to achieve generalizable navigation and positive transfer across diverse environments while enhancing zero-shot perf…

Representation LearningVisual Navigation

ImagiNav: Scalable Embodied Navigation via Generative Visual Prediction and Inverse Dynamics

2026-03-14 · Jie Chen, Yuxin Cai, Yizhuo Wang, Ruofei Bai 외 arxiv

Enabling robots to navigate open-world environments via natural language is critical for general-purpose autonomy. Yet, Vision-Language Navigation has relied on end-to-end policies trained on expensive, embodiment-specif…

Vision-Language NavigationRobot Navigation

LangNav: Language as a Perceptual Representation for Navigation

2023-10-11 · Bowen Pan, Rameswar Panda, SouYoung Jin, Rogerio Feris 외

We explore the use of language as a perceptual representation for vision-and-language navigation (VLN), with a focus on low-data settings. Our approach uses off-the-shelf vision systems for image captioning and object de…

Image CaptioningLanguage ModelingLanguage ModellingLarge Language Model+3

Monocular Robot Navigation with Self-Supervised Pretrained Vision Transformers

2022-03-07 · Miguel Saavedra-Ruiz, Sacha Morin, Liam Paull

In this work, we consider the problem of learning a perception model for monocular robot navigation using few annotated images. Using a Vision Transformer (ViT) pretrained with a label-free self-supervised method, we suc…

CPUImage SegmentationRobot NavigationSegmentation+1