Next Article in Journal
Short-and-Long-Term Outcomes after Coronary Rotational Atherectomy in Patients Treated with Trans-Catheter Aortic Valve Implantation
Next Article in Special Issue
Comparison of Methods for Estimating Retinal Shape: Peripheral Refraction vs. Optical Coherence Tomography
Previous Article in Journal
Should We Reconsider the Necessity of a Refinement of Prostate Cancer Risk Classification and Radiotherapy Treatment Strategy? Experiences from a Retrospective Analysis of Data from a Single Institution
Previous Article in Special Issue
Pharmacological Myopia Control Influence on Quality of Life and Psyche among Adolescents
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Evaluating the Effect of Topical Atropine Use for Myopia Control on Intraocular Pressure by Using Machine Learning

1
Department of Ophthalmology, Shin Kong Wu Ho-Su Memorial Hospital, Taipei 11101, Taiwan
2
School of Medicine, Fu Jen Catholic University, New Taipei City 242062, Taiwan
3
School of Medicine, Chang Gung University, Taoyuan City 33302, Taiwan
4
Graduate Institute of Business Administration, Fu Jen Catholic University, New Taipei City 242062, Taiwan
5
Artificial Intelligence Development Center, Fu Jen Catholic University, New Taipei City 242062, Taiwan
6
Department of Information Management, Fu Jen Catholic University, New Taipei City 242062, Taiwan
*
Author to whom correspondence should be addressed.
J. Clin. Med. 2021, 10(1), 111; https://doi.org/10.3390/jcm10010111
Submission received: 11 December 2020 / Revised: 23 December 2020 / Accepted: 27 December 2020 / Published: 30 December 2020
(This article belongs to the Special Issue New Frontiers in Myopia Progression in Children)

Abstract

:
Atropine is a common treatment used in children with myopia. However, it probably affects intraocular pressure (IOP) under some conditions. Our research aims to analyze clinical data by using machine learning models to evaluate the effect of 19 important factors on intraocular pressure (IOP) in children with myopia treated with topical atropine. The data is collected on 1545 eyes with spherical equivalent (SE) less than −10.0 diopters (D) treated with atropine for myopia control. Four machine learning models, namely multivariate adaptive regression splines (MARS), classification and regression tree (CART), random forest (RF), and eXtreme gradient boosting (XGBoost), were used. Linear regression (LR) was used for benchmarking. The 10-fold cross-validation method was used to estimate the performance of the five methods. The main outcome measure is that the 19 important factors associated with atropine use that may affect IOP are evaluated using machine learning models. Endpoint IOP at the last visit was set as the target variable. The results show that the top five significant variables, including baseline IOP, recruitment duration, age, total duration and previous cumulative dosage, were identified as most significant for evaluating the effect of atropine use for treating myopia on IOP. We can conclude that the use of machine learning methods to evaluate factors that affect IOP in children with myopia treated with topical atropine is promising. XGBoost is the best predictive model, and baseline IOP is the most accurate predictive factor for endpoint IOP among all machine learning approaches.

1. Introduction

Myopia is prevalent in the youth of many developed countries [1,2,3,4]. According to the Ministry of Health and Welfare of Taiwan, more than 80% of all school children develop myopia by the end of high school in Taiwan [5]. Since the increase in myopia cases is a worldwide trend, there are many effective mechanisms to control myopia progression such as atropine [4,6,7,8,9,10,11,12,13,14,15,16,17,18], orthokeratology [19,20], experimental bifocal/multifocal soft contact lenses (CLs) [21,22], commercial bifocal or multifocal soft CLs dedicated to presbyopia corrections but used for myopia control [23,24], and commercial multifocal CLs specially dedicated to myopia control [25,26]. Atropine, an anticholinergic blocking agent, can temporarily paralyze the smooth ciliary muscle causing cycloplegia. Historically, atropine was initially used to slow down myopia progression caused by excessive accommodation. The molecular/cellular mechanism of atropine in curtailing myopia progression has also been studied with regard to its complex interaction at the muscarinic (MRs) receptors on ocular tissues such as sclera, retina, retinal pigment epithelium, and choroid [6]. Atropine eye drops have been effective in combating myopia progression in Asian children [6,7,8,9,10,11,12,13,14,15,16,17,18]. However, long-term atropine application has raised concerns among some ophthalmologists [27,28,29]. Atropine can paralyze the pupillary muscle, increasing resistance and impeding the flow of the aqueous humor, which might increase intraocular pressure (IOP) [30,31,32,33]. We aimed to identify factors that predict incident IOP in patients with myopia after atropine use. A total of 19 factors associated with atropine use that may affect IOP were chosen for machine learning analyses [34,35,36,37]. Four machine learning techniques were used to identify factors that predict the patient’s IOP after atropine use. Our goal is to aid physicians in making decisions concerning atropine use in children with myopia by providing analytical data for clinical consideration.

2. Methods

In this study, four machine learning approaches, namely multivariate adaptive regression splines (MARS), classification and regression tree (CART), random forest (RF), and eXtreme gradient boosting (XGBoost), were used to construct predictive models for evaluating the effect of atropine use in myopia treatment on IOP. To evaluate the performance of the four machine learning methods, linear regression (LR), a classic prediction method, was used as a benchmark.

2.1. MARS

MARS is a nonparametric statistical method that can be used to divide the dataset into separate groups, with each group having its own regression equation [38]. MARS can select optimal transformations and interactions between variables and model relationships that are approximately additive or involve interactions using few variables. At different intervals of the independent variable space, separate linear regression slopes are used to approximate the nonlinearity of the MARS model. The first step involving the MARS method includes using a forward algorithm to select all possible basic functions and their corresponding knots. Then, to generate the best combination of existing knots, a backward algorithm is used to eliminate all basic functions in the order of the least contributions based on the generalized cross-validation criterion. Finally, the variables and their value for knots of hinge functions are generated.

2.2. CART

CART is a decision tree method developed by Breiman et al. [39]. The first step for modeling CART includes constructing a maximal tree by using binary splits; the tree can describe the training set in as much detail as possible. The next step involves trimming overgrown trees, which includes overfitting, and less complex trees. Finally, CART uses a cross-validation procedure to choose an optimal tree size. When constructing a maximal tree, binary splitting is initiated from the root node of the tree. The root node consists of all objects in the training set and uses the Gini index to measure the impurity of the split. Based on the Gini index, the parent node can divide into two exclusive child nodes. Child node selection depends on the best reduction of the Gini index between the parent and child nodes. The tree repeats previous steps to grow continuously until a significant decrease in impurity is achieved. When the condition is reached, the tree stops growing and becomes a terminal node.

2.3. RF

RF is an ensemble classification method developed by constructing several decision trees [40]. RF applies the general technique of bootstrap aggregation or bagging to select various random samples of variables as the training data set, and the meta-algorithm uses the replacement to synchronously reduce variance and avoid overfitting during random sampling [41]. The CART algorithm is used on RF modeling. RF uses the “out-of-the-bag” error to measure performance. It calculates the average of the error rate of each weak learner. Each tree is specifically explored in the RF method, and the most significant variables are used as nodes. Finally, each tree is grown to its maximum capacity

2.4. XGBoost

XGBoost is a tree-based learning algorithm that is a scalable, end-to-end, gradient tree boosting system [42]. Boosting refers to the ensemble learning technique of building many models sequentially, with each new model attempting to correct for the imperfections or inadequacies in the previous model. XGboost implements the generalized gradient boosting decision tree and uses a new distributed algorithm to speed up tree construction. To solve the overfitting issue, XGboost uses the regularization term, which controls the complexity of the model, and simultaneously uses both the first- and second-order derivatives to perform a second-order Taylor expansion of the loss function. Then, the loss function computed pseudo-residuals in the first and second derivatives generate learning.

2.5. Model Implementation

The methods were implemented in R software of version 3.6.2 (R core team, Vienna, Austria). The algorithms for the methods are based on the relevant R package. The default setting was used to construct the models. For the LR method, the “stats” R package, version 3.6.2, was used. The “earth” R package, version 5.1.2, proposed by Milborrow et al. [43], was used to construct the MARS model. For the CART model, the “rpart” R package, version 4.1-15, proposed by Therneau et al. [44] was employed. The “randomForest” R package, version 4.6-14, was used to construct the RF model [45]. The XGBoost model was constructed by implementing the “xgboost” R package, version 0.90.0.2 [46].
This study used the 10-fold cross validation method to estimate the performance of the five models. The performance metrics are important for measuring the prediction accuracy of each method. In this study, five performance metrics, namely the mean absolute percentage error (MAPE), symmetric MAPE (SMAPE), relative absolute error (RAE), root relative squared error (RRSE), and root mean squared error (RMSE), were used for evaluating the prediction error of each method. Table 1 summarizes the definitions of these performance metrics. MAPE, SMAPE, RAE, RRSE, and RMSE were used to evaluate deviations between actual and predicted values; the lower the deviation, the higher the accuracy. We used the “MLmetrics” R package, version 1.1.1, proposed by Yan [47] to generate the MAPE, RAE, RRSE, and RMSE metrics for each method. The “Metrics” R package, version 0.1.4, proposed by Hamner et al. [48] was used to compute the SMAPE value.

3. Empirical Study

3.1. Dataset and Performance Criteria

Data from 2342 eyes of 1171 children with myopia and a refractive error of spherical equivalent (SE) less than −10.0 D diagnosed at the Shin-Kong Wu Ho-Su Memorial Hospital (SK Hospital) in Taipei, Taiwan, between 1 January 2008, and 31 December 2008 were included in this study. We excluded 324 eyes from participants younger than three years or older than 18 years. A total of 447 eyes were further excluded due to loss of follow-up; use of cycloplegics other than atropine; ocular diseases including corneal opacity, traumatic injury, uveitis, congenital cataract, congenital glaucoma, optic nerve atrophy, and ocular tumor; or surgery. Moreover, 26 eyes were excluded due to the use of steroids or antiglaucoma medications. Finally, data from 1545 eyes were used for analyses (Figure 1). With respect to ethical issues regarding usage of dataset, the protocol of this study was evaluated and deemed acceptable by the Research Ethics Review Committee at the Shin Kong Wu Ho-Su Memorial Hospital (IRB No. 20200205R).
Of the 1545 eyes, 813 and 732 from male and female children, respectively, we reviewed medical records, refractive status, and the duration and dosage of atropine treatment. Table 2 lists 19 factors (variables X1–X19) associated with atropine use that may affect IOP. From 1 January 2008, to 31 December 2008, the measurements of initial IOP and refraction were variable X3 (base IOP) and X4–X7, respectively. IOP was measured in both eyes, beginning with the right eye. Noncontact tonometry (Xpert NCT plus, Reichert, Leica Inc.) was used without topical anesthesia in the seated position. The refractory error was obtained using a Canon RK5 autorefractor auto-keratometer (Canon Inc. Ltd., Tochigiken, Japan).
Our study is a retrospective study. The data we reviewed are from the first medical treatment day after 1 January 2005 as the first visit, and the patient record was traced to 30 December 2008 as the last clinic visit. This period is the total duration (X8). Prescribed atropine dosages were calculated by multiplying the dosage on the prescription bottles (50, 25, 12.5, or 5 mg) with the number of bottles prescribed (X11). A cumulative dosage is the sum of all prescribed dosages during outpatient visits for a patient in the given time.
Use of atropine from 1 January 2005 to 31 December 2007 was incorporated as “previous data” (X12–X14), which included previous durations, previous cumulative dosages, and previous average dosages per month. Statistics from 1 January 2008 to 31 December 2008 were incorporated as “recruit data” (X15–17), which included recruitment durations, recruit cumulative dosages, and recruit average dosages per month. Furthermore, “total duration” (X8) included the sum of data for the previous duration and recruitment duration. Thus, the previous cumulative dosage and recruit cumulative dosage constitute the ‘‘total cumulative dosage” (X9). The prescribed doses of atropine from the last visit of the patients before the termination of data collection were included as the “last dosage” (X18); the prescribed frequency of atropine from the last visit of the patients before the termination of data collection was included as the “last frequency” (X19), which was recorded as QN (every night), QON (every other night), BIW (twice a week), QW (once a week), and 0 (none prescribed). The endpoint IOP of the last visit before the termination of data collection was set as the variable Y.

3.2. Results

The 19 variables (Xs) considered as impact factors for the development of IOP (Y) in children with myopia due to atropine use are shown in Table 3. The gender (X1) distribution of the 1545 eyes was 52.6% and 47.4% for 813 and 732 male and female children, respectively. The baseline age (X2) of our participants was 10.53 ± 2.54 years. The total duration (X8) of atropine intervention, defined as the time lapsed from the first visit after 1 January 2005, to the last visit before 31 December 2008, was 20.02 ± 12.01 months. Baseline IOP (X3) was 14.51 ± 2.69 mmHg at the first visit. The value of endpoint IOP measured at the end of the total duration (Y) was 15.08 ± 2.86 mmHg.
Baseline myopic power (X4) was −1.95 ± 1.45 D with a base SE (X5) of −2.48 ± 1.57 D. At the end of the total duration, the endpoint myopic power (X6) was −2.39 ± 1.68 D with an endpoint SE (X7) of −2.94 ± 1.86 D. The number of prescription bottles (X11) of atropine was 6.47 ± 5.54. The total cumulative dosage (X9) of atropine was 75.00 (interquartile range [IQR], 37.5–150) mg. The total average dosage of atropine per month (X10) was 4.35 (IQR, 2.66–7.87) mg.
The previous duration (X12), defined as the time interval from the first visit after 1 January 2005 to the last visit before 31 December 2007, was 14.07 ± 12.14 months. The previous cumulative dosage of atropine (X13) was 45.00 (IQR, 25–87.5) mg. The previous average dosage of atropine per month (X14) was 6.42 (IQR, 2.34–15.99) mg.
The duration between the first visit after 1 January 2008 and the last visit before 31 December 2008, defined as the recruitment duration (X15), was 5.96 ± 3.83 months. The recruitment cumulative dosage of atropine (X16) was 12.50 (IQR, 0–55) mg. The recruit average dosage of atropine per month (X17) was 2.35 (IQR, 0–11.93) mg.
The dosages of atropine prescribed at the last visit (X18) before 31 December 2008 were as follows: 4 (0.3%) eyes were not prescribed atropine; 619 (40.1%) eyes, 5 mg (0.1%) atropine; 718 (46.5%) eyes, 12.5 mg (0.25%); 146 (9.4%) eyes, 25 mg (0.5%); and 58 (3.8%) eyes, 50 mg (1%).
The last frequency (X19) describes instructions for atropine application at the last visit before the termination of data collection. A total of 1191 (77.1%) eyes were instructed to apply atropine every night (QN); 238 (15.4%) eyes, every other night (QON); 80 (5.2%) eyes, twice a week (BIW); and 32 (2.1%) eyes, once a week (QW).
We used LR, MARS, CART, RF, and XGBoost to construct predictive models. The MAPE, SMAPE, RAE, RRSE and RMSE values of XGBoost were found to be 0.1182, 0.1155, 0.7783, 0.8211, and 2.2604, respectively (Table 4). The XGBoost method generated the lowest value of all metrics compared with the LR, MARS, CART, and RF methods. Thus, XGBoost was the best predictive model in this study and outperformed other methods.
In addition to evaluating the performance of each method, ranking the importance of each variable within different models can provide useful information for identifying important risk factors. To rank the relative importance of each variable, the “caret” R package of version 6.0-84 [49] based on the Wrapper method was used for each of the five methods. The most important predictor was ranked 1. By contrast, the predictor with the lowest importance was ranked the last.
Table 5 shows the importance rank of each predictor by using the LR, MARS, CART, RF, and XGBoost methods, respectively. Baseline IOP (X3) was found to be the most important variable in the LR model, followed by the total cumulative dosage (X9) and previous cumulative dosage (X13). However, different methods generated different relative importance ranks of each variable. In the XGBoost model, the most important variable was baseline IOP (X3). However, the second- and third-most important variables were age (X2) and the previous average dosage per month (X14), respectively. For the overall importance of variables, we averaged the rank value of each variable in each method. Figure 2 depicts the ranked overall variable importance of all predictors.
To simplify the discussion of predictor importance, more important predictors were selected based on the average rank of each variable, as shown in Figure 2. According to suggestions from physicians, the top five important variables, namely baseline IOP (X3), recruitment duration (X15), age (X2), total duration (X8), and previous cumulative dosage (X13), were selected as significant variables for evaluating their effect on IOP in myopia control with topical atropine.

4. Discussion

The effectiveness of atropine in myopia treatment has been extensively discussed [6,7,8,9,10,11,12,13,14,15,16]. Studies have evaluated the ability of atropine in myopia control and its side effects at different concentrations [17,18]. Atropine, an anticholinergic that causes pupillary dilation, is contraindicated in glaucoma [31,32,33,34]. Because of a shallow anterior chamber in children, ophthalmologists have a concern regarding whether using atropine for treating children with myopia will affect their IOP due to the induction of mydriasis by muscarinic antagonists [27,28,29]. We used clinical data combined with machine learning analyses to predict 19 factors that may affect IOP in children with myopia treated with atropine. Baseline IOP (X3), recruitment duration (X15), age (X2), total duration (X8), and previous cumulative dosage (X13) were the top five significant variables for evaluating the effect on the IOP of children with myopia treated with topical atropine.
Baseline IOP (X3) is the most accurate predictive factor for endpoint IOP among all machine learning approaches. IOP in children increased with age (X2) and reached levels similar to those in adults by the age of 12 years [50]. Myopia control with atropine for children may start as children enter school at around six years of age and extend up to the age of 16 years [16,17,18,27]. Ophthalmologists should consider an increase in IOP with age when prescribing atropine to school-aged children.
Baseline IOP should be measured prior to atropine prescription, and the measurement should be compared with the normal value for children of the same age as the patient [37,50]. If baseline IOP is considerably higher, the patient is at a higher risk of high endpoint IOP later than patients with normal IOP. We suggest that atropine prescription should not be based on myopic power alone; clinicians should also take IOP into account. Meanwhile, basal IOP is related to the corneal pachymetry and corneal thickness should be used as a parameter for pachymetry-corrected basal IOP [51,52]. Most of our subjects in this study are children age 3 to 18 years old, but some of them cannot cooperate with the measurement of corneal pachymetry. In future studies, if we can collect more data from cooperative patients, the correlation between IOP and corneal thickness should also be considered. The follow-up period between the baseline and final IOP was about two years. As the children grew older, their coordination degree would be better, so this might affect the measurement values of basal and final IOP. This time, we measured the IOP only with a non-contact pneumatic tonometer. However, different instruments may also present the intrasession and intersession fluctuations of IOP. Therefore, we should consider integrating or comparing the fluctuations of baseline and final IOP in the future [53].
The recruitment duration (X15) and total duration (X8) are significant factors predicting endpoint IOP. The recruitment duration (X15), one year before the termination of data collection, reflects the frequency and number of visits, which is indicative of a patient’s approach to medical care [30,31,32]. Because only for eyes were not prescribed atropine during recruitment, data from the recruitment duration can be considered as being from patients that had been taking atropine during the previous year. The more atropine usage within one year, the more attention needs to be given to the effect of atropine on the patient’s IOP. Furthermore, the total duration (X8) is related to high IOP in children with myopia because total time-lapse exhibited the onset of myopia and atropine exposure. A longer total duration suggests that the patient had myopia onset at a younger age and was using atropine for an extended period [32,33,34,35]. The total duration of atropine usage should be considered when following IOP in children with myopia.
The previous cumulative dosage (X13) is the sum of all prescribed dosages to children with myopia who use atropine. Higher previous cumulative dosages may represent rapidly progressive myopia and stronger atropine dose control, or an earlier onset of myopia and atropine use for a long time. Some of the variables such as dosage depend on the patient’s strict compliance with the administration of the drug. Therefore, children with myopia treated with atropine should be evaluated for IOP.
Based on previous clinical studies, the author has published the clinical literature on the use of atropine on myopic children in this group. The clinical discussion revealed the relevant factors such as age, dosage, use time, etc., and whether the changes of IOP will be caused by atropine before and after its use [29]. At present, other literature has discussed the clinical effects or side effects of different doses of atropine [37,54]. The new significance of this study of atropine in myopic children is the use of the clinical data, combined with four artificial intelligence methods, to find out the reliable predictive value and the important rank of factors which may be related to topical atropine use for myopia control on intraocular pressure. In this study, machine learning was used to analyse 19 variables associated with the effect of atropine on IOP. However, these variables were chosen based on clinical data and the pharmacological properties of atropine, and other variables such as dose and period of treating can be analysed in the future. In addition, analysis of the top five significant variables revealed predictor importance and not the positive or negative correlation parameters or absolute data for these variables. Future studies should identify the “Baseline IOP,” which was the most important predictive variable in our study and identify a safe range for atropine use in children with myopia in the clinical setting.

5. Conclusions

The 19 factors that might estimate the risk of high IOP in children with myopia who use atropine were evaluated using machine learning methods. We implemented four machine learning methods to quantify each factor and its relative association with the risk of high IOP. Baseline IOP, recruitment duration, age, total duration, and previous cumulative dosage were the top five significant variables for endpoint IOP. Our findings from machine learning provide clinicians with information to evaluate the suitability of a patient for atropine treatment. We wish to highlight different factors that may contribute to IOP in patients receiving atropine treatment.

Author Contributions

Conception and design, T.-E.W. and C.-J.L.; data collection, T.-E.W.; methods, M.-J.J., and C.-J.L.; analysis and interpretation, T.-E.W., H.-A.C., M.-J.J., Y.-N.C., T.-J.C., and C.-J.L.; drafting of the manuscript: T.-E.W., H.-A.C., Y.-N.C., T.-J.C., and C.-J.L.; overall responsibility, T.-E.W. and C.-J.L. All authors have read and agreed to the published version of the manuscript.

Funding

The study was supported by the Shin Kong Wu Ho-Su Memorial Hospital (Grant no. 109-SKH-FJU-05).

Institutional Review Board Statement

The study was approved by the Research Ethics Review Committee at the Shin Kong Wu Ho-Su Memorial Hospital (IRB No. 20200205R).

Informed Consent Statement

Patient consent was waived due to retrospective study.

Data Availability Statement

Data available on request due to privacy/ethical restrictions.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Fang, Y.T.; Chou, Y.J.; Pu, C.; Lin, P.J.; Liu, T.L.; Huang, N.; Chou, P. Prescription of atropine eye drops among children diagnosed with myopia in Taiwan from 2000 to 2007: A nationwide study. Eye 2013, 27, 418–424. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Holden, B.A.; Fricke, T.R.; Wilson, D.A. Global prevalence of myopia and high myopia and temporal trends from 2000 through 2050. Ophthalmology 2016, 123, 1036–1042. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Wu, P.C.; Huang, H.M.; Yu, H.J. Epidemiology of Myopia. Asia Pac. J. Ophthalmol. 2016, 5, 386–393. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Michalski, A.; Rogaczewska, M.; Maleszka-Kurpiel, M.; Stopa, M. Pharmacological Myopia Control Influence on Quality of Life and Psyche among Adolescents. J. Clin. Med. 2020, 9, 3920. [Google Scholar] [CrossRef]
  5. Health Promotion Administration, Ministry of Health and Welfare for the Taiwan. Available online: https://www.hpa.gov.tw/Pages/List.aspx?nodeid=45 (accessed on 29 June 2020).
  6. Upadhyay, A.; Beuerman, R.W. Biological Mechanisms of Atropine Control of Myopia. Eye Contact Lens 2020, 46, 129–135. [Google Scholar] [CrossRef]
  7. Chia, A.; Chua, W.H.; Cheung, Y.B.; Wong, W.L.; Lingham, A.; Fong, A.; Tan, D. Atropine for the treatment of childhood myopia: Safety and efficacy of 0.5%, 0.1%, and 0.01% doses (Atropine for the Treatment of Myopia 2). Ophthalmology 2012, 119, 347–354. [Google Scholar] [CrossRef]
  8. Chia, A.; Lu, Q.S.; Tan, D. Five-year clinical trial on atropine for the treatment of myopia 2: Myopia control with atropine 0.01% eyedrops. Ophthalmology 2016, 123, 391–399. [Google Scholar] [CrossRef]
  9. Gong, Q.; Janowski, M.; Luo, M.; Wei, H.; Chen, B.; Yang, G.; Liu, L. Efficacy and adverse effects of atropine in childhood myopia: A meta-analysis. JAMA Ophthalmol. 2017, 135, 624–630. [Google Scholar] [CrossRef]
  10. Pineles, S.L.; Kraker, R.T.; VanderVeen, D.K.; Hutchinson, A.K.; Galvin, J.A.; Wilson, L.B.; Lambert, S.R. Atropine for the prevention of myopia progression in children: A report by the American Academy of Ophthalmology. Ophthalmology 2017, 124, 1857–1866. [Google Scholar] [CrossRef]
  11. Wu, P.C.; Chuang, M.N.; Choi, J.; Chen, H.; Wu, G.; Ohno-Matsui, K. Update in myopia and treatment strategy of atropine use in myopia control. Eye 2019, 33, 3–13. [Google Scholar] [CrossRef] [Green Version]
  12. McCrann, S.; Flitcroft, I.; Strang, N.C.; Saunders, K.J.; Logan, N.S.; Lee, S.S. Myopia Outcome Study of Atropine in Children (MOSAIC): An investigator-led, double-masked, placebo-controlled, randomised clinical trial protocol. HRB Open Res. 2019, 2, 15. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Sacchi, M.; Serafino, M.; Villani, E.; Tagliabue, E.; Luccarelli, S.; Bonsignore, F.; Nucci, P. Efficacy of atropine 0.01% for the treatment of childhood myopia in European patients. Acta Ophthalmol. 2019, 97, 1136–1140. [Google Scholar] [CrossRef] [PubMed]
  14. Lee, S.S.Y.; Mackey, D.A.; Lingham, G.; Crewe, J.M.; Richards, M.D.; Chen, F.K. Western Australia Atropine for the Treatment of Myopia (WA-ATOM) study: Rationale, methodology and participant baseline characteristics. Clin. Exp. Ophthalmol. 2020, 48, 569–579. [Google Scholar] [CrossRef] [PubMed]
  15. Guo, L.; Fan, L.; Tao, J.; Hua, R.; Yang, Q.; Gu, H. Use of Topical 0.01% Atropine for Controlling Near Work-Induced Transient Myopia: A Randomized, Double-Masked, Placebo-Controlled Study. J. Ocul. Pharmacol. Ther. 2020, 36, 97–101. [Google Scholar] [CrossRef] [Green Version]
  16. Zhu, Q.; Tang, Y.; Guo, L.; Tighe, S.; Zhou, Y.; Zhang, X. Efficacy and Safety of 1% Atropine on Retardation of Moderate Myopia Progression in Chinese School Children. Int. J. Med. Sci. 2020, 17, 176–181. [Google Scholar] [CrossRef] [Green Version]
  17. Yam, J.C.; Jiang, Y.; Tang, S.M.; Law, A.K.; Chan, J.J.; Wong, E. Low-concentration atropine for myopia progression (LAMP) study: A randomized, double-blinded, placebo-controlled trial of 0.05%, 0.025%, and 0.01% atropine eye drops in myopia control. Ophthalmology 2019, 126, 113–124. [Google Scholar] [CrossRef]
  18. Yam, J.C.; Li, F.F.; Zhang, X.; Tang, S.M.; Yip, B.H.; Kam, K.W. Two-year clinical trial of the low-concentration atropine for myopia progression (LAMP) study: Phase 2 report. Ophthalmology 2020, 127, 910–919. [Google Scholar] [CrossRef]
  19. Kim, J.; Lim, D.H.; Han, S.H.; Chung, T.Y. Predictive factors associated with axial length growth and myopia progression in orthokeratology. PLoS ONE 2019, 14, e0218140. [Google Scholar] [CrossRef] [Green Version]
  20. Lee, Y.C.; Wang, J.H.; Chiu, C.J. Effect of Orthokeratology on myopia progression: Twelve-year results of a retrospective cohort study. BMC Ophthalmol. 2017, 17, 243. [Google Scholar] [CrossRef] [Green Version]
  21. Anstice, N.S.; Phillips, J.R. Effect of dual-focus soft contact lens wear on axial myopia progression in children. Ophthalmology 2011, 118, 1152–1161. [Google Scholar] [CrossRef]
  22. Sankaridurg, P.; Holden, B.; Smith, E., 3rd; Naduvilath, T.; Chen, X.; de la Jara, P.L.; Martinez, A. Decrease in rate of myopia progression with a contact lens designed to reduce relative peripheral hyperopia: One-year results. Investig. Ophthalmol. Visual Sci. 2011, 52, 9362–9367. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  23. Gong, C.R.; Troilo, D.; Richdale, K. Accommodation and phoria in children wearing multifocal contact lenses. Optom. Vision Sci. 2017, 94, 353–360. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  24. Walline, J.J.; Greiner, K.L.; McVey, M.E.; Jones-Jordan, L.A. Multifocal contact lens myopia control. Optom. Vision Sci. 2013, 90, 1207–1214. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Przekoracka, K.; Michalak, K.; Olszewski, J.; Zeri, F.; Michalski, A.; Paluch, J.; Przekoracka-Krawczyk, A. Contrast sensitivity and visual acuity in subjects wearing multifocal contact lenses with high additions designed for myopia progression control. Contact Lens Anter. Eye 2020, 43, 33–39. [Google Scholar] [CrossRef]
  26. Kropacz-Sobkowiak, S.; Przekoracka-Krawczyk, A.; Michalak, K.; Michalski, A.; Kujawa, K.; Olszewski, J. The influence of high addition soft multifocal contact lenses on visual performance. Klin. Oczna Acta Ophthalmol. Pol. 2020, 122, 92–99. [Google Scholar] [CrossRef]
  27. Wagner, R.S. Treatment of progressive myopia in the pediatric population. J. Pediatr. Ophthalmol. Strabismus 2019, 56, 72. [Google Scholar] [CrossRef] [Green Version]
  28. Saw, S.M.; Matsumura, S.; Hoang, Q.V. Prevention and management of myopia and myopic pathology. Investig. Ophthalmol. Visual Sci. 2019, 60, 488–499. [Google Scholar] [CrossRef] [Green Version]
  29. Wu, T.E.J.; Yang, C.C.; Chen, H.S. Does atropine use increase intraocular pressure in myopic children? Optom. Vision Sci. 2012, 89, E161–E167. [Google Scholar] [CrossRef]
  30. Ho, M.C.; Hsieh, Y.T.; Shen, E.P.; Hsu, W.C.; Cheng, H.C. Short-term refractive and ocular parameter changes after topical atropine. Taiwan J. Ophthalmol. 2020, 10, 111–115. [Google Scholar]
  31. Rengstorff, R.H.; Doughty, C.B. Mydriatic and cycloplegic drugs: A review of ocular and systemic complications. Am. J. Optom. Physiol. Opt. 1982, 59, 162–177. [Google Scholar] [CrossRef]
  32. Lee, C.Y.; Sun, C.C.; Lin, Y.F.; Lin, K.K. Effects of topical atropine on intraocular pressure and myopia progression: A prospective comparative study. BMC Ophthalmol. 2016, 16, 114. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  33. Sánchez-González, J.M.; De-Hita-Cantalejo, C.; Baustita-Llamas, M.J.; Sánchez-González, M.C.; Capote-Puente, R. The Combined Effect of Low-dose Atropine with Orthokeratology in Pediatric Myopia Control: Review of the Current Treatment Status for Myopia. J. Clin. Med. 2020, 9, 2371. [Google Scholar] [CrossRef] [PubMed]
  34. Wang, L.Z.; Syn, N.; Li, S.; Barathi, V.A.; Tong, L.; Neo, J. The penetration and distribution of topical atropine in animal ocular tissues. Acta Ophthalmol. 2019, 97, 238–247. [Google Scholar] [CrossRef] [PubMed]
  35. Vutipongsatorn, K.; Yokoi, T.; Ohno-Matsui, K. Current and emerging pharmaceutical interventions for myopia. Br. J. Ophthalmol. 2019, 103, 1539–1548. [Google Scholar] [CrossRef]
  36. Chan, L.W.; Hsieh, Y.T.; Hsu, W.C.; Cheng, H.C.; Shen, E.P. Optic Disc Parameters of Myopic Children with Atropine Treatment. Curr. Eye Res. 2017, 42, 1614–1619. [Google Scholar] [CrossRef]
  37. Weng, J.; Tsai, I.L.; Kuo, L.L.; Tsai, C.Y.; Woung, L.C.; Hsiao, Y.C. Intraocular pressure monitoring by rebound tonometry in children with myopia. Taiwan J. Ophthalmol. 2017, 7, 149–154. [Google Scholar]
  38. Friedman, J.H. Multivariate adaptive regression splines. Ann. Stat. 1991, 19, 1–67. [Google Scholar] [CrossRef]
  39. Breiman, L.; Friedman, J.H.; Olshen, R.A.; Stone, C.J. Classification and Regression Trees; Wadsworth, Champman &Hall/CRC: New York, NY, USA, 1984. [Google Scholar]
  40. Breiman, L. Random forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef] [Green Version]
  41. Probst, P.; Wright, M.N.; Boulesteix, A.L. Hyperparameters and tuning strategies for random forest. Wiley Interdiscip. Rev. Data Min. Knowl. Discov. 2019, 9, e1301. [Google Scholar] [CrossRef] [Green Version]
  42. Chen, T.; Guestrin, C. XGBoost: A scalable tree boosting system. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016. [Google Scholar]
  43. Milborrow, S.; Hastie, T.; Tibshirani, R. Earth: Multivariate Adaptive Regression Splines. R Package Version 5.1.2. Available online: https://www.rdocumentation.org/packages/earth (accessed on 1 August 2020).
  44. Therneau, T.; Atkinson, B.; Ripley, B. Rpart: Recursive Partitioning and Regression Trees. R Package Version, 4.1-15. Available online: https://www.rdocumentation.org/packages/rpart/versions/4.1-15 (accessed on 1 August 2020).
  45. Liaw, A.; Wiener, M. RandomForest: Breiman and Cutler’s Random Forests for Classification and Regression. R Package Version, 4.6.14. Available online: https://www.rdocumentation.org/packages/randomForest (accessed on 1 August 2020).
  46. Chen, T.; He, T.; Benesty, M. XGboost: Extreme Gradient Boosting. R Package Version 0.90.0.2. Available online: https://www.rdocumentation.org/packages/XGboost (accessed on 1 August 2020).
  47. Yan, Y. MLmetrics: Machine Learning Evaluation Metrics. R Package Version, 1.1.1. Available online: https://www.rdocumentation.org/packages/MLmetrics/versions/1.1.1 (accessed on 1 August 2020).
  48. Hamner, B.; Frasco, M.; LeDell, E. Metrics: Evaluation Metrics for Machine Learning. R Package Version 0.1.4. Available online: https://www.rdocumentation.org/packages/Metrics/versions/0.1.4 (accessed on 1 August 2020).
  49. Kuhn, M.; Wing, J.; Weston, S.; Williams, A.; Keefer, C.; Engelhardt, A.; Kenkel, B. Caret: Classification and Regression Training. R Package Version 6.0-84. Available online: https://www.rdocumentation.org/packages/caret (accessed on 1 August 2020).
  50. Sihota, R.; Tuli, D.; Dada, T.; Gupta, V.; Sachdeva, M.M. Distribution and determinants of intraocular pressure in a normal pediatric population. J. Pediatr. Ophthalmol. Strabismus. 2006, 43, 14–18. [Google Scholar] [CrossRef]
  51. Lomoriello, D.S.; Lombardo, M.; Tranchina, L.; Oddone, F.; Serrao, S.; Ducoli, P. Repeatability of intra-ocular pressure and central corneal thickness measurements provided by a non-contact method of tonometry and pachymetry. Graefe Arch. Clin. Exp. Ophthalmol. 2011, 249, 429–434. [Google Scholar] [CrossRef] [PubMed]
  52. Camburu, G.; Zemba, M.; Purcărea, V.L. Is Central Corneal Thickness a reliable independent factor in decision-making regarding the management of patients with high IOP? Rom. J. Ophthalmol. 2020, 64, 25–27. [Google Scholar] [CrossRef] [PubMed]
  53. Lee, Y.G.; Kim, J.H.; Kim, N.R.; Kim, C.Y.; Lee, E.S. Comparison between Tonopachy and other tonometric and pachymetric devices. Optom. Vision Sci. 2011, 88, 843–849. [Google Scholar] [CrossRef] [PubMed]
  54. Yu, T.C.; Wu, T.E.; Wang, Y.S.; Cheng, S.F.; Liou, S.W. A STROBE-compliant case–control study: Effects of cumulative doses of topical atropine on intraocular pressure and myopia progression. Medicine 2020, 99, e22745. [Google Scholar] [CrossRef]
Figure 1. Algorithm of case identification.
Figure 1. Algorithm of case identification.
Jcm 10 00111 g001
Figure 2. Ranking of all predictors.
Figure 2. Ranking of all predictors.
Jcm 10 00111 g002
Table 1. Equation of performance metrics.
Table 1. Equation of performance metrics.
MetricsDescriptionCalculation *
MAPEMean Absolute Percentage Error M A P E = 1 m j = 1 m | p j q j q i | × 100
SMAPESymmetric Mean Absolute Percentage Error S M A P E = 1 m j = 1 m | p j q j | ( | p j | + | q j | ) / 2
RAERelative Absolute Error R A E = j = 1 m | p j q j | j = 1 m | q j q ¯ |
RRSERoot Relative Squared Error R R S E = j = 1 m ( p j q j ) 2 j = 1 m ( q j q ¯ ) 2
RMSERoot Mean Squared Error R M S E = 1 m j = 1 m ( p j q j ) 2
* Note: p and q represent predicted and actual values, respectively; m is the total amount of data.
Table 2. Variable definition.
Table 2. Variable definition.
VariablesDescriptionUnit
X1:SexMale/Female-
X2:AgeAge in years-
X3:Base IOPBaseline intraocular pressure measuredmm-Hg
X4:Base SphericalBaseline myopic powerDiopter (D)
X5:Base SEBaseline spherical equivalentDiopter (D)
X6End SphericalEndpoint myopic powerDiopter (D)
X7End SEEndpoint spherical equivalentDiopter (D)
X8Total DurationTotal duration from first to last visitmonth
X9Total Cumulative DosageTotal cumulative dosage of topical atropinemg
X10Total Average Dosage per monthAverage dosage per month from the first visit to the last visitmg/month
X11Total Prescribed BottlesNumber of prescription bottles of atropinebottles
X12Previous DurationThe duration from the first visit to the recruitment datemonth
X13Previous Cumulative DosageCumulative dosage of topical atropine from the first visit to the recruitment datemg
X14Previous Average Dosage Per MonthAverage dosage per month from the first visit to the recruitment datemg/month
X15Recruit DurationThe duration from the recruitment date to the last visitmonth
X16Recruit Cumulative DosageCumulative dosage of topical atropine from the recruitment date to the last visitmg
X17Recruit Average Dosage Per MonthAverage dosage per month from the recruitment date to the last visitmg/month
X18Last DosageThe prescribed dosage of atropine on the last visitmg
X19Last FrequencyThe prescribed frequency of atropine on the last visit-
YEnd IOPEndpoint intraocular pressure measuredmm-Hg
Note: IOP: intraocular pressure; SE: spherical equivalent.
Table 3. Participant demographics.
Table 3. Participant demographics.
Characteristics Mean ± SD
X2Age10.53 ± 2.54
X3Base IOP (mm-Hg)14.51 ± 2.69
X4Base Spherical (Diopter (D)−1.95 ± 1.45
X5Base SE (Diopter (D)−2.48 ± 1.57
X6End Spherical (Diopter (D) −2.39 ± 1.68
X7End SE (Diopter (D)−2.94 ± 1.86
X8Total Duration (month)20.02 ± 12.01
X11Total Prescribed Bottles6.47 ± 5.54
X12Previous Duration (mg)14.07 ± 12.14
X15Recruit Duration (month)5.96 ± 3.83
YEnd IOP (mm-Hg)15.08 ± 2.86
Median (IQR)
X9Total Cumulative Dosage (mg)75.00 (37.5–150)
X10Total Average Dosage per Month (mg/month)4.35 (2.66–7.87)
X13Previous Cumulative Dosage (mg)45.00 (25–87.5)
X14Previous Average Dosage Per Month (mg/month)6.42 (2.34–15.99)
X16Recruit Cumulative Dosage (mg)12.50 (0–55)
X17Recruit Average Dosage Per Month (mg/month)2.35 (0–11.93)
X1Sexn (%)
  Male813 (52.6%)
  Female732 (47.4%)
X18Last Dosage (mg)n (%)
  04 (0.3%)
  5619 (40.1%)
  12.5718 (46.5%)
  25146 (9.4%)
  5058 (3.8%)
X19Last Frequencyn (%)
  QN1191 (77.1%)
  QON238 (15.4%)
  BIW80 (5.2%)
  QW32 (2.1%)
  04 (0.3%)
Note: SD: standard deviation; IQR: interquartile range; IOP: intraocular pressure; SE: spherical equivalent; QN: every night; QON: every other night; BIW: twice a week; QW: once a week.
Table 4. Model performance of LR, MARS, CART, RF, and XGBoost methods.
Table 4. Model performance of LR, MARS, CART, RF, and XGBoost methods.
MethodsMAPESMAPERAERRSERMSE
LR0.12660.12260.82350.84582.3283
MARS0.12590.12190.82280.84092.3149
CART0.13410.12980.86660.88352.4323
RF0.12710.12290.82220.83312.2934
XGBoost0.11820.11550.77830.82112.2604
Note: LR: linear regression; MARS: multivariate adaptive regression splines; CART: classification and regression tree; RF: random forest; XGBoost: eXtreme gradient boosting; MAPE: mean absolute percentage error; SMAPE: symmetric mean absolute percentage error; RAE: relative absolute error; RRSE: root relative squared error; RMSE: root mean squared error.
Table 5. Importance rank of each predictor using the five methods.
Table 5. Importance rank of each predictor using the five methods.
PredictorsLRMARSCARTRFXGBoostAverage Rank
X1 Sex111919191917.4
X2 Age1642325.4
X3 Base IOP111111
X4 Base Spherical 12519141312.6
X5 Base SE141919131415.8
X6 End Spherical8519111712
X7 End SE13191912914.4
X8 Total Duration5195467.8
X9 Total Cumulative Dosage2191961111.4
X10 Total Average Dosage per month151948510.2
X11 Total Prescribed Bottles91919101514.4
X12 Previous Duration519195811.2
X13 Previous Cumulative Dosage31972128.6
X14 Previous Average Dosage Per Month1919197313.4
X15 Recruit Duration423944.4
X16 Recruit Cumulative Dosage19319151013.2
X17 Recruit Average Dosage Per Month719618711.4
X18 Last Dosage101919171816.6
X19 Last Frequency19719161615.4
Note: LR: linear regression; MARS: multivariate adaptive regression splines; CART: classification and regression tree; RF: random forest; XGBoost: eXtreme gradient boosting; IOP: intraocular pressure; SE: spherical equivalent.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Wu, T.-E.; Chen, H.-A.; Jhou, M.-J.; Chen, Y.-N.; Chang, T.-J.; Lu, C.-J. Evaluating the Effect of Topical Atropine Use for Myopia Control on Intraocular Pressure by Using Machine Learning. J. Clin. Med. 2021, 10, 111. https://doi.org/10.3390/jcm10010111

AMA Style

Wu T-E, Chen H-A, Jhou M-J, Chen Y-N, Chang T-J, Lu C-J. Evaluating the Effect of Topical Atropine Use for Myopia Control on Intraocular Pressure by Using Machine Learning. Journal of Clinical Medicine. 2021; 10(1):111. https://doi.org/10.3390/jcm10010111

Chicago/Turabian Style

Wu, Tzu-En, Hsin-An Chen, Mao-Jhen Jhou, Yen-Ning Chen, Ting-Jen Chang, and Chi-Jie Lu. 2021. "Evaluating the Effect of Topical Atropine Use for Myopia Control on Intraocular Pressure by Using Machine Learning" Journal of Clinical Medicine 10, no. 1: 111. https://doi.org/10.3390/jcm10010111

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop