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

Symposium on Discrete Algorithms(2017)

引用 35|浏览130
暂无评分
摘要
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. The highlights include: * The first one pass, significantly-better-than-2-approximation for matching in random arrival streams that uses subquadratic space, namely a (1.5+ϵ)-approximation streaming algorithm that uses O(n^1.5) space for constant ϵ > 0. * 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(√(mn) + n) memory per machine for constant ϵ > 0. 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(loglogn) 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].
更多
查看译文
关键词
massive graphs,vertex cover,matching,algorithms
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要