Faster Divergence Maximization for Faster Maximum Flow
Yang P. Liu, Aaron Sidford

TL;DR
This paper introduces a novel maximum flow algorithm that leverages divergence maximization and Bregman divergence, significantly improving runtime over previous methods for certain graph densities and capacities.
Contribution
It generalizes interior point methods for maximum flow by maximizing flow divergence instead of energy, avoiding dependencies on the norm and achieving faster runtimes.
Findings
Achieves maximum flow in /3+o(1) U^{1/3} time for graphs with integer capacities.
Overcomes previous bottlenecks in interior point methods for max flow.
Introduces a generalized approach to flow optimization using divergence maximization.
Abstract
In this paper we provide an algorithm which given any -edge -vertex directed graph with integer capacities at most computes a maximum - flow for any vertices and in time. This improves upon the previous best running times of (Liu Sidford 2019), (Lee Sidford 2014), and (Orlin 2013) when the graph is not too dense or has large capacities. To achieve the results this paper we build upon previous algorithmic approaches to maximum flow based on interior point methods (IPMs). In particular, we overcome a key bottleneck of previous advances in IPMs for maxflow (M\k{a}dry 2013, M\k{a}dry 2016, Liu Sidford 2019), which make progress by maximizing the energy of local norm minimizing electric flows. We generalize this approach and instead maximize the divergence of flows which…
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
TopicsCommutative Algebra and Its Applications · Polynomial and algebraic computation · Advanced Optimization Algorithms Research
