Published on in Vol 22, No 12 (2020): December

Preprints (earlier versions) of this paper are available at https://preprints.jmir.org/preprint/18418, first published .
Limitations of Deep Learning Attention Mechanisms in Clinical Research: Empirical Case Study Based on the Korean Diabetic Disease Setting

Limitations of Deep Learning Attention Mechanisms in Clinical Research: Empirical Case Study Based on the Korean Diabetic Disease Setting

Limitations of Deep Learning Attention Mechanisms in Clinical Research: Empirical Case Study Based on the Korean Diabetic Disease Setting

Original Paper

1Graduate School of Cancer Science and Policy, National Cancer Center, Goyang-si, Gyeonggi-do, Republic of Korea

2Cancer Data Center, National Cancer Control Institute, National Cancer Center, Goyang-si, Gyeonggi-do, Republic of Korea

3Healthcare AI Team, Healthcare Platform Center, National Cancer Center, Goyang-si, Gyeonggi-do, Republic of Korea

4School of Management Engineering, Korea Advanced Institute of Science and Technology, Seoul, Republic of Korea

5Division of Nephrology, Department of Internal Medicine, National Cancer Center, Goyang-si, Gyeonggi-do, Republic of Korea

6Division of Endocrinology, Department of Internal Medicine, National Cancer Center, Goyang-si, Gyeonggi-do, Republic of Korea

*these authors contributed equally

Corresponding Author:

Hyo Soung Cha, PhD

Cancer Data Center

National Cancer Control Institute

National Cancer Center

809 Madu 1(il)-dong, Ilsandong-gu

Goyang-si, Gyeonggi-do, 10408

Republic of Korea

Phone: 82 31 920 1892

Email: kkido@ncc.re.kr


Background: Despite excellent prediction performance, noninterpretability has undermined the value of applying deep-learning algorithms in clinical practice. To overcome this limitation, attention mechanism has been introduced to clinical research as an explanatory modeling method. However, potential limitations of using this attractive method have not been clarified to clinical researchers. Furthermore, there has been a lack of introductory information explaining attention mechanisms to clinical researchers.

Objective: The aim of this study was to introduce the basic concepts and design approaches of attention mechanisms. In addition, we aimed to empirically assess the potential limitations of current attention mechanisms in terms of prediction and interpretability performance.

Methods: First, the basic concepts and several key considerations regarding attention mechanisms were identified. Second, four approaches to attention mechanisms were suggested according to a two-dimensional framework based on the degrees of freedom and uncertainty awareness. Third, the prediction performance, probability reliability, concentration of variable importance, consistency of attention results, and generalizability of attention results to conventional statistics were assessed in the diabetic classification modeling setting. Fourth, the potential limitations of attention mechanisms were considered.

Results: Prediction performance was very high for all models. Probability reliability was high in models with uncertainty awareness. Variable importance was concentrated in several variables when uncertainty awareness was not considered. The consistency of attention results was high when uncertainty awareness was considered. The generalizability of attention results to conventional statistics was poor regardless of the modeling approach.

Conclusions: The attention mechanism is an attractive technique with potential to be very promising in the future. However, it may not yet be desirable to rely on this method to assess variable importance in clinical settings. Therefore, along with theoretical studies enhancing attention mechanisms, more empirical studies investigating potential limitations should be encouraged.

J Med Internet Res 2020;22(12):e18418

doi:10.2196/18418

Keywords



In recent years, there has been significant evidence that deep-learning algorithms can outperform other machine-learning algorithms and conventional statistics in the medical field [1,2]. Despite the better prediction accuracy than conventional algorithms, the implications of using deep learning have been limited owing to the inability to explain the models [3,4]. Particularly in the medical environment, where the association between a disease and symptoms must be identified to provide adequate treatments, the interpretability of models is very important [3-5]. To overcome these limitations, interpretable deep-learning algorithms such as Shapley Additive Explanations (SHAP), Local Interpretable Model-agnostic Explanations (LIME), and attention mechanisms have been introduced [6-8]. The commonality of these three methodologies provides interpretability in the form of variable importance [6-8]. The difference between the methodologies is that with SHAP or LIME, variable importance is measured through simulations that change the data after model training is completed [6,7], whereas under attention mechanisms, variable importance is inferred during model training, which improves model performance by weighting several important variables [8,9].

Based on this advantage, attention mechanisms have starting to gain appeal in the clinical research field [10-17]. However, there is a gap between the application of attention mechanisms in clinical research and up-to-date attention algorithms in development. Specifically, most of the recent attention studies have focused on improving the theoretical robustness, design approach, and model accuracy with attention mechanisms [10-17]. However, clinical researchers are more interested in potential limitations that may arise when attention mechanisms are applied, and how they may differ from conventional statistics, than in the details as to how robust and sophisticated attention mechanisms are being developed. A few studies have introduced the potential limitations of attention mechanisms [18,19]. However, these studies have been theoretical, making it difficult for clinical researchers to understand and accept the results. Thus, it is increasingly necessary to provide a discussion of what clinical researchers should be aware of when applying the new concept of attention mechanisms in their research.

With the goal of reducing this gap, the aim of this study was to evaluate attention mechanisms in terms of prediction performance and interpretability. In addition, there remains a lack of guidance for clinical researchers in the implementation of attention mechanisms; therefore, to facilitate understanding for clinical researchers, this study preemptively provides basic concepts, key considerations, and codes for attention mechanisms. Finally, a case analysis was performed in a cross-sectional and structured data environment, which is the simplest data setting possible for clinical researchers.

This study was conducted according to the following procedure. First, the scope of the study was established in terms of the data structure. Then, a brief introduction and several important considerations regarding attention mechanisms were considered. Second, based on previous research, a two-dimensional framework was established to guide the four modeling approaches to attention mechanisms. Third, five empirical tests with attention mechanisms were performed using the four models: prediction performance, probability reliability, concentration of variable importance, consistency of attention results, and generalizability of attention results to conventional statistics. Finally, potential limitations that may arise when using attention mechanisms were identified.


Research Scope

Since the design approaches of attention mechanisms differ greatly depending on the data structure, the scope of this study was established in terms of data structure. Specifically, attention mechanism research in the medical field can be divided into two main categories from a data point of view. The first category is an unstructured data area where data containing natural language and images cannot be stored in a row and column table structure [20,21]. In the field of natural language processing, attention mechanisms have been applied to determine the relationship between words or between words and diseases in clinical notes [13,14,22]. In the image area, attention mechanisms have been used to highlight which parts of clinical images were related to clinical events, or to annotate the images [15-17]. The second category is a structured data area where data can be organized in table formats with a row and column structure [21]. In this area, attention mechanisms have been applied to electronic health records to determine variables that are strongly associated with clinical events [9,12,23].

