LGCOMLJun 1, 2020

Improved SVRG for quadratic functions

arXiv:2006.01017v22 citations
Originality Incremental advance
AI Analysis

This incremental improvement addresses optimization efficiency for quadratic problems in applications like regression and discriminant analysis.

The paper tackles the problem of minimizing quadratic functions with stochastic Hessians by proposing a variant of SVRG, achieving improved state-of-the-art performance up to a logarithmic factor in running times for well-conditioned problems.

We analyse an iterative algorithm to minimize quadratic functions whose Hessian matrix $H$ is the expectation of a random symmetric $d\times d$ matrix. The algorithm is a variant of the stochastic variance reduced gradient (SVRG). In several applications, including least-squares regressions, ridge regressions, linear discriminant analysis and regularized linear discriminant analysis, the running time of each iteration is proportional to $d$. Under smoothness and convexity conditions, the algorithm has linear convergence. When applied to quadratic functions, our analysis improves the state-of-the-art performance of SVRG up to a logarithmic factor. Furthermore, for well-conditioned quadratic problems, our analysis improves the state-of-the-art running times of accelerated SVRG, and is better than the known matching lower bound, by a logarithmic factor. Our theoretical results are backed with numerical experiments.

Foundations

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

Your Notes