English

An Optimal Algorithm for Stochastic Vertex Cover

Data Structures and Algorithms 2026-03-31 v1

Abstract

The goal in the stochastic vertex cover problem is to obtain an approximately minimum vertex cover for a graph GG^\star that is realized by sampling each edge independently with some probability p(0,1]p\in (0, 1] in a base graph G=(V,E)G = (V, E). The algorithm is given the base graph GG and the probability pp as inputs, but its only access to the realized graph GG^\star is through queries on individual edges in GG that reveal the existence (or not) of the queried edge in GG^\star. In this paper, we resolve the central open question for this problem: to find a (1+ε)(1+\varepsilon)-approximate vertex cover using only Oε(n/p)O_\varepsilon(n/p) edge queries. Prior to our work, there were two incomparable state-of-the-art results for this problem: a (3/2+ε)(3/2+\varepsilon)-approximation using Oε(n/p)O_\varepsilon(n/p) queries (Derakhshan, Durvasula, and Haghtalab, 2023) and a (1+ε)(1+\varepsilon)-approximation using Oε((n/p)RS(n))O_\varepsilon((n/p)\cdot \mathrm{RS}(n)) queries (Derakhshan, Saneian, and Xun, 2025), where RS(n)\mathrm{RS}(n) is known to be at least 2Ω(lognloglogn)2^{\Omega\left(\frac{\log n}{\log \log n}\right)} and could be as large as n2Θ(logn)\frac{n}{2^{\Theta(\log^* n)}}. Our improved upper bound of Oε(n/p)O_{\varepsilon}(n/p) matches the known lower bound of Ω(n/p)\Omega(n/p) for any constant-factor approximation algorithm for this problem (Behnezhad, Blum, and Derakhshan, 2022). A key tool in our result is a new concentration bound for the size of minimum vertex cover on random graphs, which might be of independent interest.

Keywords

Cite

@article{arxiv.2603.27795,
  title  = {An Optimal Algorithm for Stochastic Vertex Cover},
  author = {Jan van den Brand and Inge Li Gørtz and Chirag Pabbaraju and Debmalya Panigrahi and Clifford Stein and Miltiadis Stouras and Ola Svensson and Ali Vakilian},
  journal= {arXiv preprint arXiv:2603.27795},
  year   = {2026}
}

Comments

Accepted at STOC 2026

R2 v1 2026-07-01T11:43:03.112Z