Structured data familiar to clinical researchers are widely applicable to most statistical analyses, including linear regression analysis and analysis of variance (ANOVA). Since one purpose of this study was to compare the results of attention mechanisms and conventional statistical methods, the scope of the study was limited to structured data. Furthermore, most previous attention mechanism studies using structured data have been conducted in time-series settings [9,12,23]. However, this study was conducted in a cross-sectional data setting, which is simpler and easier than a time-series data setting, and can therefore help readers less familiar with attention mechanisms to better understand the results of the case study.

Introduction to Attention

Concepts of Attention Mechanisms

Attention, one of the layers in a neural network model, quantifies the importance of input variables in terms of their impact on outcomes (Figure 1) [8,24,25]. Attention is mostly calculated based on the Softmax function (Notation A1 in Multimedia Appendix 1), such that each node in the layer has a value between 0 and 1 and the sum of all node values must be 1 [8,24,25]. When the node size of attention is equal to the number of input variables, the influence of the input variables can be transferred toward the model outcome by multiplying the attention values with the corresponding input variables (Context layer in Figure 1A) [8,24,25]. Accordingly, in the case of binary classification, all values in the context layer are summed together to produce a single value (Summation in Figure 1A). The efficient model design without context layers is possible through the dot product between the input and attention values (Figure 1B). Finally, the single value may be converted to a value between 0 and 1 through the sigmoid function (Sigmoid transformation in Figure 1A and B).

Figure 1. Model structures for attention implementation. (A) Basic architecture of an attention mechanism model. (B) Model architecture where the dot product is employed for transferring the influence of input variables toward the outcome. (C) Model architecture where the importance of input variables may be decayed. (D) Model architecture that is aware of uncertainty. The percentages in the circles show examples of attention values.
View this figure

The attention value of a certain variable indicates the relative importance of that variable compared with that of other variables. If the attention value of a particular variable is large, the large influence of that variable is transmitted when predicting the outcome variable. As an extreme example, when the attention value of a variable is 1, only that variable is used to predict the outcome variable, whereas if the attention value of a variable is 0, that variable is not used to predict the outcome variable. Figure 1A shows the basic architecture of a model with attention mechanisms; the code for the model implemented in Keras is provided in Codes A1 of Multimedia Appendix 2.

Consideration in Attention Modeling

Attention mechanisms can be implemented in various ways, because the key feature of deep-learning modeling is that users can freely design the structure [8,9,23-25]. However, there is a primary important consideration in implementing attention mechanisms. In some cases, the influence of variable importance in the context layer can be distorted. For instance, if all wi values are close to 0, the value of C1 has a minor effect on the next layer even if that value is the highest in the context layer (Figure 1C). Moreover, even if the value of C2 is the lowest, if all vis have very large positive values, the large influence of C2 can be passed to the next layer (Figure 1C). As such, context values can be skewed as they are computed through a weight matrix in the process of being passed to the next layer (ie, Dense layer in Figure 1C). As a result, the skewed effects can be propagated to the model output if the output is inferred from the layer. Therefore, it is very important to design a structure where the outputs are not computed through weight matrices [9,23].

Modeling Approaches

Although deep-learning models can be developed in various ways depending on the tendency of developers, two approaches have been commonly applied in recent attention studies: increasing the degrees of freedom and uncertainty awareness (UA).

Increase in the Degrees of Freedom

The mechanism for increasing the degrees of freedom is to design multi-attention layers; representative algorithms that reflect such a mechanism include transformer and bidirectional transformer (BERT) [8,26]. Our intuition regarding the effectiveness of the mechanism relies on the idea that models can learn the importance of input variables from various perspectives [8,26]. Given the randomness feature of deep-learning training, the result from one attention layer can be unreliable. However, the multi-attention model offers multiple result sets with variable importance so that a reliable set of results may compensate for an unreliable set. Consequently, models in which multi-attention layers are applied have recently shown better performance than other models [8,26-28].

UA

Deep-learning algorithms are not free from the uncertainty issue, which concerns the fact that prediction results have the potential to be incomplete in terms of accuracy and consistency [9,29-33]. The major sources of uncertainty include data with noise and omissions, the complexity of the model associated with the parameters (ie, number of weights and type of activation functions), and the structures (ie, degree of depth) [30,31]. One way to alleviate this issue is to consider the presence of uncertainty in modeling [9,29,32,33]. Specifically, we may assume that node values (ie, attention values) in a certain layer come from a distribution with a mean (μ) and a variance (σ2; Figure 1D) [9,29,32,33]. A normal distribution (ie, a Gaussian distribution) that is theoretically clear and can be computed efficiently is often assumed [9,29,32,33]. Based on this assumption, certain values with high probability are estimated, which may mitigate the random nature of deep-learning training [9,29-33]. A representative model designed under these assumptions is the variational auto-encoder [32,33].

Framework for Empirical Tests

Based on the discussion above, two directions (ie, degree of freedom and UA) were considered for attention modeling (Figure 2). In this two-dimensional framework, four cases were suggested for empirical tests (Figure 2). Degree of freedom is related to model structures and UA is related to the estimation approach.

Figure 2. Framework for empirical tests.
View this figure

Empirical test entries for the four models in the framework were categorized into two broad categories: outcome and attention (Table 1). In terms of model outcome, a receiver operating characteristic (ROC) test, which expresses model accuracy based on the relationship between sensitivity and specificity, was employed for prediction performance [34]. In addition, the performance of probability reliability, which measures the degree of agreement between predicted and actual probability, was assessed using a reliability diagram and Brier scores [35-37].

In terms of attention, the degree of how concentrated the variable importance was in particular variables was measured (ie, Concentration in Table 1). The Herfindahl index, which represents the degree of concentration with values ranging from near 0 (least concentrated) to 1 (most concentrated), was employed for this measure [38]. Furthermore, correlation analysis was conducted to evaluate the consistency of attention results between multiple instances. Lastly, the generalizability of attention results was tested in two ways. First, the variable effect sizes obtained from conventional statistical methods (t test, Cohen d; chi-square test, Cramer V) were compared with variable importance (ie, attention values) [39,40]. For clear comparison from a clinical point of view, only the top 5% of the variables in terms of effect size (ie, conventional methods) and variable importance (ie, attention) were compared. Second, regression analysis was used to determine the overall relationship between attention values and effect sizes from conventional methods.

Table 1. Empirical test entries for measuring the performance of four models.
Entries (measures)Methods
Outcome

Prediction performance
  • Receiver operating characteristic

Probability reliability
  • Reliability diagrams
Attention

Concentration
  • Herfindahl index (near 0, least concentrated; 1, most concentrated)

Consistency
  • Correlation

Generalizability
  • Effect size: Cohen d (t test), Cramer V (chi-square test)
  • Regression analysis (dependent variable, effect size obtained from conventional methods; independent variable, attention values)

Model Specifications

Model Designs

Four models were developed according to the framework presented in Figure 2. The letters A, B, C, and D represent quadrants on the framework that correspond to the letters representing the model designs in Figure 3 and Figure 4. Model A (without any uncertainty considerations) has only a single attention layer (Figure 3A). The basic design of model B is the same as that of model A; however, it differs in that it has additional layers for UA (see layers with μ, σ2, and z in Figure 3B). Thus, attention values in model B were estimated from the Gaussian distribution [9,33].

Figure 3. Model designs for single attention mechanisms. UA: uncertainty awareness. The concept of "reparameterization trick" is described in Concept A1 of Multimedia Appendix 1.
View this figure

The two models in which the degree of freedom is considered are presented in Figure 4. The difference between models C and D is that uncertainty in attention estimation is considered in model D (see layers with μ, σ2, and z in Figure 4D).

Since these models have multi-attention layers (ie, Local attention in Figure 4) with a heuristic size of 20, multiple attentions are estimated. Thus, a novel structure was designed to convey the multiple values in the direction of model outcomes. Specifically, a context layer was created as the dot product of the local attention layer and the input layer (see Context layer in Figure 4). Each value on the context layer represents the summed impact of each corresponding local attention layer. Next, a “Weights of each local attention layer” was formed, whose role is to weigh (with weights between 0 and 1) the summed impact values in the context layer (Figure 4). Lastly, the outcome layer was created as the dot product of the weights of each local attention layer and the context layer.

Figure 4. Model designs for multi-attention mechanisms. UA: uncertainty awareness. The concept of "reparameterization trick" is described in Concept A1 of Multimedia Appendix 1.
View this figure

This somewhat complex structure ensures that the influence of one variable is passed only once to the model outcome, even if attention values are inferred multiple times (20 times in this case). Furthermore, using both the local attention layer and the weights corresponding to each vector, a unique attention value for each variable can be obtained, which facilitates interpretation.

Graphical and mathematical notations are provided for obtaining a set of unique values (global attention in Figure A1 of Multimedia Appendix 1). In addition, details of the four models are provided as Keras codes in Codes A2-A5 of Multimedia Appendix 2.

Settings for Rigorous Analysis

A 10-fold test was performed to assess the empirical test entries. The dataset was divided into 10 test sets (10% of total sets) and 10 training sets (90% of total sets). The training sets were then subdivided with 80% used directly for model training and 20% for validation.

Entries related to the model outcome (Table 1) were evaluated using all predicted probabilities of the entire sample. In other words, all of the values estimated from the 10 test sets were combined into one total set, which was then used for testing. Entries related to model attention were assessed based on the level of fold sets. Specifically, all of the estimated attention values were aggregated so that each set of 10 folds had a representative value. For rigorous estimation, both outcome and attention were estimated through Monte Carlo simulations with 100 trials [5,25]. Detailed procedures for estimating outcome and attention values are provided in the form of pseudoalgorithms (Algorithms A1-A3) in Multimedia Appendix 2.

Cost Functions

The binary cross-entropy function, which is generally used in binary outcome settings [41,42], was employed for models A and C where UA was not considered. However, the loss functions for models B and D, given their UA, were specified differently.

The UA models assume that the model outcome is dependent on the normal distribution (ie, layers with μ, σ2, and z), which infers the attention value [9,32,33]. Therefore, the distribution associated with attention should be considered in the cost function. The cost function under these assumptions was derived through Bayesian inference theory [9,32,33,43]. According to this theory, the network weights should be learned so that the distributions in the z layer generated by the weights (see z layer in Figure 3B) become similar to the true distributions in the z layer [9,32,33,43]. Therefore, the cost function for uncertainty awareness models consists of two terms: the loss associated with the model outcome and the degree of similarity associated with the z distribution [9,32,33,43]. The cost function, with its description, is presented in Notation A2 of Multimedia Appendix 1.

Learning Environments and Parameters

Attention models were developed, learned, and tested on Keras 2.3.1, tensorflow 2.1.0, and Python 3.7.6. Adam with a learning rate of 0.001 was employed as an optimizer to train all models. A training dataset with a batch size of 5000 was provided to the model. The early-stop rule was applied to stop training the models at the optimal epoch. Thus, model training was terminated when the loss value of the validation set did not improve further during the last 1200 epochs. Other details about activation functions and the structure of nodes and layers are provided in Code A2 to Code A5 of Multimedia Appendix 2. For the effect sizes of conventional statistical methods, the values for Cohen d and Cramer V were obtained from researchpy 0.2.3, a third-party Python library. Additionally, regression analysis was performed on Stata 13, a commercial statistical analysis software.

Data

The case analysis was performed in a setting where the relationship between a disease and other variables is well established: an 8-year (2010 to 2017 inclusive) cumulative Korea National Health and Nutrition Examination Survey dataset, which assesses the nutrition and health status of Koreans and collects information about major chronic diseases such as metabolic syndrome and diabetes [44]. Since the association between diabetes and other variables has been well established through prior studies using these data, this selection facilitated a clear assessment of the empirical test results of this study [45-49]. Thus, a diabetes diagnosis (1=diabetes, 0=no diabetes) was set as the outcome variable for the four attention models. The subjects were classified as having or not having diabetes based on whether they were diagnosed by a doctor, or received diabetes medication or insulin injections. Fasting blood glucose levels, which are a very strong indicator for diagnosing diabetes, were intentionally used as an input variable to evaluate the power of the attention mechanism for determining important variables.

In the 8-year cumulative data, only variables with consistent labels during that period were included. Variables with no change in value, containing more than a 50% omission rate and subject identification information were excluded from the study set. Categorical variables of both nominal and ordinal types were integerized using integer encoding [50]. In other words, class labels of each categorical variable were converted into integers. Missing values were encoded as the extreme value 99,999. Since deep-learning algorithms can learn the nonlinear relations among variables [51], these encoding approaches can be workable and are efficient in settings where preprocessing is demanding owing to many variables. All values in input variables except for a missing value indicator (ie, 99,999) were normalized to be between 0 and 1, and were then fed into the deep-learning models.


Data Preprocessing

There were 238 variables with consistent labels in the 8-year cumulative dataset. Only 128 variables were selected by preprocessing. There were 22 variables with no change in value, 84 variables with more than 50% missing values, and 4 variables containing identification information that were excluded from the analysis. The total number of observations (ie, the number of subjects) was 33,065, with an average age of 48.89 years and with men accounting for 40.41% (n=13,361) of the sample. Only 6 variables had no omissions, and the average missing rate of variables with omissions was 10.38%

Outcome

Prediction Performance

Figure 5 represents the results for the ROC test and area under the curve (AUC) values of the five models. The results are based on the combined sets of predicted probabilities of 10 test sets of each model. According to the AUC results, the accuracy of the five models in terms of sensitivity and specificity was excellent overall. The AUCs of the base model without the attention mechanism, the single attention model, multi-attention model, single attention model with UA, and multi-attention model with UA were 0.977, 0.948, 0.968, 0.965, and 0.976, respectively.

