Breakdown Point of Robust Support Vector Machine
Takafumi Kanamori, Shuhei Fujiwara, Akiko Takeda

TL;DR
This paper introduces a robust variant of SVM, evaluates its breakdown point to measure robustness against outliers, and provides a formula for selecting parameters that ensure robustness, validated through experiments.
Contribution
The paper precisely evaluates the breakdown point of a new robust SVM and derives a simple formula for parameter selection to guarantee robustness.
Findings
Exact breakdown point evaluation for the robust SVM
A simple formula for choosing learning parameters to ensure robustness
Numerical experiments confirm the robustness and theoretical analysis
Abstract
The support vector machine (SVM) is one of the most successful learning methods for solving classification problems. Despite its popularity, SVM has a serious drawback, that is sensitivity to outliers in training samples. The penalty on misclassification is defined by a convex loss called the hinge loss, and the unboundedness of the convex loss causes the sensitivity to outliers. To deal with outliers, robust variants of SVM have been proposed, such as the robust outlier detection algorithm and an SVM with a bounded loss called the ramp loss. In this paper, we propose a robust variant of SVM and investigate its robustness in terms of the breakdown point. The breakdown point is a robustness measure that is the largest amount of contamination such that the estimated classifier still gives information about the non-contaminated data. The main contribution of this paper is to show an exact…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFault Detection and Control Systems · Advanced Statistical Methods and Models · Anomaly Detection Techniques and Applications
MethodsSupport Vector Machine
