Abstract
Current assessment methods for diabetic foot ulcers (DFUs) lack objectivity and consistency, posing a significant risk to diabetes patients, including the potential for amputations, highlighting the urgent need for improved diagnostic tools and care standards in the field. To address this issue, the objective of this study was to develop and evaluate the Smart Diabetic Foot Ulcer Scoring System, ScoreDFUNet, which incorporates artificial intelligence (AI) and image analysis techniques, aiming to enhance the precision and consistency of diabetic foot ulcer assessment. ScoreDFUNet demonstrates precise categorization of DFU images into “ulcer,” “infection,” “normal,” and “gangrene” areas, achieving a noteworthy accuracy rate of 95.34% on the test set, with elevated levels of precision, recall, and F1 scores. Comparative evaluations with dermatologists affirm that our algorithm consistently surpasses the performance of junior and mid-level dermatologists, closely matching the assessments of senior dermatologists, and rigorous analyses including Bland–Altman plots and significance testing validate the robustness and reliability of our algorithm. This innovative AI system presents a valuable tool for healthcare professionals and can significantly improve the care standards in the field of diabetic foot ulcer assessment.
Keywords: Diabetic foot ulcers, Deep learning, Biomedical image analysis, Transfer learning
Subject terms: Diseases, Health care
Introduction
Diabetes mellitus (DM) is a globally prevalent, chronic metabolic disorder characterized by persistent hyperglycemia, with projections indicating that its global prevalence will affect around 700 million adults by 20451,2. DM poses a significant health burden due to its association with severe complications, including myocardial infarction, stroke, blindness, renal failure, and the risk of lower limb amputations, substantially impacting both mortality and quality of life3. Notably, diabetic foot ulcers (DFUs) are a substantial and prevalent concern, afflicting a considerable percentage of diabetic patients, with reported prevalence ranging from 19 to 34%4. The consequences of inadequate healthcare for DFUs can be dire, often resulting in lower limb amputations, with over a million individuals worldwide undergoing such procedures annually. Managing high-risk foot patients requires regular medical assessments, medication adherence, and vigilant self-care, imposing substantial economic burdens, particularly in developing nations5.
Key risk factors for diabetic foot infections encompass neuropathy, peripheral vascular disease, and suboptimal glycemic control, collectively leading to reduced sensory perception, compromised perspiration, foot deformities, and circulatory impairments6–8. This intricate interplay can exacerbate skin complications and microbial infections, impeding the healing of ulcers. Recent research, including the application of deep learning techniques, underscores the critical importance of early diagnosis and comprehensive healthcare for patients with these risk factors, highlighting the pressing need for advanced methodologies in DFU diagnosis and management9–12.
Traditional methods for assessing the severity of diabetic foot ulcers (DFUs) are known to be time-consuming, labor-intensive, and subject to variations among physicians, hindering precise patient monitoring. In response to this challenge, our study presents an innovative automated scoring system designed to objectively evaluate the severity of DFUs by identifying ulceration, infection, and gangrene features in diabetic foot ulcer images. This system provides dependable assessments that can inform personalized treatment and healthcare plans, aligning with previous research demonstrating the potential of machine learning algorithms in DFU recognition. Prior studies have explored various aspects of early diagnosis, wound segmentation, classification, and tailored approaches in DFU management13–24.
Built upon deep learning, we introduce the Smart Diabetic Foot Ulcer Scoring System (ScoreDFUNet) to assess diabetic foot ulcers with precision. ScoreDFUNet facilitates the accurate quantification of diabetic foot ulcer severity, encompassing lesion size and infection status, and offers predictive diagnostic scores. These scores can assist dermatologists in planning and implementing appropriate treatment strategies. To further validate the feasibility and effectiveness of ScoreDFUNet, we investigated its relationship with expert dermatologists' assessments. This study represents a significant advancement in the domain of diabetic foot ulcer assessment and signifies the potential of AI-driven solutions to enhance patient care in this critical area of healthcare.
Methods
Datasets and ethical approval
This study was conducted with the approval of the Shenzhen People's Hospital Scientific Research Ethics Committee (approval number: LL-KY-2023120-01). Informed consent was obtained from the patients, ensuring the privacy and confidentiality of their information. All methods were carried out in accordance with relevant guidelines and regulations.
The image dataset comprised 1426 high-definition diabetic foot ulcer images, with 603 obtained from the Diabetic Foot Ulcer Challenge (DFUC) 202025 online dataset and 823 provided by the Endocrinology Department at Xiangya Hospital. Patients' ages ranged from 5 to 72 years, with an average age of 38.75 years, and the gender distribution was 40% men and 60% women. Data collection at Xiangya Hospital occurred from April 2015 to December 2020, using an iPad positioned approximately 20 cm from the ulcers, with default camera settings. To augment the dataset, we incorporated 518 images from Kaggle26, categorized into normal and ulcerated groups, with 440 as normal and 78 depicting diabetic foot ulcers. We used the Foot Ulcer Segmentation Challenge 2021 dataset27 for our external test set. Out of 1210 images, 923 showed full feet. From these, we chose 595 images that clearly displayed only the foot, without the lower leg, to enhance model training efficiency and assess its real-world applicability. The detailed information depicted in Table 1.
Table 1.
Train | Validation | Internal test | Total | External test | |
---|---|---|---|---|---|
Class instances | |||||
Gangrene | 374 (27.7%) | 108 (27.8%) | 61 (29.7%) | 543 | 100 (17%) |
Normal | 302 (22.4%) | 89 (22.9%) | 49 (23.9%) | 440 | 0 (0%) |
Ulcer | 344 (25.5%) | 97 (25%) | 48 (23.4%) | 489 | 346 (57%) |
Infection | 332 (24.5%) | 94 (24.2%) | 46 (22.9%) | 472 | 149 (26%) |
Datasets | |||||
DFUC 2020 | 422 (31.2%) | 119 (30.7%) | 62 (30.4%) | 603 | – |
Xiangya hospital | 594 (43.9%) | 164 (42.3%) | 65 (31.9%) | 823 | – |
Kaggle | 336 (24.9%) | 105 (27.1%) | 77 (37.7%) | 518 | – |
Total | 1352 (70%) | 388 (20%) | 204 (10%) | 1944 | 595 |
Score net of risk stratification for DFU
To assess the dataset, we engaged three dermatologists with varying levels of experience, including a junior physician (3+ years), a mid-level physician (5+ years), and a senior physician (10+ years).
In the model training phase (as illustrated in Fig. 1), we employed the U-Net architecture28,29 for the multi-category segmentation task in diabetic foot ulcer analysis, allowing precise capture of distinct features and enhancing segmentation accuracy. The ground truth data was carefully annotated by physicians to ensure accuracy based on Wagner's classification system12. Simultaneously, we selected ResNet5030–34 as the foundational network for classifying lesion features of diabetic foot ulcers. Blanco et al.30 presented QTDU, a new method based on ResNet50 to accurately identify and measure tissues in dermatological ulcers. Jaganathan et al.34 investigated how taken with mobile photographs, alongside ResNet50, can improve the assessment and treatment of chronic wounds by accurately classifying and measuring them. Utilizing pre-trained model weights from ImageNet, we implemented transfer learning, accelerating model convergence and significantly improving overall performance.
By combining the outputs of the U-Net and ResNet50 models, we developed an innovative algorithm for the objective assessment of diabetic foot ulcer severity. This algorithm offers dermatologists a reliable scoring method for in-depth analysis of diabetic foot ulcer images, accessible through a user-friendly online platform. This platform streamlines the process for dermatologists, allowing them to upload patient photos of diabetic foot ulcers and access comprehensive feedback on a dedicated web page related to the rating.
For the detection of skin lesions in diabetic foot ulcers, our innovative approach, termed Det4DFU, represents a departure from previous methods that primarily focused on lesion localization35. Utilizing the U-Net architecture, our two-stage segmentation process significantly enhances accuracy and clinical relevance. In the initial stage, we prioritize binary segmentation to precisely distinguish between normal and diseased regions, providing a robust foundation for subsequent tasks. In the second stage of our analysis, we employ advanced multi-class segmentation techniques to refine and categorize skin lesion areas into six specific categories. These categories include Ulcer1 (superficial ulcers), Ulcer2 (deep ulcers), Infection1 (soft tissue infections), Infection2 (deep abscesses or osteomyelitis), Gangrene1 (localized gangrene), and Gangrene2 (whole-foot gangrene). These categories12 reflect the varying severity of diabetic foot skin lesions, quantifying both the depth and extent of lesion features. This detailed classification aids in maximizing the use of image information for scoring purposes, enhancing the precision and utility of our scoring system.
For the stratification of diabetic foot ulcer severity, our model, Clf4DFU, leverages the ResNet50 neural network architecture as the backbone with innovative residual learning, as illustrated in Fig. 2. This approach effectively mitigates vanishing gradient issues. Comprising convolutional layers, residual blocks, global average pooling, and customized fully connected layers, ResNet50 achieves precise predictions. The fully connected layer's output is redefined to represent four severity categories: "normal," "infection," "ulcer," and "necrosis." Training is expedited by leveraging ResNet50's pre-trained parameters from ImageNet, resulting in enhanced performance and efficiency compared to training from scratch.
Transfer learning
In our approach, transfer learning plays a fundamental role, drawing from well-established machine learning principles. Through the utilization of transfer learning, we harnessed pre-trained model weights originally designed for more comprehensive tasks and applied them to the specific challenges of classifying and segmenting diabetic foot ulcer photos36–38. This concept aligns with the idea that models equipped with features learned from extensive and diverse datasets, such as ImageNet, can excel in tasks with limited labeled data. Such an approach enriches our model's understanding of diabetic foot ulcer photos, enabling it to capture essential features crucial for stratification and segmentation. Importantly, transfer learning not only enhances our model's performance but also significantly reduces training time, ultimately increasing the efficiency and precision of the severity assessment method for diabetic foot ulcers.
Evaluation metrics
In our study, we employed a comprehensive set of evaluation metrics to rigorously evaluate the accuracy of our stratification and segmentation results. These metrics played a dual role by quantifying our model's performance and establishing a robust theoretical basis for interpreting our experimental outcomes. To thoroughly assess the predictive capabilities of our segmentation and stratification algorithm models, we incorporated the following essential performance metrics:
Accuracy
1 |
Precision
2 |
Recall
3 |
F1-score (F1)
4 |
Dice coefficient
5 |
Mean IoU (MIoU)
6 |
Scoring strategy
To enhance the precision of assessing diabetic foot ulcer photos and reduce potential variations in clinicians' judgments, we introduced an innovative scoring methodology. This approach involves the utilization of specific area measurements, denoted as Si, to represent the distinct characteristics of infection, ulcer, and gangrene within diabetic foot ulcer images. The corresponding feature ratios for each characteristic are defined as follows:
7 |
where denotes the proportion of the specific feature's area in relation to the total area encompassing all three characteristics detected within the diabetic foot ulcer image.
These three features exhibit distinct behaviors at various severity levels. Therefore, we categorize them into two distinct degrees, denoted as Si1 and Si2, to represent each feature. We employ Xi to express the feature score for each characteristic, as follows:
8 |
where the feature ratio for each characteristic is established by standardizing the weights Wi assigned to different features, as well as the weights Wi1 and Wi2 corresponding to features at different levels.
The confidence in each feature is determined by calculating the category probability output Pi obtained from the stratification model. This method considers feature performance, thereby increasing the level of evidence incorporated into the computation of feature scores. The total feature scores are then computed using the variable V and are expressed as follows:
9 |
where is employed to standardize the range of evaluation scores. In situations where score deviations are observed, we have introduced a special ε to make adjustments to the total score, ensuring a more reasonable and objective scoring process. Algorithm 1 offers more details on our suggested functions.
Our scoring strategy is depicted in Fig. 3, where the target image undergoes dual analysis through classification and segmentation models. Initially, the classification model generates probability lists for each lesion category. Concurrently, the segmentation model isolates the lesion using a single-class approach, followed by a multi-class model to classify the lesions into six distinct categories. The areas of these segmented lesions are then calculated to ascertain their extent. Ultimately, the data from both models are integrated, applying our specialized scoring formula to derive the final score for the image.
Results
ScoreDFUNet model results
In this section, we present the outcomes of our deep learning model, ScoreDFUNet, which utilizes the ResNet50 architecture to accurately stratify diabetic foot ulcer photos. We systematically categorized our dataset into four essential groups: "ulcer," "infection," "normal," and "gangrene," representing key aspects of diabetic foot ulcer pathology. Our model excels in extracting vital information from these images by analyzing the probability distribution of these categories. To enhance the interpretability of our model's performance (as illustrated in Fig. 4), we employed Grad-CAM39, a visual representation tool, to highlight relevant image features. Rigorous validation on a separate dataset demonstrated the model's impressive accuracy of 95.34%. Furthermore, our model exhibited strong performance metrics, including high precision, recall, and F1 scores across the categorization categories. These results underscore the efficacy of ScoreDFUNet in advancing the field of diabetic foot ulcer image analysis, potentially improving diagnostic accuracy and patient care.
We conducted an in-depth examination of a subset of CAM images, particularly those where the evaluations by human experts and our model did not align, as shown in the Fig. 5. Our analysis suggests that the model's misidentification of gangrene could be attributed to its misrecognition of areas with color resemblances, such as dark skin folds or shadows in the wound. Challenges in infection identification also seemed to be affected by color similarity. While the model generally performed well with ulcers, it sometimes confused gangrene for ulcers, potentially due to certain images in the dataset displaying characteristics of both conditions, which may have led to less accurate ulcer CAM images.
Comparative analysis with dermatologists
Our research included a meticulous comparison of our algorithm's performance with clinical scores assigned by dermatologists of varying expertise levels, with senior dermatologists' assessments serving as the reference standard (as illustrated in Fig. 6). Our algorithm consistently outperformed mid-level and junior dermatologists, closely aligning with senior dermatologists' assessments. This high level of agreement significantly enhances the accuracy of diabetic foot ulcer severity estimation. Notably, our algorithm consistently yielded slightly higher scores than clinical scores, highlighting its proficiency in stratifying the severity of diabetic foot ulcers.
We addressed the inherent subjectivity in clinical scoring by introducing objective, quantitative features, enhancing the objectivity of patient evaluations and treatment decisions. Our comparative analysis utilized Bland–Altman plots and comprehensive statistical analysis to illustrate the differences and assess the significance of the differences between our algorithm's scores and clinical ratings. This research emphasizes the superiority of our deep learning-based scoring approach, highlighting its robust performance and potential to reshape clinical diagnosis and healthcare for individuals with diabetic foot ulcers.
Disease assessment framework results
Our proposed approach was successfully implemented in real clinical settings through a customized web platform designed for dermatologists. This platform seamlessly integrates our methodology, providing an objective stratification of diabetic foot ulcer photos (as illustrated in Fig. 7). This transformation offers a more reliable and quantifiable foundation for severity assessment, thereby enhancing the precision of clinical evaluations40–43.
Through our platform, dermatologists gain efficient access to severity assessments of diabetic foot ulcer patients, enabling a deeper understanding and more accurate assessment of the patient's healthcare needs. Furthermore, the integration of our scoring system holds the potential for optimizing treatment planning. With precise severity stratifications provided by our approach, clinicians can tailor highly personalized treatments, enhancing treatment effectiveness and alignment with the specific needs dictated by the patient's condition.
In contrast to traditional manual diagnosis by medical professionals, our scoring platform provides significant advantages in terms of speed, convenience, and consistency. Our method produces precise scoring results in just 15 s, highlighting the efficiency and cost-effectiveness of our healthcare solution. Moreover, our approach consistently correlates with the assessments conducted by expert physicians, ensuring dependable and high-quality results.
Conclusions
In this study, we have presented a comprehensive model for the assessment of diabetic foot ulcers (DFUs) that encompasses lesion detection, segmentation, stratification, and severity scoring based on DFU photographs. Our model closely aligns with the assessments of senior dermatologists, providing a reliable and objective method for evaluating DFU severity, achieving an impressive detection accuracy of 95.34% across lesion categories. The practical utility of this model represents a substantial step toward enhancing DFU healthcare in clinical settings. Through a user-friendly web application, healthcare professionals can efficiently upload patient photos in real-time and promptly receive algorithm-generated scores. This seamless integration of technology bridges the gap between data-driven insights and hands-on patient care, positioning it as a valuable asset for real-world scenarios and promising to revolutionize DFU management.
While this study has achieved significant progress, there are considerations for further refinement. Variations in the angles, distances, and partial views in the photographs used may limit the assessment of the overall foot condition, potentially leading to scoring discrepancies in larger-scale conditions. Acknowledging this limitation, future endeavors will prioritize standardizing the collection of clinical photos to create a more comprehensive and precise scoring model. This ongoing commitment to model enhancement underscores our dedication to advancing the field of diabetic foot ulcer healthcare and ultimately improving patient outcomes.
In summary, our study presents a promising model for diabetic foot ulcer (DFU) assessment, achieving an impressive 95.34% detection accuracy across lesion categories and closely aligning with senior dermatologists' assessments. The practical application of this model through a user-friendly web platform holds the potential to enhance DFU healthcare in clinical settings, bridging the gap between data-driven insights and hands-on patient care. Despite some variations in photograph angles and views, future refinements in standardizing image collection aim to further improve the model's accuracy. This work underscores our commitment to advancing DFU healthcare and ultimately benefiting patients.
Acknowledgements
This work was supported by Hunan Provincial Natural Science Foundation of China (under Grants 2022JJ30189 and 2021JJ30173), and Teaching Reform Research Project of Universities in Hunan Province(under Grant HNJG-2021-1120), and Scientific Research Fund of Hunan Provincial Education Department (Grant Number 23A0643 and 23C0427), and Taizhou Science and Technology Plan Project(under Grant 23gyb11), and also funded by the National Natural Science Foundation of China (under Grant 82073018) and Shenzhen Science and Technology Innovation Committee (under Grants JCYJ20210324113001005 and JCYJ20210324114212035).
Author contributions
Z.W., X.T. and J.Z. conceived and designed the study. Q.Z., C.W. and X.C. collected the clinical data from the Shenzhen People’s Hospital. Z.W., X.T. and Y.X. constructed the machine learnings and performed the statistical analysis. J.Z., K.L., Q.Z., K.Y. and Z.W. provided critical comments on data analysis and interpretation. All authors drafted and approved the final version of the manuscript.
Data availability
The datasets generated and analyzed during this study are available in the Kaggle repository at https://www.kaggle.com/datasets/laithjj/diabetic-foot-ulcer-dfu. Additional data used and analyzed during this study can be obtained from the corresponding author upon reasonable request.
Competing interests
The authors declare no competing interests.
Footnotes
Publisher's note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
These authors contributed equally: Zheng Wang and Xinyu Tan.
Contributor Information
Chong Wang, Email: wangchong2021@foxmail.com.
Qiuhong Zhou, Email: zhouqiuhong_xy@csu.edu.cn.
Jianglin Zhang, Email: zhang.jianglin@szhospital.com.
References
- 1.Rebecca R, Dominic S, Boyoung K, et al. The diabetic foot ulcer. Aust. J. Gen. Pract. 2020;49(5):250–255. doi: 10.31128/AJGP-11-19-5161. [DOI] [PubMed] [Google Scholar]
- 2.Cole JB, Florez JC. Genetics of diabetes mellitus and diabetes complications. Nat. Rev. Nephrol. 2020;16(7):377–390. doi: 10.1038/s41581-020-0278-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Bordianu A, Bobircã F, Patrascu T. Skin grafting in the treatment of diabetic foot soft tissue defects. Chirurgia (Bucur) 2018;113(5):644–650. doi: 10.21614/chirurgia.113.5.644. [DOI] [PubMed] [Google Scholar]
- 4.Reardon R, Simring D, Kim B, Mortensen J, Leslie A. The diabetic foot ulcer. Aust. J. Gen. Pract. 2020;49(5):250–255. doi: 10.31128/AJGP-11-19-5161. [DOI] [PubMed] [Google Scholar]
- 5.Cavanagh P, Attinger C, Abbas Z, et al. Cost of treating diabetic foot ulcers in five different countries. Diabetes/Metab. Res. Rev. 2012;28(S1):107–111. doi: 10.1002/dmrr.2245. [DOI] [PubMed] [Google Scholar]
- 6.Albers JW, Pop-Busui R. Diabetic neuropathy: Mechanisms, emerging treatments, and subtypes. Curr. Neurol. Neurosci. Rep. 2014;14:1–11. doi: 10.1007/s11910-014-0473-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Frykberg RG. Diabetic foot ulcers: Pathogenesis and management. Am. Fam. Phys. 2002;66(9):1655–1663. [PubMed] [Google Scholar]
- 8.Tesfaye S, Selvarajah D. Advances in the epidemiology, pathogenesis and management of diabetic peripheral neuropathy. Diabetes/Metab. Res. Rev. 2012;28:8–14. doi: 10.1002/dmrr.2239. [DOI] [PubMed] [Google Scholar]
- 9.Zhang J, Qiu Y, Peng L, et al. A comprehensive review of methods based on deep learning for diabetes-related foot ulcers. Front. Endocrinol. 2022;13:945020. doi: 10.3389/fendo.2022.945020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Tulloch J, Zamani R, Akrami M. Machine learning in the prevention, diagnosis and management of diabetic foot ulcers: A systematic review. IEEE Access. 2020;8:198977–199000. doi: 10.1109/ACCESS.2020.3035327. [DOI] [Google Scholar]
- 11.Waghmare S, Meshram H, Mahey R, et al. Evaluation and management of diabetic foot according to Wagner’s classification. Int. J. Surg. Sci. 2019;3(4):197–201. doi: 10.33545/surgery.2019.v3.i4d.239. [DOI] [Google Scholar]
- 12.Shah P, Inturi R, Anne D, et al. Wagner's classification as a tool for treating diabetic foot ulcers: Our observations at a suburban teaching hospital. Cureus. 2022;14(1):e21501. doi: 10.7759/cureus.21501. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.van Netten JJ, van Baal JG, Liu C, van Der Heijden F, Bus SA. Infrared thermal imaging for automated detection of diabetic foot complications. J. Diabetes Sci. Technol. 2013;7(5):1122–1129. doi: 10.1177/193229681300700504. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Wang, C., Yan, X., Smith, M., Kochhar, K., Rubin, M., Warren, S. M., et al. A unified framework for automatic wound segmentation and analysis with deep convolutional neural networks. In Engineering in Medicine and Biology Society (EMBC), 2015 37th Annual International Conference of the IEEE 2415–2418 (IEEE, 2015). [DOI] [PubMed]
- 15.Goyal, M., Yap, M. H., Reeves, N. D., Rajbhandari, S. & Spragg, J. Fully convolutional networks for diabetic foot ulcer segmentation. In 2017 IEEE International Conference on Systems, Man, and Cybernetics (SMC) 618–623 (2017)
- 16.Goyal M, Reeves ND, Davison AK, Rajbhandari S, Spragg J, Yap MH. Dfunet: Convolutional neural networks for diabetic foot ulcer classification. IEEE Trans. Emerg. Top. Comput. Intell. 2018;4:1–12. [Google Scholar]
- 17.Goyal M, Reeves ND, Rajbhandari S, et al. Recognition of ischaemia and infection in diabetic foot ulcers: Dataset and techniques. Comput. Biol. Med. 2020;117:103616. doi: 10.1016/j.compbiomed.2020.103616. [DOI] [PubMed] [Google Scholar]
- 18.Yap MH, Hachiuma R, Alavi A, et al. Deep learning in diabetic foot ulcers detection: A comprehensive evaluation. Comput. Biol. Med. 2021;135:104596. doi: 10.1016/j.compbiomed.2021.104596. [DOI] [PubMed] [Google Scholar]
- 19.Liu Z, John J, Agu E. Diabetic foot ulcer ischemia and infection classification using efficientnet deep learning models. IEEE Open J. Eng. Med. Biol. 2022;3:189–201. doi: 10.1109/OJEMB.2022.3219725. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Al-Garaawi N, Ebsim R, Alharan AFH, et al. Diabetic foot ulcer classification using mapped binary patterns and convolutional neural networks. Comput. Biol. Med. 2022;140:105055. doi: 10.1016/j.compbiomed.2021.105055. [DOI] [PubMed] [Google Scholar]
- 21.Cassidy B, Reeves ND, Pappachan JM, et al. The DFUC 2020 dataset: Analysis towards diabetic foot ulcer detection. touchReviews Endocrinol. 2021;17(1):5. doi: 10.17925/EE.2021.17.1.5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Xu Y, Han K, Zhou Y, et al. Classification of diabetic foot ulcers using class knowledge banks. Front. Bioeng. Biotechnol. 2022;9:811028. doi: 10.3389/fbioe.2021.811028. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Alqahtani A, Alsubai S, Rahamathulla MP, et al. Empowering foot health: Harnessing the adaptive weighted sub-gradient convolutional neural network for diabetic foot ulcer classification. Diagnostics. 2023;13(17):2831. doi: 10.3390/diagnostics13172831. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Ohura N, Mitsuno R, Sakisaka M, et al. Convolutional neural networks for wound detection: The role of artificial intelligence in wound care. J. Wound Care. 2019;28(Sup10):S13–S24. doi: 10.12968/jowc.2019.28.Sup10.S13. [DOI] [PubMed] [Google Scholar]
- 25.Cassidy B, et al. The DFUC 2020 dataset: Analysis towards diabetic foot ulcer detection. touchREVIEWS Endocrinol. 2021;17(1):5. doi: 10.17925/EE.2021.17.1.5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Alzubaidi L, et al. DFU_QUTNet: Diabetic foot ulcer classification using novel deep convolutional neural network. Multimed. Tools Appl. 2020;79(21):15655–15677. doi: 10.1007/s11042-019-07820-w. [DOI] [Google Scholar]
- 27.Wang, C., Rostami, B., Niezgoda, J., Gopalakrishnan, S. & Yu, Z. Foot ulcer segmentation challenge 2021 (2021).
- 28.Zhou, Z., Rahman Siddiquee, M. M., Tajbakhsh, N., et al. Unet++: A nested u-net architecture for medical image segmentation. In Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support: 4th International Workshop, DLMIA 2018, and 8th International Workshop, ML-CDS 2018, Held in Conjunction with MICCAI 2018, Granada, Spain, September 20, 2018, Proceedings 4 3–11 (Springer, 2018). [DOI] [PMC free article] [PubMed]
- 29.Ronneberger, O., Fischer, P. & Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Medical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings, Part III 18 234–241 (Springer International Publishing, 2015)
- 30.Blanco G, et al. A superpixel-driven deep learning approach for the analysis of dermatological wounds. Comput. Methods Programs Biomed. 2020;183:105079. doi: 10.1016/j.cmpb.2019.105079. [DOI] [PubMed] [Google Scholar]
- 31.Fergus, P., et al. Pressure ulcer categorisation using deep learning: A clinical trial to evaluate model performance. arXiv:2203.06248 (2022).
- 32.Abubakar, A., Ugail, H. & Bukar, A. M. Can machine learning be used to discriminate between burns and pressure ulcer?. In Intelligent Systems and Applications: Proceedings of the 2019 Intelligent Systems Conference (IntelliSys) Volume 2 (Springer, 2020).
- 33.Chang CW, et al. Deep learning approach based on superpixel segmentation assisted labeling for automatic pressure ulcer diagnosis. PLoS ONE. 2022;17(2):e0264139. doi: 10.1371/journal.pone.0264139. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Jaganathan Y, et al. Validating wound severity assessment via region-anchored convolutional neural network model for mobile image-based size and tissue classification. Diagnostics. 2023;13(18):2866. doi: 10.3390/diagnostics13182866. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.Gulshan V, Peng L, Coram M, et al. Development and validation of a deep learning algorithm for detection of diabetic retinopathy in retinal fundus photographs. JAMA. 2016;316(22):2402–2410. doi: 10.1001/jama.2016.17216. [DOI] [PubMed] [Google Scholar]
- 36.Esteva A, Kuprel B, Novoa RA, et al. Dermatologist-level classification of skin cancer with deep neural networks. Nature. 2017;542(7639):115–118. doi: 10.1038/nature21056. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Yosinski, J., Clune, J. & Bengio, Y., et al. How transferable are features in deep neural networks?. Adv. Neural Inf. Process. Syst. 27 (2014).
- 38.Kornblith, S., Shlens, J. & Le, Q. V. Do better imagenet models transfer better?. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition 2661–267 (2019).
- 39.Selvaraju, R. R., Cogswell, M., Das, A., et al. Grad-cam: Visual explanations from deep networks via gradient-based localization. In Proceedings of the IEEE International Conference on Computer Vision 618–626 (2017).
- 40.Seibert K, Domhoff D, Bruch D, et al. Application scenarios for artificial intelligence in nursing care: rapid review. J. Med. Internet Res. 2021;23(11):e26522. doi: 10.2196/26522. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.van Netten JJ, Clark D, Lazzarini PA, et al. The validity and reliability of remote diabetic foot ulcer assessment using mobile phone images. Sci. Rep. 2017;7(1):9480. doi: 10.1038/s41598-017-09828-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 42.Chan KS, Lo ZJ. Wound assessment, imaging and monitoring systems in diabetic foot ulcers: A systematic review. Int. Wound J. 2020;17(6):1909–1923. doi: 10.1111/iwj.13481. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43.Chen D, Wang M, Shang X, et al. Development and validation of an incidence risk prediction model for early foot ulcer in diabetes based on a high evidence systematic review and meta-analysis. Diabetes Res. Clin. Pract. 2021;180:109040. doi: 10.1016/j.diabres.2021.109040. [DOI] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
The datasets generated and analyzed during this study are available in the Kaggle repository at https://www.kaggle.com/datasets/laithjj/diabetic-foot-ulcer-dfu. Additional data used and analyzed during this study can be obtained from the corresponding author upon reasonable request.