paper-with-me

홈 › Papers

Doubly Random Parallel Stochastic Methods for Large Scale Learning

2016-03-22 · Aryan Mokhtari, Alec Koppel, Alejandro Ribeiro

We consider learning problems over training sets in which both, the number of training examples and the dimension of the feature vectors, are large. To solve these problems we propose the random parallel stochastic algorithm (RAPSA). We call the algorithm random parallel because it utilizes multiple processors to operate in a randomly chosen subset of blocks of the feature vector. We call the algorithm parallel stochastic because processors choose elements of the training set randomly and independently. Algorithms that are parallel in either of these dimensions exist, but RAPSA is the first attempt at a methodology that is parallel in both, the selection of blocks and the selection of elements of the training set. In RAPSA, processors utilize the randomly chosen functions to compute the stochastic gradient component associated with a randomly chosen block. The technical contribution of this paper is to show that this minimally coordinated algorithm converges to the optimal classifier when the training objective is convex. In particular, we show that: (i) When using decreasing stepsizes, RAPSA converges almost surely over the random choice of blocks and functions. (ii) When using constant stepsizes, convergence is to a neighborhood of optimality with a rate that is linear in expectation. RAPSA is numerically evaluated on the MNIST digit recognition problem.

📄 PDF Abstract BibTeX arXiv:1603.06782

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Class of Parallel Doubly Stochastic Algorithms for Large-Scale Learning

2016-06-15 · Aryan Mokhtari, Alec Koppel, Alejandro Ribeiro

We consider learning problems over training sets in which both, the number of training examples and the dimension of the feature vectors, are large. To solve these problems we propose the random parallel stochastic algor…

image-classificationImage Classification

Doubly stochastic large scale kernel learning with the empirical kernel map

2016-09-02 · Nikolaas Steenbergen, Sebastian Schelter, Felix Bießmann

With the rise of big data sets, the popularity of kernel methods declined and neural networks took over again. The main problem with kernel methods is that the kernel matrix grows quadratically with the number of data po…

Stochastic Optimization

Local Expectation Gradients for Doubly Stochastic Variational Inference

2015-03-04 · Michalis K. Titsias

We introduce local expectation gradients which is a general purpose stochastic variational inference algorithm for constructing stochastic gradients through sampling from the variational distribution. This algorithm divi…

Variational Inference

Scalable Kernel Methods via Doubly Stochastic Gradients

2014-07-21 · NeurIPS 2014 12 · Bo Dai, Bo Xie, Niao He, YIngyu Liang 외

The general perception is that kernel methods are not scalable, and neural nets are the methods of choice for nonlinear learning problems. Or have we simply not tried hard enough for kernel methods? Here we propose an ap…

Demystifying SGD with Doubly Stochastic Gradients

2024-06-03 · Kyurae Kim, Joohwan Ko, Yi-An Ma, Jacob R. Gardner

Optimization objectives in the form of a sum of intractable expectations are rising in importance (e.g., diffusion models, variational autoencoders, and many more), a setting also known as "finite sum with infinite data.…