Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

demo

HomePage Technical Report — InternVLA-N1 DualVLN Paper — arXiv doc GitHub star chart GitHub Issues Discord

🏠 Introduction

InternNav is an All-in-one open-source toolbox for embodied navigation based on PyTorch, Habitat and Isaac Sim.

Highlights

  • Modular Support of the Entire Navigation System

We support modular customization and study of the entire navigation system, including vision-language navigation with discrete action space (VLN-CE), visual navigation (VN) given point/image/trajectory goals, and the whole VLN system with continuous trajectory outputs.

  • Compatibility with Mainstream Simulation Platforms

The toolbox is compatible with different training and evaluation requirements, supporting different environments for the usage of mainstream simulation platforms such as Habitat and Isaac Sim.

  • Comprehensive Datasets, Models and Benchmarks

The toolbox supports the most comprehensive 6 datasets & benchmarks and 10+ popular baselines, including both mainstream and our established brand new ones.

  • State of the Art

The toolbox supports the most advanced high-quality navigation dataset, InternData-N1, which includes 3k+ scenes and 830k VLN data covering diverse embodiments and scenes, and the first dual-system navigation foundation model with leading performance on all the benchmarks and zero-shot generalization capability in the real world, InternVLA-N1.

🔥 News

TimeUpdate
2026/01InternNav v0.3.0 released.
2025/12We introduce Interactive Instance Goal Navigation (IIGN) and release VL-LN Bench to enable InternVLA-N1 to solve this task, with large-scale dialog-trajectory collection plus training and evaluation support. See our website for details.
2025/12Training code for InternVLA-N1 and the corresponding usage doc is now available. This release provides two model configurations: InternVLA-N1 (Dual System) with NavDP* and InternVLA-N1 (Dual System) DualVLN . For model architecture and training details, please refer to the DualVLN paper.
2025/11InternNav v0.2.0 released — added distributed evaluation support for VLN-PE.
2025/10Add a inference-only demo of InternVLA-N1.
2025/10InternVLA-N1 technical report is released. Please check our homepage.
2025/09Real-world deployment code of InternVLA-N1 released. Upload 3D printing files for Unitree Go2.
2025/07Hosting the 🏆 IROS 2025 Grand Challenge (see updates at official website)
2025/07InternNav v0.1.1 released

📋 Table of Contents

📚 Getting Started

Please refer to the documentation for quick start with InternNav, from installation to training or evaluating supported models.

📦 Overview

🧪 Supported Benchmarks

VLN Benchmarks VN Benchmarks

🤗 Model Zoo & Downloads

🧠 VLN Single-System 🎯 VN System (System1) 🤝 VLN Multi-System

📊 Benchmark Results

VLN-CE Benchmarks

📍 R2R Dataset

ModelObservationNE ↓OS ↑SR ↑SPL ↑
InternVLA-N1-wo-dagger (S2) + ShortestPathFollower-4.8960.655.452.1
InternVLA-N1-wo-dagger (Dual System) with NavDP*RGB-D4.8363.358.254.0
InternVLA-N1 (S2) + ShortestPathFollower-4.2568.360.955.2
InternVLA-N1 (Dual System) with NavDP*RGB-D4.2270.464.158.1
InternVLA-N1 (Dual System) DualVLN RGB4.0570.764.358.5

📍 RxR Dataset

ModelObservationNE ↓SR ↑SPL ↑nDTW ↑
InternVLA-N1 (S2) + ShortestPathFollower-5.7163.555.046.8
InternVLA-N1 (Dual System) with NavDP*RGB-D4.7059.750.669.7
InternVLA-N1 (Dual System) DualVLN RGB4.5861.451.870.0

VLN-PE Benchmarks

📍 Flash Controller on R2R Unseen

ModelNE ↓OS ↑SR ↑SPL ↑
Seq2Seq8.2743.015.79.7
CMA7.5245.024.418.2
RDP6.9842.524.917.5
InternVLA-N1 (System 2) + iPlanner4.9155.5347.0741.09
InternVLA-N1 (System 2) + NavDP4.2267.3358.7250.98
InternVLA-N1 (Dual System) DualVLN 3.9069.9363.6256.49

📍 Physical Controller on R2R Unseen

ModelNE ↓OS ↑SR ↑SPL ↑
Seq2Seq7.8828.115.110.7
CMA7.2631.422.118.6
RDP6.7236.925.217.7
InternVLA-N1 (Dual System) DualVLN 4.6655.951.642.49

