Papers for

dermatology clinics

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Pre-trained convolutional networks show varying accuracy in melanoma detection

A Comparative Evaluation of Pre-trained Convolutional Neural Networks for Melanoma Detection

Abstract: Early diagnosis of melanoma is critical for improving patient survival rates. However, accurately distinguishing melanoma from other skin lesions remains a significant clinical challenge due to the high visual similarity among lesion types and variability in image acquisition conditions. Artificial intelligence, particularly machine learning, has emerged as a promising tool to support dermatological diagnosis by automating feature extraction from medical images. Among the available approaches, convolutional neural networks (CNNs) have demonstrated strong performance in image classification tasks, making them well-suited for analyzing both dermatoscopic and histopathological images, given their ability to capture hierarchical visual patterns relevant to lesion characterization. Nevertheless, despite numerous pre-trained CNN architectures having been proposed, selecting the most appropriate one for a given imaging modality remains an open challenge. In this study, we evaluate pre-trained convolutional neural networks (CNNs) for skin lesion classification using dermatoscopic and histopathological image datasets. Experiments were conducted on the HAM10000, ISIC 2018, and CR-AI4SkIN datasets, evaluating the ResNet50, VGG16, VGG19, MobileNet, and InceptionV3 architectures under the same training protocol. The experimental evaluation showed that the models achieved accuracies ranging from 71% (InceptionV3 on ISIC 2018) to 84% (ResNet50 on HAM10000) on dermatoscopic images. For histopathological images, accuracies ranged from 72% (VGG19) to 83% (ResNet50) on the CR-AI4SkIN dataset. The results demonstrate that model performance differs between dermatoscopic and histopathological image modalities, showing that architectures exhibiting similar performance on dermatoscopic images exhibit different performance on histopathological data.

Thu 10 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Melanoma, a dangerous type of skin cancer, is hard to identify early because skin lesions can look very similar. The authors compared different pre-trained convolutional neural networks (CNNs), which are computer models trained to recognize images, to see how well they detect melanoma using two types of skin images. They found that the best CNN models achieved accuracy between 71% and 84%, but performance varied depending on the type of image used. This study helps identify which CNN models might work best for different skin image types to support doctors in diagnosing melanoma.
Open 2609.11550v1

Multi-robot system captures detailed full-body skin images automatically

Multi-Robot Scanner for Automated Full-Body Dermoscopic Imaging

Abstract: This paper outlines the specifications and design approach used to construct a full body imaging scanner capable of capturing skin lesions at a dermatoscopic level using cameras mounted on the end-effectors of four UR10 manipulators. The system possesses a view-planning algorithm capable of appropriately selecting the best camera position to acquire images of moles, a high-level controller to allow the manipulators to work simultaneously and a collision-detector that halts the manipulators when they make contact with an object or a person. We evaluate the system through real-patient full-body scans, comparing acquired images against contact dermoscopy and an existing total-body photography system (Vectra) across clinically relevant lesion features, and quantify true optical resolving power using a USAF 1951 resolution target, yielding a smallest resolvable feature size of 22.1 microns for our scanner compared to 8.8 microns for contact dermoscopy. Results show the scanner consistently outperforms Vectra across most clinically relevant features and achieves comparable performance to contact dermoscopy for the majority of features assessed. By acquiring dermatoscopic-quality images automatically and without contact, and without requiring a separate manual dermoscopic examination, the scanner closes part of the gap between total-body photography and handheld dermoscopy, suggesting potential for future integration into screening workflows.

Wed 9 SeptRobotics
The gist
It can be hard to get detailed pictures of all skin spots on a person’s body without touching them and doing long manual exams. The authors built a system using four robot arms with cameras that automatically take close-up images of skin marks from the best angles. Their system safely avoids bumps and takes pictures with detail close to handheld tools doctors use. This could help doctors screen the whole body more efficiently without extra effort.
Open 2609.10169v1

Deep learning distinguishes skin cancer subtypes from images without biopsy

Deep Learning for Biopsy-Free Subtyping of Basal Cell Carcinoma from Dermatoscopic Images

Abstract: Basal Cell Carcinoma (BCC) is the most common type of skin cancer, accounting for nearly 80% of skin cancer di- agnoses. Its optimal clinical management is guided by the distinct histopathologic subtype, with aggressive variants requiring more drastic measures. In current clinical practice, subtyping relies on skin biopsies, a procedure both costly and invasive. In this paper, we conduct a preliminary investigation into using deep learning for BCC subtyping, solely from a single dermatoscopic image of the lesion. Given the limited data at our disposal, we employ pre-trained vision transformers (ViTs), a state-of-the-art family of models highly effective for challenging downstream tasks with limited labeled data. Through repeated stratified k-fold cross-validation, we demonstrate that ViTs can achieve superior performance (AUC 0.784 on a dataset of 1271 dermatoscopic images of various BCC subtypes) over standard CNN-based baselines as well as previously-reported human reader perfor- mance, on the task of differentiating aggressive BCCs from other subtype families. These initial findings highlight the potential of combining deep learning and dermatoscopy to provide a biopsy- free alternative for BCC subtyping, thus aiding in improving treatment planning and patient outcomes.

Mon 7 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Basal Cell Carcinoma is the most common skin cancer, and doctors usually need a skin biopsy to figure out the exact subtype, which guides treatment. The authors explored using artificial intelligence to identify the subtype just from a single skin image taken by a special camera. They used advanced computer models called vision transformers that are good with small amounts of data. Their method was better than older models and previous human performance for detecting aggressive cancer types, potentially helping doctors decide treatment without invasive biopsies.
Open 2609.07180v1