Swin UNETR is one of the top-performing architectures for 3D medical image segmentation, and this is the most in-depth tutorial on training one without writing code. At 17 minutes, it covers the full pipeline on Datature Nexus: from uploading volumetric scans to reviewing 3D predictions.
What This Tutorial Covers
- Uploading and preparing 3D medical datasets (CT, MRI) on Datature Nexus
- Annotating volumetric data with slice-by-slice and MPR tools
- Selecting Swin UNETR as the segmentation architecture
- Configuring training parameters for 3D inputs (patch size, spacing, augmentations)
- Launching the training run and monitoring loss curves
- Reviewing 3D segmentation predictions on test volumes
Why Swin UNETR for Medical Imaging
Swin UNETR combines the hierarchical feature extraction of Swin Transformers with the encoder-decoder structure of UNETR. It captures both local tissue patterns and global anatomical context across volumetric slices. Published benchmarks show strong results on organ segmentation (BTCV), brain tumor segmentation (BraTS), and cardiac imaging tasks.
Training this model from scratch typically requires custom data loaders, MONAI or nnU-Net frameworks, and significant GPU memory management. Datature Nexus handles the preprocessing, patch extraction, and distributed training automatically.
Use Cases
Organ segmentation for surgical planning. Brain tumor boundary detection. Cardiac chamber segmentation. Lung nodule analysis. Any task where labeled 3D medical volumes are the input and voxel-level predictions are the output.

