ROLGJul 9

On Exploring Input Resolution Scaling For Anytime LiDAR Object Detection

arXiv:2607.083915.1h-index: 4
Predicted impact top 65% in RO · last 90 daysOriginality Incremental advance
AI Analysis

For autonomous driving systems requiring real-time object detection, this work provides a practical solution to dynamically trade off latency and accuracy without deploying multiple models.

This paper introduces a method for anytime computing in LiDAR-based 3D object detection by enabling multi-resolution inference with a single DNN model, achieving collision-free navigation in simulated autonomous driving while outperforming existing anytime approaches.

Making tradeoffs between execution latency and result utility (i.e., anytime computing) for adapting to dynamic operational requirements has been shown to enhance the performance of cyber-physical systems. In this work, we focus on enabling anytime computing for deep neural networks (DNNs) that process LiDAR point clouds for 3D object detection. We propose a novel method that enables multi-resolution inference for models that process point clouds as pillars or voxels, allowing the input to be dynamically scaled and processed at the resolution needed to meet timing requirements. Importantly, our memory-efficient approach requires the deployment of only a single DNN model, avoiding the need to deploy multiple models, each trained for a different input resolution. We also introduce a deadline-aware scheduler that selects the highest possible resolution for any given input by accurately predicting the execution time for all possible resolutions at runtime, which is challenging due to the irregularity of LiDAR point clouds. Experimental results on the nuScenes autonomous driving dataset demonstrate that our method significantly outperforms existing anytime computing approaches for LiDAR object detection. Finally, we deploy our approach in a simulated autonomous driving system, where it consistently enables collision-free navigation while avoiding unnecessary stalls caused by environmental complexity.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes