CVMar 13

SAIF: A Stability-Aware Inference Framework for Medical Image Segmentation with Segment Anything Model

arXiv:2603.1353331.1h-index: 8
AI Analysis

This addresses reliability issues in medical image segmentation for healthcare applications, but it is incremental as it builds on existing SAM methods without architectural changes.

The paper tackles the problem of inference-time instability in medical image segmentation using the Segment Anything Model (SAM) by proposing SAIF, a training-free framework that models prompt and threshold uncertainty, resulting in improved segmentation accuracy and robustness across multiple datasets.

Segment Anything Model (SAM) enable scalable medical image segmentation but suffer from inference-time instability when deployed as a frozen backbone. In practice, bounding-box prompts often contain localization errors, and fixed threshold binarization introduces additional decision uncertainty. These factors jointly cause high prediction variance, especially near object boundaries, degrading reliability. We propose the Stability-Aware Inference Framework (SAIF), a training-free and plug-and-play inference framework that improves robustness by explicitly modeling prompt and threshold uncertainty. SAIF constructs a joint uncertainty space via structured box perturbations and threshold variations, evaluates each hypothesis using decision stability and boundary consistency, and introduces a stability-consistency score to filter unstable candidates and perform stability-weighted fusion in probability space. Experiments on Synapse, CVC-ClinicDB, Kvasir-SEG, and CVC-300 demonstrate that SAIF consistently improves segmentation accuracy and robustness, achieving state-of-the-art performance without retraining or architectural modification. Our anonymous code is released at https://anonymous.4open.science/r/SAIF.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes