paper-with-me

홈 › Papers

Efficient-VLN: A Simple yet Strong Baseline for Efficient Vision-Language Navigation

2025-12-11 · Duo Zheng, Shijia Huang, Yanyang Li, Liwei Wang arxiv

While Multimodal Large Language Models (MLLMs) have demonstrated significant promise in Vision-Language Navigation (VLN), existing agents remain heavily constrained by systemic bottlenecks across inference, training, and data collection. Specifically, they suffer from prohibitive latency due to visual history reprocessing, action leakage during sequence-packed training, and suboptimal exploration in self-correction data collection. To overcome these intertwined challenges, we present Efficient-VLN, a highly efficient and robust baseline that systematically resolves these issues through three simple-yet-effective mechanisms. (1) Inference: We introduce KV-cache reuse with contiguous RoPE, enabling the model to process only the newly observed frame at each step for real-time inference. (2) Training: We propose packed training with an action-isolating mask to accelerate throughput while effectively bridging the training-inference gap by preventing action leakage. (3) Data Collection: We employ an Adaptive DAgger to dynamically balance autonomous exploration and oracle guidance, enhancing error-recovery capability without escalating computational costs. Extensive evaluations show that Efficient-VLN significantly advances the state-of-the-art across the R2R-CE (73.2% SR) and RxR-CE (75.6% SR) benchmarks. Meanwhile, it yields a 28% latency reduction compared to the previous state-of-the-art StreamVLN, establishing a new paradigm for streaming MLLM-based navigation.

📄 PDF Abstract BibTeX arXiv:2512.10310

Code (0)

등록된 구현이 없습니다.

Tasks

Vision-Language Navigation

Similar Papers 제목 키워드 기반

Learning to Stop: A Simple yet Effective Approach to Urban Vision-Language Navigation

2020-09-28 · Findings of the Association for Computational Linguistics 2020 · Jiannan Xiang, Xin Eric Wang, William Yang Wang

Vision-and-Language Navigation (VLN) is a natural language grounding task where an agent learns to follow language instructions and navigate to specified destinations in real-world environments. A key challenge is to rec…

NavigateVision and Language NavigationVision-Language Navigation

FOAM: A Follower-aware Speaker Model For Vision-and-Language Navigation

2022-06-09 · NAACL 2022 7 · Zi-Yi Dou, Nanyun Peng

The speaker-follower models have proven to be effective in vision-and-language navigation, where a speaker model is used to synthesize new instructions to augment the training data for a follower navigation model. Howeve…

Vision and Language Navigation

TANGO: Humanoid Navigation in Cluttered Environments with a Whole-Body Vision-Language-Action Model

2026-09-08 · Anqi Li, Yuxin Chen, Zhaobo Li, Zhuo Cao 외 hf

We study the problem of navigating cluttered indoor environments with a humanoid robot. Unlike conventional methods that model navigation as a 2D path planning problem, humanoid traversal in cluttered environments requir…

Vision-Language Navigation

Beyond the Nav-Graph: Vision-and-Language Navigation in Continuous Environments

2020-04-06 · ECCV 2020 8 · Jacob Krantz, Erik Wijmans, Arjun Majumdar, Dhruv Batra 외

We develop a language-guided navigation task set in a continuous 3D environment where agents must execute low-level actions to follow natural language navigation directions. By being situated in continuous environments, …

Vision and Language Navigation

CLIP-Nav: Using CLIP for Zero-Shot Vision-and-Language Navigation

2022-11-30 · Vishnu Sashank Dorbala, Gunnar Sigurdsson, Robinson Piramuthu, Jesse Thomason 외

Household environments are visually diverse. Embodied agents performing Vision-and-Language Navigation (VLN) in the wild must be able to handle this diversity, while also following arbitrary language instructions. Recent…

DiversityInstruction FollowingObject RecognitionVision and Language Navigation