Separating Drone Point Clouds From Complex Backgrounds by Cluster Filter -- Technical Report for CVPR 2024 UG2 Challenge
Hanfang Liang, Jinming Hu, Xiaohuan Ling, Bing Wang
TL;DR
This work presents an unsupervised LiDAR-based pipeline to detect and track small UAVs in cluttered environments by fusing LiDAR sequences and applying global-local clustering with spatio-temporal density and voxel cues. A time-series scoring mechanism selects UAV trajectories, which are then reconstructed with spline interpolation. Evaluations on the MMAUD dataset show competitive performance, including a 4th-place finish in the CVPR 2024 UG2+ Challenge, and the method emphasizes interpretability and edge-deployability without relying on deep learning. The approach addresses key challenges of sparsity and noise in multi-LiDAR data, offering a practical solution for real-world anti-drone applications.
Abstract
The increasing deployment of small drones as tools of conflict and disruption has amplified their threat, highlighting the urgent need for effective anti-drone measures. However, the compact size of most drones presents a significant challenge, as traditional supervised point cloud or image-based object detection methods often fail to identify such small objects effectively. This paper proposes a simple UAV detection method using an unsupervised pipeline. It uses spatial-temporal sequence processing to fuse multiple lidar datasets effectively, tracking and determining the position of UAVs, so as to detect and track UAVs in challenging environments. Our method performs front and rear background segmentation of point clouds through a global-local sequence clusterer and parses point cloud data from both the spatial-temporal density and spatial-temporal voxels of the point cloud. Furthermore, a scoring mechanism for point cloud moving targets is proposed, using time series detection to improve accuracy and efficiency. We used the MMAUD dataset, and our method achieved 4th place in the CVPR 2024 UG2+ Challenge, confirming the effectiveness of our method in practical applications.
