English

$p$SVM: Soft-margin SVMs with $p$-norm Hinge Loss

Machine Learning 2024-08-21 v2

Abstract

Support Vector Machines (SVMs) based on hinge loss have been extensively discussed and applied to various binary classification tasks. These SVMs achieve a balance between margin maximization and the minimization of slack due to outliers. Although many efforts have been dedicated to enhancing the performance of SVMs with hinge loss, studies on ppSVMs, soft-margin SVMs with pp-norm hinge loss, remain relatively scarce. In this paper, we explore the properties, performance, and training algorithms of ppSVMs. We first derive the generalization bound of ppSVMs, then formulate the dual optimization problem, comparing it with the traditional approach. Furthermore, we discuss a generalized version of the Sequential Minimal Optimization (SMO) algorithm, ppSMO, to train our ppSVM model. Comparative experiments on various datasets, including binary and multi-class classification tasks, demonstrate the effectiveness and advantages of our ppSVM model and the ppSMO method. Code is available at https://github.com/CoderBak/pSVM.

Keywords

Cite

@article{arxiv.2408.09908,
  title  = {$p$SVM: Soft-margin SVMs with $p$-norm Hinge Loss},
  author = {Haoxiang Sun},
  journal= {arXiv preprint arXiv:2408.09908},
  year   = {2024}
}
R2 v1 2026-06-28T18:16:37.728Z