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

Mixed Transformer U-Net For Medical Image Segmentation

About

Though U-Net has achieved tremendous success in medical image segmentation tasks, it lacks the ability to explicitly model long-range dependencies. Therefore, Vision Transformers have emerged as alternative segmentation structures recently, for their innate ability of capturing long-range correlations through Self-Attention (SA). However, Transformers usually rely on large-scale pre-training and have high computational complexity. Furthermore, SA can only model self-affinities within a single sample, ignoring the potential correlations of the overall dataset. To address these problems, we propose a novel Transformer module named Mixed Transformer Module (MTM) for simultaneous inter- and intra- affinities learning. MTM first calculates self-affinities efficiently through our well-designed Local-Global Gaussian-Weighted Self-Attention (LGG-SA). Then, it mines inter-connections between data samples through External Attention (EA). By using MTM, we construct a U-shaped model named Mixed Transformer U-Net (MT-UNet) for accurate medical image segmentation. We test our method on two different public datasets, and the experimental results show that the proposed method achieves better performance over other state-of-the-art methods. The code is available at: https://github.com/Dootmaan/MT-UNet.

Hongyi Wang, Shiao Xie, Lanfen Lin, Yutaro Iwamoto, Xian-Hua Han, Yen-Wei Chen, Ruofeng Tong• 2021

Related benchmarks

TaskDatasetResultRank
Cardiac SegmentationACDC (test)
Avg Dice90.43
141
Medical Image SegmentationSynapse (test)
Dice78.59
111
Multi-organ SegmentationSynapse multi-organ CT (test)
DSC78.59
81
Cardiac SegmentationACDC
DSC (Overall)90.43
55
Multi-organ SegmentationSynapse multi-organ segmentation (test)
Avg DSC0.7859
50
Medical Image SegmentationACDC
DSC (Avg)90.43
48
Multi-organ SegmentationSynapse multi-organ
Average DICE78.59
15
Abdomen organ segmentationSynapse Multi-organ (test)
Average DICE78.59
14
Multi-class SegmentationMulti-class Covid-19 Segmentation dataset (test)
Avg F1-S42.3
12
Bone Metastasis SegmentationBM-Seg
F1 Score58.59
11
Showing 10 of 11 rows

Other info

Follow for update