A General Framework for Graph Sparsification
Ramesh Hariharan, Debmalya Panigrahi

TL;DR
This paper introduces a versatile framework for graph sparsification that improves computational efficiency, confirms the effectiveness of standard connectivity sampling, and simplifies proofs for effective resistance and strong connectivity sampling methods.
Contribution
The authors present a generic framework for graph sparsification, improving time complexities and providing simplified proofs for sampling methods, including resolving an open question.
Findings
Improved sparsification algorithms with faster time complexities.
Standard connectivities sampling yields effective sparsifiers, resolving an open question.
Sampling with strong connectivities also produces good sparsifiers, with simplified proofs.
Abstract
Given a weighted graph and an error parameter , the {\em graph sparsification} problem requires sampling edges in and giving the sampled edges appropriate weights to obtain a sparse graph (containing O(n\log n) edges in expectation) with the following property: the weight of every cut in is within a factor of of the weight of the corresponding cut in . We provide a generic framework that sets out sufficient conditions for any particular sampling scheme to result in good sparsifiers, and obtain a set of results by simple instantiations of this framework. The results we obtain include the following: (1) We improve the time complexity of graph sparsification from O(m\log^3 n) to O(m + n\log^4 n) for graphs with polynomial edge weights. (2) We improve the time complexity of graph sparsification from O(m\log^3 n) to…
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 · Advanced Graph Theory Research
