English

Linear Bandits on Ellipsoids: Minimax Optimal Algorithms

Machine Learning 2025-02-25 v1 Machine Learning

Abstract

We consider linear stochastic bandits where the set of actions is an ellipsoid. We provide the first known minimax optimal algorithm for this problem. We first derive a novel information-theoretic lower bound on the regret of any algorithm, which must be at least Ω(min(dσT+dθA,θAT))\Omega(\min(d \sigma \sqrt{T} + d \|\theta\|_{A}, \|\theta\|_{A} T)) where dd is the dimension, TT the time horizon, σ2\sigma^2 the noise variance, AA a matrix defining the set of actions and θ\theta the vector of unknown parameters. We then provide an algorithm whose regret matches this bound to a multiplicative universal constant. The algorithm is non-classical in the sense that it is not optimistic, and it is not a sampling algorithm. The main idea is to combine a novel sequential procedure to estimate θ\|\theta\|, followed by an explore-and-commit strategy informed by this estimate. The algorithm is highly computationally efficient, and a run requires only time O(dT+d2log(T/d)+d3)O(dT + d^2 \log(T/d) + d^3) and memory O(d2)O(d^2), in contrast with known optimistic algorithms, which are not implementable in polynomial time. We go beyond minimax optimality and show that our algorithm is locally asymptotically minimax optimal, a much stronger notion of optimality. We further provide numerical experiments to illustrate our theoretical findings.

Keywords

Cite

@article{arxiv.2502.17175,
  title  = {Linear Bandits on Ellipsoids: Minimax Optimal Algorithms},
  author = {Raymond Zhang and Hedi Hadiji and Richard Combes},
  journal= {arXiv preprint arXiv:2502.17175},
  year   = {2025}
}

Comments

20 pages, 3 figures

R2 v1 2026-06-28T21:55:32.723Z