#39 · Primary category: Robotics & Embodied AI Simulation

DriveLM

autonomous-driving chain-of-thought graph-of-thoughts large-language-models llm prompt-engineering prompting tree-of-thoughts vision-language

[ECCV 2024 Oral] DriveLM: Driving with Graph Visual Question Answering

Project last updated:07/02/25

GitHub Stars

1.3K

Forks

88

Contributors

15

License

Apache-2.0

Why we included this project

DriveLM is worth a look if you're building vision-language models for autonomous driving. It pairs a graph-structured visual question answering dataset built on nuScenes and the CARLA simulator with a baseline VLM agent that can both answer those questions and produce driving decisions, so you get a benchmark and a starting model in one repo. The reasoning is framed as a sequence of perception, prediction, planning, and behavior questions instead of a single end-to-end prediction. Because the project powered an official Autonomous Driving Challenge track, the evaluation setup is well exercised and documented. That makes it a practical place to test how large vision-language models handle structured, scenario-based driving tasks.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category