Coresets Meet EDCS: Algorithms for Matching and Vertex Cover on Massive Graphs

Authors: Sepehr Assadi, MohammadHossein Bateni, Aaron Bernstein , Vahab Mirrokni, Cliff Stein
Conference: The 30th Annual ACM-SIAM Symposium on Discrete Algorithms (SODA'19).
This paper resolves several open questions raised by Czumaj et.al. in [CLMMOS'18] regarding finding matchings and vertex covers in the massively parallel computation (MPC) model.
Abstract: As massive graphs become more prevalent, there is a rapidly growing need for scalable algorithms that solve classical graph problems, such as maximum matching and minimum vertex cover, on large datasets. For massive inputs, several different computational models have been introduced, including the streaming model, the distributed communication model, and the massively parallel computation (MPC) model that is a common abstraction of MapReduce-style computation. In each model, algorithms are analyzed in terms of resources such as space used or rounds of communication needed, in addition to the more traditional approximation ratio.

In this paper, we give a single unified approach that yields better approximation algorithms for matching and vertex cover in all these models. For example, we give:

  • The first one pass, significantly-better-than-2-approximation for matching in the random arrival order streaming model that uses subquadratic space, namely a 1.5-approximation streaming algorithm that uses O (n^1.5) space.


  • The first 2 round, better-than-2-approximation for matching in the MPC model that uses subquadratic space per machine, namely a 1.5-approximation algorithm with O (sqrt(mn)+n) memory per machine.


By building on our unified approach, we further develop parallel algorithms in the MPC model that give a (1+ε)-approximation to matching and an O(1)-approximation to vertex cover in only O(log log n) MPC rounds and O(n/polylog(n)) memory per machine. These results settle multiple open questions posed in the recent paper of Czumaj et al. [STOC 2018].

We obtain our results by a novel combination of two previously disjoint set of techniques, namely randomized composable coresets and edge degree constrained subgraphs (EDCS). We significantly extend the power of these techniques and prove several new structural results. For example, we show that an EDCS is a sparse certificate for large matchings and small vertex covers that is quite robust to sampling and composition.
Conference version: [PDF]
Full version: [arXiv]
Presentation slides: [PDF]
BibTex: [DBLP]