paper-with-me

Papers

An Improved Relaxation for Oracle-Efficient Adversarial Contextual Bandits

2023-10-29 · NeurIPS 2023 11

We present an oracle-efficient relaxation for the adversarial contextual bandits problem, where the contexts are sequentially drawn i.i.d from a known distribution and the cost sequence is chosen by an online adversary. Our algorithm has a regret bound of $O(T^{\frac{2}{3}}(K\log(|\Pi|))^{\frac{1}{3}})$ and makes at most $O(K)$ calls per round to an offline optimization oracle, where $K$ denotes the number of actions, $T$ denotes the number of rounds and $\Pi$ denotes the set of policies. This is the first result to improve the prior best bound of $O((TK)^{\frac{2}{3}}(\log(|\Pi|))^{\frac{1}{3}})$ as obtained by Syrgkanis et al. at NeurIPS 2016, and the first to match the original bound of Langford and Zhang at NeurIPS 2007 which was obtained for the stochastic case.

📄 PDF Abstract BibTeX arXiv:2310.19025

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Bandits

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Improved Regret Bounds for Oracle-Based Adversarial Contextual Bandits

2016-06-01 · NeurIPS 2016 12 · Vasilis Syrgkanis, Haipeng Luo, Akshay Krishnamurthy, Robert E. Schapire

We give an oracle-based algorithm for the adversarial contextual bandit problem, where either contexts are drawn i.i.d. or the sequence of contexts is known a priori, but where the losses are picked adversarially. Our al…

Multi-Armed Bandits

BISTRO: An Efficient Relaxation-Based Method for Contextual Bandits

2016-02-06 · Alexander Rakhlin, Karthik Sridharan

We present efficient algorithms for the problem of contextual bandits with i.i.d. covariates, an arbitrary sequence of rewards, and an arbitrary class of policies. Our algorithm BISTRO requires d calls to the empirical r…

Multi-Armed Bandits

An Improved Algorithm for Adversarial Linear Contextual Bandits via Reduction

2025-08-16 · Tim van Erven, Jack Mayo, Julia Olkhovskaya, Chen-Yu Wei arxiv

We present an oracle-efficient, near-optimal algorithm for linear contextual bandits with adversarial losses and stochastic action sets, only requiring a linear optimization oracle for the action sets in each round. Our …

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. Al…

Multi-Armed Banditsregression

Constrained Contextual Bandits with Adversarial Contexts

2026-05-07 · Dhruv Sarkar, Abhishek Sinha arxiv

We study budget-constrained contextual bandits with adversarial contexts, where each action yields a random reward and incurs a random cost. We adopt the standard realizability assumption: conditioned on the observed con…