LGNAOCMLMar 30, 2020

Stochastic Proximal Gradient Algorithm with Minibatches. Application to Large Scale Learning Models

arXiv:2003.13332v11 citations
AI Analysis

This work addresses the challenge of efficiently training large-scale learning models with difficult regularizers, such as grouped lasso, for researchers and practitioners in machine learning, though it is incremental as it builds on existing stochastic proximal gradient methods.

The authors tackled the problem of optimizing nonsmooth composite risk functions with complex regularizers by developing minibatch variants of stochastic proximal gradient algorithms, achieving an iteration complexity of O(1/(Nε)) for ε-suboptimality and outperforming minibatch SGD in numerical tests on tasks like ℓ2-regularized SVMs and sparse representation problems.

Stochastic optimization lies at the core of most statistical learning models. The recent great development of stochastic algorithmic tools focused significantly onto proximal gradient iterations, in order to find an efficient approach for nonsmooth (composite) population risk functions. The complexity of finding optimal predictors by minimizing regularized risk is largely understood for simple regularizations such as $\ell_1/\ell_2$ norms. However, more complex properties desired for the predictor necessitates highly difficult regularizers as used in grouped lasso or graph trend filtering. In this chapter we develop and analyze minibatch variants of stochastic proximal gradient algorithm for general composite objective functions with stochastic nonsmooth components. We provide iteration complexity for constant and variable stepsize policies obtaining that, for minibatch size $N$, after $\mathcal{O}(\frac{1}{Nε})$ iterations $ε-$suboptimality is attained in expected quadratic distance to optimal solution. The numerical tests on $\ell_2-$regularized SVMs and parametric sparse representation problems confirm the theoretical behaviour and surpasses minibatch SGD performance.

Foundations

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

Your Notes