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

LeViT-UNet: Make Faster Encoders with Transformer for Medical Image Segmentation

About

Medical image segmentation plays an essential role in developing computer-assisted diagnosis and therapy systems, yet still faces many challenges. In the past few years, the popular encoder-decoder architectures based on CNNs (e.g., U-Net) have been successfully applied in the task of medical image segmentation. However, due to the locality of convolution operations, they demonstrate limitations in learning global context and long-range spatial relations. Recently, several researchers try to introduce transformers to both the encoder and decoder components with promising results, but the efficiency requires further improvement due to the high computational complexity of transformers. In this paper, we propose LeViT-UNet, which integrates a LeViT Transformer module into the U-Net architecture, for fast and accurate medical image segmentation. Specifically, we use LeViT as the encoder of the LeViT-UNet, which better trades off the accuracy and efficiency of the Transformer block. Moreover, multi-scale feature maps from transformer blocks and convolutional blocks of LeViT are passed into the decoder via skip-connection, which can effectively reuse the spatial information of the feature maps. Our experiments indicate that the proposed LeViT-UNet achieves better performance comparing to various competing methods on several challenging medical image segmentation benchmarks including Synapse and ACDC. Code and models will be publicly available at https://github.com/apple1986/LeViT_UNet.

Guoping Xu, Xingrong Wu, Xuan Zhang, Xinwei He• 2021

Related benchmarks

TaskDatasetResultRank
Cardiac SegmentationACDC (test)
Avg Dice90.32
141
Medical Image SegmentationACDC (test)
Avg DSC90.32
135
Medical Image SegmentationSynapse (test)
Dice78.53
111
Multi-organ SegmentationSynapse multi-organ CT (test)
DSC78.53
81
Cardiac SegmentationACDC
DSC (Overall)90.32
55
Multi-organ SegmentationSynapse multi-organ segmentation (test)
Avg DSC0.7853
50
Medical Image SegmentationACDC
DSC (Avg)88.21
48
Semantic segmentationGlaS (test)
mIoU73.88
13
Medical Image SegmentationBCV
DSC78.53
10
Semantic segmentationKvasir & CVC-ClinicDB (test)
mIoU81.38
8
Showing 10 of 10 rows

Other info

Follow for update