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

HiFormer: Hierarchical Multi-scale Representations Using Transformers for Medical Image Segmentation

About

Convolutional neural networks (CNNs) have been the consensus for medical image segmentation tasks. However, they suffer from the limitation in modeling long-range dependencies and spatial correlations due to the nature of convolution operation. Although transformers were first developed to address this issue, they fail to capture low-level features. In contrast, it is demonstrated that both local and global features are crucial for dense prediction, such as segmenting in challenging contexts. In this paper, we propose HiFormer, a novel method that efficiently bridges a CNN and a transformer for medical image segmentation. Specifically, we design two multi-scale feature representations using the seminal Swin Transformer module and a CNN-based encoder. To secure a fine fusion of global and local features obtained from the two aforementioned representations, we propose a Double-Level Fusion (DLF) module in the skip connection of the encoder-decoder structure. Extensive experiments on various medical image segmentation datasets demonstrate the effectiveness of HiFormer over other CNN-based, transformer-based, and hybrid methods in terms of computational complexity, and quantitative and qualitative results. Our code is publicly available at: https://github.com/amirhossein-kz/HiFormer

Moein Heidari, Amirhossein Kazerouni, Milad Soltany, Reza Azad, Ehsan Khodapanah Aghdam, Julien Cohen-Adad, Dorit Merhof• 2022

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationACDC (test)
Avg DSC90.12
135
Medical Image SegmentationSynapse (test)
Dice80.69
111
Skin Lesion SegmentationISIC 2017 (test)
Dice Score90.93
100
Multi-organ SegmentationSynapse multi-organ CT (test)
DSC80.29
81
Skin Lesion SegmentationISIC 2018 (test)
Dice Score88.7
74
Multi-organ SegmentationSynapse multi-organ segmentation (test)
Avg DSC0.8069
50
Medical Image SegmentationACDC
DSC (Avg)90.82
48
Skin Lesion SegmentationISIC 2018
Dice Coefficient88.1
42
Polyp SegmentationCVC-300 (Unseen)
mDice84.7
26
Skin Lesion SegmentationPH2 (test)
DSC86.9
21
Showing 10 of 33 rows

Other info

Follow for update