Update model card with Primus paper and segmentation tag
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,18 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
datasets:
|
| 4 |
- AnonRes/OpenMind
|
| 5 |
-
|
|
|
|
| 6 |
tags:
|
| 7 |
- medical
|
| 8 |
---
|
| 9 |
|
| 10 |
# OpenMind Benchmark 3D SSL Models
|
| 11 |
|
| 12 |
-
> **Model from the paper**: [
|
| 13 |
-
> **
|
| 14 |
-
> **
|
| 15 |
-
> **
|
|
|
|
| 16 |
|
| 17 |
---
|
| 18 |
|
|
@@ -20,14 +21,15 @@ tags:
|
|
| 20 |
|
| 21 |
## Overview
|
| 22 |
|
| 23 |
-
This repository hosts pre-trained checkpoints
|
| 24 |
-
📄 **
|
| 25 |
-
([arXiv:
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
-
|
| 30 |
-
|
|
|
|
| 31 |
|
| 32 |
---
|
| 33 |
|
|
@@ -36,7 +38,7 @@ Each model was pre-trained using a particular SSL method on the [OpenMind Datase
|
|
| 36 |
We release SSL checkpoints for two backbone architectures:
|
| 37 |
|
| 38 |
- **ResEnc-L**: A CNN-based encoder [[a](https://arxiv.org/abs/2410.23132), [b](https://arxiv.org/abs/2404.09556)]
|
| 39 |
-
- **Primus-M**: A transformer-based encoder [
|
| 40 |
|
| 41 |
Each encoder has been pre-trained using one of the following SSL techniques:
|
| 42 |
|
|
@@ -46,7 +48,27 @@ Each encoder has been pre-trained using one of the following SSL techniques:
|
|
| 46 |
| [VolumeFusion (VF)](https://arxiv.org/abs/2306.16925) | Spatial volume fusion-based segmentation SSL method |
|
| 47 |
| [Models Genesis (MG)](https://www.sciencedirect.com/science/article/pii/S1361841520302048) | Reconstruction and denoising based pretraining method |
|
| 48 |
| [Masked Autoencoders (MAE)](https://openaccess.thecvf.com/content/CVPR2022/html/He_Masked_Autoencoders_Are_Scalable_Vision_Learners_CVPR_2022_paper) | Default reconstruction based pretraining method |
|
| 49 |
-
| [Spark 3D (S3D)](https://arxiv.org/abs/2410.23132) | Sparse reconstruction based pretraining
|
| 50 |
| [SimMIM](https://openaccess.thecvf.com/content/CVPR2022/html/Xie_SimMIM_A_Simple_Framework_for_Masked_Image_Modeling_CVPR_2022_paper.html) | Simple masked reconstruction based pretraining method (TR only) |
|
| 51 |
| [SwinUNETR SSL](https://arxiv.org/abs/2111.14791) | Rotation, Contrastive and Reconstruction based pre-training method. |
|
| 52 |
| [SimCLR](https://arxiv.org/abs/2002.05709) | Transfer of 2D Contrastive learning baseline method to 3D |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- AnonRes/OpenMind
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
pipeline_tag: image-segmentation
|
| 6 |
tags:
|
| 7 |
- medical
|
| 8 |
---
|
| 9 |
|
| 10 |
# OpenMind Benchmark 3D SSL Models
|
| 11 |
|
| 12 |
+
> **Model from the paper**: [Primus: Enforcing Attention Usage for 3D Medical Image Segmentation](https://huggingface.co/papers/2503.01835)
|
| 13 |
+
> **Benchmark paper**: [An OpenMind for 3D medical vision self-supervised learning](https://arxiv.org/abs/2412.17041)
|
| 14 |
+
> **Code**: [MIC-DKFZ/nnUNet](https://github.com/MIC-DKFZ/nnUNet)
|
| 15 |
+
> **Pre-training codebase**: [MIC-DKFZ/nnssl](https://github.com/MIC-DKFZ/nnssl)
|
| 16 |
+
> **Dataset**: [AnonRes/OpenMind](https://huggingface.co/datasets/AnonRes/OpenMind)
|
| 17 |
|
| 18 |
---
|
| 19 |
|
|
|
|
| 21 |
|
| 22 |
## Overview
|
| 23 |
|
| 24 |
+
This repository hosts pre-trained checkpoints for the **Primus** architecture, introduced in:
|
| 25 |
+
📄 **Primus: Enforcing Attention Usage for 3D Medical Image Segmentation** (Wald, T., Roy, S., Isensee, F., Ulrich, C., Ziegler, S., Trofimova, D., ... & Maier-Hein, K. H. (2025).)
|
| 26 |
+
([arXiv:2503.01835](https://arxiv.org/abs/2503.01835))
|
| 27 |
|
| 28 |
+
Primus and PrimusV2 are Transformer-centric segmentation architectures designed to move away from hybrid CNN-Transformer models to maximally leverage high-resolution tokens and Transformer blocks in 3D medical imaging.
|
| 29 |
|
| 30 |
+
These checkpoints were pre-trained as part of the **OpenMind** benchmark ([Wald et al., 2024](https://arxiv.org/abs/2412.17041)), which is the first extensive benchmark study for self-supervised learning (SSL) on 3D medical imaging data.
|
| 31 |
+
|
| 32 |
+
**These models are not recommended to be used as-is for feature extraction.** Instead, we recommend using the downstream fine-tuning frameworks for **segmentation** and **classification** adaptation, available in the [adaptation repository](https://github.com/TaWald/nnUNet).
|
| 33 |
|
| 34 |
---
|
| 35 |
|
|
|
|
| 38 |
We release SSL checkpoints for two backbone architectures:
|
| 39 |
|
| 40 |
- **ResEnc-L**: A CNN-based encoder [[a](https://arxiv.org/abs/2410.23132), [b](https://arxiv.org/abs/2404.09556)]
|
| 41 |
+
- **Primus-M**: A transformer-based encoder introduced in the [Primus paper](https://arxiv.org/abs/2503.01835)
|
| 42 |
|
| 43 |
Each encoder has been pre-trained using one of the following SSL techniques:
|
| 44 |
|
|
|
|
| 48 |
| [VolumeFusion (VF)](https://arxiv.org/abs/2306.16925) | Spatial volume fusion-based segmentation SSL method |
|
| 49 |
| [Models Genesis (MG)](https://www.sciencedirect.com/science/article/pii/S1361841520302048) | Reconstruction and denoising based pretraining method |
|
| 50 |
| [Masked Autoencoders (MAE)](https://openaccess.thecvf.com/content/CVPR2022/html/He_Masked_Autoencoders_Are_Scalable_Vision_Learners_CVPR_2022_paper) | Default reconstruction based pretraining method |
|
| 51 |
+
| [Spark 3D (S3D)](https://arxiv.org/abs/2410.23132) | Sparse reconstruction based pretraining method (CNN only) |
|
| 52 |
| [SimMIM](https://openaccess.thecvf.com/content/CVPR2022/html/Xie_SimMIM_A_Simple_Framework_for_Masked_Image_Modeling_CVPR_2022_paper.html) | Simple masked reconstruction based pretraining method (TR only) |
|
| 53 |
| [SwinUNETR SSL](https://arxiv.org/abs/2111.14791) | Rotation, Contrastive and Reconstruction based pre-training method. |
|
| 54 |
| [SimCLR](https://arxiv.org/abs/2002.05709) | Transfer of 2D Contrastive learning baseline method to 3D |
|
| 55 |
+
|
| 56 |
+
## Citation
|
| 57 |
+
|
| 58 |
+
If you use these models or the Primus architecture, please cite the following:
|
| 59 |
+
|
| 60 |
+
```bibtex
|
| 61 |
+
@article{wald2025primus,
|
| 62 |
+
title={Primus: Enforcing Attention Usage for 3D Medical Image Segmentation},
|
| 63 |
+
author={Wald, Tassilo and Roy, Saikat and Isensee, Fabian and Ulrich, Constantin and Ziegler, Sebastian and Trofimova, Dasha and Stock, Raphael and Baumgartner, Michael and K{\"o}hler, Gregor and Maier-Hein, Klaus},
|
| 64 |
+
journal={arXiv preprint arXiv:2503.01835},
|
| 65 |
+
year={2025}
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
@article{wald2024openmind,
|
| 69 |
+
title={An OpenMind for 3D medical vision self-supervised learning},
|
| 70 |
+
author={Wald, Tassilo and Ulrich, Constantin and Suprijadi, J. and Ziegler, S. and Nohel, M. and Peretzke, R. and others},
|
| 71 |
+
journal={arXiv preprint arXiv:2412.17041},
|
| 72 |
+
year={2024}
|
| 73 |
+
}
|
| 74 |
+
```
|