CVDec 21, 2023

DriveLM: Driving with Graph Visual Question Answering

arXiv:2312.14150v3539 citationsh-index: 23ECCV
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving generalization and interactivity in autonomous driving by leveraging vision-language models, representing an incremental advancement over existing single-round VQA methods.

The paper tackles the problem of integrating vision-language models into autonomous driving systems by proposing Graph VQA, a task that mimics human multi-step reasoning through perception, prediction, and planning, and demonstrates that their baseline approach performs competitively in end-to-end driving, with pronounced benefits in zero-shot scenarios on unseen objects or sensor configurations.

We study how vision-language models (VLMs) trained on web-scale data can be integrated into end-to-end driving systems to boost generalization and enable interactivity with human users. While recent approaches adapt VLMs to driving via single-round visual question answering (VQA), human drivers reason about decisions in multiple steps. Starting from the localization of key objects, humans estimate object interactions before taking actions. The key insight is that with our proposed task, Graph VQA, where we model graph-structured reasoning through perception, prediction and planning question-answer pairs, we obtain a suitable proxy task to mimic the human reasoning process. We instantiate datasets (DriveLM-Data) built upon nuScenes and CARLA, and propose a VLM-based baseline approach (DriveLM-Agent) for jointly performing Graph VQA and end-to-end driving. The experiments demonstrate that Graph VQA provides a simple, principled framework for reasoning about a driving scene, and DriveLM-Data provides a challenging benchmark for this task. Our DriveLM-Agent baseline performs end-to-end autonomous driving competitively in comparison to state-of-the-art driving-specific architectures. Notably, its benefits are pronounced when it is evaluated zero-shot on unseen objects or sensor configurations. We hope this work can be the starting point to shed new light on how to apply VLMs for autonomous driving. To facilitate future research, all code, data, and models are available to the public.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes