File size: 947 Bytes
d85692e
 
e5b7f6f
 
 
 
 
d85692e
e5b7f6f
 
 
 
 
 
 
 
 
83aad78
e5b7f6f
96ea218
e5b7f6f
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
license: apache-2.0
tags:
- autonomous-driving
- vision-language-action
- carla
- bench2drive
---

# Official Checkpoint and Evaluation Logs of BLUE

TLDR: Driving VLAs often generate language reasoning that is useless or even harmful to driving. 
BLUE addresses this by generating language only when it clearly helps, thereby improving driving performance while reducing inference latency. 
BLUE uses a 0.11M-parameter gate to decide at each frame whether to predict driving actions with or without intermediate language generation.

## Links

- Paper: https://arxiv.org/abs/2606.08684
- GitHub Repository: https://github.com/George-Ling3/BLUE
- Project Page: https://blue-website.github.io

## This Release Includes
- Evaluation logs
    - Bench2Drive evaluation logs
    - Longest6 v2 evaluation logs
- BLUE gate weights
    - Checkpoint: `blue_simlingo_gate.pt`
    - Metadata: `blue_simlingo_gate.json`
    - Checksum file: `SHA256SUMS`