Paper
10 August 2023 Revised DBSCAN clustering algorithm based on quadratic grid segmentation
Peixin Chen, Xiaoyu Wei, Jinlin Yan, Yizhuo Xin, Shanchen Chen
Author Affiliations +
Proceedings Volume 12759, International Conference on Automation Control, Algorithm, and Intelligent Bionics (ACAIB 2023); 127591L (2023) https://doi.org/10.1117/12.2686583
Event: 2023 3rd International Conference on Automation Control, Algorithm and Intelligent Bionics (ACAIB 2023), 2023, Xiamen, China
Abstract
This paper researches a grid-optimized DBSCAN algorithm called Grid-DBSCAN. Different from the traditional DBSCAN algorithm, we introduce a square grid array with side length ε. The whole study area is divided twice into several grids to study the computation. In this algorithm, any data point only needs to make a distance operation with the data points in the range of four different 3*3 grids that it may be in. This significantly reduces the computational complexity and required runtime of the algorithm. In addition, the two different center positions of the grid partition ensure the transitivity of the clustering algorithm and reduce the possibility of data points being misclassified. The simulation results indicate that the Grid-DBSCAN algorithm can effectively handle various clustering conditions. Both the computational time and clustering performance are superior to those of traditional DBSCAN and K-means algorithms.
© (2023) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Peixin Chen, Xiaoyu Wei, Jinlin Yan, Yizhuo Xin, and Shanchen Chen "Revised DBSCAN clustering algorithm based on quadratic grid segmentation", Proc. SPIE 12759, International Conference on Automation Control, Algorithm, and Intelligent Bionics (ACAIB 2023), 127591L (10 August 2023); https://doi.org/10.1117/12.2686583
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Algorithm development

Mathematical optimization

Algorithms

Computer simulations

Visualization

Back to Top