GPU-accelerated Parallel Algorithms for Linear Ranksvm.
Jing Jin,Xianggao Cai,Guoming Lai,Xiaola Lin
DOI: https://doi.org/10.1007/s11227-015-1509-6
IF: 3.3
2015-01-01
The Journal of Supercomputing
Abstract:Linear rankSVM is one of the widely used methods for learning to rank. The existing methods such as trust region Newton method (TRON) with order-statistic tree cannot perform efficiently when any one of them is exploited to deal with the large-scale data sets. It is observed that training the linear rankSVM with L2-loss requires a large amount of data-intensive computing, and therefore is feasible to make use of the great computational power of GPU to improve the training speed. In this paper, we propose two efficient parallel algorithms (named PSWX-TRON and PSY-TRON) to train the linear rankSVM with L2-loss on the GPU architecture. The proposed parallel algorithms can work efficiently on GPU if the training set is divided in terms of different queries. The experimental results show that compared with the existing methods, the proposed algorithms not only can obtain the impressive training speeds, but also can perform well in prediction.
What problem does this paper attempt to address?