Figure 5. Receiver operating characteristic (ROC) test for the four models. All values estimated from 10 test sets are combined into one set for each model. The base indicates the deep-learning model without attention mechanisms. UA: uncertainty awareness.
View this figure
Probability Reliability

Figure 6 shows the performance of probability reliability for the four models in the form of a reliability diagram. A characteristic of the UA models is that most fractions of positives were plotted above the diagonal. By contrast, models without UA showed more fractions of positives below the diagonal than the other models. The fraction of positives of the multi-attention with UA model was the closest to the diagonal. The Brier scores of the single attention, multi-attention, single attention with UA, and multi-attention with UA models were 0.018, 0.0171, 0.0148, and 0.0142, respectively.

Figure 6. Reliability diagrams for four models. The Brier score measures the overall reliability of probabilistic predictions. UA: uncertainty awareness.
View this figure

Attention

Concentration

Figure 7 shows stacked Herfindahl indices sorted by value size for the 10-fold sets in each model. The values for each fold are presented in Table A1 of Multimedia Appendix 1. In general, models without UA showed relatively large Herfindahl indices. The average Herfindahl index values for the single attention and multi-attention models were 0.236 and 0.048, respectively. However, models with UA had very small values, regardless of the degree of freedom. The average Herfindahl index values for the single attention with UA and multi-attention with UA models were 0.01 and 0.01, respectively. These results indicate that influence is more concentrated on several variables in models where uncertainty is not considered than in those where uncertainty is considered.

Figure 7. Herfindahl index values of 10-fold sets for each model. UA: uncertainty awareness.
View this figure
Consistency

Figure 8 shows histograms for the 45 correlations ({[10×10]–10}/2) among the 10-fold sets for each model. In general, the correlations of the fold sets from the models with UA were higher than those of the models without UA. The average correlations of the fold sets from both models without UA were calculated to be close to zero (ie, 0.01 and 0.1). Moreover, the average correlations from the two models with UA were calculated as 0.99 and 0.66, respectively.

Figure 8. Histograms for correlations among 10-fold sets for each model. UA: uncertainty awareness.
View this figure
Generalizability

Table 2 shows the results of the variable importance learned by the attention models and the effect sizes measured by conventional statistical methods. Definitions of each variable are provided in Table A2 of Multimedia Appendix 1. The top 5% (127×0.05=6) of variables, sorted by the magnitude of values obtained from each method, are reported. Since Cohen d from conventional methods may take on negative values, the absolute value was applied when sorting. Overall, models in which uncertainty was not considered were trained to have high attention values. Furthermore, variables such as “allownc” (whether to receive a basic living allowance) and “house” (whether to have own house) that bear little relation to health status were included in the results.

Table 2. Top 5% variable importance results estimated by different methods.
VariableaAttention valueb/Effect sizec
Single attention model

sm_presnt0.0615

BD10.0519

pa_walk0.0479

HE_Upro0.0468

HE_alt0.0430

Npins0.0413
Multi-attention model

HE_HB0.041

Sex0.033

Pa_walk0.032

HE_HBsAg0.027

Allownc0.026

HE_sbp0.026
Single attention model with UAd

pa_walk0.050

BH9_110.017

HE_THfh20.011

HE_THfh10.010

HE_THfh30.010

DI5_dg0.010
Multi-attention model with UA

pa_walk0.050

HE_THfh20.019

BH9_110.015

HE_THfh10.013

HE_ast0.010

house0.010
Conventional statisticse

age1.536

HE_glu1.214

HE_HbA1c–1.014

Wt_pool_1–0.516

Wt_itvex–0.516

HE_Uglu0.319

aSee Table A2 in Multimedia Appendix 1 for variable label descriptions.

bAverage from the 10 fold sets.

cEffect size is presented only for the conventional statistics.

dUA: uncertainty awareness.

eNull hypothesis of categorical variables=no relationships between diabetes and a categorical variable; null hypothesis of continuous variables=no difference in variables between the diabetes and no diabetes groups.

Table 3 shows the overall relationship between the effect sizes of variables and variable importance. Since attention values from both single attention and multi-attention models with UA had a high correlation (0.943), two regression models in which the two variables did not overlap were specified. The regression results showed no association between the variable importance from attention models and the effect size of variables from conventional methods.

Table 3. Regression analysis results for assessing an association between attention values and effect sizes.
Regression model variablesaRegression 1Regression 2

CoefficientP > tCoefficientP > t
Single attention−0.6960.635−0.6680.652
Multi-attention1.8970.4872.0190.476
Single attention with UAb−1.3510.797c
Multi-attention with UA−1.5410.772
Intercept0.0750.090.0750.075

aThe dependent variable is the absolute value of effect size, calculated by Cohen d for continuous variables and Cramer V for categorical variables. The total number of observations is equal to the number of variables.

bUA: uncertainty awareness.

c—: variable not included in the regression model.


Principal Findings

Reliability

A difference in performance according to the degree of freedom was prominent in the probability reliability diagram (Figure 6). The fraction of positives located above the diagonal indicates that probabilities are predicted to be larger than expected, while the fraction of positives located below the diagonal means that probabilities are estimated to be smaller than expected [35,36]. In this regard, overall probabilities from the two attention models without UA tended to be underestimated, whereas the attention models with UA tended to overestimate probabilities. Although no clear causal relationship has been identified, several lines of empirical evidence suggest that the over- and underestimation is associated with data noise, estimation methods, and parameter settings [30,52-54].

Since the difference appeared to be based on the UA axis, the over- or underestimation tendency of the models may be related to UA. Furthermore, the Brier scores of the two models with UA were smaller than those of the two models without UA, indicating that models with UA tend to estimate more reliable probabilities than models without UA. These findings are consistent with the results of recent research that estimated reliable outcomes with an emphasis on UA [9,55-57]. Theoretically, the most probabilistic values are inferred from a distribution that takes means and variances into account under UA [9,55-57]. Thus, the awareness of uncertainty may bring reliability to the prediction results of deep-learning models, which are vulnerable to randomness during the learning process.

Consistency

UA produced noticeable differences in results consistency and the concentration of variable importance. Specifically, in UA models with low Herfindahl indices, variable importance appeared to be distributed over many variables in contrast to models that did not consider uncertainty (Figure 7). In addition, high correlations between 10-fold sets were found in the attention results from the UA models, whereas no correlations were found in the results from UA models (Figure 8). Furthermore, the attention values in the models with UA were generally smaller than those of models without UA.

These results suggest that the consistency of results from the UA models is high because the variable importance with overall low values is distributed evenly over most variables. This result is closely associated with the assumption that attention values were estimated based on a normal distribution within the cost function (see equation for the Kullback–Leibler divergence DKL in Notation A2 of Multimedia Appendix 1). According to this equation, as both μ and σ2 approach zero, model parameters for forming the normal distribution approximate the true theoretical distribution, indicating that the models are well learned [32,33]. Consequently, the overall attention values were small since the overall values of μ were small.

