Linear Time Solver for Primal SVM

Abstract

Support Vector Machines (SVM) is among the most popular classification techniques in machine learning, hence designing fast primal SVM algorithms for large-scale datasets is a hot topic in recent years. This paper presents a new L2-norm regularized primal SVM solver using Augmented Lagrange Multipliers, with linear-time computational cost for Lp-norm loss functions. The most computationally intensive steps (that determine the algorithmic complexity) of the proposed algorithm is purely and simply matrix-by-vector multiplication, which can be easily parallelized on a multi-core server for parallel computing. We implement and integrate our algorithm into the interfaces and framework of the well-known LibLinear software toolbox. Experiments show that our algorithm is with stable performance and on average faster than the state-of-the-art solvers such as SVMperf , Pegasos and the LibLinear that integrates the TRON, PCD and DCD algorithms.

Cite

Text

Nie et al. "Linear Time Solver for Primal SVM." International Conference on Machine Learning, 2014.

Markdown

[Nie et al. "Linear Time Solver for Primal SVM." International Conference on Machine Learning, 2014.](https://mlanthology.org/icml/2014/nie2014icml-linear/)

BibTeX

@inproceedings{nie2014icml-linear,
  title     = {{Linear Time Solver for Primal SVM}},
  author    = {Nie, Feiping and Huang, Yizhen and Huang, Heng},
  booktitle = {International Conference on Machine Learning},
  year      = {2014},
  pages     = {505-513},
  volume    = {32},
  url       = {https://mlanthology.org/icml/2014/nie2014icml-linear/}
}