On the cut-query complexity of approximating max-cut
Orestis Plevrakis, Seyoon Ragavan, S. Matthew Weinberg

TL;DR
This paper investigates the query complexity of approximating the max-cut problem in weighted graphs within the value oracle model, establishing bounds for deterministic and randomized algorithms and revealing a phase transition at a 1/2 approximation ratio.
Contribution
It provides the first lower bounds for max-cut approximation in the cut query model and introduces efficient algorithms with tight bounds, highlighting a phase transition at 1/2.
Findings
Deterministic algorithms need Ω(n) queries for c > 1/2 approximation.
Randomized algorithms can achieve c < 1 approximation with ~O(n) queries.
Phase transition at c=1/2: deterministic O(log n) queries for c<1/2, randomized Ω(n/log n) for c>1/2.
Abstract
We consider the problem of query-efficient global max-cut on a weighted undirected graph in the value oracle model examined by [RSW18]. Graph algorithms in this cut query model and other query models have recently been studied for various other problems such as min-cut, connectivity, bipartiteness, and triangle detection. Max-cut in the cut query model can also be viewed as a natural special case of submodular function maximization: on query , the oracle returns the total weight of the cut between and . Our first main technical result is a lower bound stating that a deterministic algorithm achieving a -approximation for any requires queries. This uses an extension of the cut dimension to rule out approximation (prior work of [GPRW20] introducing the cut dimension only rules out exact solutions). Secondly, we provide a…
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.
