Fast tree-based algorithms for DBSCAN on GPUs

03/09/2021
by   Andrey Prokopenko, et al.
0

DBSCAN is a well-known density-based clustering algorithm to discover clusters of arbitrary shape. The efforts to parallelize the algorithm on GPUs often suffer from high thread execution divergence (for example, due to asynchronous calls to range queries). In this paper, we propose a new general framework for DBSCAN on GPUs, and propose two tree-based algorithms within that framework. Both algorithms fuse neighbor search with updating clustering information, and differ in their treatment of dense regions of the data. We show that the cost of computing clusters is at most twice the cost of neighbor determination in parallel. We compare the proposed algorithms with existing GPU implementations, and demonstrate their competitiveness and excellent performance in the presence of a fast traversal structure (bounding volume hierarchy). In addition, we show that the memory usage can be reduced by processing the neighbors of an object on the fly without storing them.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/01/2022

A single-tree algorithm to compute the Euclidean minimum spanning tree on GPUs

Computing the Euclidean minimum spanning tree (EMST) is a computationall...
research
05/18/2023

Faster Parallel Exact Density Peaks Clustering

Clustering multidimensional points is a fundamental data mining task, wi...
research
11/06/2019

HDBSCAN(): An Alternative Cluster Extraction Method for HDBSCAN

HDBSCAN is a density-based clustering algorithm that constructs a cluste...
research
09/23/2021

Fast Density Estimation for Density-based Clustering Methods

Density-based clustering algorithms are widely used for discovering clus...
research
07/12/2023

Cornerstone: Octree Construction Algorithms for Scalable Particle Simulations

This paper presents an octree construction method, called Cornerstone, t...
research
09/10/2020

Accelerating High-Order Stencils on GPUs

Stencil computations are widely used in HPC applications. Today, many HP...

Please sign up or login with your details

Forgot password? Click here to reset