Swin UNETR: Swin Transformers for Semantic Segmentation of Brain Tumors in MRI Images
Ali Hatamizadeh, Vishwesh Nath, Yucheng Tang, Dong Yang, Holger Roth, and Daguang Xu

TL;DR
Swin UNETR introduces a transformer-based model for 3D brain tumor segmentation in MRI images, leveraging hierarchical Swin transformers to capture long-range dependencies and improve segmentation accuracy over traditional CNNs.
Contribution
The paper proposes a novel Swin transformer-based architecture for 3D brain tumor segmentation, combining hierarchical feature extraction with skip connections for enhanced performance.
Findings
Achieved top performance in BraTS 2021 validation phase.
Outperformed traditional CNN-based models in capturing long-range dependencies.
Demonstrated effectiveness of Swin transformers in medical image segmentation.
Abstract
Semantic segmentation of brain tumors is a fundamental medical image analysis task involving multiple MRI imaging modalities that can assist clinicians in diagnosing the patient and successively studying the progression of the malignant entity. In recent years, Fully Convolutional Neural Networks (FCNNs) approaches have become the de facto standard for 3D medical image segmentation. The popular "U-shaped" network architecture has achieved state-of-the-art performance benchmarks on different 2D and 3D semantic segmentation tasks and across various imaging modalities. However, due to the limited kernel size of convolution layers in FCNNs, their performance of modeling long-range information is sub-optimal, and this can lead to deficiencies in the segmentation of tumors with variable sizes. On the other hand, transformer models have demonstrated excellent capabilities in capturing such…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Brain Tumor Detection and Classification · Radiomics and Machine Learning in Medical Imaging
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Softmax · Layer Normalization · Stochastic Depth · Dense Connections · Residual Connection · Swin Transformer · Convolution
