LGJun 28, 2014

Unimodal Bandits without Smoothness

arXiv:1406.7447v218 citations
AI Analysis

This addresses a fundamental challenge in bandit optimization for scenarios with non-smooth or unknown smoothness reward functions, offering a novel algorithm with theoretical guarantees.

The paper tackles the problem of stochastic bandits with continuous arms and unimodal reward functions without smoothness assumptions, proposing the Stochastic Pentachotomy algorithm that achieves order-optimal regret and optimization error scaling as O(√T log(T)) and O(√log(T)/T), respectively, without prior knowledge of function parameters.

We consider stochastic bandit problems with a continuous set of arms and where the expected reward is a continuous and unimodal function of the arm. No further assumption is made regarding the smoothness and the structure of the expected reward function. For these problems, we propose the Stochastic Pentachotomy (SP) algorithm, and derive finite-time upper bounds on its regret and optimization error. In particular, we show that, for any expected reward function $μ$ that behaves as $μ(x)=μ(x^\star)-C|x-x^\star|^ξ$ locally around its maximizer $x^\star$ for some $ξ, C>0$, the SP algorithm is order-optimal. Namely its regret and optimization error scale as $O(\sqrt{T\log(T)})$ and $O(\sqrt{\log(T)/T})$, respectively, when the time horizon $T$ grows large. These scalings are achieved without the knowledge of $ξ$ and $C$. Our algorithm is based on asymptotically optimal sequential statistical tests used to successively trim an interval that contains the best arm with high probability. To our knowledge, the SP algorithm constitutes the first sequential arm selection rule that achieves a regret and optimization error scaling as $O(\sqrt{T})$ and $O(1/\sqrt{T})$, respectively, up to a logarithmic factor for non-smooth expected reward functions, as well as for smooth functions with unknown smoothness.

Foundations

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

Your Notes