Enhancing Uncertainty Estimation in Semantic Segmentation via Monte-Carlo Frequency Dropout
Abstract
Monte-Carlo (MC) Dropout provides a practical solution for estimating predictive distributions in deterministic neural networks. Traditional dropout, applied within the signal space, may fail to account for frequency-related noise common in medical imaging, leading to biased predictive estimates. A novel approach extends Dropout to the frequency domain, allowing stochastic attenuation of signal frequencies during inference. This creates diverse global textural variations in feature maps while preserving structural integrity -- a factor we hypothesize and empirically show is contributing to accurately estimating uncertainties in semantic segmentation. We evaluated traditional MC-Dropout and the MC-frequency Dropout in three segmentation tasks involving different imaging modalities: (i) prostate zones in biparametric MRI, (ii) liver tumors in contrast-enhanced CT, and (iii) lungs in chest X-ray scans. Our results show that MC-Frequency Dropout improves calibration, convergence, and semantic uncertainty, thereby improving prediction scrutiny, boundary delineation, and has the potential to enhance medical decision-making.
Cite
@article{arxiv.2501.11258,
title = {Enhancing Uncertainty Estimation in Semantic Segmentation via Monte-Carlo Frequency Dropout},
author = {Tal Zeevi and Lawrence H. Staib and John A. Onofrey},
journal= {arXiv preprint arXiv:2501.11258},
year = {2025}
}
Comments
Accepted by IEEE ISBI 2025 4-page paper. Code for the implementation is available at https://github.com/talze/frequency-dropout