dVLM-AD: Enhance Diffusion Vision-Language-Model for Driving via Controllable Reasoning

TL;DR

dVLM-AD enhances autonomous driving with diffusion VLM, achieving 9% improvement in behavior-trajectory consistency on WOD-E2E long-tail scenarios.

cs.CV 🔴 Advanced 2025-12-04 7 views
Yingzi Ma Yulong Cao Wenhao Ding Shuibai Zhang Yan Wang Boris Ivanovic Ming Jiang Marco Pavone Chaowei Xiao
autonomous driving diffusion model vision-language model controllable reasoning long-tail scenarios

Key Findings

Methodology

dVLM-AD employs a diffusion model with bidirectional attention to unify perception, structured reasoning, and low-level planning. The iterative denoising process enhances reasoning-action consistency and controllability.

Key Results

  • On WOD-E2E long-tail scenarios, dVLM-AD improves behavior-trajectory consistency by 9% and RFS by 6%.
  • On nuScenes dataset, dVLM-AD shows more consistent reasoning-action pairs compared to existing systems.
  • Significant improvement in behavior-trajectory consistency over AR baselines.

Significance

dVLM-AD provides a controllable and reliable end-to-end solution for autonomous driving, excelling in handling long-tail and out-of-distribution scenarios, addressing the inconsistency issues of AR models.

Technical Contribution

dVLM-AD overcomes the unidirectional limitation of AR models with bidirectional attention and iterative denoising, achieving higher global consistency and controllability.

Novelty

dVLM-AD is the first to apply diffusion models to vision-language models for autonomous driving, offering higher consistency and controllability than AR models.

Limitations

  • In complex scenarios, the model may still face reasoning-action inconsistency issues.
  • Requires large datasets for training, leading to high computational costs.

Future Work

Future work could explore more efficient training methods and broader application scenarios to enhance the model's practicality and performance.

AI Executive Summary

The autonomous driving field faces challenges in handling out-of-distribution driving scenarios. Existing vision-language models (VLMs) are mostly autoregressive, suffering from reasoning-action inconsistency. dVLM-AD employs a diffusion model with bidirectional attention and iterative denoising to unify perception, reasoning, and planning, enhancing consistency and controllability.

Experimental results on nuScenes and WOD-E2E datasets show that dVLM-AD improves behavior-trajectory consistency by 9% and RFS by 6% over AR baselines. This indicates higher reliability and controllability in long-tail scenarios.

Despite dVLM-AD's excellent performance in many aspects, it may still face reasoning-action inconsistency in complex scenarios. Future work will explore more efficient training methods and broader application scenarios to further enhance the model's practicality and performance.

Deep Analysis

Background

Autonomous driving technology has made significant progress, particularly in unifying perception, prediction, and planning. However, handling long-tail and out-of-distribution scenarios remains a challenge, with existing autoregressive models lacking consistency.

Core Problem

Existing vision-language models face limitations in ensuring reasoning-action consistency in autonomous driving, especially in complex long-tail scenarios where model reliability and controllability are hard to guarantee.

Innovation

dVLM-AD uses a diffusion model with bidirectional attention and iterative denoising to achieve reasoning-action consistency and controllability, overcoming the unidirectional limitation of autoregressive models.

Methodology

  • �� Use diffusion model for bidirectional attention reasoning
  • �� Enhance consistency through iterative denoising
  • �� Evaluate on nuScenes and WOD-E2E datasets
  • �� Dynamic denoising strategy to adapt to different scenarios

Experiments

Experiments were conducted on nuScenes and WOD-E2E datasets, using behavior-trajectory consistency and RFS as main evaluation metrics. Baselines were autoregressive models, focusing on performance in long-tail scenarios.

Results

dVLM-AD improves behavior-trajectory consistency by 9% and RFS by 6% on WOD-E2E long-tail scenarios. On nuScenes, it shows more consistent reasoning-action pairs compared to existing systems.

Applications

dVLM-AD can be used in autonomous driving systems, particularly in complex long-tail scenarios, to enhance system reliability and safety.

Limitations & Outlook

Despite dVLM-AD's excellent performance, it may still face reasoning-action inconsistency in complex scenarios. Additionally, the model requires large datasets for training, resulting in high computational costs.

Plain Language Accessible to non-experts

Imagine you're driving and approaching a complex intersection. Traditional navigation systems might give you a simple instruction like 'turn left.' But in a complex traffic environment, such simple instructions might not be safe. dVLM-AD acts like an experienced co-driver, not only telling you to turn left but also considering surrounding vehicles, pedestrians, and traffic lights to ensure you make the turn safely. This way, dVLM-AD helps autonomous driving systems better understand and handle complex driving scenarios.

ELI14 Explained like you're 14

Hey there! Imagine you're playing a super complex racing game, and your car needs to navigate through all sorts of obstacles. A regular game assistant might just tell you 'turn left' or 'turn right.' But dVLM-AD is like a super smart game assistant that not only tells you how to turn but also considers other cars, obstacles, and road conditions to ensure you reach the finish line safely. It's like having a smart friend by your side, pretty cool, right?

Glossary

Diffusion Model

A model that generates data through an iterative denoising process, often used in image generation.

Used in this paper to enhance reasoning-action consistency.

Autoregressive Model

A model that generates sequence data step-by-step, commonly used in language generation.

Most existing vision-language models are based on this model.

Bidirectional Attention

An attention mechanism that considers both past and future context.

Used to enhance the model's global consistency.

Behavior-Trajectory Consistency

The consistency between the model's reasoning results and actual action trajectories.

dVLM-AD excels in this metric.

Long-tail Scenarios

Complex scenarios that are less frequent in datasets but may be encountered in real applications.

dVLM-AD performs well in these scenarios.

Open Questions Unanswered questions from this research

  • 1 How to improve reasoning-action consistency in complex scenarios without increasing computational costs?
  • 2 How to further reduce the model's reliance on large-scale datasets?

Applications

Immediate Applications

Autonomous Driving System Optimization

dVLM-AD can be used to enhance the safety and reliability of existing autonomous driving systems, especially in complex urban traffic environments.

Long-term Vision

Intelligent Traffic Management

By integrating dVLM-AD, future traffic management systems can better coordinate vehicle flow and reduce traffic accidents.

Abstract

The autonomous driving community is increasingly focused on addressing the challenges posed by out-of-distribution (OOD) driving scenarios. A dominant research trend seeks to enhance end-to-end (E2E) driving systems by integrating vision-language models (VLMs), leveraging their rich world knowledge and reasoning abilities to improve generalization across diverse environments. However, most existing VLMs or vision-language agents (VLAs) are built upon autoregressive (AR) models. In this paper, we observe that existing AR-based VLMs -- limited by causal attention and sequential token generation -- often fail to maintain consistency and controllability between high-level reasoning and low-level planning. In contrast, recent discrete diffusion VLMs equipped with bidirectional attention exhibit superior controllability and reliability through iterative denoising. Building on these observations, we introduce dVLM-AD, a diffusion-based vision-language model that unifies perception, structured reasoning, and low-level planning for end-to-end driving. Evaluated on nuScenes and WOD-E2E, dVLM-AD yields more consistent reasoning-action pairs and achieves planning performance comparable to existing driving VLM/VLA systems despite a modest backbone, outperforming AR-based baselines with a 9 percent improvement in behavior-trajectory consistency and a 6 percent increase in RFS on long-tail WOD-E2E scenarios. These results suggest a controllable and reliable pathway for scalable end-to-end driving.

cs.CV