AIRONov 14, 2025

Autonomous Vehicle Path Planning by Searching With Differentiable Simulation

arXiv:2511.11043v11 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses the problem of safe and efficient path planning for autonomous vehicles in complex scenarios, representing an incremental advancement by integrating differentiable simulation with search techniques.

The paper tackles the challenge of planning safe actions for autonomous vehicles in dense traffic by proposing Differentiable Simulation for Search (DSS), which uses a differentiable simulator for accurate state predictions and gradient-based optimization, resulting in significant improvements in tracking and path planning accuracy over existing methods.

Planning allows an agent to safely refine its actions before executing them in the real world. In autonomous driving, this is crucial to avoid collisions and navigate in complex, dense traffic scenarios. One way to plan is to search for the best action sequence. However, this is challenging when all necessary components - policy, next-state predictor, and critic - have to be learned. Here we propose Differentiable Simulation for Search (DSS), a framework that leverages the differentiable simulator Waymax as both a next state predictor and a critic. It relies on the simulator's hardcoded dynamics, making state predictions highly accurate, while utilizing the simulator's differentiability to effectively search across action sequences. Our DSS agent optimizes its actions using gradient descent over imagined future trajectories. We show experimentally that DSS - the combination of planning gradients and stochastic search - significantly improves tracking and path planning accuracy compared to sequence prediction, imitation learning, model-free RL, and other planning methods.

Foundations

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

Your Notes