Initial push for README.
Browse files
README.md
CHANGED
|
@@ -1,3 +1,65 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- medical-imaging
|
| 5 |
+
- brain-segmentation
|
| 6 |
+
- 3d-unet
|
| 7 |
+
- unet
|
| 8 |
+
- mri
|
| 9 |
+
- uhf-mri
|
| 10 |
+
- contrast-agnostic
|
| 11 |
+
- resolution-agnostic
|
| 12 |
+
pipeline_tag: image-segmentation
|
| 13 |
---
|
| 14 |
+
|
| 15 |
+
# GOUHFI 2.0
|
| 16 |
+
|
| 17 |
+
This repository hosts the model weights for **GOUHFI 2.0**, a 3D U-Net-based deep learning framework for brain segmentation from Magnetic Resonance Images (MRI) of any contrast, resolution or field strength.
|
| 18 |
+
|
| 19 |
+
## Source Code
|
| 20 |
+
|
| 21 |
+
For the full source code, preprocessing pipeline, training scripts, and inference instructions are available on GitHub:
|
| 22 |
+
|
| 23 |
+
https://github.com/mafortin/GOUHFI
|
| 24 |
+
|
| 25 |
+
## Archival Release
|
| 26 |
+
|
| 27 |
+
The official archival release is available on Zenodo:
|
| 28 |
+
|
| 29 |
+
https://zenodo.org/records/17920473
|
| 30 |
+
|
| 31 |
+
## Paper
|
| 32 |
+
|
| 33 |
+
If you use this work, please cite:
|
| 34 |
+
|
| 35 |
+
- GOUHFI original publication in Imaging Neuroscience:
|
| 36 |
+
```bibtex
|
| 37 |
+
@article{fortin2025gouhfi,
|
| 38 |
+
title={GOUHFI: A novel contrast-and resolution-agnostic segmentation tool for ultra-high-field MRI},
|
| 39 |
+
author={Fortin, Marc-Antoine and Kristoffersen, Anne Louise and Larsen, Michael Staff and Lamalle, Laurent and Stirnberg, R{\"u}diger and Goa, P{\aa}l Erik},
|
| 40 |
+
journal={Imaging Neuroscience},
|
| 41 |
+
volume={3},
|
| 42 |
+
pages={IMAG--a},
|
| 43 |
+
year={2025}
|
| 44 |
+
}
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
- Pre-print of GOUHFI 2.0:
|
| 48 |
+
```bibtex
|
| 49 |
+
@article{fortin2026gouhfi,
|
| 50 |
+
title={GOUHFI 2.0: A Next-Generation Toolbox for Brain Segmentation and Cortex Parcellation at Ultra-High Field MRI},
|
| 51 |
+
author={Fortin, Marc-Antoine and Kristoffersen, Anne Louise and Goa, Paal Erik},
|
| 52 |
+
journal={arXiv preprint arXiv:2601.09006},
|
| 53 |
+
year={2026}
|
| 54 |
+
}
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
## Intended Use
|
| 58 |
+
|
| 59 |
+
This model is intended for research use only.
|
| 60 |
+
|
| 61 |
+
It is not intended for clinical diagnosis, treatment planning, or medical decision-making without appropriate validation and regulatory approval.
|
| 62 |
+
|
| 63 |
+
## License
|
| 64 |
+
|
| 65 |
+
Apache License 2.0
|