English

EvolveNav: Empowering LLM-Based Vision-Language Navigation via Self-Improving Embodied Reasoning

Computer Vision and Pattern Recognition 2025-10-15 v3 Artificial Intelligence Computation and Language

Abstract

Recent studies have revealed the potential of training open-source Large Language Models (LLMs) to unleash LLMs' reasoning ability for enhancing vision-language navigation (VLN) performance, and simultaneously mitigate the domain gap between LLMs' training corpus and the VLN task. However, these approaches predominantly adopt straightforward input-output mapping paradigms, causing the mapping learning difficult and the navigational decisions unexplainable. Chain-of-Thought (CoT) training is a promising way to improve both navigational decision accuracy and interpretability, while the complexity of the navigation task makes the perfect CoT labels unavailable and may lead to overfitting through pure CoT supervised fine-tuning. To address these issues, we propose EvolveNav, a novel sElf-improving embodied reasoning paradigm that realizes adaptable and generalizable navigational reasoning for boosting LLM-based vision-language Navigation. Specifically, EvolveNav involves a two-stage training process: (1) Formalized CoT Supervised Fine-Tuning, where we train the model with curated formalized CoT labels to first activate the model's navigational reasoning capabilities, and simultaneously increase the reasoning speed; (2) Self-Reflective Post-Training, where the model is iteratively trained with its own reasoning outputs as self-enriched CoT labels to enhance the supervision diversity. A self-reflective auxiliary task is also designed to encourage the model to learn correct reasoning patterns by contrasting with wrong ones. Experimental results under both task-specific and cross-task training paradigms demonstrate the consistent superiority of EvolveNav over previous LLM-based VLN approaches on various popular benchmarks, including R2R, REVERIE, CVDN, and SOON. Code is available at https://github.com/expectorlin/EvolveNav.

Keywords

Cite

@article{arxiv.2506.01551,
  title  = {EvolveNav: Empowering LLM-Based Vision-Language Navigation via Self-Improving Embodied Reasoning},
  author = {Bingqian Lin and Yunshuang Nie and Khun Loun Zai and Ziming Wei and Mingfei Han and Rongtao Xu and Minzhe Niu and Jianhua Han and Hanwang Zhang and Liang Lin and Bokui Chen and Cewu Lu and Xiaodan Liang},
  journal= {arXiv preprint arXiv:2506.01551},
  year   = {2025}
}
R2 v1 2026-07-01T02:54:11.910Z