Nipping the Drift in the Bud: Retrospective Rectification for Robust Vision-Language Navigation
Gang He, Zhenyang Liu, Kepeng Xu, Li Xu, Tong Qiao, Wenxin Yu, Chang Wu, Weiying Xie
TL;DR
This work addresses exposure bias and Instruction-State Misalignment in Vision-Language Navigation by introducing BudVLN, an online framework that learns from on-policy rollouts. It couples GRPO-based optimality seeking for proficient samples with Retrospective Rectification (SFT) to prevent errors by re-anchoring supervision to valid historical states, ensuring semantic alignment with natural language instructions. The approach yields state-of-the-art results on R2R-CE and RxR-CE while reducing training cost relative to DAgger-based methods, validating the effectiveness of on-policy, semantically consistent supervision in long-horizon VLN tasks. Overall, BudVLN advances robust embodied navigation by tightly coupling exploration, on-policy supervision, and misalignment-free corrective guidance.
Abstract
Vision-Language Navigation (VLN) requires embodied agents to interpret natural language instructions and navigate through complex continuous 3D environments. However, the dominant imitation learning paradigm suffers from exposure bias, where minor deviations during inference lead to compounding errors. While DAgger-style approaches attempt to mitigate this by correcting error states, we identify a critical limitation: Instruction-State Misalignment. Forcing an agent to learn recovery actions from off-track states often creates supervision signals that semantically conflict with the original instruction. In response to these challenges, we introduce BudVLN, an online framework that learns from on-policy rollouts by constructing supervision to match the current state distribution. BudVLN performs retrospective rectification via counterfactual re-anchoring and decision-conditioned supervision synthesis, using a geodesic oracle to synthesize corrective trajectories that originate from valid historical states, ensuring semantic consistency. Experiments on the standard R2R-CE and RxR-CE benchmarks demonstrate that BudVLN consistently mitigates distribution shift and achieves state-of-the-art performance in both Success Rate and SPL.
