Estimating Graph Parameters from Random Order Streams
Pan Peng, Christian Sohler

TL;DR
This paper introduces a novel technique for converting constant-time approximation algorithms into random order streaming algorithms, enabling efficient estimation of graph parameters with provable guarantees.
Contribution
The authors present a new algorithmic approach that transforms existing approximation algorithms into streaming algorithms for graphs in random order models.
Findings
Approximate number of connected components with additive error using specific space bounds.
Estimate minimum spanning tree weight within a multiplicative factor with defined space complexity.
Approximate maximum independent set size in planar graphs with particular space requirements.
Abstract
We develop a new algorithmic technique that allows to transfer some constant time approximation algorithms for general graphs into random order streaming algorithms. We illustrate our technique by proving that in random order streams with probability at least , the number of connected components of can be approximated up to an additive error of using space, the weight of a minimum spanning tree of a connected input graph with integer edges weights from can be approximated within a multiplicative factor of using space, the size of a maximum independent set in planar graphs can be approximated within a multiplicative factor of using space…
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 · Stochastic Gradient Optimization Techniques · Caching and Content Delivery
