paper-with-me

홈 › Papers

A Machine Vision Approach to Preliminary Skin Lesion Assessments

2026-01-21 · Ali Khreis, Ro'Yah Radaideh, Quinn McGill arxiv

Early detection of malignant skin lesions is critical for improving patient outcomes in aggressive, metastatic skin cancers. This study evaluates a comprehensive system for preliminary skin lesion assessment that combines the clinically established ABCD rule of dermoscopy (analyzing Asymmetry, Borders, Color, and Dermoscopic Structures) with machine learning classification. Using a 1,000-image subset of the HAM10000 dataset, the system implements an automated, rule-based pipeline to compute a Total Dermoscopy Score (TDS) for each lesion. This handcrafted approach is compared against various machine learning solutions, including traditional classifiers (Logistic Regression, Random Forest, and SVM) and deep learning models. While the rule-based system provides high clinical interpretability, results indicate a performance bottleneck when reducing complex morphology to five numerical features. Experimental findings show that transfer learning with EfficientNet-B0 failed significantly due to domain shift between natural and medical images. In contrast, a custom three-layer Convolutional Neural Network (CNN) trained from scratch achieved 78.5% accuracy and 86.5% recall on median-filtered images, representing a 19-point accuracy improvement over traditional methods. The results demonstrate that direct pixel-level learning captures diagnostic patterns beyond handcrafted features and that purpose-built lightweight architectures can outperform large pretrained models for small, domain-specific medical datasets.

📄 PDF Abstract BibTeX arXiv:2601.15539

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Asymmetric Lesion Detection with Geometric Patterns and CNN-SVM Classification

2025-07-23 · M. A. Rasel, Sameem Abdul Kareem, Zhenli Kwan, Nik Aimee Azizah Faheem 외 arxiv

In dermoscopic images, which allow visualization of surface skin structures not visible to the naked eye, lesion shape offers vital insights into skin diseases. In clinically practiced methods, asymmetric lesion shape is…

Inter-Scale Dependency Modeling for Skin Lesion Segmentation with Transformer-based Networks

2023-10-20 · Sania Eskandari, Janet Lumpp

Melanoma is a dangerous form of skin cancer caused by the abnormal growth of skin cells. Fully Convolutional Network (FCN) approaches, including the U-Net architecture, can automatically segment skin lesions to aid diagn…

DecoderImage SegmentationLesion SegmentationMedical Image Segmentation+3

Araguaia Medical Vision Lab at ISIC 2017 Skin Lesion Classification Challenge

2017-03-02 · Rafael Teixeira Sousa, Larissa Vasconcellos de Moraes

This paper describes the participation of Araguaia Medical Vision Lab at the International Skin Imaging Collaboration 2017 Skin Lesion Challenge. We describe the use of deep convolutional neural networks in attempt to cl…

General ClassificationLesion ClassificationSkin Lesion Classification

Skin cancer diagnosis using NIR spectroscopy data of skin lesions in vivo using machine learning algorithms

2024-01-02 · Flavio P. Loss, Pedro H. da Cunha, Matheus B. Rocha, Madson Poltronieri Zanoni 외

Skin lesions are classified in benign or malignant. Among the malignant, melanoma is a very aggressive cancer and the major cause of deaths. So, early diagnosis of skin cancer is very desired. In the last few years, ther…

Diagnostic

Visual Diagnosis of Dermatological Disorders: Human and Machine Performance

2019-06-04 · Jeremy Kawahara, Ghassan Hamarneh

Skin conditions are a global health concern, ranking the fourth highest cause of nonfatal disease burden when measured as years lost due to disability. As diagnosing, or classifying, skin diseases can help determine effe…

DiagnosticLesion ClassificationSkin Lesion Classification