Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

A Knowledge-Driven Diffusion Policy for End-to-End Autonomous Driving Based on Expert Routing

Created by
  • Haebom

Author

Chengkai Xu, Jiaqi Liu, Yicheng Guo, Peng Hang, Jian Sun

Outline

This paper proposes a knowledge-based diffusion policy (KDP) to address the challenges of multimodal action generation, temporal stability, and generalization across diverse scenarios in end-to-end autonomous driving. KDP integrates generative diffusion modeling and a sparse expert mixed routing mechanism to generate temporally consistent, multimodal action sequences and activate context-specific, specialized, and reusable experts, enabling modular knowledge construction. Experimental results across various driving scenarios demonstrate that KDP achieves higher success rates, lower collision risks, and smoother control than existing methods. Further analysis confirms the effectiveness of sparse expert activation and the Transformer backbone, as well as the structural specialization and cross-scenario reuse of experts. These results demonstrate that the diffusion model with expert routing is a scalable and interpretable paradigm for end-to-end autonomous driving.

Takeaways, Limitations

Takeaways:
We improve the performance of end-to-end autonomous driving by combining a generative diffusion model and a sparse expert mixed routing mechanism.
We improved generalization across diverse scenarios through temporal consistency, multi-modal behavior generation, and modular knowledge organization.
We experimentally validate the effectiveness of sparse expert activation and the Transformer backbone.
Interpretable model structures allow for analysis of expert specialization and reuse patterns.
Limitations:
There is a lack of validation of the proposed method in real-world applications.
There is a possibility of overfitting for certain scenarios.
Further research is needed on how to determine the number and type of experts.
Computational costs may be high.
👍