Table of Contents
Fetching ...

The Survival Bandit Problem

Charles Riou, Junya Honda, Masashi Sugiyama

TL;DR

The paper introduces the survival bandit problem (S-MAB), a variant of the multi-armed bandit where the procedure is interrupted if the cumulative reward falls below a preset threshold, formalized via a ruin time and budget constraint. It shows that sublinear survival regret is impossible in general and proposes a Pareto-optimal framework that separates ruin control from reward accumulation, culminating in the EXPLOIT family and the EXPLOIT-UCB-DOUBLE algorithm. A tight non-asymptotic lower bound on ruin probability is established, and EXPLOIT policies are shown to achieve this bound; through a doubling trick, EXPLOIT-UCB-DOUBLE attains regret-wise Pareto-optimality (solving an open COLT 2019 question). The results extend to general bounded rewards and demonstrate practical performance through experiments, highlighting a fundamental exploitation-exploration-exploitation dilemma unique to S-MAB with risk of ruin. The work provides a foundational theory for risk-aware bandits under hard safety constraints with explicit ruin-probability control and Pareto-optimal reward trade-offs, relevant to medicine testing, finance, and other ethically constrained experimentation scenarios.

Abstract

We introduce and study a new variant of the multi-armed bandit problem (MAB), called the survival bandit problem (S-MAB). While in both problems, the objective is to maximize the so-called cumulative reward, in this new variant, the procedure is interrupted if the cumulative reward falls below a preset threshold. This simple yet unexplored extension of the MAB follows from many practical applications. For example, when testing two medicines against each other on voluntary patients, people's health are at stake, and it is necessary to be able to interrupt experiments if serious side effects occur or if the disease syndromes are not dissipated by the treatment. From a theoretical perspective, the S-MAB is the first variant of the MAB where the procedure may or may not be interrupted. We start by formalizing the S-MAB and we define its objective as the minimization of the so-called survival regret, which naturally generalizes the regret of the MAB. Then, we show that the objective of the S-MAB is considerably more difficult than the MAB, in the sense that contrary to the MAB, no policy can achieve a reasonably small (i.e., sublinear) survival regret. Instead, we minimize the survival regret in the sense of Pareto, i.e., we seek a policy whose cumulative reward cannot be improved for some problem instance without being sacrificed for another one. For that purpose, we identify two key components in the survival regret: the regret given no ruin (which corresponds to the regret in the MAB), and the probability that the procedure is interrupted, called the probability of ruin. We derive a lower bound on the probability of ruin, as well as policies whose probability of ruin matches the lower bound. Finally, based on a doubling trick on those policies, we derive a policy which minimizes the survival regret in the sense of Pareto, giving an answer to an open problem by Perotto et al. (COLT 2019).

The Survival Bandit Problem

TL;DR

The paper introduces the survival bandit problem (S-MAB), a variant of the multi-armed bandit where the procedure is interrupted if the cumulative reward falls below a preset threshold, formalized via a ruin time and budget constraint. It shows that sublinear survival regret is impossible in general and proposes a Pareto-optimal framework that separates ruin control from reward accumulation, culminating in the EXPLOIT family and the EXPLOIT-UCB-DOUBLE algorithm. A tight non-asymptotic lower bound on ruin probability is established, and EXPLOIT policies are shown to achieve this bound; through a doubling trick, EXPLOIT-UCB-DOUBLE attains regret-wise Pareto-optimality (solving an open COLT 2019 question). The results extend to general bounded rewards and demonstrate practical performance through experiments, highlighting a fundamental exploitation-exploration-exploitation dilemma unique to S-MAB with risk of ruin. The work provides a foundational theory for risk-aware bandits under hard safety constraints with explicit ruin-probability control and Pareto-optimal reward trade-offs, relevant to medicine testing, finance, and other ethically constrained experimentation scenarios.

Abstract

We introduce and study a new variant of the multi-armed bandit problem (MAB), called the survival bandit problem (S-MAB). While in both problems, the objective is to maximize the so-called cumulative reward, in this new variant, the procedure is interrupted if the cumulative reward falls below a preset threshold. This simple yet unexplored extension of the MAB follows from many practical applications. For example, when testing two medicines against each other on voluntary patients, people's health are at stake, and it is necessary to be able to interrupt experiments if serious side effects occur or if the disease syndromes are not dissipated by the treatment. From a theoretical perspective, the S-MAB is the first variant of the MAB where the procedure may or may not be interrupted. We start by formalizing the S-MAB and we define its objective as the minimization of the so-called survival regret, which naturally generalizes the regret of the MAB. Then, we show that the objective of the S-MAB is considerably more difficult than the MAB, in the sense that contrary to the MAB, no policy can achieve a reasonably small (i.e., sublinear) survival regret. Instead, we minimize the survival regret in the sense of Pareto, i.e., we seek a policy whose cumulative reward cannot be improved for some problem instance without being sacrificed for another one. For that purpose, we identify two key components in the survival regret: the regret given no ruin (which corresponds to the regret in the MAB), and the probability that the procedure is interrupted, called the probability of ruin. We derive a lower bound on the probability of ruin, as well as policies whose probability of ruin matches the lower bound. Finally, based on a doubling trick on those policies, we derive a policy which minimizes the survival regret in the sense of Pareto, giving an answer to an open problem by Perotto et al. (COLT 2019).
Paper Structure (62 sections, 24 theorems, 285 equations, 7 figures, 2 tables, 2 algorithms)

This paper contains 62 sections, 24 theorems, 285 equations, 7 figures, 2 tables, 2 algorithms.

Key Result

Proposition 6

For any sequence of policies $\pi, \ \sup_F \sup_{\pi'} \textup{Reg}_F(\pi\|\pi') >0$.

Figures (7)

  • Figure 1: Description of EXPLOIT-UCB-DOUBLE
  • Figure 2: Comparison of the regret, percentage of ruins and time of ruin of EXPLOIT-UCB-DOUBLE, EXPLOIT-UCB, UCB and MTS.
  • Figure 3: Survival regret for $B=9$ and arms $\{F^{(1)}, F^{(2)}, F^{(3)}\}$.
  • Figure 4: Survival regret for $B=9$ and arms $\{F^{(4)}, F^{(5)}, F^{(3)}\}$.
  • Figure 5: Survival regret for $B=9$ and arms $\{F^{(6)}, F^{(7)}, F^{(8)}\}$.
  • ...and 2 more figures

Theorems & Definitions (42)

  • Definition 1
  • Definition 2
  • Remark 3
  • Remark 4
  • Definition 5
  • Proposition 6
  • Definition 7
  • Example 1
  • Definition 8
  • Definition 9
  • ...and 32 more