Abstract

Most of the existing methods about the causal relationship based on functional magnetic resonance imaging (fMRI) data are either the hypothesis-driven methods or based on a linear model, which can result in the deviation for detecting the original brain activity. Therefore, it is necessary to develop a new method for detecting the effective connectivity (EC) of the brain activity by the nonlinear calculation. In this study, we firstly proposed a new technology evaluating effective connectivity of the human brain based on back-propagation neural network with nonlinear model, named EC-BP. Next, we simulated four time series for assessing the feasibility and accuracy of EC-BP compared to Granger causality analysis (GCA). Finally, the proposed EC-BP was applied to the brain fMRI from 60 healthy subjects. The results from the four simulated time series showed that the proposed EC-BP can detect the originally causal relationship, consistent with the actual causality. However, the GCA can not find nonlinear causality. Based on the analysis of the fMRI data from the healthy participants, EC-BP and GCA showed the huge differences in the top 50 connections in descending order of EC. EC-BP showed all ECs related to hippocampus and parahippocampus, whereas GCA showed most ECs related to the paracentral lobule, caudate, putamen, and pallidum, which represents the brain regions with most frequent information passing measured by different methods. The proposed EC-BP method can provide supplementary information to GCA, which will promote more comprehensive detection and evaluation of brain EC.

1. Introduction

The human brain has been considered as a complex neural network, performing multiple tasks and controlling human behavior [13]. Each task or behavior usually involved more than one region or even the whole brain [4]. Clarifying the behavior mechanism cannot be done without the study on functional segregation and integration of the brain. Functional segregation and integration [5] can be described through the brain connectivity, including functional connectivity (FC) and effective connectivity (EC). FC, widely being used to reveal the human brain function in health and disease [68], describes the temporal correlation between spatially remote brain areas [9]. However, although reflecting the intensity of interaction between different brain regions, FC could not exhibit the direction of information communication between different regions. Different from FC, EC described the causal influence that a brain site exerts over one other [9]. Therefore, EC can provide supplementary information to FC for the interaction between brain signals.

Several methods are commonly used to calculate EC based on functional magnetic resonance imaging (fMRI) data, including structural equation model (SEM) [10], multivariate autoregressive modeling (MAR) [11], and dynamic causal modeling (DCM) [12] and Granger causality analysis (GCA) [13]. However, SEM, MAR, and DCM belong to hypothesis-driven methods. In this way, the disadvantage of the model may lead to the wrong conclusions. Compared with the above methods, the GCA method might evaluate EC only by considering the time series of fMRI, which could overcome the limitation about the prior knowledge. Currently, GCA has been used for the studies on mild cognitive impairment [14], Alzheimer’s disease [15], depression [16], insomnia [17], schizophrenia [18], and so on. However, GCA is based on a linear model and assume the fixed time lags during the information transmission [19, 20], diverged so greatly from the constant changes of propagation delay between brain signals [21, 22]. Therefore, it is necessary to develop a new method for detecting the EC of the nonlinear variables for the brain activity.

Brain EC is simply the causality between different regions of interest (ROIs) from the brain, representing the ability of one ROI predicting the other one. With the development of the neural network, deep learning, and machine learning, it is possible to evaluate EC of the brain by some nonlinear methods. Back-propagation neural network (BPNN), as a widely used neural network model, has been used for the prediction in many fields such as control science and engineering [23], chemical [24], and biomedical engineering [25], showing its good ability of prediction. Moreover, BPNN not only is a powerful data-driven computational tool but also can use a series of nonlinear functions to construct its model. Therefore, these aroused our speculation that BPNN with nonlinear model may assess EC with better performance.

In this study, we proposed a new technology evaluating EC of the human brain based on fMRI, namely, EC analysis based on BPNN with nonlinear model (EC-BP). First, the steps about EC-BP were described in detail. Second, we simulated the related data for assessing the feasibility and accuracy of EC-BP compared to GCA. Finally, EC-BP was applied to the brain EC analysis of the healthy human brain.

2. Material and Methods

2.1. Granger Causal Analysis

