Skip to main content

Using 3D CNN for classification of Parkinson’s disease from resting-state fMRI data

Abstract

Parkinson’s disease is a chronic and progressive movement disorder caused by the degeneration of dopamine-producing neurons in the substantia nigra of the brain. Currently, there is no specific diagnostic test available for Parkinson’s disease, and physicians rely on symptoms and medical history for diagnosis. In this study, a 3D-CNN deep learning model is proposed for detecting Parkinson’s disease using 4D-fMRI data. The data is preprocessed using independent component analysis (ICA) and dual regression processes through MELODIC in FSL, which results in a sequence of 30 3D spatial maps, each with its unique time course. A reference network, referred to as an atlas, is then applied using the fslcc command in FSL to map the 3D spatial maps. Fourteen resting-state networks (RSNs) are identified successfully, while the remaining maps are rejected as noise or artifacts. The detected RSNs or 3D spatial maps are fed into the 3D-CNN model, which is trained with a 10-fold cross-validation method. The proposed model has an accuracy of 86.07% on average.

Introduction

Parkinson’s disease (PD) is a neurodegenerative disorder characterized by the degeneration of dopamine producing neurons in the substantia nigra (SN) [1,2,3]. PD may affect anybody, regardless of age and gender; however, it is more prevalent in males compared to women. Although it chiefly affects the elderly, but it can affect younger people as well. The symptoms of PD can be controlled with medicine and deep brain stimulation at the moment, but there is no known treatment for the condition [4, 5].

Since there is no conclusive test for PD, diagnosis might be difficult. Clinical signs such as bradykinesia, resting tremor, muscular rigidity, and postural instability are used by doctors to make diagnoses, although these symptoms can only be detected once they have appeared in a patient [5,6,7]. However, prior to the onset of clinical symptoms, individuals may experience other symptoms including olfactory dysfunction [8,9,10], constipation [11, 12], sleep disturbances [13, 14], and mood disorders [15, 16]. Since PD is dormant until motor or clinical symptoms appear, these early signs offer a chance for an early diagnosis. Radiographic data can be used to determine those who could be more susceptible to developing PD.

Many studies have suggested that functional connectivity differences can identify people with PD from others who are healthy. Particularly, differences in functional connectivity have been observed in the supramarginal gyrus, visual, and sensorimotor areas of the cerebral cortex [17]. Another study found reduced functional connectivity in the visual networks, right middle frontal gyrus, and angular gyrus in PD patients [18]. Decreased functional connectivity was also observed in the default mode network (DMN), executive control network (ECN), salience network (SN), precuneus network (PCUN), and sensorimotor network in PD patients compared to healthy individuals [19]. Higher connectivity within cerebral nodes was observed in PD patients in a different study [20].

In a study by [21], functional connectivity was investigated in both healthy individuals and those diagnosed with Parkinson’s disease (PD). PD patients were categorized into two groups: those with mild cognitive impairment (MCI) and those with normal cognition. Among patients with MCI, more pronounced metabolic and functional connectivity abnormalities were observed in frontoparietal connections when compared to both healthy controls and patients with normal cognition.

Another study by [22] also explored differences in functional connectivity networks among PD patients. They found that patients with posterior cortical deficits exhibited pronounced functional connectivity within the basal ganglia when compared to patients with frontostriatal deficits. Conversely, patients with frontostriatal deficits showed reduced functional connectivity in various other networks, including the visual, default mode network (DMN), salience network (SN), and others, in comparison to both healthy controls and patients with normal cognition.

Machine learning (ML) and deep learning (DL) models have been trained on fMRI data to predict PD. One study proposed a low-dimensional representation of resting-state fMRI data as a potential biomarker for PD identification using DL, achieving a classification accuracy of 96.4% [23]. Another study employed pre-trained neural networks (VGG19, VGG16, and Inception v3) for PD classification in fMRI data, achieving accuracies of 91.5%, 88.5%, and 89.5%, respectively [24]. In other studies, feature selection and support vector machines (SVM) were used for PD classification based on fMRI data [25, 26]. Radiomic features extracted from the Brainnetome 246 atlas achieved a discriminative accuracy of 78.07% using SVM. Additionally, a long short-term memory (LSTM) network characterized PD stages with an accuracy of 71.63% based on fMRI data [27]. Signal processing techniques, such as short-time Fourier transform and SVM, were employed for feature extraction and classification of fMRI data in another study [28].

