AI Navigate

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

arXiv cs.CV / 3/17/2026

📰 NewsTools & Practical UsageModels & Research

Key Points

  • SAIF is a training-free, plug-and-play inference framework that improves robustness of the Segment Anything Model for medical image segmentation by explicitly modeling prompt and threshold uncertainty.
  • It builds a joint uncertainty space using structured box perturbations and threshold variations and evaluates hypotheses with a stability-consistency score to filter unstable candidates.
  • SAIF performs stability-weighted fusion in probability space to achieve more reliable segmentations without retraining or architectural changes.
  • Experiments on Synapse, CVC-ClinicDB, Kvasir-SEG, and CVC-300 show consistent accuracy and robustness gains, achieving state-of-the-art results without model modification.
  • The anonymous code for SAIF is released at https://anonymous.4open.science/r/SAIF.

Abstract

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.