paper-with-me

Papers

Adversarial Rewards in Universal Learning for Contextual Bandits

2023-02-14 · Moise Blanchard, Steve Hanneke, Patrick Jaillet

We study the fundamental limits of learning in contextual bandits, where a learner's rewards depend on their actions and a known context, which extends the canonical multi-armed bandit to the case where side-information is available. We are interested in universally consistent algorithms, which achieve sublinear regret compared to any measurable fixed policy, without any function class restriction. For stationary contextual bandits, when the underlying reward mechanism is time-invariant, Blanchard et. al (2022) characterized learnable context processes for which universal consistency is achievable; and further gave algorithms ensuring universal consistency whenever this is achievable, a property known as optimistic universal consistency. It is well understood, however, that reward mechanisms can evolve over time, possibly adversarially, and depending on the learner's actions. We show that optimistic universal learning for contextual bandits with adversarial rewards is impossible in general, contrary to all previously studied settings in online learning -- including standard supervised learning. We also give necessary and sufficient conditions for universal learning under various adversarial reward models, and an exact characterization for online rewards. In particular, the set of learnable processes for these reward models is still extremely general -- larger than i.i.d., stationary or ergodic -- but in general strictly smaller than that for supervised learning or stationary contextual bandits, shedding light on new adversarial phenomena.

📄 PDF Abstract BibTeX arXiv:2302.07186

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Introduction to Multi-Armed Bandits

2019-04-15 · Aleksandrs Slivkins

Multi-armed bandits a simple but very powerful framework for algorithms that make decisions over time under uncertainty. An enormous body of work has accumulated over the years, covered in several books and surveys. This…

Multi-Armed Bandits

Contextual Multinomial Logit Bandits with General Value Functions

2024-02-12 · Mengxiao Zhang, Haipeng Luo

Contextual multinomial logit (MNL) bandits capture many real-world assortment recommendation problems such as online retailing/advertising. However, prior work has only considered (generalized) linear value functions, wh…

Computational EfficiencyMulti-Armed Bandits

Thompson Sampling Regret Bounds for Contextual Bandits with sub-Gaussian rewards

2023-04-26 · Amaury Gouverneur, Borja Rodríguez-Gálvez, Tobias J. Oechtering, Mikael Skoglund

In this work, we study the performance of the Thompson Sampling algorithm for Contextual Bandit problems based on the framework introduced by Neu et al. and their concept of lifted information ratio. First, we prove a co…

Multi-Armed BanditsThompson Sampling

Signature Approach for Contextual Bandits with Nonlinear and Path-dependent Rewards

2026-05-11 · Xin Guo, Grace He, Xinyu Li arxiv

We study contextual bandits with nonlinear and path-dependent rewards through a novel signature-transform-based approach. Leveraging the universal nonlinearity property of signatures, we approximate continuous path-depen…

$α$-Fair Contextual Bandits

2023-10-22 · Siddhant Chaudhary, Abhishek Sinha

Contextual bandit algorithms are at the core of many applications, including recommender systems, clinical trials, and optimal portfolio selection. One of the most popular problems studied in the contextual bandit litera…

Multi-Armed BanditsRecommendation Systems