🤖 AI Summary
This work addresses the insufficient realism and diversity of multi-agent future trajectory generation in autonomous driving. We propose a world-centric diffusion-transformer framework. Methodologically, we introduce the first integration of Denoising Diffusion Probabilistic Models (DDPM) and Diffusion Transformers (DiT) to construct an “Agent Move Statement” representation; design a world-centric feature fusion mechanism that jointly models historical trajectories, high-definition maps, and traffic signals in a global context; and employ a multi-source feature Transformer encoder coupled with a conditional trajectory decoder for end-to-end, multimodal trajectory generation. Evaluated on the nuScenes benchmark, our approach achieves significant improvements in trajectory diversity (23.6% reduction in Minimum Recall Distance, MRD) and realism (18.4% reduction in Fréchet Inception Distance, FID). The generated trajectories have been deployed in an autonomous driving closed-loop simulation system.
📝 Abstract
In this paper, we introduce a novel approach for autonomous driving trajectory generation by harnessing the complementary strengths of diffusion probabilistic models (a.k.a., diffusion models) and transformers. Our proposed framework, termed the"World-Centric Diffusion Transformer"(WcDT), optimizes the entire trajectory generation process, from feature extraction to model inference. To enhance the scene diversity and stochasticity, the historical trajectory data is first preprocessed into"Agent Move Statement"and encoded into latent space using Denoising Diffusion Probabilistic Models (DDPM) enhanced with Diffusion with Transformer (DiT) blocks. Then, the latent features, historical trajectories, HD map features, and historical traffic signal information are fused with various transformer-based encoders that are used to enhance the interaction of agents with other elements in the traffic scene. The encoded traffic scenes are then decoded by a trajectory decoder to generate multimodal future trajectories. Comprehensive experimental results show that the proposed approach exhibits superior performance in generating both realistic and diverse trajectories, showing its potential for integration into automatic driving simulation systems. Our code is available at url{https://github.com/yangchen1997/WcDT}.