Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Progressive Growing of Patch Size: Resource-Efficient Curriculum Learning for Dense Prediction Tasks

About

In this work, we introduce Progressive Growing of Patch Size, a resource-efficient implicit curriculum learning approach for dense prediction tasks. Our curriculum approach is defined by growing the patch size during model training, which gradually increases the task's difficulty. We integrated our curriculum into the nnU-Net framework and evaluated the methodology on all 10 tasks of the Medical Segmentation Decathlon. With our approach, we are able to substantially reduce runtime, computational costs, and CO2 emissions of network training compared to classical constant patch size training. In our experiments, the curriculum approach resulted in improved convergence. We are able to outperform standard nnU-Net training, which is trained with constant patch size, in terms of Dice Score on 7 out of 10 MSD tasks while only spending roughly 50% of the original training runtime. To the best of our knowledge, our Progressive Growing of Patch Size is the first successful employment of a sample-length curriculum in the form of patch size in the field of computer vision. Our code is publicly available at https://github.com/compai-lab/2024-miccai-fischer.

Stefan M. Fischer, Lina Felsner, Richard Osuala, Johannes Kiechle, Daniel M. Lang, Jan C. Peeken, Julia A. Schnabel• 2024

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationMSD Heart (5-fold CV)
Dice Score93.28
12
Medical SegmentationMedical Segmentation Decathlon (MSD) Brain (5-fold Cross-Validation)
Dice Score0.7421
3
Medical SegmentationMedical Segmentation Decathlon (MSD) Hippocampus (5-fold Cross-val)
Dice Score0.8911
3
Medical SegmentationMedical Segmentation Decathlon (MSD) Prostate (5-fold Cross-Validation)
Dice Score0.7566
3
Medical SegmentationMedical Segmentation Decathlon (MSD) Lung (5-fold Cross-Validation)
Dice Score73.33
3
Medical SegmentationMedical Segmentation Decathlon (MSD) Pancreas (5-fold Cross-Validation)
Dice Score68.24
3
Medical SegmentationMedical Segmentation Decathlon (MSD) Hepatic Vessel (5-fold Cross-Validation)
Dice Score68.71
3
Medical SegmentationMedical Segmentation Decathlon (MSD) Spleen (5-fold Cross-Validation)
Dice Score96.54
3
Medical SegmentationMedical Segmentation Decathlon Colon (5-fold Cross-Validation)
Dice Score49.67
3
Medical SegmentationMedical Segmentation Decathlon (MSD) Liver (5-fold Cross-Validation)
Dice Score0.7938
3
Showing 10 of 10 rows

Other info

Code

Follow for update