Update README.md
Browse files
README.md
CHANGED
|
@@ -9,8 +9,11 @@ tags:
|
|
| 9 |
<img src="docs/imgs/WE_title.png" width="800px">
|
| 10 |
|
| 11 |
> *The missing infrastructure for Physical AI post-training in AD. Open-source. Production-validated.*
|
| 12 |
-
|
|
|
|
|
|
|
| 13 |
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
|
|
|
| 14 |
[](https://www.modelscope.cn/datasets/OpenDriveLab/WorldEngine)
|
| 15 |
[](https://github.com/OpenDriveLab/WorldEngine)
|
| 16 |
[](https://huggingface.co/datasets/OpenDriveLab/WorldEngine)
|
|
@@ -33,6 +36,7 @@ tags:
|
|
| 33 |
- **Production-scale validation**: Deployed on a mass-produced ADAS platform trained on 80,000+ hours of driving logs, reducing collision rate by up to **45.5%** and achieving zero disengagements in a 200 km on-road test.
|
| 34 |
|
| 35 |
## News
|
|
|
|
| 36 |
- **[2026/04/09]** Official data release.
|
| 37 |
|
| 38 |
---
|
|
@@ -243,52 +247,15 @@ After dataset setup, refer to the main project documentation:
|
|
| 243 |
If this project is helpful to your research, please consider citing:
|
| 244 |
|
| 245 |
```bibtex
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
journal={arXiv preprint arXiv:2503.12552},
|
| 255 |
-
year={2025}
|
| 256 |
-
}
|
| 257 |
-
```
|
| 258 |
-
|
| 259 |
-
If you use the scenario data generated by Behavior World Model (BWM), please also cite:
|
| 260 |
-
```bibtex
|
| 261 |
-
@inproceedings{zhou2025nexus,
|
| 262 |
-
title={Decoupled Diffusion Sparks Adaptive Scene Generation},
|
| 263 |
-
author={Zhou, Yunsong and Ye, Naisheng and Ljungbergh, William and Li, Tianyu and Yang, Jiazhi and Yang, Zetong and Zhu, Hongzi and Petersson, Christoffer and Li, Hongyang},
|
| 264 |
-
booktitle={ICCV},
|
| 265 |
-
year={2025}
|
| 266 |
-
}
|
| 267 |
-
```
|
| 268 |
-
|
| 269 |
-
```bibtex
|
| 270 |
-
@article{li2025optimization,
|
| 271 |
-
title={Optimization-Guided Diffusion for Interactive Scene Generation},
|
| 272 |
-
author={Li, Shihao and Ye, Naisheng and Li, Tianyu and Chitta, Kashyap and An, Tuo and Su, Peng and Wang, Boyang and Liu, Haiou and Lv, Chen and Li, Hongyang},
|
| 273 |
-
journal={arXiv preprint arXiv:2512.07661},
|
| 274 |
-
year={2025}
|
| 275 |
-
}
|
| 276 |
```
|
| 277 |
-
|
| 278 |
-
If you find AlgEngine well, please cite as well:
|
| 279 |
-
```bibtex
|
| 280 |
-
@ARTICLE{11353028,
|
| 281 |
-
author={Liu, Haochen and Li, Tianyu and Yang, Haohan and Chen, Li and Wang, Caojun and Guo, Ke and Tian, Haochen and Li, Hongchen and Li, Hongyang and Lv, Chen},
|
| 282 |
-
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
|
| 283 |
-
title={Reinforced Refinement With Self-Aware Expansion for End-to-End Autonomous Driving},
|
| 284 |
-
year={2026},
|
| 285 |
-
volume={48},
|
| 286 |
-
number={5},
|
| 287 |
-
pages={5774-5792},
|
| 288 |
-
keywords={Adaptation models;Self-aware;Autonomous vehicles;Pipelines;Planning;Training;Reinforcement learning;Uncertainty;Data models;Safety;End-to-end autonomous driving;reinforced finetuning;imitation learning;motion planning},
|
| 289 |
-
doi={10.1109/TPAMI.2026.3653866}}
|
| 290 |
-
```
|
| 291 |
-
|
| 292 |
---
|
| 293 |
|
| 294 |
## 📄 License
|
|
|
|
| 9 |
<img src="docs/imgs/WE_title.png" width="800px">
|
| 10 |
|
| 11 |
> *The missing infrastructure for Physical AI post-training in AD. Open-source. Production-validated.*
|
| 12 |
+
>
|
| 13 |
+
[](https://arxiv.org/abs/2606.19836)
|
| 14 |
+
[](https://www.youtube.com/watch?v=P1zEyfqa1uY)
|
| 15 |
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
| 16 |
+
|
| 17 |
[](https://www.modelscope.cn/datasets/OpenDriveLab/WorldEngine)
|
| 18 |
[](https://github.com/OpenDriveLab/WorldEngine)
|
| 19 |
[](https://huggingface.co/datasets/OpenDriveLab/WorldEngine)
|
|
|
|
| 36 |
- **Production-scale validation**: Deployed on a mass-produced ADAS platform trained on 80,000+ hours of driving logs, reducing collision rate by up to **45.5%** and achieving zero disengagements in a 200 km on-road test.
|
| 37 |
|
| 38 |
## News
|
| 39 |
+
- **[2026/06/19]** Paper released on arXiv. See [World Engine: Towards the Era of Post-Training for Autonomous Driving](https://arxiv.org/abs/2606.19836).
|
| 40 |
- **[2026/04/09]** Official data release.
|
| 41 |
|
| 42 |
---
|
|
|
|
| 247 |
If this project is helpful to your research, please consider citing:
|
| 248 |
|
| 249 |
```bibtex
|
| 250 |
+
@misc{li2026worldengineeraposttraining,
|
| 251 |
+
title={World Engine: Towards the Era of Post-Training for Autonomous Driving},
|
| 252 |
+
author={Tianyu Li and Li Chen and Caojun Wang and Haochen Liu and Kashyap Chitta and Zhenjie Yang and Yuhang Lu and Naisheng Ye and Yihang Qiu and Yufei Wang and Luoxi Zou and Jiaxin Peng and Jin Pan and Zhaoyu Su and Andrei Bursuc and Shengbo Eben Li and Andreas Geiger and Peng Su and Hongyang Li},
|
| 253 |
+
year={2026},
|
| 254 |
+
eprint={2606.19836},
|
| 255 |
+
archivePrefix={arXiv},
|
| 256 |
+
primaryClass={cs.RO},
|
| 257 |
+
url={https://arxiv.org/abs/2606.19836},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 258 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 259 |
---
|
| 260 |
|
| 261 |
## 📄 License
|