Abstract
Infectious keratitis refers to a group of corneal disorders in which corneal tissues suffer inflammation and damage caused by pathogenic infections. Among these disorders, fungal keratitis (FK) and acanthamoeba keratitis (AK) are particularly severe and can cause permanent blindness if not diagnosed early and accurately. In Vivo Confocal Microscopy (IVCM) allows for imaging of different corneal layers and provides an important tool for an early and accurate diagnosis. In this paper, we introduce the IVCM-Keratitis dataset, which comprises of a total of 4001 sample images of AK and FK, as well as non-specific keratitis (NSK) and healthy corneas classes. We use this dataset to develop multiple deep-learning models based on Convolutional Neural Networks (CNNs) to provide automated assistance in enhancing the diagnostic accuracy of confocal microscopy in infectious keratitis. Densenet161 had the best performance among these models, with an accuracy, precision, recall, and F1 score of 93.55%, 92.52%, 94.77%, and 96.93%, respectively. Our study highlights the potential of deep learning models to provide automated diagnostic assistance for infectious keratitis via confocal microscopy images, particularly in the early detection of AK and FK. The proposed model can provide valuable support to both experienced and inexperienced eye-care practitioners in confocal microscopy image analysis, by suggesting the most likely diagnosis. We further demonstrate that these models can highlight the areas of infection in the IVCM images and explain the reasons behind their diagnosis by utilizing saliency maps, a technique used in eXplainable Artificial Intelligence (XAI) to interpret these models.
Subject terms: Biomedical engineering, Corneal diseases, Medical imaging
Introduction
The cornea is the transparent, outermost layer of the eye, covering the iris, pupil, and anterior chamber, and it plays a crucial role in protecting internal eye structures and in light refraction1. This area can be damaged through injury, external particles, or pathogenic microorganisms, causing inflammation and swelling in the cornea, which is referred to as keratitis2. Infectious keratitis is the swelling and damage of the cornea caused by infectious organisms such as bacteria, viruses, fungi, or parasites, and may lead to various serious complications or blindness without early diagnosis and treatment3. Fungal keratitis (FK) is the most devastating and the leading cause of vision loss, with one million cases of blindness caused by FK worldwide, every year4,5. Acanthamoeba keratitis (AK) is a rare but highly severe form of keratitis caused by the parasitic acanthamoeba genus of amoebae, which is often associated with the use of soft contact lenses6. Diagnosis of AK often proves challenging and delayed, and the disease is difficult to treat with conventional medications, which can lead to permanent visual impairment or blindness7.
In Vivo Confocal Microscopy (IVCM) is an emerging non-invasive tool for capturing high-definition cross-sectional images of eye structures, and is of great assistance for early diagnosis of different types of keratitis. It offers significant advantages in terms of accuracy and sensitivity of diagnosis, particularly in detecting deep stromal infections that are not easily diagnosed through corneal scraping. However, this comes at the cost of an increased workload on medical staff and the need for specialized training to interpret IVCM images8,9.
Deep learning (DL) is a class of advanced machine learning techniques, in which convolutional neural networks (CNN) can be used to develop sophisticated artificial intelligence (AI) systems to process high-definition data, such as images, quickly and accurately10. In image processing applications, CNNs have multiple convolutional layers capable of capturing high-level features of the image into multiple abstraction levels for processing which improves accuracy and versatility, at the cost of requiring a large amount of annotated data11. In recent years, the emergence of DL and CNN has proven tremendously useful in medical data analysis and medical image recognition12–14. In ophthalmology, multiple DL-based AI systems have been developed for diagnosis of glaucoma and macular degeneration15,16. While DL-based systems have proven useful in various medical diagnosis applications, the development of DL-based systems for keratitis, especially in IVCM imaging technology, has been lackluster. Although some studies have developed DL models for the diagnosis of keratitis using slit-lamp biomicroscopy, research on diagnostic AI models using IVCM images remains limited17–19. Researchers have developed models on datasets with a limited number of either data samples (as in17 with 137 images) or classes (as in18 with two classes of healthy and FK images introduced) or patients (as in19 based on a small sample of six patients).
The aim of this study is to present a more advanced deep learning model that provides automated diagnostic assistance for different types of infectious keratitis, offering a comprehensive approach to diagnosis when interpreting IVCM images, both for experienced and inexperienced eye-care practitioners. We consider the classification of four types of IVCM images in our study, consisting of fungal keratitis (FK), acanthamoeba keratitis (AK), non-specific keratitis (NSK), and healthy images. NSK refers to other types of inflammations or injuries not induced by fungal, amoebic or bacterial organisms (further details in "Dataset" section). To achieve this, we introduce the IVCM-Keratitis dataset, consisting of 4001 IVCM images along with their official diagnoses. We trained multiple recent DL models and optimized them to find the best model with the highest performance. To the best of our knowledge, this is the first attempt to develop an automated keratitis deep learning model using IVCM images at this scale and class diversity. Furthermore, this is the first model capable of detecting AK cases using IVCM images.
However, although there have been some efforts to interpret DL models in the emerging field of eXplainable Artificial Intelligence (XAI)20, DL models developed using IVCM images are still treated as a black box. We also demonstrate the interpretability of deep learning models for IVCM images and its utility to eye-care practitioners in making decisions faster and with more confidence. We used saliency maps21 as a tool to show the areas in the images that a DL model would consider significant for its diagnosis.
Materials and methods
Figure 1 shows the overall pipeline of our study including data collection, training, and evaluation processes. All building blocks will be discussed in the next subsections.
Dataset
To conduct this study, a full ethical approval was obtained from the ethics committee of the Research Institute for Ophthalmology and Vision Science, Shahid Beheshti University of Medical Sciences, Tehran, Iran (ethical approval code number #IR.SBMU.ORC.REC.1389.20). This retrospective study followed the tenets of the declaration of Helsinki regulations.
The IVCM-Keratitis dataset introduced and used in this paper was gathered from a data pool of IVCM images collected from hundreds of patients who visited the Confoscan unit of the Central Eye Bank of Iran between January 2008 and September 2018. These images were captured using the confocal scan unit ConfoScan 3.0 (Nidek Technology, Padova, Italy).
All the investigated IVCM images had already been confirmed by the microbiologic smear/culture results. Their corresponding clinical features were also consistent with the gold standard of microbiologic smear and cultures (see Supplementary Fig. S1 and Supplementary Fig. S2)22.
In order to select the confocal scan images that best represented the diagnosis, two physician-scientists (MA and SMM) independently reviewed all the IVCM images taken during the patients’ visits, and excluded the images that were unfocused, too dark/bright, or out of focus.
The IVCM-Keratitis dataset consists of 4001 IVCM images of size 768 × 576 pixels in JPEG format including 1391 AK, 897 FK, 1004 NSK, and 743 healthy images. The dataset is randomly split into 3000 training and 1001 test images. Sample images of each class are shown in Fig. 2.
The IVCM-Keratitis dataset is made publicly available for research use in the Figshare repository in23.
Data processing
Preprocessing
Images were first converted from RGB to grayscale and then normalized to have pixel values between zero and one as shown in Eq. (1).
1 |
Here, represents the normalized grayscale pixel values and , , and represent the pixel values of red, green, and blue channels, respectively.
After that, the mean and variance of the whole dataset were calculated, and each image was standardized relative to the dataset’s mean and standard deviation, as demonstrated in Eqs. (2)–(4).
2 |
3 |
4 |
Here, represents the value of the pixel located at the row and column of the normalized grayscale image of size M by N. and are the mean and standard deviation of our dataset , which has a size of .
Augmentation
Since deep learning (DL) usually requires a large amount of annotated data, data augmentation methods have been devised to expand the size of the training set. During augmentation, a transformation is applied to the data samples, resulting in new data samples with the same label. Image augmentation methods include mirroring, translation, blurring, zooming, rotation, and others. These methods have been shown to increase a model’s prediction accuracy24.
In this paper, we have selected four augmentation methods: color jittering, horizontal flips, vertical flips, and light Gaussian blur. Although data augmentation is typically performed before training, in our study, we have implemented data augmentation dynamically during the training process. For each training epoch, there is a probability of transformation (we set it to 40% in our study) for each image before it is fed into the training process. This approach allows the same image to appear differently during training, effectively augmenting the training set without artificially increasing its size. Moreover, this method enables deep learning models to be trained on large datasets without memory issues.
Model development
Model types
In recent years, DL has grown rapidly with the range of available models greatly expanding. In this study, we trained eight different CNN models that have been extensively used in image classification in recent years, and compared their performance. These models include Densenet161, Densenet12125, Resnet152, Resnet10126, Resnext101, Resnext5027, Cspresnet5028, Vgg19, Vgg16, and Vgg1329. We did not use the pre-trained weights available for these models, and instead, trained them from scratch with random weight initialization. Specifically, we initialized the linear layers using a uniform distribution within the range of [− 1/|W|, 1/|W|], where |W| represents the output size of the linear layer. For the convolutional layers, we used Xavier initialization30.
Training
To find the best hyperparameters for each model, such as batch size and learning rate, we performed fivefold cross-validation31. In this process, we randomly split the training set into five folds and trained the network on four folds while evaluating its performance on the remaining one-fold. We repeated this process for five rounds to test all the folds, and then calculated the average performance over all the rounds. We trained the model for 10 epochs in each round. Finally, we selected the hyperparameters that led to the best cross-validation performance as the best hyperparameters for the corresponding model.
Using the best hyperparameters for each model, we trained each model for 250 epochs using the training set. We also employed a weighted random sampler during training to deal with any imbalances in the dataset. This sampler samples smaller classes more frequently than larger classes, ensuring that samples from smaller classes appear as many times as samples from larger classes during training.
Evaluation
To evaluate the performance of our trained models, we used the test set. We report the performance of our models by calculating several performance metrics, including accuracy, precision, recall, specificity, and F1 score. These performance metrics are defined for a two-class classification problem (positive and negative) as follows in Eqs. (5)–(9).
5 |
6 |
7 |
8 |
9 |
Here, , , , , and represent accuracy, positive predictive value (precision), true positive rate (recall/sensitivity), true negative rate (specificity), and F1 score, respectively. represents the number of positive samples, and represents the number of negative samples. (True Positive) is the number of positive samples that are correctly classified, (False Positive) is the number of samples that are wrongly predicted as a positive class, and (True Negative) and (False Negative) are the equivalent of and for the negative class.
To address the imbalance in the sizes of different classes in the dataset, we calculated the weighted average of these metrics across all classes, using the size of each class as its corresponding weight. Specifically, for each class, samples from that class were considered positive samples, and samples from all other classes were considered negative samples.
Results
The performance of all 10 trained models is summarized in Table 1. To maintain brevity, we only included the F1 score in this table as it provides a more comprehensive measure of the models’ performance, calculating the harmonic mean of the sensitivity/recall and precision values. Please refer to Supplementary Table S1 for additional details on the performance of the models by other metrics.
Table 1.
Model | Stat | AK | FK | Healthy | NSK | Weighted average |
---|---|---|---|---|---|---|
Densenet161 | Accuracy | 95.70% | 96.50% | 98.90% | 95.90% | 96.93% |
Sensitivity | 91.37% | 96.98% | 99.49% | 88.79% | 94.77% | |
Specificity | 98.25% | 96.38% | 98.75% | 98.05% | 97.80% | |
Precision | 96.86% | 86.94% | 95.17% | 93.21% | 92.52% | |
F1 | 94.04% | 91.69% | 97.28% | 90.95% | 93.53% | |
Densenet121 | F1 | 92.16% | 90.23% | 84.97% | 83.53% | 87.29% |
Cspresnet50 | F1 | 87.99% | 85.71% | 78.53% | 79.67% | 82.42% |
Resnet101 | F1 | 92.03% | 88.37% | 80.0% | 76.95% | 83.59% |
Resnet152 | F1 | 89.71% | 85.52% | 93.37% | 83.58% | 88.01% |
Resnext101 | F1 | 84.03% | 78.46% | 52.24% | 63.32% | 67.76% |
Resnext50 | F1 | 86.27% | 82.99% | 84.21% | 76.44% | 82.22% |
Vgg19 | F1 | 90.42% | 84.68% | 98.72% | 87.98% | 90.57% |
Vgg16 | F1 | 88.74% | 82.0% | 96.89% | 86.32% | 88.56% |
Vgg13 | F1 | 91.21% | 89.66% | 98.48% | 88.94% | 92.33% |
Of all the 10 trained models, Densenet161 achieved the best performance with respect to all the metrics, with a weighted average F1 score of 93.53% (Table 1). We summarized the predictions of Densenet161 on the test set in the confusion matrix in Fig. 3. Each cell in the matrix represents the number of samples that have the corresponding predicted and true label. As shown, NSK class has been the most challenging to classify correctly, as it can exhibit similarities with the healthy, AK, and FK classes.
In order to increase the model utility as an aide for practitioners, we implemented a model interpretation method called saliency map, also known as pixel attribution, or gradient-based attribution. A saliency map is generated by calculating the absolute value of the gradient of the output class of a trained model with respect to the input image. This gradient tells us how much the change of any pixel value of the input image will change the classification probabilities on the output classes. In other words, the gradient of each pixel of the input image can tell us how much the model relies on that pixel for prediction, or how important that pixel is to the classification output. By visualizing this gradient, we can see the areas that the model more focused on for its predictions; therefore, giving practitioners more information about how the model made its predictions, which then can be pondered to judge the validity of the predictions. Saliency maps have the advantage of being fast to compute and having the same resolution as the input image21.
From our analysis of saliency maps to identify the areas that the DL model deems important for diagnosis, we observed that it mainly pays focuses on significant cell structures, such as pathogens and inflammatory cells, while deliberately ignoring the irrelevant structures, such as image artifacts and isolated cells from other layers of ocular surface or tear film (see Fig. 4). However, since there are no peculiar structures in normal, healthy corneal images, the model extends its attention to the entire image. Additionally, as far as we observed, in the test set, the corneal nerve in normal images was never confused with fungal filaments, which can sometimes be misidentified by confocal practitioners, resulting in errors in diagnosis (see Fig. 5).
Discussion
Amongst the various forms of keratitis, acanthamoeba keratitis (AK) and fungal keratitits (FK) remain the most challenging, as early detection is crucial for effective treatment and better outcomes. Despite advances in laboratory tests, microbiological examinations are time-consuming and have low sensitivity. Although molecular tests are sensitive, they are expensive and require advanced equipment, making image-based diagnosis a more viable option for faster, more accurate, and less demanding diagnoses32. However, IVCM image diagnosis of keratitis requires specialized training, which most eye-care practitioners lack9. In addition, the time-consuming process of assessing large numbers of IVCM images can lead to delays and inaccuracies in diagnoses33. To address this, we introduce IVCM-Keratitis, a large dataset of IVCM images of different types of keratitis, including the less prevalent AK. We also propose a framework for AI-assisted diagnosis of these types of keratitis with high accuracy, using recent Deep Learning (DL) models. Our study shows the interpretability power of these models in indicating the location of the infection in the IVCM images.
During the process of capturing IVCM image, hundreds of images are taken from various layers of the cornea, but most of them are of poor quality or show healthy cells, with only a few displaying infectious structures34. This means that physicians would have to manually examine a large number of images containing healthy cells to find the ones that show infections. By training DL models to recognize different types of keratitis and healthy images, these models can quickly sort through a large number of IVCM images. The models can recognize and exclude healthy images, providing eye-care practitioners with images that may show infectious structures, along with the model’s diagnosis and its confidence level. This process can significantly reduce the workload of ophthalmologists and IVCM technicians. Since these models can be trained on NSK images, they can identify difficult images that require accurate diagnosis, which can then be presented to experienced specialists for further evaluation. Having a model that not only provides a diagnosis with its corresponding confidence level but also highlights the areas in the image that led to its diagnosis, can greatly reduce the time needed to assess IVCM images and help eye-care practitioners reach a more accurate conclusion. Although the proposed DL model offers significant benefits in terms of enhancing the accuracy and efficiency of infectious keratitis diagnosis, it is important to emphasize that this model is not intended to replace the experience of skilled eye-care practitioners. Instead, our objective is to provide an additional resource to support their existing expertise and ease the pressure of workload and time constraints they face.
Nevertheless, we do believe that this model has the potential to serve as an adjunct to the diagnostic process by providing a second opinion for less experienced eye-care practitioners and boosting their confidence in their initial diagnosis. This is particularly important because previous research has shown that inexperienced eye-care practitioners generally have lower sensitivity and specificity rates (59% and 92.7% for AK and 42.9% and 87.5% for FK, respectively)35,36 compared to our proposed model (91.4% and 98.3% for AK and 97.0% and 96.4% for FK, respectively). Therefore, our model has the potential to improve the accuracy of the diagnosis, while also reducing the risk of errors and misdiagnosis, ultimately leading to better patient management.
We believe that incorporating saliency maps as a model interpretability tool, will greatly benefit practitioners and specialists in improving the promptitude and accuracy of their diagnosis when using IVCM. By highlighting the important regions of medical images, these tools can reduce the workload of practitioners and provide a second opinion in the form of an AI model diagnosis with confidence level.
In general, deep learning requires a significant amount of annotated data to achieve high performance. Although augmentation methods can improve the model performance on smaller datasets, models still benefit greatly from having more manually annotated data. However, obtaining a sufficient amount of annotated data can be challenging for rare diseases, which can cause an imbalance in the dataset. As a result, trained models may be biased towards predicting more prevalent diseases. This is the case for AK, which does not have enough samples in IVCM image databases. In this study, we present an almost balanced, high-definition dataset that includes 1391 images of AK. To the best of our knowledge, this is the first time that AK has been included in a diagnostic system using IVCM images.
While our study has a large dataset, it only includes distinct images selected by specialists, which may not fully represent the spectrum of infections encountered in real-world clinical settings. Additionally, poor image quality may pose a challenge for accurate AI-assisted diagnosis, particularly for classifying healthy images. In future studies, we suggest the development of a preliminary DL model to exclude unfocused, poor-quality, or blank images commonly captured by IVCM technology. This model could assist in the diagnosis of clear images showing cellular structures and potentially improve the overall accuracy and speed of diagnosis.
Upon examining the misdiagnosed images, we found that the model may be influenced by hypo-reflectivity caused by interstitial edema and/or exudation, leading to the model overlooking inflammatory cells or pathogens. Additionally, hyper-reflective superficial epithelial cells can be misclassified as acanthamoeba cysts, and dendritic cells in the sub-basal layer of the epithelium, which are a hallmark of infectious keratitis such as AK37, may be mistaken for fungal filaments. However, such misdiagnoses are infrequent and can occur even among expert eye-care practitioners in clinical setting.
In conclusion, while the 96.93% accuracy of our proposed model may not be sufficient as a standalone diagnostic tool, it can still serve as a valuable reference for eye-care practitioners to make quicker and more confident diagnoses by leveraging the model’s predictions and saliency maps that highlight the probable infectious areas in the IVCM images. Moreover, this DL model could be integrated into the confocal scans software in a user-friendly fashion. We believe that future studies using larger IVCM datasets of more diverse infections from various institutions can further enhance model’s performance. To facilitate this effort, we have made the IVCM-Keratitis dataset openly available for future research. With more training data and more advanced techniques, models may still be able to improve further.
Supplementary Information
Author contributions
Conceptualization: M.A., M.E., S.M.M., M.R.K. Data curation: M.A., S.M.M., M.R.K. Formal analysis: M.E., T.H.L., M.A., S.M.M., M.R.K. Coding: T.H.L. Code review and guidance: M.E. original draft: T.H.L., M.E., M.A. Writing—review and editing: M.E., M.R.K., T.H.L., M.A., S.M.M. Supervision: M.E., M.R.K.
Data availability
The datasets generated during and/or analyzed during the current study are available in the Figshare repository, https://figshare.com/articles/dataset/Dataset/19838083.
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: Mahmoud Essalat, Mohammad Abolhosseini, Thanh Huy Le and Seyed Mohamadmehdi Moshtaghion.
Contributor Information
Mahmoud Essalat, Email: mahmoudessalat@ucla.edu.
Mozhgan Rezaei Kanavi, Email: rezaeikanavi@sbmu.ac.ir.
Supplementary Information
The online version contains supplementary material available at 10.1038/s41598-023-35085-9.
References
- 1.Goldstein, E. B. & Brockmole, J. Sensation & perception. (10th ed). In Cengage Learning, 75–77 (2016)
- 2.Keay L, Stapleton F, Schein O. Epidemiology of contact lens-related inflammation and microbial keratitis: A 20-year perspective. Eye Contact Lens. 2007;33(6 Pt 2):346–363. doi: 10.1097/ICL.0b013e318157c49d. [DOI] [PubMed] [Google Scholar]
- 3.Austin A, Lietman T, Rose-Nussbaumer J. Update on the management of infectious keratitis. Ophthalmology. 2017;124(11):1678–1689. doi: 10.1016/j.ophtha.2017.05.012. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Alshehri JM, et al. Evaluation of corneal cross-linking for treatment of fungal keratitis: Using confocal laser scanning microscopy on an ex vivo human corneal model. Investig. Ophthalmol. Vis. Sci. 2016;57(14):6367–6373. doi: 10.1167/iovs.16-20110. [DOI] [PubMed] [Google Scholar]
- 5.Rodrigues ML, Nosanchuk JD. Fungal diseases as neglected pathogens: A wake-up call to public health officials. PLoS Negl. Trop. Dis. 2020;14(2):e0007964. doi: 10.1371/journal.pntd.0007964. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Keay L, Edwards K, Naduvilath T, Taylor HR, Snibson GR, Forde K, Stapleton F. Microbial keratitis predisposing factors and morbidity. Ophthalmology. 2006;113(1):109–116. doi: 10.1016/j.ophtha.2005.08.013. [DOI] [PubMed] [Google Scholar]
- 7.Lorenzo-Morales J, Khan NA, Walochnik J. An update on Acanthamoeba keratitis: Diagnosis, pathogenesis and treatment. Parasite. 2015;22:10. doi: 10.1051/parasite/2015010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Jalbert I, Stapleton F, Papas E, Sweeney DF, Coroneo M. In vivo confocal microscopy of the human cornea. Br. J. Ophthalmol. 2003;87(2):225–236. doi: 10.1136/bjo.87.2.225. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Hau SC, et al. Diagnostic accuracy of microbial keratitis with in vivo scanning laser confocal microscopy. Br. J. Ophthalmol. 2010;94(8):982–987. doi: 10.1136/bjo.2009.175083. [DOI] [PubMed] [Google Scholar]
- 10.Deng L, Dong Y. Deep learning: Methods and applications. Found. Trends Signal Process. 2014;7(3–4):197–387. doi: 10.1561/2000000039. [DOI] [Google Scholar]
- 11.LeCun Y, Bengio Y, Hinton G. Deep learning. Nature. 2015;521(7553):436–444. doi: 10.1038/nature14539. [DOI] [PubMed] [Google Scholar]
- 12.Shen D, Wu G, Suk HI. Deep learning in medical image analysis. Annu. Rev. Biomed. Eng. 2017;19:221–248. doi: 10.1146/annurev-bioeng-071516-044442. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Grassmann F, et al. A deep learning algorithm for prediction of age-related eye disease study severity scale for age-related macular degeneration from color fundus photography. Ophthalmology. 2018;125(9):1410–1420. doi: 10.1016/j.ophtha.2018.02.037. [DOI] [PubMed] [Google Scholar]
- 14.Chen, X., Xu, Y., Yan, S., Wong, D. W. K., Wong, T. Y. & Liu, J. Automatic feature learning for glaucoma detection based on deep learning. In Medical Image Computing and Computer-Assisted Intervention–MICCAI 2015. MICCAI 2015, vol 9351 10.1007/978-3-319-24574-4_80 (Springer, 2015).
- 15.Kim SJ, Cho KJ, Oh S. Development of machine learning models for diagnosis of glaucoma. PLoS ONE. 2017;12(5):e0177726. doi: 10.1371/journal.pone.0177726. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Kermany DS, et al. Identifying medical diagnoses and treatable diseases by image-based deep learning. Cell. 2018;172(5):1122–1131.e9. doi: 10.1016/j.cell.2018.02.010. [DOI] [PubMed] [Google Scholar]
- 17.Maruoka S, et al. Deep neural network-based method for detecting obstructive meibomian gland dysfunction with in vivo laser confocal microscopy. Cornea. 2020;39(6):720–725. doi: 10.1097/ICO.0000000000002279. [DOI] [PubMed] [Google Scholar]
- 18.Lv J, et al. Deep learning-based automated diagnosis of fungal keratitis with in vivo confocal microscopy images. Ann. Transl. Med. 2020;8(11):706. doi: 10.21037/atm.2020.03.134. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Zhang, X. Deep learning for three types of keratitis classification based on confocal microscopy images. In Proceedings of the 2020 3rd International Conference on Signal Processing and Machine Learning (SPML 2020), 91–97 10.1145/3432291.3432310, (Association for Computing Machinery, 2020).
- 20.Gunning D, Stefik M, Choi J, Miller T, Stumpf S, Yang GZ. XAI-explainable artificial intelligence. Sci. Robot. 2019;4(37):7120. doi: 10.1126/scirobotics.aay7120. [DOI] [PubMed] [Google Scholar]
- 21.Simonyan, K., Vedaldi, A. & Zisserman, A. Deep inside convolutional networks: Visualising image classification models and saliency maps. arXiv preprint 1312.6034 10.48550/ARXIV.1312.6034 (2013).
- 22.Abolhosseini M, Moshtaghion SM, Rezaei Kanavi M, Hosseini SB. A triad of microscopes for rapid and proper diagnosis of infectious keratitis. Clin. Exp. Optom. 2022;105(3):333–335. doi: 10.1080/08164622.2021.1932430. [DOI] [PubMed] [Google Scholar]
- 23.Essalat, M., Abolhosseini, M., Le, T. H., Moshtaghion, S. M. & Kanavi, M. R. An interpretable deep learning approach for automatic diagnosis of fungal keratitis and acanthamoeba keratitis based on an introduced database of in vivo confocal microscopic images (Version 1.0.0), https://figshare.com/articles/dataset/Dataset/19838083 (2022).
- 24.Mikołajczyk, A. & Grochowski, M. Data augmentation for improving deep learning in image classification problem. In 2018 International Interdisciplinary PhD Workshop (IIPhDW 2018), 117–122, 10.1109/IIPHDW.2018.8388338 (IEEE, 2018)
- 25.Huang, G., Liu, Z., Van Der Maaten, L. & Weinberger, K. Q. Densely connected convolutional networks. In 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2261–2269, 10.1109/CVPR.2017.243 (IEEE, 2017)
- 26.He, K., Zhang, X., Ren, S. & Sun, J. Deep residual learning for image recognition. In 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2016), 770–778, 10.1109/CVPR.2016.90 (IEEE,2016)
- 27.Wang, C. Y. et al. CSPNet: A new backbone that can enhance learning capability of CNN. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops. arXiv preprint; 1911.11929. 10.48550/ARXIV.1911.11929 (2019).
- 28.Xie, S., Girshick, R., Dollár, P. & Tu, Z. Aggregated residual transformations for deep neural networks. In 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2017), 5987–5995, 10.1109/CVPR.2017.634 (IEEE,2017)
- 29.Simonyan, K. & Zisserman, A. Very deep convolutional networks for large-scale image recognition. arXiv preprint 1409.1556. 10.48550/arxiv.1409.1556. (2014).
- 30.Glorot, X. & Bengio, Y. Understanding the difficulty of training deep feedforward neural networks. Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics, In Proceedings of Machine Learning Research (PMLR) vol. 9, 249–256. https://proceedings.mlr.press/v9/glorot10a (2010).
- 31.Refaeilzadeh P, Tang L, Liu H. Cross-validation. In: Liu L, Özsu MT, editors. Encyclopedia of Database Systems. Springer; 2009. [Google Scholar]
- 32.Kuo MT, et al. A deep learning approach in diagnosing fungal keratitis based on corneal photographs. Sci. Rep. 2020;10(1):14424. doi: 10.1038/s41598-020-71425-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Niederer RL, McGhee CN. Clinical in vivo confocal microscopy of the human cornea in health and disease. Prog. Retin. Eye Res. 2010;29(1):30–58. doi: 10.1016/j.preteyeres.2009.11.001. [DOI] [PubMed] [Google Scholar]
- 34.Patel DV, McGhee CN. Quantitative analysis of in vivo confocal microscopy images: A review. Surv. Ophthalmol. 2013;58(5):466–475. doi: 10.1016/j.survophthal.2012.12.003. [DOI] [PubMed] [Google Scholar]
- 35.Kheirkhah A, Syed ZA, Satitpitakul V, Goyal S, Müller R, Tu EY, Dana R. Sensitivity and specificity of laser-scanning in vivo confocal microscopy for filamentous fungal keratitis: Role of observer experience. Am. J. Ophthalmol. 2017;179:81–89. doi: 10.1016/j.ajo.2017.04.011. [DOI] [PubMed] [Google Scholar]
- 36.Kheirkhah A, Satitpitakul V, Syed ZA, Müller R, Goyal S, Tu EY, Dana R. Factors influencing the diagnostic accuracy of laser-scanning in vivo confocal microscopy for acanthamoeba keratitis. Cornea. 2018;37(7):818–823. doi: 10.1097/ICO.0000000000001507. [DOI] [PubMed] [Google Scholar]
- 37.Cruzat A, Witkin D, Baniasadi N, Zheng L, Ciolino JB, Jurkunas UV, Chodosh J, Pavan-Langston D, Dana R, Hamrah P. Inflammation and the nervous system: The connection in the cornea in patients with infectious keratitis. Investig. Ophthalmol. Vis. Sci. 2011;52(8):5136–5143. doi: 10.1167/iovs.10-7048. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
The datasets generated during and/or analyzed during the current study are available in the Figshare repository, https://figshare.com/articles/dataset/Dataset/19838083.