Deterministic Edge Connectivity in Near-Linear Time Ken-ichi - - PowerPoint PPT Presentation

deterministic edge connectivity in near linear time
SMART_READER_LITE
LIVE PREVIEW

Deterministic Edge Connectivity in Near-Linear Time Ken-ichi - - PowerPoint PPT Presentation

Deterministic Edge Connectivity in Near-Linear Time Ken-ichi Kawarabayashi National Institute of Informatics, Japan Mikkel Thorup University of Copenhagen Edge connectivity and global min-cut Simple graph G = ( V , E ) (no parallel edges).


slide-1
SLIDE 1

Deterministic Edge Connectivity in Near-Linear Time

Ken-ichi Kawarabayashi National Institute of Informatics, Japan Mikkel Thorup University of Copenhagen

slide-2
SLIDE 2

Edge connectivity and global min-cut

◮ Simple graph G = (V, E) (no parallel edges). ◮ Edge connectivity is smallest number of edges whose

removal disconnects G.

◮ Cut defined by U ⊆ V, ∅ = U = V.

Two sides U and T = V \ U, cut edges E(U, T) = ∂U = ∂T between sides.

◮ Result Find edge connectivity including minimum cut

deterministically in near linear time.

slide-3
SLIDE 3

Edge connectivity and global min-cut

◮ Simple graph G = (V, E) (no parallel edges). ◮ Edge connectivity is smallest number of edges whose

removal disconnects G.

◮ Cut defined by U ⊆ V, ∅ = U = V.

Two sides U and T = V \ U, cut edges E(U, T) = ∂U = ∂T between sides.

◮ Result Find edge connectivity including minimum cut

deterministically in near linear time.

slide-4
SLIDE 4

Edge connectivity and global min-cut

◮ Simple graph G = (V, E) (no parallel edges). ◮ Edge connectivity is smallest number of edges whose

removal disconnects G.

U

◮ Cut defined by U ⊆ V, ∅ = U = V.

Two sides U and T = V \ U, cut edges E(U, T) = ∂U = ∂T between sides.

◮ Result Find edge connectivity including minimum cut

deterministically in near linear time.

slide-5
SLIDE 5

Edge connectivity and global min-cut

◮ Simple graph G = (V, E) (no parallel edges). ◮ Edge connectivity is smallest number of edges whose

removal disconnects G.

U

◮ Cut defined by U ⊆ V, ∅ = U = V.

Two sides U and T = V \ U, cut edges E(U, T) = ∂U = ∂T between sides.

◮ Result Find edge connectivity including minimum cut

deterministically in near linear time.

slide-6
SLIDE 6

History

n = |V|, m = |E|, edge conectivity λ ≤ min-degree δ ≤ 2m/n.

◮ [Gomory Hu 1961] global min-cut via n − 1 min s-t cuts ◮ [Even Tarjan 1975] s-t cut for multigraphs in O(m3/2) time

→ global min-cut for multigraphs in O(nm3/2) time.

◮ [Podderyugin 1973] global min-cut for simple graphs in

O(λn2) = O(nm) time. Same bound [Karzanov and Timofeev 1986, Matula 1987]

◮ [Nagamochi Ibaraki 1990] Global min-cut for weighted

graphs in O(nm + n2 log n) time. Same bound [Hao Orlin 1992, Frank 1994, Stoer and Wagner 1997]

◮ [Nagamochi Ibaraki 1992] In O(m) time, find subgraph with

O(kn) edges preserving k-edge connectivity (unweighted).

◮ [Matula 1993] Linear time (2 + ε)-approximation of the

edge-connectivity λ.

◮ In O(m) time, find subgraph with O(λn) edges and same

edge-connectivity λ. → Henceforth assume m = Θ(λn).

slide-7
SLIDE 7

History

n = |V|, m = |E|, edge conectivity λ ≤ min-degree δ ≤ 2m/n.

◮ [Gomory Hu 1961] global min-cut via n − 1 min s-t cuts ◮ [Even Tarjan 1975] s-t cut for multigraphs in O(m3/2) time

→ global min-cut for multigraphs in O(nm3/2) time.

◮ [Podderyugin 1973] global min-cut for simple graphs in

O(λn2) = O(nm) time. Same bound [Karzanov and Timofeev 1986, Matula 1987]

◮ [Nagamochi Ibaraki 1990] Global min-cut for weighted

graphs in O(nm + n2 log n) time. Same bound [Hao Orlin 1992, Frank 1994, Stoer and Wagner 1997]

◮ [Nagamochi Ibaraki 1992] In O(m) time, find subgraph with

O(kn) edges preserving k-edge connectivity (unweighted).

◮ [Matula 1993] Linear time (2 + ε)-approximation of the

edge-connectivity λ.

◮ In O(m) time, find subgraph with O(λn) edges and same

edge-connectivity λ. → Henceforth assume m = Θ(λn).

slide-8
SLIDE 8

History

n = |V|, m = |E|, edge conectivity λ ≤ min-degree δ ≤ 2m/n.

◮ [Gomory Hu 1961] global min-cut via n − 1 min s-t cuts ◮ [Even Tarjan 1975] s-t cut for multigraphs in O(m3/2) time

→ global min-cut for multigraphs in O(nm3/2) time.

◮ [Podderyugin 1973] global min-cut for simple graphs in

O(λn2) = O(nm) time. Same bound [Karzanov and Timofeev 1986, Matula 1987]

◮ [Nagamochi Ibaraki 1990] Global min-cut for weighted

graphs in O(nm + n2 log n) time. Same bound [Hao Orlin 1992, Frank 1994, Stoer and Wagner 1997]

◮ [Nagamochi Ibaraki 1992] In O(m) time, find subgraph with

O(kn) edges preserving k-edge connectivity (unweighted).

◮ [Matula 1993] Linear time (2 + ε)-approximation of the

edge-connectivity λ.

◮ In O(m) time, find subgraph with O(λn) edges and same

edge-connectivity λ. → Henceforth assume m = Θ(λn).

slide-9
SLIDE 9

History

n = |V|, m = |E|, edge conectivity λ ≤ min-degree δ ≤ 2m/n.

◮ [Gomory Hu 1961] global min-cut via n − 1 min s-t cuts ◮ [Even Tarjan 1975] s-t cut for multigraphs in O(m3/2) time

→ global min-cut for multigraphs in O(nm3/2) time.

◮ [Podderyugin 1973] global min-cut for simple graphs in

O(λn2) = O(nm) time. Same bound [Karzanov and Timofeev 1986, Matula 1987]

◮ [Nagamochi Ibaraki 1990] Global min-cut for weighted

graphs in O(nm + n2 log n) time. Same bound [Hao Orlin 1992, Frank 1994, Stoer and Wagner 1997]

◮ [Nagamochi Ibaraki 1992] In O(m) time, find subgraph with

O(kn) edges preserving k-edge connectivity (unweighted).

◮ [Matula 1993] Linear time (2 + ε)-approximation of the

edge-connectivity λ.

◮ In O(m) time, find subgraph with O(λn) edges and same

edge-connectivity λ. → Henceforth assume m = Θ(λn).

slide-10
SLIDE 10

History

n = |V|, m = |E|, edge conectivity λ ≤ min-degree δ ≤ 2m/n.

◮ [Gomory Hu 1961] global min-cut via n − 1 min s-t cuts ◮ [Even Tarjan 1975] s-t cut for multigraphs in O(m3/2) time

→ global min-cut for multigraphs in O(nm3/2) time.

◮ [Podderyugin 1973] global min-cut for simple graphs in

O(λn2) = O(nm) time. Same bound [Karzanov and Timofeev 1986, Matula 1987]

◮ [Nagamochi Ibaraki 1990] Global min-cut for weighted

graphs in O(nm + n2 log n) time. Same bound [Hao Orlin 1992, Frank 1994, Stoer and Wagner 1997]

◮ [Nagamochi Ibaraki 1992] In O(m) time, find subgraph with

O(kn) edges preserving k-edge connectivity (unweighted).

◮ [Matula 1993] Linear time (2 + ε)-approximation of the

edge-connectivity λ.

◮ In O(m) time, find subgraph with O(λn) edges and same

edge-connectivity λ. → Henceforth assume m = Θ(λn).

slide-11
SLIDE 11

History

n = |V|, m = |E|, edge conectivity λ ≤ min-degree δ ≤ 2m/n.

◮ [Gomory Hu 1961] global min-cut via n − 1 min s-t cuts ◮ [Even Tarjan 1975] s-t cut for multigraphs in O(m3/2) time

→ global min-cut for multigraphs in O(nm3/2) time.

◮ [Podderyugin 1973] global min-cut for simple graphs in

O(λn2) = O(nm) time. Same bound [Karzanov and Timofeev 1986, Matula 1987]

