LGDec 7, 2023

A Robust and Efficient Boundary Point Detection Method by Measuring Local Direction Dispersion

arXiv:2312.04065v26 citationsh-index: 18Has CodeIEEE transactions on circuits and systems for video technology (Print)
AI Analysis

This work addresses boundary detection for clustering and classification tasks, offering an incremental improvement over existing methods.

The authors tackled the problem of boundary point detection in clustering by proposing a method based on Local Direction Dispersion (LoDD), which improved robustness to density heterogeneity and concave structures, achieving competitive performance on synthetic and real-world benchmarks.

Boundary point detection aims to outline the external contour structure of clusters and enhance the inter-cluster discrimination, thus bolstering the performance of the downstream classification and clustering tasks. However, existing boundary point detectors are sensitive to density heterogeneity or cannot identify boundary points in concave structures and high-dimensional manifolds. In this work, we propose a robust and efficient boundary point detection method based on Local Direction Dispersion (LoDD). The core of boundary point detection lies in measuring the difference between boundary points and internal points. It is a common observation that an internal point is surrounded by its neighbors in all directions, while the neighbors of a boundary point tend to be distributed only in a certain directional range. By considering this observation, we adopt density-independent K-Nearest Neighbors (KNN) method to determine neighboring points and design a centrality metric LoDD using the eigenvalues of the covariance matrix to depict the distribution uniformity of KNN. We also develop a grid-structure assumption of data distribution to determine the parameters adaptively. The effectiveness of LoDD is demonstrated on synthetic datasets, real-world benchmarks, and application of training set split for deep learning model and hole detection on point cloud data. The datasets and toolkit are available at: https://github.com/ZPGuiGroupWhu/lodd.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes