#39 · Primary category: Robotics & Embodied AI Simulation
DriveLM
[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
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.