Skip to main content

ORIGINAL RESEARCH article

Front. Neurol., 02 May 2022
Sec. Dementia and Neurodegenerative Diseases

Estimation of Human Cerebral Atrophy Based on Systemic Metabolic Status Using Machine Learning

  • 1Department of Human and Engineered Environmental Studies, Graduate School of Frontier Sciences, The University of Tokyo, Kashiwa, Japan
  • 2Department of Computer Science, College of Engineering, Nihon University, Koriyama, Japan

Background: Based on the assumption that systemic metabolic disorders affect cognitive function, we have developed a deep neural network (DNN) model that can estimate cognitive function based on basic blood test data that do not contain dementia-specific biomarkers. In this study, we used the same DNN model to assess whether basic blood data can be used to estimate cerebral atrophy.

Methods: We used data from 1,310 subjects (58.32 ± 12.91years old) enrolled in the Brain Doc Bank. The average Mini Mental State Examination score was 28.6 ± 1.9. The degree of cerebral atrophy was determined using the MRI-based index (GM-BHQ). First, we evaluated the correlations between the subjects' age, blood data, and GM-BHQ. Next, we developed DNN models to assess the GM-BHQ: one used subjects' age and blood data, while the other used only blood data for input items.

Results: There was a negative correlation between age and GM-BHQ scores (r = -0.71). The subjects' age was positively correlated with blood urea nitrogen (BUN) (r = 0.40), alkaline phosphatase (ALP) (r = 0.22), glucose (GLU) (r = 0.22), and negative correlations with red blood cell counts (RBC) (r = −0.29) and platelet counts (PLT) (r = −0.26). GM-BHQ correlated with BUN (r = −0.30), GLU (r = −0.26), PLT (r = 0.26), and ALP (r = 0.22). The GM-BHQ estimated by the DNN model with subject age exhibited a positive correlation with the ground truth GM-BHQ (r = 0.70). Furthermore, even if the DNN model without subject age was used, the estimated GM-BHQ showed a significant positive correlation with ground truth GM-BHQ (r = 0.58). Age was the most important variable for estimating GM-BHQ.

Discussion: Aging had the greatest effect on cerebral atrophy. Aging also affects various organs, such as the kidney, and causes changes in systemic metabolic status, which may contribute to cerebral atrophy and cognitive impairment. The DNN model may serve as a new screening test for dementia using basic blood tests for health examinations. Finally, the blood data reflect systemic metabolic disorders in each subject—this method may thus contribute to personalized care.

Introduction

For effective treatment and prevention of dementia, it is important to develop an objective, accurate, and inexpensive screening test for early diagnosis of cognitive impairment. Recently, we have developed a screening test for cognitive impairment using basic blood test data for health examinations (1, 2). The screening test was based on the relationship between cognitive function and systemic metabolic disorders in the elderly. That is, lifestyle-related diseases can result in vascular cognitive impairment (VCI) due to atherosclerosis. VCI plays an important role not only in vascular dementia, but also in the development of dementia in the elderly with Alzheimer's disease (AD) (35). In addition, malnutrition (6), anemia (7), diabetes mellitus (8), liver dysfunction (9), and renal dysfunction (10) can cause cognitive impairment and increase the risk of dementia. Importantly, these systemic metabolic disorders, including lifestyle-related disorders, can be detected by basic blood tests for health examinations that do not contain dementia-specific biomarkers.

We used deep learning, which is the most evolved subset of machine learning, to analyze the complex nonlinear relationship between systemic metabolic disorders and cognitive function. In conventional machine learning, feature extraction during learning is manually determined; however, the DNN can determine it automatically. Therefore, DNN allows for the analysis of complex nonlinear relationships and automatically extracts features from the data if there is a sufficient amount of data (11). DNNs have been used across various fields in the life sciences, such as medical imaging, electronic health records, robotic-assisted surgery, and genomics (1214).

We used a feedforward deep neural network (DNN) with multiple hidden layers to assess cognitive function based on basic blood test data and subject age. The DNN model was trained in elderly people with advanced arteriosclerosis and various cognitive functions. We evaluated the estimation accuracy of the DNN model using a leave-one-out cross-validation and found a significant correlation between the ground truth and predicted MMSE scores (r = 0.85, p < 0.001). It should be emphasized that the DNN model can assess cognitive function with high accuracy using only blood data. In addition, the estimation accuracy of the DNN model was validated in subjects who were not included in the training of the DNN model (r = 0.66, p < 0.001). Moreover, the binary classification based on MMSE scores (cut-off value of 23/24) showed a high estimation accuracy (75%) and specificity (87%). These results suggest that the DNN model allows us to estimate cognitive dysfunction with high accuracy using basic blood test data, which does not include dementia-related biomarkers such as amyloid β.

Dementia is linked to cerebral atrophy and cognitive impairment. It has been reported that both cognitive impairment and cerebral atrophy are linked to systemic metabolic disorders. For example, chronic kidney disease (CKD) has been reported to be associated with cerebral atrophy (1518). In addition, diabetes mellitus (19) and malnutrition (20) can also result in cerebral atrophy. Importantly, these systemic disorders can be detected by basic blood test data, such as urea nitrogen, albumin, and blood glucose levels. In the previous study, we analyzed the relation between cerebral atrophy and basic blood test data in 40 subjects, using a voxel-based specific regional analysis system for Alzheimer's disease (VSRAD) (21). This preliminary study demonstrated that total protein, A/G ratio, and Cl significantly correlated with the variables on VSRAD (1). These results point to the possibility of estimating cerebral atrophy based on basic blood test data using the DNN model.

