paper-with-me

Papers

Generalized Linear Bandits with Limited Adaptivity

2024-04-10 · Ayush Sawarni, Nirjhar Das, Siddharth Barman, Gaurav Sinha

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 = \Omega\left( \log{\log T} \right)$ 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 $\kappa$, 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.

📄 PDF Abstract BibTeX arXiv:2404.06831

Code (2)

nirjhar-das/glbandit_limited_adaptivity 공식 구현
nick-jhlee/logistic_bandit

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Linear Bandits with Limited Adaptivity and Learning Distributional Optimal Design

2020-07-04 · Yufei Ruan, Jiaqi Yang, Yuan Zhou

Motivated by practical needs such as large-scale learning, we study the impact of adaptivity constraints to linear contextual bandits, a central problem in online active learning. We consider two popular limited adaptivi…

Active LearningMulti-Armed Bandits

Contextual Slate GLM Bandits with Limited Adaptivity

2026-06-30 · Tanmay Goyal, Sukruta Prakash Midigeshi, Gaurav Sinha arxiv

We investigate the contextual slate bandit problem with generalized linear rewards under limited adaptivity. At each round, the learner is presented with $N$ sets of items, where each item is represented by a $d$-dimensi…

Semi-parametric inference based on adaptively collected data

2023-03-05 · Licong Lin, Koulik Khamaru, Martin J. Wainwright

Many standard estimators, when applied to adaptively collected data, fail to be asymptotically normal, thereby complicating the construction of confidence intervals. We address this challenge in a semi-parametric context…

Practical and Optimal Algorithm for Linear Contextual Bandits with Rare Parameter Updates

2026-05-31 · Sanghoon Yu, Min-hwan Oh arxiv

We study linear contextual bandits under rare parameter updates: the learner may incorporate reward feedback into its parameter estimate only at a small number of update times, while still observing contexts online and s…

Best Arm Identification in Generalized Linear Bandits

2019-05-20 · Abbas Kazerouni, Lawrence M. Wein

Motivated by drug design, we consider the best-arm identification problem in generalized linear bandits. More specifically, we assume each arm has a vector of covariates, there is an unknown vector of parameters that is …

Drug Design