VDT-Auto: End-to-end Autonomous Driving with VLM-Guided Diffusion Transformers
In autonomous driving, dynamic environment and corner cases pose significant challenges to the robustness of ego vehicle's decision-making. To address these challenges, commencing with the representation of state-action mapping in the end-to-end autonomous driving paradigm, we introduce a novel pipeline, VDT-Auto. Leveraging the advancement of the state understanding of Visual Language Model (VLM), incorporating with diffusion Transformer-based action generation, our VDT-Auto parses the environment geometrically and contextually for the conditioning of the diffusion process. Geometrically, we use a bird's-eye view (BEV) encoder to extract feature grids from the surrounding images. Contextually, the structured output of our fine-tuned VLM is processed into textual embeddings and noisy paths. During our diffusion process, the added noise for the forward process is sampled from the noisy path output of the fine-tuned VLM, while the extracted BEV feature grids and embedded texts condition the reverse process of our diffusion Transformers. Our VDT-Auto achieved 0.52m on average L2 errors and 21% on average collision rate in the nuScenes open-loop planning evaluation. Moreover, the real-world demonstration exhibited prominent generalizability of our VDT-Auto. The code and dataset will be released after acceptance.
Code (0)
등록된 구현이 없습니다.
Tasks
Action GenerationAutonomous DrivingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
DriveDiTFit: Fine-tuning Diffusion Transformers for Autonomous Driving
In autonomous driving, deep models have shown remarkable performance across various visual perception tasks with the demand of high-quality and huge-diversity training datasets. Such datasets are expected to cover variou…
Autonomous DrivingDiversitySemantic SimilaritySemantic Textual SimilarityDiffVLA: Vision-Language Guided Diffusion Planning for Autonomous Driving
Research interest in end-to-end autonomous driving has surged owing to its fully differentiable design integrating modular tasks, i.e. perception, prediction and planing, which enables optimization in pursuit of the ulti…
Autonomous DrivingDiversityLanguage ModelingLanguage ModellingDiffusion-ES: Gradient-free Planning with Diffusion for Autonomous and Instruction-guided Driving
Diffusion models excel at modeling complex and multimodal trajectory distributions for decision-making and control. Reward-gradient guided denoising has been recently proposed to generate trajectories that maximize b…
Autonomous DrivingDenoisingEfficient ExplorationBridgeDrive: Diffusion Bridge Policy for Closed-Loop Trajectory Planning in Autonomous Driving
Diffusion-based planners have shown strong potential for autonomous driving by capturing multi-modal driving behaviors. A key challenge is how to effectively guide these models for safe and reactive planning in closed-lo…
Trajectory PlanningAutonomous DrivingAdvDiffuser: Generating Adversarial Safety-Critical Driving Scenarios via Guided Diffusion
Safety-critical scenarios are infrequent in natural driving environments but hold significant importance for the training and testing of autonomous driving systems. The prevailing approach involves generating safety-crit…
Autonomous DrivingDiversity