| Literature DB >> 30581604 |
Wei Lu1, Yan Tong1, Yue Yu2, Yiqiao Xing1, Changzheng Chen1, Yin Shen1.
Abstract
With the emergence of unmanned plane, autonomous vehicles, face recognition, and language processing, the artificial intelligence (AI) has remarkably revolutionized our lifestyle. Recent studies indicate that AI has astounding potential to perform much better than human beings in some tasks, especially in the image recognition field. As the amount of image data in imaging center of ophthalmology is increasing dramatically, analyzing and processing these data is in urgent need. AI has been tried to apply to decipher medical data and has made extraordinary progress in intelligent diagnosis. In this paper, we presented the basic workflow for building an AI model and systematically reviewed applications of AI in the diagnosis of eye diseases. Future work should focus on setting up systematic AI platforms to diagnose general eye diseases based on multimodal data in the real world.Entities:
Year: 2018 PMID: 30581604 PMCID: PMC6276430 DOI: 10.1155/2018/5278196
Source DB: PubMed Journal: J Ophthalmol ISSN: 2090-004X Impact factor: 1.909
Figure 1Introduction of AI algorithms. (a) The relationship among AI, ML, and DL. (b) The workflow of a RF. (c) The principle of an SVM. (d) The schematic diagram of a typical deep neural network.
Introduction of existing CML techniques in the AI medical field.
| Classifiers | Principles |
|---|---|
| Decision trees | (i) Tree-like structure |
| (ii) Solve classification and regression problems based on rules to binary split data | |
| Random forests | (i) Ensemble a multitude of decision trees for classification |
| (ii) The ultimate prediction is made by majority voting | |
| Support vector machines | Build a hyperplane that separates the positive and negative examples as wide as possible to minimize the separation error |
| Bayesian classifiers | (i) Based on the probability approach |
| (ii) Assign a new sample to the category with maximum posterior probability, depending on the given prior probability, cost function, and category conditional density | |
| k-nearest neighbors | Search for k-nearest training instances and classify a new instance into the most frequent class of these |
| k-means | Partition |
| Linear discriminant analysis | (i) Create predictive functions that maximize the discrimination between previously established categories |
| Neural networks | (i) Consists of a collection of connected units, which can process signals |
| (ii) Connections between them can transmit a signal to another | |
| (iii) Units are organized in layers | |
| (iv) Signals travel from the input layer to the output layer |
Concise introduction of CNN algorithms used in AI diagnosis.
| Models | Layers | Top-5 error | ILSVRC |
|---|---|---|---|
| AlexNet (2012) | 8 layers | 15.3 | 2012 |
| VGG (2014) | 19 layers | 7.3 | 2014 |
| ResNet-152 (2015) | 152 layers | 3.57 | 2015 |
| ResNet-101 | 101 layers | 4.6 | — |
| ResNet-50 | 50 layers | 5.25 | — |
| ResNet-34 | 34 layers | 5.6 | — |
| GoogleNet/inception v1 (2014) [ | 22 layers | 6.7 | 2014 |
| Inception v2 (2015) [ | 33 layers | 4.8 | — |
| Inception v3 (2015) [ | 47 layers | 3.5 | — |
| Inception v4 (2016) [ | 77 layers | 3.08 | — |
The fraction of test images for which the correct label is not among the five labels considered most probable by the algorithm. The lower the top-5 error, the better the classifier perform. #ImageNet large-scale visual recognition challenge.
The ophthalmic imaging modalities in AI diagnosis.
| Imaging modalities | Image features | Applications |
|---|---|---|
| Fundus image | Show a magnified and subtle view of the surface of the retina | Retinal diseases diagnose |
| Optical coherence tomography | Show micrometer-resolution, cross-sectional images of the retina | Retinal diseases diagnose |
| Ocular ultrasound B-scan | Show a rough cross-sectional view of the eye and the orbit | Evaluate the condition of lens, vitreous, retina, and tumor |
| Slit-lamp image | Provides a stereoscopic magnified view of the anterior segment in detail | Anterior segment diseases diagnose |
| Visual field | Show the size and shape of field-of-view | To find disorders of the visual signal processing system that includes the retina, optic nerve, and brain |
Figure 2Data partitioning method during data processing. (a) A brief introduction of data partition. (b) An illustration of a specific process of 5-fold cross-validation.
Introduction of metrics to evaluate the performance of a model.
| Metrics | Definitions |
|---|---|
| Accuracy | Measure the proportion of samples that are correctly identified by a classifier among all samples |
| Sensitivity/recall rate | The number of actual positives divided by the number of all samples that have been identified as positive by a gold standard |
| Specificity | The number of actual negatives divided by the number of all samples that have been identified as negative by a gold standard |
| Precision/positive predictive value | The number of actual positives divided by the number of all positives identified by a classifier |
| Kappa value | To examine the agreement between a model with the ground truth on the assignment of categories |
| Dice coefficient/F1 score | Harmonic average of the precision and recall, where a F1 score reaches its best value at 1 (perfect precision and recall) and worst at 0 |
Figure 3Publication of AI application in diagnosing ophthalmological diseases. (a) Publication statistics per ophthalmological diseases. (b) Publication statistics per year (Jan 1, 2007 to Sep 20, 2018).
Studies on eye diseases using DL techniques.
| Groups | Aim | Data sets | Deep learning techniques | Performance | Conclusions |
|---|---|---|---|---|---|
| Gulshan et al. [ | DR detection | Public: | DCNN | AUC | The DCNN had high sensitivity and specificity for detecting referable DR (moderate and worse DR, referable diabetic macular edema, or both) |
|
| |||||
| Gargeya and Leng [ | DR detection | Public: | DCNN | AUC | The DCNN can be used to screen fundus images to identify DR with high reliability |
|
| |||||
| Quellec et al. [ | DR detection heatmaps creation | Public: | CNN | AUC = 0.954 in Kaggle's data set | The proposed method is a promising image mining tool to discover new biomarkers in images. The model trained to detect referable DR can detect some lesions and outperforms recent algorithms trained to detect those lesions specifically |
|
| |||||
| Ardiyanto et al. [ | DR grading | Public: | CNN | Detection | The network needs more data to train. And, this work opens up the future possibility to establish an integrated DR system to grade the severity at a low cost |
|
| |||||
| ElTanboly et al. [ | DR detection | Local: | DFCN | AUC: 0.98 | The proposed CAD system for early DR detection using the OCT retinal images has good outcome and outperforms than other 4 conventional classifiers |
|
| |||||
| Prahs et al. [ | Give an indication of the treatment of anti-VEGF injection | Local: | DCNN (GoogLeNet) | AUC: 0.968 | The DCNN neural networks are effective in assessing OCT scans with regard to treatment indication with anti-VEGF medications |
|
| |||||
| Abràmoff et al. [ | DR detection | Public: | CNN | Referable DR: | The DL enhanced algorithms have the potential to improve the efficiency of DR screening |
|
| |||||
| Takahashi et al. [ | DR grading | Local: | DCNN (GoogLeNet) | Accuracy: 0.64∼0.82 | The proposed novel AI disease-staging system have the ability to grade DR involving retinal areas not typically visualized on fundoscopy |
|
| |||||
| Abbas et al. [ | DR grading | Public: | DNN | AUC: 0.924 | The system is appropriate for early detection of DR and provides an effective treatment for prediction type of diabetes |
|
| |||||
| Chen et al. [ | Glaucoma detection | Public: | DCNN | AUC: | Present a DL framework for glaucoma detection based on DCNN |
|
| |||||
| Li et al. [ | Glaucoma detection | Public: | DCNN (AlexNet, VGG-19, VGG-16, GoogLeNet) | Best AUC: 0.8384 | The proposed method that integrates both local and holistic features of optic disc to detect glaucoma is reliable |
|
| |||||
| Asaoka et al. [ | Preperimetric OAG detection | Local: | DFNN | AUC: 92.6% | Using a deep FNN can distinguish preperimetric glaucoma VFs from healthy VFs with very high accuracy, which is better than the outcome obtained from ML techniques |
|
| |||||
| Muhammad et al. [ | Glaucoma detection | Local: | DCNN (AlexNet) | Accuracy: 65.7%∼92.4% | The proposed protocol outperforms standard OCT and VF in distinguishing healthy suspect eyes from eyes with early glaucoma |
|
| |||||
| Li et al. [ | Glaucoma detection | Local: | DCNN (GoogleNet) | AUC: 0.986 | DL can be applied to detect referable glaucomatous optic neuropathy with high sensitivity and specificity |
|
| |||||
| Burlina et al. [ | AMD Grading | Public: | DCNN | Accuracy | Demonstrates comparable performance between computer and physician grading |
|
| |||||
| Burlina et al. [ | AMD detection | Public: | DCNN (AlexNet) | AUC: 0.94∼0.96 | Applying a DL-based automated assessment of AMD from fundus images can produce results that are similar to human performance levels |
|
| |||||
| Treder et al. [ | AMD detection | Local: | DCNN | Sensitivity: 100% | With the DL-based approach, it is possible to detect AMD in SD-OCT with good outcome. With more image data, the model can get more practical value in clinical decisions |
|
| |||||
| Gao et al. [ | Nuclear cataracts grading | Public: | CNN and SVM | Accuracy: 70.7% | The proposed method is useful for assisting and improving diagnosis of the disease in the background of large-population screening and has the potential to be applied to other eye diseases |
|
| |||||
| Long et al. [ | Pediatric cataracts detection | Local: | DCNN | Accuracy | The AI agent using DL have the ability to accurately diagnose and provide treatment decisions for congenital cataracts. And the AI agent and individual ophthalmologists perform equally well. A cloud-based platform integrated with the AI agent for multihospital collaboration was built to improve disease management |
|
| |||||
| Choi et al. [ | Multiple retinal diseases detection | Public: | DCNN (VGG-19) | Accuracy | As the number of categories increased, the performance of the DL model has declined. Several ensemble classifiers enhanced the multicategorical classification performance. Large data sets should be applied to confirm the effectiveness of the proposed model |