In this study, we evaluated whether the DNN model makes it possible to estimate cerebral atrophy based on basic blood test data. Similar to the DNN model for estimating cognitive function, the input data used were subject age and basic blood test data. As the output of the DNN model, we used the MRI-based brain health quotient (BHQ), which measures the amount of gray matter (GM-BHQ) and the proportion of white matter anisotropy (22), which was used as an indicator of cerebral atrophy in this study. The DNN model was trained using brain docking data. We found a high estimation accuracy of the DNN model using repeated five-Fold cross-validation. Moreover, even if only blood data were input without including age in the input data, the estimation accuracy was high.

Subjects and Methods

Subjects

We used data from 1,310 subjects enrolled in Brain Doc Bank (BHQ Co., Ltd., Saitama, Japan); 780 male cases, 530 female cases; 58.32 ± 12.91 years (mean age ± SD). All the data were anonymized. The cognitive function of the subjects was assessed using the Japanese version of the Mini-Mental State Examination (MMSE) (23). The average MMSE score was 28.6 ± 1.9 (mean ± SD). Figure 1A shows the distribution of the MMSE scores in all subjects. Most subjects had MMSE scores within a normal range (28-30). In addition, 95.0% of subjects had an education level above high school graduation; 63.8% of the total had an education level above college graduation.

FIGURE 1
www.frontiersin.org

Figure 1. Distributions of GM-BHQ and MMSE scores. The vertical axis reflects the number of cases, while the horizontal axis indicates the GM-BHQ (A) and MMSE scores (B), respectively.

Blood Test

All subjects underwent a basic blood test, including a complete blood count and a basic metabolic panel. The blood test results are presented in Table 1. The blood test data were placed in the input layer of the DNN model. Table 2 represents the mean values and ranges of blood test data.

TABLE 1
www.frontiersin.org

Table 1. Blood test items for the estimation of GM-BHQ.

TABLE 2
www.frontiersin.org

Table 2. Mean values and ranges of blood test data.

Magnetic Resonance Imaging

MRI was performed using a 3T MR system (Signa EXCITE 3T; GE Healthcare, Wankesha, WI, USA) with an 8-channel brain phased-array coil. Original T1 images were obtained using a three-dimensional fast-spoiled gradient-recalled acquisition in the steady state. The acquisition parameters were as follows: repetition time, 10 ms; echo time, 4.1 ms; inversion time, 700 ms; flip angle, 10; field-of-view, 24 cm; section thickness, 1.2 mm; and resolution, 0.9 × 0.9 × 1.2 mm. The SPM12 software (Institute of Neurology, London, UK) was used for image processing of the brain volume (24). The 3D-T1WI in native space was spatially normalized, segmented into gray matter (GM), white matter (WM), and cerebrospinal fluid images, and modulated using the Diffeomorphic Anatomical Registration through Exponential Lie Algebra (DARTEL) toolbox in SPM12. To preserve the GM volumes within each voxel, we modulated the images using the Jacobian determinants derived from spatial normalization. The resulting modulated GM images were smoothed using an 8-mm full-width at half-maximum Gaussian kernel.

To assess the degree of cerebral atrophy, we converted the GM volumes calculated by SPM12 to the brain healthcare quotient (BHQ) (22), which is similar to the intelligence quotient (IQ) score. The mean value was defined as BHQ 100, and standard deviation was defined as 15 BHQ points in 144 healthy participants (48.4 ± 8.1 years). Approximately 68% of the population is between BHQ 85 and BHQ 115, and 95% of the population is between BHQ 70 and BHQ 130. We calculated the BHQ of the GM, hippocampus, and parahippocampus. The GM BHQ is calculated by averaging the standard deviations of each brain region based on the automated anatomical labeling (AAL) atlas (22, 25).

In this study, we used the mean value of gray matter BHQ (GM-BHQ). Figure 1A shows the distribution of BM-BHQ in all the subjects. The average GM-BHQ was 92.13 ± 9.40 (57.39~123.17 range). Note that the distribution of GM-BHQ is relatively widespread, in contrast to the distribution of MMSE scores (Figure 1B).

Deep Neural Network Model

We employed a DNN model to estimate the GM-BHQ using age, sex, and basic blood test data. The DNN model was implemented on the Tensorflow 2 platform (Tensorflow 2020) for data analysis (26). The DNN for regression was modeled in Tensorflow 2 as a fully-connected feedforward neural network, which has 126,073 trainable parameters in total. It is noteworthy that an activation function called the scaled exponential linear unit (SELU) was chosen with the ADAM optimizer for the best accuracy in this problem domain. The combination of batch normalization, dropout, and L2 regularization as regularization algorithms was applied during the training phase to avoid overfitting and acquire stable DNN models.

Input Layer

