Skip to main content

ORIGINAL RESEARCH article

Front. Neurosci., 20 December 2022
Sec. Visual Neuroscience
This article is part of the Research Topic Application of Multimodal Imaging Combined with Artificial Intelligence in Eye Diseases View all 20 articles

Application of artificial intelligence models for detecting the pterygium that requires surgical treatment based on anterior segment images

\r\nFan Gan,Fan Gan1,2Wan-Yun ChenWan-Yun Chen2Hui LiuHui Liu2Yu-Lin Zhong*Yu-Lin Zhong2*
  • 1Medical College of Nanchang University, Nanchang, China
  • 2Department of Ophthalmology, Jiangxi Provincial People’s Hospital, The First Affiliated Hospital of Nanchang Medical College, Nanchang, China

Background and aim: A pterygium is a common ocular surface disease, which not only affects facial appearance but can also grow into the tissue layer, causing astigmatism and vision loss. In this study, an artificial intelligence model was developed for detecting the pterygium that requires surgical treatment. The model was designed using ensemble deep learning (DL).

Methods: A total of 172 anterior segment images of pterygia were obtained from the Jiangxi Provincial People’s Hospital (China) between 2017 and 2022. They were divided by a senior ophthalmologist into the non-surgery group and the surgery group. An artificial intelligence model was then developed based on ensemble DL, which was integrated with four benchmark models: the Resnet18, Alexnet, Googlenet, and Vgg11 model, for detecting the pterygium that requires surgical treatment, and Grad-CAM was used to visualize the DL process. Finally, the performance of the ensemble DL model was compared with the classical Resnet18 model, Alexnet model, Googlenet model, and Vgg11 model.

Results: The accuracy and area under the curve (AUC) of the ensemble DL model was higher than all of the other models. In the training set, the accuracy and AUC of the ensemble model was 94.20% and 0.978, respectively. In the testing set, the accuracy and AUC of the ensemble model was 94.12% and 0.980, respectively.

Conclusion: This study indicates that this ensemble DL model, coupled with the anterior segment images in our study, might be an automated and cost-saving alternative for detection of the pterygia that require surgery.

Introduction

Pterygium is a common ocular surface lesion characterized by wing-shaped, fibrovascular conjunctival outgrowth that invades the clear cornea (Xue et al., 2014). The pathogenesis of pterygia is still not completely understood, several factors including ultraviolet radiation, immunoinflammatory process, virus infection, and genetic factors have been reported to be related to pterygial formation (Chen et al., 2010). A pterygium not only affects facial appearance but can also grow into the tissue layer, causing astigmatism and vision loss. A pterygium is divided commonly into active and stationary phases. In stationary phase, it is relatively flat, the color is light red or white, congestion is not obvious, and growth is slow. In active period, it is thickened, congestion is obvious, the color is red, and growth is faster. Surgical treatment should be administered in a timely manner for an active pterygium to prevent damage to the ocular surface caused by cytokines from pterygium (Liu et al., 2020).

In a clinical setting, ocular surface diseases are diagnosed by professional ophthalmologists based on anterior segment images. In primary medical institutions, such as community hospital, there are few professional ophthalmologists, so it is difficult to diagnose a pterygium, let alone identify a pterygium that requires surgical treatment. This might result in a delay to surgical intervention, and the optimal treatment time being missed. Unfortunately, surgical removal of an advanced pterygium also carries higher risk of post-operative complications, such as corneal scarring, post-operative complication-induced astigmatism, higher rates of recurrence, and so poorer prognosis (Fang et al., 2021). Therefore, it is necessary to detect and refer pterygium requiring surgical treatment timely. For this reason, an automated approach for detecting a pterygium that requires surgical treatment is needed.

With the development of artificial intelligence (AI), it is being applied increasingly in various healthcare disciplines, especially in fields, such as ophthalmology, in which medical image assessment has a key role (Tang et al., 2022). DL algorithms have been used widely to diagnose fundus diseases such as diabetic retinopathy (DR), diabetic macular edema (DME), central serous retinopathy (CSR), and age-related macular degeneration (AMD) (Gulshan et al., 2016; Syed et al., 2016; Chen et al., 2021; Tang et al., 2021) and has good results. Few previous studies using AI to diagnose ocular surface diseases. Pterygium is one of the most common ocular surface diseases. Zaki et al. (2018) used support vector machine (SVM) to detect pterygium. This study on pterygium detection was based on the two-class detection of pterygium and traditional machine learning. It has not been further determined whether the pterygium requires surgical treatment. Hung et al. (2022) used a multi-layer perception (MLP) model to perform pterygium grading and further predict surgical prognosis. Zheng et al. (2021) used MobileNet, AlexNet, VGG16, and the ResNet18 model for pterygium grading. These studies all based on the traditional DL models. The performance of these models still needs to be improved.

