Edge-Triggered Three-Dimensional Object Detection Using a LiDAR Ring

Eunji Song,Seyoung Jeong,Sung-Ho Hwang
DOI: https://doi.org/10.3390/s24062005
IF: 3.9
2024-03-22
Sensors
Abstract:Autonomous driving recognition technology that can quickly and accurately recognize even small objects must be developed in high-speed situations. This study proposes an object point extraction method using rule-based LiDAR ring data and edge triggers to increase both speed and performance. The LiDAR's ring information is interpreted as a digital pulse to remove the ground, and object points are extracted by detecting discontinuous edges of the z value aligned with the ring ID and azimuth. A bounding box was simply created using DBSCAN and PCA to check recognition performance from the extracted object points. Verification of the results of removing the ground and extracting points through Ring Edge was conducted using SemanticKITTI and Waymo Open Dataset, and it was confirmed that both F1 scores were superior to RANSAC. In addition, extracting bounding boxes of objects also showed higher PDR index performance when verified in open datasets, virtual driving environments, and actual driving environments.
engineering, electrical & electronic,chemistry, analytical,instruments & instrumentation
What problem does this paper attempt to address?
The paper attempts to address the technical challenge of quickly and accurately identifying small obstacles in autonomous driving scenarios. Specifically, the research proposes a method based on LiDAR ring data and edge triggering to improve the speed and performance of object detection. Existing deep learning methods, while performing well in recognizing vehicles, pedestrians, and cyclists, have limitations in terms of real-time capability and diversity. Therefore, this study uses a rule-driven approach to identify different types of obstacles, ensuring both real-time requirements and high performance at high speeds. Additionally, this method does not require a complex calibration process, simplifying deployment in practical applications. The paper validates the proposed method's performance on the SemanticKITTI and Waymo open datasets, showing that its F1 score outperforms the RANSAC algorithm and that its target detection performance is improved in various environments.