stat.MLMay 28, 2026

Instance-dependent Stochastic Lipschitz bandit

Authors: Marius PotferVianney Perchet

Organizations: Crest (Fairplay joint team), ENSAE · EDF R&D · Criteo AI Lab

Abstract

We study the Lipschitz bandit problem, where a learner sequentially maximizes an unknown Lipschitz function ff over a domain X[0,1]d\mathcal{X} \subset [0,1]^d using noisy pointwise evaluations. Existing regret bounds are either worst-case, scaling as Θ~(Td+1/d+2)\tildeΘ \left ( T^{d+1/d+2}\right ), or adaptive via the zooming dimension dzd_z, yielding Θ~(Tdz+1/dz+2)\tildeΘ \left ( T^{d_z+1/d_z+2}\right ). However, such zooming-based guarantees are only partially instance-dependent, as they depend solely on the asymptotic growth of near-optimal level sets and fail to capture finer structural properties of ff. We provide an analysis and an algorithm that characterizes the regret through integrals of the suboptimality gap of ff over its level sets. This yields regret bounds that adapt to the local growth of level sets, rather than only their asymptotic behavior. As a corollary, when the set of maximizers has dimension d>0d^\star>0, we obtain improved adaptive rates of order O~(Tdz+1/max(dz,d)+2)\tilde{\mathcal{O}} \left ( T^{d_z+1 / \max(d_z,d^\star)+2}\right ) strictly improving over classical zooming bounds in this regime. Finally, we extend our analysis to the full-information setting (Lipschitz experts) and show how some of the regularity assumptions can be relaxed.

Explore similar work

Aug 8, 2026cs.LG

Information Routing across Batch Boundaries: Memory--Batch Tradeoffs in Lipschitz Bandits

Adaptive learning needs both a state that preserves what observations imply and opportunities to act on that state. We study this width--depth tradeoff in stochastic Lipschitz bandits. After each pull, the learner retains at most WW bits of live reward-dependent state and organizes its pulls into at most BB committed batches. For Wdlog(eT)W\gtrsim_d\log(eT), we characterize minimax expected pseudo-regret up to logarithmic factors; the lower bounds hold for every WW. Besides the classical sequential and unrestricted-memory batch costs, the frontier contains the new penalty Td+2d+3(1+(B1)W)1d(d+3),T^{\frac{d+2}{d+3}} \bigl(1+(B-1)W\bigr)^{-\frac1{d(d+3)}}, proving that state width and update depth are not interchangeable. The interaction is an information-routing constraint: at regional scale ss, low regret forces the committed action transcript to encode Θd(sd)Θ_d(s^{-d}) regional decisions, while the collected boundary states carry at most (B1)W(B-1)W bits of entropy. Matching policies stream and erase verification statistics while retaining a mask of a safe active set, either in memory or fragment by fragment. The theorem recovers the full-dimensional worst-case batch-only frontier and logarithmic-memory achievability in the fully sequential specialization; static batch boundaries match predictable adaptive ones.
Zicheng Lyu, Zengfeng Huang
May 10, 2026stat.ML

Optimal Regret for Single Index Bandits

We study the single-index bandit\textit{single-index bandit} problem, where rewards depend on an unknown one-dimensional projection of high-dimensional contexts through an unknown reward function. This model extends linear and generalized linear bandits to a nonparametric setting, and is particularly relevant when the reward function is not known in advance. While optimal regret guarantees are known for monotone reward functions, the general non-monotone case remains poorly understood, with the best known bound being O~(T3/4)\tilde{\mathcal{O}}(T^{3/4}) (under standard boundedness and Lipschitz assumptions on the reward function [Kang et al., 2025]). We close this gap by establishing the optimal regret for general single-index bandits. We propose a simple two-phase algorithm, namely, Zoomed Single Index Bandit with Upper Confidence Bound (ZoomSIB-UCB\texttt{ZoomSIB-UCB}), that first estimates the projection direction via a normalized Stein estimator, and then reduces the problem to a one-dimensional bandit using discretization and finally use UCB. This approach achieves a regret of O~(T2/3)\tilde{\mathcal{O}}(T^{2/3}), and improves significantly upon prior work without any additional assumptions. We also prove a matching minimax lower bound of Ω~(T2/3)\tildeΩ(T^{2/3}), showing that the upper bound is essentially tight. Our upper and lower bounds together provide a sharp characterization of the regret in single-index bandits. Moreover, the empirical results further demonstrate the effectiveness and robustness of our approach.
Devdan Dey, Sujoy Bhore, Avishek Ghosh
Jun 2, 2026cs.LG

Online Learning with Gradient-Variation Interval Regret

This paper investigates non-stationary online learning using the metric of interval regret, which requires an online algorithm to perform well over every time interval. We propose the first online learning algorithm that achieves an interval regret bound scaling with gradient variation, a fundamental measure of the cumulative change in online function gradients, which relates to various problem-dependent quantities and is closely connected to stochastic optimization and other problems. Our method employs a simple and efficient two-layer online ensemble structure that achieves strong theoretical guarantees. Specifically, it enjoys a regret bound that simultaneously adapts to various problem-dependent quantities while also preserving the minimax-optimal rate in the worst case. Moreover, recognizing the challenge of hyperparameter tuning, we introduce a Lipschitz- and smoothness-agnostic variant that automatically adapts to these potentially unknown constants. This is primarily enabled by a novel Lipschitz-adaptive meta algorithm, which may be of independent interest. Beyond interval regret, our method also yields broader implications: it provides versatile bounds for interval dynamic regret, a stronger measure that competes with changing comparators over any interval, and yields the first piecewise characterization for stochastic extended adversarial optimization. Theoretical findings are validated by experiments.
Yan-Feng Xie, Shuche Wang, Peng Zhao +1