Large Margin Classifiers Based on Convex Class Models
Abstract
We propose large margin classifiers that are sometimes better than Support Vector Machines (SVMs) for high-dimensional classification problems with limited numbers of training samples. The basic idea is to approximate each class with a convex model of some form based on its training samples. For any pair of models of this form, there is a corresponding linear classifier that maximizes the margin between the models, and this can be found efficiently by solving a convex program that finds the closest pair of points in the two sets. If the classes are modeled with the convex hulls of their samples the result is the standard SVM, but many other convex models are possible. As examples we investigate maximum margin classifiers based on affine hull and bounding hyperdisk models. These methods can also be kernelized by working in orthonormal coordinates on the subspace of feature space spanned by the training samples. We compare the resulting margin-between-convex-model methods to SVM and to the corresponding nearest-convex-model classifiers on several data sets, showing that they are often competitive with these well-established approaches.
Cite
Text
Cevikalp and Triggs. "Large Margin Classifiers Based on Convex Class Models." IEEE/CVF International Conference on Computer Vision Workshops, 2009. doi:10.1109/ICCVW.2009.5457713Markdown
[Cevikalp and Triggs. "Large Margin Classifiers Based on Convex Class Models." IEEE/CVF International Conference on Computer Vision Workshops, 2009.](https://mlanthology.org/iccvw/2009/cevikalp2009iccvw-large/) doi:10.1109/ICCVW.2009.5457713BibTeX
@inproceedings{cevikalp2009iccvw-large,
title = {{Large Margin Classifiers Based on Convex Class Models}},
author = {Cevikalp, Hakan and Triggs, Bill},
booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
year = {2009},
pages = {101-108},
doi = {10.1109/ICCVW.2009.5457713},
url = {https://mlanthology.org/iccvw/2009/cevikalp2009iccvw-large/}
}