nielsr HF Staff commited on
Commit
116930d
·
verified ·
1 Parent(s): 10ceee3

Add model card metadata and description

Browse files

Hi! I'm Niels from the community science team at Hugging Face.

I've updated the model card for Medical SAM3 to include relevant metadata such as the pipeline tag and relevant task tags. I've also added links to the paper, GitHub repository, and project page to make the artifact more discoverable and documented.

Please let me know if you have any questions!

Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: image-segmentation
4
+ tags:
5
+ - medical
6
+ - foundation-model
7
+ - sam3
8
+ - segmentation
9
+ ---
10
+
11
+ # Medical SAM3: A Foundation Model for Universal Prompt-Driven Medical Image Segmentation
12
+
13
+ Medical SAM3 is a foundation model for universal prompt-driven medical image segmentation, obtained by fully fine-tuning SAM3 on large-scale, heterogeneous 2D and 3D medical imaging datasets with paired segmentation masks and text prompts.
14
+
15
+ - **Paper:** [Medical SAM3: A Foundation Model for Universal Prompt-Driven Medical Image Segmentation](https://huggingface.co/papers/2601.10880)
16
+ - **Project Page:** [https://chongcongjiang.github.io/MedicalSAM3/](https://chongcongjiang.github.io/MedicalSAM3/)
17
+ - **Repository:** [https://github.com/AIM-Research-Lab/Medical-SAM3](https://github.com/AIM-Research-Lab/Medical-SAM3)
18
+
19
+ ## Introduction
20
+
21
+ Promptable segmentation foundation models such as SAM3 have demonstrated strong generalization capabilities through interactive and concept-based prompting. However, their direct applicability to medical image segmentation remains limited by severe domain shifts.
22
+
23
+ By fine-tuning SAM3's model parameters on 33 datasets spanning 10 medical imaging modalities, Medical SAM3 acquires robust domain-specific representations while preserving prompt-driven flexibility. Experiments across organs, imaging modalities, and dimensionalities demonstrate consistent and significant performance gains.
24
+
25
+ ## Citation
26
+
27
+ ```bibtex
28
+ @article{jiang2026medicalsam3,
29
+ title={Medical SAM3: A Foundation Model for Universal Prompt-Driven Medical Image Segmentation},
30
+ author={Jiang, Chongcong and Ding, Tianxingjian and Song, Chuhan and Tu, Jiachen and Yan, Ziyang and Shao, Yihua and Wang, Zhenyi and Shang, Yuzhang and Han, Tianyu and Tian, Yu},
31
+ journal={arXiv preprint arXiv:2601.10880},
32
+ year={2026},
33
+ url={https://arxiv.org/abs/2601.10880}
34
+ }
35
+ ```