LGOCMLOct 8, 2019

Improved Regret Bounds for Projection-free Bandit Convex Optimization

arXiv:1910.03374v129 citations
Originality Highly original
AI Analysis

This work addresses the problem of efficient online optimization for high-dimensional settings in machine learning, representing an incremental improvement in regret bounds for projection-free methods.

The paper tackles the challenge of designing scalable projection-free algorithms for bandit convex optimization by introducing a new algorithm that achieves O(T^{3/4}) expected regret with O(T) calls to a linear optimization oracle, improving over the previous O(T^{4/5}) bound and matching the best known result in the full information setting.

We revisit the challenge of designing online algorithms for the bandit convex optimization problem (BCO) which are also scalable to high dimensional problems. Hence, we consider algorithms that are \textit{projection-free}, i.e., based on the conditional gradient method whose only access to the feasible decision set, is through a linear optimization oracle (as opposed to other methods which require potentially much more computationally-expensive subprocedures, such as computing Euclidean projections). We present the first such algorithm that attains $O(T^{3/4})$ expected regret using only $O(T)$ overall calls to the linear optimization oracle, in expectation, where $T$ is the number of prediction rounds. This improves over the $O(T^{4/5})$ expected regret bound recently obtained by \cite{Karbasi19}, and actually matches the current best regret bound for projection-free online learning in the \textit{full information} setting.

Foundations

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

Your Notes