TL;DR
This paper introduces DSC++, an improved loss function for biomedical image segmentation that enhances calibration of neural network predictions, making them more interpretable and useful in clinical settings.
Contribution
The study proposes DSC++, a novel extension of the Dice loss that improves calibration of segmentation models, addressing a key limitation of traditional DSC loss.
Findings
DSC++ significantly improves calibration across multiple datasets.
Integration of DSC++ enhances the calibration of existing DSC-based loss functions.
Well-calibrated outputs enable better post-processing adjustments like softmax thresholding.
Abstract
The Dice similarity coefficient (DSC) is both a widely used metric and loss function for biomedical image segmentation due to its robustness to class imbalance. However, it is well known that the DSC loss is poorly calibrated, resulting in overconfident predictions that cannot be usefully interpreted in biomedical and clinical practice. Performance is often the only metric used to evaluate segmentations produced by deep neural networks, and calibration is often neglected. However, calibration is important for translation into biomedical and clinical practice, providing crucial contextual information to model predictions for interpretation by scientists and clinicians. In this study, we provide a simple yet effective extension of the DSC loss, named the DSC++ loss, that selectively modulates the penalty associated with overconfident, incorrect predictions. As a standalone loss function,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax
