Streaming Complexity Separations for Dense and Sparse Graphs
Yang P. Liu, Hoai-An Nguyen, Noah G. Singer, David P. Woodruff

TL;DR
This paper establishes fundamental space complexity separations for the Maximum Cut problem in streaming models, contrasting dense and sparse graphs, and extends techniques to related problems like Densest Subgraph and CSPs.
Contribution
It provides tight bounds and demonstrates a sharp separation in streaming space complexity for approximate Maximum Cut in dense versus sparse graphs.
Findings
Dense graphs require O(n/ε^2) space, sparse graphs need Ω(n log(ε^2 n)/ε^2) space
Deterministic algorithms need Ω(n log n/ε^2) space for (1-ε) approximation
Similar techniques apply to Densest Subgraph and certain CSPs, improving space bounds
Abstract
We identify a sharp separation in the streaming space complexity of Maximum Cut when the algorithm must output an approximate cut (rather than only the approximate value). For dense graphs, we show that space is sufficient and that space is necessary. In contrast, for graphs with edges, the situation is markedly different: we show that the problem requires space for any , which is tight for the full range of . We also give an -space lower bound against deterministic algorithms for outputting a approximation to the value of the maximum cut. Using similar techniques we prove an analogous sharp separation in the streaming space complexity of Densest Subgraph and show that for every…
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.
