IVCVMar 9, 2024

Mask-Enhanced Segment Anything Model for Tumor Lesion Semantic Segmentation

arXiv:2403.05912v210 citationsh-index: 15Has CodeMICCAI
Originality Incremental advance
AI Analysis

This addresses tumor segmentation for cancer diagnosis and treatment planning, representing an incremental improvement over existing SAM-based medical segmentation methods.

The paper tackles 3D tumor lesion segmentation in CT/MRI images by introducing Mask-Enhanced SAM (M-SAM), which incorporates a Mask-Enhanced Adapter and iterative refinement to improve accuracy; it achieves high segmentation accuracy and robust generalization across seven datasets.

Tumor lesion segmentation on CT or MRI images plays a critical role in cancer diagnosis and treatment planning. Considering the inherent differences in tumor lesion segmentation data across various medical imaging modalities and equipment, integrating medical knowledge into the Segment Anything Model (SAM) presents promising capability due to its versatility and generalization potential. Recent studies have attempted to enhance SAM with medical expertise by pre-training on large-scale medical segmentation datasets. However, challenges still exist in 3D tumor lesion segmentation owing to tumor complexity and the imbalance in foreground and background regions. Therefore, we introduce Mask-Enhanced SAM (M-SAM), an innovative architecture tailored for 3D tumor lesion segmentation. We propose a novel Mask-Enhanced Adapter (MEA) within M-SAM that enriches the semantic information of medical images with positional data from coarse segmentation masks, facilitating the generation of more precise segmentation masks. Furthermore, an iterative refinement scheme is implemented in M-SAM to refine the segmentation masks progressively, leading to improved performance. Extensive experiments on seven tumor lesion segmentation datasets indicate that our M-SAM not only achieves high segmentation accuracy but also exhibits robust generalization. The code is available at https://github.com/nanase1025/M-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