paper-with-me

Papers

DeSAM: Decoupled Segment Anything Model for Generalizable Medical Image Segmentation

2023-06-01 · Yifan Gao, Wei Xia, Dingdu Hu, Wenkui Wang, Xin Gao

Deep learning-based medical image segmentation models often suffer from domain shift, where the models trained on a source domain do not generalize well to other unseen domains. As a prompt-driven foundation model with powerful generalization capabilities, the Segment Anything Model (SAM) shows potential for improving the cross-domain robustness of medical image segmentation. However, SAM performs significantly worse in automatic segmentation scenarios than when manually prompted, hindering its direct application to domain generalization. Upon further investigation, we discovered that the degradation in performance was related to the coupling effect of inevitable poor prompts and mask generation. To address the coupling effect, we propose the Decoupled SAM (DeSAM). DeSAM modifies SAM's mask decoder by introducing two new modules: a prompt-relevant IoU module (PRIM) and a prompt-decoupled mask module (PDMM). PRIM predicts the IoU score and generates mask embeddings, while PDMM extracts multi-scale features from the intermediate layers of the image encoder and fuses them with the mask embeddings from PRIM to generate the final segmentation mask. This decoupled design allows DeSAM to leverage the pre-trained weights while minimizing the performance degradation caused by poor prompts. We conducted experiments on publicly available cross-site prostate and cross-modality abdominal image segmentation datasets. The results show that our DeSAM leads to a substantial performance improvement over previous state-of-theart domain generalization methods. The code is publicly available at https://github.com/yifangao112/DeSAM.

📄 PDF Abstract BibTeX arXiv:2306.00499

Code (1)

yifangao112/desam 공식 구현 pytorch

Tasks

DecoderDomain GeneralizationImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

DeSamba: Decoupled Spectral Adaptive Framework for 3D Multi-Sequence MRI Lesion Classification

2025-07-21 · Dezhen Wang, Sheng Miao, Rongxin Chai, Jiufa Cui arxiv

Magnetic Resonance Imaging (MRI) sequences provide rich spatial and frequency domain information, which is crucial for accurate lesion classification in medical imaging. However, effectively integrating multi-sequence MR…

Representation LearningBinary Classification

Surgical-DeSAM: Decoupling SAM for Instrument Segmentation in Robotic Surgery

2024-04-22 · Yuyang Sheng, Sophia Bano, Matthew J. Clarkson, Mobarakol Islam

Purpose: The recent Segment Anything Model (SAM) has demonstrated impressive performance with point, text or bounding box prompts, in various applications. However, in safety-critical surgical tasks, prompting is not pos…

Instance SegmentationSegmentationSemantic Segmentation

Prompting Segment Anything Model with Domain-Adaptive Prototype for Generalizable Medical Image Segmentation

2024-09-19 · Zhikai Wei, Wenhui Dong, Peilin Zhou, Yuliang Gu 외

Deep learning based methods often suffer from performance degradation caused by domain shift. In recent years, many sophisticated network structures have been designed to tackle this problem. However, the advent of large…

Domain GeneralizationImage SegmentationMedical Image SegmentationSegmentation+3

Tracking Anything with Decoupled Video Segmentation

2023-09-07 · ICCV 2023 1 · Ho Kei Cheng, Seoung Wug Oh, Brian Price, Alexander Schwing 외

Training data for video segmentation are expensive to annotate. This impedes extensions of end-to-end algorithms to new video segmentation tasks, especially in large-vocabulary settings. To 'track anything' without train…

Open-Vocabulary Video SegmentationOpen-World Video SegmentationPanoptic SegmentationReferring Expression Segmentation+9

Encoding Structural Constraints into Segment Anything Models via Probabilistic Graphical Models

2025-09-26 · Yu Li, Da Chang, Xi Xiao arxiv

While the Segment Anything Model (SAM) has achieved remarkable success in image segmentation, its direct application to medical imaging remains hindered by fundamental challenges, including ambiguous boundaries, insuffic…

Medical Image Segmentation