Accelerated Asynchronous Greedy Coordinate Descent Algorithm for SVMs

Abstract

Support vector machines play an important role in machine learning in the last two decades. Traditional SVM solvers (e.g. LIBSVM) are not scalable in the current big data era. Recently, a state of the art solver was proposed based on the asynchronous greedy coordinate descent (AsyGCD) algorithm. However, AsyGCD is still not scalable enough, and is limited to binary classification. To address these issues, in this paper we propose an asynchronous accelerated greedy coordinate descent algorithm (AsyAGCD) for  SVMs. Compared with AsyGCD, our AsyAGCD has the following two-fold advantages: 1) our AsyAGCD is an accelerated version of AsyGCD because active set strategy is used. Specifically, our AsyAGCD can converge much faster  than AsyGCD for the second half of iterations. 2) Our AsyAGCD can handle more SVM formulations (including binary classification and regression SVMs) than AsyGCD. We provide the comparison of computational complexity of AsyGCD and our AsyAGCD. Experiment results on a variety of datasets and learning applications confirm that our AsyAGCD is much faster than the existing SVM solvers (including AsyGCD).

Cite

Text

Gu et al. "Accelerated Asynchronous Greedy Coordinate Descent Algorithm for SVMs." International Joint Conference on Artificial Intelligence, 2018. doi:10.24963/IJCAI.2018/300

Markdown

[Gu et al. "Accelerated Asynchronous Greedy Coordinate Descent Algorithm for SVMs." International Joint Conference on Artificial Intelligence, 2018.](https://mlanthology.org/ijcai/2018/gu2018ijcai-accelerated/) doi:10.24963/IJCAI.2018/300

BibTeX

@inproceedings{gu2018ijcai-accelerated,
  title     = {{Accelerated Asynchronous Greedy Coordinate Descent Algorithm for SVMs}},
  author    = {Gu, Bin and Shan, Yingying and Geng, Xiang and Zheng, Guansheng},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {2170-2176},
  doi       = {10.24963/IJCAI.2018/300},
  url       = {https://mlanthology.org/ijcai/2018/gu2018ijcai-accelerated/}
}