Commit ·
898c48e
1
Parent(s): 97c5d9b
Add pipeline_tag and improve model card metadata (#1)
Browse files- Add pipeline_tag and improve model card metadata (b5c8439022a4b37d1179af715c9d866a16cb368b)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
task_categories:
|
| 4 |
-
- image-segmentation
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- medical-imaging
|
| 9 |
-
- image-segmentation
|
| 10 |
- vision-language-models
|
| 11 |
- clip
|
| 12 |
- unimedclip
|
|
@@ -32,7 +30,11 @@ tags:
|
|
| 32 |
<a href="https://huggingface.co/TahaKoleilat/MedCLIPSeg" target="_blank"><img alt="HuggingFace Models" src="https://img.shields.io/badge/Models-Reproduce-2ea44f?logo=huggingface&logoColor=white" height="25"/></a>
|
| 33 |
<a href="#citation"><img alt="Citation" src="https://img.shields.io/badge/Citation-BibTeX-6C63FF?logo=bookstack&logoColor=white" height="25"/></a>
|
| 34 |
|
| 35 |
-
This repository hosts the **official trained model checkpoints** for **MedCLIPSeg**,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
The released checkpoints correspond exactly to the experiments reported in our paper and are provided **for evaluation and reproducibility purposes only**.
|
| 38 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
+
pipeline_tag: image-segmentation
|
| 6 |
tags:
|
| 7 |
- medical-imaging
|
|
|
|
| 8 |
- vision-language-models
|
| 9 |
- clip
|
| 10 |
- unimedclip
|
|
|
|
| 30 |
<a href="https://huggingface.co/TahaKoleilat/MedCLIPSeg" target="_blank"><img alt="HuggingFace Models" src="https://img.shields.io/badge/Models-Reproduce-2ea44f?logo=huggingface&logoColor=white" height="25"/></a>
|
| 31 |
<a href="#citation"><img alt="Citation" src="https://img.shields.io/badge/Citation-BibTeX-6C63FF?logo=bookstack&logoColor=white" height="25"/></a>
|
| 32 |
|
| 33 |
+
This repository hosts the **official trained model checkpoints** for **MedCLIPSeg**, presented in the paper [MedCLIPSeg: Probabilistic Vision-Language Adaptation for Data-Efficient and Generalizable Medical Image Segmentation](https://huggingface.co/papers/2602.20423).
|
| 34 |
+
|
| 35 |
+
**Authors:** Taha Koleilat, Hojat Asgariandehkordi, Omid Nejati Manzari, Berardino Barile, Yiming Xiao, Hassan Rivaz.
|
| 36 |
+
|
| 37 |
+
MedCLIPSeg is a vision–language framework for **medical image segmentation** built on top of **CLIP**. It adapts CLIP for robust, data-efficient, and uncertainty-aware segmentation through probabilistic cross-modal attention and bidirectional interaction between image and text tokens.
|
| 38 |
|
| 39 |
The released checkpoints correspond exactly to the experiments reported in our paper and are provided **for evaluation and reproducibility purposes only**.
|
| 40 |
|