LGROFeb 13, 2025

Rolling Ahead Diffusion for Traffic Scene Simulation

arXiv:2502.09587v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work provides a more efficient method for generating reactive traffic scenarios for autonomous driving simulation, which is crucial for testing and development.

The paper addresses the challenge of creating reactive and computationally efficient traffic scene simulations where NPCs respond to deviations in agent behavior. They propose a rolling diffusion model that predicts the immediate next step and partially noised further future steps simultaneously, achieving a beneficial compromise between reactivity and computational efficiency compared to diffusion model-based autoregressive methods.

Realistic driving simulation requires that NPCs not only mimic natural driving behaviors but also react to the behavior of other simulated agents. Recent developments in diffusion-based scenario generation focus on creating diverse and realistic traffic scenarios by jointly modelling the motion of all the agents in the scene. However, these traffic scenarios do not react when the motion of agents deviates from their modelled trajectories. For example, the ego-agent can be controlled by a stand along motion planner. To produce reactive scenarios with joint scenario models, the model must regenerate the scenario at each timestep based on new observations in a Model Predictive Control (MPC) fashion. Although reactive, this method is time-consuming, as one complete possible future for all NPCs is generated per simulation step. Alternatively, one can utilize an autoregressive model (AR) to predict only the immediate next-step future for all NPCs. Although faster, this method lacks the capability for advanced planning. We present a rolling diffusion based traffic scene generation model which mixes the benefits of both methods by predicting the next step future and simultaneously predicting partially noised further future steps at the same time. We show that such model is efficient compared to diffusion model based AR, achieving a beneficial compromise between reactivity and computational efficiency.

Foundations

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

Your Notes