paper-with-me

Papers

Adapting to Misspecification in Contextual Bandits

2021-07-12 · NeurIPS 2020 12 · Dylan J. Foster, Claudio Gentile, Mehryar Mohri, Julian Zimmert

A major research direction in contextual bandits is to develop algorithms that are computationally efficient, yet support flexible, general-purpose function approximation. Algorithms based on modeling rewards have shown strong empirical performance, but typically require a well-specified model, and can fail when this assumption does not hold. Can we design algorithms that are efficient and flexible, yet degrade gracefully in the face of model misspecification? We introduce a new family of oracle-efficient algorithms for $\varepsilon$-misspecified contextual bandits that adapt to unknown model misspecification -- both for finite and infinite action settings. Given access to an online oracle for square loss regression, our algorithm attains optimal regret and -- in particular -- optimal dependence on the misspecification level, with no prior knowledge. Specializing to linear contextual bandits with infinite actions in $d$ dimensions, we obtain the first algorithm that achieves the optimal $O(d\sqrt{T} + \varepsilon\sqrt{d}T)$ regret bound for unknown misspecification level $\varepsilon$. On a conceptual level, our results are enabled by a new optimization-based perspective on the regression oracle reduction framework of Foster and Rakhlin, which we anticipate will find broader use.

📄 PDF Abstract BibTeX arXiv:2107.05745

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Banditsregression

Similar Papers 제목 키워드 기반

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

Online KL-Regularized Reinforcement Learning with Function Approximation under Misspecification

2026-06-04 · Haoyang Hong, Zichen Wang, Quanquan Gu, Huazheng Wang arxiv

We study KL-regularized contextual bandits and episodic reinforcement learning (RL) under general function approximation with model misspecification. Existing guarantees rely on realizability and therefore do not extend …

Reinforcement Learning

Robust Contextual Linear Bandits

2022-10-26 · Rong Zhu, Branislav Kveton

Model misspecification is a major consideration in applications of statistical methods and machine learning. However, it is often neglected in contextual bandits. This paper studies a common form of misspecification, an …

Multi-Armed Bandits

Dynamic Regret for Non-Stationary Linear Bandits via Misspecification Reductions

2026-07-03 · Zihao Hu, Yuan Yao, Jiheng Zhang, Zhengyuan Zhou arxiv

Many online decision-making problems involve both round-specific feasible actions and drifting reward models: eligible ad impressions, feasible prices, and available treatments can change over time, while user preference…

On the Interplay Between Misspecification and Sub-optimality Gap in Linear Contextual Bandits

2023-03-16 · Weitong Zhang, Jiafan He, Zhiyuan Fan, Quanquan Gu

We study linear contextual bandits in the misspecified setting, where the expected reward function can be approximated by a linear function class up to a bounded misspecification level $\zeta>0$. We propose an algorithm …

Multi-Armed Bandits