English

(Near) Optimal Adaptivity Gaps for Stochastic Multi-Value Probing

Data Structures and Algorithms 2019-02-07 v2 Computer Science and Game Theory

Abstract

Consider a kidney-exchange application where we want to find a max-matching in a random graph. To find whether an edge ee exists, we need to perform an expensive test, in which case the edge ee appears independently with a \emph{known} probability pep_e. Given a budget on the total cost of the tests, our goal is to find a testing strategy that maximizes the expected maximum matching size. The above application is an example of the stochastic probing problem. In general the optimal stochastic probing strategy is difficult to find because it is \emph{adaptive}---decides on the next edge to probe based on the outcomes of the probed edges. An alternate approach is to show the \emph{adaptivity gap} is small, i.e., the best \emph{non-adaptive} strategy always has a value close to the best adaptive strategy. This allows us to focus on designing non-adaptive strategies that are much simpler. Previous works, however, have focused on Bernoulli random variables that can only capture whether an edge appears or not. In this work we introduce a multi-value stochastic probing problem, which can also model situations where the weight of an edge has a probability distribution over multiple values. Our main technical contribution is to obtain (near) optimal bounds for the (worst-case) adaptivity gaps for multi-value stochastic probing over prefix-closed constraints. For a monotone submodular function, we show the adaptivity gap is at most 22 and provide a matching lower bound. For a weighted rank function of a kk-extendible system (a generalization of intersection of kk matroids), we show the adaptivity gap is between O(klogk)O(k\log k) and kk. None of these results were known even in the Bernoulli case where both our upper and lower bounds also apply, thereby resolving an open question of Gupta et al.

Keywords

Cite

@article{arxiv.1902.01461,
  title  = {(Near) Optimal Adaptivity Gaps for Stochastic Multi-Value Probing},
  author = {Domagoj Bradac and Sahil Singla and Goran Zuzic},
  journal= {arXiv preprint arXiv:1902.01461},
  year   = {2019}
}

Comments

Added the hyperlinks (they got removed for some reason in the last submission)

R2 v1 2026-06-23T07:32:00.135Z