Simple Round Compression for Parallel Vertex Cover
Sepehr Assadi

TL;DR
This paper presents a simplified parallel algorithm for approximating the minimum vertex cover with a logarithmic approximation factor, achieving significantly fewer MPC rounds than previous methods by adapting and compressing existing distributed algorithms.
Contribution
It introduces a simpler MPC algorithm for vertex cover that compresses multiple rounds into fewer rounds, with a trade-off in approximation quality.
Findings
Achieves an O(log n) approximation in O(log log n) MPC rounds.
Simplifies analysis compared to previous algorithms for vertex cover.
Reduces complexity by avoiding intricate steps of prior methods.
Abstract
Recently, Czumaj et.al. (arXiv 2017) presented a parallel (almost) -approximation algorithm for the maximum matching problem in only rounds of the massive parallel computation (MPC) framework, when the memory per machine is . The main approach in their work is a way of compressing rounds of a distributed algorithm for maximum matching into only MPC rounds. In this note, we present a similar algorithm for the closely related problem of approximating the minimum vertex cover in the MPC framework. We show that one can achieve an approximation to minimum vertex cover in only MPC rounds when the memory per machine is . Our algorithm for vertex cover is similar to the maximum matching algorithm of Czumaj et.al. but avoids many of the intricacies in their approach and as a result admits a…
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
TopicsParallel Computing and Optimization Techniques · Interconnection Networks and Systems · Advanced Data Storage Technologies