Ensemble learning is a kind of machine-learning paradigm in which multiple models, such as decision trees, neural networks, and support vector machine (SVM), are combined together to solve a particular problem (Wang et al., 2015). An ensemble of various machine-learning models could help to reduce the bias in a single machine-learning algorithm to provide a much better prediction performance than single models (Kong et al., 2021).

Therefore, in this study, an ensemble scheme consisting of four DL model and multilayer perceptron (MLP) classifier was designed with aim to detect a pterygium that requires surgical treatment. In anticipation of detecting and referring pterygium requiring surgical treatment timely in the clinic work applying in treatment selection in personalized precision therapy of the pterygium. Thus, we hypothesized that an ensemble of various machine-learning models could help to provide a much better prediction performance than single models.

Materials and methods

Dataset preparation

The total of 172 anterior segment images of pterygium were obtained from the Jiangxi Provincial People’s Hospital between 2017 and 2022. All the images selected had high quality and were obtained from the same slit lamp digital microscopy. They were divided by a senior ophthalmologist into the non-surgery group and the surgery group. The classifying standard was as follows (Zheng et al., 2021). The anterior segment images of the non-surgery group was characterized by the horizontal length of the pterygium head tissue invading the limbus of the cornea <3 mm. The anterior segment images of the surgery group was characterized by the horizontal length of the pterygium head tissue invading the limbus of the cornea ≥3 mm. LabelMe software was applied to label the regions of interest (ROIs) of the anterior segment images. The non-surgery group was labeled “label 0” and the surgery group was labeled “label 1.” To avoid over fitting problems, the dataset was established and divided by stratified sampling into training set (n = 136) and testing set (n = 34) at a ratio of 8:2 by referring to the previous research (Lu et al., 2022), ensuring that there was no overlap between the same person’s data in the development and internal test sets. The anterior segment images of two group were shown in Figure 1.

FIGURE 1
www.frontiersin.org

Figure 1. The anterior segment images of two group: The anterior segment image of the non-surgery group (A). The anterior segment image of the surgery group (B).

Model development

This study developed five prediction models based on deep learning neural network models, Which were resnet18 model, alexnet model, googlenet model, vgg11 model, and the ensemble deep learning (DL) model, respectively. The ensemble DL model was integrated with the alexnet, googlenet, vgg11, and resnet18 models. The flowchart of the ensemble DL model as shown in Figure 2.

FIGURE 2
www.frontiersin.org

Figure 2. The flowchart of the ensemble deep learning model.

During the training process of deep learning, the anterior segment images on the training set and the classification labels of pterygium was entered into the five deep learning models, separately. Convolutional neural networks (CNNs) coupled with batch normalization layers were used and the convolutional layer weights were initialized based on the ImageNet Large Scale Visual Recognition Challenge (ILSVRC) dataset pre-trained models (Fang et al., 2021). And then these CNNS were used to extract features. Usually, lower CNN layers are used to extract abstract features like edges, and deeper CNN layers are used to find features that are informative for the target task (Shen et al., 2017). Deep feature on “avgpool” layer before last FC layers were extracted. These extracted features from each model were screened by Least absolute shrinkage selection operator (LASSO) method separately. Finally, these selected features were then used to build classification model through a multilayer perceptron (MLP) neural network. The LASSO method and MLP neural network were also a part of deep learning models. And then the models were applied to the test set.

Model visualization

The gradient-weighted class activation mapping (Grad-CAM) is a widely used method to interpret which features are responsible for determining outputs. It functions by capturing a specific class’s vital features from the last Conv layer of a CNN model to localize its important regions (Chen et al., 2010; Kwon et al., 2020; Montalbo, 2021).

To understand which areas of the anterior segment images of our dataset were most likely to be used by the model to predict whether the pterygium requires surgical treatment. We used Grad-CAM for visualizing the filters of the penultimate layer of the deep learning process, that can highlight which parts of an image contribute to the deep learning models.

