Zhanbo Shi1, Lin Zhang1*, Shengjie Zhao1, Yicong Zhou2
1School of Computer Science and Technology, Tongji University, Shanghai, China
2Department of Computer and Information Science, University of Macau, China
In recent years, numerous studies have attempted to solve the Vision-Language Navigation in Continuous Environments (VLN-CE) task in a zero-shot manner, leveraging Large Language Models (LLMs) to generate navigation decisions. However, all of these methods overlook the unreliability of LLMs' outputs, which significantly reduces the success rate of the VLN-CE task. This unreliability can be attributed to semantic uncertainty arising from the ambiguous inputs of LLMs and sampling uncertainty caused by the inherent randomness of LLMs. Taking the aforementioned uncertainty into consideration, we propose ReliableNav, the first uncertainty-aware zero-shot navigation framework for the VLN-CE task. To cope with semantic uncertainty, ReliableNav is equipped with the Chain-of-Atomic-Actions (CoA2), which is designed to improve the semantic equivalence of textual and visual inputs in the reasoning process of LLMs. In addition, we introduce the Reliability Check Map (RCM) to necessitate replanning for unreliable decisions, thus mitigating the impact of sampling uncertainty on navigation performance. Experimental results demonstrate that our ReliableNav significantly surpasses its counterparts on two VLN-CE benchmarks, R2R-CE and RxR-CE. Furthermore, a detailed analysis was conducted on 100 episodes from the validation unseen split of the R2R-CE dataset to validate the effectiveness of our ReliableNav.