English

A4-Unet: Deformable Multi-Scale Attention Network for Brain Tumor Segmentation

Computer Vision and Pattern Recognition 2024-12-10 v1 Artificial Intelligence

Abstract

Brain tumor segmentation models have aided diagnosis in recent years. However, they face MRI complexity and variability challenges, including irregular shapes and unclear boundaries, leading to noise, misclassification, and incomplete segmentation, thereby limiting accuracy. To address these issues, we adhere to an outstanding Convolutional Neural Networks (CNNs) design paradigm and propose a novel network named A4-Unet. In A4-Unet, Deformable Large Kernel Attention (DLKA) is incorporated in the encoder, allowing for improved capture of multi-scale tumors. Swin Spatial Pyramid Pooling (SSPP) with cross-channel attention is employed in a bottleneck further to study long-distance dependencies within images and channel relationships. To enhance accuracy, a Combined Attention Module (CAM) with Discrete Cosine Transform (DCT) orthogonality for channel weighting and convolutional element-wise multiplication is introduced for spatial weighting in the decoder. Attention gates (AG) are added in the skip connection to highlight the foreground while suppressing irrelevant background information. The proposed network is evaluated on three authoritative MRI brain tumor benchmarks and a proprietary dataset, and it achieves a 94.4% Dice score on the BraTS 2020 dataset, thereby establishing multiple new state-of-the-art benchmarks. The code is available here: https://github.com/WendyWAAAAANG/A4-Unet.

Keywords

Cite

@article{arxiv.2412.06088,
  title  = {A4-Unet: Deformable Multi-Scale Attention Network for Brain Tumor Segmentation},
  author = {Ruoxin Wang and Tianyi Tang and Haiming Du and Yuxuan Cheng and Yu Wang and Lingjie Yang and Xiaohui Duan and Yunfang Yu and Yu Zhou and Donglong Chen},
  journal= {arXiv preprint arXiv:2412.06088},
  year   = {2024}
}

Comments

8 pages, 14 figures, IEEE International Conference on Bioinformatics and Biomedicine (BIBM) 2024

R2 v1 2026-06-28T20:27:15.479Z