NESVM: a Fast Gradient Method for Support Vector Machines
Tianyi Zhou, Dacheng Tao, Xindong Wu

TL;DR
NESVM introduces a fast gradient-based SVM solver with optimal convergence rate and linear time complexity, suitable for large-scale problems and both linear and nonlinear kernels.
Contribution
It presents NESVM, a novel SVM solver that achieves the optimal convergence rate of O(1/k^2) and improves efficiency over existing methods, with a homotopy acceleration technique.
Findings
Achieves optimal convergence rate of O(1/k^2)
Demonstrates efficiency on large datasets
Effective for both linear and nonlinear kernels
Abstract
Support vector machines (SVMs) are invaluable tools for many practical applications in artificial intelligence, e.g., classification and event recognition. However, popular SVM solvers are not sufficiently efficient for applications with a great deal of samples as well as a large number of features. In this paper, thus, we present NESVM, a fast gradient SVM solver that can optimize various SVM models, e.g., classical SVM, linear programming SVM and least square SVM. Compared against SVM-Perf \cite{SVM_Perf}\cite{PerfML} (its convergence rate in solving the dual SVM is upper bounded by , wherein is the number of iterations.) and Pegasos \cite{Pegasos} (online SVM that converges at rate for the primal SVM), NESVM achieves the optimal convergence rate at and a linear time complexity. In particular, NESVM smoothes the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Remote-Sensing Image Classification · Face and Expression Recognition
