Breaking the O(mn)-Time Barrier for Vertex-Weighted Global Minimum Cut
Julia Chuzhoy, Ohad Trabelsi

TL;DR
This paper introduces a randomized algorithm that significantly improves the running time for solving the general weighted global minimum vertex cut problem, breaking a long-standing computational complexity barrier.
Contribution
It presents the first algorithm with sub-quadratic time complexity for the general weighted case, surpassing the 28-year-old bound for this problem.
Findings
Achieves a running time of O(min{mn^{0.99+o(1)}, m^{1.5+o(1)}})
Breaks the longstanding O(mn) time barrier for the problem
Provides a randomized approach with practical efficiency improvements.
Abstract
We consider the Global Minimum Vertex-Cut problem: given an undirected vertex-weighted graph , compute a minimum-weight subset of its vertices whose removal disconnects . The problem is closely related to Global Minimum Edge-Cut, where the weights are on the graph edges instead of vertices, and the goal is to compute a minimum-weight subset of edges whose removal disconnects the graph. Global Minimum Cut is one of the most basic and extensively studied problems in combinatorial optimization and graph theory. While an almost-linear time algorithm was known for the edge version of the problem for awhile (Karger, STOC 1996 and J. ACM 2000), the fastest previous algorithm for the vertex version (Henzinger, Rao and Gabow, FOCS 1996 and J. Algorithms 2000) achieves a running time of , where and denote the number of edges and vertices in the input graph,…
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
TopicsVLSI and FPGA Design Techniques · Manufacturing Process and Optimization · Scheduling and Optimization Algorithms