The weighted combination α=i=1nwixi+b aggregates input signals xi in each layer to activate an output signal f(α) to the connected neuron in the next layer. The DNN in this study included 35 neurons in the input layer (i.e., age, sex, and 33 variables in the blood test items; Figure 2).

FIGURE 2
www.frontiersin.org

Figure 2. Structure of the deep neural network for data analysis. The input vectors included age, sex, and blood test data. The output vector was regressed to estimate GM-BHQ. The hidden layer contained no backward connections from the downstream layers.

Hidden Layers

Each hidden layer was placed with 256 neurons, and the total number of hidden layers was four based on the results of a random search of hyper-parameters. The DNN model with 256 neurons and four hidden layers showed the best accuracy for this regression problem. Each function (f) was used throughout the network, and bias (b) accounted for the activation threshold of the neuron. After examining the results from a random search of hyper-parameters, we chose SELU as it is a nonlinear activation function with excellent characteristics to help normalize the input signals. Prior to applying SELU to each hidden layer, the algorithms for batch normalization and 10% dropout rate were applied to the input signals.

Output Layer

The output signals (f(α)) in each layer were determined using a weighted combination of the input signals xi from upstream of the DNN. In the output layer, a loss function, L(W, B | j), was assessed using the mean square error between the estimated value and the actual MMSE score. The learning process updated the weights (W) and biases (B) until the loss function, L(W, B | j), was minimized. Note that W is the collection {Wi}1:N−1, where Wi denotes the weight matrix connecting layers i and i + 1 for a network of N layers. Similarly, B is collection {bi}1:N−1, where bi denotes the column vector of biases for layer i + 1.

Data Analysis

To elucidate the relationship between systemic metabolic status and brain atrophy, we analyzed the correlation between blood test data and GM-BHQ. Next, we examined the difference between the blood data with GM-BHQ of 100 or more and blood data with GM-BHQ of <100. We assessed the risk factors for low GM-BHQ scores under 100 using the logistic regression analysis model. Finally, we validated the estimation accuracy of the DNN model using a repeated five-Fold cross-validation.

Results

Pearson Correlations Between GM-BHQ and Blood Test Data

There was a high negative correlation between the GM-BHQ and subject age (r = −0.71). Blood data showed the following correlations with the GM-BHQ: BUN (r = −0.30), GLU (r = −0.26), PLT (r = 0.26), and ALP (r = 0.22). In addition, age was positively correlated with BUN (r = 0.40), ALP (r = 0.22), GLU (r = 0.22), and negatively correlated with RBC (r = −0.29) and PLT (r = −0.26). There were positive correlations between BUN and Cr (r = 0.31), Cr, and RBC (r = 0.27). Table 3 summarizes the correlations (showing a correlation coefficient of 2 or greater) between the GM-BHQ, subject age, and blood data. Figure 3 shows the scatter plots of GM-BHQ, subject age, and blood data.

TABLE 3
www.frontiersin.org

Table 3. Correlations between the GM-BHQ, subject age and the blood data.

FIGURE 3
www.frontiersin.org

Figure 3. Scatter plots of GM-BHQ, subject age, and blood data. The vertical axis indicates the GM-BHQ, and the horizontal axis indicates subjects age (A), BUN (B), PLT (C), ALP (D), and GLU (E), respectively.

There was a weak but significant positive correlation between the GM-BHQ and MMSE scores (r = 0.23, p < 0.001). Figure 4 shows the scatter plot of GM-BHQ and MMSE scores. There was no significant correlation between MMSE score and blood data (p > 0.05).

FIGURE 4
www.frontiersin.org

Figure 4. Scatter plot of GM-BHQ and MMSE scores. The vertical axis indicates the GM-BHQ, and the horizontal axis indicates MMSE scores.

Logistic Regression Analysis to Assess the Risk of Low GM-BHQ

We assessed the risk factors for low GM-BHQ under 100 by means of the logistic regression analysis model. As age increases, the risk of low GM-BHQ increases, with an odds ratio of 1.15 (p < 0.001). Increased blood albumin, LDL-C, and Fibrinogen reduce the risk of low GM-BHQ, with odds ratios of 0.17 (p < 0.01), 0.99 (p < 0.05), and 0.99 (p < 0.001), respectively. Increased Alp, Ht, and BUN increase the risk of low GM-BHQ, with odds ratios of 1.01 (p < 0.05), 1.16 (p < 0.01), and 1.12 (p < 0.05), respectively.

DNN-Based Estimation of GM-BHQ Using Basic Blood Test Data

To confirm the accuracy of the DNN model, we compared the ground truth GM-BHQ with those estimated by the DNN model using repeated five-Fold cross-validation. The estimated GM-BHQ exhibited a strong positive correlation with the ground truth GM-BHQ (r = 0.70, p < 0.001, Figure 5A).

FIGURE 5
www.frontiersin.org

Figure 5. Scatter plots of ground truth and estimated GM-BHQ by the DNN model with age (A) and without age (B). The vertical axis indicates the estimated GM-BHQ and the horizontal axis indicates the ground truth GM-BHQ.

