Learning-Augmented Streaming Algorithms for Approximating MAX-CUT
Yinhao Dong, Pan Peng, Ali Vakilian

TL;DR
This paper introduces a learning-augmented streaming algorithm that surpasses the classical 1/2-approximation barrier for MAX-CUT using minimal space by leveraging an oracle with probabilistic accuracy.
Contribution
It presents a novel approach that uses a machine-learned oracle to improve MAX-CUT approximation in streaming models with low space complexity.
Findings
Achieves approximation of 1/2 + Ω(ε^2) with O(poly(1/ε)) space in insertion-only streams.
Extends the approach to fully dynamic streams with poly(1/ε, log n) space.
Surpasses the classical 1/2-approximation barrier using learning-augmented methods.
Abstract
We study learning-augmented streaming algorithms for estimating the value of MAX-CUT in a graph. In the classical streaming model, while a -approximation for estimating the value of MAX-CUT can be trivially achieved with words of space, Kapralov and Krachun [STOC'19] showed that this is essentially the best possible: for any , any (randomized) single-pass streaming algorithm that achieves an approximation ratio of at least requires space. We show that it is possible to surpass the -approximation barrier using just words of space by leveraging a (machine learned) oracle. Specifically, we consider streaming algorithms that are equipped with an -accurate oracle that for each vertex in the graph, returns its correct label in , corresponding to an optimal MAX-CUT solution in…
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.
