paper-with-me

Papers

Model Selection for Generic Contextual Bandits

2021-07-07 · Avishek Ghosh, Abishek Sankararaman, Kannan Ramchandran

We consider the problem of model selection for the general stochastic contextual bandits under the realizability assumption. We propose a successive refinement based algorithm called Adaptive Contextual Bandit ({\ttfamily ACB}), that works in phases and successively eliminates model classes that are too simple to fit the given instance. We prove that this algorithm is adaptive, i.e., the regret rate order-wise matches that of any provable contextual bandit algorithm (ex. \cite{falcon}), that needs the knowledge of the true model class. The price of not knowing the correct model class turns out to be only an additive term contributing to the second order term in the regret bound. This cost possess the intuitive property that it becomes smaller as the model class becomes easier to identify, and vice-versa. We also show that a much simpler explore-then-commit (ETC) style algorithm also obtains similar regret bound, despite not knowing the true model class. However, the cost of model selection is higher in ETC as opposed to in {\ttfamily ACB}, as expected. Furthermore, for the special case of linear contextual bandits, we propose specialized algorithms that obtain sharper guarantees compared to the generic setup.

📄 PDF Abstract BibTeX arXiv:2107.03455

Code (0)

등록된 구현이 없습니다.

Tasks

modelModel SelectionMulti-Armed Bandits

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음
InfoNCE 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Relative Position Encodings Relative Position Encodings are a type of position embeddings for Transformer-based models that attempts to exploit…

Similar Papers 제목 키워드 기반

Improved Offline Contextual Bandits with Second-Order Bounds: Betting and Freezing

2025-02-15 · J. Jon Ryu, Jeongyeol Kwon, Benjamin Koppe, Kwang-Sung Jun

We consider the off-policy selection and learning in contextual bandits where the learner aims to select or train a reward-maximizing policy using data collected by a fixed behavior policy. Our contribution is two-fold. …

Multi-Armed Bandits

On the Complexity of Representation Learning in Contextual Linear Bandits

2022-12-19 · Andrea Tirinzoni, Matteo Pirotta, Alessandro Lazaric

In contextual linear bandits, the reward function is assumed to be a linear combination of an unknown reward vector and a given embedding of context-arm pairs. In practice, the embedding is often learned at the same time…

Model SelectionMulti-Armed BanditsRepresentation Learning

Adaptive Estimator Selection for Off-Policy Evaluation

2020-02-18 · ICML 2020 1 · Yi Su, Pavithra Srinath, Akshay Krishnamurthy

We develop a generic data-driven method for estimator selection in off-policy policy evaluation settings. We establish a strong performance guarantee for the method, showing that it is competitive with the oracle estimat…

Multi-Armed BanditsOff-policy evaluationreinforcement-learningReinforcement Learning+1

Generalized Translation and Scale Invariant Online Algorithm for Adversarial Multi-Armed Bandits

2021-09-19 · Kaan Gokcesu, Hakan Gokcesu

We study the adversarial multi-armed bandit problem and create a completely online algorithmic framework that is invariant under arbitrary translations and scales of the arm losses. We study the expected performance of o…

Multi-Armed BanditsTranslation

Model Selection in Contextual Stochastic Bandit Problems

2020-03-03 · NeurIPS 2020 12 · Aldo Pacchiano, My Phan, Yasin Abbasi-Yadkori, Anup Rao 외

We study bandit model selection in stochastic environments. Our approach relies on a meta-algorithm that selects between candidate base algorithms. We develop a meta-algorithm-base algorithm abstraction that can work wit…

modelModel SelectionMulti-Armed Bandits