paper-with-me

홈 › Papers

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

2022-02-01 · Patrick M. Jensen, Niels Jeppesen, Anders B. Dahl, Vedrana A. Dahl

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.

📄 PDF Abstract BibTeX arXiv:2202.00418

Code (1)

patmjen/maxflow_algorithms 공식 구현

Similar Papers 제목 키워드 기반

Complexity of Representation and Inference in Compositional Models with Part Sharing

2013-01-16 · Alan L. Yuille, Roozbeh Mottaghi

This paper describes serial and parallel compositional models of multiple objects with part sharing. Objects are built by part-subpart compositions and expressed in terms of a hierarchical dictionary of object parts. The…

Efficient Parallel Optimization for Potts Energy With Hierarchical Fusion

2015-06-01 · CVPR 2015 6 · Olga Veksler

Potts energy frequently occurs in computer vision applications. We present an efficient parallel method for optimizing Potts energy based on the extension of hierarchical fusion algorithm. Unlike previous parallel g…

Faster Multi-Object Segmentation Using Parallel Quadratic Pseudo-Boolean Optimization

2021-01-01 · ICCV 2021 10 · Niels Jeppesen, Patrick M. Jensen, Anders N. Christensen, Anders B. Dahl 외

We introduce a parallel version of the Quadratic Pseudo-Boolean Optimization (QPBO) algorithm for solving binary optimization tasks, such as image segmentation. The original QPBO implementation by Kolmogorov and Roth…

Image SegmentationSegmentationSemantic Segmentation

Serial-parallel Multi-Scale Feature Fusion for Anatomy-Oriented Hand Joint Detection

2021-02-19 · Bin Li, Hong Fu, Ruimin Li, Wendi Wang

Accurate hand joints detection from images is a fundamental topic which is essential for many applications in computer vision and human computer interaction. This paper presents a two stage network for hand joints detect…

Anatomy

Homogenous and Heterogenous Parallel Clustering: An Overview

2022-02-14 · Ahmed Ibrahim, Rokaya Hassanien

Recent advances in computer architecture and networking opened the opportunity for parallelizing the clustering algorithms. This divide-and-conquer strategy often results in better results to centralized clustering with …

Clustering