paper-with-me

홈 › Papers

Improved SVRG for quadratic functions

2020-06-01 · Nabil Kahale

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.

📄 PDF Abstract BibTeX arXiv:2006.01017

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive SVRG Methods under Error Bound Conditions with Unknown Growth Parameter

2017-12-01 · NeurIPS 2017 12 · Yi Xu, Qihang Lin, Tianbao Yang

Error bound, an inherent property of an optimization problem, has recently revived in the development of algorithms with improved global convergence without strong convexity. The most studied error bound is the quadrati…

BIG-bench Machine LearningStochastic Optimization

Hybrid Stochastic-Deterministic Minibatch Proximal Gradient: Less-Than-Single-Pass Optimization with Nearly Optimal Generalization

2020-09-18 · ICML 2020 1 · Pan Zhou, Xiao-Tong Yuan

Stochastic variance-reduced gradient (SVRG) algorithms have been shown to work favorably in solving large-scale learning problems. Despite the remarkable success, the stochastic gradient complexity of SVRG-type algorithm…

Larger is Better: The Effect of Learning Rates Enjoyed by Stochastic Optimization with Progressive Variance Reduction

2017-04-17 · Fanhua Shang

In this paper, we propose a simple variant of the original stochastic variance reduction gradient (SVRG), where hereafter we refer to as the variance reduced stochastic gradient descent (VR-SGD). Different from the choic…

Stochastic Optimization

Riemannian SVRG: Fast Stochastic Optimization on Riemannian Manifolds

2016-05-23 · NeurIPS 2016 12 · Hongyi Zhang, Sashank J. Reddi, Suvrit Sra

We study optimization of finite sums of geodesically smooth functions on Riemannian manifolds. Although variance reduction techniques for optimizing finite-sums have witnessed tremendous attention in the recent years, ex…

Riemannian optimizationStochastic Optimization

SVRG Meets AdaGrad: Painless Variance Reduction

2021-02-18 · Benjamin Dubois-Taine, Sharan Vaswani, Reza Babanezhad, Mark Schmidt 외

Variance reduction (VR) methods for finite-sum minimization typically require the knowledge of problem-dependent constants that are often unknown and difficult to estimate. To address this, we use ideas from adaptive gra…