Scalable Clustering Using Graphics Processors
Dept. of Computer Science and Engineering, Fudan University, China
In Advances in Web-Age Information Management, Vol. 4016 (2006), pp. 372-384.
@article{cao2006scalable,
title={Scalable clustering using graphics processors},
author={Cao, F. and Tung, A. and Zhou, A.},
journal={Advances in Web-Age Information Management},
pages={372–384},
year={2006},
publisher={Springer}
}
We present new algorithms for scalable clustering using graphics processors. Our basic approach is based on k-means. By changing the order of determining object labels, and exploiting the high computational power and pipeline of graphics processing units (GPUs) for distance computing and comparison, we speed up the k-means algorithm substantially. We introduce two strategies for retrieving data from the GPU, taking into account the low bandwidth from the GPU back to the main memory. We also extend our GPU-based approach to data stream clustering. We implement our algorithms in a PC with a Pentium IV 3.4G CPU and a NVIDIA GeForce 6800 GT graphics card. Our comprehensive performance study shows that the common GPU in desktop computers could be an efficient co-processor of CPU in traditional and data stream clustering.
April 22, 2011 by hgpu