English

Improvement over Pinball Loss Support Vector Machine

Machine Learning 2021-06-03 v1 Machine Learning

Abstract

Recently, there have been several papers that discuss the extension of the Pinball loss Support Vector Machine (Pin-SVM) model, originally proposed by Huang et al.,[1][2]. Pin-SVM classifier deals with the pinball loss function, which has been defined in terms of the parameter τ\tau. The parameter τ\tau can take values in [1,1][ -1,1]. The existing Pin-SVM model requires to solve the same optimization problem for all values of τ\tau in [1,1][ -1,1]. In this paper, we improve the existing Pin-SVM model for the binary classification task. At first, we note that there is major difficulty in Pin-SVM model (Huang et al. [1]) for 1τ<0 -1 \leq \tau < 0. Specifically, we show that the Pin-SVM model requires the solution of different optimization problem for 1τ<0 -1 \leq \tau < 0. We further propose a unified model termed as Unified Pin-SVM which results in a QPP valid for all 1τ1-1\leq \tau \leq 1 and hence more convenient to use. The proposed Unified Pin-SVM model can obtain a significant improvement in accuracy over the existing Pin-SVM model which has also been empirically justified by extensive numerical experiments with real-world datasets.

Keywords

Cite

@article{arxiv.2106.01109,
  title  = {Improvement over Pinball Loss Support Vector Machine},
  author = {Pritam Anand and Reshma Rastogi and Suresh Chandra},
  journal= {arXiv preprint arXiv:2106.01109},
  year   = {2021}
}

Comments

The numerical results presented in this paper can be regenerated by the code available at https://github.com/ltpritamanand/UnifiedPinSVM/ . We hope that our this work will let the researchers to use the correct formulation of Pin-SVM model in future and improve the predictions across different domain of technologies

R2 v1 2026-06-24T02:44:51.990Z