IVCVFeb 10, 2023

Tackling Bias in the Dice Similarity Coefficient: Introducing nDSC for White Matter Lesion Segmentation

arXiv:2302.05432v117 citationsh-index: 29Has Code
Originality Synthesis-oriented
AI Analysis

This addresses bias in segmentation metrics for medical imaging, particularly in white matter lesion segmentation for multiple sclerosis patients, but is incremental as it adapts an existing metric.

The paper tackled bias in the Dice Similarity Coefficient (DSC) for segmentation by introducing the normalized DSC (nDSC), which scales precision at fixed recall to reduce bias related to lesion load, and validated it on white matter lesion segmentation, showing nDSC is less biased than DSC with lesion load as measured by rank correlation coefficients.

The development of automatic segmentation techniques for medical imaging tasks requires assessment metrics to fairly judge and rank such approaches on benchmarks. The Dice Similarity Coefficient (DSC) is a popular choice for comparing the agreement between the predicted segmentation against a ground-truth mask. However, the DSC metric has been shown to be biased to the occurrence rate of the positive class in the ground-truth, and hence should be considered in combination with other metrics. This work describes a detailed analysis of the recently proposed normalised Dice Similarity Coefficient (nDSC) for binary segmentation tasks as an adaptation of DSC which scales the precision at a fixed recall rate to tackle this bias. White matter lesion segmentation on magnetic resonance images of multiple sclerosis patients is selected as a case study task to empirically assess the suitability of nDSC. We validate the normalised DSC using two different models across 59 subject scans with a wide range of lesion loads. It is found that the nDSC is less biased than DSC with lesion load on standard white matter lesion segmentation benchmarks measured using standard rank correlation coefficients. An implementation of nDSC is made available at: https://github.com/NataliiaMolch/nDSC .

Code Implementations1 repo
Foundations

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

Your Notes