LGCVApr 19, 2017

Insensitive Stochastic Gradient Twin Support Vector Machine for Large Scale Problems

arXiv:1704.05596v242 citations
AI Analysis

This work addresses classification efficiency for large-scale problems, but it is incremental as it builds on existing twin support vector machine methods.

The authors tackled the problem of applying stochastic gradient descent to twin support vector machines for classification, resulting in SGTSVM, which shows stable performance with fast learning speed on large-scale datasets.

Stochastic gradient descent algorithm has been successfully applied on support vector machines (called PEGASOS) for many classification problems. In this paper, stochastic gradient descent algorithm is investigated to twin support vector machines for classification. Compared with PEGASOS, the proposed stochastic gradient twin support vector machines (SGTSVM) is insensitive on stochastic sampling for stochastic gradient descent algorithm. In theory, we prove the convergence of SGTSVM instead of almost sure convergence of PEGASOS. For uniformly sampling, the approximation between SGTSVM and twin support vector machines is also given, while PEGASOS only has an opportunity to obtain an approximation of support vector machines. In addition, the nonlinear SGTSVM is derived directly from its linear case. Experimental results on both artificial datasets and large scale problems show the stable performance of SGTSVM with a fast learning speed.

Foundations

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

Your Notes