The aim of this work is to utilize independent component analysis (ICA) and dual regression to identify 3D spatial maps for PD classification. Additionally, a 3D-CNN model is developed for PD classification.

Methods

The use of 4D-fMRI data for PD prediction is the main goal of this work. While previous works have employed fMRI data for PD prediction, few studies have specifically utilized resting-state networks (RSNs) for PD classification. Therefore, our aim is to explore the potential of RSNs in PD classification.

We will use Multivariate Exploratory Linear Optimized Decomposition into Independent Components (MELODIC) to do independent component analysis (ICA), which will help us accomplish this. This technique enables the identification of pertinent RSNs for PD classification by allowing us to breakdown the 4D fMRI data into subject-specific spatial and temporal components. By comparing the obtained networks to previously developed reference networks, we will be able to differentiate between RSNs that contribute to PD classification and those that might be noise or unrelated to the disease. The 3D CNN designed to categorize PD patients will be fed with the identified RSN components.

ICA encompasses three types: spatial ICA (sICA), temporal ICA (tICA), and spatiotemporal ICA, all of which have relevance in fMRI applications. ICA is a method that aims to separate data into groups that are as independent as possible [29]. In fMRI, the data consists of both signals that are of interest to us (e.g., task-related and function-related signals) and signals that are considered noise (e.g., physiological, respiratory, and motion-related signals, as well as scanner-related configuration) [30]. In ICA models, these noise components manifest as separate components, while the task-related and function-related components are of interest for our analysis [29, 31, 32].

Dataset

For this study, we utilized the Tao Wu dataset [33], which includes age-matched T1 structural images and resting-state fMRI scans of the subjects. All scans were acquired using a Siemens MAGNETOM Trio 3 T scanner. The structural images had a repetition time of 1100 ms, echo time of 3.39 ms, and voxel size of 1 × 1 × 1 mm. Resting-state scans were obtained using an echo sequence with a repetition time of 2 s, echo time of 40 ms, flip angle of 90°, and voxel size of 4 × 4 × 5 mm.

The dataset utilized in this study comprises T1 and fMRI scans obtained from a total of 40 subjects, consisting of 20 control individuals and 20 individuals diagnosed with Parkinson’s disease. It is important to note that all PD subjects were at a medium severity level of the disease during the data collection [34].

Each resting-state session had a duration of 8 min. For each subject, there is one T1 MR image and one fMR image. All scans from the 40 subjects were included in the study after manual and visual inspection. It was determined that all scans were in good condition and of high quality, so no scans were excluded.

Preprocessing

In this study, FSL version 6.0.5 was utilized for the preprocessing of the data. The structural T1 images were first aligned with the MNI152 template, a subsequently skull stripped using the Brain Extraction Tool (BET) algorithm available in FSL. The BET algorithm is employed in FSL for brain extraction and skull stripping, which detects and removes non-brain tissue from structural MRI scans, resulting in a final image that contains only brain tissue. This process enhances the accuracy of subsequent image analysis methods applied to brain imaging data.

For the preprocessing of the fMRI images, several steps were performed. Motion correction was applied to correct for any motion artifacts present in the data. Slice timing correction was also performed to account for the differences in acquisition timing of individual slices. Additionally, a Gaussian filter with a full width at half maximum (FWHM) of 8 mm was applied to smooth the fMRI images. Finally, a high-pass filter was used to remove low-frequency noise from the data.

All preprocessed fMRI images were registered to their corresponding pre-processed structural T1 images of the same subjects. Subsequently, these images were registered to the standard MNI152 space and, finally, resampled to 4 mm. All the preprocessing steps for the structural and fMR image have been diagrammatically represented in Fig. 1.

Fig. 1
figure 1

Representing the flow of the preprocessing steps for the fMRI and its corresponding T1 structural image of the same subject

The process of aligning images from distinct geometric spaces to a single one is known as registration. Registration comprises three major components. To begin, a spatial geometric change must be provided. Translation, rotation, scaling, and shearing in the x, y, and z dimensions are the 3D transformation parameters. Rigid-body transformation involves three translations and three rotations consisting of six degrees of freedom (DOF), whereas affine transformation involves three scaling and three shearing variables in addition to the rigid-body parameters, consisting of 12 DOF [35]. Generally, the problem of image registration may be summarized as follows:

$$J\left[u\right]=D\left[R,T;u\right]+\alpha S\left[u\right]=min,$$
(1)
$$\mathrm{Subject}\;\mathrm{to}\;C_j\left[u\right]=0,j=1,2,\dots,m$$

\(D\) is the distance measure, \(S\) represents the smoother, and \(C\) represents the explicit constraints. The regularization parameter \(\alpha\) can be used to modify the smoothness of the displacement in relation to the similarity of the images [36].

Slice timing correction is performed to correct the time differences at which each slice was acquired. During an MRI scan, people are not advised to move their heads. However, inevitable head motions occur, and the data becomes damaged with motion-related abnormalities. As a result, head motion correction should be applied to fMRI data. Motion correction is achieved by using a rigid-body transformation to register all volumes to a reference volume. The reference volume might be any volume, although it is usually the first or middle volume of the whole data set that is chosen [35].

The weighted average across surrounding voxels is calculated using an 8-mm full width at half maximum (FWHM) Gaussian filter to accomplish spatial smoothing. Smoothing is used to lower the noise in image data. However, it can lead to the diminishing of the signal intensity. A 3D Gaussian function with the standard deviation of \(\sigma\) can be represented by the following [37]:

$$\varnothing \left(\sigma \right)={\left(2\pi {\sigma }^{2}\right)}^{-3/2}exp\left[\frac{-{\left|\left|x\right|\right|}^{2}}{2{\sigma }^{2}}\right]$$
(2)

MELODIC version 3.15 was used for performing the multi-session temporal concatenation. Multi-session temporal concatenation is a method used to conduct Group ICA. Group ICA helps to identify resting-state networks (RSNs) that are shared among all individuals in the group. This analysis allows us to uncover whole-brain networks that exhibit similar patterns of functional connectivity.

To further investigate the individual contributions to these group-level RSNs, we utilized a technique known as dual regression [38]. Dual regression enables us to determine the subject-specific spatial maps and time courses for each RSN identified at the group level.

Although FSL has the capability to estimate the dimensionality automatically, we followed the approach taken in previous similar studies by setting the number of independent components to 30 [39,40,41,42]. In addition, we applied variance normalization to the time courses and set a threshold of 0.5 for the independent component (IC) maps. This allowed us to effectively extract relevant information from the data and obtain a set of 30 independent components/spatial maps.

The set of spatial maps from the group average analysis was used to generate subject-specific versions of the spatial maps, and associated time series, using dual regression [43, 44]. First, for each subject, the group-average set of spatial maps is regressed (as spatial regressors in a multiple regression) into the subject’s 4D space–time dataset. This results in a set of subject-specific time series, one per group-level spatial map. Next, those time series are regressed (as temporal regressors, again in a multiple regression) into the same 4D dataset, resulting in a set of subject-specific spatial maps, one per group-level spatial map. We then tested for using FSL’s randomize permutation-testing tool.

To make it clear, ICA decomposes the fMRI data into spatially independent components, which may include components that represent some genuine neural activity, some physiological noise such as breathing or any other similar brain signals, and it may also include some motion-related artifacts. As we have performed Group ICA, these components represent common patterns of brain activity across all subjects, including both the controls and the subjects affected by PD. Each of these components represents a spatial map and an associated time series but averaged across all the subjects.

Dual regression is used to identify the subject-specific contributions to the Group ICA. It produces subject-specific spatial maps and time courses for each group-level component, allowing for comparisons across the subjects. Dual regression is a two-stage process; in stage 1, group-level spatial maps are regressed against each subjects 4D-fMRI data. It results in subject-specific time courses. Stage 2 uses the time courses from stage 1 to generate subject-specific spatial maps. In essence, dual regression allows us to measure the individual expression of group-level brain networks identified by ICA.

Out of the 30 components obtained from the independent component analysis (ICA), not all of them necessarily correspond to resting-state networks (RSNs). It is possible for ICA to identify components that may be noise or artifacts rather than meaningful networks. To determine the RSNs among the obtained components, we employed the fslcc command in FSL, comparing them against previously known reference networks described in [45].