Spurious Correlations

As with conventional statistical methods, the attention models were unable to control spurious correlations during attention learning. Specifically, of the top 5% of variables obtained from conventional statistics, wt_pool_1 (interview weight combined years) and wt_itvex (interview weight for a single year) have little to do with health status (Table 2). These variables are weights for compensating errors due to differences in the number of households and populations between the sample design time and the survey time. In addition, the variables “allownc” (whether to receive basic living allowance) and “house” (whether to have own house) were obtained from the attention models (Table 2). These results may suggest spurious correlations in the dataset itself [58]. In other words, these variables, with little relation to diabetes, have a relatively close relationship with diabetes only by chance.

Generalizability to Conventional Statistics

In terms of clinically relevant variables, no significant association between the results of conventional statistics and attention models was found. Specifically, the variables age, HE_glu (fasting blood sugar), HE_HbA1c (hemoglobin AIC), and HE_Uglu (urine glucose) selected by conventional methods are well known to have a direct association with diabetes [59-61]. In addition, several variables, including pa_walk (amount of walking) and BH9_11 (vaccination status against influenza virus), obtained by the attention models are less directly related to diabetes. These variables may represent behavioral characteristics of patients with diabetes who are trying to manage their health.

Furthermore, there was no intersection of variables selected by both attention models and conventional statistical methods (Table 2). In particular, HE_glu, which was intentionally used as an input variable for testing purposes, was not determined as a major variable in the attention mechanism models in contrast to the conventional statistical methods. Additionally, no variable was statistically significant in the regression analysis that evaluated the positive association between attention values and effect sizes (Table 3). Comprehensively, these results suggest that the variable importance obtained from attention mechanisms may not be generalized to the effect size of conventional statistics.

Lessons from the Findings

Hyperparameters

The model structure and weight of terms in the cost function are hyperparameters to be adjusted. In terms of the model structure, the degree of freedom of attention layers was evaluated by comparing two extreme cases of 1 attention layer and 20 attention layers. Although the size of attention layers does not make a significant difference, the results can be significantly different if the number of attention layers is different under other conditions.

Furthermore, by taking uncertainty into account in the models, a term (ie, the degree of similarity associated with the normal distribution) was added to the cost function. However, as discussed previously, this term may interfere with the assignment of great importance values to variables by making all μ values small. To alleviate this issue, the weight of the term may be lowered, so that the term is less reflected during model training [9,29,33].

However, hyperparameter tuning is not conducted based on a theoretical basis but rather on a heuristic basis. In other words, there is no standard of how many attention layers should be specified and how much the weight should be adjusted for better results. If the goal of building models aims to maximize accuracy, various hyperparameter settings can be tested in the direction of increasing model accuracy. However, there is no clear criterion to maximize the performance of interpretability. In other words, although various hyperparameter settings are tested, finding the best-optimized hyperparameter setting based on the statistical point of view is challenging. Therefore, the variable importance should be understood in a limited way only within the framework of this experiment.

Potential Limitations of Interpretability

There was no significant association between the variable importance obtained from the attention mechanism and the effect size obtained from conventional statistics. One of the most probable reasons for this result is that the assumption of the association among input variables is different between conventional methods and deep-learning algorithms. Specifically, conventional statistical methodologies such as linear regression analysis and ANOVA basically estimate effect sizes based on the assumption of independence between input variables [62,63]. Thus, if a particular input variable has nothing to do with an outcome variable, the variable has little effect on the outcome. In contrast, neural network–based algorithms, including deep learning, infer outcome variables by taking into account the dependencies between the input variables [41,42]. Therefore, a variable that is not directly related to an outcome variable but is associated with others that are related to the outcome variable may have a somewhat greater effect on the outcome variable. Owing to these differences, attention results must not be considered to have similar meanings and tendency to the variable effect size from conventional methodologies.

Recent new technologies such as sensors (ie, wearable devices or facilities in operating rooms) have produced new types of data. Since the associations between variables have not yet been fully explored, relying solely on attention mechanisms may lead to a false judgment that variables that have minimal association with the outcome variable are important. Hence, it is advisable to consider the results of attention and conventional statistics together.

Furthermore, in situations where there is a spurious correlation, neither method provides good explanatory power. Spurious correlations can only be eliminated through data preprocessing based on domain knowledge. Hence, care must be taken when implementing both attention models and conventional statistical methods in environments with manifold variables that cannot be preprocessed (ie, included or excluded) using definite knowledge. In particular, finding new features using attention mechanisms may not be adequate in environments where the data are susceptible to spurious correlations owing to a large number of variables but few observations such as in the field of genetic engineering [64,65]. In this case, it may be appropriate to employ results of attention mechanisms for reaffirming existing findings in previous research or supporting informed knowledge.

Future Direction for Medical Informatics

The results of this study provide several points of guidance for future research in the medical field. First, more empirical evidence should be secured based on various structures in terms of the degree of freedom. It may be desirable to test what attention results are produced when different values of degree of freedom are employed. Particularly, given that the medical field has various data types such as images, natural languages, and numerical values, attention results should be assessed according to the degree of freedom with consideration of the data characteristics [66-69].

Second, attention models with more sophisticated UA should be tested. In this study, the model outcome variable was assumed to depend on the distribution of the attention layer; that is, P(diabetes|z). However, current state-of-the-art Bayesian estimation assumes that the model outcomes depend on all network weights and data; that is, P(outcome|z, weight, data) [9,29]. Thus, it is necessary to evaluate how the variable importance is formed when more up-to-date estimation methods are applied.

Third, more research that strictly evaluates variable importance based on attention mechanisms over diverse disease domains is needed. As found in this study, attention has its limitations in terms of generalizability to conventional statistics and control of spurious correlations. However, since this case study was conducted with a single cohort of Korean patients with diabetes, more empirical evidence from various cohorts or diseases should be tested to confirm that attention mechanisms may not provide any significant meaning. Importantly, for elaborate empirical research, a greater in-depth understanding of the association between covariates and health outcomes is needed. Hence, more domain experts on a specific disease along with data scientists should be actively involved in these studies.

Fourth, methods for controlling the distribution of variable importance should be studied. As revealed in this analysis, the variable importance can be distributed over many variables or concentrated on a few variables depending on the model structure (Figure 7). When examining the overall relationships between covariates and health outcomes such as a comprehensive review of national health status [45-49], it may be desirable to detect many potentially important variables. By contrast, when the relationship between a small number of key variables and outcome is important, such as in the generation of targeted therapy [70,71], the importance should be focused on a few variables. However, to the best of our knowledge, most existing attention studies have not considered the control of the variable importance distribution [8,10-12,24,25,32,33,66,68]. Therefore, more studies on this subject are needed.

Limitations

There are several limitations to be aware of when assessing the academic value of this study. First, well-behaved data with excellent predictive performance owing to the data characteristics were employed for the analysis. For this reason, the overall AUC performance (see ROC test in Figure 5) might have been good for all approaches (ie, the degree of freedom and UA). When the attention mechanisms are applied to ill-behaved data without manipulation, such as the intentional use of a variable HE_glu as an input variable, the model accuracy may be reduced. If the accuracy of the model is moderate and domain expertise exists for the disease, it is still advisable to attempt a variable importance interpretation. However, if the model accuracy becomes too poor, it may not be worthwhile to interpret the variable importance. Furthermore, categorical variables of both nominal and ordinal types were integerized, and missing values were encoded as the extreme value in this study. Although this operationalization can be efficient in deep-learning algorithms that can learn nonlinear relationships, it is not a robust approach. Thus, it is necessary to identify problems with the approach and to discuss how to deal with them when ill-behaved data with robust operationalization are employed. Furthermore, since data from a single cohort were used, the results of this study, which point out the limitations of the interpretable power of attention mechanisms, should not be generalized. Rather, it should be recognized that accuracy performance and interpretable power may vary depending on the modeling approaches and data.

Second, this study does not guarantee that state-of-the-art estimation methods for UA were applied. Specifically, the models’ outcomes do not depend on network weights. In addition, research on estimation methodologies in deep learning is in progress, and therefore new methodologies are still being developed. Accordingly, the value of this study lies in the framework proposals that suggest the research direction of attention modeling rather than in the details of attention estimation methods.

Third, the design of weights of each local attention layer is not as sophisticated as the design of local attention layers (Figure 4). Specifically, uncertainty considerations are not assumed in the weights layer. Moreover, this layer does not have to be dependent on the local attention layer. In other words, the weights layer may be designed as an independent layer that does not come from the local attention layer. We plan to perform various investigations in this area.

Conclusions

Attention mechanisms have the potential to make a significant contribution to the medical field, where explanatory power is important, by overcoming the limitations of the noninterpretability of deep-learning algorithms. However, potential problems that may arise when attention mechanisms are applied in practice have not been well studied. Thus, we hope that this study will serve as a cornerstone to raise potential issues, and that many similar studies will be conducted in the future. The cohesive awareness of potential problems arising from attention mechanisms in the field of application will provide theoretical researchers with new goals for problem-solving.

Acknowledgments

This study was supported by a grant (2010380-1) from the National Cancer Center of Korea.

Conflicts of Interest

None declared.

Multimedia Appendix 1

Notations, global attention inference procedure, Herfindahl index values, variable label descriptions, and reparameterization trick concept description.

PDF File (Adobe PDF File), 525 KB

Multimedia Appendix 2

Codes and algorithms for inferring outcomes.

