An optimal hierarchical clustering approach to segmentation of mobile LiDAR point clouds

Sheng Xu,Ruisheng Wang,Han Zheng
DOI: https://doi.org/10.1109/TITS.2019.2912455
2017-11-10
Abstract:This paper proposes a hierarchical clustering approach for the segmentation of mobile LiDAR point clouds. We perform the hierarchical clustering on unorganized point clouds based on a proximity matrix. The dissimilarity measure in the proximity matrix is calculated by the Euclidean distances between clusters and the difference of normal vectors at given points. The main contribution of this paper is that we succeed to optimize the combination of clusters in the hierarchical clustering. The combination is obtained by achieving the matching of a bipartite graph, and optimized by solving the minimum-cost perfect matching. Results show that the proposed optimal hierarchical clustering (OHC) succeeds to achieve the segmentation of multiple individual objects automatically and outperforms the state-of-the-art LiDAR point cloud segmentation approaches.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the automatic segmentation of multiple independent objects in mobile LiDAR point clouds. Due to the noisy, inhomogeneous and unorganized characteristics of point cloud data, the existing segmentation methods are not accurate enough when dealing with multiple overlapping objects. Therefore, this paper proposes a method based on hierarchical clustering to optimize the segmentation effect of these point clouds, especially for object - level segmentation. By introducing the bipartite graph minimum - cost perfect matching algorithm in graph theory to optimize the clustering combination, more accurate multi - object segmentation is achieved. This method does not need to preset the number of clusters or the position of each object, and is suitable for efficient processing in large - scale scenes. The experimental results show that the proposed Optimal Hierarchical Clustering (OHC) method performs better than the existing point cloud segmentation methods in multiple typical scenes.