Challenge Summary U-MedSAM: Uncertainty-aware MedSAM for Medical Image Segmentation
Xin Wang, Xiaoyu Liu, Peng Huang, Pu Huang, Shu Hu, Hongtu Zhu
TL;DR
The paper tackles uncertainty in medical image segmentation when using foundation models like MedSAM. It introduces U-MedSAM, which integrates an uncertainty-aware loss that combines pixel, region, and distribution components, and trains with a Sharpness-Aware Minimization optimizer to enhance generalization. A knowledge-distillation step from TinyViT to EfficientViT reduces computational load while preserving performance. On the CVPR24 MedSAM on Laptop challenge, U-MedSAM demonstrates improved Dice scores and robustness across modalities, highlighting gains in accuracy and resilience to uncertain predictions in diverse clinical images.
Abstract
Medical Image Foundation Models have proven to be powerful tools for mask prediction across various datasets. However, accurately assessing the uncertainty of their predictions remains a significant challenge. To address this, we propose a new model, U-MedSAM, which integrates the MedSAM model with an uncertainty-aware loss function and the Sharpness-Aware Minimization (SharpMin) optimizer. The uncertainty-aware loss function automatically combines region-based, distribution-based, and pixel-based loss designs to enhance segmentation accuracy and robustness. SharpMin improves generalization by finding flat minima in the loss landscape, thereby reducing overfitting. Our method was evaluated in the CVPR24 MedSAM on Laptop challenge, where U-MedSAM demonstrated promising performance.
