Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,34 @@
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
| 5 |
+
license: mit
|
| 6 |
---
|
| 7 |
|
| 8 |
+
## A Reality Check of Vision-Language Pre-training in Radiology: Have We Progressed Using Text?
|
| 9 |
+
|
| 10 |
+
- Code: [DLILP](https://github.com/jusiro/DLILP)
|
| 11 |
+
- Paper: [IPMI 2025](https://link.springer.com/chapter/10.1007/978-3-031-96625-5_20) - [ArXiv](https://arxiv.org/abs/2504.05227)
|
| 12 |
+
- Docs: [Documentation](https://github.com/jusiro/DLILP)
|
| 13 |
+
|
| 14 |
+
### About "CONVIRT" weights:
|
| 15 |
+
|
| 16 |
+
- Pre-trained using a vanilla CLIP contrastive loss - a very similar pre-training as earlier proposed in [CONVIRT](https://arxiv.org/abs/2010.00747) paper (2020).
|
| 17 |
+
- Pre-trained on MIMIC.
|
| 18 |
+
|
| 19 |
+
If you find this repository useful, please consider citing this paper:
|
| 20 |
+
```
|
| 21 |
+
@inproceedings{convirt,
|
| 22 |
+
author = {Yuhao Zhang and others},
|
| 23 |
+
booktitle = {MHLC},
|
| 24 |
+
pages = {1-24},
|
| 25 |
+
title = {Contrastive Learning of Medical Visual Representations from Paired Images and Text},
|
| 26 |
+
year = {2022},
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
@inproceedings{dlilp,
|
| 30 |
+
title={A Reality Check of Vision-Language Pre-training in Radiology: Have We Progressed Using Text?},
|
| 31 |
+
author={Julio Silva-Rodríguez and Jose Dolz and Ismail {Ben Ayed}},
|
| 32 |
+
booktitle={Information Processing in Medical Imaging (IPMI)},
|
| 33 |
+
year={2025}
|
| 34 |
+
}
|
| 35 |
+
```
|