Space Complexity of Minimum Cut Problems in Single-Pass Streams
Matthew Ding, Alexandro Garces, Jason Li, Honghao Lin, Jelani Nelson,, Vihan Shah, David P. Woodruff

TL;DR
This paper develops space-efficient streaming algorithms for approximating and exactly computing minimum cuts in graphs, breaking previous lower bounds and providing near-optimal solutions with fast update times.
Contribution
It introduces a space- and time-efficient streaming algorithm for spectral cut approximation that surpasses prior lower bounds, and presents an exact minimum cut algorithm in random order streams.
Findings
An $ ilde{O}(n/ ext{epsilon})$ space algorithm for spectral cut approximation.
A near-optimal space algorithm for minimum cut and effective resistances.
An $ ilde{O}(n)$ space algorithm for exact minimum cut in random order streams.
Abstract
We consider the problem of finding a minimum cut of a weighted graph presented as a single-pass stream. While graph sparsification in streams has been intensively studied, the specific application of finding minimum cuts in streams is less well-studied. To this end, we show upper and lower bounds on minimum cut problems in insertion-only streams for a variety of settings, including for both randomized and deterministic algorithms, for both arbitrary and random order streams, and for both approximate and exact algorithms. One of our main results is an space algorithm with fast update time for approximating a spectral cut query with high probability on a stream given in an arbitrary order. Our result breaks the space lower bound required of a sparsifier that approximates all cuts simultaneously. Using this result, we provide…
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.
