Cancer3.AIAI in OncologyAI Models › nnU-Net
Framework Open weights Not applicable radiology

nnU-Net v2

Self-configuring segmentation framework: given a labelled dataset it chooses preprocessing, network topology and training schedule automatically, and it remains the baseline to beat on most medical segmentation challenges, including tumour tasks.

At a glance

DeveloperGerman Cancer Research Center (DKFZ), Division of Medical Image Computing
Versionv2
Released2020-12-07
Licenceapache-2.0
AvailabilityOpen weights
KindFramework
Regulatory statusNot applicable

What it does

Train a strong 2D/3D U-Net on your own annotated CT/MRI/PET volumes without architecture engineering; used for tumour, organ-at-risk and lymph-node segmentation in radiotherapy and radiomics research.

Tasks, data types and cancers

Data typeCTMRIPET
CancerPan-cancer
InputNIfTI volumes + label maps
Outputlabel maps

Architecture

FamilyU-Net (2D, 3D full-res, 3D cascade), auto-configured
Pre-trainingnone — trained from scratch per dataset

Training data

No fixed training corpus. nnU-Net ships no pretrained weights: it configures itself and trains from scratch on whatever labelled dataset the user supplies. In the original work it was applied without any manual adjustment between datasets to the Medical Segmentation Decathlon (10 tasks) and to further biomedical segmentation challenges.

Linked datasets

Evaluation

Benchmark / datasetMetricValueExternal validationSource
Medical Segmentation Decathlon + 23 public challenges (paper) Dice first place or top tier on the majority yes Source

How to run

pip install nnunetv2
nnUNetv2_plan_and_preprocess -d 001 --verify_dataset_integrity
nnUNetv2_train 001 3d_fullres 0
nnUNetv2_predict -i imagesTs/ -o preds/ -d 001 -c 3d_fullres
Librarypip package nnunetv2
HardwareGPU with ≥10 GB for 3D full-resolution training

Regulatory status and intended use

Regulatory statusNot applicable
Intended useFramework for research; products built on it need their own clearance.

Source →

Regulatory status is quoted from the source linked above and can change. Research-use-only models must not be used for clinical decisions.

Limitations and bias

  • Needs voxel-level labels; no pretraining shortcut.
  • Long training times; the cascade variant is heavy.

Sources

  1. Isensee F et al. nnU-Net: a self-configuring method for deep learning-based biomedical image segmentation. Nat Methods 2021
  2. Isensee F et al. nnU-Net: Self-adapting Framework for U-Net-Based Medical Image Segmentation (preprint)
  3. GitHub — MIC-DKFZ/nnUNet

This page is educational — it is not medical advice and does not replace consultation with an oncologist. Diagnostic and treatment decisions are made solely by specialist physicians.