CoolFace
Datasetpublic

DEPICT-RH/Multimodal-HC

Multimodal Healthy Control Dataset 100 healthy control volunteers (80 train, 20 test). The test set is released following the Big Cross-Modal Attenuation Correction Challenge (BIC-MAC) held in conjunction with MICCAI 2026. 🌐 PET readouts: hedypet.depict.dk 💻 GitHub: github.com/DEPICT-RH/Multimodal-HC Citation If you use this dataset, please cite: Hinge, C., Høi-Hansen, F.E., Hansen, R.H. et al. A multimodal total-body dynamic [18F]FDG PET/CT/MRI dataset of… See the full description on the dataset page: https://huggingface.co/datasets/DEPICT-RH/Multimodal-HC.

sourceHugging Facecc-by-4.0updated 15d agoView on Hugging Face
4likes1.3kdownloads
Dataset Card

Multimodal Healthy Control Dataset

100 healthy control volunteers (80 train, 20 test). The test set is released following the Big Cross-Modal Attenuation Correction Challenge (BIC-MAC) held in conjunction with MICCAI 2026.

Citation

If you use this dataset, please cite:

Hinge, C., Høi-Hansen, F.E., Hansen, R.H. et al. A multimodal total-body dynamic [18F]FDG PET/CT/MRI dataset of 100 healthy humans. Scientific Data (2026). https://doi.org/10.1038/s41597-026-08157-4

![DOI](https://doi.org/10.1038/s41597-026-08157-4)

<details> <summary>BibTeX</summary>

bibtex
@article{hinge2026multimodal,
  title   = {{A multimodal total-body dynamic [18F]FDG PET/CT/MRI dataset of 100 healthy humans}},
  author  = {Hinge, Christian and H{\o}i-Hansen, Frederikke E. and Hansen, Rasmus H. and
             Korsholm, Kirsten and Johannesen, Helle H. and Albrecht-Beste, Elisabeth and
             Saxtoft, Eunice S. and Jensen, Vibeke and Schulze, Christina and
             Mikkelsen, Christina and Ostrowski, Sisse R. and Nissen, Janna and
             Pernet, Cyril and Fischer, Barbara M. and Ladefoged, Claes N. and
             Andersen, Flemming L.},
  journal = {Scientific Data},
  year    = {2026},
  doi     = {10.1038/s41597-026-08157-4},
  url     = {https://doi.org/10.1038/s41597-026-08157-4},
  issn    = {2052-4463}
}

</details>

Download

Full dataset (301 GB):

bash
hf download DEPICT-RH/Multimodal-HC \
    --repo-type dataset \
    --local-dir ./Multimodal-HC

Without dynamic PET (71 GB):

The dyanamic PET acquisitions comprise a 75% of the dataset size. You can ommit them from the download:

bash
hf download DEPICT-RH/Multimodal-HC \
    --repo-type dataset \
    --local-dir ./Multimodal-HC \
    --exclude "*acdynPSF*"