DV-VLN: Dual Verification for Reliable LLM-Based Vision-and-Language Navigation
Zijun Li, Shijie Li, Zhenxi Zhang, Bin Li, Shoujun Zhou
TL;DR
DV-VLN tackles reliability gaps in LLM-driven vision-language navigation by moving from single-shot decisions to a generate–then–verify paradigm. It trains a lightweight LLaMA-2 backbone to produce a structured three-step chain-of-thought (Prediction–View Match–Action) and employs two inference-time verifiers, TFV and MEV, to re-rank multiple CoT-conditioned action candidates. Across R2R, RxR, and REVERIE, DV-VLN achieves competitive or superior results compared with cross-modal systems and clearly outperforms language-only baselines, with ablations confirming the complementary value of TFV and MEV. The method offers practical benefits in interpretability and deployment efficiency due to in-domain training with minimal parameters and no reliance on heavy cross-modal pretraining.
Abstract
Vision-and-Language Navigation (VLN) requires an embodied agent to navigate in a complex 3D environment according to natural language instructions. Recent progress in large language models (LLMs) has enabled language-driven navigation with improved interpretability. However, most LLM-based agents still rely on single-shot action decisions, where the model must choose one option from noisy, textualized multi-perspective observations. Due to local mismatches and imperfect intermediate reasoning, such decisions can easily deviate from the correct path, leading to error accumulation and reduced reliability in unseen environments. In this paper, we propose DV-VLN, a new VLN framework that follows a generate-then-verify paradigm. DV-VLN first performs parameter-efficient in-domain adaptation of an open-source LLaMA-2 backbone to produce a structured navigational chain-of-thought, and then verifies candidate actions with two complementary channels: True-False Verification (TFV) and Masked-Entity Verification (MEV). DV-VLN selects actions by aggregating verification successes across multiple samples, yielding interpretable scores for reranking. Experiments on R2R, RxR (English subset), and REVERIE show that DV-VLN consistently improves over direct prediction and sampling-only baselines, achieving competitive performance among language-only VLN agents and promising results compared with several cross-modal systems.Code is available at https://github.com/PlumJun/DV-VLN.
