File size: 1,950 Bytes
166fde6
 
f8baf11
 
 
 
 
 
 
 
 
 
166fde6
f8baf11
 
 
f960cce
f8baf11
 
 
f960cce
f8baf11
 
 
 
 
f960cce
f8baf11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---

license: apache-2.0
tags:
  - medical-imaging
  - brain-segmentation
  - 3d-unet
  - unet
  - mri
  - uhf-mri
  - contrast-agnostic
  - resolution-agnostic
pipeline_tag: image-segmentation
---


# GOUHFI 2.0

This repository hosts the model weights for **GOUHFI 2.0**, a 3D U-Net-based deep learning framework for brain segmentation, cortical parcellation and volumetry measurements using Magnetic Resonance Images (MRI) of any contrast, resolution or field strength.

## Source Code

For the full source code, preprocessing pipeline, training scripts, and inference instructions, please visit the official repository available on GitHub:

https://github.com/mafortin/GOUHFI

## Archival Release

The official archival release of the trained model weights is available on Zenodo:

https://zenodo.org/records/17920473

## Paper

If you use this work, please cite:

- GOUHFI original publication in Imaging Neuroscience:
```bibtex

@article{fortin2025gouhfi,

  title={GOUHFI: A novel contrast-and resolution-agnostic segmentation tool for ultra-high-field MRI},

  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},

  journal={Imaging Neuroscience},

  volume={3},

  pages={IMAG--a},

  year={2025}

}

```

- Pre-print of GOUHFI 2.0:
```bibtex

@article{fortin2026gouhfi,

  title={GOUHFI 2.0: A Next-Generation Toolbox for Brain Segmentation and Cortex Parcellation at Ultra-High Field MRI},

  author={Fortin, Marc-Antoine and Kristoffersen, Anne Louise and Goa, Paal Erik},

  journal={arXiv preprint arXiv:2601.09006},

  year={2026}

}

```

## Intended Use

This model is intended for research use only.

It is not intended for clinical diagnosis, treatment planning, or medical decision-making without appropriate validation and regulatory approval.

## License

Apache License 2.0