Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Review of Serial and Parallel Min-Cut/Max-Flow Algorithms for Computer Vision

About

Minimum cut/maximum flow (min-cut/max-flow) algorithms solve a variety of problems in computer vision and thus significant effort has been put into developing fast min-cut/max-flow algorithms. As a result, it is difficult to choose an ideal algorithm for a given problem. Furthermore, parallel algorithms have not been thoroughly compared. In this paper, we evaluate the state-of-the-art serial and parallel min-cut/max-flow algorithms on the largest set of computer vision problems yet. We focus on generic algorithms, i.e., for unstructured graphs, but also compare with the specialized GridCut implementation. When applicable, GridCut performs best. Otherwise, the two pseudoflow algorithms, Hochbaum pseudoflow and excesses incremental breadth first search, achieves the overall best performance. The most memory efficient implementation tested is the Boykov-Kolmogorov algorithm. Amongst generic parallel algorithms, we find the bottom-up merging approach by Liu and Sun to be best, but no method is dominant. Of the generic parallel methods, only the parallel preflow push-relabel algorithm is able to efficiently scale with many processors across problem sizes, and no generic parallel method consistently outperforms serial algorithms. Finally, we provide and evaluate strategies for algorithm selection to obtain good expected performance. We make our dataset and implementations publicly available for further research.

Patrick M. Jensen, Niels Jeppesen, Anders B. Dahl, Vedrana A. Dahl• 2022

Related benchmarks

TaskDatasetResultRank
3D segmentation: Deep LOGISMOSdeeplogismos 2
Solve Time (ms)12
5
Graph matchingdd pair1 (s)
Solve Latency (ms)1
5
Super-Resolutionsuper-res E1
Solve Time0.00e+0
5
3D segmentation: oriented MRFvessel orimrf 256
Solve Time (s)0.61
5
3D segmentation: separating surfacescells sd3
Solve Time (s)25.4
5
3D segmentation: sparse layered graphs (SLG)4Dpipe small
Solve Time (h)3.57
5
3D segmentation: voxel-basedadhead n26c100
Solve Time (s)39.28
5
3D segmentation: voxel-basedadhead n6c100
Solve Time (s)12.67
5
3D U-Net segmentation cleaningorimrf clean 256
Solve Time (s)0.3
5
Decision tree field (DTF)printed-graph 1
Solve Time (s)0.27
5
Showing 10 of 16 rows

Other info

Follow for update