Stochastic Vertex Cover with Few Queries
Soheil Behnezhad, Avrim Blum, Mahsa Derakhshan

TL;DR
This paper introduces new algorithms for the stochastic vertex cover problem that achieve near-optimal approximations with a limited number of edge queries, advancing the understanding of query-efficient solutions in stochastic graph models.
Contribution
It provides the first non-trivial bounds for stochastic vertex cover, including a $(2+ ext{epsilon})$-approximation for general graphs and a $1.367$-approximation for bipartite graphs with few queries.
Findings
$(2+ ext{epsilon})$-approximation for general graphs with $O(1/( ext{epsilon}^3 p))$ queries per vertex
$1.367$-approximation for bipartite graphs with polynomial in $1/p$ queries per vertex
Improved bounds for bipartite stochastic matching, breaking previous approximation barriers
Abstract
We study the minimum vertex cover problem in the following stochastic setting. Let be an arbitrary given graph, a parameter of the problem, and let be a random subgraph that includes each edge of independently with probability . We are unaware of the realization , but can learn if an edge exists in by querying it. The goal is to find an approximate minimum vertex cover (MVC) of by querying few edges of non-adaptively. This stochastic setting has been studied extensively for various problems such as minimum spanning trees, matroids, shortest paths, and matchings. To our knowledge, however, no non-trivial bound was known for MVC prior to our work. In this work, we present a: * -approximation for general graphs which queries edges per vertex, and a * -approximation for bipartite…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Markov Chains and Monte Carlo Methods · Optimization and Search Problems
