paper-with-me

홈 › Papers

Generative Adversarial Networks based Skin Lesion Segmentation

2023-05-29 · Shubham Innani, Prasad Dutande, Ujjwal Baid, Venu Pokuri, Spyridon Bakas, Sanjay Talbar, Bhakti Baheti, Sharath Chandra Guntuku

Skin cancer is a serious condition that requires accurate diagnosis and treatment. One way to assist clinicians in this task is using computer-aided diagnosis (CAD) tools that automatically segment skin lesions from dermoscopic images. We propose a novel adversarial learning-based framework called Efficient-GAN (EGAN) that uses an unsupervised generative network to generate accurate lesion masks. It consists of a generator module with a top-down squeeze excitation-based compound scaled path, an asymmetric lateral connection-based bottom-up path, and a discriminator module that distinguishes between original and synthetic masks. A morphology-based smoothing loss is also implemented to encourage the network to create smooth semantic boundaries of lesions. The framework is evaluated on the International Skin Imaging Collaboration (ISIC) Lesion Dataset 2018. It outperforms the current state-of-the-art skin lesion segmentation approaches with a Dice coefficient, Jaccard similarity, and Accuracy of 90.1%, 83.6%, and 94.5%, respectively. We also design a lightweight segmentation framework (MGAN) that achieves comparable performance as EGAN but with an order of magnitude lower number of training parameters, thus resulting in faster inference times for low compute resource settings.

📄 PDF Abstract BibTeX arXiv:2305.18164

Code (1)

shubhaminnani/egan 공식 구현 tf

Tasks

Lesion SegmentationSkin Lesion Segmentation

Similar Papers 제목 키워드 기반

Mask2Lesion: Mask-Constrained Adversarial Skin Lesion Image Synthesis

2019-06-13 · Kumar Abhishek, Ghassan Hamarneh

Skin lesion segmentation is a vital task in skin cancer diagnosis and further treatment. Although deep learning based approaches have significantly improved the segmentation accuracy, these algorithms are still reliant o…

Data AugmentationImage GenerationImage-to-Image TranslationLesion Segmentation+2

SLSNet: Skin lesion segmentation using a lightweight generative adversarial network

2019-07-01 · Md. Mostafa Kamal Sarker, Hatem A. Rashwan, Farhan Akram, Vivek Kumar Singh 외

The determination of precise skin lesion boundaries in dermoscopic images using automated methods faces many challenges, most importantly, the presence of hair, inconspicuous lesion edges and low contrast in dermoscopic …

Generative Adversarial NetworkGPUImage SegmentationLesion Segmentation+4

Improving Automatic Skin Lesion Segmentation using Adversarial Learning based Data Augmentation

2018-07-23 · Lei Bi, Dagan Feng, Jinman Kim

Segmentation of skin lesions is considered as an important step in computer aided diagnosis (CAD) for automated melanoma diagnosis. In recent years, segmentation methods based on fully convolutional networks (FCN) have a…

Data AugmentationGenerative Adversarial NetworkLesion SegmentationMelanoma Diagnosis+2

Segmentation of skin lesions and their attributes using Generative Adversarial Networks

2021-01-30 · Cristian Lazo

This work is about the semantic segmentation of skin lesion boundary and their attributes using Image-to-Image Translation with Conditional Adversarial Nets. Melanoma is a type of skin cancer that can be cured if detecte…

Image-to-Image TranslationSegmentationSemantic SegmentationTranslation

Generating Highly Realistic Images of Skin Lesions with GANs

2018-09-05 · Christoph Baur, Shadi Albarqouni, Nassir Navab

As many other machine learning driven medical image analysis tasks, skin image analysis suffers from a chronic lack of labeled data and skewed class distributions, which poses problems for the training of robust and well…

BIG-bench Machine LearningLesion SegmentationMedical Image AnalysisSkin Lesion Segmentation