Local Algorithms for Bounded Degree Sparsifiers in Sparse Graphs
Shay Solomon

TL;DR
This paper introduces local algorithms for constructing bounded degree sparsifiers in sparse graphs, enabling efficient approximation of vertex cover, matching, and independent set with minimal communication rounds.
Contribution
It develops the first local algorithms for bounded degree sparsifiers in unweighted sparse graphs, applicable to vertex cover, matching, and independent set problems.
Findings
Single-round algorithms for degree-bounded sparsifiers
Extensions of distributed algorithms to graphs with higher arboricity
Approximation guarantees increased by a factor of (1+ε)
Abstract
In graph sparsification, the goal has almost always been of {global} nature: compress a graph into a smaller subgraph ({sparsifier}) that maintains certain features of the original graph. Algorithms can then run on the sparsifier, which in many cases leads to improvements in the overall runtime and memory. This paper studies sparsifiers that have bounded (maximum) degree, and are thus {locally} sparse, aiming to improve local measures of runtime and memory. To improve those local measures, it is important to be able to compute such sparsifiers {locally}. We initiate the study of local algorithms for bounded degree sparsifiers in unweighted sparse graphs, focusing on the problems of vertex cover, matching, and independent set. Let be a slack parameter and be a density parameter. We devise local algorithms for computing: (1) A -vertex cover…
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 · Optimization and Search Problems · Stochastic Gradient Optimization Techniques
