By providing a thorough examination of these
aspects, this paper aims to offer insights into the
current advancements in deep learning for skin lesion
analysis and to outline the potential for future
developments in this rapidly evolving field.
2 PIGMENTED SKIN LESION
DETECTION
Pigmented skin lesions (PSLs), a common type of
skin problem, are known to show more skin coloring,
mostly happening because melanocytes start to
multiply more. Proper detection and labeling of these
lesions are important as they come in both harmless
types, like melanocytic nevi (or just nevus), and
harmful ones like melanoma. Especially melanoma, a
very serious kind of skin cancer, is usually the cause
of many deaths related to skin cancer. It becomes
quite important to detect PSLs early on and categorize
them correctly for better treatment options and
improved health results for patients.
2.1 Types of hyperpigmented lesions
Pigmented skin lesions can mainly be broken down
into either benign or malignant forms. The usual
examples include the most common ones.
Melanocytic nevus: It is where melanocytes
gather in a benign way, showing up as dark spots on
the skin. Most of the time, they do not cause harm,
but there can be rare occasions where they turn into
melanoma.
Melanoma: A very dangerous type of skin cancer
that comes from melanocytes. Melanoma has a high
level of aggression, spreading to other body parts
quickly, so detecting it early is very important. (Han,
2018)
Sunspot: often referred to as liver spot or even
senile spot, it is mostly considered as a harmless
pigmented area that is the result of prolonged
exposure to the sun. These spots do not develop into
cancer, though sometimes they can be mistaken for
dangerous lesions of a malignant kind.
Seborrheic keratosis: This is identified as a non-
cancerous growth that is wart-like in its appearance,
which can form on different parts of the body.
Though these growths pose no harm, their visual
similarity to melanomas creates certain issues during
diagnosis.
Abnormal nevus: A kind of nevus that has
irregular characteristics and may suggest early signs
of melanoma, and regular check-ups become
necessary to watch for possible changes in these skin
areas.
2.2 Limitations of traditional
recognition methods
The common ways of identifying pigmented lesions
on skin mainly depend on doctors visually inspecting,
sometimes with help from dermoscopy, which is a
tool used to magnify the skin surface for better
viewing without causing harm. (Niu, 2024) Even
though these approaches can work well, they still face
certain limits and are not always fully sufficient.
Subjectivity: The evaluation of visuals is very
subjective, depending much on the experience and
expertise of dermatologists, which introduces
variations and inconsistencies in diagnoses made.
Limited accuracy: Even with dermoscopy being
used, some lesions remain difficult to tell apart,
particularly when they are in early development or
show unusual characteristics, adding to the difficulty
in making precise distinctions.
Time being consumed: Examining several lesions
manually, particularly when a patient has many
pigmented spots, takes much time and can be not
practical in certain clinical environments due to how
long it might take to complete.
Variability among observers: Different
dermatologists might see one lesion in various ways,
which creates inconsistency in diagnoses and advice
for treatments provided across different patients and
practitioners.
2.3 Image Classification Methods
Through Deep Learning
The traditional methods have limitations that
deeplearning methods aim to overcome, especially by
using CNNS more and more for the purpose of
classifying skin lesions with pigments.
2.3.1 Convolutional Neural Network (CNN)
Basic Idea
CNNS represent a kind of deep learning models
designed to handle structured grid-like data, for
example, images. A CNN typically consists of several
layers, which might include convolutional layers,
pooling layers, and layers that are fully connected.
Convolutional layers: In these layers, convolution
operations get applied to the input, with filters
detecting various local patterns like edges or shapes,
possibly textures. What results from this is a feature
map, which highlights such patterns but does so
without strict detail. (Dong, 2017)
Pooling layer: Pooling reduces the size of the
feature map by summarizing certain features present