Cost-Sensitive Support Vector Machines
Hamed Masnadi-Shirazi, Nuno Vasconcelos, Arya Iranmehr

TL;DR
This paper introduces a novel cost-sensitive SVM framework that extends the hinge loss to incorporate class-specific costs, ensuring optimal decision boundaries aligned with the Bayes risk, and demonstrates superior performance on imbalanced datasets.
Contribution
It develops a new cost-sensitive hinge loss for SVMs, guaranteeing consistency with Bayes risk, and provides an efficient algorithm that outperforms previous methods on various datasets.
Findings
The proposed CS-SVM aligns with the Bayes-optimal decision boundary.
The algorithm effectively handles example-dependent costs.
Experimental results show superior performance on imbalanced datasets.
Abstract
A new procedure for learning cost-sensitive SVM(CS-SVM) classifiers is proposed. The SVM hinge loss is extended to the cost sensitive setting, and the CS-SVM is derived as the minimizer of the associated risk. The extension of the hinge loss draws on recent connections between risk minimization and probability elicitation. These connections are generalized to cost-sensitive classification, in a manner that guarantees consistency with the cost-sensitive Bayes risk, and associated Bayes decision rule. This ensures that optimal decision rules, under the new hinge loss, implement the Bayes-optimal cost-sensitive classification boundary. Minimization of the new hinge loss is shown to be a generalization of the classic SVM optimization problem, and can be solved by identical procedures. The dual problem of CS-SVM is carefully scrutinized by means of regularization theory and sensitivity…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Face and Expression Recognition · Machine Learning and Data Classification
MethodsSupport Vector Machine
