paper-with-me

Papers

Beyond UCB: Optimal and Efficient Contextual Bandits with Regression Oracles

2020-02-12 · ICML 2020 1 · Dylan J. Foster, Alexander Rakhlin

A fundamental challenge in contextual bandits is to develop flexible, general-purpose algorithms with computational requirements no worse than classical supervised learning tasks such as classification and regression. Algorithms based on regression have shown promising empirical success, but theoretical guarantees have remained elusive except in special cases. We provide the first universal and optimal reduction from contextual bandits to online regression. We show how to transform any oracle for online regression with a given value function class into an algorithm for contextual bandits with the induced policy class, with no overhead in runtime or memory requirements. We characterize the minimax rates for contextual bandits with general, potentially nonparametric function classes, and show that our algorithm is minimax optimal whenever the oracle obtains the optimal rate for regression. Compared to previous results, our algorithm requires no distributional assumptions beyond realizability, and works even when contexts are chosen adversarially.

📄 PDF Abstract BibTeX arXiv:2002.04926

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Banditsregression

Similar Papers 제목 키워드 기반

Contextual Bandits with Packing and Covering Constraints: A Modular Lagrangian Approach via Regression

2022-11-14 · Aleksandrs Slivkins, Xingyu Zhou, Karthik Abinav Sankararaman, Dylan J. Foster

We consider contextual bandits with linear constraints (CBwLC), a variant of contextual bandits in which the algorithm consumes multiple resources subject to linear constraints on total consumption. This problem generali…

Multi-Armed Banditsregression

Optimal Contextual Bandits with Knapsacks under Realizability via Regression Oracles

2022-10-21 · Yuxuan Han, Jialin Zeng, Yang Wang, Yang Xiang 외

We study the stochastic contextual bandit with knapsacks (CBwK) problem, where each action, taken upon a context, not only leads to a random reward but also costs a random resource consumption in a vector form. The chall…

Multi-Armed Banditsregression

Adapting to Misspecification in Contextual Bandits with Offline Regression Oracles

2021-02-26 · Sanath Kumar Krishnamurthy, Vitor Hadad, Susan Athey

Computationally efficient contextual bandits are often based on estimating a predictive model of rewards given contexts and arms using past data. However, when the reward model is not well-specified, the bandit algorithm…

Multi-Armed Banditsregression

Practical Contextual Bandits with Regression Oracles

2018-03-03 · ICML 2018 7 · Dylan J. Foster, Alekh Agarwal, Miroslav Dudík, Haipeng Luo 외

A major challenge in contextual bandits is to design general-purpose algorithms that are both practically useful and theoretically well-founded. We present a new technique that has the empirical and computational advanta…

General ClassificationMulti-Armed Banditsregression

Adapting multi-armed bandits policies to contextual bandits scenarios

2018-11-11 · David Cortes

This work explores adaptations of successful multi-armed bandits policies to the online contextual bandits scenario with binary rewards using binary classification algorithms such as logistic regression as black-box orac…

Binary ClassificationClassificationGeneral ClassificationMulti-Armed Bandits+2