paper-with-me

홈 › Papers

EGE-UNet: an Efficient Group Enhanced UNet for skin lesion segmentation

2023-07-17 · Jiacheng Ruan, Mingye Xie, Jingsheng Gao, Ting Liu, Yuzhuo Fu

Transformer and its variants have been widely used for medical image segmentation. However, the large number of parameter and computational load of these models make them unsuitable for mobile health applications. To address this issue, we propose a more efficient approach, the Efficient Group Enhanced UNet (EGE-UNet). We incorporate a Group multi-axis Hadamard Product Attention module (GHPA) and a Group Aggregation Bridge module (GAB) in a lightweight manner. The GHPA groups input features and performs Hadamard Product Attention mechanism (HPA) on different axes to extract pathological information from diverse perspectives. The GAB effectively fuses multi-scale information by grouping low-level features, high-level features, and a mask generated by the decoder at each stage. Comprehensive experiments on the ISIC2017 and ISIC2018 datasets demonstrate that EGE-UNet outperforms existing state-of-the-art methods. In short, compared to the TransFuse, our model achieves superior segmentation performance while reducing parameter and computation costs by 494x and 160x, respectively. Moreover, to our best knowledge, this is the first model with a parameter count limited to just 50KB. Our code is available at https://github.com/JCruan519/EGE-UNet.

📄 PDF Abstract BibTeX arXiv:2307.08473

Code (1)

jcruan519/ege-unet 공식 구현 pytorch

Tasks

DecoderImage SegmentationLesion SegmentationMedical Image SegmentationSemantic SegmentationSkin Lesion Segmentation

Similar Papers 제목 키워드 기반

A Region of Interest Focused Triple UNet Architecture for Skin Lesion Segmentation

2023-11-21 · Guoqing Liu, Yu Guo, Caiying Wu, Guoqing Chen 외

Skin lesion segmentation is of great significance for skin lesion analysis and subsequent treatment. It is still a challenging task due to the irregular and fuzzy lesion borders, and diversity of skin lesions. In this pa…

DiversityLesion SegmentationSegmentationSkin Lesion Segmentation

A Multi-stage Framework with Context Information Fusion Structure for Skin Lesion Segmentation

2018-10-16 · Yujiao Tang, Feng Yang, Shaofeng Yuan, Chang'an Zhan

The computer-aided diagnosis (CAD) systems can highly improve the reliability and efficiency of melanoma recognition. As a crucial step of CAD, skin lesion segmentation has the unsatisfactory accuracy in existing methods…

Lesion SegmentationSkin Lesion Segmentation

LCAUnet: A skin lesion segmentation network with enhanced edge and body fusion

2023-05-01 · Qisen Ma, Keming Mao, Gao Wang, Lisheng Xu 외

Accurate segmentation of skin lesions in dermatoscopic images is crucial for the early diagnosis of skin cancer and improving the survival rate of patients. However, it is still a challenging task due to the irregularity…

Lesion SegmentationSkin Lesion Segmentation

GS-TransUNet: Integrated 2D Gaussian Splatting and Transformer UNet for Accurate Skin Lesion Analysis

2025-02-23 · Anand Kumar, Kavinder Roghit Kanthen, Josna John

We can achieve fast and consistent early skin cancer detection with recent developments in computer vision and deep learning techniques. However, the existing skin lesion segmentation and classification prediction models…

ClassificationDiagnosticLesion ClassificationLesion Segmentation+4

MT-TransUNet: Mediating Multi-Task Tokens in Transformers for Skin Lesion Segmentation and Classification

2021-12-03 · Jingye Chen, Jieneng Chen, Zongwei Zhou, Bin Li 외

Recent advances in automated skin cancer diagnosis have yielded performance on par with board-certified dermatologists. However, these approaches formulated skin cancer diagnosis as a simple classification task, dismissi…

ClassificationComputational EfficiencyLesion ClassificationLesion Segmentation+2