DriveArena: A Closed-loop Generative Simulation Platform for Autonomous Driving
Xuemeng Yang, Licheng Wen, Yukai Ma, Jianbiao Mei, Xin Li, Tiantian Wei, Wenjie Lei, Daocheng Fu, Pinlong Cai, Min Dou, Botian Shi, Liang He, Yong Liu, Yu Qiao
TL;DR
DriveArena introduces a modular, high-fidelity closed-loop driving simulation platform that couples a traffic engine capable of global road-network traffic generation with a diffusion-based World Dreamer that renders realistic surround-view images. By closing the perception-action loop through image-based driving agents, it enables iterative, diverse scenario exploration and robust evaluation of vision-based autonomous driving systems. The work demonstrates higher fidelity and controllability than prior generators and supports open- and closed-loop experiments with a representative agent (UniAD), highlighting both the promise and current limitations of closed-loop simulation for driving research. The platform is designed for extensibility and aims to bridge sim-to-real gaps, offering a practical venue for evaluating and evolving driving agents and generative scene models.
Abstract
This paper presented DriveArena, the first high-fidelity closed-loop simulation system designed for driving agents navigating in real scenarios. DriveArena features a flexible, modular architecture, allowing for the seamless interchange of its core components: Traffic Manager, a traffic simulator capable of generating realistic traffic flow on any worldwide street map, and World Dreamer, a high-fidelity conditional generative model with infinite autoregression. This powerful synergy empowers any driving agent capable of processing real-world images to navigate in DriveArena's simulated environment. The agent perceives its surroundings through images generated by World Dreamer and output trajectories. These trajectories are fed into Traffic Manager, achieving realistic interactions with other vehicles and producing a new scene layout. Finally, the latest scene layout is relayed back into World Dreamer, perpetuating the simulation cycle. This iterative process fosters closed-loop exploration within a highly realistic environment, providing a valuable platform for developing and evaluating driving agents across diverse and challenging scenarios. DriveArena signifies a substantial leap forward in leveraging generative image data for the driving simulation platform, opening insights for closed-loop autonomous driving. Code will be available soon on GitHub: https://github.com/PJLab-ADG/DriveArena
