paper-with-me

Papers

Anytime Model Selection in Linear Bandits

2023-07-24 · NeurIPS 2023 11 · Parnian Kassraie, Nicolas Emmenegger, Andreas Krause, Aldo Pacchiano

Model selection in the context of bandit optimization is a challenging problem, as it requires balancing exploration and exploitation not only for action selection, but also for model selection. One natural approach is to rely on online learning algorithms that treat different models as experts. Existing methods, however, scale poorly ($\text{poly}M$) with the number of models $M$ in terms of their regret. Our key insight is that, for model selection in linear bandits, we can emulate full-information feedback to the online learner with a favorable bias-variance trade-off. This allows us to develop ALEXP, which has an exponentially improved ($\log M$) dependence on $M$ for its regret. ALEXP has anytime guarantees on its regret, and neither requires knowledge of the horizon $n$, nor relies on an initial purely exploratory stage. Our approach utilizes a novel time-uniform analysis of the Lasso, establishing a new connection between online learning and high-dimensional statistics.

📄 PDF Abstract BibTeX arXiv:2307.12897

Code (1)

lasgroup/alexp 공식 구현 pytorch

Tasks

modelModel Selection

Similar Papers 제목 키워드 기반

Provable Anytime Ensemble Sampling Algorithms in Nonlinear Contextual Bandits

2025-10-12 · Jiazheng Sun, Weixin Wang, Pan Xu arxiv

We provide a unified algorithmic framework for ensemble sampling in nonlinear contextual bandits and develop corresponding regret bounds for two most common nonlinear contextual bandit settings: Generalized Linear Ensemb…

Bandits with Anytime Knapsacks

2025-01-30 · Eray Can Elumar, Cem Tekin, Osman Yagan

We consider bandits with anytime knapsacks (BwAK), a novel version of the BwK problem where there is an \textit{anytime} cost constraint instead of a total cost budget. This problem setting introduces additional complexi…

Decision Making

What Doubling Tricks Can and Can't Do for Multi-Armed Bandits

2018-03-19 · Lilian Besson, Emilie Kaufmann

An online reinforcement learning algorithm is anytime if it does not need to know in advance the horizon T of the experiment. A well-known technique to obtain an anytime algorithm from any non-anytime algorithm is the "D…

Multi-Armed BanditsReinforcement Learning

Federated Linear Contextual Bandits with Heterogeneous Clients

2024-02-29 · Ethan Blaser, Chuanhao Li, Hongning Wang

The demand for collaborative and private bandit learning across multiple agents is surging due to the growing quantity of data generated from distributed systems. Federated bandit learning has emerged as a promising fram…

AllFederated LearningMulti-Armed Bandits

Regret Analysis of the Anytime Optimally Confident UCB Algorithm

2016-03-29 · Tor Lattimore

I introduce and analyse an anytime version of the Optimally Confident UCB (OCUCB) algorithm designed for minimising the cumulative regret in finite-armed stochastic bandits with subgaussian noise. The new algorithm is si…