LGMLApr 10, 2024

Generalized Linear Bandits with Limited Adaptivity

Stanford
arXiv:2404.06831v519 citationsh-index: 5NIPS
Originality Highly original
AI Analysis

This work addresses a theoretical challenge in bandit algorithms for scenarios with restricted policy updates, offering improved regret bounds that could benefit applications in online decision-making under resource constraints.

The paper tackles the generalized linear contextual bandit problem under limited adaptivity constraints, presenting two algorithms that achieve $ ilde{O}(\sqrt{T})$ regret while eliminating dependence on a key instance-dependent parameter $\kappa$.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes