Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,56 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- YukunZhou/RETFound_dinov2_meh
|
| 7 |
+
pipeline_tag: image-classification
|
| 8 |
+
tags:
|
| 9 |
+
- Indocyanine Green Angiography (ICGA)
|
| 10 |
+
- binary classification
|
| 11 |
+
- RETFound
|
| 12 |
+
---
|
| 13 |
+
# RETFound-DINOv2 (CNV_ICGA)
|
| 14 |
+
|
| 15 |
+
Classification of Choroidal Neovascularization (CNV) on Indocyanine Green Angiography (ICGA) images.
|
| 16 |
+
|
| 17 |
+
Binary classification: 1 (YES), 0 (NO)
|
| 18 |
+
|
| 19 |
+
This model is obtained by finetuning the pretrained model available in HuggingFace at this [link](https://huggingface.co/YukunZhou/RETFound_dinov2_meh).
|
| 20 |
+
|
| 21 |
+
Trained on: [AngioReport](https://pubmed.ncbi.nlm.nih.gov/40610046/)
|
| 22 |
+
|
| 23 |
+
## Usage
|
| 24 |
+
|
| 25 |
+
Check instruction at the following [repository](https://gitlab.idiap.ch/medai/software/paper/fm-overspecialization)
|
| 26 |
+
|
| 27 |
+
## Model output structure
|
| 28 |
+
|
| 29 |
+
`[batch_size, num_classes]` (`num_classes=1`)
|
| 30 |
+
|
| 31 |
+
## Related publication(s)
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
@article{xu_angioreport_2025,
|
| 35 |
+
title = {{AngioReport}: dataset and baseline methods for fundus angiography report generation},
|
| 36 |
+
issn = {0007-1161},
|
| 37 |
+
url = {https://bjo.bmj.com/content/early/2025/07/02/bjo-2024-327006},
|
| 38 |
+
doi = {10.1136/bjo-2024-327006},
|
| 39 |
+
journal = {British Journal of Ophthalmology},
|
| 40 |
+
author = {Xu, Pusheng and Chotcomwongse, Peranut and Zhang, Weiyi and Chen, Xiaolan and Wu, Xinyuan and Chung, Florence H T and Zhang, Xueli and He, Mingguang and Shi, Danli and Ruamviboonsuk, Paisan},
|
| 41 |
+
year = {2025},
|
| 42 |
+
}
|
| 43 |
+
@misc{he2021maskedautoencodersscalablevision,
|
| 44 |
+
title={Masked Autoencoders Are Scalable Vision Learners},
|
| 45 |
+
author={Kaiming He and Xinlei Chen and Saining Xie and Yanghao Li and Piotr Dollár and Ross Girshick},
|
| 46 |
+
year={2021},
|
| 47 |
+
eprint={2111.06377},
|
| 48 |
+
archivePrefix={arXiv},
|
| 49 |
+
primaryClass={cs.CV},
|
| 50 |
+
url={https://arxiv.org/abs/2111.06377},
|
| 51 |
+
}
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
+
## Author(s)
|
| 55 |
+
|
| 56 |
+
* Roberto Pulvirenti, Idiap Research Institute
|