Skip to content

This is the official Wasserstein-GAN with Gradient Penalty code release for the paper titled "SkinAid: A GAN based Automatic Skin Lesion Monitoring Method for IoMT Frameworks"

Notifications You must be signed in to change notification settings

Prathistith/SkinLesions_GenerativeAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkinAid: A GAN-based Automatic Skin Lesion Monitoring Method for IoMT Frameworks

This is the official W-GAN code release of our paper:

IEEE OITS International Conference on Information Technology, December-2021

Overview:

• Extracted the Region-of-interest of the Skin Lesions (Melanoma, Melanocytic Nevi, Benign Keratosis, Basal Cell Carcinoma, Actinic Keratosis, Vascular Lesions & Dermatofibroma) & pre-processing.

• Enhanced the highly unbalanced & limited HAM10000 dataset by augmenting/generating synthetic Skin Lesion images using Wasserstein-GAN with Gradient penalty.

• Trained our model to classify 7 types skin cancers/lesions using Transfer learning (ResNet, EfficientNet, DenseNet, MobileNet) and achieved a best accuracy of 92.2% with DenseNet-121.

• Developed a prototype of an Android Application to capture real-time skin lesion image from smartphone camera to detect, classify & generate a preliminary analysis report, useful in rural or remote areas with limited healthcare access.

(a) Extracting the Region-of-interest:


(b) Samples of Synthetic Images Generated using Wassetstein GAN:


(c) Training CNN models with Transfer Learning & Smartphone Deployment:


About

This is the official Wasserstein-GAN with Gradient Penalty code release for the paper titled "SkinAid: A GAN based Automatic Skin Lesion Monitoring Method for IoMT Frameworks"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages