paper-with-me

홈 › Papers

A Parallel Framework for Parametric Maximum Flow Problems in Image Segmentation

2015-09-20 · Vlad Olaru, Mihai Florea, Cristian Sminchisescu

This paper presents a framework that supports the implementation of parallel solutions for the widespread parametric maximum flow computational routines used in image segmentation algorithms. The framework is based on supergraphs, a special construction combining several image graphs into a larger one, and works on various architectures (multi-core or GPU), either locally or remotely in a cluster of computing nodes. The framework can also be used for performance evaluation of parallel implementations of maximum flow algorithms. We present the case study of a state-of-the-art image segmentation algorithm based on graph cuts, Constrained Parametric Min-Cut (CPMC), that uses the parallel framework to solve parametric maximum flow problems, based on a GPU implementation of the well-known push-relabel algorithm. Our results indicate that real-time implementations based on the proposed techniques are possible.

📄 PDF Abstract BibTeX arXiv:1509.06004

Code (0)

등록된 구현이 없습니다.

Tasks

GPUImage SegmentationSegmentationSemantic Segmentation

Similar 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 difficul…

Decomposable Submodular Function Minimization via Maximum Flow

2021-03-05 · Kyriakos Axiotis, Adam Karczmarz, Anish Mukherjee, Piotr Sankowski 외

This paper bridges discrete and continuous optimization approaches for decomposable submodular function minimization, in both the standard and parametric settings. We provide improved running times for this problem by re…

A Gradient Flow Perspective on Minimum MMD Estimation

2026-07-04 · Sophia Seulkee Kang, Louis Sharrock, Xiaoyuan Cheng, François-Xavier Briol 외 arxiv

Minimum maximum mean discrepancy (MMD) estimation has emerged as a robust and likelihood-free alternative to maximum likelihood estimation for parameter estimation. Yet, despite its practical success, the associated opti…

Analysis of Network Lasso for Semi-Supervised Regression

2018-08-22 · A. Jung, N. Vesselinova

We apply network Lasso to semi-supervised regression problems involving network structured data. This approach lends quite naturally to highly scalable learning algorithms in the form of message passing over an empirical…

Clusteringregression

The Capacity Constraint Physarum Solver

2020-10-19 · Yusheng Huang, Dong Chu, Yong Deng, Kang Hao Cheong

Physarum polycephalum inspired algorithm (PPA), also known as the Physarum Solver, has attracted great attention. By modelling real-world problems into a graph with network flow and adopting proper equations to calculate…