Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

UNETR: Transformers for 3D Medical Image Segmentation

About

Fully Convolutional Neural Networks (FCNNs) with contracting and expanding paths have shown prominence for the majority of medical image segmentation applications since the past decade. In FCNNs, the encoder plays an integral role by learning both global and local features and contextual representations which can be utilized for semantic output prediction by the decoder. Despite their success, the locality of convolutional layers in FCNNs, limits the capability of learning long-range spatial dependencies. Inspired by the recent success of transformers for Natural Language Processing (NLP) in long-range sequence learning, we reformulate the task of volumetric (3D) medical image segmentation as a sequence-to-sequence prediction problem. We introduce a novel architecture, dubbed as UNEt TRansformers (UNETR), that utilizes a transformer as the encoder to learn sequence representations of the input volume and effectively capture the global multi-scale information, while also following the successful "U-shaped" network design for the encoder and decoder. The transformer encoder is directly connected to a decoder via skip connections at different resolutions to compute the final semantic segmentation output. We have validated the performance of our method on the Multi Atlas Labeling Beyond The Cranial Vault (BTCV) dataset for multi-organ segmentation and the Medical Segmentation Decathlon (MSD) dataset for brain tumor and spleen segmentation tasks. Our benchmarks demonstrate new state-of-the-art performance on the BTCV leaderboard. Code: https://monai.io/research/unetr

Ali Hatamizadeh, Yucheng Tang, Vishwesh Nath, Dong Yang, Andriy Myronenko, Bennett Landman, Holger Roth, Daguang Xu• 2021

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationACDC (test)
Avg DSC88.61
171
Cardiac SegmentationACDC (test)
Avg Dice88.61
141
Medical Image SegmentationSynapse (test)
Dice79.56
123
Cardiac SegmentationACDC
RV Score85.29
68
Medical Image SegmentationMM-WHS (test)
Dice Score85.85
62
Abdominal multi-organ segmentationBTCV
Spleen96.8
58
Multi-organ SegmentationBTCV (test)
Spl97.2
55
Medical Image SegmentationSynapse
Average DSC78.35
52
Multi-organ SegmentationSynapse multi-organ segmentation (test)
Avg DSC0.7956
50
Brain Tumor SegmentationBraTS 2023 (test)
WT Dice92.19
49
Showing 10 of 141 rows
...

Other info

Follow for update