English

Risk-Sensitive Online Algorithms

Data Structures and Algorithms 2024-05-28 v2

Abstract

We study the design of risk-sensitive online algorithms, in which risk measures are used in the competitive analysis of randomized online algorithms. We introduce the CVaRδ_\delta-competitive ratio (δ\delta-CR) using the conditional value-at-risk of an algorithm's cost, which measures the expectation of the (1δ)(1-\delta)-fraction of worst outcomes against the offline optimal cost, and use this measure to study three online optimization problems: continuous-time ski rental, discrete-time ski rental, and one-max search. The structure of the optimal δ\delta-CR and algorithm varies significantly between problems: we prove that the optimal δ\delta-CR for continuous-time ski rental is 22Θ(11δ)2-2^{-\Theta(\frac{1}{1-\delta})}, obtained by an algorithm described by a delay differential equation. In contrast, in discrete-time ski rental with buying cost BB, there is an abrupt phase transition at δ=1Θ(1logB)\delta = 1 - \Theta(\frac{1}{\log B}), after which the classic deterministic strategy is optimal. Similarly, one-max search exhibits a phase transition at δ=12\delta = \frac{1}{2}, after which the classic deterministic strategy is optimal; we also obtain an algorithm that is asymptotically optimal as δ0\delta \downarrow 0 that arises as the solution to a delay differential equation.

Keywords

Cite

@article{arxiv.2405.09859,
  title  = {Risk-Sensitive Online Algorithms},
  author = {Nicolas Christianson and Bo Sun and Steven Low and Adam Wierman},
  journal= {arXiv preprint arXiv:2405.09859},
  year   = {2024}
}

Comments

Accepted for presentation at the Conference on Learning Theory (COLT) 2024. Updated with an additional reference and minor edits

R2 v1 2026-06-28T16:29:07.667Z