GCA, proposed by [26], is a commonly used method to study the causal relationship in complex systems. Generally, greater than 0.1 for GCA indicates that there is causal relationship. Here, GCA based on the DynamicBC toolbox [27] is used to evaluate the simulated data and fMRI of the healthy subjects, which will be compared with the proposed method.

2.2. Proposed EC-BP

Based on the preprocessed resting-state fMRI data, the complete flow chart of the EC-BP method is shown in Figure 1. The main steps include feature extraction, construction on initial model of BPNN, BPNN training, and EC calculation via BPNN prediction.

2.2.1. Feature Extraction

In order to predict the causal relationship between brain regions more accurately, we need to select one or more features of each brain region. The regional homogeneity (ReHo) proposed by Zang et al. in [28], as a typical feature of brain functional activity, has been widely used in fMRI, such as [2931]. It is based on the assumption that the time series of adjacent voxels is similar, evaluating brain functional activity by calculating the Kendall’s coefficient concordance (KCC) of voxels. Because of no special demands regarding samples, ReHo was calculated for our preliminary attempt, as follows.

The ReHo value can be calculated for each brain region, as shown as follows: where is the ReHo value of the -th brain region, is the mask matrix of the -th brain area (the element value in the matrix is either 1 or 0, and 1 indicates that the corresponding brain voxel belongs to the brain region), is the sum of all the elements from the matrix, and is the number of voxels within the -th brain region. is the ReHo matrix of all voxels in the whole brain, with each value corresponding ReHo of a voxel, calculated as follows: where represents the ReHo value of thevoxel (ranged from 0 to 1), represents the number of neighbors of the voxel in the brain plus 1 ( generally takes 7, 9, or 27, here ), ( =1,2,…, , and is the number of time points of fMRI data) represents the sorting number of the time point from -th voxel, in ascending order of all values based on all time points for each voxel. The ReHo values were arranged in order of the number of brain regions for all subjects, constructing a matrix, where is the number of brain regions and is the number of subjects.

2.2.2. Constructing Initial Model of BPNN

The current study sets the number of layers of the network to 3 layers, including the input layer, the hidden layer, and the output layer. The number of neurons in the input layer is determined by the number of the selected features, while the number of neurons in the output layer is determined by the number of the predicting results. Therefore, the number of input neurons and output neurons is here set to 1 (), representing that the single feature (ReHo) is used and only one value is obtained for an iteration. The number of hidden layer unit depends as follows: where is a constant from 1 to 10. In this study, according to the optimum results of the model iteration, equals 4.

2.2.3. Determining Model Expressions through BPNN Training

The BPNN algorithm need to repeat two stages: forward propagation and reverse propagation.

Stage 1: forward propagation. During the forward propagation, ReHo of region A is used to predict ReHo of region B. The detailed process is as follows.

First is setting the training parameters (maximum of training times =50000, minimum of target error , and the learning rate =0.05) and the initial weight of each layer, with and to a random value ranged from -1 to 1, which will be adjusted iteratively during training.

Second is establishing the nonlinear mapping from the input layer to the hide layer and the nonlinear mapping from the hide layer to the output layer by formulas (4)–(8). where and are the number of neurons in the input layer and the hide layer, respectively; and are the input value and output value of the -th neuron in the hide layer, respectively; is the input value of the -th neuron in the input layer; and is the weight value between the -th neuron of the input layer and the -th neuron of the hide layer. The excitation function is a sigmoid function, as follows: where and are the number of neurons in the hide layer and the output layer, respectively; and are the input value and output value of the -th neuron in the output layer, respectively; is the weight value between the -th neuron of the hide layer and the -th neuron of the output layer; and is the same as above.

Note that the parameters of the above process are the intermediate values during the training process of the brain region A predicting the brain region B.

Stage 2: reverse propagation. During the reverse propagation, the weight values among the input layer, the hide layer, and the output layer are updated continuously based on the predictive values during stage1, as follows.