Since the subjects' age exhibited the highest correlation coefficient, the GM-BHQ estimated by the DNN model might be strongly influenced by the subjects' age. Therefore, in order to evaluate the degree of influence of the subject's age on the DNN estimation, we compared the ground truth GM-BHQ to the estimated GM-BHQ using a second DNN trained without the age parameter (Figure 5B). The correlation coefficient of the GM-BHQ estimated by the second DNN model without age compared with the ground truth GM-BHQ decreased slightly from 0.74 to 0.54. However, the correlation was still statistically significant (p < 0.001).

Variable Importance in the DNN Estimation

Finally, we assessed the variable importance of the input data in the DNN estimation of the GM-BHQ. The variable importance was calculated using the permutation importance, which measures the increase in the prediction error, i.e., mean square error, when a single feature value is randomly shuffled. This procedure breaks the relationship between the feature and the target, thus the increase in the prediction error is indicative of how much the model depends on the feature (27). We compared the variable importance with and without the subject age. When the age of the subject was included in the DNN model, the subjects' age was the highest in the variable importance, followed by the blood data items. Table 4 shows the top 10 relative importance and absolute importance values. Following the subjects age, blood test items related to anemia (Ht, RBC), diabetes (HbA1c, GLU), and renal function (Cr) revealed relatively high Variable Importance (A). Although the order of variable importance changed, blood test items related to anemia (RBC), diabetes (GLU), and renal function (Cr) showed relatively high variable importance, even without the subjects' age (B).

TABLE 4
www.frontiersin.org

Table 4. Variable importance in the DNN estimation for estimation of GM-BHQ with (A) and without (B) subject's age.

Discussion

The present study demonstrated that the DNN model could estimate the GM-BHQ (i.e., an index of cerebral atrophy) with high accuracy based on basic blood data that did not contain biomarkers specific to dementia, such as amyloid beta. It is not yet clear why the DNN model can estimate cerebral atrophy based on basic blood data. This issue is discussed from the following perspectives.

Effects of Aging on Brain and Systemic Metabolic Function

There was a strong negative correlation between age and GM-BHQ scores. In the DNN model, the subjects' age was the most important variable in estimating the GM-BHQ. These results are consistent with those of previous studies demonstrating that aging plays the most important role in cerebral atrophy (28, 29). In addition, our recent studies have shown that there is a strong negative correlation between subjects' age and cognitive function, as represented by the MMSE score (1). Moreover, age was the most important variable in the DNN model for estimating the MMSE score (1). These studies show that aging plays the most important role in both cerebral atrophy and cognitive decline.

The subjects' age was also correlated with blood data that reflected systemic metabolic function. For example, there is a negative correlation between age and RBC, reflecting age-related anemia (30). There is a negative correlation between the subjects' age and PLT, which is consistent with the age-related decline in platelets (31). In addition, there is a positive correlation between age and BUN, which is consistent with reports of age-related decline in renal function (32). There is also a positive correlation between the subjects' age and GLU, which reflects age-related impairment of glucose tolerance (33). Finally, there was a positive correlation between the age of the subjects and ALP, which reflects hepatic dysfunction (34). It should be noted that the higher the AST, γGTP, and ALP, the lower the GM-BHQ. These results indicate that aging can affect not only the brain but also the systemic metabolic status.

Relationship Between Systemic Metabolic Function and Cerebral Atrophy

There were significant correlations between GM-BHQ and blood parameters, including BUN. In addition, BUN and Cr were highly important variables in the DNN model for estimating GM-BHQ. These results suggest a close relationship between the kidney and the brain. Recent studies have demonstrated that chronic kidney disease (CKD) can be a risk factor for cognitive impairment and brain atrophy (1517). In addition, mental disorders such as depression and anxiety disorders are common in patients with CKD. This relationship between the kidney and the brain is termed the kidney-brain axis (17, 18). The pathophysiological mechanisms of the kidney-brain axis have been proposed. First, uremic toxins released as a result of CKD directly contribute to brain damage and consequent cognitive decline. Second, CKD-induced hemodynamic changes, anemia, and sleep disorders may contribute to the kidney-brain axis. Finally, inflammatory molecules and reactive oxygen species, which are shared by kidney and brain tissue injuries, may also contribute to kidney-brain interactions, resulting in cognitive impairment in CKD patients.

GLU was negatively correlated with GM-BHQ and was a highly important variable in the DNN model for estimating the GM-BHQ. These results are consistent with those of a study on cerebral atrophy in patients with diabetes (35, 36). Lifestyle-related diseases, including diabetes mellitus, play a role in the development of dementia by activating chronic inflammatory processes associated with oxidative stress. These changes lead to small vessel diseases, resulting in a reduction in CBF (3739). In addition, lifestyle-related diseases can also result in arteriosclerosis of large vessels, leading to a decrease in CBF. The decrease of CBF could lead to vascular cognitive impairment (VCI), which plays an important role in cognitive impairment in elderly people (35). Importantly, vascular pathology contributes not only to vascular dementia, but also to Alzheimer's disease, a neurodegenerative disease (40). The reduction of CBF associated with lifestyle-related diseases can result not only in cognitive impairment but also cerebral atrophy.

Although RBC and Ht did not correlate with GM-BHQ, both blood items were highly important variables in the DNN model for assessing GM-BHQ. In addition, our previous study demonstrated that RBC and Ht correlated with MMSE scores and were important variables in the DNN model for estimating MMSE scores (1). These observations suggest that anemia plays a role in both cerebral atrophy and cognitive function. Moreover, The ALB and the A/G ratio were highly important variables in the DNN model for estimating GM-BHQ. Our recent study demonstrated that albumin and the A/G ratio exhibited significant positive correlations with MMSE scores, and also contributed to the estimation of MMSE scores by the DNN model (1). These results suggest that nutritional status plays a role in cerebral atrophy and cognitive function.

The correlation coefficient between GM-BHQ estimated from age and blood data, and ground truth GM-BHQ was 0.74. On the other hand, the correlation coefficient between GM-BHQ estimated from blood data alone and ground truth GM-BHQ was 0.54. This indicates that GM-BHQ could be estimated with high accuracy using only blood data, although the estimation accuracy was slightly lower than when using age and blood data. When GM-BHQ was estimated only from blood test data, the blood test items with high variable importance were BUN, PLT, GLU, and ALP. Interestingly, these blood test items were consistent with blood test items that were significantly correlated with subject age. This suggests that the estimation of GM-BHQ by the DNN model without age may also be affected by aging.

Roles of Aging and Systemic Metabolic Disorders in Cerebral Atrophy

In light of the above findings, we hypothesized that aging and systemic metabolic disorders affect cerebral atrophy (Figure 6). Aging affects the brain directly through extrinsic factors such as lifestyle and intrinsic genetic factors. In parallel, aging also affects the internal organs, resulting in various systemic metabolic disorders. Systemic metabolic disorders associated with aging can affect the brain. For example, the kidney affects the brain by the kidney-brain axis. Uremic toxins released as a result of CKD directly contribute to brain damage and consequent cognitive decline. In addition, anemia and undernutrition may reduce oxygen metabolism and energy metabolism in the brain.

FIGURE 6
www.frontiersin.org

Figure 6. Mechanism by which aging and systemic metabolic disorders affect cerebral atrophy. The thickness of the arrow indicates the strength of the influence. The thicker line of age than the line of metabolic disorders including anemia indicates that age has a stronger influence on metabolic atrophy than the metabolic disorder line.

The effects of aging on the brain may be much higher than the effects of systemic metabolic disorders. This is because the DNN model for estimating cerebral atrophy shows that aging is far more important than blood data items. In Figure 6, this is represented by the thicker arrow connecting aging and the brain than the arrow connecting the metabolic disorders and the brain. It should be noted, however, that cerebral atrophy can be estimated from blood data even if age is removed from the input data of the DNN model may support a close relationship between the visceral organs and the brain.

Subclinical Cerebral Atrophy in Normal Middle-Aged People

Importantly, these effects of systemic metabolic disorders in the brain have been observed in a number of pathological conditions. However, the subjects in this study were brain dock examinees. They have no obvious neurological abnormalities and live a normal daily life. In fact, the average MMSE score was 28.6 ± 1.9, indicating normal cognitive function. In addition, the systemic metabolic disorders in the subjects in this study were normal or relatively mild. For example, the average values of BUN and Cr in GM-BHQ cases of 100 or less were 15.44 ± 4.03 and 0.77 ± 0.28, respectively, which were not associated with uremia. Similarly, other blood parameters involved in the degree of cerebral atrophy, such as ALP, GPT, γGTP, and GLU, did not significantly exceed normal values. Therefore, this study suggests that subclinical systemic metabolic disorders are associated with cerebral atrophy. Cohort studies are warranted to further elucidate whether such subjects will develop dementia in the future.

Advantages of DNN-Based Screening Test for Cognitive Impairment

The DNN model developed in this study may have a number of benefits for screening tests for cognitive impairment. First, unlike subjective tests such as MMSE, we can perform an objective screening test for cognitive impairment because the DNN model requires basic blood test data and the subjects' age for input data. Second, because only data values of blood tests are used for the DNN model, this method can be used as an inexpensive mass screening test for dementia. Third, it is possible to use smartphones for the personal risk assessment of cognitive impairment by entering blood data values into the smartphone. Finally, these advantages may contribute to the early diagnosis of MCI and dementia. Finally, given that blood data reflect systemic metabolic disorders in each subject, this method may be effective in preventing dementia through personalized lifestyle care. Personalized care not only enhances the effectiveness of interventions, but also enhances lifestyle incentives.

The Finnish Geriatric Intervention Study to Prevent Cognitive Impairment and Disability (FINGER) has shown that multi-domain lifestyle interventions reduce the risk of dementia, thereby stopping the global increase in dementia patients (41). Based on the FINGER study, World-Wide FINGERS (WW-FINGERS) launched a global network of multi-domain lifestyle intervention trials in 2017 to reduce and prevent the risk of dementia (42). The method of this study, which assesses the risk of dementia from basic blood data using machine learning, is based on the role of systemic metabolic disorders such as lifestyle-related diseases in the onset of dementia, similar to FINGER. Using this method, it may be possible to reduce the risk of dementia more effectively.

Limitations of the Present Study

First, nearly all subjects in this study had normal cognitive function, since this study was conducted on brain dock examinees. Therefore, we did not estimate cerebral atrophy in patients with poor cognitive function. To resolve this problem, it is necessary to use cases with cognitive impairment to train the DNN model. Second, the brain dock data used in this study was a one-time test. Therefore, the chronological changes in the relationship between blood test data and cerebral atrophy are unknown. Therefore, it is necessary to conduct a prospective cohort study. Third, in this study, we used a DNN model developed to estimate the MMSE score (1), and changed the output layer of the DNN model from MMSE to GM-BHQ. By inputting medical history, treatment history, and other key elements into the input layer of the DNN model, it may be possible to improve the estimation accuracy of cerebral atrophy. To establish the present method as a mass screening test for dementia, further studies are warranted to resolve these limitations.

Summary

In this study, in order to shed light on the relationship between age, systemic metabolic status, and cerebral atrophy, we examined the correlation between subjects' age, basic blood data, and GM-BHQ. Then, we assessed whether basic blood data can help estimate GM-BHQ by employing a DNN model that estimates cognitive function using basic blood test data.

A negative correlation between age and GM-BHQ scores was identified (r = −0.71). The subjects' age was positively correlated with BUN (r = 0.40), ALP (r = 0.22), and GLU (r = 0.22), and negative correlations with red blood cell counts (RBC) (r = −0.29) and PLT (r = −0.26). GM-BHQ correlated with BUN (r = −0.30), GLU (r = −0.26), PLT (r = 0.26), and ALP (r = 0.22). The GM-BHQ estimated by the DNN model with subject age exhibited a positive correlation with the ground truth GM-BHQ (r = 0.70, p < 0.001). Furthermore, even if the DNN model without subject age was used, the estimated GM-BHQ showed a significant positive correlation with ground truth GM-BHQ (r = 0.58, p < 0.001). Age was the most important variable for assessing GM-BHQ. Other important variables included RBC, Ht, HbA1c, GLU, and creatinine levels.

Aging had the greatest effect on cerebral atrophy. Aging also affects various organs, such as the kidney, and causes changes in systemic metabolic status, which may contribute to cerebral atrophy and cognitive impairment. The DNN model may become a new screening test for dementia using basic blood tests for health examinations. Finally, blood data reflect systemic metabolic disorders in each subject – this method may thus contribute to personalized lifestyle care.

Data Availability Statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.

Ethics Statement

The studies involving human participants were reviewed and approved by the Life Science Research Ethics and Safety of the University of Tokyo. The patients/participants provided their written informed consent to participate in this study.

Author Contributions

KS designed the study and wrote the initial draft of the manuscript. LH, KO, and SW contributed to the analysis and interpretation of data and assisted in the preparation of the manuscript. All authors approved the final version of the manuscript and agreed to be accountable for all aspects of the work by ensuring that questions related to the accuracy and integrity of any part of the work are appropriately investigated and resolved.

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

1. Sakatani K, Oyama K, Hu L. Deep learning-based screening test for cognitive impairment using basic blood test data for health examination. Front Neurol. (2020) 11:588140. doi: 10.3389/fneur.2020.588140

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Komuro Y, Oyama K, Hu L, Sakatani K. Relationship between cognitive dysfunction and systemic metabolic disorders in elderly: dementia might be a systematic disease. Adv Exp Med Biol. (2020) 1232:91–7. doi: 10.1007/978-3-030-34461-0_13

PubMed Abstract | CrossRef Full Text | Google Scholar

3. van der Flier WM, Skoog I, Schneider JA, Pantoni L, Mok V, Chen CLH, et al. Vascular cognitive impairment. Nat Rev Dis Primers. (2018) 4:18003. doi: 10.1038/nrdp.2018.3

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Al-Qazzaz NK, Ali SH, Ahmad SA, Islam S, Mohamad K. Cognitive impairment and memory dysfunction after a stroke diagnosis: a post-stroke memory assessment. Neuropsychiatr Dis Treat. (2014) 10:1677–91. doi: 10.2147/NDT.S67184

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Gorelick PB, Scuteri A, Black SE, Decarli C, Greenberg SM, Iadecola C, et al. Vascular contributions to cognitive impairment and dementia: a statement for healthcare professionals from the American Heart Association/American Stroke Association. Stroke. (2011) 42:2672–713. doi: 10.1161/STR.0b013e3182299496

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Sugimoto T, Arai H, Sakurai T. An update on cognitive frailty: Its definition, impact, associated factors and underlying mechanisms, and interventions. Geriatr Gerontol Int. (2021) 22:99–109. doi: 10.1111/ggi.14322

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Hong CH, Falvey C, Harris TB, Simonsick EM, Satterfield S, Ferrucci L, et al. Anemia and risk of dementia in older adults: findings from the Health ABC study. Neurology. (2013) 81:528–33. doi: 10.1212/WNL.0b013e31829e701d

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Li T, Cao HX, Ke D. Type 2 diabetes mellitus easily develops into Alzheimer's disease via hyperglycemia and insulin resistance. Curr Med Sci. (2021) 41:1165–71. doi: 10.1007/s11596-021-2467-2

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Kunutsor SK, Laukkanen JA. Gamma glutamyltransferase and risk of future dementia in middle-aged to older Finnish men: a new prospective cohort study. Alzheimers Dement. (2016) 12:931–41. doi: 10.1016/j.jalz.2016.03.003

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Miranda AS, Cordeiro TM, Dos Santos Lacerda Soares TM, Ferreira RN, Simões E Silva AC. Kidney-brain axis inflammatory cross-talk: from bench to bedside. Clin Sci. (2017) 131:1093–105. doi: 10.1042/CS20160927

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Sze V, Chen YH, Yang TJ, Joel S. Efficient processing of deep neural networks: a tutorial and survey. Proc IEEE. (2017) 105:3295–329. doi: 10.1109/JPROC.2017.2761740

