LGMLNov 13, 2025

Algorithm Design and Stronger Guarantees for the Improving Multi-Armed Bandits Problem

arXiv:2511.10619v1h-index: 77
Originality Incremental advance
AI Analysis

This work addresses the problem of allocating effort under uncertainty for scenarios like research investment and hyperparameter selection, offering incremental improvements over prior algorithms with stronger worst-case and data-dependent guarantees.

The paper tackles the improving multi-armed bandits problem by proposing two new parameterized families of algorithms that achieve stronger guarantees, such as optimal dependence on the number of arms and best-arm identification on well-behaved instances, without needing to verify assumptions.

The improving multi-armed bandits problem is a formal model for allocating effort under uncertainty, motivated by scenarios such as investing research effort into new technologies, performing clinical trials, and hyperparameter selection from learning curves. Each pull of an arm provides reward that increases monotonically with diminishing returns. A growing line of work has designed algorithms for improving bandits, albeit with somewhat pessimistic worst-case guarantees. Indeed, strong lower bounds of $Ω(k)$ and $Ω(\sqrt{k})$ multiplicative approximation factors are known for both deterministic and randomized algorithms (respectively) relative to the optimal arm, where $k$ is the number of bandit arms. In this work, we propose two new parameterized families of bandit algorithms and bound the sample complexity of learning the near-optimal algorithm from each family using offline data. The first family we define includes the optimal randomized algorithm from prior work. We show that an appropriately chosen algorithm from this family can achieve stronger guarantees, with optimal dependence on $k$, when the arm reward curves satisfy additional properties related to the strength of concavity. Our second family contains algorithms that both guarantee best-arm identification on well-behaved instances and revert to worst case guarantees on poorly-behaved instances. Taking a statistical learning perspective on the bandit rewards optimization problem, we achieve stronger data-dependent guarantees without the need for actually verifying whether the assumptions are satisfied.

Foundations

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

Your Notes