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

MISSFormer: An Effective Medical Image Segmentation Transformer

About

The CNN-based methods have achieved impressive results in medical image segmentation, but they failed to capture the long-range dependencies due to the inherent locality of the convolution operation. Transformer-based methods are recently popular in vision tasks because of their capacity for long-range dependencies and promising performance. However, it lacks in modeling local context. In this paper, taking medical image segmentation as an example, we present MISSFormer, an effective and powerful Medical Image Segmentation tranSFormer. MISSFormer is a hierarchical encoder-decoder network with two appealing designs: 1) A feed-forward network is redesigned with the proposed Enhanced Transformer Block, which enhances the long-range dependencies and supplements the local context, making the feature more discriminative. 2) We proposed Enhanced Transformer Context Bridge, different from previous methods of modeling only global information, the proposed context bridge with the enhanced transformer block extracts the long-range dependencies and local context of multi-scale features generated by our hierarchical transformer encoder. Driven by these two designs, the MISSFormer shows a solid capacity to capture more discriminative dependencies and context in medical image segmentation. The experiments on multi-organ and cardiac segmentation tasks demonstrate the superiority, effectiveness and robustness of our MISSFormer, the experimental results of MISSFormer trained from scratch even outperform state-of-the-art methods pre-trained on ImageNet. The core designs can be generalized to other visual segmentation tasks. The code has been released on Github: https://github.com/ZhifangDeng/MISSFormer

Xiaohong Huang, Zhifang Deng, Dandan Li, Xueguang Yuan• 2021

Related benchmarks

TaskDatasetResultRank
Cardiac SegmentationACDC (test)
Avg Dice90.86
141
Medical Image SegmentationACDC (test)
Avg DSC91.19
135
Medical Image SegmentationBUSI (test)
Dice63.67
121
Medical Image SegmentationSynapse (test)
Dice81.96
111
Multi-organ SegmentationSynapse multi-organ CT (test)
DSC81.96
81
Medical Image SegmentationISIC
DICE84.04
64
Skin Lesion SegmentationPH2
DIC0.855
58
Cardiac SegmentationACDC
DSC (Overall)90.86
55
Medical Image SegmentationISIC (test)
IoU0.8099
55
Multi-organ SegmentationSynapse multi-organ segmentation (test)
Avg DSC0.8196
50
Showing 10 of 45 rows

Other info

Code

Follow for update