paper-with-me

Papers

GADGET SVM: A Gossip-bAseD sub-GradiEnT Solver for Linear SVMs

2018-12-05 · Haimonti Dutta, Nitin Nataraj

In the era of big data, an important weapon in a machine learning researcher's arsenal is a scalable Support Vector Machine (SVM) algorithm. SVMs are extensively used for solving classification problems. Traditional algorithms for learning SVMs often scale super linearly with training set size which becomes infeasible very quickly for large data sets. In recent years, scalable algorithms have been designed which study the primal or dual formulations of the problem. This often suggests a way to decompose the problem and facilitate development of distributed algorithms. In this paper, we present a distributed algorithm for learning linear Support Vector Machines in the primal form for binary classification called Gossip-bAseD sub-GradiEnT (GADGET) SVM. The algorithm is designed such that it can be executed locally on nodes of a distributed system. Each node processes its local homogeneously partitioned data and learns a primal SVM model. It then gossips with random neighbors about the classifier learnt and uses this information to update the model. Extensive theoretical and empirical results suggest that this anytime algorithm has performance comparable to its centralized and online counterparts.

📄 PDF Abstract BibTeX arXiv:1812.02261

Code (1)

nitinnat/GADGET 공식 구현

Tasks

Binary ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

A sparse semismooth Newton based augmented Lagrangian method for large-scale support vector machines

2019-10-03 · Dunbiao Niu, Chengjing Wang, Peipei Tang, Qingsong Wang 외

Support vector machines (SVMs) are successful modeling and prediction tools with a variety of applications. Previous work has demonstrated the superiority of the SVMs in dealing with the high dimensional, low sample size…

Dual coordinate solvers for large-scale structural SVMs

2013-12-06 · Deva Ramanan

This manuscript describes a method for training linear SVMs (including binary SVMs, SVM regression, and structural SVMs) from large, out-of-core training datasets. Current strategies for large-scale learning fall into on…

3D Object RecognitionAction ClassificationObject RecognitionPose Estimation+1

An Exact Solver for the Weston-Watkins SVM Subproblem

2021-02-10 · Yutong Wang, Clayton D. Scott

Recent empirical evidence suggests that the Weston-Watkins support vector machine is among the best performing multiclass extensions of the binary SVM. Current state-of-the-art solvers repeatedly solve a particular subpr…

Faster Randomized Infeasible Interior Point Methods for Tall/Wide Linear Programs

2020-12-01 · NeurIPS 2020 12 · Agniva Chowdhury, Palma London, Haim Avron, Petros Drineas

Linear programming (LP) is used in many machine learning applications, such as $\ell_1$-regularized SVMs, basis pursuit, nonnegative matrix factorization, etc. Interior Point Methods (IPMs) are one of the most popular m…

Recipe for Fast Large-scale SVM Training: Polishing, Parallelism, and more RAM!

2022-07-03 · Tobias Glasmachers

Support vector machines (SVMs) are a standard method in the machine learning toolbox, in particular for tabular data. Non-linear kernel SVMs often deliver highly accurate predictors, however, at the cost of long training…

GPU