First is expressing the real results of the brain region B as , and then, the predictive error function can be shown as follows: where is the error function of the brain region A predicting the region B; and are the number of neurons in the hide layer and the output layer, respectively; and are the input value and output value of the -th neuron in the output layer, respectively; and is the weight value between the -th neuron of the hide layer and the -th neuron of the output layer.

Second is calculating the partial derivative of the error function with respect to the weight between the hidden layer and the output layer, as shown as follows: where is error function; and are the number of neurons in the hide layer and the output layer, respectively; and are the input value and output value of the -th neuron in the output layer, respectively; is output value of the -th neuron in the hide layer; and is the weight value between the -th neuron of the hide layer and the -th neuron of the output layer.

Third is calculating the partial derivative of the error function with respect to the weight between the input layer and the hidden layer, as shown as follows:

where is error function; , , and are the number of neurons in the input layer, hide layer, and the output layer, respectively; and are the input value and output value of the -th neuron in the output layer, respectively; and are the input value and output value of the -th neuron in the hide layer, respectively; is the input value of the -th neuron in the input layer; is the weight value between the -th neuron of the hide layer and the -th neuron of the output layer; and is the weight value between the -th neuron of the input layer and the -th neuron of the hide layer.

Fourth is adjusting the weight during iteration according to the error function as follows: where represents the iteration.

Note that similar to stage 1, the parameters of above process are the intermediate values during the training process from the brain region A predicting the brain region B.

Finally, computing the global error as formula (14) and judging whether or not it meets the conditions of termination (global or times of learning≥ ). Once anyone is met, the optimal model of the BPNN can be determined. where is the number of sample, is the number of output neuron in the output layer, is the output value of -th neuron in the output layer of the -th sample, and is the real value of -th neuron in the output layer of the -th sample.

Notably, the above process is carried out using the leave-one-subject-out cross validation (LOOCV). In other words, only one subject is left as the test sample for each iteration, and the other -1 samples form the training set. Therefore, iterations are performed in the current study.

2.2.4. EC Measurement

After determining the optimal model of BPNN in the last section, the calculation of EC is performed as the following steps.

First is predicting the results (ReHo) of all brain regions by each another for test sample during each iteration according to the final model as follows: where represents the predicting result from the brain region A to the brain region B, represents the optimal weight between the input value and the -th hide neuron in the hide layer during training from the brain region A to the brain region B, represents the optimal weight between the -th hide neuron of the hide layer and the output neuron, and represents the ReHo value of brain region A.

Second is calculating the predicted error matrix between any two brain regions, as shown as follows: where indicates the error value of brain region A predicting brain region B, indicates the finally predicting result from the brain region A to the brain region B, indicates the real ReHo value of brain region B, and indicates the prediction error matrix.

Third is normalizing and converting the prediction error matrix into the prediction accuracy rate matrix ACC as follows: where indicates the accuracy rate of the brain region A predicting the ReHo of the brain region B, and it ranges from 0 to 1; indicates the prediction error matrix; is the maximum value of the error matrix ; and is the minimum value of the error matrix .

Finally, judging the causal relationship according to the matrix with prediction accuracy rate. For the element of the matrix with prediction accuracy rate, the larger the value, the stronger the causal relationship. Therefore, we define matrix of ReHo as the EC matrix of BPNN, and then, is the effective connectivity , representing the influence of the brain region A on the brain region B. In the study, if is greater than or equal to 0.6 and also less than 0.7, there is a possible causal influence from A to B. In the same way, the , , and represent the moderate, good, and excellent causal influence from A to B.

2.3. Data and Preprocessing

Simulation data and fMRI data were used here for clarifying the ability of the proposed EC-BP method to evaluate causal relationship.

2.3.1. Simulation Data

Four time series with a length of 200 are simulated, as shown as follows: where is from 1 to 200.

Formula (19) tells us that the actual causal relationship of these time series is. To evaluate the performance of the proposed EC-BP, the mean value of the time points was used as the feature of each time series.

2.3.2. fMRI Data

