paper-with-me

홈 › Papers

MFSNet: A Multi Focus Segmentation Network for Skin Lesion Segmentation

2022-03-27 · Hritam Basak, Rohit Kundu, Ram Sarkar

Segmentation is essential for medical image analysis to identify and localize diseases, monitor morphological changes, and extract discriminative features for further diagnosis. Skin cancer is one of the most common types of cancer globally, and its early diagnosis is pivotal for the complete elimination of malignant tumors from the body. This research develops an Artificial Intelligence (AI) framework for supervised skin lesion segmentation employing the deep learning approach. The proposed framework, called MFSNet (Multi-Focus Segmentation Network), uses differently scaled feature maps for computing the final segmentation mask using raw input RGB images of skin lesions. In doing so, initially, the images are preprocessed to remove unwanted artifacts and noises. The MFSNet employs the Res2Net backbone, a recently proposed convolutional neural network (CNN), for obtaining deep features used in a Parallel Partial Decoder (PPD) module to get a global map of the segmentation mask. In different stages of the network, convolution features and multi-scale maps are used in two boundary attention (BA) modules and two reverse attention (RA) modules to generate the final segmentation output. MFSNet, when evaluated on three publicly available datasets: $PH^2$, ISIC 2017, and HAM10000, outperforms state-of-the-art methods, justifying the reliability of the framework. The relevant codes for the proposed approach are accessible at https://github.com/Rohit-Kundu/MFSNet

📄 PDF Abstract BibTeX arXiv:2203.14341

Code (2)

hritam-98/MFSNet 공식 구현
rohit-kundu/mfsnet

Tasks

DecoderLesion SegmentationMedical Image AnalysisSegmentationSemantic SegmentationSkin Lesion Segmentation

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Average Pooling 설명 없음
Batch Normalization 설명 없음
Res2Net Block A Res2Net Block is an image model block that constructs hierarchical residual-like connections within one single [residual…
Kaiming Initialization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

PMFSNet: Polarized Multi-scale Feature Self-attention Network For Lightweight Medical Image Segmentation

2024-01-15 · Jiahui Zhong, Wenhong Tian, Yuanlun Xie, Zhijia Liu 외

Current state-of-the-art medical image segmentation methods prioritize accuracy but often at the expense of increased computational demands and larger model sizes. Applying these large-scale models to the relatively limi…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

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

Deep Learning based Novel Cascaded Approach for Skin Lesion Analysis

2023-01-16 · Shubham Innani, Prasad Dutande, Bhakti Baheti, Ujjwal Baid 외

Automatic lesion analysis is critical in skin cancer diagnosis and ensures effective treatment. The computer aided diagnosis of such skin cancer in dermoscopic images can significantly reduce the clinicians workload and …

ClassificationDecoderDeep LearningDiagnostic+3

Bi-directional Dermoscopic Feature Learning and Multi-scale Consistent Decision Fusion for Skin Lesion Segmentation

2020-02-20 · Xiaohong Wang, Xudong Jiang, Henghui Ding, Jun Liu

Accurate segmentation of skin lesion from dermoscopic images is a crucial part of computer-aided diagnosis of melanoma. It is challenging due to the fact that dermoscopic images from different patients have non-negligibl…

Lesion SegmentationSkin Lesion Segmentation

Multi-class Semantic Segmentation of Skin Lesions via Fully Convolutional Networks

2017-11-28 · Manu Goyal, Moi Hoon Yap, Saeed Hassanpour

Melanoma is clinically difficult to distinguish from common benign skin lesions, particularly melanocytic naevus and seborrhoeic keratosis. The dermoscopic appearance of these lesions has huge intra-class variations and …

SegmentationSemantic SegmentationTransfer Learning