Multi-scale Hierarchical Transformer structure for 3D medical image segmentation | IEEE Conference Publication | IEEE Xplore

Multi-scale Hierarchical Transformer structure for 3D medical image segmentation


Abstract:

Transformers have demonstrated great potential in computer vision tasks which is benefited from its ability of long-range dependency modeling. However, its core material ...Show More

Abstract:

Transformers have demonstrated great potential in computer vision tasks which is benefited from its ability of long-range dependency modeling. However, its core material multi-head self-attention (MHSA) has high computational and spacial complexity. Besides, tokens embedded with 1D position sequence are unable to represent inductive bias of locality and neighbor contextual information, which are essential for high-resolution downstream vision tasks. Thus, transformer is hard to use in image segmentation tasks, especially in 3D medical images. In this paper, we propose a novel multi-scale hierarchical framework (MSHT) that efficiently incorporates the local modeling ability of CNN and long-range modeling ability of transformer for accurate 3D medical image segmentation. Unlike many prior Transformer-based solutions, the proposed MSHT first adopts parallel CNN and transformer as encoder block to extract the global and local feature representations. As the core component for our MSHT, a position embedding method for 3D medical image (3D IPE) is proposed to generate relational and absolute position encoding for tokens fed in transformer block. We conduct an extensive evaluation on both Lits2017 dataset and Kits2019 dataset. The results indicate that our MSHT leads to a substantial performance over other CNN-based methods on 3D image segmentation.
Date of Conference: 09-12 December 2021
Date Added to IEEE Xplore: 14 January 2022
ISBN Information:
Conference Location: Houston, TX, USA

Funding Agency:

References is not available for this document.

I. Introduction

Image segmentation is often the first step and still a longstanding challenge in medical image analysis. Since the U-Net [8] proposed, convolutional neural networks (CNNs) have become the predominant methods to solve this task. However, CNNs still suffer from the limited receptive field and fail to capture long-range dependency. Transformer entirely relies on self-attention mechanism to model long-range interaction and has achieved brilliant successes in Natural Languages Processing (NLP) field [10].Thus, lots of efforts are dedicated to explore efficient transformer-based structure in computation vison (CV) tasks. Some researches use CNNs to extract deep feature to feed transformer for further processing and regressing, such as DETR [2] and TransUNet [3]. Some researchers tried to apply pure transformer structure in vision task. ViT [5] is a thorough success, in which sequences of image patches can perform well with pure transformer structure on image classification tasks. However, when viewing image patches or feature maps as tokens, the sequence length is much larger than that in NLP applications, resulting in higher computational and space complexity owing to MHSA. Thus, this type structures allow low-resolution inputs, which is challenging to be directly adapted to pixel-level dense predictions. To address this problem, PVT [11] introduces a progressive shrinking pyramid structure to reduce the sequence length of token, which reduce computational complexity of large feature maps and achieve high resolution output. However, CV tasks often need the structure or spatial local information, which is ignored by the absolute positional encoding in transformer. To capture local position interaction, CMT [6] propose to extract local information by convolution operation and add the position information to the patches before feed in transformer module.

Select All
1.
V. Badrinarayanan, A. Kendall and R. Cipolla, "Segnet: A deep convolutional encoder-decoder architecture for image segmentation", IEEE transactions on pattern analysis and machine intelligence, vol. 39, no. 12, pp. 2481-2495, 2017.
2.
N. Carion, F. Massa, G. Synnaeve, N. Usunier, A. Kirillov and S. Zagoruyko, "End-to-end object detection with transformers", in European Conference on Computer Vision, pp. 213-229, 2020.
3.
J. Chen, Y. Lu, Q. Yu, X. Luo, E. Adeli, Y. Wang, et al., "Transunet: Transformers make strong encoders for medical image segmentation", arXiv preprint arXiv:2102.04306, 2021.
4.
Ö. Çiçek, A. Abdulkadir, S. S. Lienkamp, T. Brox and O. Ronneberger, "3d u-net: learning dense volumetric segmentation from sparse annotation", International conference on medical image computing and computer-assisted intervention, pp. 424-432, 2016.
5.
A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gelly et al., "An image is worth 16x16 words: Transformers for image recognition at scale", arXiv preprint arXiv:2010.11929, 2020.
6.
J. Guo, K. Han, H. Wu, C. Xu, Y. Tang, C. Xu, et al., "Cmt: Convolutional neural networks meet vision transformers", arXiv preprint arXiv:2107.06263, 2021.
7.
N. Heller, N. Sathianathen, A. Kalapara, E. Walczak, K. Moore, H. Kaluzniak, J. Rosenberg, P. Blake, Z. Rengel, M. Oestreich et al., "The kits19 challenge data: 300 kidney tumor cases with clinical context ct semantic segmentations and surgical outcomes", arXiv preprint arXiv:1904.00445, 2019.
8.
O. Ronneberger, P. Fischer and T. Brox, "U-net: Convolutional networks for biomedical image segmentation", International Conference on Medical image computing and computer-assisted intervention, pp. 234-241, 2015.
9.
J. M. J. Valanarasu, V. A. Sindagi, I. Hacihaliloglu and V. M. Patel, "Kiu-net: Towards accurate segmentation of biomedical images using over-complete representations", Medical Image Computing and Computer Assisted Intervention – MICCAI 2020, pp. 363-373, 2020.
10.
A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, et al., "Attention is all you need", Advances in neural information processing systems, pp. 5998-6008, 2017.
11.
W. Wang, E. Xie, X. Li, D.-P. Fan, K. Song, D. Liang, et al., "Pyramid vision transformer: A versatile backbone for dense prediction without convolutions", arXiv preprint arXiv:2102.12122, 2021.

Contact IEEE to Subscribe

References

References is not available for this document.