Through this comparison, we identified a total of 14 components that demonstrated significant correlation with the known RSNs in the reference network. These 14 components represented the RSNs of interest and were utilized as input for the training of a 3D CNN. On the other hand, the remaining 16 components that could not be identified as RSNs were considered to mostly represent noise or other artifacts and were discarded from further analysis. All the identified RSNs have been listed in Table 1.

Table 1 List of spatial maps that were identified by comparing the obtained RSNs to a known reference network

Figure 2 displays the images of all 30 components obtained from the ICA. In Table 1, we provide the names of the identified RSNs corresponding to the images they represent. The networks are labelled according to their respective numbers in Fig. 1, which are displayed in the top left corner of each spatial map.

Fig. 2
figure 2

Representing all the ICs/RSNs that were obtained after performing the ICA. Each RSN is represented by a number at its top left corner. All the RSNs that could be identified are described in Table 1

Model development and experimental setup

For the classification of the disease, a 3D convolutional neural network (3D-CNN) was employed. The model was trained using Google Colab. The architecture of the 3D CNN comprised three convolutional layers, three max pooling layers, three dropout layers, two dense layers, one flatten layer, and one classification layer. Additionally, a batch normalization layer was utilized after the final max pooling layer. The rectified linear unit (ReLU) activation function was applied to each layer of the neural network, except for the classification layer, which used the sigmoid activation function. L2 regularization was incorporated into all the convolutional and dense layers of the model. Figure 3 depicts the diagrammatic representation of the 3D CNN, while Table 2 provides a detailed description of the architecture of each layer, including the feature maps, strides, kernel size, and other parameters.

Fig. 3
figure 3

Representation of the 3D CNN used in this for the classification of PD

Table 2 Describing in detail the architecture of the 3D CNN

During training, a learning rate of 0.0001 was set, and a batch size of 9 was used. The model was trained for a total of 13 epochs, and k-fold cross validation with k = 10 was employed. In k-fold cross-validation, the entire dataset is randomly divided into smaller subsets of nearly equal sizes. The complete dataset is then used to train and test the model, and the cross-validation estimate of accuracy is calculated by dividing the overall number of accurate classifications by the total number of data points in the dataset [46]. At the beginning of the process, 10% of the dataset was set aside for testing purposes and was not used in any other part of the training process except for evaluating the performance of the 3D CNN. Figure 4 represents the entire flow of the methodology including the preprocessing, generation of the ICs, and training and evaluation of the 3D-CNN.

Fig. 4
figure 4

Representing the entire process of training the 3D CNN for the classification of the PD

Results and discussion

Metrics

We have reported three key metrics: accuracy, specificity, and sensitivity. These metrics offer distinct insights into the performance of our model and, when used together, provide a comprehensive assessment of its predictive capabilities. To obtain a holistic understanding of the model’s accuracy, we have calculated the average of these metrics across all 10-folds. Furthermore, we have presented the values of these metrics for each individual fold in Table 2. By examining both the average and individual fold values, we can gain valuable insights into the model’s performance across different scenarios.

Accuracy, an important metric in evaluating model performance, represents the overall percentage of correct predictions generated by the model. It serves as a measure of the model’s ability to generalize well to new data. Sensitivity, also known as the true-positive rate, is defined as the ratio of true positives (TP) predicted by the model to the total number of positive instances. It provides insights into the model’s effectiveness in identifying positive cases. On the other hand, specificity, referred to as the true-negative rate, is defined as the ratio of true negatives (TN) predicted by the model to the total number of true negatives. It indicates the model’s ability to accurately identify negative cases.

In a binary classification problem, each data point can result in four types of predictions: TP, TN, FP (false positive), or FN (false negative). These metrics can be defined as follows:

$$Accuracy=\frac{TP+TN}{TP+FP+TN+FN}$$
(3)
$$Sensitivity=\frac{TP}{TP+FN}$$
(4)
$$Specificity=\frac{TN}{TN+FP}$$
(5)

In this study, independent component analysis (ICA) was utilized to reduce the dimensionality of the 4D fMRI data, which is inherently high dimensional. The fMRI data was transformed into 30 independent components (ICs) by selecting the components with the highest variance. This reduction was achieved through the MELODIC group concatenation technique. Subsequently, the ICs were further decomposed into their respective 3D spatial maps and corresponding time series using dual regression.

