paper-with-me

Papers

Learning-to-Learn Stochastic Gradient Descent with Biased Regularization

2019-03-25 · Giulia Denevi, Carlo Ciliberto, Riccardo Grazzi, Massimiliano Pontil

We study the problem of learning-to-learn: inferring a learning algorithm that works well on tasks sampled from an unknown distribution. As class of algorithms we consider Stochastic Gradient Descent on the true risk regularized by the square euclidean distance to a bias vector. We present an average excess risk bound for such a learning algorithm. This result quantifies the potential benefit of using a bias vector with respect to the unbiased case. We then address the problem of estimating the bias from a sequence of tasks. We propose a meta-algorithm which incrementally updates the bias, as new tasks are observed. The low space and time complexity of this approach makes it appealing in practice. We provide guarantees on the learning ability of the meta-algorithm. A key feature of our results is that, when the number of tasks grows and their variance is relatively small, our learning-to-learn approach has a significant advantage over learning each task in isolation by Stochastic Gradient Descent without a bias term. We report on numerical experiments which demonstrate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:1903.10399

Code (1)

prolearner/onlineLTL 공식 구현

Similar Papers 제목 키워드 기반

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

A Stochastic Gradient Method with Biased Estimation for Faster Nonconvex Optimization

2019-05-13 · Jia Bi, Steve R. Gunn

A number of optimization approaches have been proposed for optimizing nonconvex objectives (e.g. deep learning models), such as batch gradient descent, stochastic gradient descent and stochastic variance reduced gradient…

The Anisotropic Noise in Stochastic Gradient Descent: Its Behavior of Escaping from Sharp Minima and Regularization Effects

2018-03-01 · ICLR 2019 5 · Zhanxing Zhu, Jingfeng Wu, Bing Yu, Lei Wu 외

Understanding the behavior of stochastic gradient descent (SGD) in the context of deep neural networks has raised lots of concerns recently. Along this line, we study a general form of gradient based optimization dynamic…

The Anisotropic Noise in Stochastic Gradient Descent: Its Behavior of Escaping from Minima and Regularization Effects

2019-05-01 · ICLR 2019 5 · Zhanxing Zhu, Jingfeng Wu, Bing Yu, Lei Wu 외

Understanding the behavior of stochastic gradient descent (SGD) in the context of deep neural networks has raised lots of concerns recently. Along this line, we theoretically study a general form of gradient based optim…

Analysis of Biased Stochastic Gradient Descent Using Sequential Semidefinite Programs

2017-11-03 · Bin Hu, Peter Seiler, Laurent Lessard

We present a convergence rate analysis for biased stochastic gradient descent (SGD), where individual gradient updates are corrupted by computation errors. We develop stochastic quadratic constraints to formulate a small…