LangNav: Language as a Perceptual Representation for Navigation
About LangNav
LangNav is an LLM-based navigation agent which performs multi-step navigation end-to-end via textual descriptions of the scene. The language-based perceptual representation makes LangNav more data efficient compared to VL models. With only a few language-based trajectories from a R2R environment, we use GPT-4 to efficiently generate a huge amount of synthetic training data. A smaller language model (LLaMA2-7B) can then be trained on these synthetic data and do the task. In this repo, we provide the inference code, the model, and the training dataset we used for the paper:
LangNav: Language as a Perceptual Representation for Navigation
sh eval_scripts/eval_langnav_2k_synthetic_100_real.sh
We will also release the synthetic training dataset and the other models. Stay tuned!
Citation
If you use or discuss our LangNav, please cite our paper:
@article{pan2023langnav,
title={Langnav: Language as a perceptual representation for navigation},
author={Pan, Bowen and Panda, Rameswar and Jin, SouYoung and Feris, Rogerio and Oliva, Aude and Isola, Phillip and Kim, Yoon},
journal={arXiv preprint arXiv:2310.07889},
year={2023}
}