English

Proximal gradient method for huberized support vector machine

Machine Learning 2015-12-01 v1 Machine Learning Numerical Analysis Numerical Analysis

Abstract

The Support Vector Machine (SVM) has been used in a wide variety of classification problems. The original SVM uses the hinge loss function, which is non-differentiable and makes the problem difficult to solve in particular for regularized SVMs, such as with 1\ell_1-regularization. This paper considers the Huberized SVM (HSVM), which uses a differentiable approximation of the hinge loss function. We first explore the use of the Proximal Gradient (PG) method to solving binary-class HSVM (B-HSVM) and then generalize it to multi-class HSVM (M-HSVM). Under strong convexity assumptions, we show that our algorithm converges linearly. In addition, we give a finite convergence result about the support of the solution, based on which we further accelerate the algorithm by a two-stage method. We present extensive numerical experiments on both synthetic and real datasets which demonstrate the superiority of our methods over some state-of-the-art methods for both binary- and multi-class SVMs.

Cite

@article{arxiv.1511.09159,
  title  = {Proximal gradient method for huberized support vector machine},
  author = {Yangyang Xu and Ioannis Akrotirianakis and Amit Chakraborty},
  journal= {arXiv preprint arXiv:1511.09159},
  year   = {2015}
}

Comments

in Pattern analysis and application, 2015

R2 v1 2026-06-22T11:56:58.666Z