CVAIJul 18, 2022

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

arXiv:2207.08518v2360 citationsh-index: 64Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurate segmentation in medical imaging, which is crucial for diagnosis and treatment planning, by introducing an incremental improvement over existing hybrid approaches.

The authors tackled the problem of medical image segmentation by proposing HiFormer, a hybrid CNN-transformer method that effectively combines local and global features, achieving superior performance over existing methods in computational complexity and quantitative results across multiple datasets.

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

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes