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

UTNet: A Hybrid Transformer Architecture for Medical Image Segmentation

About

Transformer architecture has emerged to be successful in a number of natural language processing tasks. However, its applications to medical vision remain largely unexplored. In this study, we present UTNet, a simple yet powerful hybrid Transformer architecture that integrates self-attention into a convolutional neural network for enhancing medical image segmentation. UTNet applies self-attention modules in both encoder and decoder for capturing long-range dependency at different scales with minimal overhead. To this end, we propose an efficient self-attention mechanism along with relative position encoding that reduces the complexity of self-attention operation significantly from $O(n^2)$ to approximate $O(n)$. A new self-attention decoder is also proposed to recover fine-grained details from the skipped connections in the encoder. Our approach addresses the dilemma that Transformer requires huge amounts of data to learn vision inductive bias. Our hybrid layer design allows the initialization of Transformer into convolutional networks without a need of pre-training. We have evaluated UTNet on the multi-label, multi-vendor cardiac magnetic resonance imaging cohort. UTNet demonstrates superior segmentation performance and robustness against the state-of-the-art approaches, holding the promise to generalize well on other medical image segmentations.

Yunhe Gao, Mu Zhou, Dimitris Metaxas• 2021

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationISIC (test)
IoU0.7945
55
Cardiac MR SegmentationM&Ms-2 (test)
Dice LV87.74
22
Myocardial lesion segmentationMyocardial lesion segmentation dataset
Dice (Myo)76.99
10
Brain Tumor SegmentationMulti-modal brain tumor segmentation dataset (test)
Latency (s)0.41
5
Brain Tumor SegmentationBraTS Downsampling Factor 1 2019
Dice WT86.9
5
Brain Tumor SegmentationBraTS Downsampling Factor 3 2019
Dice WT69.9
5
Showing 6 of 6 rows

Other info

Follow for update