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

**Authors:** Sheng Xu, Ruisheng Wang, Han Zheng

arXiv: 1703.02150 · 2019-06-12

## TL;DR

This paper introduces an optimal hierarchical clustering method for segmenting mobile LiDAR point clouds, improving accuracy by optimizing cluster combinations through bipartite graph matching.

## Contribution

The main novelty is the optimization of cluster merging in hierarchical clustering using bipartite graph matching for LiDAR point cloud segmentation.

## Key findings

- Successfully segments multiple objects automatically
- Outperforms existing LiDAR segmentation methods
- Achieves more accurate and reliable segmentation results

## 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.

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1703.02150/full.md

---
Source: https://tomesphere.com/paper/1703.02150