@inproceedings{facbd09d87344c119ca135448e42dc27,
title = "CUDA-DClust+: Revisiting Early GPU-Accelerated DBSCAN Clustering Designs",
abstract = "Density-based clustering algorithms are widely used unsupervised data mining techniques to find the clusters of points in dense regions that are separated by low-density regions. This algorithm is inherently sequential and has limitations in its parallel implementation. There have been several parallel algorithms presented in the literature for multi-core CPUs and many-core GPUs. One such algorithm for the GPU is CUDA-DCLUST. In this paper, we propose a new GPU-accelerated DBSCAN algorithm with several optimizations. In comparison to prior work, our algorithm, Cuda-dclust+:(i) computes the indexing structure on the GPU, (ii) uses kernel fusion to combine the index search and cluster expansion kernels, which reduces communication and synchronization overhead with the host, and (iii) seed list management control is primarily given to the GPU rather than the CPU, which further decreases CPU-GPU communication overhead. We compare our algorithm to three state-of-the-art parallel algorithms in the literature on six real-world datasets. We find that our algorithm achieves a speedup of up to 23x over the fastest GPU algorithm.",
keywords = "Clustering, DBSCAN, GPGPU, Graphics Processing Unit, Machine Learning, Outlier Detection",
author = "Madhav Poudel and Michael Gowanlock",
note = "Publisher Copyright: {\textcopyright} 2021 IEEE.; 28th IEEE International Conference on High Performance Computing, Data, and Analytics, HiPC 2021 ; Conference date: 17-12-2021 Through 18-12-2021",
year = "2021",
doi = "10.1109/HiPC53243.2021.00049",
language = "English (US)",
series = "Proceedings - 2021 IEEE 28th International Conference on High Performance Computing, Data, and Analytics, HiPC 2021",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "354--363",
booktitle = "Proceedings - 2021 IEEE 28th International Conference on High Performance Computing, Data, and Analytics, HiPC 2021",
}