A Near-Optimal Sublinear-Time Algorithm for Approximating the Minimum Vertex Cover Size
Krzysztof Onak, Dana Ron, Michal Rosen, Ronitt Rubinfeld

TL;DR
This paper presents a nearly optimal sublinear-time algorithm for approximating the minimum vertex cover size in a graph, significantly improving query efficiency over previous methods and approaching theoretical lower bounds.
Contribution
The authors develop a new sublinear-time algorithm that achieves a near-optimal approximation of the minimum vertex cover size with improved query complexity, extending to dense graphs.
Findings
Achieves a (2,epsilon)-estimate with ~O(avg_deg * poly(1/epsilon)) queries
Improves upon previous algorithms with higher query complexity
Nearly matches the lower bound for such approximation algorithms
Abstract
We give a nearly optimal sublinear-time algorithm for approximating the size of a minimum vertex cover in a graph G. The algorithm may query the degree deg(v) of any vertex v of its choice, and for each 1 <= i <= deg(v), it may ask for the i-th neighbor of v. Letting VC_opt(G) denote the minimum size of vertex cover in G, the algorithm outputs, with high constant success probability, an estimate VC_estimate(G) such that VC_opt(G) <= VC_estimate(G) <= 2 * VC_opt(G) + epsilon*n, where epsilon is a given additive approximation parameter. We refer to such an estimate as a (2,epsilon)-estimate. The query complexity and running time of the algorithm are ~O(avg_deg * poly(1/epsilon)), where avg_deg denotes the average vertex degree in the graph. The best previously known sublinear algorithm, of Yoshida et al. (STOC 2009), has query complexity and running time O(d^4/epsilon^2), where d is the…
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 · Advanced Graph Theory Research
