• Author(s): Daniel Dauner, Marcel Hallgarten, Tianyu Li, Xinshuo Weng, Zhiyu Huang, Zetong Yang, Hongyang Li, Igor Gilitschenski, Boris Ivanovic, Marco Pavone, Andreas Geiger, Kashyap Chitta

The paper titled “NAVSIM: Data-Driven Non-Reactive Autonomous Vehicle Simulation and Benchmarking” introduces NAVSIM, a novel simulation framework designed to evaluate autonomous vehicle systems in a non-reactive, data-driven manner. This framework addresses the need for efficient and scalable benchmarking of autonomous driving algorithms, which is crucial for ensuring their safety and reliability.

NAVSIM operates by unrolling simplified bird’s eye view abstractions of driving scenes over a short simulation horizon. This approach allows for the efficient computation of open-loop metrics, such as progress and time to collision, without the policy influencing the environment. This method aligns better with closed-loop evaluations compared to traditional displacement error metrics, providing a more accurate assessment of autonomous driving performance.

One of the key features of NAVSIM is its use of the PDM Score, a multi-dimensional metric that correlates strongly with closed-loop metrics. This score is implemented in an open-loop setting, enabling a principled evaluation of autonomous driving systems. NAVSIM also focuses on critical scenario sampling, particularly in situations where the ego vehicle’s history cannot be extrapolated into a plan, such as when there are changes in the intentions of other road users.

The framework is designed to be user-friendly, emulating the data format and ease of use of the nuScenes dataset. It includes a large-scale, publicly available test split for internal benchmarking and a continually maintained development kit. NAVSIM also supports parallelization of metric caching and evaluation, making it suitable for large-scale testing and development. NAVSIM’s capabilities are demonstrated through extensive experiments, showcasing its effectiveness in evaluating various autonomous driving algorithms. The framework provides a robust platform for benchmarking both traditional and learning-based planners, highlighting the strengths and weaknesses of different approaches.

“NAVSIM: Data-Driven Non-Reactive Autonomous Vehicle Simulation and Benchmarking” presents a significant advancement in the field of autonomous vehicle simulation. By providing a scalable and efficient framework for evaluating autonomous driving systems, NAVSIM addresses key challenges in the development and validation of these technologies. This research has important implications for improving the safety and reliability of autonomous vehicles, ultimately contributing to the advancement of autonomous driving technology.