Uncertainty-Supervised Interpretable and Robust Evidential Segmentation
Yuzhu Li, An Sui, Fuping Wu, Xiahai Zhuang
TL;DR
This work tackles unreliable and opaque uncertainty estimates in medical image segmentation. It introduces a self-supervised uncertainty supervision framework based on evidential deep learning (EDL) that ties uncertainty to boundary gradients and local noise via two losses, $L_{gu}$ and $L_{nu}$, plus an active-hard-sample mechanism, integrated into $L_{total}=L_{Seg}+\beta L_{gu}+\gamma L_{nu}$. The authors propose new interpretability metrics $UCC$ and $UR$ to quantify alignment between uncertainty and image structure/noise, and demonstrate on the ACDC and REFUGE datasets that the method achieves competitive segmentation performance while significantly improving uncertainty interpretability and robustness, especially under distribution shifts. Code is released at https://github.com/suiannaius/SURE.
Abstract
Uncertainty estimation has been widely studied in medical image segmentation as a tool to provide reliability, particularly in deep learning approaches. However, previous methods generally lack effective supervision in uncertainty estimation, leading to low interpretability and robustness of the predictions. In this work, we propose a self-supervised approach to guide the learning of uncertainty. Specifically, we introduce three principles about the relationships between the uncertainty and the image gradients around boundaries and noise. Based on these principles, two uncertainty supervision losses are designed. These losses enhance the alignment between model predictions and human interpretation. Accordingly, we introduce novel quantitative metrics for evaluating the interpretability and robustness of uncertainty. Experimental results demonstrate that compared to state-of-the-art approaches, the proposed method can achieve competitive segmentation performance and superior results in out-of-distribution (OOD) scenarios while significantly improving the interpretability and robustness of uncertainty estimation. Code is available via https://github.com/suiannaius/SURE.
