English

Stochastic Submodular Cover with Limited Adaptivity

Data Structures and Algorithms 2018-11-01 v1

Abstract

In the submodular cover problem, we are given a non-negative monotone submodular function ff over a ground set EE of items, and the goal is to choose a smallest subset SES \subseteq E such that f(S)=Qf(S) = Q where Q=f(E)Q = f(E). In the stochastic version of the problem, we are given mm stochastic items which are different random variables that independently realize to some item in EE, and the goal is to find a smallest set of stochastic items whose realization RR satisfies f(R)=Qf(R) = Q. The problem captures as a special case the stochastic set cover problem and more generally, stochastic covering integer programs. We define an rr-round adaptive algorithm to be an algorithm that chooses a permutation of all available items in each round k[r]k \in [r], and a threshold τk\tau_k, and realizes items in the order specified by the permutation until the function value is at least τk\tau_k. The permutation for each round kk is chosen adaptively based on the realization in the previous rounds, but the ordering inside each round remains fixed regardless of the realizations seen inside the round. Our main result is that for any integer rr, there exists a poly-time rr-round adaptive algorithm for stochastic submodular cover whose expected cost is O~(Q1/r)\tilde{O}(Q^{{1}/{r}}) times the expected cost of a fully adaptive algorithm. Prior to our work, such a result was not known even for the case of r=1r=1 and when ff is the coverage function. On the other hand, we show that for any rr, there exist instances of the stochastic submodular cover problem where no rr-round adaptive algorithm can achieve better than Ω(Q1/r)\Omega(Q^{{1}/{r}}) approximation to the expected cost of a fully adaptive algorithm. Our lower bound result holds even for coverage function and for algorithms with unbounded computational power.

Keywords

Cite

@article{arxiv.1810.13351,
  title  = {Stochastic Submodular Cover with Limited Adaptivity},
  author = {Arpit Agarwal and Sepehr Assadi and Sanjeev Khanna},
  journal= {arXiv preprint arXiv:1810.13351},
  year   = {2018}
}
R2 v1 2026-06-23T04:59:15.704Z