Sparse Linear Bandits with Blocking Constraints
Adit Jain, Soumyabrata Pal, Sunav Choudhary, Ramasuri Narayanam, Harshita Chopra, Vikram Krishnamurthy
TL;DR
This work tackles high-dimensional sparse linear bandits under a blocking constraint where each arm can be pulled at most once, a setting representative of data-poor, edge and annotation-efficient tasks. It introduces BSLB, an explore-then-commit algorithm that selects a well-covered arm subset to ensure a well-conditioned Gram matrix, followed by Lasso estimation and exploitation under the blocking constraint; a Corralling-based meta-algorithm C-BSLB removes the need to know the sparsity level in advance. Theoretical contributions include offline Lasso guarantees under the RE condition with soft sparsity, a subset-selection procedure with provable eigenvalue guarantees, and online regret bounds of the form $\tilde{O}((1+\beta_k)^2 k^{2/3} T^{2/3})$, matching special cases and extending to unknown sparsity via corralling. Empirically, the approach demonstrates strong performance on diverse real-world datasets such as MovieLens, Jester, Goodbooks, PASCAL VOC 2012, and SST-2, highlighting its practical impact for personalized recommendations and data-efficient annotation. Overall, the paper provides a coherent framework for blocked high-dimensional bandits with sparse structure, coupling refined statistical guarantees with scalable online algorithms.
Abstract
We investigate the high-dimensional sparse linear bandits problem in a data-poor regime where the time horizon is much smaller than the ambient dimension and number of arms. We study the setting under the additional blocking constraint where each unique arm can be pulled only once. The blocking constraint is motivated by practical applications in personalized content recommendation and identification of data points to improve annotation efficiency for complex learning tasks. With mild assumptions on the arms, our proposed online algorithm (BSLB) achieves a regret guarantee of $\widetilde{\mathsf{O}}((1+β_k)^2k^{\frac{2}{3}} \mathsf{T}^{\frac{2}{3}})$ where the parameter vector has an (unknown) relative tail $β_k$ -- the ratio of $\ell_1$ norm of the top-$k$ and remaining entries of the parameter vector. To this end, we show novel offline statistical guarantees of the lasso estimator for the linear model that is robust to the sparsity modeling assumption. Finally, we propose a meta-algorithm (C-BSLB) based on corralling that does not need knowledge of optimal sparsity parameter $k$ at minimal cost to regret. Our experiments on multiple real-world datasets demonstrate the validity of our algorithms and theoretical framework.
