paper-with-me

홈 › Papers

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

2022-11-03 · Jiacheng Ruan, Suncheng Xiang, Mingye Xie, Ting Liu, Yuzhuo Fu

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.

📄 PDF Abstract BibTeX arXiv:2211.01784

Code (1)

jcruan519/malunet 공식 구현 pytorch

Tasks

Image SegmentationLesion SegmentationMedical Image SegmentationSegmentationSemantic SegmentationSkin Lesion Segmentation

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

MK-UNet: Multi-kernel Lightweight CNN for Medical Image Segmentation

2025-09-23 · Md Mostafijur Rahman, Radu Marculescu arxiv

In this paper, we introduce MK-UNet, a paradigm shift towards ultra-lightweight, multi-kernel U-shaped CNNs tailored for medical image segmentation. Central to MK-UNet is the multi-kernel depth-wise convolution block (MK…

Medical Image Segmentation

DAUNet: A Lightweight UNet Variant with Deformable Convolutions and Parameter-Free Attention for Medical Image Segmentation

2025-12-07 · Adnan Munir, Muhammad Shahid Jabbar, Shujaat Khan arxiv

Medical image segmentation plays a pivotal role in automated diagnostic and treatment planning systems. In this work, we present DAUNet, a novel lightweight UNet variant that integrates Deformable V2 Convolutions and Par…

Pulmonary Embolism DetectionMedical Image Segmentation

SA-UNetv2: Rethinking Spatial Attention U-Net for Retinal Vessel Segmentation

2025-09-15 · Changlu Guo, Anders Nymark Christensen, Anders Bjorholm Dahl, Yugen Yi 외 arxiv

Retinal vessel segmentation is essential for early diagnosis of diseases such as diabetic retinopathy, hypertension, and neurodegenerative disorders. Although SA-UNet introduces spatial attention in the bottleneck, it un…

Retinal Vessel Segmentation

HCMA-UNet: A Hybrid CNN-Mamba UNet with Axial Self-Attention for Efficient Breast Cancer Segmentation

2025-01-01 · Haoxuan Li, Wei Song, Peiwu Qin, Xi Yuan 외

Breast cancer lesion segmentation in DCE-MRI remains challenging due to heterogeneous tumor morphology and indistinct boundaries. To address these challenges, this study proposes a novel hybrid segmentation network, HCMA…

Computational EfficiencyLesion SegmentationMambaSegmentation

SA-UNet: Spatial Attention U-Net for Retinal Vessel Segmentation

2020-04-07 · Changlu Guo, Márton Szemenyei, Yugen Yi, Wenle Wang 외

The precise segmentation of retinal blood vessels is of great significance for early diagnosis of eye-related diseases such as diabetes and hypertension. In this work, we propose a lightweight network named Spatial Atten…

Data AugmentationRetinal Vessel Segmentation