◮ [Nagamochi Ibaraki 1990] Global min-cut for weighted

graphs in O(nm + n2 log n) time. Same bound [Hao Orlin 1992, Frank 1994, Stoer and Wagner 1997]

◮ [Nagamochi Ibaraki 1992] In O(m) time, find subgraph with

O(kn) edges preserving k-edge connectivity (unweighted).

◮ [Matula 1993] Linear time (2 + ε)-approximation of the

edge-connectivity λ.

◮ In O(m) time, find subgraph with O(λn) edges and same

edge-connectivity λ. → Henceforth assume m = Θ(λn).

slide-12
SLIDE 12

History

n = |V|, m = |E|, edge conectivity λ ≤ min-degree δ ≤ 2m/n.

◮ [Gomory Hu 1961] global min-cut via n − 1 min s-t cuts ◮ [Even Tarjan 1975] s-t cut for multigraphs in O(m3/2) time

→ global min-cut for multigraphs in O(nm3/2) time.

◮ [Podderyugin 1973] global min-cut for simple graphs in

O(λn2) = O(nm) time. Same bound [Karzanov and Timofeev 1986, Matula 1987]

◮ [Nagamochi Ibaraki 1990] Global min-cut for weighted

graphs in O(nm + n2 log n) time. Same bound [Hao Orlin 1992, Frank 1994, Stoer and Wagner 1997]

◮ [Nagamochi Ibaraki 1992] In O(m) time, find subgraph with

O(kn) edges preserving k-edge connectivity (unweighted).

◮ [Matula 1993] Linear time (2 + ε)-approximation of the

edge-connectivity λ.

◮ In O(m) time, find subgraph with O(λn) edges and same

edge-connectivity λ. → Henceforth assume m = Θ(λn).

slide-13
SLIDE 13

History

n = |V|, m = |E|, edge conectivity λ ≤ min-degree δ ≤ 2m/n.

◮ [Gomory Hu 1961] global min-cut via n − 1 min s-t cuts ◮ [Even Tarjan 1975] s-t cut for multigraphs in O(m3/2) time

→ global min-cut for multigraphs in O(nm3/2) time.

◮ [Podderyugin 1973] global min-cut for simple graphs in

O(λn2) = O(nm) time. Same bound [Karzanov and Timofeev 1986, Matula 1987]

◮ [Nagamochi Ibaraki 1990] Global min-cut for weighted

graphs in O(nm + n2 log n) time. Same bound [Hao Orlin 1992, Frank 1994, Stoer and Wagner 1997]

◮ [Nagamochi Ibaraki 1992] In O(m) time, find subgraph with

O(kn) edges preserving k-edge connectivity (unweighted).

◮ [Matula 1993] Linear time (2 + ε)-approximation of the

edge-connectivity λ.

◮ In O(m) time, find subgraph with O(λn) edges and same

edge-connectivity λ. → Henceforth assume m = Θ(λn).

slide-14
SLIDE 14

History cont’d

n = |V|, m = |E|, edge conectivity λ = Θ(m/n).

◮ [Gabow 1993] Global min-cut in O(λm log(n/λ)) time for

simple graphs. Implicit O(λm log n) for multigraphs.

◮ 1993 Karger starts applying randomized Monte Carlo to

global min-cut (never sure that there is no smaller cut)

◮ [Karger and Stein 1993] Global min-cut in O(n2 log3 n) time

but randomized Monte Carlo.

◮ [Karger 1994] Global min-cut in O(

√ λ m) time but randomized Monte Carlo.

◮ [Karger 1996] Global min-cut in O(m log3 n) time even for

weighted graphs but randomized Monte Carlo.

◮ [Karger 1996] Most efficient way to verify min-cut (for Las

Vegas) is using Gabow’s deterministic algorithm.

◮ [This paper] Global min-cut deterministically for simple

graphs in O(m log12 n) = O(m) time.

slide-15
SLIDE 15

History cont’d

n = |V|, m = |E|, edge conectivity λ = Θ(m/n).

◮ [Gabow 1993] Global min-cut in O(λm log(n/λ)) time for

simple graphs. Implicit O(λm log n) for multigraphs.

◮ 1993 Karger starts applying randomized Monte Carlo to

global min-cut (never sure that there is no smaller cut)

◮ [Karger and Stein 1993] Global min-cut in O(n2 log3 n) time

but randomized Monte Carlo.

◮ [Karger 1994] Global min-cut in O(

√ λ m) time but randomized Monte Carlo.

◮ [Karger 1996] Global min-cut in O(m log3 n) time even for

weighted graphs but randomized Monte Carlo.

◮ [Karger 1996] Most efficient way to verify min-cut (for Las

Vegas) is using Gabow’s deterministic algorithm.

◮ [This paper] Global min-cut deterministically for simple

graphs in O(m log12 n) = O(m) time.

slide-16
SLIDE 16

History cont’d

n = |V|, m = |E|, edge conectivity λ = Θ(m/n).

◮ [Gabow 1993] Global min-cut in O(λm log(n/λ)) time for

simple graphs. Implicit O(λm log n) for multigraphs.

◮ 1993 Karger starts applying randomized Monte Carlo to

global min-cut (never sure that there is no smaller cut)

◮ [Karger and Stein 1993] Global min-cut in O(n2 log3 n) time

but randomized Monte Carlo.

◮ [Karger 1994] Global min-cut in O(

√ λ m) time but randomized Monte Carlo.

◮ [Karger 1996] Global min-cut in O(m log3 n) time even for

weighted graphs but randomized Monte Carlo.

◮ [Karger 1996] Most efficient way to verify min-cut (for Las

Vegas) is using Gabow’s deterministic algorithm.

◮ [This paper] Global min-cut deterministically for simple

graphs in O(m log12 n) = O(m) time.

slide-17
SLIDE 17

History cont’d

n = |V|, m = |E|, edge conectivity λ = Θ(m/n).

◮ [Gabow 1993] Global min-cut in O(λm log(n/λ)) time for

simple graphs. Implicit O(λm log n) for multigraphs.

◮ 1993 Karger starts applying randomized Monte Carlo to

global min-cut (never sure that there is no smaller cut)

◮ [Karger and Stein 1993] Global min-cut in O(n2 log3 n) time

but randomized Monte Carlo.

◮ [Karger 1994] Global min-cut in O(

√ λ m) time but randomized Monte Carlo.

◮ [Karger 1996] Global min-cut in O(m log3 n) time even for

weighted graphs but randomized Monte Carlo.

◮ [Karger 1996] Most efficient way to verify min-cut (for Las

Vegas) is using Gabow’s deterministic algorithm.

◮ [This paper] Global min-cut deterministically for simple

graphs in O(m log12 n) = O(m) time.

slide-18
SLIDE 18

History cont’d

n = |V|, m = |E|, edge conectivity λ = Θ(m/n).

◮ [Gabow 1993] Global min-cut in O(λm log(n/λ)) time for

simple graphs. Implicit O(λm log n) for multigraphs.

◮ 1993 Karger starts applying randomized Monte Carlo to

global min-cut (never sure that there is no smaller cut)

◮ [Karger and Stein 1993] Global min-cut in O(n2 log3 n) time

but randomized Monte Carlo.

◮ [Karger 1994] Global min-cut in O(

√ λ m) time but randomized Monte Carlo.

◮ [Karger 1996] Global min-cut in O(m log3 n) time even for

weighted graphs but randomized Monte Carlo.

◮ [Karger 1996] Most efficient way to verify min-cut (for Las

Vegas) is using Gabow’s deterministic algorithm.

◮ [This paper] Global min-cut deterministically for simple

graphs in O(m log12 n) = O(m) time.

slide-19
SLIDE 19

History cont’d

n = |V|, m = |E|, edge conectivity λ = Θ(m/n).

◮ [Gabow 1993] Global min-cut in O(λm log(n/λ)) time for

simple graphs. Implicit O(λm log n) for multigraphs.

◮ 1993 Karger starts applying randomized Monte Carlo to

global min-cut (never sure that there is no smaller cut)

◮ [Karger and Stein 1993] Global min-cut in O(n2 log3 n) time

but randomized Monte Carlo.

◮ [Karger 1994] Global min-cut in O(

√ λ m) time but randomized Monte Carlo.

◮ [Karger 1996] Global min-cut in O(m log3 n) time even for

weighted graphs but randomized Monte Carlo.

◮ [Karger 1996] Most efficient way to verify min-cut (for Las

Vegas) is using Gabow’s deterministic algorithm.

◮ [This paper] Global min-cut deterministically for simple

graphs in O(m log12 n) = O(m) time.

slide-20
SLIDE 20

History cont’d

n = |V|, m = |E|, edge conectivity λ = Θ(m/n).

◮ [Gabow 1993] Global min-cut in O(λm log(n/λ)) time for

simple graphs. Implicit O(λm log n) for multigraphs.