PDF File (Adobe PDF File), 381 KB

  1. Norgeot B, Glicksberg BS, Trupin L, Lituiev D, Gianfrancesco M, Oskotsky B, et al. Assessment of a Deep Learning Model Based on Electronic Health Record Data to Forecast Clinical Outcomes in Patients With Rheumatoid Arthritis. JAMA Netw Open 2019 Mar 01;2(3):e190606 [FREE Full text] [CrossRef] [Medline]
  2. Shamai G, Binenbaum Y, Slossberg R, Duek I, Gil Z, Kimmel R. Artificial Intelligence Algorithms to Assess Hormonal Status From Tissue Microarrays in Patients With Breast Cancer. JAMA Netw Open 2019 Jul 03;2(7):e197700 [FREE Full text] [CrossRef] [Medline]
  3. Montavon G, Samek W, Müller K. Methods for interpreting and understanding deep neural networks. Dig Sign Process 2018 Feb;73:1-15. [CrossRef]
  4. Zhang Z, Beck MW, Winkler DA, Huang B, Sibanda W, Goyal H, written on behalf of AME Big-Data Clinical Trial Collaborative Group. Opening the black box of neural networks: methods for interpreting neural network models in clinical applications. Ann Transl Med 2018 Jun;6(11):216. [CrossRef] [Medline]
  5. Caruana R, Lou Y, Gehrke J, Koch P, Sturm M, Elhadad N. Intelligible models for healthcare: Predicting pneumonia risk and hospital 30-day readmission. 2015 Presented at: Proceedings of the 21th ACM SIGKDD international conference on knowledge discovery and data mining; August 2015; Sydney, Australia p. 1721-1730. [CrossRef]
  6. Lundberg SM, Lee SI. A unified approach to interpreting model predictions. 2017 Presented at: Advances in neural information processing systems; December 2017; Long Beach, CA p. 4765-4774.
  7. Ribeiro M, Singh S, Guestrin C. Why should I trust you? Explaining the predictions of any classifier. 2016 Presented at: Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining; August 2016; New York, NY p. 1135-1144.
  8. Vaswani A, Shazeer N, Parmar N, Uszkoreit J, Jones L, Gomez A, et al. Attention is all you need. 2017 Presented at: Advances in Neural Information Processing Systems; December 2017; Long Beach, CA p. 5998-6008.
  9. Heo J, Lee H, Kim S, Lee J, Kim K, Yang E, et al. Uncertainty-aware attention for reliable interpretation and prediction. 2018 Presented at: Advances in Neural Information Processing Systems; December 2018; Montréal, Canada p. 909-918.
  10. Tomita N, Abdollahi B, Wei J, Ren B, Suriawinata A, Hassanpour S. Attention-Based Deep Neural Networks for Detection of Cancerous and Precancerous Esophagus Tissue on Histopathological Slides. JAMA Netw Open 2019 Nov 01;2(11):e1914645 [FREE Full text] [CrossRef] [Medline]
  11. Hwang EJ, Park S, Jin K, Kim JI, Choi SY, Lee JH, DLAD Development Evaluation Group. Development and Validation of a Deep Learning-Based Automated Detection Algorithm for Major Thoracic Diseases on Chest Radiographs. JAMA Netw Open 2019 Mar 01;2(3):e191095 [FREE Full text] [CrossRef] [Medline]
  12. Kaji DA, Zech JR, Kim JS, Cho SK, Dangayach NS, Costa AB, et al. An attention based deep learning model of clinical events in the intensive care unit. PLoS One 2019;14(2):e0211057 [FREE Full text] [CrossRef] [Medline]
  13. Li L, Zhao J, Hou L, Zhai Y, Shi J, Cui F. An attention-based deep learning model for clinical named entity recognition of Chinese electronic medical records. BMC Med Inform Decis Mak 2019 Dec 05;19(Suppl 5):235 [FREE Full text] [CrossRef] [Medline]
  14. You R, Liu Y, Mamitsuka H, Zhu S. BERTMeSH: Deep Contextual Representation Learning for Large-scale High-performance MeSH Indexing with Full Text. Bioinformatics 2020 Sep 25:btaa837. [CrossRef] [Medline]
  15. Schlemper J, Oktay O, Schaap M, Heinrich M, Kainz B, Glocker B, et al. Attention gated networks: Learning to leverage salient regions in medical images. Med Image Anal 2019 Apr;53:197-207 [FREE Full text] [CrossRef] [Medline]
  16. Oktay O, Schlemper J, Folgoc L, Lee M, Heinrich M, Misawa K, et al. Attention u-net: Learning where to look for the pancreas. ArXiv 2018:1804.03999 [FREE Full text]
  17. Hasan S, Ling Y, Liu J, Sreenivasan R, Anand S, Arora T, et al. Attention-based medical caption generation with image modality classification and clinical concept mapping. 2018 Presented at: International Conference of the Cross-Language Evaluation Forum for European Languages; September 2018; Avignon, France p. 224-230.
  18. Hahn M. Theoretical Limitations of Self-Attention in Neural Sequence Models. Trans Assoc Comput Ling 2020 Jul;8:156-171. [CrossRef]
  19. Ghorbani A, Abid A, Zou J. Interpretation of Neural Networks Is Fragile. 2019 Jul 17 Presented at: Proceedings of the AAAI Conference on Artificial Intelligence; February 7-12, 2020; New York, NY p. 3681-3688. [CrossRef]
  20. Feldman R, Sanger J. The text mining handbook: Advanced approaches in analyzing unstructured data. Cambridge, UK: Cambridge University Press; 2007.
  21. Ryan M. Deep learning with structured data. Shelter Island, NY: Manning Publications; 2020.
  22. Li Y, Rao S, Solares J, Hassaine A, Ramakrishnan R, Canoy D, et al. BEHRT: Transformer for Electronic Health Records. Sci Rep 2020 Apr 28;10(1):7155. [CrossRef] [Medline]
  23. Choi E, Bahadori M, Sun J, Kulas J, Schuetz A, Stewart W. Retain: An interpretable predictive model for healthcare using reverse time attention mechanism. 2016 Presented at: Advances in Neural Information Processing Systems; December 2016; Barcelona, Spain p. 3504-3512.
  24. Chorowski J, Bahdanau D, Serdyuk D, Cho K, Bengio Y. Attention-based models for speech recognition. 2015 Presented at: Advances in Neural Information Processing Systems; December 2015; Quebec, Canada p. 577-585.
  25. Stollenga M, Masci J, Gomez F, Schmidhuber J. Deep networks with internal selective attention through feedback connections. 2014 Presented at: Advances in Neural Information Processing Systems; December 2014; Quebec, Canada p. 3545-3553.
  26. Devlin J, Chang M, Lee K, Toutanova K. Bert: Pre-training of deep bidirectional transformers for language understanding. ArXiv 2018:1810.04805 [FREE Full text]
  27. Song H, Rajan D, Thiagarajan J, Spanias A. Attend and diagnose: Clinical time series analysis using attention models. arXiv 2018:preprint 1711.03905 [FREE Full text]
  28. Xiong Y, Du B, Yan P. Reinforced Transformer for Medical Image Captioning. 2019 Presented at: International Workshop on Machine Learning in Medical Imaging; October 2019; Shenzhen, China p. 680. [CrossRef]
  29. Gal Y, Ghahramani Z. Dropout as a bayesian approximation: Representing model uncertainty in deep learning. 2016 Presented at: International conference on machine learning; June 2016; New York, NY p. 1050-1059.
  30. Gal Y. Uncertainty in deep learning. University of Cambridge, PhD Thesis. 2016.   URL: http://mlg.eng.cam.ac.uk/yarin/thesis/thesis.pdf [accessed 2020-12-07]
  31. Kläs M, Vollmer A. Uncertainty in machine learning applications: A practice-driven classification of uncertainty. 2018 Presented at: International Conference on Computer Safety, Reliability, and Security; September 2018; Västerås, Sweden p. 431-438.
  32. Ehsan AM, Dick A, van DHA. Infinite variational autoencoder for semi-supervised learning. 2017 Presented at: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; July 2017; Honolulu, USA p. 5888-5897. [CrossRef]
  33. Kingma D, Welling M. Auto-encoding variational Bayes. arXiv 2013:1312.6114 [FREE Full text]
  34. Hanley JA, McNeil BJ. The meaning and use of the area under a receiver operating characteristic (ROC) curve. Radiology 1982 Apr;143(1):29-36. [CrossRef] [Medline]
  35. Niculescu-Mizil A, Caruana R. Predicting good probabilities with supervised learning. 2005 Presented at: Proceedings of the 22nd international conference on machine learning; August 2005; New York, NY p. 625-632. [CrossRef]
  36. Bröcker J, Smith L. Increasing the reliability of reliability diagrams. Weather Forecast 2007;22(3):651-661 [FREE Full text]
  37. Benedetti R. Scoring rules for forecast verification. Month Weather Rev 2010;138(1):203-211 [FREE Full text]
  38. Kwoka JJ. The Herfindahl index in theory and practice. Antitrust Bull 1985;30:915.
  39. Cramér H. Mathematical Methods of Statistics (PMS-9). Princeton, NJ: Princeton University Press; 2016.
  40. Rosenthal R, Cooper H, Hedges L. Parametric measures of effect size. In: Cooper H, Hedges LV, editors. The handbook of research synthesis. New York, NY: Russel Sage Foundation; 1994:231-244.
  41. Brownlee J. Deep learning with Python: develop deep learning models on Theano and TensorFlow using Keras. Vermont, Victoria, Australia: Machine Learning Mastery; 2016.
  42. Chollet F. Deep learning with Python. Shelter Island, NY: Manning Publications Co; 2018.
  43. Kingma D, Salimans T, Welling M. Variational dropout and the local reparameterization trick. 2015 Presented at: Advances in neural information processing systems; December 2015; Quebec, Canada p. 2575-2583.
  44. Kweon S, Kim Y, Jang M, Kim Y, Kim K, Choi S, et al. Data resource profile: the Korea National Health and Nutrition Examination Survey (KNHANES). Int J Epidemiol 2014 Feb;43(1):69-77 [FREE Full text] [CrossRef] [Medline]
  45. Moon S. Low skeletal muscle mass is associated with insulin resistance, diabetes, and metabolic syndrome in the Korean population: the Korea National Health and Nutrition Examination Survey (KNHANES) 2009-2010. Endocr J 2014;61(1):61-70 [FREE Full text] [CrossRef] [Medline]
  46. Jee D, Lee WK, Kang S. Prevalence and risk factors for diabetic retinopathy: the Korea National Health and Nutrition Examination Survey 2008-2011. Invest Ophthalmol Vis Sci 2013 Oct 17;54(10):6827-6833. [CrossRef] [Medline]
  47. Choi YJ, Lee MS, An SY, Kim TH, Han SJ, Kim HJ, et al. The Relationship between Diabetes Mellitus and Health-Related Quality of Life in Korean Adults: The Fourth Korea National Health and Nutrition Examination Survey (2007-2009). Diabetes Metab J 2011 Dec;35(6):587-594 [FREE Full text] [CrossRef] [Medline]
  48. Hwang J, Shon C. Relationship between socioeconomic status and type 2 diabetes: results from Korea National Health and Nutrition Examination Survey (KNHANES) 2010-2012. BMJ Open 2014 Aug 19;4(8):e005710 [FREE Full text] [CrossRef] [Medline]
  49. Ahn JH, Yu JH, Ko S, Kwon H, Kim DJ, Kim JH, Taskforce Team of Diabetes Fact Sheet of the Korean Diabetes Association. Prevalence and determinants of diabetic nephropathy in Korea: Korea national health and nutrition examination survey. Diabetes Metab J 2014 Apr;38(2):109-119 [FREE Full text] [CrossRef] [Medline]
  50. Au TC. Random forests, decision trees, and categorical predictors: the "Absent Levels" Problem. J Machine Learn Res 2018;19(1):1737-1766 [FREE Full text]
  51. Maass P. Deep learning for trivial inverse problems. In: Compressed Sensing and its Applications. Cham: Birkhäuser; 2019:195-209.
  52. Thrun S, Schwartz A. Issues in using function approximation for reinforcement learning. 1993 Presented at: Proceedings of the 1993 Connectionist Models Summer School; December 1993; Hillsdale, NJ.
  53. Hayward RA, Heisler M, Adams J, Dudley RA, Hofer TP. Overestimating outcome rates: statistical estimation when reliability is suboptimal. Health Serv Res 2007 Aug;42(4):1718-1738 [FREE Full text] [CrossRef] [Medline]
  54. Dehmer M, Basak S. Statistical and Machine Learning Approaches for Network Analysis. Hoboken, NJ: Wiley Online Library; 2012.
  55. Sander J, de VB, Wolterink J, Išgum I. Towards increased trustworthiness of deep learning segmentation methods on cardiac MRI. 2019 Presented at: Medical Imaging 2019: Image Processing; March 2019; San Diego, CA p. 1094919.
  56. Kuleshov V, Liang P. Calibrated structured prediction. 2015 Presented at: Advances in Neural Information Processing Systems; December 2015; Quebec, Canada p. 3474-3482.
  57. Seo S, Seo P, Han B. Learning for single-shot confidence calibration in deep neural networks through stochastic inferences. 2019 Presented at: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; June 2019; Long Beach, CA p. 9030-9038.
  58. Simon HA. Spurious Correlation: A Causal Interpretation. J Am Stat Assoc 1954 Sep;49(267):467. [CrossRef]
  59. Kirkman MS, Briscoe VJ, Clark N, Florez H, Haas LB, Halter JB, et al. Diabetes in older adults. Diabetes Care 2012 Dec;35(12):2650-2664 [FREE Full text] [CrossRef] [Medline]
  60. Koenig RJ, Cerami A. Hemoglobin A Ic and diabetes mellitus. Annu Rev Med 1980;31(1):29-34. [CrossRef] [Medline]
  61. Lev-Ran A. Glycohemoglobin. Arch Intern Med 1981 May 01;141(6):747. [CrossRef]
  62. Heiss F. Using R for introductory econometrics. South Carolina: Createspace Independent Publishing Platform; 2016.
  63. Cannon A, Cobb G, Hartlaub B, Legler J, Lock R, Moore T, et al. Stat2: modeling with regression ANOVA. Second edition. New York, NY: WH Freeman; 2018.
  64. Lee KE, Sha N, Dougherty ER, Vannucci M, Mallick BK. Gene selection: a Bayesian variable selection approach. Bioinformatics 2003 Jan;19(1):90-97. [CrossRef] [Medline]
  65. Wimmer V, Lehermeier C, Albrecht T, Auinger H, Wang Y, Schön CC. Genome-wide prediction of traits with different genetic architecture through efficient variable selection. Genetics 2013 Oct;195(2):573-587 [FREE Full text] [CrossRef] [Medline]
  66. Wang H, Wang Y, Liang C, Li Y. Assessment of Deep Learning Using Nonimaging Information and Sequential Medical Records to Develop a Prediction Model for Nonmelanoma Skin Cancer. JAMA Dermatol 2019 Sep 04;155(11):1277-1283 [FREE Full text] [CrossRef] [Medline]
  67. Beaulieu-Jones B, Finlayson SG, Chivers C, Chen I, McDermott M, Kandola J, et al. Trends and Focus of Machine Learning Applications for Health Research. JAMA Netw Open 2019 Oct 02;2(10):e1914051 [FREE Full text] [CrossRef] [Medline]
  68. Ehteshami Bejnordi B, Veta M, Johannes van Diest P, van Ginneken B, Karssemeijer N, Litjens G, the CAMELYON16 Consortium, et al. Diagnostic Assessment of Deep Learning Algorithms for Detection of Lymph Node Metastases in Women With Breast Cancer. JAMA 2017 Dec 12;318(22):2199-2210 [FREE Full text] [CrossRef] [Medline]
  69. Taggart M, Chapman WW, Steinberg BA, Ruckel S, Pregenzer-Wenzler A, Du Y, et al. Comparison of 2 Natural Language Processing Methods for Identification of Bleeding Among Critically Ill Patients. JAMA Netw Open 2018 Oct 05;1(6):e183451 [FREE Full text] [CrossRef] [Medline]
  70. Jerby-Arnon L, Pfetzer N, Waldman Y, McGarry L, James D, Shanks E, et al. Predicting cancer-specific vulnerability via data-driven detection of synthetic lethality. Cell 2014 Aug 28;158(5):1199-1209 [FREE Full text] [CrossRef] [Medline]
  71. Hyman DM, Taylor BS, Baselga J. Implementing Genome-Driven Oncology. Cell 2017 Feb 09;168(4):584-599 [FREE Full text] [CrossRef] [Medline]


ANOVA: analysis of variance
AUC: area under the curve
LIME: Local Interpretable Model-agnostic Explanations
ROC: receiver operating characteristic
SHAP: Shapley Additive Explanations
UA: uncertainty awareness


Edited by G Eysenbach, R Kukafka; submitted 25.02.20; peer-reviewed by SY Shin, M Feng, S Azimi; comments to author 07.08.20; revised version received 13.09.20; accepted 11.11.20; published 16.12.20

Copyright

©Junetae Kim, Sangwon Lee, Eugene Hwang, Kwang Sun Ryu, Hanseok Jeong, Jae Wook Lee, Yul Hwangbo, Kui Son Choi, Hyo Soung Cha. Originally published in the Journal of Medical Internet Research (http://www.jmir.org), 16.12.2020.

This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in the Journal of Medical Internet Research, is properly cited. The complete bibliographic information, a link to the original publication on http://www.jmir.org/, as well as this copyright and license information must be included.