Statistical analysis

The accuracy, sensitivity, specificity, F1-score, confusion matrix and the area under the receiver operating characteristic curve (AUC) of the prediction models on the training set and test set were calculated, separately. And the predictive performances of the ensemble DL, resnet18, googlenet, alexnet, and vgg11 models were compared based on the above indicators.

Software

The anterior segment images labeled using the LabelMe Open Annotation Tool.1 Deep learning techniques were completed using Python version 3.9.

Results

A total of 172 anterior segment images of pterygia are in our dataset. Of these, 95 images were labeled as the surgery group and 77 images were labeled as the non-surgery group. The dataset was divided by stratified sampling into training and testing sets at a ratio of 8:2. The 136 anterior segment images of pterygia in the training set were used to train the ensemble DL model, Resnet18 model, Googlenet model, Alexnet model, and Vgg11 model. The 35 images in the testing set were used to test the models.

The LASSO model was used to screen independent predicting features of ensemble DL model in training set. Each feature has a coefficient as its weight provided by LASSO, when the binomial deviance was minimized, features with non-zero coefficients were selected by optimal lambda. The optimal lambda was 0.068665, as shown in Figure 3.

FIGURE 3
www.frontiersin.org

Figure 3. Feature selection in the least absolute shrinkage selection operator (LASSO) model: (A) LASSO coefficient profiles of the features. (B) Selection of tuning parameters in the Lasso regression analysis by 10-fold cross-validation.

Compared with other models, the ensemble DL model achieved the highest accuracy in both the training and testing sets. The accuracy was 94.20 and 94.12% in the training set and testing set, respectively. The accuracies of the Alexnet, Googlenet, Resnet18, and Vgg11 model in the training set were only 85.40, 84.67, 80.29, and 84.67%, respectively; whereas their accuracies were only 85.71, 80.00, 77.14, and 85.71% in the testing set. All results were shown in Table 1.

TABLE 1
www.frontiersin.org

Table 1. The performances of the models of the models.

All the models had good results with AUC (Table 1 and Figure 4), of which the ensemble DL model had the highest AUC in both the training and testing set, of 0.978 and 0.980, respectively. The AUC of the other models in the training and testing sets were all <0.950.

FIGURE 4
www.frontiersin.org

Figure 4. Receiver operating characteristic (ROC) curves and the area under the receiver operating characteristic (AUC) values from five different models in the training set (A) and testing set (B).

The heatmaps of Grad-CAM highlighted areas of the anterior segment images where the DL models probably focused on detecting a pterygium that required surgical treatment. The areas highlighted were the actual sites that correspond well with the pterygium (Figure 5).

FIGURE 5
www.frontiersin.org

Figure 5. Gradient-weighted class activation mapping (Grad-CAM) heatmaps that highlight important regions for the deep learning model predicted for pterygium classification. The original anterior segment images (A,C,E). The corresponding heatmaps (B,D,F).

Discussion

In this study, we developed an AI model based on ensemble DL that was integrated with the alexnet, googlenet, vgg11, and resnet18 models for detecting the pterygium that requires surgical treatment and visualizes the DL process by Grad-CAM.

Compared with the classical Resnet18, Alexnet, Googlenet, and Vgg11 models, respectively, the results showed that the ensemble DL model achieved the highest accuracy and AUC than the four classical DL models in both the training and testing sets. The accuracy of the ensemble DL model was up to 94%. The maximum accuracy of the classical DL models was only 85%. The ensemble DL model outperformed classical DL models with an improvement in accuracy of 9%. The AUC of the ensemble DL model was up to 98% and was at least 6% higher than that of the other four classical models. Thus, our results indicated that this ensemble DL model coupled with the anterior segment images might be an automated and cost-saving alternative for detecting the pterygium that require surgery.