◮ 1993 Karger starts applying randomized Monte Carlo to

global min-cut (never sure that there is no smaller cut)

◮ [Karger and Stein 1993] Global min-cut in O(n2 log3 n) time

but randomized Monte Carlo.

◮ [Karger 1994] Global min-cut in O(

√ λ m) time but randomized Monte Carlo.

◮ [Karger 1996] Global min-cut in O(m log3 n) time even for

weighted graphs but randomized Monte Carlo.

◮ [Karger 1996] Most efficient way to verify min-cut (for Las

Vegas) is using Gabow’s deterministic algorithm.

◮ [This paper] Global min-cut deterministically for simple

graphs in O(m log12 n) = O(m) time.

slide-21
SLIDE 21

Underlying result

◮ For simple graph with min-degree δ, in near-linear time,

contract edges producing graph G with m = O(m/δ) edges, preserving all non-trivial min-cuts of G.

◮ A cut is trivial if one side is a single vertex. ◮ Multigraph?

slide-22
SLIDE 22

Underlying result

◮ For simple graph with min-degree δ, in near-linear time,

contract edges producing graph G with m = O(m/δ) edges, preserving all non-trivial min-cuts of G.

◮ A cut is trivial if one side is a single vertex.

non−trivial trivial

◮ Multigraph?

slide-23
SLIDE 23

Underlying result

◮ For simple graph with min-degree δ, in near-linear time,

contract edges producing graph G with m = O(m/δ) edges, preserving all non-trivial min-cuts of G.

◮ A cut is trivial if one side is a single vertex.

non−trivial trivial

◮ Multigraph?

slide-24
SLIDE 24

Underlying result

◮ For simple graph with min-degree δ, in near-linear time,

contract edges producing graph G with m = O(m/δ) edges, preserving all non-trivial min-cuts of G.

◮ A cut is trivial if one side is a single vertex.

non−trivial trivial

◮ Multigraph?

slide-25
SLIDE 25

Underlying result

◮ For simple graph with min-degree δ, in near-linear time,

contract edges producing graph G with m = O(m/δ) edges, preserving all non-trivial min-cuts of G.

◮ A cut is trivial if one side is a single vertex.

non−trivial trivial

◮ Multigraph?

all edges in non-trivial min-cuts.

slide-26
SLIDE 26

Underlying result

◮ For simple graph with min-degree δ, in near-linear time,

contract edges producing graph G with m = O(m/δ) edges, preserving all non-trivial min-cuts of G.

◮ A cut is trivial if one side is a single vertex.

non−trivial trivial

◮ Run Gabow’s min-cut (or cactus) algorithm on G in

  • O(λm) =

O(m) time.

◮ Check against δ to see if trivial min-cuts from G should be

included.

◮ Gives min-cut (or cactus) for original G in

O(m) total time.

slide-27
SLIDE 27

Underlying result

◮ For simple graph with min-degree δ, in near-linear time,

contract edges producing graph G with m = O(m/δ) edges, preserving all non-trivial min-cuts of G.

◮ A cut is trivial if one side is a single vertex.

non−trivial trivial

◮ Run Gabow’s min-cut (or cactus) algorithm on G in

  • O(λm) =

O(m) time.

◮ Check against δ to see if trivial min-cuts from G should be

included.

◮ Gives min-cut (or cactus) for original G in

O(m) total time.

slide-28
SLIDE 28

Underlying result

◮ For simple graph with min-degree δ, in near-linear time,

contract edges producing graph G with m = O(m/δ) edges, preserving all non-trivial min-cuts of G.

◮ A cut is trivial if one side is a single vertex.

non−trivial trivial

◮ Run Gabow’s min-cut (or cactus) algorithm on G in

  • O(λm) =

O(m) time.

◮ Check against δ to see if trivial min-cuts from G should be

included.

◮ Gives min-cut (or cactus) for original G in

O(m) total time.

slide-29
SLIDE 29

Underlying result

◮ For simple graph with min-degree δ, in near-linear time,

contract edges producing graph G with m = O(m/δ) edges, preserving all non-trivial min-cuts of G.

◮ A cut is trivial if one side is a single vertex.

non−trivial trivial

◮ Run Gabow’s min-cut (or cactus) algorithm on G in

  • O(λm) =

O(m) time.

◮ Check against δ to see if trivial min-cuts from G should be

included.

◮ Gives min-cut (or cactus) for original G in

O(m) total time.

slide-30
SLIDE 30

Involving cut conductance

◮ The volume of vertex set U ⊆ V is # edge end-points in U:

vol(U) =

  • v∈U

d(v).

◮ Recall ∂U = E(U, V \ U). ◮ Conductance of cut around U is

Φ(U) = |∂U| min{vol(U), 2m − vol(U)} = Φ(V \ U)

slide-31
SLIDE 31

Involving cut conductance

◮ The volume of vertex set U ⊆ V is # edge end-points in U:

vol(U) =

  • v∈U

d(v).

◮ Recall ∂U = E(U, V \ U). ◮ Conductance of cut around U is

Φ(U) = |∂U| min{vol(U), 2m − vol(U)} = Φ(V \ U)

= 1/4 trivial non−trivial Φ = 1 Φ

slide-32
SLIDE 32

Non-trivial min-cuts have low-conductance

Obs Any non-trivial min-cut S has conductance ≤ 1/δ.

◮ |∂S| ≥ |S|(δ − (|S| − 1)). ◮ so |∂S| ≤ δ and |S| > 1 =

⇒ |S| ≥ δ.

◮ so vol(S) ≥ δ2 and Φ(S) = |∂S|/vol(S) ≤ 1/δ.

  • We assume min-degree δ ≥ lg6 n; otherwise apply Gabow.
slide-33
SLIDE 33

Non-trivial min-cuts have low-conductance

Obs Any non-trivial min-cut S has conductance ≤ 1/δ.

◮ |∂S| ≥ |S|(δ − (|S| − 1)). ◮ so |∂S| ≤ δ and |S| > 1 =

⇒ |S| ≥ δ.

◮ so vol(S) ≥ δ2 and Φ(S) = |∂S|/vol(S) ≤ 1/δ.

  • We assume min-degree δ ≥ lg6 n; otherwise apply Gabow.
slide-34
SLIDE 34

Non-trivial min-cuts have low-conductance

Obs Any non-trivial min-cut S has conductance ≤ 1/δ.

◮ |∂S| ≥ |S|(δ − (|S| − 1)). ◮ so |∂S| ≤ δ and |S| > 1 =

⇒ |S| ≥ δ.

◮ so vol(S) ≥ δ2 and Φ(S) = |∂S|/vol(S) ≤ 1/δ.

  • We assume min-degree δ ≥ lg6 n; otherwise apply Gabow.
slide-35
SLIDE 35

Non-trivial min-cuts have low-conductance

Obs Any non-trivial min-cut S has conductance ≤ 1/δ.

◮ |∂S| ≥ |S|(δ − (|S| − 1)). ◮ so |∂S| ≤ δ and |S| > 1 =

⇒ |S| ≥ δ.

◮ so vol(S) ≥ δ2 and Φ(S) = |∂S|/vol(S) ≤ 1/δ.

  • We assume min-degree δ ≥ lg6 n; otherwise apply Gabow.
slide-36
SLIDE 36

Non-trivial min-cuts have low-conductance

Obs Any non-trivial min-cut S has conductance ≤ 1/δ.

◮ |∂S| ≥ |S|(δ − (|S| − 1)). ◮ so |∂S| ≤ δ and |S| > 1 =

⇒ |S| ≥ δ.

◮ so vol(S) ≥ δ2 and Φ(S) = |∂S|/vol(S) ≤ 1/δ.

  • We assume min-degree δ ≥ lg6 n; otherwise apply Gabow.
slide-37
SLIDE 37

Certify-or-cut

Obs Any non-trivial min-cut S has conductance ≤ 1/δ. We assume min-degree δ ≥ lg6 n; otherwise apply Gabow. Certify-or-cut(G) In near-linear time, we will either (i) certify all min-cuts of G are trivial, or (ii) find cut T with conductance o(1/ log m). Both (i) and (ii) alone are difficult deterministically. (i) As hard as certifying edge connectivity k (ii) Using PageRank, need to guess good vertex in S.

slide-38
SLIDE 38

Certify-or-cut

Obs Any non-trivial min-cut S has conductance ≤ 1/δ. We assume min-degree δ ≥ lg6 n; otherwise apply Gabow. Certify-or-cut(G) In near-linear time, we will either (i) certify all min-cuts of G are trivial, or (ii) find cut T with conductance o(1/ log m). Both (i) and (ii) alone are difficult deterministically. (i) As hard as certifying edge connectivity k (ii) Using PageRank, need to guess good vertex in S.

slide-39
SLIDE 39

