Truncated LinUCB for Stochastic Linear Bandits
Yanglei Song, Meng zhou
TL;DR
The paper investigates stochastic contextual linear bandits with a fixed number of arms and i.i.d. $d$-dimensional contexts, where rewards are linear in both arm parameters and contexts. It demonstrates that LinUCB over-explores, yielding suboptimal regret in both $d$ and $T$, and introduces Tr-LinUCB, which truncates exploration at time $S$ and then exploits, achieving $O(d\log T)$ regret when $S = C d \log T$ and a matching lower bound in a low-dimensional regime. Crucially, even if $S$ overshoots, the regret degrades by at most a $\log\log T$ factor independent of $d$, indicating practical robustness. The authors also prove a minimax lower bound showing $\Omega(d\log T)$ regret for certain problem families and validate their theory with extensive synthetic and real-data experiments, illustrating the method’s effectiveness and parameter-insensitivity. These results establish Tr-LinUCB as rate-optimal in the low-dimensional setting and offer a robust alternative to traditional exploration-heavy strategies.
Abstract
This paper considers contextual bandits with a finite number of arms, where the contexts are independent and identically distributed $d$-dimensional random vectors, and the expected rewards are linear in both the arm parameters and contexts. The LinUCB algorithm, which is near minimax optimal for related linear bandits, is shown to have a cumulative regret that is suboptimal in both the dimension $d$ and time horizon $T$, due to its over-exploration. A truncated version of LinUCB is proposed and termed "Tr-LinUCB", which follows LinUCB up to a truncation time $S$ and performs pure exploitation afterwards. The Tr-LinUCB algorithm is shown to achieve $O(d\log(T))$ regret if $S = Cd\log(T)$ for a sufficiently large constant $C$, and a matching lower bound is established, which shows the rate optimality of Tr-LinUCB in both $d$ and $T$ under a low dimensional regime. Further, if $S = d\log^κ(T)$ for some $κ>1$, the loss compared to the optimal is a multiplicative $\log\log(T)$ factor, which does not depend on $d$. This insensitivity to overshooting in choosing the truncation time of Tr-LinUCB is of practical importance.
