Pith. sign in

REVIEW 21 cited by

DiffusionDrive: Truncated Diffusion Model for End-to-End Autonomous Driving

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2411.15139 v3 pith:3VHLC7UJ submitted 2024-11-22 cs.CV cs.RO

classification cs.CVcs.RO
keywords diffusiondiffusiondrivedrivingmodelpolicydenoisingmulti-modesteps
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

Recently, the diffusion model has emerged as a powerful generative technique for robotic policy learning, capable of modeling multi-mode action distributions. Leveraging its capability for end-to-end autonomous driving is a promising direction. However, the numerous denoising steps in the robotic diffusion policy and the more dynamic, open-world nature of traffic scenes pose substantial challenges for generating diverse driving actions at a real-time speed. To address these challenges, we propose a novel truncated diffusion policy that incorporates prior multi-mode anchors and truncates the diffusion schedule, enabling the model to learn denoising from anchored Gaussian distribution to the multi-mode driving action distribution. Additionally, we design an efficient cascade diffusion decoder for enhanced interaction with conditional scene context. The proposed model, DiffusionDrive, demonstrates 10$\times$ reduction in denoising steps compared to vanilla diffusion policy, delivering superior diversity and quality in just 2 steps. On the planning-oriented NAVSIM dataset, with the aligned ResNet-34 backbone, DiffusionDrive achieves 88.1 PDMS without bells and whistles, setting a new record, while running at a real-time speed of 45 FPS on an NVIDIA 4090. Qualitative results on challenging scenarios further confirm that DiffusionDrive can robustly generate diverse plausible driving actions. Code and model will be available at https://github.com/hustvl/DiffusionDrive.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 21 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Decaying Turbulence and the Riemann Hypothesis: The number theory behind the infinite-time singularity

    hep-th 2026-04 unverdicted novelty 8.0 of 10

    Freely decaying incompressible turbulence possesses a universal Euler-ensemble attractor whose continuum Mellin spectrum is controlled by the non-trivial zeros of the Riemann zeta function, producing an infinite-time ...

  2. Deferred Exposure of Future Trajectories for Verifiable Reasoning in Autonomous Driving VLMs

    cs.AI 2026-08 conditional novelty 7.0 of 10

    Hiding future trajectory information until after a driving model forms its decision reduces rationalization and improves verifiable autonomous-driving reasoning in the proposed AD-MCQ and DEFT-RLVR framework.

  3. TaCarla: A comprehensive benchmarking dataset for end-to-end autonomous driving

    cs.RO 2026-02 conditional novelty 6.0 of 10

    TaCarla releases 2.85M CARLA Leaderboard 2.0 frames with nuScenes-style sensors, multi-task annotations, planning baselines, and a text-based rarity score.

  4. From Representational Complementarity to Dual Systems: Synergizing VLM and Vision-Only Backbones for End-to-End Driving

    cs.RO 2026-02 conditional novelty 6.0 of 10

    A VLM-based and a vision-only end-to-end planner are behaviorally complementary in a long tail of driving scenarios; selecting the better trajectory lifts NAVSIM PDMS from 90.80 to 92.10 at modest compute.

  5. Self-Imitated Diffusion Policy for Efficient and Robust Visual Navigation

    cs.RO 2026-01 conditional novelty 6.0 of 10

    SIDP trains a diffusion policy for visual navigation by reward-weighting its own sampled trajectories, improving success rate and cutting inference latency.

  6. IRL-VLA: Training an Vision-Language-Action Policy via Reward World Model

    cs.AI 2025-08 conditional novelty 6.0 of 10

    IRL-VLA fine-tunes a vision-language-action driving policy with PPO against a learned reward world model trained on NAVSIM's EPDMS metrics, reaching 74.9 EPDMS on navhard-real.

  7. Reinforced Refinement with Self-Aware Expansion for End-to-End Autonomous Driving

    cs.RO 2025-06 reject novelty 6.0 of 10

    R2SE refines pretrained end-to-end driving policies on hard cases via residual LoRA reinforcement learning and switches between specialist and generalist policies using GPD-based uncertainty.

  8. RealDrive: Retrieval-Augmented Driving with Diffusion Models

    cs.RO 2025-05 conditional novelty 6.0 of 10

    A retrieval-augmented diffusion planner that interpolates retrieved expert demonstrations with current observations reduces collision rate by up to 40% on Waymo open-loop planning benchmarks.

  9. TrackVLA: Embodied Visual Tracking in the Wild

    cs.RO 2025-05 conditional novelty 6.0 of 10

    A single vision-language-action model jointly trained on recognition and tracking data follows described targets at the best reported levels on a public benchmark and transfers zero-shot from simulation to a real quad...

  10. DriveCamSim: Generalizable Camera Simulation via Explicit Camera Modeling for Autonomous Driving

    cs.CV 2025-05 conditional novelty 6.0 of 10

    DriveCamSim uses explicit 3D-aware attention to generate multi-view driving video under new camera parameters and frame rates, trained on 2Hz nuScenes data.

  11. DiffE2E: Rethinking End-to-End Driving with a Hybrid Action Diffusion and Supervised Policy

    cs.RO 2025-05 conditional novelty 6.0 of 10

    DiffE2E reports state-of-the-art closed-loop driving scores in CARLA and NAVSIM by combining a diffusion trajectory decoder with explicit supervision in a single Transformer decoder.

  12. SafeMVDrive: Multi-view Safety-Critical Driving Video Synthesis in the Real World Domain

    cs.CV 2025-05 conditional novelty 6.0 of 10

    SafeMVDrive generates multi-view, real-world safety-critical driving videos by selecting adversarial vehicles with a GRPO-finetuned vision-language model and simulating collision-evasion trajectories.

  13. LADY: Linear Attention for Autonomous Driving Efficiency without Transformers

    cs.AI 2025-12 conditional novelty 5.0 of 10

    LADY shows that an end-to-end driving model using only linear attention can match transformer-based planners on NAVSIM/Bench2Drive while fusing arbitrary-length historical sensor frames at constant per-frame cost.

  14. DistillDrive: End-to-End Multi-Mode Autonomous Driving Distillation by Isomorphic Hetero-Source Planning Model

    cs.RO 2025-08 conditional novelty 5.0 of 10

    A distillation framework with a ground-truth-annotation teacher, RL status optimization, and generative distribution interaction improves end-to-end planning collisions and closed-loop scores.

  15. PriorFusion: Unified Integration of Priors for Robust Road Perception in Autonomous Driving

    cs.CV 2025-07 conditional novelty 5.0 of 10

    PriorFusion integrates semantic segmentation, SVD-based shape templates, and a truncated diffusion decoder to improve vectorized road element perception, reporting state-of-the-art mAP on nuScenes.

  16. ReAL-AD: Towards Human-Like Reasoning in End-to-End Autonomous Driving

    cs.RO 2025-07 conditional novelty 5.0 of 10

    ReAL-AD combines VLM-generated strategy and tactical commands with a two-stage trajectory decoder, cutting open-loop L2 error and collision rate by about a third on nuScenes and Bench2Drive.

  17. CogAD: Cognitive-Hierarchy Guided End-to-End Autonomous Driving

    cs.RO 2025-05 conditional novelty 5.0 of 10

    CogAD reports state-of-the-art open-loop and closed-loop planning results by combining hierarchical scene-to-instance perception with intent-to-trajectory planning and dual-level uncertainty.

  18. Challenger: Affordable Adversarial Driving Video Generation

    cs.CV 2025-05 conditional novelty 5.0 of 10

    A framework for automatic generation of photorealistic adversarial driving videos, shown to sharply increase collision rates of end-to-end autonomous driving models.

  19. HMAD: Advancing E2E Driving with Anchored Offset Proposals and Simulation-Supervised Multi-target Scoring

    cs.CV 2025-05 conditional novelty 4.0 of 10

    HMAD integrates BEVFormer, DiffusionDrive-style anchor offsets, and a Hydra-MDP-style scoring network to achieve 65.94 EPDMS on the NAVSIM warmup benchmark and 44.5% on the CVPR 2025 private test set.

  20. DiffVLA: Vision-Language Guided Diffusion Planning for Autonomous Driving

    cs.AI 2025-05 conditional novelty 4.0 of 10

    DiffVLA integrates VLM guidance, hybrid sparse-dense BEV perception, and a truncated diffusion policy to achieve 45.0 PDMS on the NAVSIM v2 benchmark.

  21. Generative AI for Autonomous Driving: A Review

    cs.CV 2025-05 conditional novelty 2.0 of 10

    A review of generative models (VAEs, GANs, diffusion, transformers, LLMs) applied to map generation, scenario generation, trajectory prediction, and motion planning for autonomous driving.

Pith tools