English

No-Regret Linear Bandits under Gap-Adjusted Misspecification

Machine Learning 2025-01-10 v1

Abstract

This work studies linear bandits under a new notion of gap-adjusted misspecification and is an extension of Liu et al. (2023). When the underlying reward function is not linear, existing linear bandits work usually relies on a uniform misspecification parameter ϵ\epsilon that measures the sup-norm error of the best linear approximation. This results in an unavoidable linear regret whenever ϵ>0\epsilon > 0. We propose a more natural model of misspecification which only requires the approximation error at each input xx to be proportional to the suboptimality gap at xx. It captures the intuition that, for optimization problems, near-optimal regions should matter more and we can tolerate larger approximation errors in suboptimal regions. Quite surprisingly, we show that the classical LinUCB algorithm -- designed for the realizable case -- is automatically robust against such ρ\rho-gap-adjusted misspecification with parameter ρ\rho diminishing at O(1/(dlogT))O(1/(d \sqrt{\log T})). It achieves a near-optimal O(T)O(\sqrt{T}) regret for problems that the best-known regret is almost linear in time horizon TT. We further advance this frontier by presenting a novel phased elimination-based algorithm whose gap-adjusted misspecification parameter ρ=O(1/d)\rho = O(1/\sqrt{d}) does not scale with TT. This algorithm attains optimal O(T)O(\sqrt{T}) regret and is deployment-efficient, requiring only logT\log T batches of exploration. It also enjoys an adaptive O(logT)O(\log T) regret when a constant suboptimality gap exists. Technically, our proof relies on a novel self-bounding argument that bounds the part of the regret due to misspecification by the regret itself, and a new inductive lemma that limits the misspecification error within the suboptimality gap for all valid actions in each batch selected by G-optimal design.

Keywords

Cite

@article{arxiv.2501.05361,
  title  = {No-Regret Linear Bandits under Gap-Adjusted Misspecification},
  author = {Chong Liu and Dan Qiao and Ming Yin and Ilija Bogunovic and Yu-Xiang Wang},
  journal= {arXiv preprint arXiv:2501.05361},
  year   = {2025}
}

Comments

arXiv admin note: substantial text overlap with arXiv:2302.13252

R2 v1 2026-06-28T21:01:33.393Z