paper-with-me

Papers

MetaGrad: Adaptation using Multiple Learning Rates in Online Learning

2021-02-12 · Tim van Erven, Wouter M. Koolen, Dirk van der Hoeven

We provide a new adaptive method for online convex optimization, MetaGrad, that is robust to general convex losses but achieves faster rates for a broad class of special functions, including exp-concave and strongly convex functions, but also various types of stochastic and non-stochastic functions without any curvature. We prove this by drawing a connection to the Bernstein condition, which is known to imply fast rates in offline statistical learning. MetaGrad further adapts automatically to the size of the gradients. Its main feature is that it simultaneously considers multiple learning rates, which are weighted directly proportional to their empirical performance on the data using a new meta-algorithm. We provide three versions of MetaGrad. The full matrix version maintains a full covariance matrix and is applicable to learning tasks for which we can afford update time quadratic in the dimension. The other two versions provide speed-ups for high-dimensional learning tasks with an update time that is linear in the dimension: one is based on sketching, the other on running a separate copy of the basic algorithm per coordinate. We evaluate all versions of MetaGrad on benchmark online classification and regression tasks, on which they consistently outperform both online gradient descent and AdaGrad.

📄 PDF Abstract BibTeX arXiv:2102.06622

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…

Similar Papers 제목 키워드 기반

MetaGrad: Multiple Learning Rates in Online Learning

2016-04-29 · NeurIPS 2016 12 · Tim van Erven, Wouter M. Koolen

In online convex optimization it is well known that certain subclasses of objective functions are much easier than arbitrary convex functions. We are interested in designing adaptive methods that can automatically get fa…

Lipschitz Adaptivity with Multiple Learning Rates in Online Learning

2019-02-27 · Zakaria Mhammedi, Wouter M. Koolen, Tim van Erven

We aim to design adaptive online learning algorithms that take advantage of any special structure that might be present in the learning task at hand, with as little manual tuning by the user as possible. A fundamental ob…

Active LearningComputational Efficiency

Dual Adaptivity: A Universal Algorithm for Minimizing the Adaptive Regret of Convex Functions

2019-06-26 · NeurIPS 2021 12 · Lijun Zhang, Guanghui Wang, Wei-Wei Tu, Zhi-Hua Zhou

To deal with changing environments, a new performance measure -- adaptive regret, defined as the maximum static regret over any interval, was proposed in online learning. Under the setting of online convex optimization, …

Combining Adversarial Guarantees and Stochastic Fast Rates in Online Learning

2016-05-20 · NeurIPS 2016 12 · Wouter M. Koolen, Peter Grünwald, Tim van Erven

We consider online learning algorithms that guarantee worst-case regret rates in adversarial environments (so they can be deployed safely and will perform robustly), yet adapt optimally to favorable stochastic environmen…

Optimizing ML Training with Metagradient Descent

2025-03-17 · Logan Engstrom, Andrew Ilyas, Benjamin Chen, Axel Feldmann 외

A major challenge in training large-scale machine learning models is configuring the training process to maximize model performance, i.e., finding the best training setup from a vast design space. In this work, we unlock…

Data Poisoning