paper-with-me

Papers

The Mutex Watershed: Efficient, Parameter-Free Image Partitioning

2018-09-01 · ECCV 2018 9 · Steffen Wolf, Constantin Pape, Alberto Bailoni, Nasim Rahaman, Anna Kreshuk, Ullrich Kothe, FredA. Hamprecht

Image partitioning, or segmentation without semantics, is the task of decomposing an image into distinct segments; or equivalently, the task of detecting closed contours in an image. Most prior work either requires seeds, one per segment; or a threshold; or formulates the task as an NP-hard signed graph partitioning problem. Here, we propose an algorithm with empirically linearithmic complexity. Unlike seeded watershed, the algorithm can accommodate not only attractive but also repulsive cues, allowing it to find a previously unspecified number of segments without the need for explicit seeds or a tunable threshold. The algorithm itself, which we dub “mutex watershed”, is closely related to a minimal spanning tree computation. It is deterministic and easy to implement. When presented with short-range attractive and long-range repulsive cues from a deep neural network, the mutex watershed gives results that currently define the state-of-the-art in the competitive ISBI 2012 EM segmentation benchmark. These results are also better than those obtained from other recently proposed clustering strategies operating on the very same network outputs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringgraph partitioningSegmentation

Similar Papers 제목 키워드 기반

The Mutex Watershed and its Objective: Efficient, Parameter-Free Graph Partitioning

2019-04-25 · Steffen Wolf, Alberto Bailoni, Constantin Pape, Nasim Rahaman 외

Image partitioning, or segmentation without semantics, is the task of decomposing an image into distinct segments, or equivalently to detect closed contours. Most prior work either requires seeds, one per segment; or a t…

Clusteringgraph partitioningSegmentation

Joint Semantic Instance Segmentation on Graphs with the Semantic Mutex Watershed

2020-08-01 · ECCV 2020 8 · Steffen Wolf, Yuyan Li, Constantin Pape, Alberto Bailoni 외

Semantic instance segmentation is the task of simultaneously partitioning an image into distinct segments while associating each pixel with a class label. In commonly used pipelines, segmentation and label assignment are…

graph partitioningInstance SegmentationSegmentationSemantic Segmentation+1

The Semantic Mutex Watershed for Efficient Bottom-Up Semantic Instance Segmentation

2019-12-29 · Steffen Wolf, Yuyan Li, Constantin Pape, Alberto Bailoni 외

Semantic instance segmentation is the task of simultaneously partitioning an image into distinct segments while associating each pixel with a class label. In commonly used pipelines, segmentation and label assignment are…

graph partitioningInstance SegmentationSegmentationSemantic Segmentation+1

Parallel Watershed Partitioning: GPU-Based Hierarchical Image Segmentation

2024-10-11 · Varduhi Yeghiazaryan, Yeva Gabrielyan, Irina Voiculescu

Many image processing applications rely on partitioning an image into disjoint regions whose pixels are 'similar.' The watershed and waterfall transforms are established mathematical morphology pixel clustering technique…

GPUImage SegmentationSemantic Segmentation

The Empirical Watershed Wavelet

2024-10-24 · Basile Hurat, Zariluz Alvarado, Jerome Gilles

The empirical wavelet transform is an adaptive multiresolution analysis tool based on the idea of building filters on a data-driven partition of the Fourier domain. However, existing 2D extensions are constrained by the …

Image Deconvolution