A GPU-tailored approach for training kernelized SVMs
Toyota Technological Institute at Chicago, Chicago, IL, USA
Proceedings of the 17th ACM SIGKDD international conference on Knowledge discovery and data mining, KDD ’11, 2011
@article{cotter2011gpu,
title={A GPU-Tailored Approach for Training Kernelized SVMs},
author={Cotter, A. and Srebro, N. and Keshet, J.},
journal={Proceedings of the 17th ACM SIGKDD international conference on Knowledge discovery and data mining, KDD ’11},
year={2011}
}
We present a method for efficiently training binary and multiclass kernelized SVMs on a Graphics Processing Unit (GPU). Our methods apply to a broad range of kernels, including the popular Gaus- sian kernel, on datasets as large as the amount of available memory on the graphics card. Our approach is distinguished from earlier work in that it cleanly and efficiently handles sparse datasets through the use of a novel clustering technique. Our optimization algorithm is also specifically designed to take advantage of the graphics hardware. This leads to different algorithmic choices then those preferred in serial implementations. Our easy-to-use library is orders of magnitude faster then existing CPU libraries, and several times faster than prior GPU approaches.
September 19, 2011 by hgpu