English

Lookahead Exploration with Neural Radiance Representation for Continuous Vision-Language Navigation

Computer Vision and Pattern Recognition 2024-04-03 v1 Robotics

Abstract

Vision-and-language navigation (VLN) enables the agent to navigate to a remote location following the natural language instruction in 3D environments. At each navigation step, the agent selects from possible candidate locations and then makes the move. For better navigation planning, the lookahead exploration strategy aims to effectively evaluate the agent's next action by accurately anticipating the future environment of candidate locations. To this end, some existing works predict RGB images for future environments, while this strategy suffers from image distortion and high computational cost. To address these issues, we propose the pre-trained hierarchical neural radiance representation model (HNR) to produce multi-level semantic features for future environments, which are more robust and efficient than pixel-wise RGB reconstruction. Furthermore, with the predicted future environmental representations, our lookahead VLN model is able to construct the navigable future path tree and select the optimal path via efficient parallel evaluation. Extensive experiments on the VLN-CE datasets confirm the effectiveness of our method.

Keywords

Cite

@article{arxiv.2404.01943,
  title  = {Lookahead Exploration with Neural Radiance Representation for Continuous Vision-Language Navigation},
  author = {Zihan Wang and Xiangyang Li and Jiahao Yang and Yeqi Liu and Junjie Hu and Ming Jiang and Shuqiang Jiang},
  journal= {arXiv preprint arXiv:2404.01943},
  year   = {2024}
}

Comments

Accepted by CVPR 2024. The code is available at https://github.com/MrZihan/HNR-VLN

R2 v1 2026-06-28T15:41:41.487Z