Instruction 1: "Exit the room and turn right to find the fire extinguisher."
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.
To address the challenges of exploration efficiency and adversarial supervision, BudVLN employs an Adaptive Mutual Exclusion Strategy to dynamically bifurcate the training process based on the agent's real-time proficiency.
Compared to baseline methods that fail to ground instructions and get stuck during deviations, BudVLN remains robust at critical turning points, effectively avoiding failure modes and preserving history-action consistency.
Here we present several successful navigation trajectories performed by our BudVLN agent in unseen environments. Guided by our retrospective rectification mechanism, the agent robustly follows complex natural language instructions and reaches the target.
Instruction 1: "Exit the room and turn right to find the fire extinguisher."
Instruction 2: "Walk to the end of the hallway, turn right, and stop in front of the fire extinguisher."
Instruction 3: "Walk straight, then turn right to find the orange box."
@misc{he2026nipping,
title={Nipping the Drift in the Bud: Retrospective Rectification for Robust Vision-Language Navigation},
author={Gang He and Zhenyang Liu and Kepeng Xu and Li Xu and Tong Qiao and Wenxin Yu and Chang Wu and Weiying Xie},
year={2026},
eprint={2602.06356},
archivePrefix={arXiv},
primaryClass={cs.RO}
}