paper-with-me

Papers

Ensemble Methods for Robust Support Vector Machines using Integer Programming

2022-03-03 · Jannis Kurtz

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.

📄 PDF Abstract BibTeX arXiv:2203.01606

Code (1)

jannisku/ensemblerobustsvm 공식 구현

Tasks

Binary Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

EnsembleSVM: A Library for Ensemble Learning Using Support Vector Machines

2014-03-04 · Marc Claesen, Frank De Smet, Johan Suykens, Bart De Moor

EnsembleSVM is a free software package containing efficient routines to perform ensemble learning with support vector machine (SVM) base models. It currently offers ensemble methods based on binary SVM models. Our implem…

Ensemble Learning

Random Machines Regression Approach: an ensemble support vector regression model with free kernel choice

2020-03-27 · Anderson Ara, Mateus Maia, Samuel Macêdo, Francisco Louzada

Machine learning techniques always aim to reduce the generalized prediction error. In order to reduce it, ensemble methods present a good approach combining several models that results in a greater forecasting capacity. …

BIG-bench Machine Learningregression

Support Vector Machines for Multiple-Instance Learning

2002-01-01 · Advances in Neural Information Processing Systems 2002 1 · Stuart Andrews, Ioannis Tsochantaridis, Thomas Hofmann

This paper presents two new formulations of multiple-instance learning as a maximum margin problem. The proposed extensions of the Support Vector Machine (SVM) learning approach lead to mixed integer quadratic programs …

Multiple Instance Learning

From Kernel Machines to Ensemble Learning

2014-01-04 · Chunhua Shen, Fayao Liu

Ensemble methods such as boosting combine multiple learners to obtain better prediction than could be obtained from any individual learner. Here we propose a principled framework for directly constructing ensemble learni…

Ensemble LearningTranslation

Ensemble Methods for Native Language Identification

2017-09-01 · WS 2017 9 · Sophia Chan, Maryam Honari Jahromi, Benjamin Benetti, Aazim Lakhani 외

Our team{---}Uvic-NLP{---}explored and evaluated a variety of lexical features for Native Language Identification (NLI) within the framework of ensemble methods. Using a subset of the highest performing features, we trai…

Language AcquisitionLanguage IdentificationNative Language Identification