Datasets:

Languages:
English
ArXiv:
License:
WCJ-BERT commited on
Commit
e72fe56
·
verified ·
1 Parent(s): 56599a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -46
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
  [![License](https://img.shields.io/badge/License-CC--BY--NC--SA--4.0-blue.svg?style=for-the-badge)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
 
14
  [![ModelScope](https://img.shields.io/badge/ModelScope-Dataset-orange.svg?style=for-the-badge)](https://www.modelscope.cn/datasets/OpenDriveLab/WorldEngine)
15
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-black.svg?style=for-the-badge&logo=github)](https://github.com/OpenDriveLab/WorldEngine)
16
  [![Hugging Face](https://img.shields.io/badge/Hugging_Face-Dataset-ffc107.svg?style=for-the-badge&logo=huggingface)](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
- If you use the Render Assets (MTGS), please also cite:
250
- ```bibtex
251
- @article{li2025mtgs,
252
- title={MTGS: Multi-Traversal Gaussian Splatting},
253
- author={Li, Tianyu and Qiu, Yihang and Wu, Zhenhua and Lindstr{\"o}m, Carl and Su, Peng and Nie{\ss}ner, Matthias and Li, Hongyang},
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
+ [![Paper](https://img.shields.io/badge/arXiv-2606.19836-b31b1b.svg?style=for-the-badge&logo=arxiv)](https://arxiv.org/abs/2606.19836)
14
+ [![YouTube](https://img.shields.io/badge/YouTube-Video-FF0000.svg?style=for-the-badge&logo=youtube)](https://www.youtube.com/watch?v=P1zEyfqa1uY)
15
  [![License](https://img.shields.io/badge/License-CC--BY--NC--SA--4.0-blue.svg?style=for-the-badge)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
16
+
17
  [![ModelScope](https://img.shields.io/badge/ModelScope-Dataset-orange.svg?style=for-the-badge)](https://www.modelscope.cn/datasets/OpenDriveLab/WorldEngine)
18
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-black.svg?style=for-the-badge&logo=github)](https://github.com/OpenDriveLab/WorldEngine)
19
  [![Hugging Face](https://img.shields.io/badge/Hugging_Face-Dataset-ffc107.svg?style=for-the-badge&logo=huggingface)](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