TL;DR
This paper presents a novel roadside LiDAR vehicle detection and tracking method combining unsupervised algorithms, background subtraction, and a new data structure to improve accuracy and robustness in dynamic environments.
Contribution
The paper introduces a new unsupervised detection and tracking approach using range and intensity data with a novel data structure and background subtraction techniques, outperforming existing methods.
Findings
Outperforms state-of-the-art methods in vehicle detection accuracy.
Effective separation of moving objects from static background.
Validated at both path and point levels with improved results.
Abstract
In this paper, we developed the solution of roadside LiDAR object detection using a combination of two unsupervised learning algorithms. The 3D point clouds are firstly converted into spherical coordinates and filled into the elevation-azimuth matrix using a hash function. After that, the raw LiDAR data were rearranged into new data structures to store the information of range, azimuth, and intensity. Then, the Dynamic Mode Decomposition method is applied to decompose the LiDAR data into low-rank backgrounds and sparse foregrounds based on intensity channel pattern recognition. The Coarse Fine Triangle Algorithm (CFTA) automatically finds the dividing value to separate the moving targets from static background according to range information. After intensity and range background subtraction, the foreground moving objects will be detected using a density-based detector and encoded into…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
