SURE: Supervised UnceRtainty Estimation — making uncertainty more certain.
This repository contains the official implementation of the MICCAI 2025 paper:
"Uncertainty-Supervised Interpretable and Robust Evidential Segmentation".
In this work, we propose a novel uncertainty supervision framework guided by human-intuitive principles. Instead of treating uncertainty as a by-product of prediction, we explicitly supervise the uncertainty using interpretable patterns derived from human reasoning. Additionally, we introduce new evaluation metrics (UCC and UR) to evaluate the interpretability and robustness of model uncertainty.
The proposed metrics are implemented in utilities/count_pixels.py, with the following functions:
count_pixels_dcount_pixels_d_chunkcount_pixels_mucount_pixels_gradcount_corr_mu
These functions are used to calculate the Uncertainty Correlation Coefficient (UCC) and Uncertainty Ratio (UR) metrics.
All input tensors for these functions — such as uncertainty, gradient, and distance maps — must be flattened 1D tensors of shape [N, 1].