CVJun 9, 2023

Improving LiDAR 3D Object Detection via Range-based Point Cloud Density Optimization

arXiv:2306.05663v12 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses a specific bias in autonomous driving perception, offering an incremental improvement for existing detectors.

The paper tackles the problem of LiDAR 3D object detectors performing poorly on distant objects by proposing a model-free pre-processing method to optimize point cloud density across ranges, improving performance on Waymo and ONCE datasets without modifying detector architectures.

In recent years, much progress has been made in LiDAR-based 3D object detection mainly due to advances in detector architecture designs and availability of large-scale LiDAR datasets. Existing 3D object detectors tend to perform well on the point cloud regions closer to the LiDAR sensor as opposed to on regions that are farther away. In this paper, we investigate this problem from the data perspective instead of detector architecture design. We observe that there is a learning bias in detection models towards the dense objects near the sensor and show that the detection performance can be improved by simply manipulating the input point cloud density at different distance ranges without modifying the detector architecture and without data augmentation. We propose a model-free point cloud density adjustment pre-processing mechanism that uses iterative MCMC optimization to estimate optimal parameters for altering the point density at different distance ranges. We conduct experiments using four state-of-the-art LiDAR 3D object detectors on two public LiDAR datasets, namely Waymo and ONCE. Our results demonstrate that our range-based point cloud density manipulation technique can improve the performance of the existing detectors, which in turn could potentially inspire future detector designs.

Foundations

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

Your Notes