1.
Introduction
The dorsal striatum, which is composed of the caudate nucleus and putamen, is the entrance to the basal ganglia and receives convergent excitatory afferents from the cortex and thalamus. It forms the origin of direct and indirect pathways and various basal ganglia circuits involved in motor control, mostly for tasks such as action initiation, timing, controlling, learning, and memory [1]. For example, the release of dopamine in the dorsal striatum increases when humans are provided with the opportunity to receive monetary rewards or even stimulated by food in a state of hunger. The brain reacts in a similar way when processing negative emotions and accessing "N-back" working memory [2,3,4]. Blood oxygen level dependence (BOLD) in the dorsal striatum is increased when the brain is stimulated with choice or decision-related aspects of expected reward value [5]. Based on several types of research, it is generally accepted that the caudate in the dorsal striatum contributes to cognitive functions, while the putamen is mainly involved in motor functions but to some extent also in cognitive functions [6]. Many pathophysiological models of psychiatric disorders (including Huntington's disease, Parkinson's disease, and Alzheimer's disease) include key roles for the caudate and the putamen, as they are closely linked to other regions known to be involved in dysfunction in psychiatric conditions [7,8,9]. Therefore, it is particularly important to functionally locate the different subregions in the dorsal striatum and to explore the connections between them.
The combination of deep learning algorithms and medical imaging has led to advances in research on the relationship between brain structure and brain function. Traditional deep learning has demonstrated powerful capabilities in medical image anomaly detection, anatomical structure detection and segmentation, and computer-aided diagnosis [10]. However, conventional formulations are limited to data structured in an ordered grid-like fashion, whereas the structure of brain images has a spherical topology (i.e., cortical or subcortical regions); traditional deep learning models have limited ability to capture information about complex curved neighborhoods. With the in-depth research in the field of brain science based on graph theory analysis, models such as Generative Adversarial Networks (GAN) [11,12,13] and Graph Neural Networks (GNN) [14,15] are widely used in brain functional connectivity, functional magnetic resonance imaging (fMRI) classification, and disease prediction and so on. Moreover, GNN can learn features in a large number of complex and irregular topologies in the cortex or subcortical regions, showing powerful generalization ability and interpretability.
In 2005, Gori et al. [16]. proposed the first GNN, which was a paradigm for machine learning through relationships between data samples. The use of GNN to analyze graph-structured data has received a lot of attention in recent years, leading to considerable progress. In 2022, Campbell et al. [17] proposed the dynamic brain graph structure learning (DBGSL) framework, which showed powerful capabilities in gender classification based on fMRI data. In the same year, Kan et al. [18] proposed the functional brain network generation (FBNETGEN) network to perceive and interpret fMRI data through tasks generated by deep brain networks; the method was applied to two fMRI datasets to validate its effectiveness. Recently, Zheng et al. [19] proposed the Granger causality-inspired GNN (CI-GNN) to diagnose brain disease datasets using functional connectivity within brain regions. The outstanding results obtained by constructing brain networks and performing functional connectivity analysis in the irregular spherical topology of the brain based on graph theory provide an important idea for the study of the dorsal striatum in this paper. A study of the existing literature reveals that there are fewer related works on the detailed division of the functions of the dorsal striatum and most of the attention has been focused on a single function. In order to fill in the gaps in the study of the functions of the dorsal striatum brain regions, we propose to utilize a graph neural network to carry out the functional division of the dorsal striatum.
In this paper, we propose a framework for functional division of the dorsal striatum based on BrainGNN model, which is further improved on the BrainGNN model proposed by Li et al. [20]. Different from previous graph neural network analysis, instead of using brain regions as network nodes, we constructed brain networks in the dorsal striatum using voxels as nodes, and analyzed the brain networks in the dorsal striatum using the BrainGNN model to filter out subregions with strong correlation with the corresponding functions. To our knowledge, this is the first work to consider the dorsal striatum as the region of interest (ROI), the framework for functional division of the dorsal striatum based on BrainGNN model involves several steps of data preprocessing, extraction of the time series of voxels from the dorsal striatum, and calculation of functional connectivity and functional division by BrainGNN. The division principle is as follows: nodes and edges jointly constructed the graph, so to construct the graph data in the dorsal striatum, nodes and edges features have to be determined first. All voxels in the dorsal striatum are extracted and modeled as nodes, the Pearson correlation coefficient matrix between the nodes is calculated as the different embedding of the node features, and the partial correlation coefficient matrix between the nodes is used as the edge weights of the node connections. Finally, using the BrainGNN model to analyzed the graph data in the dorsal striatum and obtain four functional subregions, namely, olfactory reward, "0-back" working memory, emotional picture stimulation, and capital investment decision-making, the purpose of functional division of the dorsal striatum is achieved.
2.
Materials and methods
2.1. Data acquisition
Four mutually independent fMRI datasets for reward, emotion, memory, and decision-making tasks were used. All data were obtained from the publicly available database OpenNeuro. All subjects for the reward-type task were recruited by the University of Geneva; two subjects' fMRI data were excluded for special reasons during the acquisition. In the reward task, twelve olfactory stimuli were administered to 22 subjects, with chocolate olfactory stimuli used as the olfactory reward, and fMRI data were obtained for all subjects. For the emotion-type task, 34 subjects were recruited by Columbia University, and finally 32 subjects' fMRI data were acquired by administering neutral versus aversive picture stimuli to participants. Data on "0-back" working memory were recruited from the Center for Neurosciences in Psychiatric Disorders (CCNMD) at the University of Washington, where 99 subjects (41 healthy controls, 58 people with schizophrenia) performed the "0-back" working memory task, excluding one healthy subject. fMRI data of 40 healthy subjects who performed the "0-back" task were selected for the experiment. The decision-making task involved 20 subjects, who made a choice between making a financial commitment or not. Healthy subjects were selected for all four datasets. Table 1 summarizes the statistics for the four datasets.
2.2. The proposed method
Owing to the ability of GNNs to learn features in a large number of complex and irregular topologies, and their powerful generalization ability and interpretability, in this paper, we propose a framework for functional division of the dorsal striatum using the BrainGNN model. The flowchart of the proposed framework is shown in Figure 1.
2.2.1. Data preprocessing
Among the non-invasive or minimally invasive techniques suitable for human brain research, fMRI is unmatched to date in terms of its spatiotemporal coverage and information content as a technique for investigating neuronal activity and brain functional connectivity [25]. However, fMRI data may contain artifacts due to slight movements of the body and spontaneous fluctuations of neurons or the brain during the acquisition process, or due to some other source of noise or signals causing disturbance. Preprocessing of fMRI data in this experiment was performed using the DPABI toolbox [26], with steps including: (1) Removing the first 10 time points of brain images for each subject's data; (2) performing layer time correction and head motion correction for each slice of every brain image; (3) aligning each subject's functional images to their structural images to obtain high-resolution functional images; (4) normalizing all images to the MNI (Montreal Neurological Institute) [27] space at 3×3×3mm3 resolution; (5) spatial smoothing using a 4-mm full width at half maximum Gaussian kernel; (6) removal of linear drift; and (7) filtering using a 0.01–0.1 Hz bandpass filter.
2.2.2. Extraction of time series of voxels from dorsal striatum
After preprocessing with the DPABI toolbox, the fMRI data were four-dimensional (4D). A 4D fMRI image is a series of three-dimensional (3D) brain models, which are themselves sequences of two-dimensional brain image slices; the fourth dimension is time. Here, the 4D data were converted into a form that can be read by the GNN. Subjects' 4D data were first converted into T 3D images (where T is the time point of interest) using the dcm2niigui software package. A mask of the dorsal striatum was also drawn using the Anatomical Automatic Labeling (AAL) atlas [28]. Then, the numbers of voxels in the brain regions of the dorsal striatum were extracted from all subjects' 3D images using this mask and used as the number of nodes in the constructed graph. Finally, using the 4D image, the time series of each voxel in the dorsal striatum of each subject was calculated with a size of T × N (where N is the number of nodes). The flowchart of the process of extracting the time series of voxels from the dorsal striatum using the fMRI data of one subject is shown in Figure 2.
2.2.3. Calculation of functional connectivity
The Pearson correlation coefficient matrix and the partial correlation matrix were computed as node features and edge features, respectively, from the time series of all voxels extracted from each subject's dorsal striatal brain region species. This was because Pearson correlation and partial correlation are different measures of fMRI connectivity. All nodes were aggregated by constructing edge connections as well as node features, based on recent work on multigraph fusion for neuroimaging analysis [29,30].
The Pearson correlation coefficient matrix was calculated as follows:
The Pearson correlation coefficient matrix had N×N dimensions, and the correlation coefficient values ranged from −1 to 1. When the correlation coefficient value for variables x and y is close to 0, the two variables have low correlation; if the value is positive, the two variables are positively correlated, otherwise, they are negatively correlated.
The partial correlation matrix was calculated by excluding the effects of other variables when calculating the correlation between two variables. For the variable matrix X, the partial correlation coefficient matrix was calculated as follows:
where k=(Cov(X))−1. The partial correlation matrix was also an N×N-dimensional matrix with values in the range [−1, 1].
2.2.4. Functional division by BrainGNN
The node and edge features obtained using the method described above were used as inputs to the BrainGNN. The node features were embedded into the low-dimensional space, and the node and edge features were merged to aggregate and update the node vectors. Finally, a pooling operation was performed to output powerfully connected nodes, which were aggregated to form the significance cluster. The specific steps for feature partitioning using this model are as follows.
Step 1: Graph construction. In this work, we use a dorsal striatum mask to divide the subject's fMRI data into N voxels, which are defined as N nodes in the graph v=(v1,v2,...,vn) (vi is the i-th node in the graph). Then, we define an undirected weighted graph G=(v,ε), where ε is the edge set, i.e., (vi,vj), a collection of links from vi to vj. The matrix H=[h1,h2,...,hN]T represents the set of features with associated nodes, and the matrix H is calculated by Pearson correlation function as the node features. hi is the feature vector associated with node νi. For each edge between two connected nodes, (νi,νj)∈ε, we define eij∈R and also eij=0∉ε, so that there is an adjacency matrix E=[eij]∈RN×N, and the matrix E is calculated by the partial correlation function as the edge features. Based on the above analysis, matrix H and matrix E jointly construct the graph data.
Step 2: Graph convolutional layer. The graph convolution layer in the BrainGNN model uses different weights to learn each node embedding. The connection strength between two voxels, i.e., the edge weight, is used for message filtering, because the edge features contain essential information about the graph. In the convolution layer, hi(l)∈Rd(l) is defined as the feature of the i-th node at the l-th layer, and d(l) is the dimension of the l-th layer feature. The propagation model for node update is:
where P(l)(i) denotes the set of indices of neighboring nodes of node νi, e(l)ij denotes the features associated with the edge from νi to νj, and W(l)i denotes the model's parameters to be learned. As the first layer operates on the original graph, h(0)i=hi and e(0)ij=eij. To avoid increasing the scale of output features, the edge features are normalized:
The convolutional layer also takes into account the position information of the nodes, which represented not by the coordinates of the nodes but using one-hot encoding. For node νi, we define its position information γi, which is a N-dimensional vector with i-th value 1 and the other values 0. Then, the vectorized embedding kernel vec(W(l)i) of the convolutional layer at the l-th layer based on γi is:
where parameters (θ(l)1,θ(l)2) map γi to a d(l+1), d(l)-dimensional vector, which reshapes the output to a d(l+1)×d(l) matrix W(l)i. Here, b(l) is the bias term.
Step 3:Graph pooling layer. To keep the indicative nodes in the dorsal striatum, the Topk pooling method proposed by Cannea et al. [31] and Gao and Ji [32] is used to reduce the number of nodes in the graph. In this layer, the node features are projected to the learnable vector Γ(l)∈Rd(l) to determine the nodes to be discarded; the nodes with lower scores experience less feature retention. Thus, the l+1-th node feature matrix is denoted by ˜H(l+1)=[˜h(l+1)1,…,˜h(l+1)N(l)]T, and the Topk pooling layer operation is represented as follows:
where ||⋅|| is the second norm, and μ and σ take the input vector and output the mean and standard deviation of its elements. The Topk pooling method finds the index corresponding to the largest k elements of the scoring vector ˜s, ⊙ is element-wise multiplication, and (⋅)i, j is an indexing operation which takes elements at row indices specified by i and column indices specified by j. The colon in the equation indicates all indices. The pooling operation retains sparsity by requiring only a projection, a point-wise multiplication, and a slicing into the original feature and adjacency matrix.
The BrainGNN model rationalizes the selection of nodes in the graph pooling layer by using Topk pooling (TPK) loss. That is, the first selected node in the graph pooling layer is expected to have a significantly different score compared with the unselected node. Ideally, the scores of selected nodes will be close to 1, whereas those of unselected nodes will be close to 0. Then, the node scores of the m-th input number of M samples are sorted in descending order and denoted by ˆs(l)m=[ˆs(l)m,i,...,ˆs(l)m,N(l)]. In the BrainGNN model, the TPK loss is expressed as:
Step 4: Node output. To summarize the output graph of the l-th conv-pool block, we perform a flattening operation to retain information about the input graph at a fixed size, using the following equation:
where H(l)=[h(l)i:i=1,...N(l)], || denotes concatenation. To retain useful information in the graph, we concatenate both mean and maximum summarization for a more informative representation.
Step 5: Node clustering. According to the graph input location information, the node location information output from layer l is counted with the pooling score. In the Topk pooling layer, the first k nodes retained after one pooling are reconstructed as an undirected weighted subgraph. The node indexes are also restarted from 0, and then the next convolution and pooling operation is performed. Thus, for any dataset, the node index of the l-th layer output of each subject can be used to find its corresponding l−1-th layer node index, and so on, to find the initial node index corresponding to the node output of the l-th layer. This step is repeated to count all output node information of several subjects in a dataset. Then, these nodes are counted, and the nodes with most repetitions are aggregated in combination with the index information of all voxels in the mask. Finally, the aggregated clusters are mapped to the standard brain atlas. The converged clusters are indexed by the nodes (i.e., voxels) of the aggregated output of the pooling layer and can be used to explain the salience of brain activation under a given task.
3.
Results
3.1. Experimental parameters
The experiment was conducted using the data and method presented in sections 2. After the data had been preprocessed, a total of 1189 voxels were extracted from the dorsal striatum of the fMRI data of each subject, so the node features were h(0)i∈R1189. Then, based on the functional connectivity between voxels, an undirected weighted graph for the dorsal striatum of each subject was defined, with 1189 nodes per subject in each task condition; 22, 32, 40, and 20 graphs were acquired for the four fMRI datasets, respectively. We ran the algorithm on a Windows 10 operating system with Pytorch in the Python environment using a NVIDIA GeForce GTX 3080Ti with 12GB memory. To determine the pooling rate and the number of convolutional layers to be used in the model, the best pooling rate and the best number of convolutional layers was selected from {0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.0} and [1,2] for the dataset used in this experiment. The experimental results are shown in Figure 3. Figure 3(A) shows the differences between the maximum and minimum values of node scores after the one-layer convolution and pooling operations; the smaller the difference, the more converged the selected node scores. As shown in the figure, the best pooling rate of 0.5 was selected. Experiments were conducted on the number of convolution layers with the 0.5 pooling rate, and two-layer convolution with the pooling operation was found to be more selective with indicative nodes. The results are shown in Figure 3(B). After the above experiments, the model consisted of two convolutional and pooling layers with final experimental parameters: d(0)=1189, d(1)=32, d(2)=32, and a pooling rate of 0.5. 596 nodes were retained after 1-th convolutional pooling and 298 nodes were retained after 2-th convolutional pooling with these optimal parameters, the node codes output by each subject under each functional task were counted and sorted, and the top 298 nodes in terms of repetition rate were selected for aggregation as the significantly activated subregions under that functional task.
3.2. Single-task results
After analyzing the four task datasets by the method described above, the initial index values corresponding to the 298 voxels in the dorsal striatum under each task were obtained with their corresponding mean scores. These 298 voxels converged into cluster sub-functional areas belonging to each task. Convergence results were mapped to the Ch2 brain atlas and then viewed and analyzed using Mango software (https://mangoviewer.com/mango.html). The functional subregion associated with olfactory reward was defined as ordinate 1, where the central coordinates are located in MNI space (−1, 13, 8). This subregion was mainly concentrated in the right caudate body; fewer voxels were aggregated in the putamen. The functional subregion associated with the "0-back" working memory task, defined as ordinal number 2, was centered in MNI space (1, 12.5, 7); more voxels were found to converge in the caudate and putamen on the left side of the brain, with relatively few on the right side. The clusters obtained under different emotional picture stimuli were defined as functional subregion 3. This subregion had more activation of voxels in the caudate versus the putamen, with significantly more left than right in the putamen, and its center was located in the MNI space of (1, 8, 9). Finally, the functional subregion associated with the capital investment decision-making task was defined as ordinate 4, where the central coordinate was located in MNI space (5.5, 9, 7); this subregion was mainly concentrated in the left caudate body and putamen, with fewer voxels found in the caudate head and the right putamen. Table 2 shows the minimum and maximum values of voxel scores and the percentages of voxel numbers in the dorsal striatum for the four functional subregions. The results of the four functional subregions are shown in Figure 4.
3.3. Multi-task conjunction results
In this work, four single tasks were used to divide the dorsal striatum into four different functional subregions. Then, the results of the individual tasks were used to analyze the differences and connections between these regions to explore the functional subregions of the caudate and putamen under the influence of multiple tasks. The conjunction of any two tasks was displayed and analyzed using Mango software as well as the Ch2 brain atlas. The olfactory reward task was combined with the "0-back" working memory task, emotional picture stimulation task, and capital investment decision-making task. The functional subregions showing combined activation were defined as ordinal numbers 5, 6, and 7, which were located in MNI space (−2, 15, 8), (0, 11.5, 11), and (3, 11.5, 9.5), respectively. Functional subregion 5 was more activated in the caudate head than in the caudate body. However, functional subregions 6 and 7 showed the opposite pattern of activation. The "0-back" working memory task was jointly analyzed with the emotional picture stimulation task and the capital investment decision-making task, respectively. Their joint functional subregions were defined as numbers 8 and 9, with central coordinates located in MNI space (1.5, 13, 9) and (4.5, 13.5, 9). Similarly, functional subregion 8 was more concentrated in the caudate body in the left caudate, and the right side was concentrated in the caudate head. Functional subregion 9 was activated far more significantly on the left side than the right side and was more concentrated in the caudate body and the tail of the putamen. Last, the conjunct outcome of the emotional picture stimulation task and the capital investment decision-making task was defined as functional subregion 10, which was centered at coordinates in MNI space (4.5, 9, 9). In this case, the left side of the brain was more concentrated in the caudate body, and significant activation in the right side of the putamen was observed in all putamen subregions except for the head of the putamen, where no significant activation was found. Table 3 shows the percentages of the numbers of voxels in the dorsal striatum in functional subregions 5–10. The conjunction results of functional subregions 5–10 are shown in Figure 5.
As described above, we performed conjunction analyses with each of the three tasks. The functional subregion that defined the joint activation of the olfactory reward task, the "0-back" working memory task, and the emotional picture stimulation task was denoted by ordinal number 11; the functional subregion for the olfactory reward task, "0-back" working memory task, and capital investment decision-making task was denoted 12; the functional subregion for the olfactory reward task, emotional picture stimulation task, and capital investment decision-making task was 13, and the "0-back" working memory task. The functional subregion corresponding to joint activation by the emotional picture stimulation task and the capital investment decision-making task was denoted 14. The center coordinates of these four functional areas were located in MNI space (1, 11.5, 8.5), (3.5, 14, 9.5), (3, 11, 10), and (3.5, 13.5, 9.5), respectively. Significant activation areas for functional subregions 11 and 14 in the left brain were concentrated in the caudate body, whereas those for the right side were in the caudate head, and fewer voxels were found in the left and right putamen. Functional subregions 12 and 13 had more voxels in the left and right caudate than functional subregions 11 and 14, and both were concentrated in the caudate body. Table 4 shows the percentages of the numbers of voxels in the dorsal striatum in functional subregions 11–14. The conjunction results of functional subregions 11–14 are shown in Figure 6.
Finally, a conjunction analysis for all four tasks was performed. The functional subregion conjunctly activated by the four tasks was defined by ordinal number 15, and the core coordinate was located in MNI space (2.5, 14.5, 9.5). Counting the numbers of voxels in functional subregion 15 in the dorsal striatum showed that more voxels were activated in the left caudate than the right, and that they were concentrated in the caudate body, whereas the right putamen was activated by far more voxels than the left. Figure 7 shows the results for co-activation of the dorsal striatum under all four tasks.
3.4. Dorsal striatum functional division results
In this study, a GNN was used to converge the significant activation subregions in the dorsal striatum for olfactory reward, "0-back" working memory, emotional picture stimulation, and capital investment decision-making tasks. The dorsal striatum was then divided into 15 functional subregions, with each functional subregion responsible for different aspects of cognitive control. The 15 functional subregions were labeled with the numbers 1 to 15. The results are shown in Figure 8.
4.
Discussion
The experimental results obtained using the BrainGNN model indicate that biomarkers of brain regions in response to task stimuli can be characterized by pooling the outputs of nodes with higher repetition rates and thus aggregating them into different clusters. Based on an extensive search of the literature, we found that most brain studies using GNNs were performed by extracting the average time series of each brain region to calculate the functional connectivity between brain regions. However, in this experiment, the raw fMRI data were first restricted to the caudate and putamen, and the time series of each voxel was obtained by extracting the BOLD values (i.e., voxel values) of each voxel within these two brain regions to calculate the functional connectivity between voxels. Then, each voxel was treated as a node in the graph data, and the Pearson correlation coefficient matrix and partial correlation matrix were calculated using time series of voxels as node features and edge weights, with each node aggregated to neighboring node features by a two-layer convolutional pooling operation. The 1189 voxels extracted from each subject's data were convolved, and each node embedding was obtained after one layer of aggregation. The remaining 595 nodes were pooled again after the pooling operation to obtain the remaining 298 nodes. Finally, the 298 nodes for each subject were counted, and the top 298 nodes with the highest repetitions rate were exported to be aggregated into a cluster.
The fMRI data acquired during four different tasks were studied using the BrainGNN research method in this work. The four different clusters were aggregated in the dorsal striatum, first using single tasks to define functional subregions, and then using conjunction analysis of two, three, or all four tasks. The final division comprised 15 functional subregions. Whereas the left caudate was most activated by the "0-back" working memory task, the right caudate was most activated by the olfactory reward task, and the left and right putamen were the most activated areas for the capital investment decision-making. Based on our analysis, the results for the four tasks showed both connections between and differences in the brain regions activated during different cognitive tasks.
The results described above demonstrate that achieving functional integration is a critical issue. The conjunction analysis of the experimental results from four single tasks revealed multifunctional patterns between different task categories. First, each pair of tasks was conjunctly analyzed, and six different functional subregions were obtained. Among these six functional subregions, the largest clusters were found for the olfactory reward and capital investment decision-making tasks, and these clusters were more concentrated in the left and right caudate body compared with other areas. However, the association of olfactory reward with the "0-back" working memory task was more concentrated in the left caudate head, and the association of picture emotional stimulation with the capital investment decision-making task was more distributed in the putamen. Afterwards, conjunction analysis of each set of three tasks was performed, and the cluster size of each resultant aggregate was counted. The results showed that the joint olfactory reward, emotional picture stimulation, and capital investment decision-making tasks accounted for the largest functional subregions, which were concentrated in the left caudate body and putamen, whereas the left and right caudate head regions were more evenly distributed among the conjunction results for any of the other three tasks. In the final conjunction analysis of all four tasks, more voxels converged in the caudate and putamen in the left side of the brain than in the right side, again concentrated in the caudate body. Using the above experimental process, the dorsal striatum was divided into a total of 15 functional subregions, which are related to different cognitive functions in humans. These findings may be important for future studies of mental disorders involving dysfunction of the caudate and putamen.
The study had some limitations. First, the dorsal striatum masks generated by different brain atlases in the data preprocessing were different, which led to different results in the final division; this has implications for reproducibility and consistency. Second, this study only considered one kind of stimulus for each task, whereas reward stimuli also include money, food, etc. Future studies should use more comprehensive data for functional division of the dorsal striatum. Finally, the correctness of the division of the dorsal striatum in the future also needs to be verified from many aspects.
5.
Conclusions
In this paper, a GNN framework for functional division of the dorsal striatum has been proposed. The framework performs data preprocessing, extraction of voxel time series from the dorsal striatum, calculation of functional connectivity, and BrainGNN model division. Four fMRI datasets were obtained from publicly available databases for an olfactory reward task, "0-back" working memory task, emotional picture stimulation task, and capital investment decision-making task. After the above steps, four subregions of the dorsal striatum were divided into four tasks, and a conjunction analysis was performed through these four functional subregions, resulting in the division of the dorsal striatum into 15 functional subregions. These results will promote a clearer understanding of the differences and connections between functional subregions.
Use of AI tools declaration
The authors declare that they have not used Artificial Intelligence (AI) tools in the creation of this article.
Acknowledgments
The authors gratefully acknowledge the public data for validating and quantifying the proposed method. This work was supported by the National Science Foundation of China (Grant No. 61728107) and the Program for Young Key Teachers of Henan Province (Grant Nos. 2020GGJS123 and 2021GGJS093). The authors also gratefully acknowledge the helpful comments and suggestions of the reviewers, which have improved the presentation.
Conflict of interest
The authors declare that there are no conflicts of interest.