paper-with-me

Papers

Speeding Up Budgeted Stochastic Gradient Descent SVM Training with Precomputed Golden Section Search

2018-06-26 · Tobias Glasmachers, Sahar Qaadan

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.

📄 PDF Abstract BibTeX arXiv:1806.10180

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Multi-Merge Budget Maintenance for Stochastic Gradient Descent SVM Training

2018-06-26 · Sahar Qaadan, Tobias Glasmachers

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 th…

GoSGD: Distributed Optimization for Deep Learning with Gossip Exchange

2018-04-04 · Michael Blot, David Picard, Matthieu Cord

We address the issue of speeding up the training of convolutional neural networks by studying a distributed method adapted to stochastic gradient descent. Our parallel optimization setup uses several threads, each applyi…

Deep LearningDistributed Optimization

Gossip training for deep learning

2016-11-29 · Michael Blot, David Picard, Matthieu Cord, Nicolas Thome

We address the issue of speeding up the training of convolutional networks. Here we study a distributed method adapted to stochastic gradient descent (SGD). The parallel optimization setup uses several threads, each appl…

Deep Learning

Scheduled Restart Momentum for Accelerated Stochastic Gradient Descent

2020-02-24 · Bao Wang, Tan M. Nguyen, Andrea L. Bertozzi, Richard G. Baraniuk 외

Stochastic gradient descent (SGD) with constant momentum and its variants such as Adam are the optimization algorithms of choice for training deep neural networks (DNNs). Since DNN training is incredibly computationally …

General Classificationimage-classificationImage Classification

Stochastic Gradient Descent: Going As Fast As Possible But Not Faster

2017-09-05 · Alice Schoenauer-Sebag, Marc Schoenauer, Michèle Sebag

When applied to training deep neural networks, stochastic gradient descent (SGD) often incurs steady progression phases, interrupted by catastrophic episodes in which loss and gradient norm explode. A possible mitigation…

Change Point Detection