paper-with-me

Papers

Unbiased least squares regression via averaged stochastic gradient descent

2024-06-26 · Nabil Kahalé

We consider an on-line least squares regression problem with optimal solution $\theta^*$ and Hessian matrix H, and study a time-average stochastic gradient descent estimator of $\theta^*$. For $k\ge2$, we provide an unbiased estimator of $\theta^*$ that is a modification of the time-average estimator, runs with an expected number of time-steps of order k, with O(1/k) expected excess risk. The constant behind the O notation depends on parameters of the regression and is a poly-logarithmic function of the smallest eigenvalue of H. We provide both a biased and unbiased estimator of the expected excess risk of the time-average estimator and of its unbiased counterpart, without requiring knowledge of either H or $\theta^*$. We describe an "average-start" version of our estimators with similar properties. Our approach is based on randomized multilevel Monte Carlo. Our numerical experiments confirm our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2406.18623

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Non-strongly-convex smooth stochastic approximation with convergence rate O(1/n)

2013-06-10 · NeurIPS 2013 12 · Francis Bach, Eric Moulines

We consider the stochastic approximation problem where a convex function has to be minimized, given only the knowledge of unbiased estimates of its gradients at certain points, a framework which includes machine learning…

BIG-bench Machine Learningregression

Non-Asymptotic Analysis of Stochastic Approximation Algorithms for Machine Learning

2011-12-01 · NeurIPS 2011 12 · Eric Moulines, Francis R. Bach

We consider the minimization of a convex objective function defined on a Hilbert space, which is only available through unbiased estimates of its gradients. This problem includes standard machine learning algorithms s…

BIG-bench Machine Learningregression

Variance reduction in stochastic methods for large-scale regularised least-squares problems

2021-10-15 · Yusuf Pilavci, Pierre-Olivier Amblard, Simon Barthelmé, Nicolas Tremblay

Large dimensional least-squares and regularised least-squares problems are expensive to solve. There exist many approximate techniques, some deterministic (like conjugate gradient), some stochastic (like stochastic gradi…

Point Processes

Accelerated SGD for Non-Strongly-Convex Least Squares

2022-03-03 · Aditya Varre, Nicolas Flammarion

We consider stochastic approximation for the least squares regression problem in the non-strongly convex setting. We present the first practical algorithm that achieves the optimal prediction error rates in terms of depe…

regression

A Markov Chain Theory Approach to Characterizing the Minimax Optimality of Stochastic Gradient Descent (for Least Squares)

2017-10-25 · Prateek Jain, Sham M. Kakade, Rahul Kidambi, Praneeth Netrapalli 외

This work provides a simplified proof of the statistical minimax optimality of (iterate averaged) stochastic gradient descent (SGD), for the special case of least squares. This result is obtained by analyzing SGD as a st…