Title :
Efficient Map/Reduce-Based DBSCAN Algorithm with Optimized Data Partition
Author :
Dai, Bi-Ru ; Lin, I-Chang
Author_Institution :
Dept. of Comput. Sci. & Inf. Eng., Nat. Taiwan Univ. of Sci. & Technol., Taipei, Taiwan
Abstract :
DBSCAN is a well-known algorithm for density-based clustering because it can identify the groups of arbitrary shapes and deal with noisy datasets. However, with the increasing amount of data, DBSCAN algorithm running on a single machine has to face the scalability problem. In this paper, we propose a Map/Reduce-based DBSCAN algorithm called DBSCAN-MR to solve the scalability problem. In DBSCAN-MR, the input dataset is partitioned into smaller parts and then parallel processed on the Hadoop platform. However, choosing different partition mechanisms will affect the execution efficiency and load balance of each node. Therefore, we propose a method, partition with reduce boundary points (PRBP), to select partition boundaries based on the distribution of data points. Our experimental results show that DBSCAN-MR with the design of PRBP has higher efficiency and scalability than competitors.
Keywords :
parallel processing; pattern clustering; resource allocation; DBSCAN-MR; Hadoop platform; Map-reduce-based DBSCAN algorithm; PRBP; data point distribution; density-based clustering; execution efficiency; node load balancing; optimized data partition; parallel processing; partition mechanisms; partition with reduce boundary points; scalability problem; Algorithm design and analysis; Cloud computing; Clustering algorithms; Data mining; Indexes; Partitioning algorithms; Scalability; DBSCAN; Hadoop; Map/Reduce; cloud computing; data clustering; data mining; data partition;
Conference_Titel :
Cloud Computing (CLOUD), 2012 IEEE 5th International Conference on
Conference_Location :
Honolulu, HI
Print_ISBN :
978-1-4673-2892-0
DOI :
10.1109/CLOUD.2012.42