A Parallel Decomposition Solver for SVM: Distributed Dual Ascend Using Fenchel Duality
Abstract
We introduce a distributed algorithm for solving large scale support vector machines (SVM) problems. The algorithm divides the training set into a number of processing nodes each running independently an SVM sub-problem associated with its subset of training data. The algorithm is a parallel (Jacobi) block-update scheme derived from the convex conjugate (Fenchel duality) form of the original SVM problem. Each update step consists of a modified SVM solver running in parallel over the sub-problems followed by a simple global update. We derive bounds on the number of updates showing that the number of iterations (independent SVM applications on sub-problems) required to obtain a solution of accuracy isin is O(log(1/isin)). We demonstrate the efficiency and applicability of our algorithms by running on large scale experiments on standardized datasets while comparing the results to the state-of-the-art SVM solvers.
Cite
Text
Hazan et al. "A Parallel Decomposition Solver for SVM: Distributed Dual Ascend Using Fenchel Duality." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008. doi:10.1109/CVPR.2008.4587354Markdown
[Hazan et al. "A Parallel Decomposition Solver for SVM: Distributed Dual Ascend Using Fenchel Duality." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008.](https://mlanthology.org/cvpr/2008/hazan2008cvpr-parallel/) doi:10.1109/CVPR.2008.4587354BibTeX
@inproceedings{hazan2008cvpr-parallel,
title = {{A Parallel Decomposition Solver for SVM: Distributed Dual Ascend Using Fenchel Duality}},
author = {Hazan, Tamir and Man, Amit and Shashua, Amnon},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2008},
doi = {10.1109/CVPR.2008.4587354},
url = {https://mlanthology.org/cvpr/2008/hazan2008cvpr-parallel/}
}