Certify-or-cut

Obs Any non-trivial min-cut S has conductance ≤ 1/δ. We assume min-degree δ ≥ lg6 n; otherwise apply Gabow. Certify-or-cut(G) In near-linear time, we will either (i) certify all min-cuts of G are trivial, or (ii) find cut T with conductance o(1/ log m). Both (i) and (ii) alone are difficult deterministically. (i) As hard as certifying edge connectivity k (ii) Using PageRank, need to guess good vertex in S.

slide-40
SLIDE 40

Certify-or-cut

Obs Any non-trivial min-cut S has conductance ≤ 1/δ. We assume min-degree δ ≥ lg6 n; otherwise apply Gabow. Certify-or-cut(G) In near-linear time, we will either (i) certify all min-cuts of G are trivial, or (ii) find cut T with conductance o(1/ log m). Both (i) and (ii) alone are difficult deterministically. (i) As hard as certifying edge connectivity k

4−connected? K3

(ii) Using PageRank, need to guess good vertex in S.

slide-41
SLIDE 41

Certify-or-cut

Obs Any non-trivial min-cut S has conductance ≤ 1/δ. We assume min-degree δ ≥ lg6 n; otherwise apply Gabow. Certify-or-cut(G) In near-linear time, we will either (i) certify all min-cuts of G are trivial, or (ii) find cut T with conductance o(1/ log m). Both (i) and (ii) alone are difficult deterministically. (i) As hard as certifying edge connectivity k

4−connected? K3

(ii) Using PageRank, need to guess good vertex in S.

slide-42
SLIDE 42

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-43
SLIDE 43

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-44
SLIDE 44

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-45
SLIDE 45

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-46
SLIDE 46

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-47
SLIDE 47

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-48
SLIDE 48

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-49
SLIDE 49

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-50
SLIDE 50

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-51
SLIDE 51

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-52
SLIDE 52

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-53
SLIDE 53

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ log m) of C Claim If C has been certified, we can contract a large “core” of C in G preserving all non-trivial cuts of G. No proof in this talk

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Lemma Most edges remain in components C of H:

◮ charge cut edges as o(1/ log m) per small-side edge. ◮ each edge land in small side lg m times.

slide-54
SLIDE 54

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ lg m) of C Claim If C has been certified, we can contrat a large “core” of C in G preserving all non-trivial cuts of G.

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Need to recurse, but contractions create parallel edges. Thm After enough recursions G has O(m/δ) edges and preserves all original non-trivial min-cuts. Many details in paper.

slide-55
SLIDE 55

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ lg m) of C Claim If C has been certified, we can contrat a large “core” of C in G preserving all non-trivial cuts of G.

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Need to recurse, but contractions create parallel edges. Thm After enough recursions G has O(m/δ) edges and preserves all original non-trivial min-cuts. Many details in paper.

slide-56
SLIDE 56

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ lg m) of C Claim If C has been certified, we can contrat a large “core” of C in G preserving all non-trivial cuts of G.

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Need to recurse, but contractions create parallel edges. Thm After enough recursions G has O(m/δ) edges and preserves all original non-trivial min-cuts. Many details in paper.

slide-57
SLIDE 57

Overall algorithm

Really, we need something more elaborate Certify-or-cut(C, G) C subgraph of G with min-degree 2

5δ.

(i) certify no min-cut of G splits more than 2 vertices from C. (ii) find a cut (A, B) of conductance o(1/ lg m) of C Claim If C has been certified, we can contrat a large “core” of C in G preserving all non-trivial cuts of G.

◮ Set H = G. ◮ While some component C of H has not been certified.

◮ Certify-or-cut(C, G) ◮ if we get low-conductance cut (A, B) of C ◮ remove cut edges E(A, B) from H. ◮ repeatedly remove v with dH(v) ≤ 2

5dG(v). ◮ Contract cores of components C of H in G.

Need to recurse, but contractions create parallel edges. Thm After enough recursions G has O(m/δ) edges and preserves all original non-trivial min-cuts. Many details in paper.

slide-58
SLIDE 58

Certify-or-cut

Rest of talk focussed on our simplified toy problem: Certify-or-cut(G) For simple graph G, in near-linear time, either (i) certify all min-cuts of G are trivial, or (ii) find a cut U of conductance o(1/ lg m). Recall both (i) and (ii) alone are difficult. (i) As hard as certifying edge connectivity k (ii) Using PageRank, need to guess good vertex in S.

slide-59
SLIDE 59

Certify-or-cut

Rest of talk focussed on our simplified toy problem: Certify-or-cut(G) For simple graph G, in near-linear time, either (i) certify all min-cuts of G are trivial, or (ii) find a cut U of conductance o(1/ lg m). Recall both (i) and (ii) alone are difficult. (i) As hard as certifying edge connectivity k

4−connected? K3

(ii) Using PageRank, need to guess good vertex in S.

slide-60
SLIDE 60

Certify-or-cut

Rest of talk focussed on our simplified toy problem: Certify-or-cut(G) For simple graph G, in near-linear time, either (i) certify all min-cuts of G are trivial, or (ii) find a cut U of conductance o(1/ lg m).

◮ We use PageRank emulating random walk. ◮ Normally PageRank is Monte Carlo randomized that needs

to guess good start vertex to find low-conductance cut.

◮ We need success (ii) only if non-trivial min-cut exists¬(i). ◮ This gives us enough structure for deterministic algorithm,

bypassing the need for guessing.

slide-61
SLIDE 61

Certify-or-cut

Rest of talk focussed on our simplified toy problem: Certify-or-cut(G) For simple graph G, in near-linear time, either (i) certify all min-cuts of G are trivial, or (ii) find a cut U of conductance o(1/ lg m).

◮ We use PageRank emulating random walk. ◮ Normally PageRank is Monte Carlo randomized that needs

to guess good start vertex to find low-conductance cut.

◮ We need success (ii) only if non-trivial min-cut exists¬(i). ◮ This gives us enough structure for deterministic algorithm,

bypassing the need for guessing.

slide-62
SLIDE 62

Certify-or-cut

Rest of talk focussed on our simplified toy problem: Certify-or-cut(G) For simple graph G, in near-linear time, either (i) certify all min-cuts of G are trivial, or (ii) find a cut U of conductance o(1/ lg m).

◮ We use PageRank emulating random walk. ◮ Normally PageRank is Monte Carlo randomized that needs

to guess good start vertex to find low-conductance cut.

◮ We need success (ii) only if non-trivial min-cut exists¬(i). ◮ This gives us enough structure for deterministic algorithm,

bypassing the need for guessing.

slide-63
SLIDE 63

Certify-or-cut

Rest of talk focussed on our simplified toy problem: Certify-or-cut(G) For simple graph G, in near-linear time, either (i) certify all min-cuts of G are trivial, or (ii) find a cut U of conductance o(1/ lg m).

◮ We use PageRank emulating random walk. ◮ Normally PageRank is Monte Carlo randomized that needs

to guess good start vertex to find low-conductance cut.

◮ We need success (ii) only if non-trivial min-cut exists¬(i). ◮ This gives us enough structure for deterministic algorithm,

bypassing the need for guessing.

slide-64
SLIDE 64

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) =

v∈V p◦(v) = 1

teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with residual density r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(v) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0.

slide-65
SLIDE 65

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) =

v∈V p◦(v) = 1

teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with residual density r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(v) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0.

slide-66
SLIDE 66

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) =

v∈V p◦(v) = 1

teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with residual density r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(v) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0.

slide-67
SLIDE 67

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) =

v∈V p◦(v) = 1

teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with residual density r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(v) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0.

slide-68
SLIDE 68

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) =

v∈V p◦(v) = 1

teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with residual density r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(v) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0.

slide-69
SLIDE 69

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) =

v∈V p◦(v) = 1

teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with residual density r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(v) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0.

slide-70
SLIDE 70

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) = 1 teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(v) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0.

◮ order vertices v by decreasing density p(v)/d(v). ◮ find best cuts defined by any prefix.

Pushing over O(1/(αε)) edges in total, so O(1/(αε)) total time. But when can we promise finding low-conductance cut?

slide-71
SLIDE 71

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) = 1 teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(v) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0.

◮ order vertices v by decreasing density p(v)/d(v). ◮ find best cuts defined by any prefix.

Pushing over O(1/(αε)) edges in total, so O(1/(αε)) total time. But when can we promise finding low-conductance cut?

slide-72
SLIDE 72

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) = 1 teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(v) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0.

◮ order vertices v by decreasing density p(v)/d(v). ◮ find best cuts defined by any prefix.

Pushing over O(1/(αε)) edges in total, so O(1/(αε)) total time. But when can we promise finding low-conductance cut?

slide-73
SLIDE 73

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) = 1 teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(v) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0.

◮ order vertices v by decreasing density p(v)/d(v). ◮ find best cuts defined by any prefix.

