paper-with-me

홈 › Papers

Conservative Contextual Linear Bandits

2016-11-19 · NeurIPS 2017 12 · Abbas Kazerouni, Mohammad Ghavamzadeh, Yasin Abbasi-Yadkori, Benjamin Van Roy

Safety is a desirable property that can immensely increase the applicability of learning algorithms in real-world decision-making problems. It is much easier for a company to deploy an algorithm that is safe, i.e., guaranteed to perform at least as well as a baseline. In this paper, we study the issue of safety in contextual linear bandits that have application in many different fields including personalized ad recommendation in online marketing. We formulate a notion of safety for this class of algorithms. We develop a safe contextual linear bandit algorithm, called conservative linear UCB (CLUCB), that simultaneously minimizes its regret and satisfies the safety constraint, i.e., maintains its performance above a fixed percentage of the performance of a baseline strategy, uniformly over time. We prove an upper-bound on the regret of CLUCB and show that it can be decomposed into two terms: 1) an upper-bound for the regret of the standard linear UCB algorithm that grows with the time horizon and 2) a constant (does not grow with the time horizon) term that accounts for the loss of being conservative in order to satisfy the safety constraint. We empirically show that our algorithm is safe and validate our theoretical analysis.

📄 PDF Abstract BibTeX arXiv:1611.06426

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingMarketing

Similar Papers 제목 키워드 기반

Noise-Adaptive Thompson Sampling for Linear Contextual Bandits

2023-09-21 · NeurIPS 2023 11

Linear contextual bandits represent a fundamental class of models with numerous real-world applications, and it is critical to develop algorithms that can effectively manage noise with unknown variance, ensuring provable…

A One-Size-Fits-All Solution to Conservative Bandit Problems

2020-12-14 · Yihan Du, Siwei Wang, Longbo Huang

In this paper, we study a family of conservative bandit problems (CBPs) with sample-path reward constraints, i.e., the learner's reward performance must be at least as well as a given baseline at any time. We propose a O…

AllMulti-Armed Bandits

Contextual Combinatorial Conservative Bandits

2019-11-26 · Xiaojin Zhang, Shuai Li, Weiwen Liu, Shengyu Zhang

The problem of multi-armed bandits (MAB) asks to make sequential decisions while balancing between exploitation and exploration, and have been successfully applied to a wide range of practical scenarios. Various algorith…

Multi-Armed Bandits

A Reduction-Based Framework for Conservative Bandits and Reinforcement Learning

2021-06-22 · ICLR 2022 4 · Yunchang Yang, Tianhao Wu, Han Zhong, Evrard Garcelon 외

In this paper, we present a reduction-based framework for conservative bandits and RL, in which our core technique is to calculate the necessary and sufficient budget obtained from running the baseline policy. For lower …

Multi-Armed Banditsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Stochastic Conservative Contextual Linear Bandits

2022-03-29 · Jiabin Lin, Xian Yeow Lee, Talukder Jubery, Shana Moothedath 외

Many physical systems have underlying safety considerations that require that the strategy deployed ensures the satisfaction of a set of constraints. Further, often we have only partial information on the state of the sy…

Decision MakingDecision Making Under Uncertainty