Streaming Lower Bounds for Approximating MAX-CUT
Michael Kapralov, Sanjeev Khanna, Madhu Sudan

TL;DR
This paper proves that significantly better than 2-approximation for max cut in streaming models requires at least roughly square root of n space, establishing fundamental space lower bounds for approximating max cut.
Contribution
It establishes the first non-trivial space lower bounds for approximating max cut in streaming models, showing that beating the 2-approximation barrier requires substantial space.
Findings
Any algorithm breaking the 2-approximation barrier needs ilde{ ext{O}}(\u221a{n}) space.
ilde{ ext{O}}(\u221a{n}) space is necessary to distinguish bipartite graphs from those far from bipartite.
Achieving a (1+)-approximation requires space close to n, specifically n^{1 - O()}.
Abstract
We consider the problem of estimating the value of max cut in a graph in the streaming model of computation. At one extreme, there is a trivial -approximation for this problem that uses only space, namely, count the number of edges and output half of this value as the estimate for max cut value. On the other extreme, if one allows space, then a near-optimal solution to the max cut value can be obtained by storing an -size sparsifier that essentially preserves the max cut. An intriguing question is if poly-logarithmic space suffices to obtain a non-trivial approximation to the max-cut value (that is, beating the factor ). It was recently shown that the problem of estimating the size of a maximum matching in a graph admits a non-trivial approximation in poly-logarithmic space. Our main result is that any streaming algorithm that breaks the…
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
Streaming Lower Bounds for Approximating MAX-CUT· youtube
Streaming Lower Bounds for Approximating MAX-CUT· youtube
Taxonomy
TopicsComplexity and Algorithms in Graphs · Privacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques
