Skip to content

Commit 7a5c624

Browse files
authored
Revise citations in README (#310)
Updated citation entries to reflect new publication details
1 parent 5544d95 commit 7a5c624

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,13 @@ Below are selected community-driven deployment guides and solution write-ups, wh
233233

234234
If you find our InternVLA-N1 (Dual System) model helpful, please cite our ICLR paper and previous technical report:
235235
```bibtex
236-
@misc{wei2025groundslowfastdualsystem,
237-
title={Ground Slow, Move Fast: A Dual-System Foundation Model for Generalizable Vision-and-Language Navigation},
238-
author={Meng Wei and Chenyang Wan and Jiaqi Peng and Xiqian Yu and Yuqiang Yang and Delin Feng and Wenzhe Cai and Chenming Zhu and Tai Wang and Jiangmiao Pang and Xihui Liu},
239-
year={2025},
240-
eprint={2512.08186},
241-
archivePrefix={arXiv},
242-
primaryClass={cs.RO},
243-
url={https://arxiv.org/abs/2512.08186},
236+
@inproceedings{
237+
wei2026ground,
238+
title={Ground Slow, Move Fast: A Dual-System Foundation Model for Generalizable Vision-Language Navigation},
239+
author={Meng Wei and Chenyang Wan and Jiaqi Peng and Xiqian Yu and Yuqiang Yang and Delin Feng and Wenzhe Cai and Chenming Zhu and Tai Wang and Jiangmiao Pang and Xihui Liu},
240+
booktitle={The Fourteenth International Conference on Learning Representations},
241+
year={2026},
242+
url={https://openreview.net/forum?id=GK4rznYwhn}
244243
}
245244
@misc{internvla-n1,
246245
title = {{InternVLA-N1: An} Open Dual-System Navigation Foundation Model with Learned Latent Plans},
@@ -271,17 +270,17 @@ If you use this InternNav codebase to develop your method, please cite our codeb
271270
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
272271
year={2025}
273272
}
274-
@misc{streamvln,
273+
@inproceedings{streamvln,
275274
title = {StreamVLN: Streaming Vision-and-Language Navigation via SlowFast Context Modeling},
276275
author = {Wei, Meng and Wan, Chenyang and Yu, Xiqian and Wang, Tai and Yang, Yuqiang and Mao, Xiaohan and Zhu, Chenming and Cai, Wenzhe and Wang, Hanqing and Chen, Yilun and Liu, Xihui and Pang, Jiangmiao},
277-
booktitle={arXiv},
278-
year = {2025}
276+
booktitle={2026 IEEE International Conference on Robotics and Automation (ICRA)},
277+
year = {2026}
279278
}
280-
@misc{navdp,
279+
@inproceedings{navdp,
281280
title = {NavDP: Learning Sim-to-Real Navigation Diffusion Policy with Privileged Information Guidance},
282281
author = {Wenzhe Cai, Jiaqi Peng, Yuqiang Yang, Yujian Zhang, Meng Wei, Hanqing Wang, Yilun Chen, Tai Wang and Jiangmiao Pang},
283-
year = {2025},
284-
booktitle={arXiv},
282+
booktitle={2026 IEEE International Conference on Robotics and Automation (ICRA)},
283+
year = {2026},
285284
}
286285
```
287286

0 commit comments

Comments
 (0)