Robust Classification via Support Vector Machines
Vali Asimit, Ioannis Kyriakou, Simone Santoni, Salvatore Scognamiglio, and Rui Zhu

TL;DR
This paper introduces two probabilistic methods to enhance Support Vector Machine classifiers, making them more robust against feature data uncertainty, with demonstrated efficiency and effectiveness on synthetic and real data.
Contribution
It proposes two novel robust SVM classifiers based on probabilistic arguments, addressing data uncertainty more effectively than traditional methods.
Findings
Both classifiers are computationally efficient.
They outperform standard SVMs on uncertain data.
The methods have limitations depending on data conditions.
Abstract
Classification models are very sensitive to data uncertainty, and finding robust classifiers that are less sensitive to data uncertainty has raised great interest in the machine learning literature. This paper aims to construct robust \emph{Support Vector Machine} classifiers under feature data uncertainty via two probabilistic arguments. The first classifier, \emph{Single Perturbation}, reduces the local effect of data uncertainty with respect to one given feature and acts as a local test that could confirm or refute the presence of significant data uncertainty for that particular feature. The second classifier, \emph{Extreme Empirical Loss}, aims to reduce the aggregate effect of data uncertainty with respect to all features, which is possible via a trade-off between the number of prediction model violations and the size of these violations. Both methodologies are computationally…
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
TopicsFault Detection and Control Systems · Adversarial Robustness in Machine Learning · Imbalanced Data Classification Techniques
MethodsSupport Vector Machine
