Ev-3DOD: Pushing the Temporal Boundaries of 3D Object Detection with Event Cameras
Hoonhee Cho, Jae-young Kang, Youngho Kim, Kuk-Jin Yoon
TL;DR
This work tackles latency in 3D object detection for autonomous driving by introducing asynchronous event cameras into a multi-modal framework. Ev-3DOD combines active-timestamp RGB-LiDAR detection with Virtual 3D Event Fusion to estimate 3D motion during blind times using high-temporal-resolution event data, supplemented by a Motion Confidence Estimator to modulate scores. The authors also publish two datasets, Ev-Waymo and DSEC-3DOD, with 100 FPS ground truth to enable robust evaluation of event-based 3D detectors. Experiments show Ev-3DOD significantly improves online performance during blind times and approaches offline oracle performance, while achieving fast inference, especially with the lighter Ev-3DOD-Small variant. Overall, this work demonstrates the practical viability of neuromorphic cameras for high-temporal-resolution 3D perception in dynamic driving scenarios.
Abstract
Detecting 3D objects in point clouds plays a crucial role in autonomous driving systems. Recently, advanced multi-modal methods incorporating camera information have achieved notable performance. For a safe and effective autonomous driving system, algorithms that excel not only in accuracy but also in speed and low latency are essential. However, existing algorithms fail to meet these requirements due to the latency and bandwidth limitations of fixed frame rate sensors, e.g., LiDAR and camera. To address this limitation, we introduce asynchronous event cameras into 3D object detection for the first time. We leverage their high temporal resolution and low bandwidth to enable high-speed 3D object detection. Our method enables detection even during inter-frame intervals when synchronized data is unavailable, by retrieving previous 3D information through the event camera. Furthermore, we introduce the first event-based 3D object detection dataset, DSEC-3DOD, which includes ground-truth 3D bounding boxes at 100 FPS, establishing the first benchmark for event-based 3D detectors. The code and dataset are available at https://github.com/mickeykang16/Ev3DOD.
