  <?xml version="1.0"?>
<journal>
 <journal_metadata>
  <full_title>Fusion: Practice and Applications</full_title>
  <abbrev_title>FPA</abbrev_title>
  <issn media_type="print">2692-4048</issn>
  <issn media_type="electronic">2770-0070</issn>
  <doi_data>
   <doi>10.54216/FPA</doi>
   <resource>https://www.americaspg.com/journals/show/3105</resource>
  </doi_data>
 </journal_metadata>
 <journal_issue>
  <publication_date media_type="print">
   <year>2018</year>
  </publication_date>
  <publication_date media_type="online">
   <year>2018</year>
  </publication_date>
 </journal_issue>
 <journal_article publication_type="full_text">
  <titles>
   <title>Skin Lesion Classification using Deep Learning Methods</title>
  </titles>
  <contributors>
   <organization sequence="first" contributor_role="author">Department of CSE, Koneru Lakshmaiah Education Foundation, Vaddeswaram, AP, India</organization>
   <person_name sequence="first" contributor_role="author">
    <given_name>Nyemeesha</given_name>
    <surname>Nyemeesha</surname>
   </person_name>
   <organization sequence="first" contributor_role="author">Department of CSE, Koneru Lakshmaiah Education Foundation, Vaddeswaram, AP, India</organization>
   <person_name sequence="additional" contributor_role="author">
    <given_name>M.</given_name>
    <surname>Kavitha</surname>
   </person_name>
  </contributors>
  <jats:abstract xml:lang="en">
   <jats:p>The incidence of cancer cases has been rising rapidly over the last few decades. Skin cancer is one of the widely found types of cancer, is further classified into two main types, Melanoma and Non-Melanoma. Though Melanoma is less common than other types of skin cancer, it can be lethal if not treated promptly. But it is not the only type of skin lesion that needs attention. It becomes necessary to promptly identify and classify the skin lesions for the recovery of the patient. The machine learning models of Deep Learning prove to be very efficient in this regard. Hence, we developed a deep learning model which is an ensemble of InceptionV3, Xception and ResNet152 models. It can classify the skin lesions into seven main types -Melanoma, Melanocytic Nevi, Benign Keratosis-like lesions, Basal cell carcinoma, actinic keratosis, vascular lesions, Dermatofibroma. The method was applied to dermoscopic images from the HAM10000 dataset. The presence of noise and artifacts in the images makes it difficult to classify. So, as a preprocessing step, we performed hair removal on the dermoscopic images which is a series of methods that starts with blackhat filtering, subsequently creating a mask for inpainting and then applying the inpainting algorithm. Further Contrast enhancement was performed by applying the Contrast Limited Adaptive Histogram Equalization (CLAHE) algorithm on the luminance channel of HSV image to improve the contrast of the image and also makes sure that it is not over-amplified. It is then followed by Skin Lesion Segmentation where a grabcut algorithm is applied on the enhanced image which segments the image. Thus, the segmented images are produced which are fed to the Model for training and testing. To cope up with the unbalanced dermoscopy image dataset available, we performed Image augmentation on the images generated in the previous step which alters the existing images to create some more images for the model training process, thus solving the problem of paucity of dataset and substantially increases the performance of the model. The final dataset generated is fed to the three deep learning models InceptionV3, Xception and Resnet152 which achieved an accuracy of 84.6%, 86.5% and 86.7% respectively. These were later given to two different ensemble models - Stacking and Random Forest. The Stacking model achieved an accuracy of 88.6% and Random Forest achieved an accuracy of 92.59%. The proposed system includes a GUI for a good user experience.</jats:p>
  </jats:abstract>
  <publication_date media_type="print">
   <year>2025</year>
  </publication_date>
  <publication_date media_type="online">
   <year>2025</year>
  </publication_date>
  <pages>
   <first_page>124</first_page>
   <last_page>134</last_page>
  </pages>
  <doi_data>
   <doi>10.54216/FPA.170109</doi>
   <resource>https://www.americaspg.com/articleinfo/3/show/3105</resource>
  </doi_data>
 </journal_article>
</journal>
