research paper
research paper
research paper
Deep Learning
Bittu Kumar M.Sai Vimal, 2210040107 R.Om Raj, 2210040117
Department of Electronics and Department of Electronics and Department of Electronics and
Communication Engineering Communication Engineering Communication Engineering
Koneru Lakshmaiah Educational Koneru Lakshmaiah Educational Koneru Lakshmaiah Educational
Foundation, Hyderabad, India Foundation, Hyderabad, India Foundation, Hyderabad, India
bittu.mlrit@gmail.com 2210040107@klh.edu.in 2210040117@klh.edu.in
III. METHODOLOGY
. Section III broadly elaborates on the techniques of
classification that can be used for the deep learning-based
automated detection of skin cancer lesions.
1. Convolutional Neural Networks IV. RESULTS AND DISCUSSION
These are the backbones of most image classification tasks
because they have the ability to automatically learn a spatial Section IV: Performance Evaluation
hierarchy of features that serves well in classifying images.
In our approach: To comprehensively evaluate the performance of the various
- Architecture: We used general architectures such as image classification techniques discussed in Section III for
ResNet, Inception, and VGG. Each of the architectures was automated skin lesion classification, we considered several
further fine-tuned for even more effective feature extraction crucial metrics: memory usage, accuracy, and computational
related to skin lesions. time
Data Augmentation: All of the above techniques-including
rotation, flipping, and zooming-were all applied to add
Memory Usage:
diversity to the training dataset and, thereby increased the
robustness of the model.
Deep CNN Architectures: Deep CNN architectures,
#
especially those with a large number of layers and
2. Transfer Learning
parameters, can be computationally intensive and require
Since there are an extremely limited number of labeled
substantial memory resources. However, techniques like
images of skin lesions:
model quantization and pruning can significantly reduce
Pre-trained Models: We used large dataset pre-trained
memory requirements without compromising performance.
models (like ImageNet) and fine-tuned them on the skin
lesion dataset. This saved much training time and improved
Transfer Learning: Leveraging pre-trained models can
the accuracy of the classification.
significantly reduce memory overhead, as the base model's
Feature Extraction: We used the convolutional base of these
parameters need not be learned from scratch. This is
pre-trained models to extract high-level features, and then
particularly beneficial when dealing with limited datasets, as
we fed that to a classifier (for instance, fully connected
in the case of skin lesion images.
layers).
3. Ensemble Methods Combining multiple models can Ensemble Methods: While ensemble methods can improve
improve the performance of the classification: accuracy, they can also increase memory usage due to the
Model Averaging: Predictions of several models (CNNs with need to store multiple models and their intermediate outputs.
varying architectures) are averaged towards increasing
generalization. Accuracy:
Stacking: We attempted the stacking of models along with
considering the outputs of different base models as features Deep CNN Architectures: Deep CNNs, particularly those
to be utilized by a meta-classifier for the purpose of final with a large number of layers and parameters, have
classification. demonstrated state-of-the-art performance in various image
classification tasks, including skin lesion detection. They can 2. Utilizing Rich Feature Extraction Capability: This was
effectively learn intricate patterns and features from the input done by utilizing pre-trained architectures and designing new
images. models, and they were able to grasp the intricate features
pertaining to skin lesion images much better than the average
Transfer Learning: Fine-tuning pre-trained models on classification result.
domain-specific datasets, such as skin lesion images, can
lead to significant improvements in accuracy, especially 3. Ensemble Approach Through Several Models:
when limited training data is available. Transfer learning Generalization of the performance indicated that ensemble
enables the model to leverage the knowledge gained from approaches can be of great use in medical imaging tasks and
large-scale datasets to better classify skin lesions. may help deliver good overall performance.
4. Comprehensive Performance Evaluation: Utilization of
Ensemble Methods: By combining the predictions of various performance evaluation metrics furnished an
multiple models, ensemble methods can often achieve higher elaborate comprehension of the capability of the developed
accuracy than individual models. This is because they can model and assured the clinical relevance of the acquired
reduce overfitting and improve generalization. results.
Transfer Learning: Fine-tuning pre-trained models is [1] Torre LA, Trabert B, DeSantis CE, Miller KD, Samimi G,
Runowicz CD, et al. Ovarian cancer statistics, 2018. CA
generally faster than training models from scratch, as the
Cancer J Clin. (2018) 68:284–96. doi: 10.3322/caac.21456
base model's parameters are already learned. This can [2] . Alexandrov LB, Kim J, Haradhvala NJ, Huang MN, Ng
significantly reduce training time, especially for large AWT, Wu Y, et al. The repertoire of mutational signatures in
models. human cancer. Nature. (2020) 578:94–101. doi:
10.1038/s41586-020-1943-3
Ensemble Methods: Ensemble methods can increase [3] Recalcati S, Barbagallo T, Frasin L, Prestinari F, Cogliardi A,
computational cost, as multiple models need to be trained Provero M, et al. Acral cutaneous lesions in the time of
and their predictions combined. However, techniques like COVID-19. J Eur Acad Dermatol Venereol. (2020). doi:
parallel training and efficient inference can mitigate this 10.1111/jdv.16533
[4] Chang ALS, Chen S, Osterberg L, Brandt S, von Grote EC,
overhead. Meckfessel MH. A daily skincare regimen with a unique
ceramide and filaggrin formulation rapidly improves chronic
Experimental Results xerosis, pruritus, and quality of life in older adults. Geriatric
[5] . Dhivyaa C, Sangeetha K, Balamurugan M, Amaran S,
By carefully considering these factors, we can select the most Vetriselvi T, Johnpaul P. Skin lesion classification using
appropriate image classification technique for a given skin decision trees and random forest algorithms. J Ambie Intellig
lesion detection task, balancing accuracy, efficiency, and Human Comput. (2020) 1–13. doi: 10.1007/s12652-020-
resource constraints 02675-8
V. CONCLUSION