File size: 738 Bytes
e1d21f6
 
b72ccf2
 
 
 
 
e1d21f6
b72ccf2
 
 
 
 
 
 
 
8787d76
b72ccf2
d8be618
b72ccf2
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: apache-2.0
tags:
- autonomous-driving
- vision-language-action
- carla
- bench2drive
---
# Official Training Data 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

The training data is coming soon.