In the previous study, Zaki et al. (2018) used an artificial neural network (ANN) and a SVM to detect a pterygium. The average accuracy reached 91.27% and the AUC reached 95.6%. Hung et al. (2022) developed a DL system in pterygium grading based on the multilayer perceptron (MLP) and the accuracy was 86.67 to 91.67%. Xu et al. (2021) used MobileNet, AlexNet, VGG16, and ResNet18 models to diagnose pterygia. The highest accuracy of the models was 88.30% and the highest AUC of the models was 0.872. However, the accuracy and AUC of our ensemble DL model was up to 94 and 98%. In comparison, the performance of our model was better. It could be related to the method that they used, which was classical machine learning or deep learning method. Compared with the traditional method, DL is a mainly data-driven feature extraction, which does not require much feature extraction of specific domain knowledge, and can extract deep abstract features that are difficult to extract by the traditional method. Its expression of data sets is more efficient and accurate, and the extracted abstract features are more robust and have better generalization ability. Also, compared with the classical DL models, ensemble learning has the advantages of improving prediction performance, directly cascading different models, easy implementation, and fewer parameters.

Precision medicine is a medical model for prevention, diagnosis, and treatment that aims to achieve an optimal therapeutic regimen for an individual (Yan et al., 2021). It has become a focal area of interest and development in medicine of the 21st century (Iacobas and Xi, 2022). Previous researchers such as Zaki et al. (2018); Zulkifley et al. (2019), and Zamani et al. (2020) was based on the two-class detection of pterygium. Unlike their studies, the model of our study was developed to further detect the pterygium that requires surgical treatment. This more closely fits with the current strategy for precision medicine.

Another key strength of this study was the use of Grad-CAM. The disadvantage of ensemble learning is that the prediction results are as uninterpretable as the DL model, i.e., black-box system (Yamashita et al., 2021). Therefore, the Grad-CAM was introduced in our study for visualizing the filters of the penultimate layer of the DL process. The result of Grad-CAM heatmaps highlighted important regions for the DL model predicted for pterygium classification and these regions were consistent with the actual location of the pterygium. It indicated that the model was making predictions based on clinical features of the pterygium.

Of course, our study has some shortcomings. Our sample size was small and might limit the generalizability of our findings. Our study also did not combine clinical features in models. The majority of studies showed that imaging features combined with clinical features have a high value in predicting and diagnosing (Stubblefield et al., 2020; Zhou et al., 2021; Huang et al., 2022). In future research, we will continue to enroll more cases and use the data augmentations method to addresses issues of small sample sizes. And we will also combine with clinical features to detect pterygia that require surgery to improve the performance of the model.

Conclusion

We developed an AI model based on ensemble DL method to classify pterygium. The results indicated that ensemble DL model based on the anterior segment images might be an automated and cost-saving alternative for detection of the pterygium that require surgery. We also used the Grad-CAM to visualize the DL process. The highlighted important regions in the Grad-CAM heatmaps were consistent with the actual location of the pterygium. It indicated that the model was making predictions based on clinical features of the pterygium.

Data availability statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics statement

The studies involving human participants were reviewed and approved by institutional review board of Jiangxi Provincial People’s Hospital. The patients/participants provided their written informed consent to participate in this study. Written informed consent was obtained from the individual(s) for the publication of any potentially identifiable images or data included in this article.

Author contributions

FG, W-YC, HL, and Y-LZ: statistical analyses and wrote the manuscript. All authors read and approved the final manuscript, contributed to data collection and article, and approved the submitted version.

Funding

We acknowledge the assistance provided by the Natural Science Foundation of Jiangxi Province (20212BAB216058), Jiangxi Provincial Health Technology Project (202210012 and 202310114), and Jiangxi Provincial traditional Chinese Technology Project (2022B840).

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.

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.

Footnotes

  1. ^ http://labelme.csail.mit.edu

References

Chen, P., Yeh, K., Tsai, Y., Koeh, H., Liu, Y., Lee, H., et al. (2010). XRCC1, but not APE1 and hOGG1 gene polymorphisms is a risk factor for pterygium. Mol. Vis. 16, 991–996.

Google Scholar

Chen, Y., Huang, W., Ho, W., and Tsai, J. (2021). Classification of age-related macular degeneration using convolutional-neural-network-based transfer learning. BMC Bioinformatics 22(Suppl 5):99. doi: 10.1186/s12859-021-04001-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Fang, X., Deshmukh, M., Chee, M. L., Soh, Z.-D., Teo, Z. L., Thakur, S., et al. (2021). Deep learning algorithms for automatic detection of pterygium using anterior segment photographs from slit-lamp and hand-held cameras. Br. J. Ophthalmol. 106, 1642–1647. doi: 10.1136/bjophthalmol-2021-318866

PubMed Abstract | CrossRef Full Text | Google Scholar

Gulshan, V., Peng, L., Coram, M., Stumpe, M., Wu, D., Narayanaswamy, A., et al. (2016). Development and validation of a deep learning algorithm for detection of diabetic retinopathy in retinal fundus photographs. JAMA 316, 2402–2410.

Google Scholar

Huang, Y., Wang, T., Chen, M., Lin, C. C., Chang, C. W., Tai, H. C., et al. (2022). Radiomics-based nomogram as predictive model for prognosis of hepatocellular carcinoma with portal vein tumor thrombosis receiving radiotherapy. Front. Oncol. 12:906498. doi: 10.3389/fonc.2022.906498

PubMed Abstract | CrossRef Full Text | Google Scholar

Hung, K., Lin, C., Roan, J., Kuo, C., Hsiao, C., Tan, H., et al. (2022). Application of a deep learning system in pterygium grading and further prediction of recurrence with slit lamp photographs. Diagn. Basel Switz. 12:888. doi: 10.3390/diagnostics12040888

PubMed Abstract | CrossRef Full Text | Google Scholar

Iacobas, D. A., and Xi, L. (2022). Theory and applications of the (Cardio) genomic fabric approach to post-ischemic and hypoxia-induced heart failure. J. Pers. Med 12:1246. doi: 10.3390/jpm12081246

PubMed Abstract | CrossRef Full Text | Google Scholar

Kong, G., Wu, J., Chu, H., Yang, C., Lin, Y., Lin, K., et al. (2021). Predicting prolonged length of hospital stay for peritoneal dialysis–treated patients using stacked generalization: Model development and validation study. JMIR Med. Inform. 9:e17886. doi: 10.2196/17886

PubMed Abstract | CrossRef Full Text | Google Scholar

Kwon, Y., Shin, W., Ko, J., and Lee, J. (2020). AK-score: Accurate protein-ligand binding affinity prediction using an ensemble of 3D-convolutional neural networks. Int. J. Mol. Sci. 21:8424. doi: 10.3390/ijms21228424

PubMed Abstract | CrossRef Full Text | Google Scholar

Liu, C., Song, Y., Wang, X., Lai, Z., Li, C., Wan, P., et al. (2020). The key role of vegf in the cross talk between pterygium and dry eye and its clinical significance. Ophthalmic Res. 63, 320–331. doi: 10.1159/000503636

PubMed Abstract | CrossRef Full Text | Google Scholar

Lu, C., Song, J., Li, H., Yu, W., Hao, Y., Xu, K., et al. (2022). Predicting venous thrombosis in osteoarthritis using a machine learning algorithm: A population-based cohort study. J. Pers. Med. 12:114. doi: 10.3390/jpm12010114

PubMed Abstract | CrossRef Full Text | Google Scholar

Montalbo, F. J. (2021). Diagnosing Covid-19 chest x-rays with a lightweight truncated DenseNet with partial layer freezing and feature fusion. Biomed. Signal Process. Control 68:102583. doi: 10.1016/j.bspc.2021.102583

PubMed Abstract | CrossRef Full Text | Google Scholar

Shen, D., Wu, G., and Suk, H. (2017). Deep learning in medical image analysis. Annu. Rev. Biomed. Eng. 19, 221–248.

Google Scholar

Stubblefield, J., Hervert, M., Causey, J. L., Qualls, J. A., Dong, W., Cai, L., et al. (2020). Transfer learning with chest X-rays for ER patient classification. Sci. Rep. 10:20900. doi: 10.1038/s41598-020-78060-4

PubMed Abstract | CrossRef Full Text | Google Scholar

Syed, A. M., Hassan, T., Akram, M. U., Naz, S., and Khalid, S. (2016). Automated diagnosis of macular edema and central serous retinopathy through robust reconstruction of 3D retinal surfaces. Comput. Methods Programs Biomed. 137, 1–10. doi: 10.1016/j.cmpb.2016.09.004

PubMed Abstract | CrossRef Full Text | Google Scholar

Tang, F., Wang, X., Ran, A., Chan, C. K., Ho, M., Yip, W., et al. (2021). A multitask deep-learning system to classify diabetic macular edema for different optical coherence tomography devices: A multicenter analysis. Diabetes Care 44, 2078–2088. doi: 10.2337/dc20-3064

PubMed Abstract | CrossRef Full Text | Google Scholar

Tang, J., Yuan, M., Tian, K., Wang, Y., Wang, D., Yang, J., et al. (2022). An artificial-intelligence–based automated grading and lesions segmentation system for myopic maculopathy based on color fundus photographs. Transl. Vis. Sci. Technol. 11:16. doi: 10.1167/tvst.11.6.16

PubMed Abstract | CrossRef Full Text | Google Scholar

Wang, H., Xu, Q., and Zhou, L. (2015). Large unbalanced credit scoring using lasso-logistic regression ensemble. PLoS One 10:e0117844. doi: 10.1371/journal.pone.0117844

PubMed Abstract | CrossRef Full Text | Google Scholar

Xu, W., Jin, L., Zhu, P., He, K., Yang, W., and Wu, M. (2021). Implementation and application of an intelligent pterygium diagnosis system based on deep learning. Front. Psychol. 12:759229. doi: 10.3389/fpsyg.2021.759229

PubMed Abstract | CrossRef Full Text | Google Scholar

Xue, C., Chen, Y., Huang, Z., Ge, Y., Wang, H., and Wang, J. (2014). EphB4 expression in pterygium is associated with microvessel density. Int. J. Clin. Exp. Med. 7, 4008–4015.

Google Scholar

Yamashita, R., Long, J., Saleem, A., Rubin, D. L., and Shen, J. (2021). Deep learning predicts postsurgical recurrence of hepatocellular carcinoma from digital histopathologic images. Sci. Rep. 11:2047. doi: 10.1038/s41598-021-81506-y

PubMed Abstract | CrossRef Full Text | Google Scholar

Yan, J., Yan, Y., Young, A., Yan, Z., and Yan, Z. (2021). Effectiveness and safety of chinese medicine decoctions for behcet’s disease: A systematic review and meta-analysis. Evid. Based Complement. Altern. Med. ECAM 2021:8202512. doi: 10.1155/2021/8202512

PubMed Abstract | CrossRef Full Text | Google Scholar

Zaki, W. M., Daud, M. M., Abdani, S. R., Hussain, A., and Mutalib, H. A. (2018). Automated pterygium detection method of anterior segment photographed images. Comput. Methods Programs Biomed. 154, 71–78.

Google Scholar

Zamani, N. S., Zaki, W. M., Huddin, A. B., Hussain, A., Mutalib, H. A., and Ali, A. (2020). Automated pterygium detection using deep neural network. IEEE Access 8, 191659–191672.

Google Scholar

Zheng, B., Liu, Y., He, K., Wu, M., Jin, L., Jiang, Q., et al. (2021). Research on an intelligent lightweight-assisted pterygium diagnosis model based on anterior segment images. Dis. Markers 2021:7651462. doi: 10.1155/2021/7651462

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhou, Y., Yang, R., Wang, Y., Zhou, M., Zhou, X., Xing, J., et al. (2021). Histogram analysis based on multi-parameter MR imaging as a biomarker to predict lymph node metastasis in T3 stage rectal cancer. BMC Med. Imaging 21:176. doi: 10.1186/s12880-021-00706-0

PubMed Abstract | CrossRef Full Text | Google Scholar

Zulkifley, M. A., Abdani, S. R., and Zulkifley, N. H. (2019). Pterygium-Net: A deep learning approach to pterygium detection and localization. Multimed. Tools Appl. 78, 34563–34584.

Google Scholar

Keywords: anterior segment images, artificial intelligence, deep learning, pterygium, surgery

Citation: Gan F, Chen W-Y, Liu H and Zhong Y-L (2022) Application of artificial intelligence models for detecting the pterygium that requires surgical treatment based on anterior segment images. Front. Neurosci. 16:1084118. doi: 10.3389/fnins.2022.1084118

Received: 30 October 2022; Accepted: 02 December 2022;
Published: 20 December 2022.

Edited by:

Zhi Wen, Renmin Hospital of Wuhan University, China

Reviewed by:

Chen-Xing Qi, Renmin Hospital of Wuhan University, China
Tianming Huo, Wuhan University, China

Copyright © 2022 Gan, Chen, Liu and Zhong. 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: Yu-Lin Zhong, 804722489@qq.com

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.