DiffRefiner: Coarse to Fine Trajectory Planning via Diffusion Refinement with Semantic Interaction for End to End Autonomous Driving
Liuhan Yin, Runkun Ju, Guodong Guo, Erkang Cheng
TL;DR
DiffRefiner tackles the multimodal nature of ego-vehicle trajectory prediction by integrating a discriminative, anchor-based Proposal Decoder with a diffusion-based Refiner in a coarse-to-fine framework. The method introduces a Fine-Grained Semantic Interaction Module to enforce scene conformity during refinement and uses a two-stage training objective that aligns perception, proposal, and refinement tasks. Empirical results on NAVSIM v2 and Bench2Drive demonstrate state-of-the-art performance, with ablations validating the benefits of the hierarchical design, FGSI, and limited denoising steps for real-time applicability. The approach advances end-to-end autonomous driving by enabling accurate, context-aware, and safety-conscious trajectory generation that respects road semantics and dynamic interactions. Collectively, DiffRefiner offers a practical, scalable pathway for high-fidelity motion planning in complex urban environments.
Abstract
Unlike discriminative approaches in autonomous driving that predict a fixed set of candidate trajectories of the ego vehicle, generative methods, such as diffusion models, learn the underlying distribution of future motion, enabling more flexible trajectory prediction. However, since these methods typically rely on denoising human-crafted trajectory anchors or random noise, there remains significant room for improvement. In this paper, we propose DiffRefiner, a novel two-stage trajectory prediction framework. The first stage uses a transformer-based Proposal Decoder to generate coarse trajectory predictions by regressing from sensor inputs using predefined trajectory anchors. The second stage applies a Diffusion Refiner that iteratively denoises and refines these initial predictions. In this way, we enhance the performance of diffusion-based planning by incorporating a discriminative trajectory proposal module, which provides strong guidance for the generative refinement process. Furthermore, we design a fine-grained denoising decoder to enhance scene compliance, enabling more accurate trajectory prediction through enhanced alignment with the surrounding environment. Experimental results demonstrate that DiffRefiner achieves state-of-the-art performance, attaining 87.4 EPDMS on NAVSIM v2, and 87.1 DS along with 71.4 SR on Bench2Drive, thereby setting new records on both public benchmarks. The effectiveness of each component is validated via ablation studies as well.
