Towards Latency-Aware 3D Streaming Perception for Autonomous Driving
Jiaqi Peng, Tai Wang, Jiangmiao Pang, Yuan Shen
TL;DR
This work tackles the latency challenge in 3D perception for autonomous driving by introducing LASP, a Latency-Aware 3D Streaming Perception framework. LASP combines a continuous-time history integration module with a latency-aware predictive detection head, enabling accurate detections despite irregular historical inputs and posterior latency. It introduces a streaming benchmark that evaluates online predictions under varying latency and demonstrates that LASP achieves online performance approaching 80% of offline results on a Jetson AGX Orin without acceleration, while outperforming some acceleration-enhanced baselines. The approach highlights the importance of continuous temporal alignment and trajectory-informed prediction for real-time, latency-resilient 3D perception on edge devices.
Abstract
Although existing 3D perception algorithms have demonstrated significant improvements in performance, their deployment on edge devices continues to encounter critical challenges due to substantial runtime latency. We propose a new benchmark tailored for online evaluation by considering runtime latency. Based on the benchmark, we build a Latency-Aware 3D Streaming Perception (LASP) framework that addresses the latency issue through two primary components: 1) latency-aware history integration, which extends query propagation into a continuous process, ensuring the integration of historical feature regardless of varying latency; 2) latency-aware predictive detection, a module that compensates the detection results with the predicted trajectory and the posterior accessed latency. By incorporating the latency-aware mechanism, our method shows generalization across various latency levels, achieving an online performance that closely aligns with 80\% of its offline evaluation on the Jetson AGX Orin without any acceleration techniques.
