aleksander m dry
play

Aleksander Mdry What will this talk be about? At a - PowerPoint PPT Presentation

Interior-point Methods and the Maximum Flow Problem Aleksander Mdry What will this talk be about? At a first glance: It is just a talk


  1. Interior-­‑point ¡Methods ¡and ¡ ¡ the ¡Maximum ¡Flow ¡Problem ¡ Aleksander ¡Mądry ¡

  2. What ¡will ¡this ¡talk ¡be ¡about? ¡ At ¡a ¡first ¡glance: ¡ It ¡is ¡just ¡a ¡talk ¡about ¡recent ¡progress ¡on ¡ the ¡maximum ¡flow ¡problem ¡ But ¡also: ¡ A ¡“success ¡story” ¡of ¡combining ¡combinatorial ¡alg., ¡ conFnuous ¡opFmizaFon ¡and ¡linear-­‑algebraic ¡tools ¡ AddiBonally: ¡ An ¡example ¡where ¡employing ¡interior-­‑point ¡ method ¡(IPM) ¡leads ¡to ¡very ¡fast ¡algorithms ¡ Bonus: ¡ New(?) ¡understanding ¡of ¡IPM’s ¡convergence ¡

  3. ¡ Maximum ¡flow ¡problem ¡ Input: ¡ ¡ Directed ¡graph ¡ G , ¡ ¡integer ¡ capaciBes ¡u e , ¡ ¡source ¡s ¡ and ¡sink ¡t ¡ 3 ¡ 5 ¡ 8 ¡ 1 ¡ 1 ¡ t ¡ s ¡ 10 ¡ 3 ¡ 4 ¡ 2 ¡ 6 ¡ 6 ¡ 7 ¡ 4 ¡ Task: ¡ Find ¡a ¡ feasible ¡s-­‑t ¡flow ¡of ¡ max ¡value ¡

  4. ¡ Maximum ¡flow ¡problem ¡ Input: ¡ ¡ Directed ¡graph ¡ G , ¡ ¡integer ¡ capaciBes ¡u e , ¡ ¡source ¡s ¡ and ¡sink ¡t ¡ value ¡= ¡net ¡flow ¡out ¡of ¡ s ¡ 3 ¡ 5 ¡ 1 ¡ 1 ¡ 8 ¡ 1 ¡ 1 ¡ 1 ¡ t ¡ s ¡ 10 ¡ 3 ¡ 4 ¡ 6 ¡ 2 ¡ 2 ¡ 6 ¡ 6 ¡ 6 ¡ 2 ¡ Max ¡flow ¡value ¡ 7 ¡ Here, ¡value ¡= ¡ 7 ¡ 4 ¡ 4 ¡ F*=10 ¡ no ¡overflow ¡ on ¡arcs : ¡ ¡ no ¡leaks ¡ at ¡all ¡ v≠s,t ¡ 0 ¡≤ ¡f(e) ¡≤ ¡u(e) ¡ Task: ¡ Find ¡a ¡ feasible ¡s-­‑t ¡flow ¡of ¡ max ¡value ¡

  5. ¡ Maximum ¡flow ¡problem ¡ Input: ¡ ¡ Directed ¡graph ¡ G , ¡ ¡integer ¡ capaciBes ¡u e , ¡ ¡source ¡s ¡ and ¡sink ¡t ¡ 3 ¡ 3 ¡ 5 ¡ 3 ¡ 1 ¡ 4 ¡ 8 ¡ 1 ¡ 1 ¡ 4 ¡ t ¡ s ¡ 10 ¡ 3 ¡ 4 ¡ 6 ¡ 2 ¡ 2 ¡ 6 ¡ 6 ¡ 6 ¡ 2 ¡ Max ¡flow ¡value ¡ 7 ¡ Here, ¡value ¡= ¡ 7 ¡ 4 ¡ 4 ¡ F*=10 ¡ Task: ¡ Find ¡a ¡ feasible ¡s-­‑t ¡flow ¡of ¡ max ¡value ¡

  6. What ¡is ¡known ¡about ¡Max ¡Flow? ¡ A ¡ LOT ¡of ¡previous ¡work ¡

  7. What ¡is ¡known ¡about ¡Max ¡Flow? ¡ A ¡(very) ¡rough ¡history ¡outline ¡ O(mn 2 ¡ U) ¡ ¡ [Dantzig ¡‘51] ¡ ¡ O(mn ¡U) ¡ [Ford ¡Fulkerson ¡’56] ¡ O(mn 2 ) ¡ ¡ [Dinitz ¡’70] ¡ O(m 2 n) ¡ [Dinitz ¡‘70] ¡[Edmonds ¡Karp ¡’72] ¡ O(m 2 ¡ log ¡U) ¡ ¡ [Dinitz ¡‘73] ¡[Edmonds ¡Karp ¡’72] ¡ O(mn ¡ log ¡U) ¡ ¡ [Dinitz ¡‘73] ¡[Gabow ¡’85] ¡ Õ(m ¡ min(m 1/2 ,n 2/3 ) ¡log ¡U) ¡ ¡ [Goldberg ¡Rao ¡’98] ¡ Õ(mn 1/2 ¡log ¡U) ¡ ¡ [Lee ¡Sidford ¡’14] ¡ Our ¡focus: ¡ Sparse ¡graph ¡( m=O(n) ) ¡and ¡unit-­‑capacity ¡( U=1 ) ¡regime ¡ → ¡ It ¡is ¡a ¡good ¡benchmark ¡for ¡combinatorial ¡graph ¡algorithms ¡ → ¡ Already ¡captures ¡interesFng ¡problems, ¡e.g., ¡ biparBte ¡matching ¡ ( n ¡= ¡# ¡of ¡verFces, ¡ m ¡= ¡# ¡of ¡arcs, ¡ U ¡= ¡max ¡capacity, ¡ Õ() ¡ hides ¡polylogs) ¡

  8. What ¡is ¡known ¡about ¡Max ¡Flow? ¡ A ¡(very) ¡rough ¡history ¡outline ¡ O(n 3 ) ¡ ¡ [Dantzig ¡‘51] ¡ ¡ O(n 2 ) ¡ [Ford ¡Fulkerson ¡’56] ¡ O(n 3 ) ¡ ¡ [Dinitz ¡’70] ¡ O(n 3 ) ¡ [Dinitz ¡‘70] ¡[Edmonds ¡Karp ¡’72] ¡ Õ(n 2 ) ¡ ¡ [Dinitz ¡‘73] ¡[Edmonds ¡Karp ¡’72] ¡ Õ(n 2 ) ¡ ¡ [Dinitz ¡‘73] ¡[Gabow ¡’85] ¡ Õ(n 3/2 ) ¡ ¡ [Goldberg ¡Rao ¡’98] ¡ Õ(n 3/2 ) ¡ ¡ [Lee ¡Sidford ¡’14] ¡ Our ¡focus: ¡ Sparse ¡graph ¡( m=O(n) ) ¡and ¡unit-­‑capacity ¡( U=1 ) ¡regime ¡ → ¡ It ¡is ¡a ¡good ¡benchmark ¡for ¡combinatorial ¡graph ¡algorithms ¡ → ¡ Already ¡captures ¡interesFng ¡problems, ¡e.g., ¡ biparBte ¡matching ¡ ( n ¡= ¡# ¡of ¡verFces, ¡ m ¡= ¡# ¡of ¡arcs, ¡ U ¡= ¡max ¡capacity, ¡ Õ() ¡ hides ¡polylogs) ¡

  9. What ¡is ¡known ¡about ¡Max ¡Flow? ¡ ¡ ¡ ¡ ¡Emerging ¡barrier: ¡ ¡ ¡O(n 3/2 ) ¡ ¡ [Even ¡Tarjan ¡’75, ¡Karzanov ¡‘73]: ¡ Achieved ¡this ¡bound ¡for ¡ U=1 ¡ long ¡Fme ¡ago ¡ Last ¡40 ¡years: ¡Matching ¡this ¡bound ¡in ¡increasingly ¡ ¡ more ¡general ¡seZngs, ¡but ¡ no ¡improvement ¡ This ¡indicates ¡a ¡fundamental ¡limitaFon ¡of ¡our ¡techniques ¡ Our ¡goal: ¡ Show ¡a ¡new ¡approach ¡finally ¡breaking ¡this ¡barrier ¡ ( n ¡= ¡# ¡of ¡verFces, ¡ m ¡= ¡# ¡of ¡arcs, ¡ U ¡= ¡max ¡capacity, ¡ Õ() ¡ hides ¡polylogs) ¡

  10. Breaking ¡the ¡O(n 3/2 ) ¡barrier ¡ Undirected ¡graphs ¡and ¡approx. ¡answers ¡ ( O(n 3/2 ) ¡ barrier ¡sFll ¡holds ¡here) ¡ ¡[CKMST ¡‘11]: ¡ (1-­‑ε)-­‑approx. ¡ to ¡max ¡flow ¡in ¡ Õ(n 4/3 ε -­‑3 ) ¡ Fme ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡[LSR ¡’13, ¡S ¡’13, ¡KLOS ¡’14, ¡P ¡’14]: ¡ (1-­‑ε)-­‑approx. ¡in ¡ Õ(nε -­‑2 ) ¡ Fme ¡ ¡ [M ¡‘13]: ¡ Exact ¡ Õ(n 10/7 )=Õ(n 1.43 )-­‑ Fme ¡alg. ¡ ¡ for ¡directed ¡graphs ¡ ¡ ( n ¡= ¡# ¡of ¡verFces, ¡ Õ() ¡ hides ¡polylog ¡factors) ¡

  11. Previous ¡approach ¡

  12. ¡ AugmenBng ¡paths ¡framework ¡ [Ford ¡Fulkerson ¡‘56] ¡ Basic ¡idea: ¡ ¡ ¡ Repeatedly ¡find ¡ s-­‑t ¡paths ¡ in ¡ s t ¡the ¡ residual ¡graph ¡ ¡ Advantage: ¡ Simple, ¡purely ¡ combinatorial ¡and ¡greedy ¡ s t (flow ¡is ¡built ¡path-­‑by-­‑path) ¡ Problem: ¡ Very ¡difficult ¡to ¡analyze ¡ Naïve ¡implementaBon: ¡O(n 2 ) ¡ Fme ¡ Unclear ¡how ¡to ¡get ¡ ¡ a ¡further ¡speed-­‑up ¡via ¡this ¡route ¡ s t SophisBcated ¡implementaBon ¡ ¡ and ¡arguments: ¡ ¡O(n 3/2 ) ¡ Fme ¡ [Karzanov ¡‘73] ¡[Even ¡Tarjan ¡‘75] ¡

  13. Beyond ¡augmenBng ¡paths ¡

  14. ¡ New ¡approach: ¡ ¡ Bring ¡linear-­‑algebraic ¡techniques ¡into ¡play ¡ Idea: ¡ Probe ¡the ¡ global ¡flow ¡structure ¡ ¡ of ¡the ¡graph ¡by ¡ solving ¡linear ¡systems ¡ How ¡to ¡relate ¡ flow ¡structure ¡ to ¡ linear ¡algebra ? ¡ (And ¡why ¡should ¡it ¡even ¡help?) ¡ ¡ Key ¡object: ¡ Electrical ¡flows ¡

  15. Input: ¡ ¡Undirected ¡graph ¡ G , ¡ Electrical ¡flows ¡(Take ¡I) ¡ ¡ resistances ¡r e , ¡ ¡source ¡s ¡ and ¡sink ¡t ¡ t s Recipe ¡for ¡elec. ¡flow: ¡ 1) ¡ Treat ¡edges ¡as ¡ ¡ ¡ ¡ ¡ ¡resistors ¡ ¡

  16. Input: ¡ ¡Undirected ¡graph ¡ G , ¡ Electrical ¡flows ¡(Take ¡I) ¡ ¡ resistances ¡r e , ¡ ¡source ¡s ¡ and ¡sink ¡t ¡ resistance ¡ r e ¡ t s Recipe ¡for ¡elec. ¡flow: ¡ 1) ¡ Treat ¡edges ¡as ¡ ¡ ¡ ¡ ¡ ¡resistors ¡ ¡ 2) ¡ Connect ¡a ¡bapery ¡ ¡ ¡ ¡ ¡ ¡to ¡ s ¡and ¡ t ¡

  17. Input: ¡ ¡Undirected ¡graph ¡ G , ¡ Electrical ¡flows ¡(Take ¡I) ¡ ¡ resistances ¡r e , ¡ ¡source ¡s ¡ and ¡sink ¡t ¡ resistance ¡ r e ¡ t s Recipe ¡for ¡elec. ¡flow: ¡ 1) ¡ Treat ¡edges ¡as ¡ ¡ ¡ ¡ ¡ ¡resistors ¡ ¡ 2) ¡ Connect ¡a ¡bapery ¡ ¡ ¡ ¡ ¡ ¡to ¡ s ¡and ¡ t ¡

  18. Input: ¡ ¡Undirected ¡graph ¡ G , ¡ Electrical ¡flows ¡(Take ¡II) ¡ ¡ resistances ¡r e , ¡ ¡source ¡s ¡ and ¡sink ¡t ¡ Principle ¡of ¡least ¡energy ¡ Electrical ¡flow ¡of ¡value ¡F: ¡ The ¡unique ¡minimizer ¡of ¡ the ¡energy ¡ ¡ ¡ E (f) ¡= ¡Σ e ¡ r e ¡ f(e) 2 ¡ ¡ among ¡all ¡ s-­‑t ¡ flows ¡f ¡ of ¡value ¡F ¡ Electrical ¡flows ¡= ¡ l 2 -­‑minimizaFon ¡ ¡

  19. How ¡to ¡compute ¡an ¡electrical ¡flow? ¡ Solve ¡a ¡linear ¡system! ¡

  20. How ¡to ¡compute ¡an ¡electrical ¡flow? ¡ Solve ¡a ¡ Laplacian ¡system! ¡ x ¡ = ¡ L ¡ b ¡ Result: ¡ Electrical ¡flow ¡is ¡a ¡ nearly-­‑linear ¡Bme ¡ primiFve ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡[ST ¡’04, ¡KMP ¡’10, ¡KMP ¡’11, ¡KOSZ ¡’13, ¡LS ¡’13, ¡CKPPR ¡‘14] ¡ ¡ How ¡to ¡employ ¡it? ¡

  21. From ¡electrical ¡flows ¡to ¡ ¡ undirected ¡max ¡flow ¡

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend