CVLGOCSep 14, 2023

Morphologically-Aware Consensus Computation via Heuristics-based IterATive Optimization (MACCHIatO)

arXiv:2309.08066v21 citationsh-index: 103Has Code
AI Analysis

This addresses the need for robust consensus segmentation in tasks like inter-rater variability analysis or neural network output fusion, though it is incremental as it builds on existing methods like STAPLE.

The paper tackles the problem of consensus segmentation from multiple binary or probabilistic masks, showing that the widely used STAPLE algorithm is heavily impacted by background size and prior choice, and proposes a new method based on Fréchet means that is independent of background size, leading to binary consensus masks of intermediate size between Majority Voting and STAPLE.

The extraction of consensus segmentations from several binary or probabilistic masks is important to solve various tasks such as the analysis of inter-rater variability or the fusion of several neural network outputs. One of the most widely used methods to obtain such a consensus segmentation is the STAPLE algorithm. In this paper, we first demonstrate that the output of that algorithm is heavily impacted by the background size of images and the choice of the prior. We then propose a new method to construct a binary or a probabilistic consensus segmentation based on the Fréchet means of carefully chosen distances which makes it totally independent of the image background size. We provide a heuristic approach to optimize this criterion such that a voxel's class is fully determined by its voxel-wise distance to the different masks, the connected component it belongs to and the group of raters who segmented it. We compared extensively our method on several datasets with the STAPLE method and the naive segmentation averaging method, showing that it leads to binary consensus masks of intermediate size between Majority Voting and STAPLE and to different posterior probabilities than Mask Averaging and STAPLE methods. Our code is available at https://gitlab.inria.fr/dhamzaou/jaccardmap .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes