Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- autonomous-driving
|
| 5 |
+
- vision-language-action
|
| 6 |
+
- carla
|
| 7 |
+
- bench2drive
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
# Official Checkpoint and Evaluation Logs of BLUE
|
| 11 |
+
|
| 12 |
+
TLDR: Driving VLAs often generate language reasoning that is useless or even harmful to driving.
|
| 13 |
+
BLUE addresses this by generating language only when it clearly helps, thereby improving driving performance while reducing inference latency.
|
| 14 |
+
BLUE uses a 0.11M-parameter gate to decide at each frame whether to predict driving actions with or without intermediate language generation.
|
| 15 |
+
|
| 16 |
+
## Links
|
| 17 |
+
|
| 18 |
+
- GitHub Repository: https://github.com/George-Ling3/BLUE
|
| 19 |
+
- Project Page: https://github.com/George-Ling3/BLUE
|
| 20 |
+
|
| 21 |
+
## This Release Includes
|
| 22 |
+
- Evaluation logs
|
| 23 |
+
- Bench2Drive evaluation logs
|
| 24 |
+
- Longest6 v2 evaluation logs
|
| 25 |
+
- BLUE gate weights
|
| 26 |
+
- Checkpoint: `blue_simlingo_gate.pt`
|
| 27 |
+
- Metadata: `blue_simlingo_gate.json`
|
| 28 |
+
- Checksum file: `SHA256SUMS`
|
| 29 |
+
|