LGAIMLJun 22, 2019

An enhanced KNN-based twin support vector machine with stable learning rules

arXiv:1906.09443v111 citations
Originality Incremental advance
AI Analysis

This work addresses computational efficiency and robustness for machine learning practitioners using twin support vector machines, but it is incremental as it builds on existing KNN-based TSVM methods.

The paper tackled the high computational cost and overfitting issues in KNN-based twin support vector machines by proposing an enhanced regularized version (RKNN-TSVM), which achieved up to 14 times speedup and improved classification accuracy on synthetic and benchmark datasets.

Among the extensions of twin support vector machine (TSVM), some scholars have utilized K-nearest neighbor (KNN) graph to enhance TSVM's classification accuracy. However, these KNN-based TSVM classifiers have two major issues such as high computational cost and overfitting. In order to address these issues, this paper presents an enhanced regularized K-nearest neighbor based twin support vector machine (RKNN-TSVM). It has three additional advantages: (1) Weight is given to each sample by considering the distance from its nearest neighbors. This further reduces the effect of noise and outliers on the output model. (2) An extra stabilizer term was added to each objective function. As a result, the learning rules of the proposed method are stable. (3) To reduce the computational cost of finding KNNs for all the samples, location difference of multiple distances based k-nearest neighbors algorithm (LDMDBA) was embedded into the learning process of the proposed method. The extensive experimental results on several synthetic and benchmark datasets show the effectiveness of our proposed RKNN-TSVM in both classification accuracy and computational time. Moreover, the largest speedup in the proposed method reaches to 14 times.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes