Deterministic Min-cut in Poly-logarithmic Max-flows

11/03/2021
by   Jason Li, et al.
0

We give a deterministic algorithm for finding the minimum (weight) cut of an undirected graph on n vertices and m edges using polylog(n) calls to any maximum flow subroutine. Using the current best deterministic maximum flow algorithms, this yields an overall running time of Õ(m ·min(√(m), n^2/3)) for weighted graphs, and m^4/3+o(1) for unweighted (multi)-graphs. This marks the first improvement for this problem since a running time bound of Õ(mn) was established by several papers in the early 1990s. To obtain this result, we introduce a new tool for finding minimum cuts of an undirected graph: *isolating cuts*. Given a set of vertices R, this entails finding cuts of minimum weight that separate (or isolate) each individual vertex v∈ R from the rest of the vertices R∖{v}. Naïvely, this can be done using |R| maxflow calls, but we show that just O(log |R|) suffice for finding isolating cuts for any set of vertices R. We call this the *isolating cut lemma*.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/07/2021

Faster Cut-Equivalent Trees in Simple Graphs

Let G = (V, E) be an undirected connected simple graph on n vertices. A ...
research
02/07/2018

Current Flow Group Closeness Centrality for Complex Networks

Current flow closeness centrality (CFCC) has a better discriminating abi...
research
06/20/2022

Finding k-Secluded Trees Faster

We revisit the k-Secluded Tree problem. Given a vertex-weighted undirect...
research
07/18/2018

Fast and Deterministic Approximations for k-Cut

In an undirected graph, a k-cut is a set of edges whose removal breaks t...
research
10/09/2019

Minimum Cuts in Surface Graphs

We describe algorithms to efficiently compute minimum (s,t)-cuts and glo...
research
09/03/2020

MAX CUT in Weighted Random Intersection Graphs and Discrepancy of Sparse Random Set Systems

Let V be a set of n vertices, M a set of m labels, and let 𝐑 be an m × n...
research
07/01/2021

L_p Isotonic Regression Algorithms Using an L_0 Approach

Significant advances in maximum flow algorithms have changed the relativ...

Please sign up or login with your details

Forgot password? Click here to reset