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

**Authors:** Steffen Wolf, Alberto Bailoni, Constantin Pape, Nasim Rahaman, Anna, Kreshuk, Ullrich K\"othe, Fred A. Hamprecht

arXiv: 1904.12654 · 2021-04-20

## TL;DR

The paper introduces the Mutex Watershed, an efficient, parameter-free graph partitioning algorithm capable of handling both attractive and repulsive cues, achieving state-of-the-art results in image segmentation benchmarks.

## Contribution

It presents a simple, deterministic algorithm that globally optimizes a multicut-related objective, accommodating complex cues without seeds or thresholds.

## Key findings

- Achieves the best results on ISBI 2012 EM segmentation benchmark.
- Solves a multicut-related objective to global optimality.
- Empirically linearithmic complexity.

## Abstract

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 threshold; or formulates the task as multicut / correlation clustering, an NP-hard problem. Here, we propose an efficient algorithm for graph partitioning, the "Mutex Watershed''. 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. We also prove that this simple algorithm solves to global optimality an objective function that is intimately related to the multicut / correlation clustering integer linear programming formulation. The algorithm is deterministic, very simple to implement, and has empirically linearithmic complexity. When presented with short-range attractive and long-range repulsive cues from a deep neural network, the Mutex Watershed gives the best results currently known for the competitive ISBI 2012 EM segmentation benchmark.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.12654/full.md

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1904.12654/full.md

## References

78 references — full list in the complete paper: https://tomesphere.com/paper/1904.12654/full.md

---
Source: https://tomesphere.com/paper/1904.12654