CVLGSep 17, 2024

VALO: A Versatile Anytime Framework for LiDAR-based Object Detection Deep Neural Networks

arXiv:2409.11542v16 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses real-time performance issues for LiDAR object detection on resource-constrained edge platforms, enabling dynamic tradeoffs between accuracy and latency, which is incremental as it builds on existing networks like CenterPoint and VoxelNext.

The paper tackles the challenge of dynamic deadline requirements for LiDAR object detection DNNs by introducing VALO, a data-centric anytime framework that selectively processes input regions and uses forecasting and input reduction techniques, achieving higher accuracy than prior state-of-the-art methods under various time constraints.

This work addresses the challenge of adapting dynamic deadline requirements for LiDAR object detection deep neural networks (DNNs). The computing latency of object detection is critically important to ensure safe and efficient navigation. However, state-of-the-art LiDAR object detection DNNs often exhibit significant latency, hindering their real-time performance on resource-constrained edge platforms. Therefore, a tradeoff between detection accuracy and latency should be dynamically managed at runtime to achieve optimum results. In this paper, we introduce VALO (Versatile Anytime algorithm for LiDAR Object detection), a novel data-centric approach that enables anytime computing of 3D LiDAR object detection DNNs. VALO employs a deadline-aware scheduler to selectively process input regions, making execution time and accuracy tradeoffs without architectural modifications. Additionally, it leverages efficient forecasting of past detection results to mitigate possible loss of accuracy due to partial processing of input. Finally, it utilizes a novel input reduction technique within its detection heads to significantly accelerate execution without sacrificing accuracy. We implement VALO on state-of-the-art 3D LiDAR object detection networks, namely CenterPoint and VoxelNext, and demonstrate its dynamic adaptability to a wide range of time constraints while achieving higher accuracy than the prior state-of-the-art. Code is available athttps://github.com/CSL-KU/VALO}{github.com/CSL-KU/VALO.

Code Implementations1 repo
Foundations

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

Your Notes