MR-DBSCAN: a scalable MapReduce-based DBSCAN algorithm for heavily skewed data

  • Authors:
  • Yaobin He;Haoyu Tan;Wuman Luo;Shengzhong Feng;Jianping Fan

  • Affiliations:
  • Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen, China 518055 and University of Chinese Academy of Sciences, Beijing, China 100049;Department of Computer Science, Guangzhou HKUST Fok Ying Tung Research Institute, Hong Kong University of Science and Technology, Hong Kong, China 999077;Department of Computer Science, Guangzhou HKUST Fok Ying Tung Research Institute, Hong Kong University of Science and Technology, Hong Kong, China 999077;Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen, China 518055;Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen, China 518055

  • Venue:
  • Frontiers of Computer Science: Selected Publications from Chinese Universities
  • Year:
  • 2014

Quantified Score

Hi-index 0.00

Visualization

Abstract

DBSCAN (density-based spatial clustering of applications with noise) is an important spatial clustering technique that is widely adopted in numerous applications. As the size of datasets is extremely large nowadays, parallel processing of complex data analysis such as DBSCAN becomes indispensable. However, there are three major drawbacks in the existing parallel DBSCAN algorithms. First, they fail to properly balance the load among parallel tasks, especially when data are heavily skewed. Second, the scalability of these algorithms is limited because not all the critical sub-procedures are parallelized. Third, most of them are not primarily designed for shared-nothing environments, which makes them less portable to emerging parallel processing paradigms. In this paper, we present MR-DBSCAN, a scalable DBSCAN algorithm using MapReduce. In our algorithm, all the critical sub-procedures are fully parallelized. As such, there is no performance bottleneck caused by sequential processing. Most importantly, we propose a novel data partitioning method based on computation cost estimation. The objective is to achieve desirable load balancing even in the context of heavily skewed data. Besides, We conduct our evaluation using real large datasets with up to 1.2 billion points. The experiment results well confirm the efficiency and scalability of MR-DBSCAN.