A novel SpaSA based hyper-parameter optimized FCEDN with adaptive CNN classification for skin cancer detection

Rizwan Ali,A. Manikandan,Rui Lei,Jinghong Xu
DOI: https://doi.org/10.1038/s41598-024-57393-4
IF: 4.6
2024-04-24
Scientific Reports
Abstract:Skin cancer is the most prevalent kind of cancer in people. It is estimated that more than 1 million people get skin cancer every year in the world. The effectiveness of the disease's therapy is significantly impacted by early identification of this illness. Preprocessing is the initial detecting stage in enhancing the quality of skin images by removing undesired background noise and objects. This study aims is to compile preprocessing techniques for skin cancer imaging that are currently accessible. Researchers looking into automated skin cancer diagnosis might use this article as an excellent place to start. The fully convolutional encoder–decoder network and Sparrow search algorithm (FCEDN-SpaSA) are proposed in this study for the segmentation of dermoscopic images. The individual wolf method and the ensemble ghosting technique are integrated to generate a neighbour-based search strategy in SpaSA for stressing the correct balance between navigation and exploitation. The classification procedure is accomplished by using an adaptive CNN technique to discriminate between normal skin and malignant skin lesions suggestive of disease. Our method provides classification accuracies comparable to commonly used incremental learning techniques while using less energy, storage space, memory access, and training time (only network updates with new training samples, no network sharing). In a simulation, the segmentation performance of the proposed technique on the ISBI 2017, ISIC 2018, and PH2 datasets reached accuracies of 95.28%, 95.89%, 92.70%, and 98.78%, respectively, on the same dataset and assessed the classification performance. It is accurate 91.67% of the time. The efficiency of the suggested strategy is demonstrated through comparisons with cutting-edge methodologies.
multidisciplinary sciences
What problem does this paper attempt to address?
The paper primarily proposes a new solution to address two key issues in skin cancer detection: 1. **Precision Segmentation Issue**: To enhance the ability to detect abnormal lesions and distinguish between benign and malignant lesions, precise segmentation is required. 2. **Feature Extraction Issue**: To classify pigmented lesions as benign or malignant skin cancer, it is necessary to effectively extract the most discriminative features. To address these issues, the researchers proposed a method based on a Full Convolutional Encoder-Decoder Network (FCEDN) optimized by the Sparrow Search Algorithm (SpaSA) combined with an adaptive Convolutional Neural Network (CNN). The main contributions of this method include: - Proposing an adaptive CNN model that can automatically and accurately classify different types of skin cancer, used to categorize skin cancer into melanoma and non-melanoma. - Preprocessing the image data, including steps such as image scaling, color space conversion, contrast enhancement, noise reduction, and hair removal. - Proposing a SpaSA-optimized full convolutional residual encoder-decoder network architecture for the segmentation of skin cancer images. The unique design of this method makes it particularly suitable for the segmentation task of skin cancer. - Using images from the PH-2, ISIC-2017, and ISIC-2019 datasets, which have different resolutions and class imbalance issues. These issues were addressed through transfer learning methods, achieving good performance in classification. - Utilizing the segmented skin lesions to accurately delineate melanoma foci and inputting the features extracted from the skin lesions into the feature classification module for further classification as benign or malignant. In summary, this study aims to develop an efficient computer-aided diagnosis system to improve the accuracy of early diagnosis of skin cancer.