Spaces:
Runtime error
Runtime error
Add arXiv paper link and citation (2605.13059)
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ python_version: '3.10'
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
|
|
|
| 12 |
models:
|
| 13 |
- Simmonstt/BrainAnytime
|
| 14 |
---
|
|
@@ -17,6 +18,13 @@ models:
|
|
| 17 |
|
| 18 |
Official implementation of **BrainAnytime: Anatomy-Aware Cross-Modal Pretraining for Brain Image Analysis with Arbitrary Modality Availability**.
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Congrats: This paper has been early accepted (top 9%) by MICCAI 2026.
|
| 21 |
|
| 22 |
## Pretrained Weights
|
|
@@ -148,4 +156,18 @@ This project is released for academic research purposes only.
|
|
| 148 |
|
| 149 |
## Citation
|
| 150 |
|
| 151 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
+
arxiv: 2605.13059
|
| 13 |
models:
|
| 14 |
- Simmonstt/BrainAnytime
|
| 15 |
---
|
|
|
|
| 18 |
|
| 19 |
Official implementation of **BrainAnytime: Anatomy-Aware Cross-Modal Pretraining for Brain Image Analysis with Arbitrary Modality Availability**.
|
| 20 |
|
| 21 |
+
## Paper
|
| 22 |
+
|
| 23 |
+
**BrainAnytime: Anatomy-Aware Cross-Modal Pretraining for Brain Image Analysis with Arbitrary Modality Availability**
|
| 24 |
+
|
| 25 |
+
- arXiv: [2605.13059](https://arxiv.org/abs/2605.13059)
|
| 26 |
+
- PDF: [https://arxiv.org/pdf/2605.13059](https://arxiv.org/pdf/2605.13059)
|
| 27 |
+
|
| 28 |
## Congrats: This paper has been early accepted (top 9%) by MICCAI 2026.
|
| 29 |
|
| 30 |
## Pretrained Weights
|
|
|
|
| 156 |
|
| 157 |
## Citation
|
| 158 |
|
| 159 |
+
If you use BrainAnytime in your research, please cite:
|
| 160 |
+
|
| 161 |
+
```bibtex
|
| 162 |
+
@misc{yang2026brainanytimeanatomyawarecrossmodalpretraining,
|
| 163 |
+
title={BrainAnytime: Anatomy-Aware Cross-Modal Pretraining for Brain Image Analysis with Arbitrary Modality Availability},
|
| 164 |
+
author={Guangqian Yang and Tong Ding and Wenlong Hou and Yue Xun and Ye Du and Qian Niu and Shujun Wang},
|
| 165 |
+
year={2026},
|
| 166 |
+
eprint={2605.13059},
|
| 167 |
+
archivePrefix={arXiv},
|
| 168 |
+
primaryClass={cs.CV},
|
| 169 |
+
url={https://arxiv.org/abs/2605.13059},
|
| 170 |
+
}
|
| 171 |
+
```
|
| 172 |
+
|
| 173 |
+
Paper page: https://arxiv.org/abs/2605.13059
|