Dynamic Parallel and Distributed Graph Cuts
Miao Yu, Shuhan Shen, Zhanyi Hu

TL;DR
This paper introduces a dynamic parallel and distributed graph cuts algorithm that guarantees convergence to the global optimum by combining a novel merging method with existing splitting strategies, enhancing scalability and efficiency.
Contribution
It presents a merging method to address non-convergence in parallel graph cuts and develops a dynamic algorithm with guaranteed convergence to the global optimum.
Findings
The proposed algorithm converges within a predefined number of iterations.
Experimental results show improved scalability and performance.
The merging method effectively reuses computed flows in sub-graphs.
Abstract
Graph-cuts are widely used in computer vision. In order to speed up the optimization process and improve the scalability for large graphs, Strandmark and Kahl introduced a splitting method to split a graph into multiple subgraphs for parallel computation in both shared and distributed memory models. However, this parallel algorithm (parallel BK-algorithm) does not have a polynomial bound on the number of iterations and is found non-convergent in some cases due to the possible multiple optimal solutions of its sub-problems. To remedy this non-convergence problem, in this work we first introduce a merging method capable of merging any number of those adjacent sub-graphs which could hardly reach an agreement on their overlapped region in the parallel BK algorithm. Based on the pseudo-boolean representations of graph cuts,our merging method is shown able to effectively reuse all the…
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
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
