Computing exact minimum cuts without knowing the graph
Aviad Rubinstein, Tselil Schramm, S. Matthew Weinberg

TL;DR
This paper introduces query-efficient algorithms for exactly computing minimum cuts in unweighted, undirected graphs without prior graph knowledge, significantly reducing the number of queries needed compared to learning the entire graph.
Contribution
It presents novel algorithms that find exact minimum s-t cuts and global minimum cuts with fewer queries than full graph reconstruction, inspired by submodular function minimization.
Findings
Exact s-t cut computed with ~O(n^{5/3}) queries
Global min cut computed with ~O(n) queries
Graph learning requires ~Θ(n^2) queries
Abstract
We give query-efficient algorithms for the global min-cut and the s-t cut problem in unweighted, undirected graphs. Our oracle model is inspired by the submodular function minimization problem: on query , the oracle returns the size of the cut between and . We provide algorithms computing an exact minimum - cut in with queries, and computing an exact global minimum cut of with only queries (while learning the graph requires queries).
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Computational Geometry and Mesh Generation
