paper-with-me

홈 › Papers

SkinMamba: A Precision Skin Lesion Segmentation Architecture with Cross-Scale Global State Modeling and Frequency Boundary Guidance

2024-09-17 · Shun Zou, Mingya Zhang, Bingjian Fan, Zhengyi Zhou, Xiuguo Zou

Skin lesion segmentation is a crucial method for identifying early skin cancer. In recent years, both convolutional neural network (CNN) and Transformer-based methods have been widely applied. Moreover, combining CNN and Transformer effectively integrates global and local relationships, but remains limited by the quadratic complexity of Transformer. To address this, we propose a hybrid architecture based on Mamba and CNN, called SkinMamba. It maintains linear complexity while offering powerful long-range dependency modeling and local feature extraction capabilities. Specifically, we introduce the Scale Residual State Space Block (SRSSB), which captures global contextual relationships and cross-scale information exchange at a macro level, enabling expert communication in a global state. This effectively addresses challenges in skin lesion segmentation related to varying lesion sizes and inconspicuous target areas. Additionally, to mitigate boundary blurring and information loss during model downsampling, we introduce the Frequency Boundary Guided Module (FBGM), providing sufficient boundary priors to guide precise boundary segmentation, while also using the retained information to assist the decoder in the decoding process. Finally, we conducted comparative and ablation experiments on two public lesion segmentation datasets (ISIC2017 and ISIC2018), and the results demonstrate the strong competitiveness of SkinMamba in skin lesion segmentation tasks. The code is available at https://github.com/zs1314/SkinMamba.

📄 PDF Abstract BibTeX arXiv:2409.10890

Code (1)

zs1314/skinmamba 공식 구현 pytorch

Tasks

DecoderLesion SegmentationMambaSegmentationSkin Lesion Segmentation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음

Similar Papers 제목 키워드 기반

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

Deep Skin Lesion Segmentation with Transformer-CNN Fusion: Toward Intelligent Skin Cancer Analysis

2025-08-20 · Xin Wang, Xiaopei Zhang, Xingang Wang arxiv

This paper proposes a high-precision semantic segmentation method based on an improved TransUNet architecture to address the challenges of complex lesion structures, blurred boundaries, and significant scale variations i…

Skin Lesion SegmentationSemantic SegmentationData Augmentation

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 Lightweight U-Net Model for Accurate Skin Lesion Segmentation

2025-04-12 · Iraqi Journal for Computer Science and Mathematics 2025 4 · Fallah H. Najjar, Karrar A. Kadhim, Farhan Mohamed, Mohd Shafry Mohd Rahim 외

In this paper, a new lightweight U-Net deep learning-based neural network designed for the segmentation of skin lesions is proposed. Segmentation of skin lesions is the most critical step in computer-aided dermatology di…

Lesion ClassificationLesion SegmentationSensitivitySkin Lesion Classification+1

The Fast and Accurate Approach to Detection and Segmentation of Melanoma Skin Cancer using Fine-tuned Yolov3 and SegNet Based on Deep Transfer Learning

2022-10-11 · Mohamad Taghizadeh, Karim Mohammadi

Melanoma is one of the most serious skin cancers that can occur in any part of the human skin. Early diagnosis of melanoma lesions will significantly increase their chances of being cured. Improving melanoma segmentation…

Image SegmentationSegmentationSemantic SegmentationTransfer Learning