Local Class Boundaries For Support Vector Machine

Guihua Wen,Caihui Zhou,Jia Wei,Lijun Jiang
DOI: https://doi.org/10.1007/978-3-642-15597-0_25
2010-01-01
Abstract:The support vector machine (SVM) has proved effective in classification. However, SVM easily becomes intractable in its memory and time requirements to deal with the large data, and also can not nicely deal with noisy, sparse, and imbalanced data. To overcome these issues, this paper presents a new local support vector machine that first finds k nearest neighbors from each class respectively for the query sample and then SVM is trained locally on all these selected nearest neighbors to perform the classification. This approach is efficient,simple and easy to implement. The conducted experiments on challenging benchmark data sets validate the proposed approach in terms of classification accuracy and robustness.
What problem does this paper attempt to address?