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

TransBTS: Multimodal Brain Tumor Segmentation Using Transformer

About

Transformer, which can benefit from global (long-range) information modeling using self-attention mechanisms, has been successful in natural language processing and 2D image classification recently. However, both local and global features are crucial for dense prediction tasks, especially for 3D medical image segmentation. In this paper, we for the first time exploit Transformer in 3D CNN for MRI Brain Tumor Segmentation and propose a novel network named TransBTS based on the encoder-decoder structure. To capture the local 3D context information, the encoder first utilizes 3D CNN to extract the volumetric spatial feature maps. Meanwhile, the feature maps are reformed elaborately for tokens that are fed into Transformer for global feature modeling. The decoder leverages the features embedded by Transformer and performs progressive upsampling to predict the detailed segmentation map. Extensive experimental results on both BraTS 2019 and 2020 datasets show that TransBTS achieves comparable or higher results than previous state-of-the-art 3D methods for brain tumor segmentation on 3D MRI scans. The source code is available at https://github.com/Wenxuan-1119/TransBTS

Wenxuan Wang, Chen Chen, Meng Ding, Jiangyun Li, Hong Yu, Sen Zha• 2021

Related benchmarks

TaskDatasetResultRank
Brain Tumor SegmentationBraTS 2021 (val)
Dice WT92.3
31
SegmentationBraTs Brain-Tumor 2021
Dice87.6
25
SegmentationISIC Melanoma 2019
Dice88.1
25
Medical Image SegmentationLiTS
Dice Score0.926
23
Medical Image SegmentationSynapse
Average DSC83.28
22
SegmentationREFUGE2 Optic-Cup
Dice85.4
21
SegmentationTNMIX
Dice83.8
21
SegmentationREFUGE2 Optic-Disc
Dice94.1
21
Medical Image SegmentationFLARE
Mean Dice90.2
17
Medical Image SegmentationKITS
Dice79.7
17
Showing 10 of 36 rows

Other info

Code

Follow for update