Variance-Penalized MC-Dropout as a Learned Smoothing Prior for Brain Tumour Segmentation

📅 2026-01-13
📈 Citations: 0
Influential: 0
📄 PDF

career value

193K/year
🤖 AI Summary
This study addresses the boundary noise commonly produced by existing CNN- and U-Net-based models in glioma segmentation, particularly within tumor infiltration zones, which can adversely affect clinical decision-making. To mitigate this issue, the authors propose UAMSA-UNet, a novel architecture that, for the first time, integrates a variance-penalizing loss into a Bayesian U-Net framework with Monte Carlo Dropout to learn smoothness priors in a data-driven manner, thereby enhancing spatial consistency. The model further incorporates a multi-scale attention mechanism to improve segmentation accuracy while reducing computational overhead. Experimental results demonstrate consistent performance gains: on BraTS2023, Dice and mIoU scores increase by 3.3% and 2.7%, respectively, with further improvements of 4.5% and 4.0% on BraTS2024. Additionally, the proposed method achieves a 42.5% reduction in FLOPs compared to U-Net++.

Technology Category

Application Category

📝 Abstract
Brain tumor segmentation is essential for diagnosis and treatment planning, yet many CNN and U-Net based approaches produce noisy boundaries in regions of tumor infiltration. We introduce UAMSA-UNet, an Uncertainty-Aware Multi-Scale Attention-based Bayesian U-Net that in- stead leverages Monte Carlo Dropout to learn a data-driven smoothing prior over its predictions, while fusing multi-scale features and attention maps to capture both fine details and global context. Our smoothing-regularized loss augments binary cross-entropy with a variance penalty across stochas- tic forward passes, discouraging spurious fluctuations and yielding spatially coherent masks. On BraTS2023, UAMSA- UNet improves Dice Similarity Coefficient by up to 3.3% and mean IoU by up to 2.7% over U-Net; on BraTS2024, it delivers up to 4.5% Dice and 4.0% IoU gains over the best baseline. Remarkably, it also reduces FLOPs by 42.5% rel- ative to U-Net++ while maintaining higher accuracy. These results demonstrate that, by combining multi-scale attention with a learned smoothing prior, UAMSA-UNet achieves both better segmentation quality and computational efficiency, and provides a flexible foundation for future integration with transformer-based modules for further enhanced segmenta- tion results.
Problem

Research questions and friction points this paper is trying to address.

brain tumour segmentation
noisy boundaries
tumor infiltration
spatial coherence
segmentation quality
Innovation

Methods, ideas, or system contributions that make the work stand out.

Variance-Penalized MC-Dropout
Learned Smoothing Prior
Multi-Scale Attention
Uncertainty-Aware Segmentation
Bayesian U-Net