MLLGNov 21, 2019

Safe Linear Stochastic Bandits

arXiv:1911.09501v132 citations
Originality Incremental advance
AI Analysis

This work addresses safety constraints in bandit learning for applications where risky actions must be avoided, representing an incremental extension of linear bandits.

The paper tackles the problem of ensuring safe arm selection in linear stochastic bandits by requiring expected rewards to meet a threshold with high probability, and it introduces an algorithm that achieves an expected regret of O(√T log(T)) over T stages while maintaining safety at every step.

We introduce the safe linear stochastic bandit framework---a generalization of linear stochastic bandits---where, in each stage, the learner is required to select an arm with an expected reward that is no less than a predetermined (safe) threshold with high probability. We assume that the learner initially has knowledge of an arm that is known to be safe, but not necessarily optimal. Leveraging on this assumption, we introduce a learning algorithm that systematically combines known safe arms with exploratory arms to safely expand the set of safe arms over time, while facilitating safe greedy exploitation in subsequent stages. In addition to ensuring the satisfaction of the safety constraint at every stage of play, the proposed algorithm is shown to exhibit an expected regret that is no more than $O(\sqrt{T}\log (T))$ after $T$ stages of play.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes