LegendBC commited on
Commit
8f01f16
·
verified ·
1 Parent(s): dbe26d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -1,3 +1,39 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+
6
+
7
+ <br>
8
+
9
+ # DiffusionDrive Model Card
10
+
11
+ ## Model Details
12
+
13
+ We propose a novel truncated diffusion model, DiffusionDrive, for real-time end-to-end autonomous driving, which is much faster (10x reduction in diffusion denoising steps), more accurate (3.5 higher PDMS on NAVSIM), and more diverse (64% higher mode diversity score) than the vanilla diffusion policy. Without bells and whistles, DiffusionDrive achieves record-breaking 88.1 PDMS on NAVSIM benchmark with the same ResNet-34 backbone by directly learning from human demonstrations, while running at a real-time speed of 45 FPS.
14
+
15
+ - **Developed by:** [HUST](https://english.hust.edu.cn/), [Horizon Robotics](https://en.horizon.cc/)
16
+ - **Model type:** An end-to-end autonomous driving model based on the truncated diffusion policy.
17
+ - **License:** Non-commercial license
18
+
19
+
20
+ ### Model Sources
21
+
22
+ - **Repository:** https://github.com/hustvl/DiffusionDrive
23
+ - **Paper:** https://arxiv.org/abs/2411.15139
24
+
25
+ ## Uses
26
+
27
+ The primary use of DiffusionDrive is for the end-to-end autonomous driving.
28
+
29
+
30
+ ## Citation Information
31
+
32
+ @article{diffusiondrive,
33
+ title={DiffusionDrive: Truncated Diffusion Model for End-to-End Autonomous Driving},
34
+ author={Bencheng Liao and Shaoyu Chen and Haoran Yin and Bo Jiang and Cheng Wang and Sixu Yan and Xinbang Zang and Xiangyu Li and Ying Zhang and Qian Zhang and Xinggang Wang},
35
+ journal={arXiv preprint arXiv:2411.15139},
36
+ year={2024}
37
+ }
38
+
39
+