An Improvement Method of DBSCAN Algorithm on Cloud Computing

Weipeng Jing,Chuanyu Zhao,Chao Jiang
DOI: https://doi.org/10.1016/j.procs.2019.01.208
2019-01-01
Procedia Computer Science
Abstract:DBSCAN is a density-based data clustering algorithm, in image processing, data mining, machine learning and other fields are widely used. With the increasing of the size of clusters, the parallel DBSCAN algorithm is widely used. in image processing, data mining, machine learning and other fields are widely used. However, we consider current partitioning method of DBSCAN is too simple and steps of GETNEIGHBORS query repeatedly access the data set on spark. So we proposed DBSCAN-PSM which applies new data partitioning and merging method. In the first stage of our method we import the KD-Tree, combine the partitioning and GETNEIGHBORS query, reduce the number of access to the data set and decrease the influence of I/O in the algorithm. In the second stage of our method we use the feature of points in merging so as to avoid the time costing of the global label. Experimental results showed that our new method can improve the parallel efficiency and the clustering algorithm performance.
What problem does this paper attempt to address?