Adaptive Regret for Bandits Made Possible: Two Queries Suffice
Zhou Lu, Qiuyi Zhang, Xinyi Chen, Fred Zhang, David Woodruff, Elad Hazan
TL;DR
This work studies strongly adaptive regret in adversarial online learning under a limited query model. It introduces StABL, a two-query bandit learner that combines an EXP3-based meta-algorithm with EXP3 base learners and a carefully designed observation distribution to produce unbiased loss estimators with controlled variance, achieving a near-optimal adaptive regret of $ ilde{O}( obreak oot 2 obreak obreak{n|I|})$ for multi-armed bandits. The authors extend the approach to bandit convex optimization, showing that three queries suffice to attain $ ilde{O}( oot 2{I})$ adaptive regret, and discuss potential two-query improvements via linear surrogate losses. Empirical results on volatile environments and downstream tasks like hyperparameter optimization demonstrate the practical advantages of the proposed methods for rapid adaptation with limited observations. The work sharpens the understanding of query-efficiency in adaptive regret and offers a concrete algorithmic framework with strong theoretical guarantees and empirical validation.
Abstract
Fast changing states or volatile environments pose a significant challenge to online optimization, which needs to perform rapid adaptation under limited observation. In this paper, we give query and regret optimal bandit algorithms under the strict notion of strongly adaptive regret, which measures the maximum regret over any contiguous interval $I$. Due to its worst-case nature, there is an almost-linear $Ω(|I|^{1-ε})$ regret lower bound, when only one query per round is allowed [Daniely el al, ICML 2015]. Surprisingly, with just two queries per round, we give Strongly Adaptive Bandit Learner (StABL) that achieves $\tilde{O}(\sqrt{n|I|})$ adaptive regret for multi-armed bandits with $n$ arms. The bound is tight and cannot be improved in general. Our algorithm leverages a multiplicative update scheme of varying stepsizes and a carefully chosen observation distribution to control the variance. Furthermore, we extend our results and provide optimal algorithms in the bandit convex optimization setting. Finally, we empirically demonstrate the superior performance of our algorithms under volatile environments and for downstream tasks, such as algorithm selection for hyperparameter optimization.