The resulting spatial maps were employed as features for a 3D convolutional neural network that was trained to classify Parkinson’s disease. The model exhibited an average accuracy of 86.07%, average sensitivity of 87.4%, and average specificity of 85.4% on the testing data when evaluated through a 10-fold cross-validation approach.

This approach demonstrated promising results in utilizing fMRI data for PD classification, achieving a high average accuracy rate.

Conclusions

To the best of our knowledge, this study represents the first instance of utilizing independent component analysis (ICA) within the MELODIC framework to reduce the dimensionality of 4D-fMRI data. Additionally, the separation of time series and spatial maps using ICA in MELODIC has been performed for the first time in the context of building classification models for predicting PD.

The model was trained on a balanced dataset comprising age-matched subjects with an equal representation of men and women. Although PD primarily affects older individuals, the inclusion of young people cannot be disregarded. The model exhibited accurate predictions for PD; however, there is room for improvement in terms of testing accuracy.

It is important to note that parameters for MRI scans may vary between labs and manufacturers, as each follows its own protocols. In this dataset, all samples were acquired from the same lab and manufacturer. Consequently, the deep learning model may have learned certain features specific to the acquisition protocol employed by that particular lab.

Furthermore, there are differences in total intracranial volumes between men and women. Previous studies have shown that models trained exclusively on brain scans of either men or women tend to have better predictive capabilities compared to models trained on mixed-gender data.

Availability of data and materials

Dataset used in the research.

The data used in this study is publicly available at https://fcp-indi.s3.amazonaws.com/data/Projects/INDI/umf_pd/taowu.tar.gz.

Abbreviations

CNN:

Convolutional neural network

fMRI:

Functional magnetic resonance imaging

MRI:

Magnetic resonance imaging

MELODIC:

Multivariate Exploratory Linear Optimized Decomposition into Independent Components

PD:

Parkinson’s disease

MCI:

Mild cognitive impairment

DMN:

Default mode network

SN:

Substantia nigra

ML:

Machine learning

DL:

Deep learning

VGG:

Visual Geometry Group

ICA:

Independent component analysis

RSN:

Resting-state network

FSL:

FMRIB Software Library

MNI:

Montreal Neurological Institute

SVM:

Support vector machine

DOF:

Degree of freedom

