LGMLJun 26, 2018

Multi-Merge Budget Maintenance for Stochastic Gradient Descent SVM Training

arXiv:1806.10179v1
Originality Synthesis-oriented
AI Analysis

This addresses efficiency for large-scale SVM training, but is incremental as it builds on existing BSGD methods.

The paper tackled the computational cost of finding merge partners in Budgeted Stochastic Gradient Descent for kernelized SVM training, which can account for up to 45% of training time, and achieved significant speed-ups without sacrificing accuracy.

Budgeted Stochastic Gradient Descent (BSGD) is a state-of-the-art technique for training large-scale kernelized support vector machines. The budget constraint is maintained incrementally by merging two points whenever the pre-defined budget is exceeded. The process of finding suitable merge partners is costly; it can account for up to 45% of the total training time. In this paper we investigate computationally more efficient schemes that merge more than two points at once. We obtain significant speed-ups without sacrificing accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes