An efficient heuristic for approximate maximum flow computations
Jingyun Qian, Georg Hahn

TL;DR
This paper introduces a new heuristic algorithm that significantly speeds up approximate maximum flow computations in large brain networks by combining graph partitioning with flow calculations, maintaining accuracy while reducing runtime.
Contribution
The paper presents a novel approximation algorithm for maximum flow that leverages graph partitioning to improve computational efficiency in large-scale brain network analysis.
Findings
The proposed algorithm reduces runtime from O(|V||E|^2) to O(|V||E|^2/k^2).
It maintains comparable accuracy to traditional methods on simulated and real brain networks.
Experimental results demonstrate improved scalability for large brain connectivity graphs.
Abstract
Several concepts borrowed from graph theory are routinely used to better understand the inner workings of the (human) brain. To this end, a connectivity network of the brain is built first, which then allows one to assess quantities such as information flow and information routing via shortest path and maximum flow computations. Since brain networks typically contain several thousand nodes and edges, computational scaling is a key research area. In this contribution, we focus on approximate maximum flow computations in large brain networks. By combining graph partitioning with maximum flow computations, we propose a new approximation algorithm for the computation of the maximum flow with runtime O(|V||E|^2/k^2) compared to the usual runtime of O(|V||E|^2) for the Edmonds-Karp algorithm, where is the set of vertices, is the set of edges, and is the number of partitions. We…
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
TopicsComputer Graphics and Visualization Techniques · Numerical Methods and Algorithms · Advanced Numerical Analysis Techniques
