Title: DBSCAN-PSM: an improvement method of DBSCAN algorithm on Spark

Authors: Guangsheng Chen; Yiqun Cheng; Weipeng Jing

Addresses: Heilongjiang Province Engineering Technology Research Center for Forestry Ecological Big Data Storage and High Performance (Cloud) Computing, College of Information and Computer Engineering, Northeast Forestry University, Harbin, China ' Heilongjiang Province Engineering Technology Research Center for Forestry Ecological Big Data Storage and High Performance (Cloud) Computing, College of Information and Computer Engineering, Northeast Forestry University, Harbin, China ' Heilongjiang Province Engineering Technology Research Center for Forestry Ecological Big Data Storage and High Performance (Cloud) Computing, College of Information and Computer Engineering, Northeast Forestry University, Harbin, China

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. However, we consider current partitioning method of DBSCAN is too simple and steps of GETNEIGHBORS query repeatedly access the dataset 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 dataset 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.

Keywords: big data; DBSCAN; data partitioning; data merging.

DOI: 10.1504/IJHPCN.2019.099265

International Journal of High Performance Computing and Networking, 2019 Vol.13 No.4, pp.417 - 426

Received: 06 Jul 2016
Accepted: 17 Oct 2016

Published online: 24 Apr 2019 *

Full-text access for editors Full-text access for subscribers Purchase this article Comment on this article