Pushing over O(1/(αε)) edges in total, so O(1/(αε)) total time. But when can we promise finding low-conductance cut?

slide-74
SLIDE 74

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) = 1 teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(r) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0

Unique (abstract) limit mass distribution p∗ ← p for ε → 0. PRα(p◦) = p∗ linear transformation such that PRα(p◦) = p + PRα(r) Stationary mass distribution q = PRα(q) iff all v ∈ V have same density q(v)/d(v) = σ.

slide-75
SLIDE 75

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) = 1 teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(r) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0

Unique (abstract) limit mass distribution p∗ ← p for ε → 0. PRα(p◦) = p∗ linear transformation such that PRα(p◦) = p + PRα(r) Stationary mass distribution q = PRα(q) iff all v ∈ V have same density q(v)/d(v) = σ.

slide-76
SLIDE 76

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) = 1 teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(r) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0

Unique (abstract) limit mass distribution p∗ ← p for ε → 0. PRα(p◦) = p∗ linear transformation such that PRα(p◦) = p + PRα(r) Stationary mass distribution q = PRα(q) iff all v ∈ V have same density q(v)/d(v) = σ.

slide-77
SLIDE 77

PageRank [Andersen, Chung, Lang FOCS’06]

PageRank(p◦, α, ε) initial mass distribution p◦ : V → R≥0, p◦(V) = 1 teleportation constant α = 1/ lg5 n slack ε ∈ (0, 1).

◮ residual mass distribution r = p◦ ◮ settled mass distribution p = 0V ◮ while v ∈ V with r(v)/d(v) ≥ ε

◮ Push(α, v): ◮ p(v) = p(v) + αr(r) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0

Unique (abstract) limit mass distribution p∗ ← p for ε → 0. PRα(p◦) = p∗ linear transformation such that PRα(p◦) = p + PRα(r) Stationary mass distribution q = PRα(q) iff all v ∈ V have same density q(v)/d(v) = σ.

slide-78
SLIDE 78

Limit concentration and cuts

Thm [ACL ’06] If S ⊆ V has p∗(S) − vol(S)/(2m) = Ω(1) then PageRank finds T with conductance Φ(T) = o(1/ log m) with vol(T) = O(vol(S)) in O(vol(T)) time. In [ACL06], if Φ(S) ≤ 1/ lg10 m and we start with p◦(v) = 1 from random v ∈ S, we get p∗(S) − vol(S)/(2m) = Ω(1) with good probability, but here we do not want to guess.. We will prove that if S non-trivial min-cut and we start with p◦(v) = 1 for any v ∈ S, we get p∗(S) − vol(S)/(2m) = Ω(1). and if that fails we have New analysis of end-game Thm If v ∈ V has p∗(v)/d(v) = (1 − Ω(1))/(2m) then PageRank finds T, vol(T) ≤ m, with Φ(T) = o(1/ log m) either in O(vol(T)) time

  • r T contains all v with p∗(v)/d(v) = (1 − Ω(1))/(2m).
slide-79
SLIDE 79

Limit concentration and cuts

Thm [ACL ’06] If S ⊆ V has p∗(S) − vol(S)/(2m) = Ω(1) then PageRank finds T with conductance Φ(T) = o(1/ log m) with vol(T) = O(vol(S)) in O(vol(T)) time. In [ACL06], if Φ(S) ≤ 1/ lg10 m and we start with p◦(v) = 1 from random v ∈ S, we get p∗(S) − vol(S)/(2m) = Ω(1) with good probability, but here we do not want to guess.. We will prove that if S non-trivial min-cut and we start with p◦(v) = 1 for any v ∈ S, we get p∗(S) − vol(S)/(2m) = Ω(1). and if that fails we have New analysis of end-game Thm If v ∈ V has p∗(v)/d(v) = (1 − Ω(1))/(2m) then PageRank finds T, vol(T) ≤ m, with Φ(T) = o(1/ log m) either in O(vol(T)) time

  • r T contains all v with p∗(v)/d(v) = (1 − Ω(1))/(2m).
slide-80
SLIDE 80

Limit concentration and cuts

Thm [ACL ’06] If S ⊆ V has p∗(S) − vol(S)/(2m) = Ω(1) then PageRank finds T with conductance Φ(T) = o(1/ log m) with vol(T) = O(vol(S)) in O(vol(T)) time. In [ACL06], if Φ(S) ≤ 1/ lg10 m and we start with p◦(v) = 1 from random v ∈ S, we get p∗(S) − vol(S)/(2m) = Ω(1) with good probability, but here we do not want to guess.. We will prove that if S non-trivial min-cut and we start with p◦(v) = 1 for any v ∈ S, we get p∗(S) − vol(S)/(2m) = Ω(1). and if that fails we have New analysis of end-game Thm If v ∈ V has p∗(v)/d(v) = (1 − Ω(1))/(2m) then PageRank finds T, vol(T) ≤ m, with Φ(T) = o(1/ log m) either in O(vol(T)) time

  • r T contains all v with p∗(v)/d(v) = (1 − Ω(1))/(2m).
slide-81
SLIDE 81

Limit concentration and cuts

Thm [ACL ’06] If S ⊆ V has p∗(S) − vol(S)/(2m) = Ω(1) then PageRank finds T with conductance Φ(T) = o(1/ log m) with vol(T) = O(vol(S)) in O(vol(T)) time. In [ACL06], if Φ(S) ≤ 1/ lg10 m and we start with p◦(v) = 1 from random v ∈ S, we get p∗(S) − vol(S)/(2m) = Ω(1) with good probability, but here we do not want to guess.. We will prove that if S non-trivial min-cut and we start with p◦(v) = 1 for any v ∈ S, we get p∗(S) − vol(S)/(2m) = Ω(1). and if that fails we have New analysis of end-game Thm If v ∈ V has p∗(v)/d(v) = (1 − Ω(1))/(2m) then PageRank finds T, vol(T) ≤ m, with Φ(T) = o(1/ log m) either in O(vol(T)) time

  • r T contains all v with p∗(v)/d(v) = (1 − Ω(1))/(2m).
slide-82
SLIDE 82

Mass flows from ACL ’06

Recall

◮ Push(α, v):

◮ p(v) = p(v) + αr(r) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0

Lemma Starting from p◦, with settled mass p, netflow over (u, v) was (1 − α)(p(u)/d(u) − p(v)/d(v))/α. Lemma If r(v)/d(v) ≤ σ for all v ∈ V, henceforth, netflow over any edge ≤ σ(1 − α)/α < σ/α.

slide-83
SLIDE 83

Mass flows from ACL ’06

Recall

◮ Push(α, v):

◮ p(v) = p(v) + αr(r) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0

Lemma Starting from p◦, with settled mass p, netflow over (u, v) was (1 − α)(p(u)/d(u) − p(v)/d(v))/α. Lemma If r(v)/d(v) ≤ σ for all v ∈ V, henceforth, netflow over any edge ≤ σ(1 − α)/α < σ/α.

slide-84
SLIDE 84

Mass flows from ACL ’06

Recall

◮ Push(α, v):

◮ p(v) = p(v) + αr(r) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0

Lemma Starting from p◦, with settled mass p, netflow over (u, v) was (1 − α)(p(u)/d(u) − p(v)/d(v))/α. Lemma If r(v)/d(v) ≤ σ for all v ∈ V, henceforth, netflow over any edge ≤ σ(1 − α)/α < σ/α.

slide-85
SLIDE 85

Mass flows from ACL ’06

Recall

◮ Push(α, v):

◮ p(v) = p(v) + αr(r) ◮ for (v, w) ∈ E do r(w) = r(w) + (1 − α)r(v)/d(v) ◮ r(v) = 0

Lemma Starting from p◦, with settled mass p, netflow over (u, v) was (1 − α)(p(u)/d(u) − p(v)/d(v))/α. Lemma If r(v)/d(v) ≤ σ for all v ∈ V, henceforth, netflow over any edge ≤ σ(1 − α)/α < σ/α.

slide-86
SLIDE 86

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-87
SLIDE 87

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-88
SLIDE 88

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-89
SLIDE 89

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-90
SLIDE 90

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-91
SLIDE 91

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-92
SLIDE 92

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-93
SLIDE 93

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-94
SLIDE 94

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-95
SLIDE 95

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-96
SLIDE 96

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-97
SLIDE 97

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-98
SLIDE 98

Starting from any vertex on small side of min-cut

◮ We have min-degree δ ≥ lg6 n and α = 1/ lg5 n. ◮ Let S with vol(S) ≤ m/2 be small side of min-cut. ◮ For arbitrary v ∈ S, start with p◦(v) = 1 and push from v ◮ At least half mass stays in S. ◮ On every vertex u, residual mass r(u) ≤ 1/d(v) ≤ 1/δ ◮ On every vertex u, residual density r(u)/d(u) ≤ 1/δ2. ◮ Henceforth pushing, netflow over any edges < 1/(αδ2), ◮ so λ/(αδ2) ≤ 1/ lg m = o(1) flow over edges leaving S. ◮ Thus 1/2 − o(1) mass remains in S, so

