A Note on Support Vector Machine Degeneracy

Abstract

When training Support Vector Machines (SVMs) over nonseparable data sets, one sets the threshold b using any dual cost coefficient that is strictly between the bounds of 0 and C . We show that there exist SVM training problems with dual optimal solutions with all coefficients at bounds, but that all such problems are degenerate in the sense that the “optimal separating hyperplane” is given by w = 0 , and the resulting (degenerate) SVM will classify all future points identically (to the class that supplies more training data). We also derive necessary and sufficient conditions on the input data for this to occur. Finally, we show that an SVM training problem can always be made degenerate by the addition of a single data point belonging to a certain unbounded polyhedron, which we characterize in terms of its extreme points and rays.

Cite

Text

Rifkin et al. "A Note on Support Vector Machine Degeneracy." International Conference on Algorithmic Learning Theory, 1999. doi:10.1007/3-540-46769-6_21

Markdown

[Rifkin et al. "A Note on Support Vector Machine Degeneracy." International Conference on Algorithmic Learning Theory, 1999.](https://mlanthology.org/alt/1999/rifkin1999alt-note/) doi:10.1007/3-540-46769-6_21

BibTeX

@inproceedings{rifkin1999alt-note,
  title     = {{A Note on Support Vector Machine Degeneracy}},
  author    = {Rifkin, Ryan M. and Pontil, Massimiliano and Verri, Alessandro},
  booktitle = {International Conference on Algorithmic Learning Theory},
  year      = {1999},
  pages     = {252-263},
  doi       = {10.1007/3-540-46769-6_21},
  url       = {https://mlanthology.org/alt/1999/rifkin1999alt-note/}
}