Abstract
Background:
Diabetes mellitus (DM) is a chronic disease with hyperglycemia. If not treated in time, it may lead to lower limb amputation. At the initial stage, the detection of diabetes-related foot ulcer (DFU) is very difficult. Deep learning has demonstrated state-of-the-art performance in various fields and has been used to analyze images of DFUs.
Objective:
This article reviewed current applications of deep learning to the early detection of DFU to avoid limb amputation or infection.
Methods:
Relevant literature on deep learning models, including in the classification, object detection, and semantic segmentation for images of DFU, published during the past 10 years, were analyzed.
Results:
Currently, the primary uses of deep learning in early DFU detection are related to different algorithms. For classification tasks, improved classification models were all based on convolutional neural networks (CNNs). The model with parallel convolutional layers based on GoogLeNet and the ensemble model outperformed the other models in classification accuracy. For object detection tasks, the models were based on architectures such as faster R-CNN, You-Only-Look-Once (YOLO) v3, YOLO v5, or EfficientDet. The refinements on YOLO v3 models achieved an accuracy of 91.95% and the model with an adaptive faster R-CNN architecture achieved a mean average precision (mAP) of 91.4%, which outperformed the other models. For semantic segmentation tasks, the models were based on architectures such as fully convolutional networks (FCNs), U-Net, V-Net, or SegNet. The model with U-Net outperformed the other models with an accuracy of 94.96%. Taking segmentation tasks as an example, the models were based on architectures such as mask R-CNN. The model with mask R-CNN obtained a precision value of 0.8632 and a mAP of 0.5084.
Conclusion:
Although current research is promising in the ability of deep learning to improve a patient’s quality of life, further research is required to better understand the mechanisms of deep learning for DFUs.
1 Introduction
Diabetes mellitus (DM) is a chronic disease due to impaired insulin secretion or insulin resistance or both (). According to the International Diabetes Federation, the number of people with diabetes worldwide is 500 million in 2019 () and the number is expected to grow to 700 million adults by 2045 (). Several complications associated with DM, including heart attack, stroke, blindness, kidney failure, and lower limb amputation () will increase mortality and decrease quality of life (). About 19% to 34% of diabetic patients will develop diabetes-related foot ulcers (DFUs) (). A person with DFU has a risk of poor wound healing. DFU may lead to lower limb amputation and may reduce survival rates (). In addition, the most important risk factors involved in the development of foot ulcers in patients with diabetes are peripheral neuropathy and peripheral vascular disease ().
With the development of artificial intelligence, artificial intelligence techniques have been applied to many medical images. Machine learning as a conventional artificial intelligence technique has become dominant for a long period. Here are some applications for the analysis of DFUs based on machine learning. Wang et al. () presented a cascaded two-stage classifier using support vector machines (SVMs) to determine the wound boundaries on foot-ulcer images, in which they extracted features from various colors and textures by using super pixels in the classifier training. Patel et al. () introduced a foot-ulcer detection system to recognize and classify DFUs into three categories, namely, granulation, slough, and necrosis by using a K means algorithm. They converted the color space from Red, Green and Blue (RGB) to Hue, Saturation and Intensity (HIS) and removed noise in image preprocessing. However, conventional machine-learning techniques have the following disadvantages: manual feature extraction is often affected by skin color and lighting and image resolution are less robust to combat the large change in normal and abnormal patterns in the population (, ). In addition, conventional machine-learning algorithms face many challenges such as the limitations of dealing with large image data, lack of sufficient domain knowledge, and having a multi-level abstract data representation ().
Owing to the development of computer vision, deep-learning approaches demonstrated outstanding performance in image-processing tasks. Compared with conventional machine-learning algorithms, the advances in deep-learning approaches provided effective end-to-end automatic learning models from raw images. There are some reviews about applying deep-learning technology in medical-image analysis. Chan et al. () summarized medical-image analysis based on deep learning to aid diagnosis and face many related challenges. Hesamian et al. () summarized the achievements and challenges of medical-image segmentation by using deep-learning techniques. Cai et al. () wrote a review about the application of deep learning in medical-image classification and segmentation. These reviews extensively discussed the application of deep learning in various medical images, but none of the articles specifically reviewed the applications of deep-learning technology in the medical images of DFU. Yap et al. () summarized the object detection of DFUs for the Diabetic Foot Ulcers Grand Challenge (DFUC2020) data set with 2,000 images for training and 2,000 images for testing, but they only summarized the application for object detection of DFUs forDFUC2020. They did not mention the applications for classification, semantic segmentation, and instance segmentation for DFUs and object detection for DFUs for other data sets. Therefore, this review aims to understand and compare various deep-learning architectures for DFUs and the prediction accuracy of models established in various literature. This review will be analyzed from the following aspects: (1) popular deep-learning architectures used for image analysis, which focused on their pros and cons; (2) deep learning used in images of DFUs that included four applications: classification, object detection, semantic segmentation, and instance segmentation; (3) various types of challenges correlated with images of DFUs analyzed by using deep-learning techniques; and (4) conclusion and the future of deep learning.
2 Deep-learning techniques and application categories
In recent years, deep learning, as a subset of machine learning, has seen a rapid development. Unlike conventional machine learning, which requires manual feature extraction and considers domain expertise, deep learning can automatically extract features with a change from hand-designed to data-driven features (). The difference between conventional machine learning and deep learning in terms of extracting features is shown in Figure 1. Feature extraction in conventional machine learning often requires several processes such as pre-processing and feature extraction or feature selection. However, deep learning is often a computational model composed of multiple processing layers to automatically learn representations of data by transforming input information into multiple levels of abstraction () with simple but non-linear modules. By these transformations, deep-learning models will learn a very complex function. Importantly, because the learning process is automated, deep learning makes it easy to analyze thousands of cases that even human experts may not see and remember. As a result, deep learning can be more robust to a wide range of variations in features between different categories ().
Figure 1
The applications of deep-learning technology are mainly divided into four categories, namely, classification, object detection, semantic segmentation, and instance segmentation (
3 Deep learning and classification in DFU images
This section discusses commonly used classification architectures of deep learning, including convolutional neural networks (CNNs) and deep convolutional neural networks (DCNNs). Then, a comprehensive description of deep learning in the classification of DFU images is introduced.
3.1 Deep-learning architectures of classification
Image classification, defined as the task of categorizing images into one of several predefined classes, is a fundamental problem in computer vision (
3.2 Overview of CNN architecture
CNNs have been used earlier in image classification. A typical CNN architecture consists of convolution, pooling, dropout, and FC layers (Figure 2). The convolutional layers learn the feature maps from input images as feature extractors (
Figure 2

Architecture of a convolutional neural network (CNN) for image classification. Images of the DFU are inputted into the CNN model, which included convolution, pooling, dropout, and fully connected (FC) layers. After these images are processed by the model, they are finally classified.
3.3 Deep learning in the classification for images of DFU
CNNs and their improved architectures as deep-learning techniques have been applied in the classification for images of DFU. Goyal et al. (
Figure 3

Overview of the architecture based on CNNs for DFU image classification in literature (
In 2020, Alzubaidi et al. (
Goyal et al. (
Figure 4

Overview of the architecture based on ensemble CNNs in literature (
Das et al. (
Xu et al. (
The summary of deep learning in the classification for images of DFU is shown in Table 1. Although many architectures of DCNN based on CNN have been developed, whose performances are better than those of CNNs, we can see from the published papers that the ensemble models based on improved CNN architecture have better performance than many models based on a single DCNN. For example, Wijesinghe et al. (
Table 1
| Reference | Purpose | Network structure | Contributions | Limitations | Results |
|---|---|---|---|---|---|
| Goyal et al., 2018 ( | Discriminating healthy and DFU | Parallel convolutions with a single filter | •Adopted for the first time •Better extraction | •Less automatic •Fewer images | •AUC: 0.961 |
| Alzubaidi et al., 2019 ( | Distinguishing healthy and DFU | Increasing DNN width with SVM and KNN as classifiers | •No computing increase •Increased accuracy •Better extraction •Handling small sizes | •Not mentioned | •Precision: 95.4% •Recall: 93.6% •F1-Score: 94.5% |
| Goyal et al., 2020 ( | •Identifying non-ischemia and ischemia; •Identifying non-infection and infection | Ensemble CNN and SVM | •Improving identification •Avoid missing the region | •Data unbalance •Lacking depth and size | •Accuracy of ischemia: 90% •Accuracy of infection: 73% |
| Das et al., 2021 ( | •Identifying non-ischemia and ischemia; •Identifying non-infection and infection | A DCNN based on ResKNet | •Achieving more than 95% in every evaluation metric in ischemia recognition •Improving its performance by increasing the number of residual blocks | •Not improving classification performance by further increasing the number of residual blocks | •AUC: 0.9968 for ischemia •AUC: 0.8890 for infection |
| Xu et al. 2022 ( | •Identifying non-ischemia and ischemia; •Identifying non-infection and infection | A pre-trained vision transformer models with CKBs | •Improving the performance of DFU classifications | •Performance relies on the pre-trained network •Not considering the contrastive idea in samples | •Accuracy: 90.90 ± 1.74% •Sensitivity: 86.09 ± 2.98% •Precision: 95.00 ± 1.29% •Specificity: 95.59 ± 0.71% •F-measure: 90.30 ± 1.83% •AUC score: 96.80 ± 1.16% |
| Cruz- Vega et al., 2020 ( | Discriminating diabetic foot thermograms | Shallow GoogLeNet | Multiple classes | Not easy to distinguish | •Sensitivity: 0.95 •Specificity: 0.94 •Accuracy: 0.94 •AUC: 0.95 |
| Wijesinghe et al., 2019 ( | The Wagner Ulcer Grading Scale using DNN | Ensemble model | •Best performance •Diabetic Retinopathy classification | No mention | Accuracy: >97% |
Summary of deep learning in the classification for images of diabetes-related foot ulcers.
4 Deep learning in the object detection for images of DFU
This section introduces commonly used object-detection architectures of deep learning. At present, popular deep-learning architectures of object detection include faster R–CNN (
4.1 Deep-learning architectures of object detection
Object detection in images refers to identifying the locations of objects and classifying the different objects contained in each image (
Figure 5

Two categories of object detection based on deep learning. (A) One-stage detection architecture. (B) Two-stage detection architecture. The difference between one-stage and two-stage models is that a two-stage model has a region-proposal process. Bbox regressor refers to the bounding box regressor.
4.2 Overview of the faster R-CNN architecture
Faster R-CNN, introduced by Ren et al. in 2015, is an object-detection architecture with two stages (
4.3 Object detection for images of DFU based on faster R–CNN
Compared with image classification, object detection includes the identification and location of the target (
Goyal et al. (
Figure 6

Faster R-CNN for DFU architecture (
4.4 Overview of the YOLO detection architecture
Although faster R-CNN, as a two-stage architecture, is a popular technology due to its accuracy at present, its training needs more time for obtaining shared convolution parameters (
4.5 Overview of the EfficientDet detection architecture
EfficientDet is the one-stage detection architecture proposed by Tan et al. (
4.6 Overview of the SSD detection architecture
Single-shot detector (SSD), introduced by Liu et al. (
4.7 Single-stage object detection architectures for DFU images
Han et al. (
Figure 7

Detection flow chart of YOLO v3 without the region proposal process. Scale1, Scale2, and Scale3, respectively, represent the scale of detecting a small, medium, or large object (
Goyal et al. (
Yap et al. (
The summary of deep learning in object detection for images of DFU is shown in Table 2. In practice, two-stage detection approaches with region proposal algorithms usually have a slightly better accuracy but are slower to run, while single-stage detection approaches are more efficient and do not have good accuracy as that of two-stage detection approaches.
Table 2
| References | Purpose | Network structure | Contributions | Limitations | Results |
|---|---|---|---|---|---|
| Da Costa et al., 2021 ( | DFU detection | •Adaptive faster R-CNN | •Better performance •Improving the accuracy of detecting small lesions | •Slower speed | •Precision: 91.4% •F1-score: 94.8% |
| Goyal et al., 2019 ( | Detection and localization of DFU on mobile devices | •Faster R-CNN with InceptionV2 •Two-tier transfer learning | •Better performance •More accurate •Lightweight •Reducing computation •Decreasing internal covariate shift •Improving convergence | •Worse than R-FCNResnet101 | •Precision: 91.8% •48 ms per image |
| Han et al., 2020 ( | Real-time detection and location for the Wagner grades of DFUs | •Refined YOLO v3 •On smartphones | •Single-stage •Better acquisition of object features •Improving accuracy | •Inter-class similarity | •Accuracy:91.95% •Outperformed mAP •Good trade-off |
| Goyal et al., 2020 ( | DFU detection | •Refined EfficientDet with distinct bounding boxes | •A weighted bi-directional feature pyramid network •Uniform scale •Minimizing false positives and false negatives | •No own data | •Without a report |
| Yap et al., 2020 ( | DFU detection | •An ensemble model | •A comprehensive evaluation •A variant of faster R-CNN with the best performance | •High false positives rate •Difficult to discriminate from other skin | •mAP: 0.6940 •F1-Score: 0.7434 |
Summary of deep learning in object detection for images of DFU.
5 Deep learning in the image segmentation for DFU images
This section discusses commonly used image segmentation architectures of deep learning, including the two categories, semantic segmentation and instance segmentation. Then, a comprehensive description of deep learning in the image segmentation for DFU images is introduced.
5.1 Semantic segmentation
Semantic image segmentation is a process where each pixel of an image is labeled with the class of its enclosing object without differentiating object instances (
5.2 Overview of the fully convolutional network (FCN) architecture
An FCN based on CNN was proposed by Long et al. (
5.3 Overview of the U-Net architecture
U-Net based on FCN was designed by Ronneberger et al. (
Figure 8

Architecture of U-Net for semantic segmentation (
5.4 Instance segmentation
Instance segmentation is able to deal with the correct detection of all objects in an image and provides different labels for different instances of the same class, which combines object detection and semantic segmentation simultaneously (
5.5 Overview of the mask R-CNN architecture
Mask R-CNN was presented by He et al. (
5.6 Deep learning in the semantic segmentation for DFU images
There are few articles about deep learning in the semantic segmentation and instance segmentation for images of DFU.
Goyal et al. (
Figure 9

Fully convolutional networks (FCNs) for the semantic segmentation of DFUs (
Rania et al. (
Hernández et al. (
Figure 10

Architecture based on U-Net for the automatic segmentation of DFUs (
Gamage et al. (
Figure 11

The mask R-CNN architecture proposed by Gamage et al. (
Zhao et al. (
Table 3
| References | Purpose | Network structure | Contributions | Limitations | Results |
|---|---|---|---|---|---|
| Goyal et al., 2017 ( | •Automatic segmentation | •Two-tier transfer learning with three models | •Obtaining pixel-wise prediction •Better convergence •Retrieving feature hierarchies •Producing irregular contours | •Issues of small size and part •Accuracy of irregular boundaries •Some similar tissues of DFU and surrounding skin | •Dice (ulcer): 0.794 ± 0.104 •Dice (surrounding): 0.851 ± 0.148 •Combination: 0.899 ± 0.072 |
| Rania et al., 2020 ( | •Semantic segmentation | •U-Net •V-Net •SegNet | •Superior segmentation | •Fewer images | •Accuracy: 94.96% •IoU: 94.86% •DSC: 97.25% |
| Hernández et al., 2019 ( | •A monitoring system for automatic segmentation with multimodal images | •No FC layers based on U-Net | •Great performance •Segmentation enhancement •Plane segmentation with RANSAC | •Fewer images | •Short time •Better performance |
| Gamage et al., 2019 ( | •Automatic detection of location and segmentation of ulcer boundaries | •Mask R-CNN and ResNet-50 •Mask R-CNN and ResNet-101 | •Object detection, localization, and instance segmentation •High accuracy and performance | •Not mentioned | •Precision: 0.8632 •mAP: 0.5084 |
| Zhao et al., 2021 ( | •An intelligent measurement model for DFUs | •Mask R-CNN •RetinaNet | •Instance segmentation of ulcers •Digital scale target detection •High accuracy compared with the manual measurement of DFUs | •Not mentioned | •mAP of the region of segmentation: 63.9% •mAP of the ruler scale digital detection: 83.4% |
Summary of deep learning in image segmentation for images of DFU.
6 Performance evaluation
6.1 Performance evaluation metrics
Performance evaluation metrics are used to evaluate the quality of machine-learning algorithms, and this is also true in deep-learning algorithms. There are many different performance evaluation metrics for a deep-learning model, which can be often combined to evaluate a model. Moreover, the correct use of performance evaluation metrics is a key factor showing whether the model is working properly and whether it works in the best way (
Table 4
| Evaluation metrics | Formula and the source literature | Source references |
|---|---|---|
| Accuracy | ( | ( |
| Sensitivity | Sensitivity=TP/(TP+FN) ( | ( |
| Specificity | Sensitivity=TN/(TN+FP) ( | ( |
| Precision | Precision=TP/(FP+TP) ( | ( |
| Recall | Recall=TP/(TP+FN) ( | ( |
| AUC | ( | ( |
| F1-Score | ( | ( |
| Average precision (AP) | ( | |
| Mean average precision (mAP) | ( | ( |
| Dice similarity coefficient (DSC) | ( | ( |
| Union index (IoU) | ( | ( |
Performance evaluation metrics used in the research of the above literature for deep learning in DFUs.
Confusion matrix contains information about actual and predicted classifications in deep-learning models. Confusion matrix is given in Table S1. Some conceptions in confusion matrix are defined as follows: If a deep-learning model correctly predicts the positive class, it is a true positive (TP), otherwise, it is a false positive (FP). If a deep-learning model correctly predicts the negative class, it is true negative (TN), otherwise, it is false negative (FN). These conceptions are used in the performance evaluation metrics of deep-learning models for DFUs.
6.2 Improving performance
There are two methods to improve performance for deep-learning models of the DFU analysis, namely, dropout and transfer learning.
6.2.1 Dropout
Deep-learning models based on deep neural networks with many parameters have two disadvantages: Deep neural networks with several non-linear hidden layers and limited training data can learn complicated relationships and result in overfitting. Moreover, a combination of machine-learning models can improve performance, but it is expensive for different architectures of models to be trained on different data. Therefore, it is difficult to overcome overfitting by combining many different models at test time (
To solve the above issues, dropout, as a technique similar to regularization, is presented. It can reduce the risk of overfitting and efficiently combine many different neural network architectures (
6.2.2 Transfer learning
Transfer learning can recognize and apply knowledge and skills learned in previous tasks to a novel task. Transfer learning can be a powerful tool to enable training a large target network without overfitting (
7 Challenges
7.1 Smaller data set
A typical deep-learning framework is often composed of multiple neural network layers, thus, many parameters need to be set and optimized. If there are few medical images in the training data set and many parameters need to be optimized in the deep-learning model, it will cause overfitting (
7.2 Limited annotated data
Semi-supervised learning (SSL) provides a powerful framework for leveraging unlabeled data when labels are limited or expensive to obtain.
Deep-learning techniques usually need DFU images annotated by a podiatrist specializing in the diabetic foot. Goyal et al. (
7.3 Choosing the right deep-learning architecture and hyperparameters
Different deep-learning architectures have different advantages and disadvantages, and different deep-learning architectures will be selected according to the characteristics of the input data and research purposes. The analysis of medical images of DFU can be divided into classification, object detection, and semantic segmentation. For example, CNNs are suitable for classification, faster R-CNNs are suitable for object detection, and FCNs are suitable for semantic segmentation. At present, choosing the right deep-learning architecture is a challenging task, and more models and algorithms need to be tried and further studied in the future.
When a deep-learning architecture is chosen, a large number of hyperparameters will be set and optimized by training the deep-learning model, in which hyperparameters are automatically set to optimize performance and reduce human effort (
7.4 Changing the black box into a white box
Although deep-learning models have achieved good results in many domains, a deep-learning model is still a black box and lacks an explanation of its internal mechanism, which makes it difficult for clinicians to understand its results. It is very important for the interpretability of medical image analysis systems based on deep learning. It can help doctors understand the disease and make the correct diagnosis for the benefit of the patients. Xiang et al. (
8 Conclusion and future trends
Current deep learning has been successfully applied in classification, target detection, and segmentation for medical images. With the technology developed, more multimodal data can be collected. These data include medical images (X-ray, CT, MRI, PET, etc.) and other forms of medical resources (electronic medical records, genomics, bioinformatics, drug responses, etc.). The variety of data is so complicated that more advanced deep-learning architectures need to be developed.
Deep learning has been widely used in medicine to solve problems such as disease diagnosis, prediction, medical-image classification, detection, and segmentation. The occurrence and development of diseases often include multiple stages, and how to better apply deep-learning models to all stages of medical diagnosis and treatment has become more challenging and need three aspects: technological advancement, more data collection, and more medical experience.
At present, a number of excellent algorithms have been used in medical domain, but setting deep-learning model parameters and training data need more time; therefore, it is necessary to accelerate the development of deep-learning models, improve deep learning algorithm, and manufacture better and faster hardware. We should improve the efficiency and accuracy of algorithms by improving them or combining multiple architectures. Furthermore, we should exploit approaches such as using a graphic processing unit, large-scale clusters of machines in a distributed environment, and a cloud computing platform. Despite challenges such as small data sets, limited annotations, lack of interpretability, and time-consuming training, deep-learning technology will have a huge impact on medicine and will benefit medicine, doctors, and patients.
Funding
This work was supported by the National Natural Science Foundation of China (under Grants 82073018, 82073019) and Shenzhen Science and Technology Innovation Committee (JCYJ20210324114212035), and also funded by Hunan province nature science foundation of China(under Grant 2022JJ30189), and Teaching Reform Research Project of Universities in Hunan Province(under Grant HNJG-2021-1120).
Publisher’s note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Statements
Author contributions
JZ and YQ performed conceptualization, methodology, writing original draft, formal analysis, and final approval of the version to be submitted. LP performed investigation and revision; ZW carried out project administration, reviewing the final draft and editing, and final approval of the version to be submitted. MQ carried out investigation, visualization, and final approval of the version to be submitted. QZ was involved in supervision, validation, and final approval of the version to be submitted. All authors contributed to the article and approved the submitted version.
Conflict of interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fendo.2022.945020/full#supplementary-material
References
1
BelstiYAkaluYAnimutY. Attitude, practice and its associated factors towards diabetes complications among type 2 diabetic patients at Addis zemen district hospital, Northwest Ethiopia. BMC Public Health (2020) 20(1):1–11. doi: 10.1186/s12889-020-08953-6
2
ColeJBFlorezJC. Genetics of diabetes mellitus and diabetes complications. Nat Rev Nephrol (2020) 16(7):377–90. doi: 10.1038/s41581-020-0278-5
3
BordianuABobircãFPatrascuT. Skin grafting in the treatment of diabetic foot soft tissue defects. Chirurgia (Bucur) (2018) 113(5):644–50. doi: 10.21614/chirurgia.113.5.644
4
ReardonRSimringDKimBMortensenJLeslieA. The diabetic foot ulcer. Aust J Gen Pract (2020) 49(5):250–5. doi: 10.31128/AJGP-11-19-5161
5
ChamberlainRCFleetwoodKWildSHColhounHMLindsayRSPetrieJRet al. Foot ulcer and risk of lower limb amputation or death in people with diabetes: A national population-based retrospective cohort study. Diabetes Care (2022) 45(1):83–91. doi: 10.2337/dc21-1596
6
WangLPedersenPCAguEStrongDMTuluB. Area determination of diabetic foot ulcer images using a cascaded two-stage SVM-based classification. IEEE Trans Biomed Eng (2016) 64(9):2098–109. doi: 10.1109/TBME.2016.2632522
7
PatelSPatelRDesaiD. Diabetic foot ulcer wound tissue detection and classification[C]//2017 international conference on innovations in information, embedded and communication systems (ICIIECS). IEEE (2017) 1–5. doi: 10.1109/ICIIECS.2017.8276007
8
GoyalMReevesNDRajbhandariSYapMH. Robust methods for real-time diabetic foot ulcer detection and localization on mobile devices. IEEE J Biomed Health Inf (2018) 23(4):1730–41. doi: 10.1109/JBHI.2018.2868656
9
ShenDWuGSukHI. Deep learning in medical image analysis. (2020) 19:221. doi: 10.1007/978-3-030-33128-3_1
10
GoyalMReevesNDDavisonAKRajbhandariSSpraggJYapMH. Dfunet: Convolutional neural networks for diabetic foot ulcer classification. IEEE Trans Emerg Topic Comput Intell (2018) 4(5):728–39. doi: 10.1109/TETCI.2018.2866254
11
HesamianMHJiaWHeXKennedyP. Deep learning techniques for medical image segmentation: achievements and challenges. J Digit Imaging (2019) 32(4):582–96. doi: 10.1007/s10278-019-00227-x
12
CaiLGaoJZhaoD. A review of the application of deep learning in medical image classification and segmentation. Ann Trans Med (2020) 8(11):713. doi: 10.21037/atm.2020.02.44
13
YapMHHachiumaRAlaviABrüngelRCassidyBGoyalMet al. Deep learning in diabetic foot ulcers detection: A comprehensive evaluation. Comput Biol Med (2021) 135:104596. doi: 10.1016/j.compbiomed.2021.104596
14
MinSLeeBYoonS. Deep learning in bioinformatics. Briefings Bioinf (2017) 18(5):851–69. doi: 10.1093/bib/bbw068
15
AlSadrahSA. Impaired quality of life and diabetic foot disease in Saudi patients with type 2 diabetes: A cross-sectional analysis. SAGE Open Med (2019) 7:2050312119832092. doi: 10.1177/2050312119832092
16
LeCunYBengioYHintonG. Deep learning. nature (2015) 521(7553):436–44. doi: 10.1038/nature14539
17
HafizAMBhatGM. A survey on instance segmentation: state of the art. Int J Multimed Inf Retriev (2020) 9(3):171–89. doi: 10.1007/s13735-020-00195-x
18
YangRYuY. Artificial convolutional neural network in object detection and semantic segmentation for medical imaging analysis. Front Oncol (2021) 11:638182. doi: 10.3389/fonc.2021.638182
19
Asgari TaghanakiSAbhishekKCohenJPCohen-AdadJHamarnehG. Deep semantic segmentation of natural and medical images: A review. Artif Intell Rev (2021) 54(1):137–78. doi: 10.1007/s10462-020-09854-1
20
RawatWWangZ. Deep convolutional neural networks for image classification: A comprehensive review. Neural Comput (2017) 29(9):2352–449. doi: 10.1162/neco_a_00990
21
KrizhevskyASutskeverIHintonGE. Imagenet classification with deep convolutional neural networks. COMMUN ACM (2017) 60(6):84–90. doi: 10.1145/3065386
22
SimonyanKZissermanA. Very deep convolutional networks for large-scale image recognition. arXiv (2014) 1409:1556.
23
SzegedyCLiuWJiaYSermanetPRabinovichA. Going deeper with convolutions, in: Proceedings of the IEEE conference on computer vision and pattern recognition. Boston: IEEE (2015) 1–9. doi: 10.1109/CVPR.2015.7298594
24
HeKZhangXRenSSunJ. Deep residual learning for image recognition, in: Proceedings of the IEEE conference on computer vision and pattern recognition. Las Vegas: IEEE (2016) 770–8. doi: 10.1109/CVPR.2016.90
25
AlbawiSMohammedTAAl-ZawiS. Understanding of a convolutional neural network, in: 2017 international conference on engineering and technology (ICET). IeeeAntalya: IEEE (2017) 1–6. doi: 10.1109/ICEngTechnol.2017.8308186
26
PacalIKarabogaDBasturkAAkayBNalbantogluU. A comprehensive review of deep learning in colon cancer. Comput Biol Med (2020) 126:104003. doi: 10.1016/j.compbiomed.2020.104003
27
AlzubaidiLFadhelMAOleiwiSRAl-ShammaOZhangJ. DFU_QUTNet: diabetic foot ulcer classification using novel deep convolutional neural network. Multimed Tools Appl (2020) 79(21):15655–77. doi: 10.1007/s11042-019-07820-w
28
GoyalMReevesNDRajbhandariSAhmadNWangCYapMH. 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
29
DasSKRoyPMishraAK. Recognition of ischaemia and infection in diabetic foot ulcer: a deep convolutional neural network based approach. Int J Imaging Syst Technol (2022) 32(1):192–208. doi: 10.1002/ima.22598
30
XuYHanKZhouYWuJXieXXiangW. Classification of diabetic foot ulcers using class knowledge banks. Front Bioengineer Biotechnol (2021) 9. doi: 10.3389/fbioe.2021.811028
31
Cruz-VegaIHernandez-ContrerasDPeregrina-BarretoHRangel-MagdalenoJJRamirez-CortesJM. Deep learning classification for diabetic foot thermograms. Sensors (2020) 20(6):1762. doi: 10.3390/s20061762
32
WijesingheIGamageCPereraIChitraranjanC. A smart telemedicine system with deep learning to manage diabetic retinopathy and foot ulcers, in: 2019 Moratuwa Engineering Research Conference (MERCon)Moratuwa: IEEE (2019) 686–91. doi: 10.1109/MERCon.2019.8818682
33
RenSHeKGirshickRSunJ. Faster r-cnn: Towards real-time object detection with region proposal networks, in: IEEE Transactions on Pattern Analysis and Machine Intelligence (2017) 39(6):1137–49. doi: 10.1109/TPAMI.2016.2577031
34
RedmonJDivvalaSGirshickRFarhadiA. You only look once: Unified, real-time object detection, in: Proceedings of the IEEE conference on computer vision and pattern recognition, Las Vegas: IEEE (2016) 779–88. doi: 10.1109/CVPR.2016.91
35
TanMPangRLeQV. Efficientdet: Scalable and efficient object detection, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition (CVPR)Seattle: IEEE (2020) 10781–90. doi: 10.1109/CVPR42600.2020.01079
36
LiuWAnguelovDErhanDSzegedyCReedSFuCYet al. Ssd: Single shot multibox detector. In: European Conference on computer vision. Cham: Springer (2016). p. 21–37. doi: 10.1007/978-3-319-46448-0_2
37
ZhaoZQZhengPXuSWuX. Object detection with deep learning: A review. IEEE Trans Neural Networks Learn Syst (2019) 30(11):3212–32. doi: 10.1109/TNNLS.2018.2876865
38
GirshickR. Fast r-cnn, in: Proceedings of the IEEE international conference on computer vision. Santiago: IEEE (2015) 1440–8. doi: 10.1109/ICCV.2015.169
39
LinTYDollárPGirshickRHeKHariharanBBelongieS. Feature pyramid networks for object detection, in: Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR). Honolulu: IEEE (2017) 2117–25.
40
GirshickRDonahueJDarrellTMalikJ. Rich feature hierarchies for accurate object detection and semantic segmentation, in: Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR). Columbus: IEEE (2014) 580–7. doi: 10.1109/CVPR.2014.8
41
da Costa OliveiraALde CarvalhoABDantasDO. Faster r-CNN approach for diabetic foot ulcer detection, in: VISIGRAPP (4: VISAPP) (2021) 677–84. doi: 10.5220/0010255506770684
42
LiuKTangHHeSYuQXiongYWangN. Performance validation of YOLO variants for object detection, in: Proceedings of the 2021 International Conference on Bioinformatics and Intelligent Computing (2021) 239–43. doi: 10.1145/3448748.3448786
43
CassidyBReevesNDJosephPGillespieDO'SheaCRajbhandariSet al. Dfuc2020: Analysis towards diabetic foot ulcer detection. touchREVIEWS in Endocrinology (2021) 17(1):5–11. doi: 10.17925/EE.2021.17.1.5
44
HanAZhangYLiALiCZhouS. Efficient refinements on YOLOv3 for real-time detection and assessment of diabetic foot Wagner grades. arXiv (2020) 2006:02322.
45
GoyalMHassanpourS. A refined deep learning architecture for diabetic foot ulcers detection. arXiv (2020) 2007.07922.
46
LongJShelhamerEDarrellT. Fully convolutional networks for semantic segmentation, in: Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR). Boston: IEEE (2015) 3431–40.
47
BadrinarayananVKendallACipollaR. Segnet: A deep convolutional encoder-decoder architecture for image segmentation. IEEE Trans Pattern Anal Mach Intell (2017) 39(12):2481–95. doi: 10.1109/TPAMI.2016.2644615
48
RonnebergerOFischerPBroxT. U-Net: Convolutional networks for biomedical image segmentation. In: International conference on medical image computing and computer-assisted intervention. Cham: Springer (2015). p. 234–41.
49
HeKGkioxariGDollárPGirshickR. Mask r-cnn, in: Proceedings of the IEEE international conference on computer vision, Venice: IEEE (2017) 2961–9. doi: 10.1109/ICCV.2017.322
50
GoyalMYapMHReevesNDRajbhandariSSpraggJ. Fully convolutional networks for diabetic foot ulcer segmentation, in: 2017 IEEE international conference on systems, man, and cybernetics (SMC). Banff: IEEE (2017) 618–23. doi: 10.1109/SMC.2017.812267
51
RaniaNDouziHYvesLSylvieT. Semantic segmentation of diabetic foot ulcer images: dealing with small dataset in DL approaches. In: International conference on image and signal processing. Cham: Springer (2020). p. 162–9. doi: 10.1007/978-3-030-51935-3_17
52
HernándezAArteaga-MarreroNVillaEHimarFGustavoMC. Automatic segmentation based on deep learning techniques for diabetic foot monitoring through multimodal images. In: International conference on image analysis and processing. Cham: Springer (2019). p. 414–24. doi: 10.1007/978-3-030-30645-8_38
53
GamageHWijesingheWPereraI. Instance-based segmentation for boundary detection of neuropathic ulcers through mask-RCNN. In: International conference on artificial neural networks. Cham: Springer (2019). p. 511–22. doi: 10.1007/978-3-030-30493-5_49
54
ZhaoNZhouQHuJHuangWXuJQiMet al. Construction and verification of an intelligent measurement model for diabetic foot ulcer. Zhong Nan Da Xue Xue Bao Yi Xue Ban= J Cent South Univ Med Sci (2021) 46(10):1138–46. doi: 10.11817/j.issn.1672-7347.2021.200938
55
GarbinCZhuXMarquesO. Dropout vs. batch normalization: an empirical study of their impact to deep learning. Multimed Tools Appl (2020) 79(19):12777–815. doi: 10.1007/s11042-019-08453-9
56
LaptevNYuJRajagopalR. Reconstruction and regression loss for time-series transfer learning, in: Proceedings of the Special Interest Group on Knowledge Discovery and Data Mining (SIGKDD) and the 4th Workshop on the Mining and LEarning from Time Series (MiLeTS), London, UK (2018). p. 20.
57
MiottoRWangFWangSJiangXDudleyJT. Deep learning for healthcare: review, opportunities and challenges. Briefings Bioinf (2018) 19(6):1236–46. doi: 10.1093/bib/bbx044
58
OliverAOdenaARaffelCACubukEDGoodfellowL. Realistic evaluation of deep semi-supervised learning algorithms. In: Proceedings of the 32nd International Conference on Neural Information Processing Systems(NIPS) (2018) 31:3239–50. doi: 10.5555/3327144.3327244
59
FeurerMHutterF. Hyperparameter optimization. In: Automated machine learning. Cham: Springer (2019). p. 3–33.
60
WuJChenXYZhangHXiongLDLeiHDengSH. Hyperparameter optimization for machine learning models based on Bayesian optimization. J Electron Sci Technol (2019) 17(1):26–40. doi: 10.11989/JEST.1674-862X.80904120
61
XiangAWangF. Towards interpretable skin lesion classification with deep learning models. AMIA Annu Symposium Proc (2019) 2019:1246.
62
WulczynESteinerDFMoranMPlassMReihsRTanFet al. Interpretable survival prediction for colorectal cancer using deep learning. NPJ Digit Med (2021) 4(1):1–13. doi: 10.1038/s41746-021-00427-2
63
WuJZhouBPeckDHsiehSDialaniVMackeyLet al. Deepminer: Discovering interpretable representations for mammogram classification and explanation. Harvard Data Science Review (2021) 3(4). doi: 10.1162/99608f92.8b81b005
Summary
Keywords
diabetic foot ulcer, medical image, deep learning, classification, object detection, semantic segmentation
Citation
Zhang J, Qiu Y, Peng L, Zhou Q, Wang Z and Qi M (2022) A comprehensive review of methods based on deep learning for diabetes-related foot ulcers. Front. Endocrinol. 13:945020. doi: 10.3389/fendo.2022.945020
Received
16 May 2022
Accepted
04 July 2022
Published
08 August 2022
Volume
13 - 2022
Edited by
Zoltan Pataky, Geneva University Hospitals (HUG), Switzerland
Reviewed by
Iyad Hatem, Manara University, Syria; Rasoul Goli, Urmia University of Medical Sciences, Iran
Updates

Check for updates
Copyright
© 2022 Zhang, Qiu, Peng, Zhou, Wang and Qi.
This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Zheng Wang, w8614@hotmail.com; Min Qi, qimin05@csu.edu.cn
†These authors have contributed equally to this work
This article was submitted to Diabetes: Molecular Mechanisms, a section of the journal Frontiers in Endocrinology
Disclaimer
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.