GADGET SVM: A Gossip-bAseD sub-GradiEnT Solver for Linear SVMs
Haimonti Dutta, Nitin Nataraj

TL;DR
GADGET SVM introduces a distributed gossip-based primal SVM algorithm that efficiently scales to large datasets by enabling local computation and neighbor communication, achieving performance comparable to centralized methods.
Contribution
This paper presents the first distributed gossip-based primal SVM algorithm that operates efficiently on large-scale data with local updates and neighbor communication.
Findings
Performance comparable to centralized SVMs
Scales efficiently with large datasets
Effective in distributed environments
Abstract
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed Control Multi-Agent Systems · Machine Learning and ELM · Neural Networks and Reservoir Computing
MethodsSupport Vector Machine
