paper-with-me

홈 › Papers

Thresholded Lasso Bandit

2020-10-22 · Kaito Ariu, Kenshi Abe, Alexandre Proutière

In this paper, we revisit the regret minimization problem in sparse stochastic contextual linear bandits, where feature vectors may be of large dimension $d$, but where the reward function depends on a few, say $s_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 $s_0$ and can be parameter-free under some symmetric assumptions. For this simple algorithm, we establish non-asymptotic regret upper bounds scaling as $\mathcal{O}( \log d + \sqrt{T} )$ in general, and as $\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 $\mathcal{O}( \log d + \sqrt{T \log (d T)})$ and $\mathcal{O}( \log T \log d)$ in the two settings, respectively. Through numerical experiments, we confirm that our algorithm outperforms existing methods.

📄 PDF Abstract BibTeX arXiv:2010.11994

Code (1)

cyberagentailab/thresholded-lasso-bandit 공식 구현

Similar Papers 제목 키워드 기반

Minimax Rate-Optimal Algorithms for High-Dimensional Stochastic Linear Bandits

2025-05-23 · Jingyu Liu, Yanglei Song

We study the stochastic linear bandit problem with multiple arms over $T$ rounds, where the covariate dimension $d$ may exceed $T$, but each arm-specific parameter vector is $s$-sparse. We begin by analyzing the sequenti…

Fixed-Budget Best-Arm Identification in Sparse Linear Bandits

2023-11-01 · Recep Can Yavas, Vincent Y. F. Tan

We study the best-arm identification problem in sparse linear bandits under the fixed-budget setting. In sparse linear bandits, the unknown feature vector $\theta^*$ may be of large dimension $d$, but only a few, say $s …

Cooperative Thresholded Lasso for Sparse Linear Bandit

2023-05-30 · Haniyeh Barghi, Xiaotong Cheng, Setareh Maghsudi

We present a novel approach to address the multi-agent sparse contextual linear bandit problem, in which the feature vectors have a high dimension $d$ whereas the reward function depends on only a limited set of features…

Dimensionality Reductionregression

A Unified Framework for Pattern Recovery in Penalized and Thresholded Estimation and its Geometry

2023-07-19 · Piotr Graczyk, Ulrike Schneider, Tomasz Skalski, Patrick Tardivel

We consider the framework of penalized estimation where the penalty term is given by a real-valued polyhedral gauge, which encompasses methods such as LASSO, generalized LASSO, SLOPE, OSCAR, PACS and others. Each of thes…

Ridge Regression Revisited: Debiasing, Thresholding and Bootstrap

2020-09-17 · Yunyi Zhang, Dimitris N. Politis

The success of the Lasso in the era of high-dimensional data can be attributed to its conducting an implicit model selection, i.e., zeroing out regression coefficients that are not significant. By contrast, classical rid…

Model SelectionPrediction Intervalsregression