LGOCMLMay 29, 2019

Beyond Online Balanced Descent: An Optimal Algorithm for Smoothed Online Optimization

arXiv:1905.12776v476 citations
Originality Highly original
AI Analysis

This work addresses a fundamental challenge in online optimization for scenarios with switching costs, offering near-optimal algorithms that improve upon state-of-the-art methods.

The paper tackles the problem of online convex optimization with movement costs, proving a new lower bound of o(m^{-1/2}) for competitive ratios and showing that existing algorithms like OBD do not match this bound. It proposes two new algorithms, G-OBD and R-OBD, which achieve an O(m^{-1/2}) competitive ratio under specific conditions, with R-OBD also achieving constant competitive ratio and sublinear regret for strongly convex costs.

We study online convex optimization in a setting where the learner seeks to minimize the sum of a per-round hitting cost and a movement cost which is incurred when changing decisions between rounds. We prove a new lower bound on the competitive ratio of any online algorithm in the setting where the costs are $m$-strongly convex and the movement costs are the squared $\ell_2$ norm. This lower bound shows that no algorithm can achieve a competitive ratio that is $o(m^{-1/2})$ as $m$ tends to zero. No existing algorithms have competitive ratios matching this bound, and we show that the state-of-the-art algorithm, Online Balanced Decent (OBD), has a competitive ratio that is $Ω(m^{-2/3})$. We additionally propose two new algorithms, Greedy OBD (G-OBD) and Regularized OBD (R-OBD) and prove that both algorithms have an $O(m^{-1/2})$ competitive ratio. The result for G-OBD holds when the hitting costs are quasiconvex and the movement costs are the squared $\ell_2$ norm, while the result for R-OBD holds when the hitting costs are $m$-strongly convex and the movement costs are Bregman Divergences. Further, we show that R-OBD simultaneously achieves constant, dimension-free competitive ratio and sublinear regret when hitting costs are strongly convex.

Foundations

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

Your Notes