References

  1. Obeso JA, Rodriguez-Oroz MC, Goetz CG, Marin C, Kordower JH, Rodriguez M, Hirsch EC, Farrer M, Schapira AHV, Halliday G (2010) Missing pieces in the Parkinson’s disease puzzle. Nat Med 16:653–661. https://doi.org/10.1038/nm.2165

    Article  Google Scholar 

  2. Parent M, Parent A (2010) Substantia nigra and Parkinson’s disease: a brief history of their long and intimate relationship. Can J Neurol Sci 37:313–319. https://doi.org/10.1017/S0317167100010209

    Article  Google Scholar 

  3. Trist BG, Hare DJ, Double KL (2019) Oxidative stress in the aging substantia nigra and the etiology of Parkinson’s disease. Aging Cell 18:e13031. https://doi.org/10.1111/acel.13031

    Article  Google Scholar 

  4. Emamzadeh FN, Surguchov A (2018) Parkinson’s disease: biomarkers, treatment, and risk factors. Front Neurosci. https://doi.org/10.3389/fnins.2018.00612

    Article  Google Scholar 

  5. Tolosa E, Garrido A, Scholz SW, Poewe W (2021) Challenges in the diagnosis of Parkinson’s disease. Lancet Neurol 20:385–397. https://doi.org/10.1016/S1474-4422(21)00030-2

    Article  Google Scholar 

  6. He R, Yan X, Guo J, Xu Q, Tang B, Sun Q (2018) Recent advances in biomarkers for Parkinson’s disease. Front Aging Neurosci 10:305

    Article  Google Scholar 

  7. Parnetti L, Gaetani L, Eusebi P, Paciotti S, Hansson O, El-Agnaf O, Mollenhauer B, Blennow K, Calabresi P (2019) CSF and blood biomarkers for Parkinson’s disease. Lancet Neurol 18:573–586. https://doi.org/10.1016/S1474-4422(19)30024-9

    Article  Google Scholar 

  8. Ansari KA, Johnson A (1975) Olfactory function in patients with Parkinson’s disease. J Chronic Dis 28:493–497. https://doi.org/10.1016/0021-9681(75)90058-2

    Article  Google Scholar 

  9. Hoyles K, Sharma JC (2013) Olfactory loss as a supporting feature in the diagnosis of Parkinson’s disease: a pragmatic approach. J Neurol 260:2951–2958. https://doi.org/10.1007/s00415-013-6848-8

    Article  Google Scholar 

  10. Ross GW, Petrovitch H, Abbott RD, Tanner CM, Popper J, Masaki K, Launer L, White LR (2008) Association of olfactory dysfunction with risk for future Parkinson’s disease. Ann Neurol 63:167–173. https://doi.org/10.1002/ana.21291

    Article  Google Scholar 

  11. Cersosimo MG, Benarroch EE (2012) Pathological correlates of gastrointestinal dysfunction in Parkinson’s disease. Neurobiol Dis 46:559–564. https://doi.org/10.1016/j.nbd.2011.10.014

    Article  Google Scholar 

  12. Savica R, Carlin JM, Grossardt BR, Bower JH, Ahlskog JE, Maraganore DM, Bharucha AE, Rocca WA (2009) Medical records documentation of constipation preceding Parkinson disease: a case-control study. Neurology 73:1752–1758. https://doi.org/10.1212/WNL.0b013e3181c34af5

    Article  Google Scholar 

  13. Iranzo A, Tolosa E, Gelpi E, Molinuevo JL, Valldeoriola F, Serradell M, Sanchez-Valle R, Vilaseca I, Lomeña F, Vilas D, LLadó A, Gaig C, Santamaria J (2013) Neurodegenerative disease status and post-mortem pathology in idiopathic rapid-eye-movement sleep behaviour disorder: an observational cohort study. Lancet Neurol 12:443–453. https://doi.org/10.1016/S1474-4422(13)70056-5

    Article  Google Scholar 

  14. Schenck CH, Boeve BF, Mahowald MW (2013) Delayed emergence of a parkinsonian disorder or dementia in 81% of older men initially diagnosed with idiopathic rapid eye movement sleep behavior disorder: a 16-year update on a previously reported series. Sleep Med 14:744–748. https://doi.org/10.1016/j.sleep.2012.10.009

    Article  Google Scholar 

  15. Alonso A, Rodríguez LAG, Logroscino G, Hernán MA (2009) Use of antidepressants and the risk of Parkinson’s disease: a prospective study. J Neurol Neurosurg Psychiatry 80:671–674. https://doi.org/10.1136/jnnp.2008.152983

    Article  Google Scholar 

  16. Sieurin J, Gustavsson P, Weibull CE, Feldman AL, Petzinger GM, Gatz M, Pedersen NL, Wirdefeldt K (2016) Personality traits and the risk for Parkinson disease: a prospective study. Eur J Epidemiol 31:169–175. https://doi.org/10.1007/s10654-015-0062-1

    Article  Google Scholar 

  17. Hacker CD, Perlmutter JS, Criswell SR, Ances BM, Snyder AZ (2012) Resting state functional connectivity of the striatum in Parkinson’s disease. Brain 135:3699–3711. https://doi.org/10.1093/brain/aws281

    Article  Google Scholar 

  18. Tessitore A, Amboni M, Esposito F, Russo A, Picillo M, Marcuccio L, Pellecchia MT, Vitale C, Cirillo M, Tedeschi G, Barone P (2012) Resting-state brain connectivity in patients with Parkinson’s disease and freezing of gait. Parkinsonism Relat Disord 18:781–787. https://doi.org/10.1016/j.parkreldis.2012.03.018

    Article  Google Scholar 

  19. Liao H, Cai S, Shen Q, Fan J, Wang T, Zi Y, Mao Z, Situ W, Liu J, Zou T, Yi J, Zhu X, Tan C (2021) Networks are associated with depression in patients with Parkinson’s disease: a resting-state imaging study. Front Neurosci 14:573538

    Article  Google Scholar 

  20. Palmer WC, Cholerton BA, Zabetian CP, Montine TJ, Grabowski TJ, Rane S (2021) Resting-state cerebello-cortical dysfunction in Parkinson’s disease. Front Neurol 11:594213

    Article  Google Scholar 

  21. Ruppert MC, Greuel A, Freigang J, Tahmasian M, Maier F, Hammes J, van Eimeren T, Timmermann L, Tittgemeyer M, Drzezga A, Eggers C (2021) The default mode network and cognition in Parkinson’s disease: a multimodal resting-state network approach. Hum Brain Mapp 42:2623–2641. https://doi.org/10.1002/hbm.25393

    Article  Google Scholar 

  22. Devignes Q, Bordier C, Viard R, Defebvre L, Kuchcinski G, Leentjens AFG, Lopes R, Dujardin K (2022) Resting-state functional connectivity in frontostriatal and posterior cortical subtypes in Parkinson’s disease-mild cognitive impairment. Mov Disord 37:502–512. https://doi.org/10.1002/mds.28888

    Article  Google Scholar 

  23. Xu N, Zhou Y, Patel A, Zhang N, Liu Y (2022) Parkinson’s disease diagnosis beyond clinical features: a bio-marker using topological machine learning of rs-fMRI 509:43–50

  24. Sajeeb A, Nazmus Sakib AFM, Ali Shushmita S, Ashraf Kabir SM, Reza MT, Parvez MZ (2020) Parkinson’s disease detection using FMRI images leveraging transfer learning on convolutional neural network. 2020 International Conference on Machine Learning and Cybernetics (ICMLC). pp 131–136

    Chapter  Google Scholar 

  25. Haq NF, Cai J, Yu T, McKeown MJ, Wang ZJ (2020) Parkinson’s disease detection from fMRI-derived brainstem regional functional connectivity networks. In: Martel AL, Abolmaesumi P, Stoyanov D, Mateus D, Zuluaga MA, Zhou SK, Racoceanu D, Joskowicz L (eds) Medical Image Computing and Computer Assisted Intervention – MICCAI 2020. Springer International Publishing, Cham, pp 33–43

    Chapter  Google Scholar 

  26. Kazeminejad A, Golbabaei S, Soltanian-Zadeh H (2017) Graph theoretical metrics and machine learning for diagnosis of Parkinson’s disease using rs-fMRI. 2017 Artificial Intelligence and Signal Processing Conference (AISP). pp 134–139

    Chapter  Google Scholar 

  27. Shi D, Yao X, Li Y, Zhang H, Wang G, Wang S, Ren K (2022) Classification of Parkinson’s disease using a region-of-interest- and resting-state functional magnetic resonance imaging-based radiomics approach. Brain Imaging Behav. https://doi.org/10.1007/s11682-022-00685-y

    Article  Google Scholar 

  28. Neehal AH, Azam MdN, Islam MdS, Hossain MdI, Parvez MZ (2020) Prediction of Parkinson’s disease by analyzing fMRI data and using supervised learning. 2020 IEEE Region 10 Symposium (TENSYMP). pp 362–365

    Chapter  Google Scholar 

  29. Yang W, Pilozzi A, Huang X (2021) An overview of ICA/BSS-based application to Alzheimer’s brain signal processing. Biomedicines 9:386. https://doi.org/10.3390/biomedicines9040386

    Article  Google Scholar 

  30. Calhoun VD, Adali T (2006) Unmixing fMRI with independent component analysis. IEEE Eng Med Biol Mag 25:79–90. https://doi.org/10.1109/MEMB.2006.1607672

    Article  Google Scholar 

  31. Beckmann C, Noble J, Smith S (2000) Artefact detection in FMRI data using independent component analysis. 11

  32. Mckeown MJ, Makeig S, Brown GG, Jung T-P, Kindermann SS, Bell AJ, Sejnowski TJ (1998) Analysis of fMRI data by blind separation into independent spatial components. Hum Brain Mapp 6:160–188.

  33. Badea L, Onu M, Wu T, Roceanu A, Bajenaru O (2017) Exploring the reproducibility of functional connectivity alterations in Parkinson’s disease. PLoS One 12:e0188196. https://doi.org/10.1371/journal.pone.0188196

    Article  Google Scholar 

  34. Ayaz Z, Naz S, Khan NH, Razzak I, Imran M (2022) Automated methods for diagnosis of Parkinson’s disease and predicting severity level. Neural Comput Applic. https://doi.org/10.1007/s00521-021-06626-y

    Article  Google Scholar 

  35. Park B, Byeon K, Park H (2019) FuNP (fusion of neuroimaging preprocessing) pipelines: a fully automated preprocessing software for functional magnetic resonance imaging. Front Neuroinform 13:5

    Article  Google Scholar 

  36. Fischer B, Modersitzki J (2003) FLIRT: a flexible image registration toolbox. In: Gee JC, Maintz JBA, Vannier MW (eds) Biomedical Image Registration. Springer, Berlin, Heidelberg, pp 261–270

    Chapter  MATH  Google Scholar 

  37. Mikl M, Mareček R, Hluštík P, Pavlicová M, Drastich A, Chlebus P, Brázdil M, Krupa P (2008) Effects of spatial smoothing on fMRI group inferences. Magn Reson Imaging 26:490–503. https://doi.org/10.1016/j.mri.2007.08.006

    Article  Google Scholar 

  38. Nickerson LD, Smith SM, Öngür D, Beckmann CF (2017) Using dual regression to investigate network shape and amplitude in functional connectivity analyses. Front Neurosci 11:115. https://doi.org/10.3389/fnins.2017.00115

    Article  Google Scholar 

  39. Bottou L (2010) Large-scale machine learning with stochastic gradient descent. In: Lechevallier Y, Saporta G (eds) Proceedings of COMPSTAT’2010. Physica-Verlag HD, Heidelberg, pp 177–186

    Google Scholar 

  40. Duc NT, Ryu S, Qureshi MNI, Choi M, Lee KH, Lee B (2020) 3D-deep learning based automatic diagnosis of Alzheimer’s disease with joint MMSE prediction using resting-state fMRI. Neuroinform 18:71–86. https://doi.org/10.1007/s12021-019-09419-w

    Article  Google Scholar 

  41. Qureshi MNI, Ryu S, Song J, Lee KH, Lee B (2019) Evaluation of functional decline in Alzheimer’s dementia using 3D deep learning and group ICA for rs-fMRI measurements. Front Aging Neurosci 11:8

    Article  Google Scholar 

  42. Qureshi MNI, Oh J, Lee B (2019) 3D-CNN based discrimination of schizophrenia using resting-state fMRI. Artif Intell Med 98:10–17. https://doi.org/10.1016/j.artmed.2019.06.003

    Article  Google Scholar 

  43. Beckmann C, Mackay C, Filippini N, Smith S (2009) Group comparison of resting-state FMRI data using multi-subject ICA and dual regression. Neuroimage 47:S148. https://doi.org/10.1016/S1053-8119(09)71511-3

    Article  Google Scholar 

  44. Filippini N, MacIntosh BJ, Hough MG, Goodwin GM, Frisoni GB, Smith SM, Matthews PM, Beckmann CF, Mackay CE (2009) Distinct patterns of brain activity in young carriers of the APOE-epsilon4 allele. Proc Natl Acad Sci U S A 106:7209–7214. https://doi.org/10.1073/pnas.0811879106

    Article  Google Scholar 

  45. Smith SM, Fox PT, Miller KL, Glahn DC, Fox PM, Mackay CE, Filippini N, Watkins KE, Toro R, Laird AR, Beckmann CF (2009) Correspondence of the brain’s functional architecture during activation and rest. Proc Natl Acad Sci USA 106:13040–13045. https://doi.org/10.1073/pnas.0905267106

    Article  Google Scholar 

  46. Kohavi R (1995) A study of cross-validation and bootstrap for accuracy estimation and model selection. Proceedings of the 14th international joint conference on Artificial intelligence - Volume 2. Morgan Kaufmann Publishers Inc, San Francisco, pp 1137–1143

    Google Scholar 

Download references

Acknowledgements

This work was supported by the Center for AI in Medicine, Imaging and Forensic, Sharda University.

Funding

No funding was received to assist with the preparation of this manuscript.

Author information

Authors and Affiliations

Authors

Contributions

The authors did the entire project. The authors read and approved the final manuscript.

Corresponding author

Correspondence to Ruqaiya Khanam.

Ethics declarations

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Islam, N.U., Khanam, R. & Kumar, A. Using 3D CNN for classification of Parkinson’s disease from resting-state fMRI data. J. Eng. Appl. Sci. 70, 89 (2023). https://doi.org/10.1186/s44147-023-00236-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s44147-023-00236-2

Keywords