Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,7 @@ For more details on pre-training, please checkout [our paper](https://openreview
|
|
| 19 |
- CXformer(S) matches the performance of RAD-DINO with 7× less training compute (in FLOPS).
|
| 20 |
- Models are available on Hugging Face 🤗: [CXformer(B)](https://huggingface.co/m42-health/CXformer-base), [CXformer(S)](https://huggingface.co/m42-health/CXformer-small)
|
| 21 |
- Training and inference codebase: [CXformer-python-library](https://github.com/m42-health/CXformer)
|
|
|
|
| 22 |
|
| 23 |

|
| 24 |
|
|
|
|
| 19 |
- CXformer(S) matches the performance of RAD-DINO with 7× less training compute (in FLOPS).
|
| 20 |
- Models are available on Hugging Face 🤗: [CXformer(B)](https://huggingface.co/m42-health/CXformer-base), [CXformer(S)](https://huggingface.co/m42-health/CXformer-small)
|
| 21 |
- Training and inference codebase: [CXformer-python-library](https://github.com/m42-health/CXformer)
|
| 22 |
+
- Paper: [Empirical Analysis of Scaling Vision Foundation Models for Chest X-rays (MIDL 2025)](https://openreview.net/pdf?id=6fqfInxqG1)
|
| 23 |
|
| 24 |

|
| 25 |
|