blue_data / README.md
George-Ling's picture
Update README.md
8787d76 verified
|
Raw
History Blame Contribute Delete
738 Bytes
---
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.