paper-with-me

Papers

A Message Passing Algorithm for the Minimum Cost Multicut Problem

2016-12-16 · CVPR 2017 7 · Paul Swoboda, Bjoern Andres

We propose a dual decomposition and linear program relaxation of the NP -hard minimum cost multicut problem. Unlike other polyhedral relaxations of the multicut polytope, it is amenable to efficient optimization by message passing. Like other polyhedral elaxations, it can be tightened efficiently by cutting planes. We define an algorithm that alternates between message passing and efficient separation of cycle- and odd-wheel inequalities. This algorithm is more efficient than state-of-the-art algorithms based on linear programming, including algorithms written in the framework of leading commercial software, as we show in experiments with large instances of the problem from applications in computer vision, biomedical image analysis and data mining.

📄 PDF Abstract BibTeX arXiv:1612.05441

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RAMA: A Rapid Multicut Algorithm on GPU

2021-09-04 · CVPR 2022 1 · Ahmed Abbas, Paul Swoboda

We propose a highly parallel primal-dual algorithm for the multicut (a.k.a. correlation clustering) problem, a classical graph clustering problem widely used in machine learning and computer vision. Our algorithm consist…

3D Instance SegmentationClusteringCombinatorial OptimizationGPU+5

Higher-Order Minimum Cost Lifted Multicuts for Motion Segmentation

2017-04-06 · ICCV 2017 10 · Margret Keuper

Most state-of-the-art motion segmentation algorithms draw their potential from modeling motion differences of local entities such as point trajectories in terms of pairwise potentials in graphical models. Inference in in…

Motion SegmentationSegmentation

Analysis and Optimization of Graph Decompositions by Lifted Multicuts

2017-08-01 · ICML 2017 8 · Andrea Horňáková, Jan-Hendrik Lange, Bjoern Andres

We study the set of all decompositions (clusterings) of a graph through its characterization as a set of lifted multicuts. This leads us to practically relevant insights related to the definition of classes of decom…

Motion Trajectory Segmentation via Minimum Cost Multicuts

2015-12-01 · ICCV 2015 12 · Margret Keuper, Bjoern Andres, Thomas Brox

For the segmentation of moving objects in videos, the analysis of long-term point trajectories has been very popular recently. In this paper, we formulate the segmentation of a video sequence based on point trajectories …

ClusteringSegmentationUnsupervised Video Object Segmentation

Uncertainty in Minimum Cost Multicuts for Image and Motion Segmentation

2021-05-16 · Amirhossein Kardoost, Margret Keuper

The minimum cost lifted multicut approach has proven practically good performance in a wide range of applications such as image decomposition, mesh segmentation, multiple object tracking, and motion segmentation. It addr…

Motion SegmentationMultiple Object TrackingObject TrackingSegmentation