CrossRef Full Text

12. Esteva A, Robicquet A, Ramsundar B, Kuleshov V, DePristo M, Chou K, et al. A guide to deep learning in healthcare. Nat Med. (2019) 25:24–9. doi: 10.1038/s41591-018-0316-z

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Currie G, Hawk KE, Rohren E, Vial A, Klein R. Machine learning and deep learning in medical imaging: intelligent imaging. J Med Imaging Radiat Sci. (2019) 50:477–87. doi: 10.1016/j.jmir.2019.09.005

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Ravi D, Wong C, Deligianni F, Berthelot M, Andreu-Perez J, Lo B, et al. Deep learning for health informatics. IEEE J Biomed Health Inform. (2017) 21:4–21. doi: 10.1109/JBHI.2016.2636665

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Tsuruya K, Yoshida H. Brain atrophy and cognitive impairment in chronic kidney disease. Contrib Nephrol. (2018) 196:27–36. doi: 10.1159/000485694

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Iwata A, Iwatsubo T, Ihara R, Suzuki K, Matsuyama Y, Tomita N, et al. Effects of sex, educational background, and chronic kidney disease grading on longitudinal cognitive and functional decline in patients in the Japanese Alzheimer's Disease Neuroimaging Initiative study. Alzheimer's Dement. (2018) 4:765–74. doi: 10.1016/j.trci.2018.06.008

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Simões E Silva AC, Miranda AS, Rocha NP, Teixeira AL. Neuropsychiatric disorders in chronic kidney disease. Front Pharmacol. (2019) 10:932. doi: 10.3389/fphar.2019.00932

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Stanciu GD, Ababei DC, Bild V, Bild W, Paduraru L, Gutu MM, et al. Renal contributions in the pathophysiology and neuropathological substrates are shared by chronic kidney disease and Alzheimer's disease. Brain Sci. (2020) 10:563. doi: 10.3390/brainsci10080563

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Franke K, Gaser C, Manor B, Novak V. Advanced brain AGE in older adults with type 2 diabetes mellitus. Front Aging Neurosci. (2013) 5:90. doi: 10.3389/fnagi.2013.00090

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Verhaar BJH, de Leeuw FA, Doorduijn AS, Fieldhouse JLP, van de Rest O, Teunissen CE, et al. Nutritional status and structural brain changes in Alzheimer's disease: the NUDAD project. Alzheimers Dement. (2020) 12:e12063. doi: 10.1002/dad2.12063

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Matsuda H, Mizumura S, Nemoto K, Yamashita F, Imabayashi E, Sato N, et al. Automatic voxel-based morphometry of structural MRI by SPM8 plus diffeomorphic anatomic registration through exponentiated lie algebra improves the diagnosis of probable Alzheimer disease. Am J Neuroradiol. (2012) 33:1109–14. doi: 10.3174/ajnr.A2935

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Nemoto K, Oka H, Fukuda H, Yamakawa Y. MRI-based brain healthcare quotients: a bridge between neural and behavioral analyses for keeping the brain healthy. PLoS ONE. (2017) 12:e0187137. doi: 10.1371/journal.pone.0187137

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Sugishita M, Koshizuka Y, Sudou S, et al. Validity and reliability of the min mental state examination-Japanese (MMSE-J). Japanese J Cogn Neurosci. (2018) 20:91–108 (Japanese). doi: 10.11253/ninchishinkeikagaku.20.91

CrossRef Full Text

24. Ashburner J. SPM: history. Neuroimage. (2012) 62:791–800. doi: 10.1016/j.neuroimage.2011.10.025

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Tzourio-Mazoyer N, Landeau B, Papathanassiou D, Crivello F, Etard O, Delcroix N, et al. Automated anatomical labeling of activations in SPM using a macroscopic anatomical parcellation of the MNI MRI single-subject brain. Neuroimage. (2002) 15:273–89. doi: 10.1006/nimg.2001.0978

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Tensorflow. (2021). Available online at: https://www.tensorflow.org (accessed April 20, 2022).

Google Scholar

27. Altmann A, Toloşi L, Sander O, Lengauer T. Permutation importance: a corrected feature importance measure. Bioinformatics. (2010) 26:1340–7. doi: 10.1093/bioinformatics/btq134

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Woodworth DC, Scambray KA, Corrada MM, Kawas CH, Sajadi SA. Neuroimaging in oldest-old: a review of the literature. J Alzheimers Dis. (2021) 82:129–47. doi: 10.3233/JAD-201578

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Blinkouskaya Y, Caçoilo A, Gollamudi T, Jalalian S, Weickenmeier J. Brain aging mechanisms with mechanical manifestations. Mech Ageing Dev. (2021) 200:111575. doi: 10.1016/j.mad.2021.111575

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Woodman R, Ferrucci L, Guralnik J. Anemia in older adults. Curr Opin Hematol. (2005) 12:123–8. doi: 10.1097/01.moh.0000154030.13020.85

