Hierarchical linear support vector machine

作者:

Highlights:

摘要

The increasing size and dimensionality of real-world datasets make it necessary to design efficient algorithms not only in the training process but also in the prediction phase. In applications such as credit card fraud detection, the classifier needs to predict an event in 10 ms at most. In these environments the speed of the prediction constraints heavily outweighs the training costs. We propose a new classification method, called a Hierarchical Linear Support Vector Machine (H-LSVM), based on the construction of an oblique decision tree in which the node split is obtained as a Linear Support Vector Machine. Although other methods have been proposed to break the data space down in subregions to speed up Support Vector Machines, the H-LSVM algorithm represents a very simple and efficient model in training but mainly in prediction for large-scale datasets. Only a few hyperplanes need to be evaluated in the prediction step, no kernel computation is required and the tree structure makes parallelization possible. In experiments with medium and large datasets, the H-LSVM reduces the prediction cost considerably while achieving classification results closer to the non-linear SVM than that of the linear case.

论文关键词:Large-scale learning,Real-time prediction,Support vector machine,Decision tree,Pegasos algorithm

论文评审过程:Received 31 August 2011, Revised 28 May 2012, Accepted 7 June 2012, Available online 15 June 2012.

论文官网地址:https://doi.org/10.1016/j.patcog.2012.06.002