Emergent Mind

Decision Support System for Detection and Classification of Skin Cancer using CNN

(1912.03798)
Published Dec 9, 2019 in cs.LG and stat.ML

Abstract

Skin Cancer is one of the most deathful of all the cancers. It is bound to spread to different parts of the body on the off chance that it is not analyzed and treated at the beginning time. It is mostly because of the abnormal growth of skin cells, often develops when the body is exposed to sunlight. The Detection Furthermore, the characterization of skin malignant growth in the beginning time is a costly and challenging procedure. It is classified where it develops and its cell type. High Precision and recall are required for the classification of lesions. The paper aims to use MNIST HAM-10000 dataset containing dermoscopy images. The objective is to propose a system that detects skin cancer and classifies it in different classes by using the Convolution Neural Network. The diagnosing methodology uses Image processing and deep learning model. The dermoscopy image of skin cancer taken, undergone various techniques to remove the noise and picture resolution. The image count is also increased by using various image augmentation techniques. In the end, the Transfer Learning method is used to increase the classification accuracy of the images further. Our CNN model gave a weighted average Precision of 0.88, a weighted Recall average of 0.74, and a weighted f1-score of 0.77. The transfer learning approach applied using ResNet model yielded an accuracy of 90.51%

Overview

  • This paper presents a decision support system utilizing Convolutional Neural Networks (CNN) and Transfer Learning for the accurate classification of skin cancer from the MNIST HAM-10000 dermoscopy image dataset.

  • It highlights the effectiveness of CNNs over traditional methods and trained professionals in certain cases, and points out the necessity for multi-class classification of skin lesions.

  • The methodology involves using the HAM-10000 dataset for CNN model development, enhanced with Transfer Learning leveraging pre-trained models like VGG16 and ResNet to improve accuracy.

  • Results indicate a significant accuracy improvement in skin lesion classification, with the Transfer Learning method using ResNet achieving up to 90.51% accuracy.

Decision Support System for Skin Cancer Detection and Classification using CNN

Introduction

Skin cancer, a predominant public health concern, necessitates early detection and classification to mitigate its spread and improve patient outcomes. Leveraging Convolutional Neural Networks (CNN) and Transfer Learning, this study outlines a decision support system aimed at accurate skin cancer classification using the MNIST HAM-10000 dermoscopy image dataset. The growing prevalence of skin cancer and the challenges inherent in early-stage detection underscore the significance of this research.

Literature Review

The utility of CNNs in medical imaging, particularly in skin lesion analysis, has been well-documented. Prior works have showcased CNNs' superiority over traditional methodologies and even trained medical professionals in certain instances. The integration of Transfer Learning, utilizing pre-trained models like VGG-16 on extensive datasets such as ImageNet, has further amplified the accuracy rates of skin cancer classification systems. Despite these advancements, existing literature predominantly focuses on binary classification (cancerous vs non-cancerous), with multi-class classification of skin lesions remaining relatively underexplored.

Methodology

The study employs the MNIST HAM-10000 dataset, comprising over 10,000 skin lesion images across seven distinct categories. This dataset serves as the cornerstone for the CNN model development and subsequent Transfer Learning application. Initial preprocessing steps include data augmentation and histogram equalization techniques to address class imbalance and enhance image quality. The methodology pivots on a CNN framework complemented by Transfer Learning to refine the model's classification accuracy.

Convolution Neural Network (CNN) Model

  • The CNN architecture is built upon layers designed to mimic the hierarchical pattern recognition of the human visual cortex. Key components include convolutional layers, max-pooling, and fully-connected layers facilitating feature extraction and classification.

Transfer Learning Approach

  • Leveraging pre-trained models such as VGG16 and ResNet, Transfer Learning adapts these architectures to the domain-specific task of skin cancer classification. This strategy not only expedites the training process but also enhances model performance by utilizing the vast, generic feature sets learned from the ImageNet dataset.

Results

The implementation revealed promising outcomes, with the CNN model achieving a weighted average precision of 0.88, recall of 0.74, and an F1-score of 0.77. The application of Transfer Learning, particularly using the ResNet model pre-trained on ImageNet, resulted in a notable accuracy increase to 90.51%. Comparative analysis with other machine learning algorithms, including Random Forest, XGBoost, and SVM, underscored CNN and Transfer Learning's superior performance for this task.

Conclusion

This study underscores the effectiveness of CNNs and Transfer Learning in enhancing the accuracy of skin cancer classification systems. By adopting a Transfer Learning approach with pre-trained models, the research significantly improved the classification accuracy of skin lesions depicted in the HAM10000 dataset. Future directions include refining the model to elevate prediction outcomes and further exploring the utility of Transfer Learning across additional datasets and classification frameworks.

The implications of such advancements extend beyond academic interest, offering tangible improvements in diagnostic methodologies and patient care strategies in dermatology. As AI continues to evolve, its integration into healthcare, particularly in areas requiring nuanced interpretation of medical images, heralds a new era of precision medicine.

Create an account to read this summary for free:

Newsletter

Get summaries of trending comp sci papers delivered straight to your inbox:

Unsubscribe anytime.