English

Simple Algorithms for Stochastic Score Classification with Small Approximation Ratios

Data Structures and Algorithms 2024-01-23 v2

Abstract

We revisit the Stochastic Score Classification (SSC) problem introduced by Gkenosis et al. (ESA 2018): We are given nn tests. Each test jj can be conducted at cost cjc_j, and it succeeds independently with probability pjp_j. Further, a partition of the (integer) interval {0,,n}\{0,\dots,n\} into BB 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 cj/pjc_j/p_j and cj/(1pj)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 66 to 3+225.8283+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+223+2\sqrt{2} on the adaptivity gap with a lower bound of 3/23/2. Since the lower-bound instance is a so-called unit-cost kk-of-nn instance, we settle the adaptivity gap in this case.

Keywords

Cite

@article{arxiv.2211.14082,
  title  = {Simple Algorithms for Stochastic Score Classification with Small Approximation Ratios},
  author = {Benedikt M. Plank and Kevin Schewior},
  journal= {arXiv preprint arXiv:2211.14082},
  year   = {2024}
}
R2 v1 2026-06-28T07:12:38.610Z