GPU Accelerated Self-Organizing Map for High Dimensional Data

作者:Yi Xiao, Rui-Bin Feng, Zi-Fa Han, Chi-Sing Leung

摘要

The self-organizing map (SOM) model is an effective technique applicable in a wide range of areas, such as pattern recognition and image processing. In the SOM model, the most time-consuming procedure is the training process. It consists of two time-consuming parts. The first part is the calculation of the Euclidean distances between training vectors and codevectors. The second part is the update of the codevectors with the pre-defined neighborhood structure. This paper proposes a graphics processing unit (GPU) algorithm that accelerates these two parts using the graphics rendering ability of GPUs. The distance calculation is implemented in the form of matrix multiplication with compute shader, while the update process is treated as a point-rendering process with vertex shader and fragment shader. Experimental results show that our algorithm runs much faster than previous CUDA implementations, especially for the large neighborhood case. Also, our method can handle the case with large codebook size and high dimensional data.

论文关键词:Graphics processing unit, Self-organizing maps, Compute shader, CUDA

论文评审过程:

论文官网地址:https://doi.org/10.1007/s11063-014-9383-4