QMAIIVJan 16

Integrating Color Histogram Analysis and Convolutional Neural Network for Skin Lesion Classification

arXiv:2601.20869v15 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses skin cancer diagnosis by providing a method to leverage color information for distinguishing melanomas from benign lesions, though it is incremental as it builds on existing CNN techniques.

The study tackled skin lesion classification by introducing the number of colors as a diagnostic feature, using color histogram analysis and a CNN to classify lesions into three categories based on color count, achieving a weighted F1 score of 75%.

The color of skin lesions is an important diagnostic feature for identifying malignant melanoma and other skin diseases. Typical colors associated with melanocytic lesions include tan, brown, black, red, white, and blue gray. This study introduces a novel feature: the number of colors present in a lesion, which can indicate the severity of disease and help distinguish melanomas from benign lesions. We propose a color histogram analysis method to examine lesion pixel values from three publicly available datasets: PH2, ISIC2016, and Med Node. The PH2 dataset contains ground truth annotations of lesion colors, while ISIC2016 and Med Node do not; our algorithm estimates the ground truth using color histogram analysis based on PH2. We then design and train a 19 layer Convolutional Neural Network (CNN) with residual skip connections to classify lesions into three categories based on the number of colors present. DeepDream visualization is used to interpret features learned by the network, and multiple CNN configurations are tested. The best model achieves a weighted F1 score of 75 percent. LIME is applied to identify important regions influencing model decisions. The results show that the number of colors in a lesion is a significant feature for describing skin conditions, and the proposed CNN with three skip connections demonstrates strong potential for clinical diagnostic support.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes