Skip to content

SegWithU: Uncertainty as Perturbation Energy for Single-Forward-Pass Risk-Aware Medical Image Segmentation

Apr 2026 · arXiv.org · Vol abs/2604.15271 · 0 citations · 18 references
Computer Science

TL;DR

SegWithU is a post-hoc framework that augments a frozen pretrained segmentation backbone with a lightweight uncertainty head and models uncertainty as perturbation energy in a compact probe space using rank-1 posterior probes, suggesting that perturbation-based uncertainty modeling is an effective and practical route to reliability-aware medical segmentation.

Abstract

Reliable uncertainty estimation is critical for medical image segmentation, where automated contours feed downstream quantification and clinical decision support. Many strong uncertainty methods require repeated inference, while efficient single-forward-pass alternatives often provide weaker failure ranking or rely on restrictive feature-space assumptions. We present $\textbf{SegWithU}$, a post-hoc framework that augments a frozen pretrained segmentation backbone with a lightweight uncertainty head. SegWithU taps intermediate backbone features and models uncertainty as perturbation energy in a compact probe space using rank-1 posterior probes. It produces two voxel-wise uncertainty maps: a calibration-oriented map for probability tempering and a ranking-oriented map for error detection and selective prediction. Across ACDC, BraTS2024, and LiTS, SegWithU is the strongest and most consistent single-forward-pass baseline, achieving AUROC/AURC of $0.9838/2.4885$, $0.9946/0.2660$, and $0.9925/0.8193$, respectively, while preserving segmentation quality. These results suggest that perturbation-based uncertainty modeling is an effective and practical route to reliability-aware medical segmentation. Source code is available at https://github.com/ProjectNeura/SegWithU.

View source

Similar papers

Review Open access Jul 2026

Uncertainty Quantification in Medical Image Segmentation: A Comprehensive Survey

A comprehensive survey of UQ techniques in medical image segmentation is presented, categorizing existing approaches into Bayesian methods, deep ensembles, deterministic methods, test-time data augmentation, and hybrid models, while treating foundation-model-based UQ as a separate cross-cutting category.

Seyed Sina Ziaee, K. Ovens · 0 citations
Jul 2026

Semi-supervised Medical Image Segmentation via Perturbation-Aware Mutual Learning and Edge-Aware Uncertainty Loss for Accurate Anatomical Delineation.

This paper proposes a novel framework that effectively leverages unlabeled data to improve segmentation performance in cardiac structures and applies a novel consistency constraint by a dual fine-grained boundary loss that provide global characteristics-based guidance from the transition of the boundary region and an edge-aware uncertainty loss.

Waqas Anwaar, Van Manh, Wufeng Xue et al. · 0 citations
Open access Jul 2026

Uncertainty-guided mamba network for efficient medical image segmentation with evidential deep learning.

This work proposes an uncertainty-aware efficient segmentation framework synergizing Mamba state-space models with evidential deep learning, employing a 2D-adapted selective state-space mechanism to capture long-range dependencies with linear complexity O(L), overcoming transformers' quadratic scaling.

Siqin Sun, Chihui Long, Xingbo Dong et al. · 0 citations
Jul 2026

LSR-Diff: A Diffusion Model Synthesizing Level Set Representations for Reliable Segmentation of Medical Images With Ambiguous Edges

Accurate boundary segmentation is critical for high-stakes applications such as disease diagnosis, yet remains challenging due to complex topology, boundary ambiguity, and annotation uncertainty. Diffusion Probabilistic Models (DPMs) generate multiple masks with inherent uncertainty, enhancing boundary delineation compared to deterministic models. However, most existing DPM based segmentation approaches learn discrete binary masks, conflicting with the continuous diffusion process and leading to hard-to-learn degradation during noise addition. Moreover, the prevailing approach of averaging stochastic predictions and applying a fixed threshold disregards structural consistency, often leading to imprecise boundaries, isolated artifacts, and holes. To address these challenges, we propose the <inline-formula> <tex-math notation="LaTeX">$L$ </tex-math></inline-formula>evel <inline-formula> <tex-math notation="LaTeX">$S$ </tex-math></inline-formula>et <inline-formula> <tex-math notation="LaTeX">$R$ </tex-math></inline-formula>epresentation <inline-formula> <tex-math notation="LaTeX">$D$ </tex-math></inline-formula>iffusion model (LSR-Diff), which incorporates a diffusion model with a hybrid mask representation to better capture boundary information, and a novel strategy <inline-formula> <tex-math notation="LaTeX">$E$ </tex-math></inline-formula>nsemble <inline-formula> <tex-math notation="LaTeX">$A$ </tex-math></inline-formula>ggregation via Level <inline-formula> <tex-math notation="LaTeX">$S$ </tex-math></inline-formula>et <inline-formula> <tex-math notation="LaTeX">$E$ </tex-math></inline-formula>volution (EASE) to merge prediction candidates while respecting structural information. The hybrid representation takes advantage of both discrete binary masks and continuous implicit masks, with an intermediate representation to ensure a smooth transition. The EASE module guided by ambiguity estimation and anatomical structure then refines boundary topology, preventing arbitrary mask assembly during the aggregation of stochastic predictions. We conduct extensive experiments across various clinical applications including multiple modalities and tissues, showing that LSR-Diff achieves competitive overall performance and improved edge quality and topology accuracy on the tested tasks.

Wenbo Gao, Haoyu Cao, J. Cheung et al. · 0 citations
Open access Jul 2026

DynU-Net: Dynamic Uncertainty-Aware Multi-task U-Net for Joint Lesion Segmentation and Classification in Medical Imaging

A Dynamic Uncertainty-aware Network (DynU-Net) is proposed, a multi-task framework that adaptively balances segmentation and classification through learnable per-task uncertainty parameters that consistently outperforms both single-task and existing multi-task baselines.

Ngoc Ly Tran, Thi Thu Thuy Nguyen, Ba-Hung Ngo et al. · 0 citations

Related blog posts