PubMed Abstract | CrossRef Full Text | Google Scholar

31. Segal JB, Moliterno AR. Platelet counts differ according to sex, ethnicity, and age in the United States. Ann Epidemiol. (2006) 16:123–30. doi: 10.1016/j.annepidem.2005.06.052

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Bitzer M, Wiggins J. Aging biology in the kidney. Adv Chronic Kidney Dis. (2016) 23:12–8. doi: 10.1053/j.ackd.2015.11.005

PubMed Abstract | CrossRef Full Text | Google Scholar

33. DeFronzo RA. Glucose intolerance and aging. Diabetes Care. (1981) 4:493–501. doi: 10.2337/diacare.4.4.493

PubMed Abstract | CrossRef Full Text | Google Scholar

34. Buchet R, Millán JL, Magne D. Multi-systemic functions of alkaline phosphatases. Methods Mol Biol. (2013) 1053:27–51. doi: 10.1007/978-1-62703-562-0_3

PubMed Abstract | CrossRef Full Text | Google Scholar

35. Alkasabera A, Onyali CB, Anim-Koranteng C, Shah HE, Ethirajulu A, Bhawnani N, et al. The effect of Type-2 diabetes on cognitive status and the role of anti-diabetes medications. Cureus. (2021) 13:e19176. doi: 10.7759/cureus.19176

PubMed Abstract | CrossRef Full Text | Google Scholar

36. Fang F, Zhan YF, Zhuo YY, Yin DZ, Li KA, Wang YF. Brain atrophy in middle-aged subjects with type 2 diabetes mellitus, with and without microvascular complications. J Diabetes. (2018) 10:625–32. doi: 10.1111/1753-0407.12646

PubMed Abstract | CrossRef Full Text | Google Scholar

37. Uzoni A, Ciobanu O, Sandu RE, Buga AM, Popa-Wagner A. Lifestyle, perfusion deficits, and co-morbidities precipitate inflammation and cerebrovascular disorders in aged subjects. Discovery. (2015) 3:e39. doi: 10.15190/d.2015.31

PubMed Abstract | CrossRef Full Text | Google Scholar

38. Newcombe EA, Camats-Perna J, Silva ML, Valmas N, Huat TJ, Medeiros R. Inflammation: the link between comorbidities, genetics, and Alzheimer's disease. J Neuroinflammation. (2018) 15:276. doi: 10.1186/s12974-018-1313-3

PubMed Abstract | CrossRef Full Text | Google Scholar

39. Hakim AM. A proposed hypothesis on dementia: inflammation, small vessel disease, and hypoperfusion is the sequence that links all harmful lifestyles to cognitive impairment. Front Aging Neurosci. (2021) 13:679837. doi: 10.3389/fnagi.2021.679837

PubMed Abstract | CrossRef Full Text | Google Scholar

40. Provenzano FA, Muraskin J, Tosto G, Narkhede A, Wasserman BT, Griffith EY, et al. White matter hyperintensities and cerebral amyloidosis: necessary and sufficient for clinical expression of AD? JAMA Neurol. (2013) 70:455–61. doi: 10.1001/jamaneurol.2013.1321

PubMed Abstract | CrossRef Full Text | Google Scholar

41. Merino-Serrais P, Loera-Valencia R, Rodriguez-Rodriguez P, Parrado-Fernandez C, Ismail MA, Maioli S, et al. 27-Hydroxycholesterol induces aberrant morphology and synaptic dysfunction in hippocampal neurons. Cereb Cortex. (2018):429–46. doi: 10.1093/cercor/bhy274

PubMed Abstract | CrossRef Full Text | Google Scholar

42. Kivipelto M, Mangialasche F, Snyder HM, Allegri R, Andrieu S, Arai H, et al. Worldwide FINGERS Network: a global approach to risk reduction and prevention of dementia. Alzheimers Dement. (2020) 16:1078–94. doi: 10.1002/alz.12123

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: Alzheimer's disease, artificial intelligence, deep learning, dementia, cerebral atrophy, screening test, MRI DL-based estimation of cerebral atrophy

Citation: Sakatani K, Oyama K, Hu L and Warisawa S (2022) Estimation of Human Cerebral Atrophy Based on Systemic Metabolic Status Using Machine Learning. Front. Neurol. 13:869915. doi: 10.3389/fneur.2022.869915

Received: 05 February 2022; Accepted: 05 April 2022;
Published: 02 May 2022.

Edited by:

Bradley J. MacIntosh, Sunnybrook Research Institute (SRI), Canada

Reviewed by:

Oliver Thews, Martin Luther University of Halle-Wittenberg, Germany
Sergio Luis Schmidt, Rio de Janeiro State Federal University, Brazil

Copyright © 2022 Sakatani, Oyama, Hu and Warisawa. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Kaoru Sakatani, k.sakatani@edu.k.u-tokyo.ac.jp

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.