p∗(v) − vol(S)/(2m) ≥ 1/2 − o(1) − (m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-99
SLIDE 99

Balanced min-cut

◮ Suppose min-cut side S with m/2 ≤ vol(S) ≤ 3m/2. ◮ < 16 vertices incident to ≥ δ/8 cut edges. ◮ Trying 16 vertices separately. ◮ One v has 7/8 neighbors on same side. ◮ Pushing to limit from v, we get

p∗(S) − vol(S)/(2m) ≥ 7/8 − o(1) − (3m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-100
SLIDE 100

Balanced min-cut

◮ Suppose min-cut side S with m/2 ≤ vol(S) ≤ 3m/2. ◮ < 16 vertices incident to ≥ δ/8 cut edges. ◮ Trying 16 vertices separately. ◮ One v has 7/8 neighbors on same side. ◮ Pushing to limit from v, we get

p∗(S) − vol(S)/(2m) ≥ 7/8 − o(1) − (3m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-101
SLIDE 101

Balanced min-cut

◮ Suppose min-cut side S with m/2 ≤ vol(S) ≤ 3m/2. ◮ < 16 vertices incident to ≥ δ/8 cut edges. ◮ Trying 16 vertices separately. ◮ One v has 7/8 neighbors on same side. ◮ Pushing to limit from v, we get

p∗(S) − vol(S)/(2m) ≥ 7/8 − o(1) − (3m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-102
SLIDE 102

Balanced min-cut

◮ Suppose min-cut side S with m/2 ≤ vol(S) ≤ 3m/2. ◮ < 16 vertices incident to ≥ δ/8 cut edges. ◮ Trying 16 vertices separately. ◮ One v has 7/8 neighbors on same side. ◮ Pushing to limit from v, we get

p∗(S) − vol(S)/(2m) ≥ 7/8 − o(1) − (3m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-103
SLIDE 103

Balanced min-cut

◮ Suppose min-cut side S with m/2 ≤ vol(S) ≤ 3m/2. ◮ < 16 vertices incident to ≥ δ/8 cut edges. ◮ Trying 16 vertices separately. ◮ One v has 7/8 neighbors on same side. ◮ Pushing to limit from v, we get

p∗(S) − vol(S)/(2m) ≥ 7/8 − o(1) − (3m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-104
SLIDE 104

Balanced min-cut

◮ Suppose min-cut side S with m/2 ≤ vol(S) ≤ 3m/2. ◮ < 16 vertices incident to ≥ δ/8 cut edges. ◮ Trying 16 vertices separately. ◮ One v has 7/8 neighbors on same side. ◮ Pushing to limit from v, we get

p∗(S) − vol(S)/(2m) ≥ 7/8 − o(1) − (3m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-105
SLIDE 105

Balanced min-cut

◮ Suppose min-cut side S with m/2 ≤ vol(S) ≤ 3m/2. ◮ < 16 vertices incident to ≥ δ/8 cut edges. ◮ Trying 16 vertices separately. ◮ One v has 7/8 neighbors on same side. ◮ Pushing to limit from v, we get

p∗(S) − vol(S)/(2m) ≥ 7/8 − o(1) − (3m/2)/(2m) = Ω(1).

◮ By ACL, PageRank finds T with Φ(T) = o(1/ log m)

slide-106
SLIDE 106

Any non-trivial min-cut

◮ For some s ≤ m/2, know vol(S) ≤ s for any min-cut S. ◮ Look for min-cut S with 1 < s/2 ≤ vol(S) ≤ s. ◮ Using ACL, in

O(s) time, if v ∈ S′ for min-cut S′ with vol(S′) ≤ s, find T with Φ(T) ≤ o(1/ log m).

◮ Try 8m/(sα) different v in

O(m) time. None succeeds.

◮ Give each of them initial mass sα/(8m)

and density ≤ sα/(8mδ). Apply page rank.

◮ Netflow over min-cut into S ≤ λ(sα/(8mδ))/α ≤ s/(8m). ◮ So average limit density in S is

p∗(S)/vol(S) ≤ (s/(8m))/(s/2) = 1/(4m).

◮ By new end-game theorem, get T with Φ(T) ≤ o(1/ log m).

slide-107
SLIDE 107

Any non-trivial min-cut

◮ For some s ≤ m/2, know vol(S) ≤ s for any min-cut S. ◮ Look for min-cut S with 1 < s/2 ≤ vol(S) ≤ s. ◮ Using ACL, in

O(s) time, if v ∈ S′ for min-cut S′ with vol(S′) ≤ s, find T with Φ(T) ≤ o(1/ log m).

◮ Try 8m/(sα) different v in

O(m) time. None succeeds.

◮ Give each of them initial mass sα/(8m)

and density ≤ sα/(8mδ). Apply page rank.

◮ Netflow over min-cut into S ≤ λ(sα/(8mδ))/α ≤ s/(8m). ◮ So average limit density in S is

p∗(S)/vol(S) ≤ (s/(8m))/(s/2) = 1/(4m).

◮ By new end-game theorem, get T with Φ(T) ≤ o(1/ log m).

slide-108
SLIDE 108

Any non-trivial min-cut

◮ For some s ≤ m/2, know vol(S) ≤ s for any min-cut S. ◮ Look for min-cut S with 1 < s/2 ≤ vol(S) ≤ s. ◮ Using ACL, in

O(s) time, if v ∈ S′ for min-cut S′ with vol(S′) ≤ s, find T with Φ(T) ≤ o(1/ log m).

◮ Try 8m/(sα) different v in

O(m) time. None succeeds.

◮ Give each of them initial mass sα/(8m)

and density ≤ sα/(8mδ). Apply page rank.

◮ Netflow over min-cut into S ≤ λ(sα/(8mδ))/α ≤ s/(8m). ◮ So average limit density in S is

p∗(S)/vol(S) ≤ (s/(8m))/(s/2) = 1/(4m).

◮ By new end-game theorem, get T with Φ(T) ≤ o(1/ log m).

slide-109
SLIDE 109

Any non-trivial min-cut

◮ For some s ≤ m/2, know vol(S) ≤ s for any min-cut S. ◮ Look for min-cut S with 1 < s/2 ≤ vol(S) ≤ s. ◮ Using ACL, in

O(s) time, if v ∈ S′ for min-cut S′ with vol(S′) ≤ s, find T with Φ(T) ≤ o(1/ log m).

◮ Try 8m/(sα) different v in

O(m) time. None succeeds.

◮ Give each of them initial mass sα/(8m)

and density ≤ sα/(8mδ). Apply page rank.

◮ Netflow over min-cut into S ≤ λ(sα/(8mδ))/α ≤ s/(8m). ◮ So average limit density in S is

p∗(S)/vol(S) ≤ (s/(8m))/(s/2) = 1/(4m).

◮ By new end-game theorem, get T with Φ(T) ≤ o(1/ log m).

slide-110
SLIDE 110

Any non-trivial min-cut

◮ For some s ≤ m/2, know vol(S) ≤ s for any min-cut S. ◮ Look for min-cut S with 1 < s/2 ≤ vol(S) ≤ s. ◮ Using ACL, in

O(s) time, if v ∈ S′ for min-cut S′ with vol(S′) ≤ s, find T with Φ(T) ≤ o(1/ log m).

◮ Try 8m/(sα) different v in

O(m) time. None succeeds.

◮ Give each of them initial mass sα/(8m)

and density ≤ sα/(8mδ). Apply page rank.

◮ Netflow over min-cut into S ≤ λ(sα/(8mδ))/α ≤ s/(8m). ◮ So average limit density in S is

p∗(S)/vol(S) ≤ (s/(8m))/(s/2) = 1/(4m).

◮ By new end-game theorem, get T with Φ(T) ≤ o(1/ log m).

slide-111
SLIDE 111

Any non-trivial min-cut

◮ For some s ≤ m/2, know vol(S) ≤ s for any min-cut S. ◮ Look for min-cut S with 1 < s/2 ≤ vol(S) ≤ s. ◮ Using ACL, in

O(s) time, if v ∈ S′ for min-cut S′ with vol(S′) ≤ s, find T with Φ(T) ≤ o(1/ log m).

◮ Try 8m/(sα) different v in

O(m) time. None succeeds.

◮ Give each of them initial mass sα/(8m)

and density ≤ sα/(8mδ). Apply page rank.

S

◮ Netflow over min-cut into S ≤ λ(sα/(8mδ))/α ≤ s/(8m). ◮ So average limit density in S is

p∗(S)/vol(S) ≤ (s/(8m))/(s/2) = 1/(4m).

◮ By new end-game theorem, get T with Φ(T) ≤ o(1/ log m).

slide-112
SLIDE 112

Any non-trivial min-cut

◮ For some s ≤ m/2, know vol(S) ≤ s for any min-cut S. ◮ Look for min-cut S with 1 < s/2 ≤ vol(S) ≤ s. ◮ Using ACL, in

O(s) time, if v ∈ S′ for min-cut S′ with vol(S′) ≤ s, find T with Φ(T) ≤ o(1/ log m).

◮ Try 8m/(sα) different v in

O(m) time. None succeeds.

◮ Give each of them initial mass sα/(8m)

and density ≤ sα/(8mδ). Apply page rank.

S

◮ Netflow over min-cut into S ≤ λ(sα/(8mδ))/α ≤ s/(8m). ◮ So average limit density in S is

p∗(S)/vol(S) ≤ (s/(8m))/(s/2) = 1/(4m).

◮ By new end-game theorem, get T with Φ(T) ≤ o(1/ log m).

slide-113
SLIDE 113

Any non-trivial min-cut

◮ For some s ≤ m/2, know vol(S) ≤ s for any min-cut S. ◮ Look for min-cut S with 1 < s/2 ≤ vol(S) ≤ s. ◮ Using ACL, in

O(s) time, if v ∈ S′ for min-cut S′ with vol(S′) ≤ s, find T with Φ(T) ≤ o(1/ log m).

◮ Try 8m/(sα) different v in

O(m) time. None succeeds.

◮ Give each of them initial mass sα/(8m)

and density ≤ sα/(8mδ). Apply page rank.

S

◮ Netflow over min-cut into S ≤ λ(sα/(8mδ))/α ≤ s/(8m). ◮ So average limit density in S is

p∗(S)/vol(S) ≤ (s/(8m))/(s/2) = 1/(4m).

◮ By new end-game theorem, get T with Φ(T) ≤ o(1/ log m).

slide-114
SLIDE 114

Any non-trivial min-cut

◮ For some s ≤ m/2, know vol(S) ≤ s for any min-cut S. ◮ Look for min-cut S with 1 < s/2 ≤ vol(S) ≤ s. ◮ Using ACL, in

O(s) time, if v ∈ S′ for min-cut S′ with vol(S′) ≤ s, find T with Φ(T) ≤ o(1/ log m).

◮ Try 8m/(sα) different v in

O(m) time. None succeeds.

◮ Give each of them initial mass sα/(8m)

and density ≤ sα/(8mδ). Apply page rank.

S

◮ Netflow over min-cut into S ≤ λ(sα/(8mδ))/α ≤ s/(8m). ◮ So average limit density in S is

p∗(S)/vol(S) ≤ (s/(8m))/(s/2) = 1/(4m).

◮ By new end-game theorem, get T with Φ(T) ≤ o(1/ log m).

slide-115
SLIDE 115

Cores to contract in full algorithm

◮ C subgraph of G with min-degree 2 5δ. ◮ Certified: no min-cut of G splits > 2 vertices from C. ◮ Vertex v ∈ C loose if ≤ d(v)/2 + 1 neighbors in C. ◮ All other vertics of C in core.

Lemma Core of C can be contracted preserving all non-trivial cuts of G.

◮ Consider non-trivial min-cut (U, T) of G. ◮ If (U, T) cuts C, at most two verteces, v and w in U ∩ C. ◮ Suppose v not loose with ≥ d(v)/2 + 2 neighbors in C. ◮ Then ≥ d(v)/2 + 1 neighbors in T ∩ C, ◮ so smaller cut if we move v to T.

slide-116
SLIDE 116

Cores to contract in full algorithm

◮ C subgraph of G with min-degree 2 5δ. ◮ Certified: no min-cut of G splits > 2 vertices from C. ◮ Vertex v ∈ C loose if ≤ d(v)/2 + 1 neighbors in C. ◮ All other vertics of C in core.

Lemma Core of C can be contracted preserving all non-trivial cuts of G.

◮ Consider non-trivial min-cut (U, T) of G. ◮ If (U, T) cuts C, at most two verteces, v and w in U ∩ C. ◮ Suppose v not loose with ≥ d(v)/2 + 2 neighbors in C. ◮ Then ≥ d(v)/2 + 1 neighbors in T ∩ C, ◮ so smaller cut if we move v to T.

slide-117
SLIDE 117

Cores to contract in full algorithm

◮ C subgraph of G with min-degree 2 5δ. ◮ Certified: no min-cut of G splits > 2 vertices from C. ◮ Vertex v ∈ C loose if ≤ d(v)/2 + 1 neighbors in C. ◮ All other vertics of C in core.

Lemma Core of C can be contracted preserving all non-trivial cuts of G.

◮ Consider non-trivial min-cut (U, T) of G. ◮ If (U, T) cuts C, at most two verteces, v and w in U ∩ C. ◮ Suppose v not loose with ≥ d(v)/2 + 2 neighbors in C. ◮ Then ≥ d(v)/2 + 1 neighbors in T ∩ C, ◮ so smaller cut if we move v to T.

slide-118
SLIDE 118

Cores to contract in full algorithm

◮ C subgraph of G with min-degree 2 5δ. ◮ Certified: no min-cut of G splits > 2 vertices from C. ◮ Vertex v ∈ C loose if ≤ d(v)/2 + 1 neighbors in C. ◮ All other vertics of C in core.

Lemma Core of C can be contracted preserving all non-trivial cuts of G.

G C v w U

◮ Consider non-trivial min-cut (U, T) of G. ◮ If (U, T) cuts C, at most two verteces, v and w in U ∩ C. ◮ Suppose v not loose with ≥ d(v)/2 + 2 neighbors in C. ◮ Then ≥ d(v)/2 + 1 neighbors in T ∩ C, ◮ so smaller cut if we move v to T.

slide-119
SLIDE 119

Cores to contract in full algorithm

◮ C subgraph of G with min-degree 2 5δ. ◮ Certified: no min-cut of G splits > 2 vertices from C. ◮ Vertex v ∈ C loose if ≤ d(v)/2 + 1 neighbors in C. ◮ All other vertics of C in core.

Lemma Core of C can be contracted preserving all non-trivial cuts of G.

G C v w U

◮ Consider non-trivial min-cut (U, T) of G. ◮ If (U, T) cuts C, at most two verteces, v and w in U ∩ C. ◮ Suppose v not loose with ≥ d(v)/2 + 2 neighbors in C. ◮ Then ≥ d(v)/2 + 1 neighbors in T ∩ C, ◮ so smaller cut if we move v to T.

slide-120
SLIDE 120

Cores to contract in full algorithm

◮ C subgraph of G with min-degree 2 5δ. ◮ Certified: no min-cut of G splits > 2 vertices from C. ◮ Vertex v ∈ C loose if ≤ d(v)/2 + 1 neighbors in C. ◮ All other vertics of C in core.

Lemma Core of C can be contracted preserving all non-trivial cuts of G.

G C v w U

◮ Consider non-trivial min-cut (U, T) of G. ◮ If (U, T) cuts C, at most two verteces, v and w in U ∩ C. ◮ Suppose v not loose with ≥ d(v)/2 + 2 neighbors in C. ◮ Then ≥ d(v)/2 + 1 neighbors in T ∩ C, ◮ so smaller cut if we move v to T.

slide-121
SLIDE 121

Cores to contract in full algorithm

◮ C subgraph of G with min-degree 2 5δ. ◮ Certified: no min-cut of G splits > 2 vertices from C. ◮ Vertex v ∈ C loose if ≤ d(v)/2 + 1 neighbors in C. ◮ All other vertics of C in core.

Lemma Core of C can be contracted preserving all non-trivial cuts of G.

G C v w U

◮ Consider non-trivial min-cut (U, T) of G. ◮ If (U, T) cuts C, at most two verteces, v and w in U ∩ C. ◮ Suppose v not loose with ≥ d(v)/2 + 2 neighbors in C. ◮ Then ≥ d(v)/2 + 1 neighbors in T ∩ C, ◮ so smaller cut if we move v to T.

slide-122
SLIDE 122

Cores to contract in full algorithm

◮ C subgraph of G with min-degree 2 5δ. ◮ Certified: no min-cut of G splits > 2 vertices from C. ◮ Vertex v ∈ C loose if ≤ d(v)/2 + 1 neighbors in C. ◮ All other vertics of C in core.

Lemma Core of C can be contracted preserving all non-trivial cuts of G.

G C v w U

◮ Consider non-trivial min-cut (U, T) of G. ◮ If (U, T) cuts C, at most two verteces, v and w in U ∩ C. ◮ Suppose v not loose with ≥ d(v)/2 + 2 neighbors in C. ◮ Then ≥ d(v)/2 + 1 neighbors in T ∩ C, ◮ so smaller cut if we move v to T.

slide-123
SLIDE 123

Cores to contract in full algorithm

◮ C subgraph of G with min-degree 2 5δ. ◮ Certified: no min-cut of G splits > 2 vertices from C. ◮ Vertex v ∈ C loose if ≤ d(v)/2 + 1 neighbors in C. ◮ All other vertics of C in core.

Lemma Core of C can be contracted preserving all non-trivial cuts of G.

G C v w U

◮ Consider non-trivial min-cut (U, T) of G. ◮ If (U, T) cuts C, at most two verteces, v and w in U ∩ C. ◮ Suppose v not loose with ≥ d(v)/2 + 2 neighbors in C. ◮ Then ≥ d(v)/2 + 1 neighbors in T ∩ C, ◮ so smaller cut if we move v to T.

slide-124
SLIDE 124

Concluding remarks

◮ Presented deterministic near-linear time algorithm to find

edge-connectivity, min-cut, and cactus of simple graph.

◮ For simple graph G with n nodes, m edges, min-degree δ,

we contracted all but O(m/δ) edges while preserving all non-trivial min-cuts of G.

◮ Can futher contract down to graph with

O(n) edges and

  • O(n/δ) vertices, preserving all non-trivial cuts of size at

most (2 − ε)δ for any constant ε > 0.

◮ So with edge connectivity λ there are at most

n + O((n/δ)2) cuts of size at most (2 − ε)λ.

◮ What about multi-graphs or weighted graphs? ◮ Explore ramifications of new end-game analysis for other

PageRank related algorithms.

◮ How about s-t-edge connectivity λs,t in simple graph? Can

we beat ˜ O(λs,tm) time by Ford-Fulkerson [1956], or the randomized ˜ O(m + λs,tn) expected time by Karger and Levine [STOC’02].

slide-125
SLIDE 125

Concluding remarks

◮ Presented deterministic near-linear time algorithm to find

edge-connectivity, min-cut, and cactus of simple graph.

◮ For simple graph G with n nodes, m edges, min-degree δ,

we contracted all but O(m/δ) edges while preserving all non-trivial min-cuts of G.

◮ Can futher contract down to graph with

O(n) edges and

  • O(n/δ) vertices, preserving all non-trivial cuts of size at

most (2 − ε)δ for any constant ε > 0.

◮ So with edge connectivity λ there are at most

n + O((n/δ)2) cuts of size at most (2 − ε)λ.

◮ What about multi-graphs or weighted graphs? ◮ Explore ramifications of new end-game analysis for other

PageRank related algorithms.

◮ How about s-t-edge connectivity λs,t in simple graph? Can

we beat ˜ O(λs,tm) time by Ford-Fulkerson [1956], or the randomized ˜ O(m + λs,tn) expected time by Karger and Levine [STOC’02].

slide-126
SLIDE 126

Concluding remarks

◮ Presented deterministic near-linear time algorithm to find

edge-connectivity, min-cut, and cactus of simple graph.

◮ For simple graph G with n nodes, m edges, min-degree δ,

we contracted all but O(m/δ) edges while preserving all non-trivial min-cuts of G.

◮ Can futher contract down to graph with

O(n) edges and

  • O(n/δ) vertices, preserving all non-trivial cuts of size at

most (2 − ε)δ for any constant ε > 0.

◮ So with edge connectivity λ there are at most

n + O((n/δ)2) cuts of size at most (2 − ε)λ.

◮ What about multi-graphs or weighted graphs? ◮ Explore ramifications of new end-game analysis for other

PageRank related algorithms.

◮ How about s-t-edge connectivity λs,t in simple graph? Can

we beat ˜ O(λs,tm) time by Ford-Fulkerson [1956], or the randomized ˜ O(m + λs,tn) expected time by Karger and Levine [STOC’02].

slide-127
SLIDE 127

Concluding remarks

◮ Presented deterministic near-linear time algorithm to find

edge-connectivity, min-cut, and cactus of simple graph.

◮ For simple graph G with n nodes, m edges, min-degree δ,

we contracted all but O(m/δ) edges while preserving all non-trivial min-cuts of G.

◮ Can futher contract down to graph with

O(n) edges and

  • O(n/δ) vertices, preserving all non-trivial cuts of size at

most (2 − ε)δ for any constant ε > 0.

◮ So with edge connectivity λ there are at most

n + O((n/δ)2) cuts of size at most (2 − ε)λ.

◮ What about multi-graphs or weighted graphs? ◮ Explore ramifications of new end-game analysis for other

PageRank related algorithms.

◮ How about s-t-edge connectivity λs,t in simple graph? Can

we beat ˜ O(λs,tm) time by Ford-Fulkerson [1956], or the randomized ˜ O(m + λs,tn) expected time by Karger and Levine [STOC’02].

slide-128
SLIDE 128

Concluding remarks

◮ Presented deterministic near-linear time algorithm to find

edge-connectivity, min-cut, and cactus of simple graph.

◮ For simple graph G with n nodes, m edges, min-degree δ,

we contracted all but O(m/δ) edges while preserving all non-trivial min-cuts of G.

◮ Can futher contract down to graph with

O(n) edges and

  • O(n/δ) vertices, preserving all non-trivial cuts of size at

most (2 − ε)δ for any constant ε > 0.

◮ So with edge connectivity λ there are at most

n + O((n/δ)2) cuts of size at most (2 − ε)λ.

◮ What about multi-graphs or weighted graphs? ◮ Explore ramifications of new end-game analysis for other

PageRank related algorithms.

◮ How about s-t-edge connectivity λs,t in simple graph? Can

we beat ˜ O(λs,tm) time by Ford-Fulkerson [1956], or the randomized ˜ O(m + λs,tn) expected time by Karger and Levine [STOC’02].

slide-129
SLIDE 129

Concluding remarks

◮ Presented deterministic near-linear time algorithm to find

edge-connectivity, min-cut, and cactus of simple graph.

◮ For simple graph G with n nodes, m edges, min-degree δ,

we contracted all but O(m/δ) edges while preserving all non-trivial min-cuts of G.

◮ Can futher contract down to graph with

O(n) edges and

  • O(n/δ) vertices, preserving all non-trivial cuts of size at

most (2 − ε)δ for any constant ε > 0.

◮ So with edge connectivity λ there are at most

n + O((n/δ)2) cuts of size at most (2 − ε)λ.

◮ What about multi-graphs or weighted graphs? ◮ Explore ramifications of new end-game analysis for other

PageRank related algorithms.

◮ How about s-t-edge connectivity λs,t in simple graph? Can

we beat ˜ O(λs,tm) time by Ford-Fulkerson [1956], or the randomized ˜ O(m + λs,tn) expected time by Karger and Levine [STOC’02].

slide-130
SLIDE 130

Concluding remarks

◮ Presented deterministic near-linear time algorithm to find

edge-connectivity, min-cut, and cactus of simple graph.

◮ For simple graph G with n nodes, m edges, min-degree δ,

we contracted all but O(m/δ) edges while preserving all non-trivial min-cuts of G.

◮ Can futher contract down to graph with

O(n) edges and

  • O(n/δ) vertices, preserving all non-trivial cuts of size at

most (2 − ε)δ for any constant ε > 0.

◮ So with edge connectivity λ there are at most

n + O((n/δ)2) cuts of size at most (2 − ε)λ.

◮ What about multi-graphs or weighted graphs? ◮ Explore ramifications of new end-game analysis for other

PageRank related algorithms.

◮ How about s-t-edge connectivity λs,t in simple graph? Can

we beat ˜ O(λs,tm) time by Ford-Fulkerson [1956], or the randomized ˜ O(m + λs,tn) expected time by Karger and Levine [STOC’02].

slide-131
SLIDE 131

Concluding remarks

◮ Presented deterministic near-linear time algorithm to find

edge-connectivity, min-cut, and cactus of simple graph.

◮ For simple graph G with n nodes, m edges, min-degree δ,

we contracted all but O(m/δ) edges while preserving all non-trivial min-cuts of G.

◮ Can futher contract down to graph with

O(n) edges and

  • O(n/δ) vertices, preserving all non-trivial cuts of size at

most (2 − ε)δ for any constant ε > 0.

◮ So with edge connectivity λ there are at most

n + O((n/δ)2) cuts of size at most (2 − ε)λ.

◮ What about multi-graphs or weighted graphs? ◮ Explore ramifications of new end-game analysis for other

PageRank related algorithms.

◮ How about s-t-edge connectivity λs,t in simple graph? Can

we beat ˜ O(λs,tm) time by Ford-Fulkerson [1956], or the randomized ˜ O(m + λs,tn) expected time by Karger and Levine [STOC’02].

slide-132
SLIDE 132