Speeding Up Budgeted Stochastic Gradient Descent SVM Training with Precomputed Golden Section Search
Machine Learning
2018-06-28 v1 Machine Learning
Abstract
Limiting the model size of a kernel support vector machine to a pre-defined budget is a well-established technique that allows to scale SVM learning and prediction to large-scale data. Its core addition to simple stochastic gradient training is budget maintenance through merging of support vectors. This requires solving an inner optimization problem with an iterative method many times per gradient step. In this paper we replace the iterative procedure with a fast lookup. We manage to reduce the merging time by up to 65% and the total training time by 44% without any loss of accuracy.
Cite
@article{arxiv.1806.10180,
title = {Speeding Up Budgeted Stochastic Gradient Descent SVM Training with Precomputed Golden Section Search},
author = {Tobias Glasmachers and Sahar Qaadan},
journal= {arXiv preprint arXiv:1806.10180},
year = {2018}
}
Comments
arXiv admin note: text overlap with arXiv:1806.10179