MLLGFeb 21, 2018

The Many Faces of Exponential Weights in Online Learning

arXiv:1802.07543v255 citations
AI Analysis

This provides a unifying perspective for researchers in online learning, though it is incremental as it reinterprets existing methods rather than introducing new algorithms.

The paper tackles the problem of unifying online learning algorithms by proposing Exponential Weights (EW) as a central framework, showing that many standard methods like Online Gradient Descent and adaptive variants can be derived as special cases, and demonstrates that sampling from the EW posterior achieves the best-known rate in Online Bandit Linear Optimization.

A standard introduction to online learning might place Online Gradient Descent at its center and then proceed to develop generalizations and extensions like Online Mirror Descent and second-order methods. Here we explore the alternative approach of putting Exponential Weights (EW) first. We show that many standard methods and their regret bounds then follow as a special case by plugging in suitable surrogate losses and playing the EW posterior mean. For instance, we easily recover Online Gradient Descent by using EW with a Gaussian prior on linearized losses, and, more generally, all instances of Online Mirror Descent based on regular Bregman divergences also correspond to EW with a prior that depends on the mirror map. Furthermore, appropriate quadratic surrogate losses naturally give rise to Online Gradient Descent for strongly convex losses and to Online Newton Step. We further interpret several recent adaptive methods (iProd, Squint, and a variation of Coin Betting for experts) as a series of closely related reductions to exp-concave surrogate losses that are then handled by Exponential Weights. Finally, a benefit of our EW interpretation is that it opens up the possibility of sampling from the EW posterior distribution instead of playing the mean. As already observed by Bubeck and Eldan, this recovers the best-known rate in Online Bandit Linear Optimization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes