CVAIMar 23, 2025

PG-SAM: Prior-Guided SAM with Medical for Multi-organ Segmentation

arXiv:2503.18227v33 citationsh-index: 39Has Code
Originality Incremental advance
AI Analysis

This addresses the domain gap issue in medical image segmentation for researchers and practitioners, though it is incremental as it builds on existing SAM and modality fusion methods.

The paper tackles the problem of Segment Anything Model (SAM) having reduced accuracy and robustness in medical image segmentation by proposing PG-SAM, which uses fine-grained modality prior alignment with medical knowledge to improve segmentation, achieving state-of-the-art performance on the Synapse dataset.

Segment Anything Model (SAM) demonstrates powerful zero-shot capabilities; however, its accuracy and robustness significantly decrease when applied to medical image segmentation. Existing methods address this issue through modality fusion, integrating textual and image information to provide more detailed priors. In this study, we argue that the granularity of text and the domain gap affect the accuracy of the priors. Furthermore, the discrepancy between high-level abstract semantics and pixel-level boundary details in images can introduce noise into the fusion process. To address this, we propose Prior-Guided SAM (PG-SAM), which employs a fine-grained modality prior aligner to leverage specialized medical knowledge for better modality alignment. The core of our method lies in efficiently addressing the domain gap with fine-grained text from a medical LLM. Meanwhile, it also enhances the priors' quality after modality alignment, ensuring more accurate segmentation. In addition, our decoder enhances the model's expressive capabilities through multi-level feature fusion and iterative mask optimizer operations, supporting unprompted learning. We also propose a unified pipeline that effectively supplies high-quality semantic information to SAM. Extensive experiments on the Synapse dataset demonstrate that the proposed PG-SAM achieves state-of-the-art performance. Our code is released at https://github.com/logan-0623/PG-SAM.

Code Implementations1 repo
Foundations

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

Your Notes