English

Thresholded Lasso Bandit

Machine Learning 2022-06-22 v4 Machine Learning

Abstract

In this paper, we revisit the regret minimization problem in sparse stochastic contextual linear bandits, where feature vectors may be of large dimension dd, but where the reward function depends on a few, say s0ds_0\ll d, of these features only. We present Thresholded Lasso bandit, an algorithm that (i) estimates the vector defining the reward function as well as its sparse support, i.e., significant feature elements, using the Lasso framework with thresholding, and (ii) selects an arm greedily according to this estimate projected on its support. The algorithm does not require prior knowledge of the sparsity index s0s_0 and can be parameter-free under some symmetric assumptions. For this simple algorithm, we establish non-asymptotic regret upper bounds scaling as O(logd+T)\mathcal{O}( \log d + \sqrt{T} ) in general, and as O(logd+logT)\mathcal{O}( \log d + \log T) under the so-called margin condition (a probabilistic condition on the separation of the arm rewards). The regret of previous algorithms scales as O(logd+Tlog(dT))\mathcal{O}( \log d + \sqrt{T \log (d T)}) and O(logTlogd)\mathcal{O}( \log T \log d) in the two settings, respectively. Through numerical experiments, we confirm that our algorithm outperforms existing methods.

Keywords

Cite

@article{arxiv.2010.11994,
  title  = {Thresholded Lasso Bandit},
  author = {Kaito Ariu and Kenshi Abe and Alexandre Proutière},
  journal= {arXiv preprint arXiv:2010.11994},
  year   = {2022}
}

Comments

International Conference on Machine Learning (ICML 2022), Proceedings of Machine Learning Research

R2 v1 2026-06-23T19:34:11.992Z