IVCVNov 3, 2022

MALUNet: A Multi-Attention and Light-weight UNet for Skin Lesion Segmentation

arXiv:2211.01784v1317 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient segmentation models in clinical environments with limited computing resources, though it is incremental as it builds on existing U-shape architectures.

The paper tackles the problem of skin lesion segmentation by proposing MALUNet, a light-weight model that achieves competitive performance with significantly reduced parameters and computational complexity, improving mIoU by 2.39% and DSC by 1.49% compared to UNet while reducing parameters by 44x and computational complexity by 166x.

Recently, some pioneering works have preferred applying more complex modules to improve segmentation performances. However, it is not friendly for actual clinical environments due to limited computing resources. To address this challenge, we propose a light-weight model to achieve competitive performances for skin lesion segmentation at the lowest cost of parameters and computational complexity so far. Briefly, we propose four modules: (1) DGA consists of dilated convolution and gated attention mechanisms to extract global and local feature information; (2) IEA, which is based on external attention to characterize the overall datasets and enhance the connection between samples; (3) CAB is composed of 1D convolution and fully connected layers to perform a global and local fusion of multi-stage features to generate attention maps at channel axis; (4) SAB, which operates on multi-stage features by a shared 2D convolution to generate attention maps at spatial axis. We combine four modules with our U-shape architecture and obtain a light-weight medical image segmentation model dubbed as MALUNet. Compared with UNet, our model improves the mIoU and DSC metrics by 2.39% and 1.49%, respectively, with a 44x and 166x reduction in the number of parameters and computational complexity. In addition, we conduct comparison experiments on two skin lesion segmentation datasets (ISIC2017 and ISIC2018). Experimental results show that our model achieves state-of-the-art in balancing the number of parameters, computational complexity and segmentation performances. Code is available at https://github.com/JCruan519/MALUNet.

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