Krzysztof Onak > Papers > A Near-Optimal Sublinear-Time Algorithm for Approximating the Minimum Vertex Cover Size

A Near-Optimal Sublinear-Time Algorithm for Approximating the Minimum Vertex Cover Size

Authors: Krzysztof Onak, Dana Ron, Michal Rosen, Ronitt Rubinfeld
Conference: The 23rd Annual ACM-SIAM Symposium on Discrete Algorithms (SODA 2012).

Abstract: $\newcommand{\eps}{\epsilon} \newcommand{\VCopt}{\operatorname{VC_{opt}}} \newcommand{\VC}{\operatorname{VC}} \newcommand{\poly}{\operatorname{poly}}$ 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 \le i \le \deg(v)$, it may ask for the $i$-th neighbor of $v$. Letting $\VCopt(G)$ denote the minimum size of vertex cover in $G$, the algorithm outputs, with high constant success probability, an estimate $\VC'(G)$ such that $\VCopt(G) \le \VC'(G) \le 2 \cdot \VCopt(G) + \eps n$, where $\eps$ is a given additive approximation parameter. We refer to such an estimate as a $(2,\eps)$-estimate. The query complexity and running time of the algorithm are $\tilde O(\bar d \cdot \poly(1/\eps))$, where $\bar d$ 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/\eps^2)$, where $d$ is the maximum degree in the graph. Given the lower bound of $\Omega(\bar d)$ (for constant $\eps$) for obtaining such an estimate (with any constant multiplicative factor) due to Parnas and Ron (TCS 2007), our result is nearly optimal.

In the case that the graph is dense, that is, the number of edges is $\Theta(n^2)$, we consider another model, in which the algorithm may ask, for any pair of vertices $u$ and $v$, whether there is an edge between $u$ and $v$. We show how to adapt the algorithm that uses neighbor queries to this model and obtain an algorithm that outputs a $(2,\eps)$-estimate of the size of a minimum vertex cover whose query complexity and running time are $\tilde O(n) \cdot \poly(1/\eps)$.

Full paper: [PDF] [PS]
BibTeX: [DBLP]