Multi-Stage Aggregation Transformer for Medical Image Segmentation
Xiaoyan Wang, Minghan Shao, Dongyan Guo, Ying Cui, Xiaojie Huang, Ming Xia, Cong Bai
Abstract
Capturing rich multi-scale features is essential for resolving complex variations in medical image segmentation. In this paper, we explore how to fully utilize the advantages of Convolutional neural networks (CNN) and Transformer, and propose a novel multi-stage aggregation architecture named MA-Transformer for accurate segmentation of medical images with large variations and blurs. Specifically, an encoder module is introduced in each stage, which is a dual-branch structure parallelly combining Transformers and convolutions. By such design, the self-attention can provide a global context for CNN to extract multi-resolution complementary features stage by stage, thus the feature representations are gradually enhanced with local details and contextual information. Multi-scale semantic features are then combined with skip connections in the decoder to produce the final result. Extensive experiments on public medical imaging datasets demonstrate our superior segmentation performance, compared to the state-of-the-art CNN-based, Transformer-based approaches and CNN-Transformer combined approaches. Code will be made publicly available.
BibTeX
@inproceedings{icassp2023_multistageaggreg,
title = {Multi-Stage Aggregation Transformer for Medical Image Segmentation},
author = {Xiaoyan Wang and Minghan Shao and Dongyan Guo and Ying Cui and Xiaojie Huang and Ming Xia and Cong Bai},
booktitle = {ICASSP 2023},
year = {2023}
}