Visual Navigation Benchmarks

📍 ClutteredEnv Dataset

ModelSR ↑SPL ↑
iPlanner84.883.6
ViPlanner72.472.3
NavDP <InternVLA-N1 (System 1)>89.887.7

📍 InternScenes Dataset

ModelSR ↑SPL ↑
iPlanner48.846.7
ViPlanner54.352.5
NavDP <InternVLA-N1 (System 1)>65.760.7

🔧 Customization

Please refer to the tutorial for advanced usage of InternNav, including customization of datasets, models and experimental settings.

👥 Contribute

If you would like to contribute to InternNav, please check out our contribution guide. For example, raising issues, fixing bugs in the framework, and adapting or adding new policies and data to the framework.

Note: We welcome the feedback of the model's zero-shot performance when deploying in your own environment. Please show us your results and offer us your future demands regarding the model's capability. We will select the most valuable ones and collaborate with users together to solve them in the next few months :)

🚀 Community Deployment & Best Practices

We are excited to see InternNav being deployed and extended by the community across different robots and real-world scenarios. Below are selected community-driven deployment guides and solution write-ups, which may serve as practical references for advanced users.

🔗 Citation

If you find our InternVLA-N1 (Dual System) model helpful, please cite our ICLR paper and previous technical report:

@inproceedings{
  wei2026ground,
  title={Ground Slow, Move Fast: A Dual-System Foundation Model for Generalizable Vision-Language Navigation},
  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},
  booktitle={The Fourteenth International Conference on Learning Representations},
  year={2026},
  url={https://openreview.net/forum?id=GK4rznYwhn}
}
@misc{internvla-n1,
    title = {{InternVLA-N1: An} Open Dual-System Navigation Foundation Model with Learned Latent Plans},
    author = {InternNav Team},
    year = {2025},
    booktitle={arXiv},
}

If you use this InternNav codebase to develop your method, please cite our codebase:

@misc{internnav2025,
    title = {{InternNav: InternRobotics'} open platform for building generalized navigation foundation models},
    author = {InternNav Contributors},
    howpublished={\url{https://github.com/InternRobotics/InternNav}},
    year = {2025}
}
If you use the specific pretrained models and benchmarks, please kindly cite the original papers below.

@inproceedings{vlnpe,
  title={Rethinking the Embodied Gap in Vision-and-Language Navigation: A Holistic Study of Physical and Visual Disparities},
  author={Wang, Liuyi and Xia, Xinyuan and Zhao, Hui and Wang, Hanqing and Wang, Tai and Chen, Yilun and Liu, Chengju and Chen, Qijun and Pang, Jiangmiao},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
  year={2025}
}
@inproceedings{streamvln,
    title = {StreamVLN: Streaming Vision-and-Language Navigation via SlowFast Context Modeling},
    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},
    booktitle={2026 IEEE International Conference on Robotics and Automation (ICRA)},
    year = {2026}
}
@inproceedings{navdp,
    title = {NavDP: Learning Sim-to-Real Navigation Diffusion Policy with Privileged Information Guidance},
    author = {Wenzhe Cai, Jiaqi Peng, Yuqiang Yang, Yujian Zhang, Meng Wei, Hanqing Wang, Yilun Chen, Tai Wang and Jiangmiao Pang},
    booktitle={2026 IEEE International Conference on Robotics and Automation (ICRA)},
    year = {2026},
}

📄 License

InternNav's codes are MIT licensed. The open-sourced InternData-N1 data are under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License Creative Commons License. Other datasets like VLN-CE inherit their own distribution licenses.

👏 Acknowledgement

  • InternUtopia (Previously GRUtopia): The closed-loop evaluation and GRScenes-100 data in this framework relies on the InternUtopia framework.
  • Diffusion Policy: Diffusion policy implementation.
  • LongCLIP: Long-text CLIP model.
  • VLN-CE: Vision-and-Language Navigation in Continuous Environments based on Habitat.
  • Qwen2.5-VL: The pretrained vision-language foundation model.
  • LeRobot: The data format used in this project largely follows the conventions of LeRobot.

关于 About

InternRobotics' open platform for building generalized navigation foundation models.
mllmsnavigationroboticsspatial-aispatial-intelligencevision-language-action-modelvision-language-navigationvisual-navigationvlavlm

语言 Languages

Jupyter Notebook66.0%
Python33.6%
Shell0.3%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
84
Total Commits
峰值: 8次/周
Less
More

核心贡献者 Contributors