18457

Efficient and Scalable k-Means on GPUs

Clemens Lutz, Sebastian Bress, Tilmann Rabl, Steffen Zeuch, Volker Markl
DFKI GmbH
Datenbanken Spektrum, 2018

@article{lutzefficient,

   title={Efficient and Scalable k-Means on GPUs},

   author={Lutz, Clemens and Bress, Sebastian and Rabl, Tilmann and Zeuch, Steffen and Markl, Volker},

   year={2018}

}

k-Means is a versatile clustering algorithm widely used in practice. To cluster large data sets, state-of-the-art implementations use GPUs to shorten the data to knowledge time. These implementations commonly assign points on a GPU and update centroids on a CPU. We identify two main shortcomings of this approach. First, it requires expensive data exchange between processors when switching between the two processing steps point assignment and centroid update. Second, even when processing both steps of k-means on the same processor, points still need to be read two times within an iteration, leading to inefficient use of memory bandwidth. In this paper, we present a novel approach for centroid update that allows us to efficiently process both phases of k-means on GPUs. We fuse point assignment and centroid update to execute one iteration with a single pass over the points. Our evaluation shows that our k-means approach scales to very large data sets. Overall, we achieve up to 20x higher throughput compared to the state-of-the-art approach.
Rating: 3.0/5. From 2 votes.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: