Lightweight Deep Models for Dermatological Disease Detection: A Study on Instance Selection and Channel Optimization
Ian Mateos Gonzalez, Estefani Jaramilla Nava, Abraham Sánchez Morales, Jesús García-Ramírez, Ricardo Ramos-Aguilar
TL;DR
This paper tackles dermatological disease detection from RGB skin images using the DermaMNIST dataset and aims to achieve competitive performance with lightweight CNNs suitable for CPU-only training. It introduces a two-phase approach: dataset analysis with instance selection and channel optimization, followed by CNN evaluation under computational constraints. The study shows that instance selection improves class separation, but retaining all three RGB channels yields the best accuracy among lightweight models, achieving 71.57% on DermaMNIST—close to the 73.5% reported for larger ResNet models—while drastically reducing parameters to ~472K. These results demonstrate the practicality of low-resource, GPU-free dermatology screening and highlight directions for further improving class balance and model robustness.
Abstract
The identification of dermatological disease is an important problem in Mexico according with different studies. Several works in literature use the datasets of different repositories without applying a study of the data behavior, especially in medical images domain. In this work, we propose a methodology to preprocess dermaMNIST dataset in order to improve its quality for the classification stage, where we use lightweight convolutional neural networks. In our results, we reduce the number of instances for the neural network training obtaining a similar performance of models as ResNet.
