Query Complexity of Global Minimum Cut
Arijit Bishnu, Arijit Ghosh, Gopinath Mishra, Manaswi Paraashar

TL;DR
This paper develops a randomized algorithm to approximate the minimum cut size in a graph using local queries, matching known lower bounds and resolving the query complexity for this problem.
Contribution
It introduces an optimal query complexity algorithm for estimating minimum cut size and establishes tight lower bounds for deciding and finding minimum cuts with local queries.
Findings
The algorithm approximates minimum cut size with high probability using minimal queries.
Lower bounds show that certain decision and exact minimum cut problems require linear queries in the number of edges.
Results hold even with additional random edge queries, confirming the bounds' robustness.
Abstract
In this work, we resolve the query complexity of global minimum cut problem for a graph by designing a randomized algorithm for approximating the size of minimum cut in a graph, where the graph can be accessed through local queries like {\sc Degree}, {\sc Neighbor}, and {\sc Adjacency} queries. Given , the algorithm with high probability outputs an estimate satisfying the following , where is the number of edges in the graph and is the size of minimum cut in the graph. The expected number of local queries used by our algorithm is where is the number of vertices in the graph. Eden and Rosenbaum showed that many local queries are required for approximating the size of minimum cut in graphs. These…
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.
