ROAIAug 23, 2025

Drive As You Like: Strategy-Level Motion Planning Based on A Multi-Head Diffusion Model

arXiv:2508.16947v1h-index: 5
Originality Incremental advance
AI Analysis

This work addresses the need for more flexible and adaptive motion planning in autonomous driving, though it is incremental as it builds on existing diffusion models and optimization techniques.

The paper tackles the problem of rigid driving behaviors in autonomous motion planning by proposing a diffusion-based multi-head trajectory planner that adapts to human preferences and dynamic instructions, achieving state-of-the-art performance on the nuPlan val14 benchmark with generated trajectories showing clear diversity.

Recent advances in motion planning for autonomous driving have led to models capable of generating high-quality trajectories. However, most existing planners tend to fix their policy after supervised training, leading to consistent but rigid driving behaviors. This limits their ability to reflect human preferences or adapt to dynamic, instruction-driven demands. In this work, we propose a diffusion-based multi-head trajectory planner(M-diffusion planner). During the early training stage, all output heads share weights to learn to generate high-quality trajectories. Leveraging the probabilistic nature of diffusion models, we then apply Group Relative Policy Optimization (GRPO) to fine-tune the pre-trained model for diverse policy-specific behaviors. At inference time, we incorporate a large language model (LLM) to guide strategy selection, enabling dynamic, instruction-aware planning without switching models. Closed-loop simulation demonstrates that our post-trained planner retains strong planning capability while achieving state-of-the-art (SOTA) performance on the nuPlan val14 benchmark. Open-loop results further show that the generated trajectories exhibit clear diversity, effectively satisfying multi-modal driving behavior requirements. The code and related experiments will be released upon acceptance of the paper.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes