paper-with-me

Papers

Continuous Dice Coefficient: a Method for Evaluating Probabilistic Segmentations

2019-06-26 · Reuben R Shamir, Yuval Duchin, Jin-Young Kim, Guillermo Sapiro, Noam Harel

Objective: Overlapping measures are often utilized to quantify the similarity between two binary regions. However, modern segmentation algorithms output a probability or confidence map with continuous values in the zero-to-one interval. Moreover, these binary overlapping measures are biased to structure size. Addressing these challenges is the objective of this work. Methods: We extend the definition of the classical Dice coefficient (DC) overlap to facilitate the direct comparison of a ground truth binary image with a probabilistic map. We call the extended method continuous Dice coefficient (cDC) and show that 1) cDC is less or equal to 1 and cDC = 1 if-and-only-if the structures overlap is complete, and, 2) cDC is monotonically decreasing with the amount of overlap. We compare the classical DC and the cDC in a simulation of partial volume effects that incorporates segmentations of common targets for deep-brainstimulation. Lastly, we investigate the cDC for an automatic segmentation of the subthalamic-nucleus. Results: Partial volume effect simulation on thalamus (large structure) resulted with DC and cDC averages (SD) of 0.98 (0.006) and 0.99 (0.001), respectively. For subthalamic-nucleus (small structure) DC and cDC were 0.86 (0.025) and 0.97 (0.006), respectively. The DC and cDC for automatic STN segmentation were 0.66 and 0.80, respectively. Conclusion: The cDC is well defined for probabilistic segmentation, less biased to structure size and more robust to partial volume effects in comparison to DC. Significance: The proposed method facilitates a better evaluation of segmentation algorithms. As a better measurement tool, it opens the door for the development of better segmentation methods.

📄 PDF Abstract BibTeX arXiv:1906.11031

Code (1)

rubyshamir/cDC/blob/main/continuous_Dice_coefficient.py

Tasks

Segmentation

Similar Papers 제목 키워드 기반

Multi-Region Probabilistic Dice Similarity Coefficient using the Aitchison Distance and Bipartite Graph Matching

2015-09-24 · Shawn Andrews, Ghassan Hamarneh

Validation of image segmentation methods is of critical importance. Probabilistic image segmentation is increasingly popular as it captures uncertainty in the results. Image segmentation methods that support multi-region…

Graph MatchingImage SegmentationSegmentationSemantic Segmentation

Brain tumour segmentation using a triplanar ensemble of U-Nets

2021-05-24 · Vaanathi Sundaresan, Ludovica Griffanti, Mark Jenkinson

Gliomas appear with wide variation in their characteristics both in terms of their appearance and location on brain MR images, which makes robust tumour segmentation highly challenging, and leads to high inter-rater vari…

Brain Tumor SegmentationSegmentationTumor Segmentation

Image-Conditioned Diffusion Models for Quality Assurance of Organ-at-Risk Segmentations in Radiotherapy

2026-08-24 · Clea Dronne, Catharine H Clark, Xavier Loizeau, Elizabeth Miles 외 arxiv

Accurate organ-at-risk segmentation is essential for radiotherapy planning, but reviewing segmentations is time-consuming and subjective. We investigate normative modelling for segmentation error detection in head-and-ne…

Segmentation of Head and Neck Organs at Risk Using CNN with Batch Dice Loss

2018-12-06 · Oldřich Kodym, Michal Španěl, Adam Herout

This paper deals with segmentation of organs at risk (OAR) in head and neck area in CT images which is a crucial step for reliable intensity modulated radiotherapy treatment. We introduce a convolution neural network wit…

DecoderSegmentation

Give me (un)certainty -- An exploration of parameters that affect segmentation uncertainty

2019-11-14 · Katharina Hoebel, Ken Chang, Jay Patel, Praveer Singh 외

Segmentation tasks in medical imaging are inherently ambiguous: the boundary of a target structure is oftentimes unclear due to image quality and biological factors. As such, predicted segmentations from deep learning al…

SegmentationUncertainty Quantification