Toward Robust LiDAR based 3D Object Detection via Density-Aware Adaptive Thresholding
Eunho Lee, Minwoo Jung, Ayoung Kim
TL;DR
Robust LiDAR-based 3D object detection in real-world urban environments is challenged by false positives and distance-dependent detection quality. The paper introduces a post-processing distance-aware adaptive thresholding framework that modulates the detector confidence threshold using a quadratic distance model, with a cap beyond distance δ. Demonstrated across multiple LiDAR detectors (e.g., PointPillars, SECOND, PointRCNN, PV-RCNN), the method preserves or improves mAP while enhancing precision for near objects and recall at longer ranges, using learned parameters α, β, γ, δ, and k. Experiments on KITTI and a custom urban dataset, including adverse weather scenarios (fog, rain), show reduced false positives (e.g., misidentified bushes) and improved robustness, supporting safer autonomous navigation.
Abstract
Robust 3D object detection is a core challenge for autonomous mobile systems in field robotics. To tackle this issue, many researchers have demonstrated improvements in 3D object detection performance in datasets. However, real-world urban scenarios with unstructured and dynamic situations can still lead to numerous false positives, posing a challenge for robust 3D object detection models. This paper presents a post-processing algorithm that dynamically adjusts object detection thresholds based on the distance from the ego-vehicle. 3D object detection models usually perform well in detecting nearby objects but may exhibit suboptimal performance for distant ones. While conventional perception algorithms typically employ a single threshold in post-processing, the proposed algorithm addresses this issue by employing adaptive thresholds based on the distance from the ego-vehicle, minimizing false negatives and reducing false positives in urban scenarios. The results show performance enhancements in 3D object detection models across a range of scenarios, not only in dynamic urban road conditions but also in scenarios involving adverse weather conditions.
