paper-with-me

홈 › Papers

Online mirror descent and dual averaging: keeping pace in the dynamic case

2020-06-03 · ICML 2020 1 · Huang Fang, Nicholas J. A. Harvey, Victor S. Portella, Michael P. Friedlander

Online mirror descent (OMD) and dual averaging (DA) -- two fundamental algorithms for online convex optimization -- are known to have very similar (and sometimes identical) performance guarantees when used with a fixed learning rate. Under dynamic learning rates, however, OMD is provably inferior to DA and suffers a linear regret, even in common settings such as prediction with expert advice. We modify the OMD algorithm through a simple technique that we call stabilization. We give essentially the same abstract regret bound for OMD with stabilization and for DA by modifying the classical OMD convergence analysis in a careful and modular way that allows for straightforward and flexible proofs. Simple corollaries of these bounds show that OMD with stabilization and DA enjoy the same performance guarantees in many applications -- even under dynamic learning rates. We also shed light on the similarities between OMD and DA and show simple conditions under which stabilized-OMD and DA generate the same iterates.

📄 PDF Abstract BibTeX arXiv:2006.02585

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unifying mirror descent and dual averaging

2019-10-30 · Anatoli Juditsky, Joon Kwon, Éric Moulines

We introduce and analyze a new family of first-order optimization algorithms which generalizes and unifies both mirror descent and dual averaging. Within the framework of this family, we define new algorithms for constra…

A Survey of Algorithms and Analysis for Adaptive Online Learning

2014-03-14 · H. Brendan McMahan

We present tools for the analysis of Follow-The-Regularized-Leader (FTRL), Dual Averaging, and Mirror Descent algorithms when the regularizer (equivalently, prox-function or learning rate schedule) is chosen adaptively b…

Survey

Adaptive Averaging in Accelerated Descent Dynamics

2016-12-01 · NeurIPS 2016 12 · Walid Krichene, Alexandre Bayen, Peter L. Bartlett

We study accelerated descent dynamics for constrained convex optimization. This dynamics can be described naturally as a coupling of a dual variable accumulating gradients at a given rate $\eta(t)$, and a primal variable…

Analysis of Dual-Based PID Controllers through Convolutional Mirror Descent

2022-02-12 · Santiago R. Balseiro, Haihao Lu, Vahab Mirrokni, Balasubramanian Sivan

Dual-based proportional-integral-derivative (PID) controllers are often employed in practice to solve online allocation problems with global constraints, such as budget pacing in online advertising. However, controllers …

Distributed Online Optimization over a Heterogeneous Network

2020-01-01 · ICML 2020 1 · Nima Eshraghi, Ben Liang

In distributed online optimization over a computing network with heterogeneous nodes, slow nodes can adversely affect the progress of fast nodes, leading to drastic slowdown of the overall convergence process. To address…