Generalized Linear Bandits with Limited Adaptivity
Ayush Sawarni, Nirjhar Das, Siddharth Barman, Gaurav Sinha
TL;DR
This work tackles generalized linear contextual bandits under limited adaptivity by introducing two algorithms, B-GLinCB for the batched (M1) setting and RS-GLinCB for the rarely-switching (M2) setting. Both algorithms achieve near-optimal regret $\tilde{O}(\sqrt{T})$ while removing dependence on the non-linearity parameter $\kappa$ in the leading term, leveraging GLM self-concordance and distributional optimal design to extend beyond linear or logistic models. B-GLinCB uses upfront batch design and scaled-arm distributions to maintain informative designs across batches, while RS-GLinCB employs context-dependent switching criteria to bound policy updates and preserve computational efficiency. Together, the results enable practical, scalable GLM contextual bandits under limited adaptivity, with theoretical guarantees and empirical validation across logistic and probit settings.
Abstract
We study the generalized linear contextual bandit problem within the constraints of limited adaptivity. In this paper, we present two algorithms, $\texttt{B-GLinCB}$ and $\texttt{RS-GLinCB}$, that address, respectively, two prevalent limited adaptivity settings. Given a budget $M$ on the number of policy updates, in the first setting, the algorithm needs to decide upfront $M$ rounds at which it will update its policy, while in the second setting it can adaptively perform $M$ policy updates during its course. For the first setting, we design an algorithm $\texttt{B-GLinCB}$, that incurs $\tilde{O}(\sqrt{T})$ regret when $M = Ω( \log{\log T} )$ and the arm feature vectors are generated stochastically. For the second setting, we design an algorithm $\texttt{RS-GLinCB}$ that updates its policy $\tilde{O}(\log^2 T)$ times and achieves a regret of $\tilde{O}(\sqrt{T})$ even when the arm feature vectors are adversarially generated. Notably, in these bounds, we manage to eliminate the dependence on a key instance dependent parameter $κ$, that captures non-linearity of the underlying reward model. Our novel approach for removing this dependence for generalized linear contextual bandits might be of independent interest.
