Yuan Gao
commited on
Commit
·
1f07f22
1
Parent(s):
0f1419c
readme with image
Browse files- README.md +50 -1
- assets/github_highlevel.png +3 -0
README.md
CHANGED
|
@@ -1,3 +1,52 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-nc-nd-4.0
|
| 5 |
+
tags:
|
| 6 |
+
- ecg
|
| 7 |
+
- student-teacher
|
| 8 |
+
- echocardiograms
|
| 9 |
+
- medical
|
| 10 |
+
pipeline_tag: other
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# ProbMED: A Probabilistic Framework for Medical Multimodal Binding (ICCV 2025)
|
| 14 |
+
Probabilistic Modality-Enhanced Diagnosis (ProbMED), a multi-modal Med-VLPM that employs probabilistic contrastive learning to model distributions over embeddings rather than fixed-point, deterministic estimates. ProbMED aligns four distinct modalities—chest X-rays, electrocardiograms, echocardiograms, and clinical text—into a unified probabilistic embedding space.
|
| 15 |
+
|
| 16 |
+
<p align="center">
|
| 17 |
+
<img src="assets/github_highlevel.png" width="40%">
|
| 18 |
+
</p>
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
## Installation
|
| 22 |
+
Clone the GitHub repository and install dependencies, instructions are found in the repo:
|
| 23 |
+
```bash
|
| 24 |
+
git clone [email protected]:mcintoshML/probMED.git
|
| 25 |
+
cd probMED
|
| 26 |
+
pip install -r requirements.txt
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
## Full Code Release
|
| 30 |
+
The model weights and inference is available with this code base.
|
| 31 |
+
|
| 32 |
+
**We plan to release the full training and evaluation codebase upon the clinical journal submission to facilitate reproducibility, please stay tuned!**
|
| 33 |
+
|
| 34 |
+
## License
|
| 35 |
+
This work is licensed under the **Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0)**.
|
| 36 |
+
|
| 37 |
+
You may share this work for non-commercial purposes, with proper attribution, but you may not modify it or use it commercially.
|
| 38 |
+
|
| 39 |
+
[](https://creativecommons.org/licenses/by-nc-nd/4.0/)
|
| 40 |
+
|
| 41 |
+
[View Full License Details](https://creativecommons.org/licenses/by-nc-nd/4.0/)
|
| 42 |
+
|
| 43 |
+
## Citation
|
| 44 |
+
If you use ProbMED in your research (ICCV 2025), please cite:
|
| 45 |
+
```
|
| 46 |
+
@article{gao2025probmed,
|
| 47 |
+
title={ProbMed: A Probabilistic Framework for Medical Multimodal Binding},
|
| 48 |
+
author={Gao, Yuan and Kim, Sangwook and You, Jianzhong and McIntosh, Chris},
|
| 49 |
+
journal={arXiv preprint arXiv:2509.25711},
|
| 50 |
+
year={2025}
|
| 51 |
+
}
|
| 52 |
+
```
|
assets/github_highlevel.png
ADDED
|
Git LFS Details
|