Title :
Scalable clustering using multiple GPUs
Author :
Wasif, M.K. ; Narayanan, P.J.
Author_Institution :
Center for Visual Inf. Technol., Int. Inst. of Inf. & Technol., Hyderabad, India
Abstract :
K-Means is a popular clustering algorithm with wide applications in Computer Vision, Data mining, Data Visualization, etc. Clustering is an important step for indexing and searching of documents, images, video, etc. Clustering large numbers of high-dimensional vectors is very computation intensive. In this paper, we present the design and implementation of the K-Means clustering algorithm on the modern GPU. All steps are performed entirely on the GPU efficiently in our approach. We also present a load balanced multi-node, multi-GPU implementation which can handle up to 6 million, 128-dimensional vectors. We use efficient memory layout for all steps to get high performance. The GPU accelerators are now present on high-end workstations and low-end laptops. Scalability in the number and dimensionality of the vectors, the number of clusters, as well as in the number of cores available for processing are important for usability to different users. Our implementation scales linearly or near-linearly with different problem parameters. We achieve up to 2 times increase in speed compared to the best GPU implementation for K-Means on a single GPU. We obtain a speed up of over 170 on a single Nvidia Fermi GPU compared to a standard sequential implementation. We are able to execute one iteration of K-Means in 136 seconds on off-the-shelf GPUs to cluster 6 million vectors of 128 dimensions into 4K clusters and in 2.5 seconds to cluster 125K vectors of 128 dimensions into 2K clusters.
Keywords :
graphics processing units; pattern clustering; resource allocation; GPU accelerators; Nvidia Fermi GPU; computer vision; data mining; data visualization; document searching; high dimensional vectors; high end workstations; image searching; indexing; k-means clustering; load balanced multinode multiGPU implementation; low end laptops; scalable clustering; video searching; Clustering algorithms; Computer architecture; Graphics processing unit; Instruction sets; Kernel; Message systems; Vectors;
Conference_Titel :
High Performance Computing (HiPC), 2011 18th International Conference on
Conference_Location :
Bangalore
Print_ISBN :
978-1-4577-1951-6
Electronic_ISBN :
978-1-4577-1949-3
DOI :
10.1109/HiPC.2011.6152713