TLDR: A new deep learning framework uses mobile-captured skin images to diagnose arsenicosis and other skin conditions. It leverages a dataset of over 11,000 images and found that Swin Transformer models achieved 86% accuracy, outperforming CNNs. The framework includes Explainable AI for transparency and a web-based tool for practical deployment, aiming to improve early detection in rural areas with limited access to dermatologists.
Arsenicosis, a severe public health issue prevalent in South and Southeast Asia, stems from prolonged exposure to arsenic-contaminated water. Its early skin manifestations are crucial for diagnosis but often go undetected, especially in rural areas lacking access to dermatologists. This challenge highlights the urgent need for accessible, automated diagnostic tools.
Researchers Asif Newaz, Asif Ur Rahman Adib, Rajit Sahil, and Mashfique Mehzad have developed an innovative end-to-end deep learning framework designed for arsenicosis diagnosis using images captured by mobile phones. This approach aims to provide a non-invasive, cost-effective, and scalable solution for early detection and timely intervention in resource-limited communities.
The core of this framework is a meticulously curated dataset comprising over 11,000 mobile-captured images across 20 different dermatological conditions, including various arsenic-induced skin lesions. This comprehensive dataset allows the models to differentiate arsenicosis not just from normal skin, but also from other visually similar skin disorders, which is critical for accurate real-world diagnosis.
Advanced Deep Learning Models for Detection
The study benchmarked several deep learning architectures, including traditional Convolutional Neural Networks (CNNs) and more modern Transformer-based models. The results showed that Transformer-based models significantly outperformed CNNs. Specifically, the Swin Transformer achieved the highest accuracy of 86%, demonstrating its superior ability to capture both local and global patterns in skin images through its self-attention mechanisms.
A significant aspect of this framework is its integration of Explainable AI (XAI) techniques, namely LIME (Local Interpretable Model-agnostic Explanations) and Grad-CAM (Gradient-weighted Class Activation Mapping). These tools provide visual explanations, highlighting the specific regions of an image that most influenced the model’s diagnostic decision. This transparency is vital for building trust among clinicians and healthcare workers, allowing them to verify if the model is focusing on clinically relevant features and aiding in error analysis.
To ensure practical applicability, the researchers developed a web-based diagnostic tool. This application allows users to upload skin lesion images via a browser, receive instant predictions with confidence scores, and view the interpretability overlays generated by LIME and Grad-CAM. This real-time inference system is a proof-of-concept for preliminary screening and health triaging in arsenic-affected rural areas. The full research paper can be found here: An End-to-End Deep Learning Framework for Arsenicosis Diagnosis Using Mobile-Captured Skin Images.
Also Read:
- Advanced AI Framework Improves Breast Cancer Detection in Thermograms
- Barlow-Swin: A New Lightweight Architecture for Real-Time Medical Image Segmentation
Addressing Real-World Challenges
The framework also underwent external validation using unseen images, demonstrating strong generalization capabilities across various conditions. While the model showed robust performance, the study acknowledges limitations such as the dataset’s size and class imbalance, variability in image quality from mobile captures, and the use of ImageNet-pretrained weights rather than medical-specific pretraining. Misclassifications were often attributed to the fine-grained visual similarity between certain skin conditions (e.g., Basal Cell Carcinoma, Squamous Cell Carcinoma, and Actinic Keratosis) or issues related to image acquisition quality.
Despite these challenges, the work represents a crucial advancement towards AI-assisted, non-invasive, and accessible diagnosis of arsenicosis. By providing a reliable, image-based screening tool, it can significantly support early detection and intervention in communities where specialized dermatological care is scarce, ultimately improving public health outcomes globally.


