Sciweavers

CSIE
2009
IEEE

K-Means on Commodity GPUs with CUDA

13 years 9 months ago
K-Means on Commodity GPUs with CUDA
K-means algorithm is one of the most famous unsupervised clustering algorithms. Many theoretical improvements for the performance of original algorithms have been put forward, while almost all of them are based on Single Instruction Single Data (SISD) architecture processors (CPUs), which partly ignored the inherent paralleled characteristic of the algorithms. In this paper, a novel Single Instruction Multiple Data (SIMD) architecture processors (GPUs) based k-means algorithm is proposed. In this algorithm, in order to accelerate compute-intensive portions of traditional k-means, both data objects assignment and k centroids recalculation are offloaded to the GPU in parallel. We have implemented this GPU-based k-means on the newest generation GPU with Compute Unified Device Architecture (CUDA). The numerical experiments demonstrated that the speed of GPU-based k-means could reach as high as 40 times of the CPU-based k-means.
Hong-tao Bai, Li-li He, Dan-tong Ouyang, Zhan-shan
Added 22 Jul 2010
Updated 22 Jul 2010
Type Conference
Year 2009
Where CSIE
Authors Hong-tao Bai, Li-li He, Dan-tong Ouyang, Zhan-shan Li, He Li
Comments (0)