Robust Feature Induction for Support Vector Machines

Abstract

The goal of feature induction is to automatically create nonlinearcombinations of existing features as additional input features to improveclassification accuracy. Typically, nonlinear features are introduced into asupport vector machine (SVM) through a nonlinear kernel function. Onedisadvantage of such an approach is that the feature space induced by a kernelfunction is usually of high dimension and therefore will substantiallyincrease the chance of over-fitting the training data. Another disadvantage isthat nonlinear features are induced implicitly and therefore are difficult forpeople to understand which induced features are critical to the classificationperformance. In this paper, we propose a boosting-style algorithm that canexplicitly induces important nonlinear features for SVMs. We present empiricalstudies with discussion to show that this approach is effective in improvingclassification accuracy for SVMs. The comparison with an SVM model usingnonlinear kernels also indicates that this approach is effective and robust, particularly when the number of training data is small.

Cite

Text

Jin and Liu. "Robust Feature Induction for Support Vector Machines." International Conference on Machine Learning, 2004. doi:10.1145/1015330.1015370

Markdown

[Jin and Liu. "Robust Feature Induction for Support Vector Machines." International Conference on Machine Learning, 2004.](https://mlanthology.org/icml/2004/jin2004icml-robust/) doi:10.1145/1015330.1015370

BibTeX

@inproceedings{jin2004icml-robust,
  title     = {{Robust Feature Induction for Support Vector Machines}},
  author    = {Jin, Rong and Liu, Huan},
  booktitle = {International Conference on Machine Learning},
  year      = {2004},
  doi       = {10.1145/1015330.1015370},
  url       = {https://mlanthology.org/icml/2004/jin2004icml-robust/}
}