This study included 60 healthy subjects, who all provided the written informed consent. All participants were interviewed and evaluated by a clinician according to the clinical health standards. Their brain fMRI data during resting state was collected based on 3T MRI scanner (GE Healthcare, Milwaukee, WI, USA). The parameters of the scanning using Echo Planar Imaging are as follows: layer  mm, matrix , echo  ms, repetition  s, flip °, intralayer  mm2, number of , number of , and scan minutes. During the scan, the subjects were asked to keep their eyes closed, awake, and relaxed.

The processing of fMRI data before EC-BP are shown by the following two steps: first is carrying out the preprocessing using DPABI (http://rfmri.org/DPABI) [32] developed by the Institute of Psychology of the Chinese Academy of Sciences. The major steps include converting data format from DICOM format to NIFTI format, removing the first 10 time points of every time series, taking slice timing, correcting head motion, normalizing to standard space (MNI space), eliminating linear drift, and performing band-pass filtering (0.01-0.08 Hz). Second is dividing the whole brain into 90 brain regions based on the AAL template after removing the cerebellar structures [33].

3. Results

3.1. Simulation Data

GCA and the proposed EC-BP were used to evaluate EC of simulation data, and the results are shown in Table 1.Table 1 shows that GCA approach found small EC values for any pair from four time sequences, and the biggest value was the causal value from X2 to X1 (0.0241). The result of GCA is deviated from that of the actual data, being unsuitable for nonlinear causality. However, EC-BP showed more than 0.7 prediction accuracy from X1 to X2 and X3 to X4, and the rest were less than 0.6.

3.2. Imaging Data

In this study, the demographic information of all healthy subjects is shown in Table 2.

Table 3 shows the strongest 50 ECs using EC-BP and GCA, which exhibited a clear difference between both methods. The strong ECs found by EC-BP were directionally from multiple regions to parahippocampal (PHG) and hippocampus (HIP), whereas the strong EC found by GCA was mainly connected to the paracentral lobule (PCL, 22/50) and basal ganglia network (BG) (18/50) including caudate nucleus (CAU), pallidum (PAL), and putamen (PUT) and partly connected to the middle temporal gyrus (MTG), supplementary motor area (SMA), precentral gyrus (preCG), precuneus (PCUN), and thalamus (THAL).

Figure 2 also shows the distribution of brain areas related to the strongest 50 ECs found by both methods. EC-BP is involved in broader regions (frontal and occipital cortices) compared with GCA. Moreover, ECs detected by EC-BP were all related to default mode network (DMN), sensorimotor network (SMN), multifunctional network (MFN), and other networks, whereas ECs detected by GCA were mainly related to the basal ganglia (BG), SMN, MFN, and other networks. The brain is divided into different networks according to the reports by Shirer et al. [34].

4. Discussion

In this study, we proposed a new method for measuring brain EC, named “EC-BP,” which is performed based on BPNN prediction and LOOCV. It overcomes the disadvantages of the existing methods measuring brain EC, which do not require any prior knowledge. Moreover, simulation data confirms that it is better than the current common method (GCA) to detect the nonlinear causal relationship. Furthermore, our investigations about brain fMRI of healthy subjects show that the proposed method is a “good” addition to the existing method on evaluating the brain EC.

The traditional methods measuring brain EC (SEM, MAR, DCM, and GCA) mainly use the initial time series, which are relatively intuitive but sensitive to the fluctuation of each time point. Therefore, they are affected easily by noise. Relative to them, the proposed EC-BP is carried out based on the higher-level features, which is more robust to noise.

The results from the four simulated time series showed that the proposed EC-BP can detect the nonlinear causal relationship, consistent with the actual causality. However, the GCA can not do that. This is mainly due to the procedure of the GCA method, which assumed that the detected signals had linear characteristics. As we all known, the brain functional signal is nonlinear, and the correlation between different brain regions is not limited to linear relationship, which may be affected by third-party region. In contrast, the EC-BP method is based on a neural network prediction model and detects the effective connectivity through a nonlinear mapping relationship, which will provide more advantages for detecting the functionally nonlinear relationship between the brain region activities. Therefore, the proposed method may avoid the omissive causality caused by the GCA, which has great value for the analysis of fMRI data.

Based on the analysis of the fMRI data from the healthy participants, EC-BP and GCA showed the huge differences in the top 50 connections in descending order of EC. EC-BP showed the directed connections linked to HIP/PHG where hemodynamic activity varies nonlinearly with multiple regions, whereas GCA showed many connections related to the PCL, CAU, PUT, and PAL where hemodynamic activity varies linearly with multiple regions. The above brain regions exhibit most frequent information transfer measured by different methods. As we know, the HIP and PHG have the important contribution of human memory. As Opitz summarized [35], the HIP plays a vital role in the memory associated with the recollection-based cognition, retrieval of contextual information, and unique conjunction of face-voice and object-location associations. Moreover, the hippocampus can also promote the combination of different cortical representations. That is to say, two inputs, coming from disparate neurons but being composed into a bound representation, activate the same neurons within the HIP, thereby resulting in distinct representations. The PHG, located inferior to the HIP, was interacted with the HIP, enhancing memory performance. Therefore, higher EC of the HIP/PHP in our results may be suggestive of their flexibility that they can be capable to rearrange any arbitrary relation, bind the separated cortices, and reconstruct single input from multiple neurons. The PCL straddles at the boundary between the frontal lobe and parietal lobe, referring to the primary motor and sensory areas relevant to the parts of limbs. Our findings about the higher EC of the PCL may be concerned with the scanning process and environment. The PAL, CAU, and PUT are the important parts of the BG in higher vertebrates [36]. As Simonyan summarized [37], the intrinsic connectivity of the BG can include both direct and indirect pathways, involved in cortico-BG-thalamo-cortical loop, while the extrinsic connectivity of the BG can refer to three functional loops including the motor loop via motor/premotor cortices, the associative loop via the dorsolateral part of the prefrontal cortex and parietal cortex, and the limbic loop via the orbital and medial parts of the prefrontal cortex. The interaction and integration of the above three loops may contribute to the complex functions of the BG, including working memory, emotions, decision-making, language, and procedural learning. Therefore, the higher EC found by GCA may suggest the functional importance of the BG within the brain functional network during resting state. Above all, a lot of communication within the healthy brain may be directly linked to the BG, whereas the activities of many brain regions may need to nonlinearly depend on the memory from HIP/PHG for healthy people during the resting state.

Given the results of Figure 2, EC-BP found lots of areas linked to DMN for the strongest 50 ECs. DMN was discovered by Shulman et al. in 1997 [38] and was first proposed by Raichle et al. in 2001 with PET technology [39]. It refers to the areas with significant higher spontaneous activity during resting state. The current results obtained by EC-BP found that a large number of brain regions have certain effects on DMN, which may be the reason why those regions within DMN are higher active than other brain regions during the resting state. However, BG, as the important parts of the strongest 50 ECs found by GCA, was not in the top 50 for EC-BP. This indicated that the nonlinear causality related to DMN may be stronger than the linear causality relevant to BG for the healthy subjects during the resting state. Given the above analysis, the proposed EC-BP method can provide supplementary information to GCA, which will promote more comprehensive detection and evaluation of brain EC.

However, there are some limitations in our study. (i) In the study, single feature (ReHo was selected for our preliminary attempt) was extracted for performing EC-BP. Actually, the more features, the more accurate the results are likely to be achieved. Therefore, in the future study, more features or indicators should be included. (ii) The proposed method needs to be validated in a variety of brain-related clinical disease. The disease should be associated with aberrations of the EC, and the results of the classification between the patients and controls can be compared to further prove the effectiveness of the method.

5. Conclusions

The proposed EC-BP method can provide supplementary information to GCA, which will promote more comprehensive detection and evaluation of brain EC.

Data Availability

The datasets used and analyzed during the current study are available from the corresponding author on reasonable request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This work was supported by the Project for the Science and Technology Planning Program of Henan Province (Nos. 212102210082, 20A520042, and 212102310088), the Young Teacher Foundation of Henan Province (Nos. 2021GGJS093 and 2020GGJS123), and the Henan Key Laboratory of Food Safety Data Intelligence.