nuCarla: A nuScenes-Style Bird's-Eye View Perception Dataset for CARLA Simulation
Zhijie Qiao, Zhong Cao, Henry X. Liu
TL;DR
nuCarla addresses the lack of standardized, large-scale BEV perception data for closed-loop E2E autonomous driving by delivering a nuScenes-style BEV dataset built inside the CARLA simulator. It aligns with nuScenes formatting, includes 1,000 scenarios across diverse maps and weather, and provides six active classes with ground-truth annotations derived from synchronized segmentation views, all enabling direct transfer of existing BEV backbones. The authors evaluate four state-of-the-art BEV models (BEVFormer, PETR, BEVDet, FastBEV) on nuCarla, release pretrained weights, and upgrade the MMDetection3D framework to ensure compatibility with modern hardware, demonstrating strong validation performance and reasonable generalization to unseen environments. This dataset and accompanying benchmarks facilitate robust, closed-loop E2E development and bridge sim-to-real gaps by supplying reliable BEV representations learned in simulation.
Abstract
End-to-end (E2E) autonomous driving heavily relies on closed-loop simulation, where perception, planning, and control are jointly trained and evaluated in interactive environments. Yet, most existing datasets are collected from the real world under non-interactive conditions, primarily supporting open-loop learning while offering limited value for closed-loop testing. Due to the lack of standardized, large-scale, and thoroughly verified datasets to facilitate learning of meaningful intermediate representations, such as bird's-eye-view (BEV) features, closed-loop E2E models remain far behind even simple rule-based baselines. To address this challenge, we introduce nuCarla, a large-scale, nuScenes-style BEV perception dataset built within the CARLA simulator. nuCarla features (1) full compatibility with the nuScenes format, enabling seamless transfer of real-world perception models; (2) a dataset scale comparable to nuScenes, but with more balanced class distributions; (3) direct usability for closed-loop simulation deployment; and (4) high-performance BEV backbones that achieve state-of-the-art detection results. By providing both data and models as open benchmarks, nuCarla substantially accelerates closed-loop E2E development, paving the way toward reliable and safety-aware research in autonomous driving.
