Simple Algorithms for Stochastic Score Classification with Small Approximation Ratios
Benedikt M. Plank, Kevin Schewior
TL;DR
This paper addresses SSC, where $n$ tests with costs $c_j$ and success probabilities $p_j$ yield a score classified by a partition of $\{0,\dots,n\}$ into $B$ intervals, aiming to minimize expected testing cost to identify the interval. It introduces simple non-adaptive strategies built via a weighted RoundRobin interleaving of three sub-algorithms, achieving strong constant-factor guarantees. The main results show a $(3+2\sqrt{2})$-approximation using a weighted three-way RoundRobin (3R) and a $6$-approximation using a two-way RoundRobin (2R); it also establishes a lower bound of $3/2$ on the adaptivity gap for unit-cost SSC, together with an existing upper bound, tightening the adaptivity-gap landscape in this setting. Overall, the work provides elegant, easy-to-implement algorithms with solid theoretical guarantees and clarifies the adaptivity gap in SSC, motivating further refinements and extensions to weighted SSC.
Abstract
We revisit the Stochastic Score Classification (SSC) problem introduced by Gkenosis et al. (ESA 2018): We are given $n$ tests. Each test $j$ can be conducted at cost $c_j$, and it succeeds independently with probability $p_j$. Further, a partition of the (integer) interval $\{0,\dots,n\}$ into $B$ smaller intervals is known. The goal is to conduct tests so as to determine that interval from the partition in which the number of successful tests lies while minimizing the expected cost. Ghuge et al. (IPCO 2022) recently showed that a polynomial-time constant-factor approximation algorithm exists. We show that interweaving the two strategies that order tests increasingly by their $c_j/p_j$ and $c_j/(1-p_j)$ ratios, respectively, -- as already proposed by Gkensosis et al. for a special case -- yields a small approximation ratio. We also show that the approximation ratio can be slightly decreased from $6$ to $3+2\sqrt{2}\approx 5.828$ by adding in a third strategy that simply orders tests increasingly by their costs. The similar analyses for both algorithms are nontrivial but arguably clean. Finally, we complement the implied upper bound of $3+2\sqrt{2}$ on the adaptivity gap with a lower bound of $3/2$. Since the lower-bound instance is a so-called unit-cost $k$-of-$n$ instance, we settle the adaptivity gap in this case.
