Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DB-SAM: Delving into High Quality Universal Medical Image Segmentation

About

Recently, the Segment Anything Model (SAM) has demonstrated promising segmentation capabilities in a variety of downstream segmentation tasks. However in the context of universal medical image segmentation there exists a notable performance discrepancy when directly applying SAM due to the domain gap between natural and 2D/3D medical data. In this work, we propose a dual-branch adapted SAM framework, named DB-SAM, that strives to effectively bridge this domain gap. Our dual-branch adapted SAM contains two branches in parallel: a ViT branch and a convolution branch. The ViT branch incorporates a learnable channel attention block after each frozen attention block, which captures domain-specific local features. On the other hand, the convolution branch employs a light-weight convolutional block to extract domain-specific shallow features from the input medical image. To perform cross-branch feature fusion, we design a bilateral cross-attention block and a ViT convolution fusion block, which dynamically combine diverse information of two branches for mask decoder. Extensive experiments on large-scale medical image dataset with various 3D and 2D medical segmentation tasks reveal the merits of our proposed contributions. On 21 3D medical image segmentation tasks, our proposed DB-SAM achieves an absolute gain of 8.8%, compared to a recent medical SAM adapter in the literature. The code and model are available at https://github.com/AlfredQin/DB-SAM.

Chao Qin, Jiale Cao, Huazhu Fu, Fahad Shahbaz Khan, Rao Muhammad Anwer• 2024

Related benchmarks

TaskDatasetResultRank
3D Medical Image SegmentationBrain Ventricles MR-T1
DSC78.95
3
3D Medical Image SegmentationBrain Ventricles MR-T2
DSC77.02
3
3D Medical Image SegmentationBrain Tumor MR-FLAIR
DSC0.9249
3
3D Medical Image SegmentationCerebellum MR-T1
DSC94.47
3
3D Medical Image SegmentationCerebellum MR-T2
DSC92.69
3
3D Medical Image SegmentationGallbladder MR
DSC87.43
3
3D Medical Image SegmentationLeft Ventricle MR
DSC0.9115
3
3D Medical Image SegmentationRight Ventricle MR
DSC90.51
3
3D Medical Image SegmentationLiver MR
DSC96.17
3
3D Medical Image SegmentationPancreas MR
DSC85.16
3
Showing 10 of 30 rows

Other info

Code

Follow for update