Litcius/Paper detail

Theoretically-Efficient and Practical Parallel DBSCAN

Yiqiu Wang, Yan Gu, Julian Shun

202058 citationsDOIOpen Access PDF

Abstract

The DBSCAN method for spatial clustering has received significant attention due to its applicability in a variety of data analysis tasks. There are fast sequential algorithms for DBSCAN in Euclidean space that take O(nłog n) work for two dimensions, sub-quadratic work for three or more dimensions, and can be computed approximately in linear work for any constant number of dimensions. However, existing parallel DBSCAN algorithms require quadratic work in the worst case. This paper bridges the gap between theory and practice of parallel DBSCAN by presenting new parallel algorithms for Euclidean exact DBSCAN and approximate DBSCAN that match the work bounds of their sequential counterparts, and are highly parallel (polylogarithmic depth). We present implementations of our algorithms along with optimizations that improve their practical performance. We perform a comprehensive experimental evaluation of our algorithms on a variety of datasets and parameter settings. Our experiments on a 36-core machine with two-way hyper-threading show that our implementations outperform existing parallel implementations by up to several orders of magnitude, and achieve speedups of up to 33x over the best sequential algorithms.

Topics & Concepts

DBSCANComputer scienceCluster analysisAlgorithmParallel algorithmQuadratic equationParallel computingArtificial intelligenceMathematicsCURE data clustering algorithmCorrelation clusteringGeometryData Management and AlgorithmsHuman Mobility and Location-Based AnalysisGeographic Information Systems Studies
Theoretically-Efficient and Practical Parallel DBSCAN | Litcius