Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Toward Accessible Dermatology: Skin Lesion Classification Using Deep Learning Models on Mobile-Acquired Images

Created by
  • Haebom

Author

Asif Newaz, Masum Mushfiq Ishti, AZM Ashraful Azam, Asif Ur Rahman Adib

Outline

This paper presents a deep learning-based automatic skin disease classification model based on a dataset of over 50 diverse skin diseases captured using mobile devices. Unlike previous studies that primarily focused on microscopic image datasets and a limited number of disease types, this study utilizes a diverse skin disease dataset that reflects real-world conditions for a more realistic approach. After evaluating several CNN and Transformer-based architectures, we confirmed that Transformer models, such as the Swin Transformer, effectively capture global contextual information and demonstrate superior performance. Furthermore, we leverage Grad-CAM to enhance the interpretability of model predictions and ensure model transparency by visualizing clinically important regions. This paves the way for AI-based skin disease screening and early diagnosis accessible even in resource-poor settings.

Takeaways, Limitations

Takeaways:
By building a dataset of various skin diseases captured on mobile devices, we suggest the possibility of developing models suitable for real-world environments.
Demonstrating the superior performance of Transformer-based models, especially Swin Transformer, and suggesting new possibilities for skin disease classification.
Improving model interpretability and increasing clinical applicability using Grad-CAM.
Presenting the possibility of developing an accessible AI-based skin disease diagnostic system in resource-poor environments.
Limitations:
Further review of the dataset's balance and diversity is needed.
The model's generalization performance and performance evaluation on other datasets are needed.
Further research is needed on the reliability and limitations of the interpretation results of Grad-CAM.
Validation and clinical efficacy evaluation in actual clinical settings are required.
👍