liushu-ethz commited on
Commit
dde15a6
·
verified ·
1 Parent(s): 06c4583

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <br>
2
+
3
+ # BridgeDrive Model Card
4
+
5
+ ## Model Details
6
+
7
+ Diffusion-based planners excel in autonomous driving by capturing multi-modal behaviors, but guiding them for safe, closed-loop planning remains challenging. Existing methods rely on anchor trajectories but suffer from a truncated diffusion process that breaks theoretical consistency. We introduce BridgeDrive, an anchor-guided diffusion bridge policy that directly transforms coarse anchors into refined plans while preserving consistency between forward and reverse processes. BridgeDrive supports efficient ODE solvers for real-time deployment. We achieve state-of-the-art performance on the Bench2Drive closed-loop evaluation benchmark, improving the success rate by 7.72% and 2.45% over prior arts with PDM-Lite and LEAD datasets, respectively.
8
+ - **Developed by:** [Bosch] (https://www.bosch.de/),
9
+ - **Model type:** An end-to-end autonomous driving model based on the diffusion bridge policy for closed-loop settings.
10
+
11
+
12
+ ### Model Sources
13
+
14
+ - **Repository:** https://github.com/shuliu-ethz/BridgeDrive
15
+ - **Paper:** https://openreview.net/pdf?id=dJKhjK4zpp
16
+
17
+ ## Uses
18
+
19
+ The primary use of BridgeDrive is for the end-to-end autonomous driving in closed-loop settings.
20
+
21
+
22
+ ## Citation Information
23
+
24
+ @inproceedings{
25
+ liu2026bridgedrive,
26
+ title={BridgeDrive: Diffusion Bridge Policy for Closed-Loop Trajectory Planning in Autonomous Driving},
27
+ author={Shu Liu and Wenlin Chen and Weihao Li and Zheng Wang and Lijin Yang and Jianing Huang and Yipin Zhang and Zhongzhan Huang and Ze Cheng and Hao Yang},
28
+ booktitle={The Fourteenth International Conference on Learning Representations},
29
+ year={2026},
30
+ url={https://arxiv.org/abs/2509.23589}
31
+ }