LGOCMar 3, 2022

Ensemble Methods for Robust Support Vector Machines using Integer Programming

arXiv:2203.01606v11 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses robust machine learning for binary classification under data uncertainty, presenting an incremental improvement over existing robust SVM methods.

The authors tackled binary classification with uncertain training data by developing ensemble methods for robust support vector machines (SVM) that iteratively solve non-robust SVMs on perturbed datasets and use majority voting for classification, resulting in more stable behavior compared to classical robust SVM when changing protection levels.

In this work we study binary classification problems where we assume that our training data is subject to uncertainty, i.e. the precise data points are not known. To tackle this issue in the field of robust machine learning the aim is to develop models which are robust against small perturbations in the training data. We study robust support vector machines (SVM) and extend the classical approach by an ensemble method which iteratively solves a non-robust SVM on different perturbations of the dataset, where the perturbations are derived by an adversarial problem. Afterwards for classification of an unknown data point we perform a majority vote of all calculated SVM solutions. We study three different variants for the adversarial problem, the exact problem, a relaxed variant and an efficient heuristic variant. While the exact and the relaxed variant can be modeled using integer programming formulations, the heuristic one can be implemented by an easy and efficient algorithm. All derived methods are tested on random and realistic datasets and the results indicate that the derived ensemble methods have a much more stable behaviour when changing the protection level compared to the classical robust SVM model.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes