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

MedNeXt: Transformer-driven Scaling of ConvNets for Medical Image Segmentation

About

There has been exploding interest in embracing Transformer-based architectures for medical image segmentation. However, the lack of large-scale annotated medical datasets make achieving performances equivalent to those in natural images challenging. Convolutional networks, in contrast, have higher inductive biases and consequently, are easily trainable to high performance. Recently, the ConvNeXt architecture attempted to modernize the standard ConvNet by mirroring Transformer blocks. In this work, we improve upon this to design a modernized and scalable convolutional architecture customized to challenges of data-scarce medical settings. We introduce MedNeXt, a Transformer-inspired large kernel segmentation network which introduces - 1) A fully ConvNeXt 3D Encoder-Decoder Network for medical image segmentation, 2) Residual ConvNeXt up and downsampling blocks to preserve semantic richness across scales, 3) A novel technique to iteratively increase kernel sizes by upsampling small kernel networks, to prevent performance saturation on limited medical data, 4) Compound scaling at multiple levels (depth, width, kernel size) of MedNeXt. This leads to state-of-the-art performance on 4 tasks on CT and MRI modalities and varying dataset sizes, representing a modernized deep architecture for medical image segmentation. Our code is made publicly available at: https://github.com/MIC-DKFZ/MedNeXt.

Saikat Roy, Gregor Koehler, Constantin Ulrich, Michael Baumgartner, Jens Petersen, Fabian Isensee, Paul F. Jaeger, Klaus Maier-Hein• 2023

Related benchmarks

TaskDatasetResultRank
3D Medical Image SegmentationMSWAL
DSC60.27
56
Cardiac ultrasound segmentationCAMUS (test)
DSC89.49
37
Brain Tumor SegmentationBraTS 2021 (val)
Dice WT91.87
31
ClassificationRad-ChestCT
AUC72.87
25
Medical Image SegmentationSynapse
Average DSC85.97
22
Cardiac ultrasound segmentationCardiacUDA (test)
DSC85.54
21
Lesion SegmentationCP
mDice88.9
18
Lesion SegmentationBL
mDice80
18
Lesion SegmentationWA
mDice86.8
18
Lesion SegmentationBT
mDice83.2
18
Showing 10 of 46 rows

Other info

Code

Follow for update