Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Prof. Rupali Jadhav, Rushiraj Kale, Shubham Kadam, Tushar Gund, Shreyas Jadhav
DOI Link: https://doi.org/10.22214/ijraset.2023.53282
Certificate: View Certificate
Early detection of melanoma, the most dangerous form of skin cancer, is crucial for effective treatment. Melanoma has a higher propensity to metastasize to other parts of the body if not identified and treated promptly. In recent years, non-invasive medical computer vision and medical image processing techniques have emerged as valuable tools in clinical diagnosis for various diseases, including melanoma. These techniques enable automatic image analysis, facilitating accurate and efficient evaluation of skin lesions. The study follows a systematic approach, involving the collection of a dermo image database and preprocessing steps such as segmentation using thresholding. Statistical feature extraction methods, including gray level co-occurrence matrix (GLCM), glam asymmetry, border analysis, color assessment, and diameter calculation, are utilized. Principal component analysis (PCA) is employed for feature selection to reduce dimensionality. A total dermo copy score is calculated, followed by classification using a convolutional neural network (CNN). The results indicate an impressive classification accuracy of 92.1%.
I. INTRODUCTION
The skin, as the outermost layer of our body, is constantly exposed to environmental elements such as dust, pollution, microorganisms, and UV radiation, which can contribute to various skin diseases. Genetic instability also plays a role, adding complexity to these conditions. The human skin consists of two major layers: the epidermis and dermis. The epidermis, the outer layer, is composed of squamous cells, basal cells, and melanocytes, responsible for skin color and protection against damage.
Diagnostic classifications for skin diseases often fail to adequately represent the diverse nature of these conditions, leading to challenges in accurate prediction and treatment. Among skin diseases, skin cancer, particularly melanoma, is considered the most deadly. Fair-skinned individuals are more susceptible, with malignant melanoma and non-melanoma being the common types. Early detection is crucial for effective treatment, as late-stage diagnosis complicates control and increases the risk of spread to other body parts.
Factors such as lack of awareness, ignorance, and inappropriate use of home remedies can worsen the severity of skin diseases. Dermoscopy, an examination technique to assess skin structure, aids in melanoma detection through careful observation of dermoscopy images. However, the accuracy of dermoscopy heavily relies on the expertise of dermatologists, with detection rates typically ranging from 75% to 85%. Incorporating computer-aided diagnosis systems can enhance the speed and accuracy by identifying subtle features like asymmetry, color variation, and texture, often missed by the human eye.
Automated dermoscopy image analysis involves pre-processing, segmentation, and feature extraction/selection. Segmentation, a crucial step, can be achieved through supervised methods considering parameters like shape, size, color, skin type, and texture. Such system-based analysis reduces diagnosis time and improves accuracy. Dermatological diseases present significant challenges due to their complexity, diversity, and limited expertise, particularly in resource-constrained settings. Early detection plays a vital role in mitigating severe outcomes, and environmental factors have contributed to the rising incidence of skin diseases.
In general, skin disease stages can be classified as follows:
II. LITERATURE SURVEY
Sr no |
Title Published date |
Authors |
Conclusion |
1. |
Skin Cancer Detection Using Convolutional Neural Network (IEEE 2017)
|
Mahamudul Hasan
|
This paper presents a detailed systematic review of deep learning techniques for the early detection of skin cancer. |
2. |
Skin Cancer Detection: A Review Using Deep Learning Techniques (IEEE 2018) |
Mehwish Dildar Shumaila Akram
|
This paper proposed an artificial skin cancer detection system using image processing and machine learning method. The features of the affected skin cells are extracted after the segmentation of the dermoscopic images using feature extraction technique. |
3. |
Convolutional Neural Network (CNN) for Automatic Skin Cancer Classification System. (IEEE 2019)
|
Yunendah Nur Fuadah ,NK Caecar Pratiwi
|
The proposed model consists of three hidden layers with an output channel of 16,32, and 64 for each layer respectively. The proposed model uses several optimizers such as SGD, RMSprop Adam,and Nadam with 1 |
4. |
Melanoma skin cancer detection using deep learning and classical machine learning techniques: A hybrid approach
|
Jinen Daghrir Lotfi Tlig Moez Bouchouicha
|
A convolutional neural network and two classical machine learning classifiers trained with a set of features describing the borders, texture and the color of a skin lesion. These methods are then combined to improve their performances using majority voting. The experiments have shown that using the three methods together, gives the highest accuracy level. Index Terms—Melanoma detection, deep learning, classical machine learning, data fusion, majority voting |
5. |
An enhanced technique of skin cancer classification using deep convolutional neural network with transfer learning models
|
Md Shahin Ali a , Md Sipon Miah
|
In this paper, we propose a deep convolutional neural network (DCNN) model based on deep learning approach for the accurate classification between benign and malignant skin lesions. |
III. TECHNOLOGY LIMITATIONS
IV. PROPOSED SYSTEM
Proposed systems for melanoma skin cancer detection using image processing often incorporate advanced algorithms such as support vector machines (SVM), convolutional neural networks (CNN), and other types of neural networks. These systems leverage image processing techniques to enhance the analysis of skin lesion images. Image preprocessing methods, including noise reduction, image enhancement, and normalization, are employed to improve image quality and facilitate accurate feature extraction. Feature extraction algorithms identify relevant characteristics of skin lesions, such as asymmetry, border irregularities, color variations, and texture patterns. SVM algorithms can classify lesions based on these extracted features, distinguishing between benign and malignant cases.
CNN, a deep learning technique, is widely utilized due to its ability to automatically learn and extract complex features from images. CNN models are trained using large datasets of skin lesion images, allowing them to accurately classify melanoma cases. The combination of image processing techniques with SVM, CNN, and neural networks provides a powerful framework for melanoma detection, offering improved accuracy and potential for real-time analysis. These proposed systems contribute to enhancing early detection, aiding dermatologists, and potentially reducing unnecessary invasive procedures.
V. METHODOLOGY
A. Phase 1: Pre-processing
Phase 1 involves the pre-processing of images to enhance the accuracy of subsequent analysis. Several techniques are employed to remove unwanted parameters, such as hair, glare, and shading. Hair removal techniques can involve the use of algorithms that identify and eliminate hair strands present in the image. Glare removal techniques help mitigate the impact of reflections or excessive brightness in the image. Shading removal techniques aim to compensate for variations in lighting across the image. By removing these parameters, the subsequent analysis can focus more effectively on identifying important characteristics such as texture, color, size, and shape.
B. Phase 2: Segmentation and Feature Extraction
In Phase 2, the image is segmented to isolate the regions of interest, namely the skin lesions. Three segmentation methods are explored: Otsu segmentation, modified Otsu segmentation, and watershed segmentation. Otsu segmentation is a thresholding technique that separates the image into foreground (lesion) and background regions based on the pixel intensity. Modified Otsu segmentation is an improved version of the Otsu method, accounting for variations in lighting conditions and lesion characteristics. Watershed segmentation is a region-based approach that uses morphological operations to segment the image into distinct regions.
Following segmentation, feature extraction is performed to capture relevant information from the segmented regions. Features such as color, shape, size, and texture are extracted. Color features can include hue, saturation, and intensity values. Shape features can encompass parameters like symmetry, irregularity, or contour descriptors. Size features can involve measurements such as area or diameter. Texture features can be obtained through techniques such as gray-level co-occurrence matrices (GLCM) or local binary patterns (LBP). These extracted features provide crucial information for subsequent classification.
C. Phase 3: Model Design and Training
Phase 3 is the most significant phase of the model and involves the design and training of a classification model. Various algorithms are employed, including backpropagation neural networks, support vector machines (SVM), and convolutional neural networks (CNN).The model is trained on the dataset collected in Phase 1, which likely consists of labeled skin lesion images. During the training process, the model learns to recognize patterns and make accurate predictions based on the extracted features. Backpropagation neural networks use an iterative process to adjust the weights and biases of the network to minimize the prediction error. SVM is a supervised learning algorithm that separates classes by defining an optimal hyperplane in a high-dimensional feature space. CNN, a deep learning technique, is particularly effective in image analysis tasks as it automatically learns hierarchical features through multiple layers of convolutional and pooling operations. After training, the model is evaluated using a separate testing dataset to assess its accuracy and performance. This evaluation ensures that the model can provide reliable and accurate outputs when applied to new, unseen images. By following this methodology, the proposed model aims to enhance melanoma detection by effectively pre-processing images, segmenting skin lesions, extracting relevant features, and training a robust classification model capable of accurate predictions.
VI. APPLICATIONS
Clinical Diagnosis Support: Image processing techniques can serve as valuable tools to assist dermatologists and healthcare providers in the diagnosis of melanoma. By analyzing skin lesion images, the system can provide additional information and insights that aid in the decision-making process, potentially leading to more accurate and timely diagnoses.
The application of image processing technology for melanoma skin cancer detection holds great promise in improving early diagnosis and treatment outcomes. Through the utilization of various techniques, such as preprocessing, segmentation, feature extraction, and classification models, image processing systems can assist healthcare professionals in identifying suspicious skin lesions and distinguishing between benign and malignant cases. These systems have the potential to enhance clinical diagnosis support, aid in screening programs, enable telemedicine and remote diagnosis, support medical education and research, and contribute to public health initiatives. While there are limitations to be considered, such as image quality, dataset biases, and the need for complementary diagnostic methods, the integration of image processing technology with medical expertise has the potential to significantly improve melanoma detection, leading to earlier interventions, better patient outcomes, and increased public awareness. Continued advancements in this field have the potential to revolutionize melanoma detection and contribute to the fight against skin cancer.
Copyright © 2023 Prof. Rupali Jadhav, Rushiraj Kale, Shubham Kadam, Tushar Gund, Shreyas Jadhav. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET53282
Publish Date : 2023-05-29
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here