574
views
0
recommends
+1 Recommend
1 collections
    1
    shares

      Interested in becoming a RADSCI published author?

      • Platinum Open Access with no APCs.
      • Fast peer review/Fast publication online after article acceptance.

      See further information on submitting a paper at https://radsci-journal.org/submit-a-paper/

      scite_
       
      • Record: found
      • Abstract: found
      • Article: found
      Is Open Access

      Machine learning for automatic Alzheimer’s disease detection: addressing domain shift issues for building robust models

      Published
      review-article
      Bookmark

            Abstract

            Alzheimer’s disease (AD) is a type of brain disease that affects a person’s ability to perform daily tasks. Modern neuroimaging techniques have made it possible to detect structural and functional changes in the brain that are linked to AD, and machine learning (ML)-based methods have been extensively developed to help physicians achieve fast and accurate imaging-based AD detection. One critical issue when deploying ML methods in clinical applications is the domain shift that exists between the training and test data, which may significantly attenuate a model’s performance. To resolve this issue, domain adaptation (DA) is needed to narrow the performance gap between data from domains with different distributions. The purpose of this review is to offer insight into the state of ML and DA research in the field of neuroimaging-based AD detection. The limitations of existing studies, as well as opportunities for future studies, are discussed with the hope that more investigations will be conducted in the future to optimize the clinical workflow for AD diagnosis and treatment.

            Main article text

            1. INTRODUCTION

            Alzheimer’s disease (AD) is the most frequent cause of dementia among the elderly. AD is a neurologic disorder that affects patient memory and cognitive skills [1]. Based on the 2022 World Alzheimer Report, AD is among the 7 major causes of death globally and 12.7 million people ≥ 65 years of age will be diagnosed with AD by 2050 [2]. A recent national cross-sectional survey showed that 15.07 million Chinese people ≥ 60 years of age have dementia, making AD the 5th leading cause of death in China (including 9.83 million with AD, 3.92 million with vascular dementia, and 1.32 million with other forms of dementia). Additionally, according to national research, the annual cost of treating AD patients in China in 2015 was 167.74 billion USD, and the growing treatment expenditures are projected to reach 1.8 trillion USD by 2050 [2, 3]. Although there are currently no cures for AD, various therapies have been used to delay the development of some symptoms and decrease the cognitive impact on patients, such as memory loss [4, 5]. Therefore, detecting AD in the early stages is a critical challenge [4, 6].

            Numerous studies have been conducted to detect AD using neuroimaging methods, including magnetic resonance imaging (MRI) [79] and positron emission tomography (PET) [10, 11]. Nevertheless, it is both resource-intensive and time-consuming to analyze the acquired brain images due to the amount and complexity of the data. To this end, computer-aided diagnosis systems have been built to help identify biomarkers automatically [6]. The detection of AD has greatly benefited from machine learning (ML), which is particularly helpful when working with complicated and abundant data [12, 13]. The performance of classical ML algorithms may be limited by the hand-crafted feature extraction process, which makes it difficult to comprehensively mine the available data [5]. In contrast, deep learning (DL) techniques, such as convolutional neural networks (CNNs), have generated impressive results in AD detection due to the ability to automatically extract massive features from the input data [5].

            Despite the fact that DL performance in neuroimaging-based AD detection has been reported to be promising, obtaining sufficient labeled imaging data to train DL models can be expensive and challenging. Most learning-based methods presume that the training (source domain) and test (target domain) sets have the same distribution such that an algorithm that has been optimized on the training set can be successfully applied to the test set. Due to the domain shift, which is caused by various factors, including different scanning machines, different imaging protocols, different sites (hospitals), or even different imaging modalities, this data distribution assumption does not always hold true in practice. Domain shift may result in poor generalization performance when a model that has been successfully trained on the source domain is deployed to an unseen target domain [14]. To resolve these issues, transfer learning (TL) methods can be employed; the aim of TL is to leverage large amounts of data (e.g., ImageNet) to address various challenges with a smaller dataset [6, 14, 15]. Domain adaptation (DA) is one type of TL. DA refers specifically to a learning technique that aims to improve model performance on a target domain by using the knowledge learned from a source domain. DA has drawn increasing attention as a potential solution for the domain shift issue for medical image datasets because DA attempts to narrow the performance gap between different, but related domains [1, 6].

            DA has an important role in developing robust and clinically applicable ML-based AD detection models. Therefore, the main objectives of this paper are to provide a comprehensive review of the existing literature on DA-related ML method development for detecting AD and to discuss potential future research directions in this field.

            2. DIFFERENT STAGES OF AD

            AD is a neurologic disease that influences brain activity and gradually damages brain cells, leading to memory loss, instability in daily life, and ultimately death [16]. AD is thought to be a complex illness with multiple risk factors, including increased age, genetic factors, head trauma, vascular illnesses, infections, and environmental variables (e.g., heavy and trace metals) [17, 18]. According to the National Institute on Aging-Association Alzheimer’s (NIA-AA), the clinical phases of AD can be divided into three major stages: preclinical AD; mild cognitive impairment (MCI) due to AD; and dementia due to AD, often known as Alzheimer’s dementia. Alzheimer’s dementia is further classified into three sub-stages: AD with mild dementia (mild AD); AD with moderate dementia (moderate AD); and AD with severe dementia (advanced AD) [19]. Different symptoms and time durations can be observed during the different AD stages ( Figure 1 ).

            Figure 1 |

            Different stages of AD.

            3. CLINICAL TECHNIQUES TO DETECT AD

            Prior to the discovery of distinctive plaques and tangles in the brain under a microscope, AD could not be diagnosed until the patient had passed away. Currently, neurologists, neuroradiologists, and researchers can more accurately diagnose AD in a patient while they are still alive [20]. There are different techniques for diagnosing AD [21], as follows: (1) Clinical evaluation – The patient participates in a clinical interview, and a mental and physical assessment is performed. Additionally, a medical history and mental state assessments, such as the Montreal Cognitive Assessment (MoCA), Mini-Mental State Examination (MMSE), and Mental Status Examination, might be used. (2) Blood tests – Blood tests are frequently used to rule out disorders that may influence or be the source of cognitive symptoms. These tests normally include a blood cell count, as well as kidney and thyroid function tests, and vitamin B12 and folate levels. (3) Neuroimaging – Enhanced imaging techniques are utilized to determine the signals that lead to a more accurate AD diagnosis. Various neuroimaging modalities, such as PET and MRI, can be used when detecting AD ( Figure 2 ) [22].

            Figure 2 |

            Representative MRI scans of patients without (a) and with AD (b), as well as representative PET scans of patients without (c) and with AD (d). These images are from the Alzheimer’s Disease Neuroimaging Initiative (ADNI) database.

            The clinical symptoms of AD, such as a deterioration in cognitive and functional levels with a prominent disturbance of memory and other mental skills, can be identified through clinical assessment and blood test results. These are general symptoms of different types of dementia, however, which makes it challenging to differentiate between AD and other diagnoses. Therefore, histopathologic verification is still require for a definite identification. Neuroimaging, on the other hand, serves a critical role because the brain can be observed in a non-invasive manner. Neuroimaging can also assist in monitoring the development of disease and the impact of treatment [23, 24].

            Nevertheless, neuroimaging data are commonly high-dimensional and complex, which poses difficulties during manual inspection. Computer-aided diagnosis systems are highly desired to help physicians achieve fast and accurate neuroimaging data analysis. ML techniques have had great success in different fields in recent decades, including medical and neuroimaging fields [2527], and the ability and accuracy of large-scale complicated data analyses have been significantly improved due to recent developments in DL techniques [21, 2831]. Essential obstacles, however, still prevent the direct and efficient application of DL algorithms in the clinical setting because there are few labeled medical datasets because annotating medical datasets is a labor-intensive, costly, and time-consuming procedure that requires neurologists, neuroradiologists, and other experts [5]. In addition, due to privacy issues, sharing data between different hospitals or medical centers is often not feasible [32]. It is thus not surprising that a DL model built on data collected from one center fails to achieve the expected performance when applied to data collected from another center. This phenomenon is known as the domain shift issue, which needs to be addressed to build large-scale clinically applicable DL models. DA is a type of TL that can successfully address the problems of domain distribution disparity and insufficient annotated data [33].

            4. DOMAIN ADAPTATION FOR AD DETECTION

            4.1 Machine learning for AD detection

            Because building ML models requires large quantities of labeled training data, most existing studies have adopted TL methods to address the data limitation problem [33, 34] ( Table 1 ). Hon et al. [35] used the OASIS MRI brain imaging dataset to retrain the VGG-16 and Inception V4 classifiers to identify AD after pretraining on ImageNet, and Acharya et al. [36] selected TL methods to classify MRI images of AD patients into various categories. These models include retrained versions of VGG-16, ResNet-50, and AlexNet. Khan et al. [37] utilized ImageNet to pretrain a VGG model, and then employed layer-wise TL to retrain the top layers after freezing the lower-level layers. Aderghal et al. [38] used weak Gaussian blurring and shift translation as an augmentation technique to increase the sample size, then fine-tuned the model to distinguish AD from MCI and cognitive normal (CN) individuals using diffusion tensor imaging (DTI) after training the model using structural MRI (sMRI) data. Wee et al. [39] proposed a spectral graph CNN (graph-CNN) to detect MCI and AD using the ADNI-2 dataset, and the best-performing models were retrained to distinguish between AD and MCI on the ADNI-1 and Asian datasets. Ebrahimi-Ghahnavieh et al. [40] detected AD in 3D MRI images by first training a 2D CNN using ImageNet, then fine-tuning the CNN with ADNI data to extract discriminatory features from 2D MRI scans. A long short-term memory (LSTM) module was utilized to integrate the spatial relationships among the MRI images during the classification process after receiving the features obtained from the 2D CNN. Ebrahimi et al. [41] pretrained a 2D CNN (ResNet-18) using ImageNet before moving the learnable parameters to a 3D ResNet-18 by repeatedly copying the 2D filters into the third dimension. This practice served as an alternative to slicing 3D MRI data into 2D slices for AD classification. Then, these parameters were optimized as the entire model was trained using the MRI dataset.

            Table 1 |

            Representative works in the field of ML- and DA-based AD detection.

            ReferenceTaskDataModalityMethodsMetrics
            Tanveer et al. [5]CADNI (813 cases (187 AD, 228 CN, 398 MCI))Single modal (MRI)VGG-16, random search, snapshot ensembleAcc, Sen, Spe
            Guan et al. [14]CADNI-1 (428 cases (199 AD, 229 CN)), ADNI-2 (360 (159 AD, 201 CN)), ADNI-3 (120 cases (60AD, 60 CN))Single modal (MRI)Wasserstein distance, SVMAcc, Sen, Spe, AUC
            Cheng et al. [53]CADNI (202 cases (51 AD, 99 MCI, 52 CN))Multi-modal data (MRI, PET, CSF)Cross-domain kernel learning, adapted SVMAcc, Sen, Spe
            Guerrero et al. [54]CADNI (1701 cases (335 AD, 223 progressed to AD (pMCI), 355 stable MCI (sMCI), 272 early MCI (eMCI), 73 SMC, 443 CN))Single modal (MRI)Sparse regression, multilevel variable selection (for creating ROIs), manifold learningAcc, Sen, Spe
            Hon et al. [35]COASIS (200 cases (100 AD, 100 CN))Single modal (MRI)Pretrained VGG-16 and InceptionAcc
            Aderghal et al. [38]CADNI (236 AD, 507 MCI, 286 CN)Cross modal (sMRI, DTI)CNN (two convolutional layers with a max pooling layer for each one, and a fully connected layer)Acc, Sen, Spe, balanced Acc
            Ebrahimi-Ghahnavieh et al. [40]CADNI (132 AD, 132 CN)Single modal (MRI)CNN, LSTMAcc
            Khan et al. [37]CADNI (50 AD, 50 MCI, 50 CN)Single modal (MRI)Layer-wise transfer learning on VGG (closed to VGG-19), image entropyAcc, Sen, Spe
            Wee et al. [39]CADNI-2 (300 CN, 314 eMCI, 208 late MCI (LMCI), 261 AD), ADNI-1 (242 CN, 415 MCI, 355 AD), Asian cohort (347 cases (176 CN, 128 moderate MCI, 43 AD))Single modal (MRI)spectral graph-CNNAcc, Sen, Spe, F1 score
            Ebrahimi et al. [41]CADNI (264 subjects)Single modal (MRI)ResNet-18Acc
            Zaabi et al. [42]COASIS (166 cases (86 AD, 80 CN)Single modal (MRI)CNN, transfer learning (AlexNet)Acc
            Abed et al. [43]CADNI (54 cases)Single modal (sMRI)VGG-19, Inception v3, ResNet-50Acc
            Aderghal et al. [44]CADNICross modal (sMRI, DTI)2-+∈ model, LeNetAcc, Sen, Spe, balanced Acc
            Acharya et al. [36]CKaggle warehouse (896 mild demented, 64 moderate demented, 3,200 non-demented)Single modal (MRI)VGG-16, ResNet-50 and AlexNetAcc, Pre, Recall, F1-Score
            Ashraf et al. [46]CADNI (350 cases (95 AD, 95 CN, 146 MCI))Single modal (sMRI)Spiking neural networks, DenseNet, MobileNet, SqueezeNet, ResNet, VGG, GoogLeNetAcc, Sen, Spe
            Moradi et al. [47]CADNI (835 cases (200 AD, 231 CN, 100 sMCI, 164 pMCI, 140 unknown (uMCI))), CADDementia (30 cases)Single modal (MRI)Sparse logistic regression, binary classifier, unsupervised domain adaptationConfusion matrix
            Cheng et al. [52]CADNIMulti-modal data (MRI, PET, CSF)Kernel-based maximum mean discrepancy, manifold regularizationAcc, Sen, Spe, AUC
            Wachinger et al. [50]CADNI (751 cases (174 AD, 364 MCI, 213 CN)), CADDementia (354 testing, 30 training (9 AD, 9 MCI, 12 CN)), AIBL (215 cases (34 AD, 39 MCI, 142 CN))Single modal (MRI)Multinomial regression with the mixed ℓ1/ℓ2 norm, instance weightingAUC, Acc
            Hofer et al. [48]CData1 (569 CN), ADNI (569 CN, 178 LMCI, 307 MCI, 226 AD), Data 3 (22 CN, 19 MCI, 17 temporal lobe epilepsy)Single modal (MRI)SVM with radial basis function kernelAcc
            Zhou et al. [51]CADNI (507 cases (177 AD, 245 MCI, 85 CN)), local hospital (36 cases (18 AD, 18 CN))Single modal (MRI)TrAdaboost methodAcc, Sen, Spe
            Li et al. [55]CData1 (26 cases (12 patients AD, 14 CN)), ADNI (86 cases (34 AD, 52 CN))Single modal Functional MRI (fMRI)Modified subspace alignmentAcc, Sen, Spe, AUC
            van Opbroek et al. [57]SADNI (135 AD)Single modal (MRI)Median transformation, SVM with Gaussian kernelDice coefficient
            Wang et al. [58]CADNI (117 AD, 175 CN), Tongji (12 AD, 14 CN)Single modal (fMRI)Joint distribution adaptationAcc
            Wang et al. [61]CLarge-scale imaging consortia: iSTAGING and PEHNOM (2,614 cases)Single modal (MRI)Multilayer perceptronAcc
            Sinha et al. [59]CADNI (1,016 cases (329 AD)), AIBL (628 AD cases), OASIS (235 cases (47 AD))Single modal (MRI)Attention generative adversarial network, 2D AlexNet CNNAcc
            Cheng et al. [63]CADNI (807 cases (186 AD, 167 pMCI, 228 MCI, 226 CN))Single modal (MRI)Multi-domain transfer feature selection, multi-domain transfer classifierAcc, Sen, Spe, AUC

            C: classification task; S: segmentation task; ADNI: Alzheimer’s Disease Neuroimaging Initiative; OASIS: organization for the Advancement of Structured Information Standards; CN: cognitive normal; Acc: accuracy; Sen: sensitivity; Spe: specificity; Pre: precision; AUC: area under the curve; SMF: significant memory concerns; CSF: cerebrospinal fluid; SVM: support vector machine; ROI: region of interest; sMRI: structured MRI; DTI: diffusion tensor imaging; LSTM: long short-term memory.

            Furthermore, Zaabi et al. [42] developed a two-stage process in which images were partitioned into distinct blocks to capture the area of the brain containing the hippocampus using regions of interest (ROIs). Then, during the second stage, Zaabi et al. [42] classified the MRI images using two classifiers (randomly initialized CNN and TL models). The TL model leveraged the features obtained from the ImageNet-pretrained AlexNet, and Zaabi et al. [42] reported that the TL model provided more accurate results. Abed et al. [43] used three DL models (VGG-19, Inception v3, and ResNet-50) to initially train on ImageNet and subsequently fine-tuned on ADNI data to identify AD, MCI, and CN from sMRI images. Because the hippocampus is the initial region of the brain to be impacted by AD, atrophy of the hippocampus can be recognized using sMRI and DTI by preserving the shape, but reversing the appearance. As a result, Aderghal et al. [44] used sMRI data to train a 2-D+model [45], which was then fine-tuned using DTI images. Aderghal et al. [44] also used the LeNet model, which was previously trained on Modified National Institute of Standards and Technology (MNIST) data before being applied to sMRI and DTI data. A Deep Transfer Ensemble (DTE) network was established by Tanveer et al. [5] to classify AD, DL, and TL, and ensemble learning was used by the DTE. The described network can be viewed as a collection of model snapshots that are created by training a model with a random set of hyper-parameters. Ashraf et al. [46] used a number of data augmentation approaches to expand and improve the dataset for feature extraction, and a number of DL models that have already been trained, such as spiking neural networks, DenseNet, MobileNet, SqueezeNet, ResNet, VGG, and GoogLeNet, were retrained to provide diagnoses for AD patients.

            All of these existing studies reported promising AD detection performance when utilizing different neural networks. Nevertheless, the researchers ignored the issue of domain shift during model testing, which may lead to a deteriorated inference performance.

            4.2 Domain adaptation for AD detection

            DA methods have been developed to solve the domain shift issue ( Table 1 ). In general, DA can be classified into traditional and deep DA. Traditional DA approaches typically rely on conventional ML models and human-engineered imaging characteristics. Moradi et al. [47] developed a hierarchical technique to distinguish AD and MCI participants from healthy controls. Moradi et al. [47] performed sparse logistic regression to extract features from MRI scans, then used these features in a binary classifier trained with a semi-supervised learning strategy. Additionally, Moradi et al. [47] addressed the domain shift between the ADNI source and the CADDementia target domains using an unsupervised DA (UDA) technique. In addition, Hofer et al. [48] described two scenarios related to the domain shift issue: (1) cross-dataset learning; and (2) the use of pretrained classifiers. Hofer et al. [48] employed a classifier that combined an SVM with a Gaussian kernel radial basis function (RBF).

            Instance weighting is a common strategy used in traditional DA to solve the domain shift issue by applying different weights to the source domain data depending on how close the source domain data are to the target data, in which higher weights are typically assigned to source examples that are more closely related to the target samples. Following instance weighting, the domain gap between the source and target domains is reduced by training a learning model on the reweighted source samples [33, 34, 49]. Wachinger et al. [50] explored the instance weighting technique to overcome the domain gap issue by reweighting the source samples. Wachinger et al. [50] then used multinomial regression with a mixed l1/l2 norm to detect AD, MCI, and CN in MRI data. Furthermore, Zhou et al. [51] selected features from the MR images that would help in the diagnosis of AD using the information gain technique, and used instance weighting to close the domain difference between the domains. After comparing numerous classifiers, Zhou et al. [51] concluded that the TrAdaboost procedure achieved the highest accuracy.

            Another widely utilized method in traditional DA is feature transformation (alignment), which minimizes the distribution difference between the source and target domains, while preserving the essential structure of the original data by converting the source and target instances from the corresponding feature representation spaces to a shared feature space. A model can then be applied to the new feature space, which is less influenced by the domain gap [33, 49]. To distinguish between MCI-converters and -non-converters, Cheng et al. [52] presented a multimodal manifold-regularized TL (M2TL) technique to minimize the differences between the source and target domains. Examples from both domains were first chosen using M2TL-based sample selection, then the kernel-based maximum mean discrepancy (MMD) distance was used. Finally, a M2TL was created by combining MMD and a manifold regularization function with the sparse least squares classification algorithm; however, this strategy has the disadvantage of not leveraging feature selection. Cheng et al. [52] further suggested a technique (the domain-transfer learning approach [domain transfer SVM]), which involves domain transfer feature selection (DTFS) and domain transfer sample selection (DTSS). DTFS attempts to choose features (brain areas) from the source and target domains that are related to AD, and DTSS transfers the data samples from the original feature space to the kernel space using the kernel learning method. Then, multi-task least absolute shrinkage and the selection operator (LASSO) are used for sample selection. Finally, they constructed a domain transfer support vector machine (DTSVM) to distinguish MC-converters from MCI-non-converters [53]. Guerrero et al. [54] attempted to integrate various feature spaces composed of multilevel relevant intensity characteristics acquired from images at 1.5T and 3T by presuming that images located in different feature subspaces adhere to the overall manifold framework, and these various spaces were joined via manifold alignment. A joint manifold was optimized on ROIs created by sparse regression and multilevel variable selection. Guerrero et al. [54] claimed that their method was the first to categorize the entire dataset by combining the intensity features of 1.5T and 3T MRI images from ADNI-1, ADNI-GO, and ADNI-2 into a unified manifold; however, the disadvantage of this method is the assumption that each feature space has a unique and ideal low-dimensional embedding. Problems may arise if there are significant differences in these embeddings. To reduce the gap between various datasets and increase the classification performance with very little training data, Li et al. [55] suggested a successful strategy. In the feature space, different functional MRI (fMRI) data sources have different sample distributions. According to the Li et al. [55] method, features from two distinct domains that were dispersed throughout two feature spaces were first extracted and selected, then using the modified subspace alignment method described by Fernando et al. [56], the example values from the two different feature spaces were then matched into a single subspace. Samples from the single subspace were utilized to create the classifier for AD prediction. In addition, van Opbroek et al. [57] introduced a feature-space transformation (FST) mechanism for hippocampus segmentation to address variations in feature representations across source and target datasets. To facilitate consistency between both the source and target feature spaces, the approach utilized unlabeled source and target examples, which are sometimes known as source-target pairs. Then, median transformation was used to map the training data from the source feature space to the target feature space. If the data do not contain images of source-target pairs, however, this technique will not be effective. Wang et al. [58] used joint distribution adaption (JDA) to close the gap between the source and target domains. Data from the two domains were first mapped into a more consistent feature space before assigning further weights to the target domain samples. Then, a classifier was applied to detect AD in fMRI scans using data from the new consistent feature space.

            Deep DA methods integrate deep network features, such as the generative adversarial network (GAN) with adaptation techniques [33]. Sinha et al. [59] adopted an attention-guided GAN [60] to harmonize images from three publicly available brain MRI datasets to generate fake images. Then, a 2D AlexNet CNN model was used to predict AD. Moreover, a novel DA paradigm was created by Wang et al. [61] to address the domain shift issue. In one instance a pretrained model was fine-tuned using a subgroup of data, such as age range, race, or scanner type, with a weight-constraint penalty term and TL. Wang et al. [61] modified a model trained in the source to the target in a multi-study using an auxiliary task, such as age regression or gender classification, which helps find the imaging features of the domain shift. The feature-extractor was retrained on the source task, and the main task-related variables were regularized to transfer the model to the target data.

            The studies listed above only used one source and one target domain; however, several studies have focused on sharing data among different medical institutions (e.g., using more than one source domain), while preserving patient privacy [62]. To fully utilize the collected heterogeneous data for AD detection, Cheng et al. [63] established a multi-domain TL (MDTL) technique. Two components were crucial for the constructed MDTL structure: 1) a model known as the multi-domain transfer feature selection (MDTFS) mechanism, which selects the most beneficial feature subset from multi-domain data; and 2) a multi-domain transfer classification (MDTC) technique that identifies the presence of the disease to identify early-onset AD. Guan et al. [14] proposed a multi-source optimal transport (MSOT) approach for using data from multiple MRI facilities. Specifically, they first projected the data from several source domains to the target domain using optimal transport in an unsupervised manner; the Wasserstein distance was then used to match each source domain to its target domain, and the similarity was used to calculate the source domain weight. An SVM classifier was subsequently trained using the projected data from each source domain, and to forecast the target sample labels, a weighted voting ensemble learning strategy was used.

            The current DA approaches have demonstrated considerable improvements in the diagnosis of AD disease using a variety of modalities. Nevertheless, there are still some general shortcomings to these methods, which will be discussed in Section 5.

            5. DISCUSSION AND OUTLOOK

            Neuroimaging is a useful method for AD detection; however, regardless of the advantages of modern imaging modalities, interpreting the high-dimensional, complex, and probably noisy data puts much pressure on the physicians who inspect the images. To this end, automated ML-based methods have been extensively investigated to help achieve fast and accurate image inspection, and the detection of AD from neuroimaging data has been successfully accomplished using classical ML and feed-forward neural networks. Because existing DL algorithms build deep structures from scratch, DL algorithms have various disadvantages, including the requirement for a large training dataset, therefore developing TL strategies is one major solution [37, 64]. The idea behind TL is to utilize knowledge from a source domain to aid representation learning in a target domain; however, the following restrictions affect the feasibility of most current TL approaches: first, most TL approaches necessitate a significant amount of labeled target domain data to fine-tune the model, but there are generally limited labeled target domain data available; and second, most TL techniques concentrate on pretraining networks using massive natural image databases (e.g., ImageNet), which have characteristics that are largely different from the databased found in medical images. Additionally, fine-tuning models on the target data may lead to overfitting if there is a significant domain difference between the source and the target domains [49, 60].

            DA is a type of TL that is particularly targeted at decreasing ML model performance gaps between domains with different data distribution patterns. Nevertheless, existing DA methods for AD detection has drawbacks. For example, the instance weighting method may produce very low weights for some samples. Most source samples are assigned lower weights when there is a significant cross-domain difference, which results in a smaller number of useful training instances [49, 58]. A variety of methods have attempted to align the source and target distributions [56], but require extremely precise data assumptions or the computational complexity is unmanageable for huge datasets. Some techniques rely on subspace-based representations and are considerably less expensive, but the reliance on a basic linear assumption is too restrictive for situations in which there are severe domain differences [49, 65]. As a result, further investigation is needed to develop more effective DA methods for AD detection. Some recommendations are discussed in the remainder of this section.

            5.1 Multi-modality images

            Various neuroimaging tools are available for AD detection ( Figure 2 ); however, recent research has concentrated on a single modality ( Figure 3a ), such as MRI, which is widely used in medical facilities for the diagnosis and prognosis of AD ( Figure 3b ). Multi-modal neuroimaging enables the discovery of complex neurodegenerative conditions that develop during the progression of AD [49]. Additional research that adopts multi-modal neuroimaging data is required to comprehensively understand the disease development pattern. A significant issue with using multi-modal data is that not every participant participates in all of the different imaging processes. For example, amyloid-PET imaging is expensive and not affordable by all participants. As a result, combining sparse or missing datasets is a critical challenge in multi-modal data analysis that needs to be investigated further [29, 66].

            Figure 3 |

            Percentages of reviewed studies utilizing single, cross, and multi-modal imaging data (a) and utilizing the respective imaging modalities (b).

            5.2 Unsupervised DA

            DL has demonstrated an outstanding ability to detect AD by utilizing large quantities of labeled training images, but manually labeling medical images is difficult and demands professional skills and knowledge [67]. Utilization of TL, which transmits knowledge from the annotated source domain to the unlabeled target domain, reduces the requirement for numerous labeled images. Nevertheless, if the distribution of the annotated samples varies from the distribution of the unlabeled samples, the model will perform poorly [65, 68]. This problem can be solved via UDA, the primary purpose of which is to reduce the gap in distribution among labeled source domains and unlabeled target domains [67, 69]. Although UDA performs well on a variety of medical image tasks [6769], few studies have utilized UDA to identify AD [47, 60]. Therefore, additional research regarding the use of UDA to detect AD is anticipated.

            5.3 Multi-source multi-target DA

            Current DA techniques typically concentrate on single-source domain adaptation, but in application scenarios there may be numerous source domains. For example, classification studies combine information from various imaging modalities [34, 65] or merge imaging information with clinical or genomics data [30]. It is also beneficial to transfer a model to various target domains. Therefore, future research is necessary because multi-source/multi-target DA in AD detection has not been extensively researched [34, 70, 71]. Multi-site medical data transmission is also challenging to manage from a legal perspective due to the many variations in the definition of patient confidentiality and the legal framework around its implementation across different areas [62, 72]. Federated learning (FL), an ML strategy, sends model updates rather than actual data to maintain data privacy. FL trains models by utilizing decentralized clients under server management. Therefore, FL may be more suitable for this task. Due to the domain shift issue, models trained using FL may still have trouble generalizing to a new domain. Therefore, it is crucial to create DA algorithms for FL [73, 74].

            6. CONCLUSION

            AD is among the leading causes of death, thus the accurate detection of early-stage AD is a primary concern. Neuroimaging provides detailed information on changes in brain structures, but computer-based strategies are needed to help neuroradiologists achieve fast and accurate neuroimaging-based AD detection. ML/DL algorithms trained on one data source may perform badly when evaluated on data from a different source due to a domain shift. Model adaptation across data with different distributions is therefore essential. This paper reviewed the existing studies that have addressed ML-based, and specifically DA-based methods developed to detect AD using neuroimaging data. The purpose of this review was to provide new researchers in the relevant fields with a conceptual description of the problem as well as information about recent advances. The limitations of the existing studies were also discussed and possible research directions were provided.

            CONFLICTS OF INTEREST

            The authors have no potential conflicts of interest.

            REFERENCES

            1. Rajeswari SS, Nair M. A transfer learning approach for predicting Alzheimer’s diseaseProceedings of the 2021 4th Biennial International Conference on Nascent Technologies in Engineering (ICNTE); IEEE. 2021 Jan 15. p. 1–5. 10.1109/ICNTE51185.2021]

            2. Gauthier S, Webster C, Servaes S, Morais JA, Rosa-Neto P. World Alzheimer Report 2022 Life after diagnosis: navigating treatment, care and support. London, England: Alzheimer’s Disease International. 2022

            3. Ren R, Qi J, Lin S, Liu X, Yin P, et al.. The China Alzheimer Report 2022. Gen Psychiatr. 2022. Vol. 35:e100751. 3537278710.1136/gpsych-2022-100751

            4. Prakash D, Madusanka N, Bhattacharjee S, Kim CH, Park HG, et al.. Diagnosing Alzheimer’s disease based on multiclass MRI scans using transfer learning techniques. Curr Med Imaging. 2021. Vol. 17:1460–72. 3350431010.2174/1573405617666210127161812

            5. Tanveer M, Rashid AH, Ganaie MA, Reza M, Razzak I, et al.. Classification of Alzheimer’s disease using ensemble of deep neural networks trained through transfer learning. IEEE J Biomed Health Inform. 2021. Vol. 26:1453–63. 3403355010.1109/JBHI.2021.3083274

            6. Pereira P, Silveira M. Cross-modal transfer learning methods for Alzheimer’s disease diagnosisProceedings of the 2022 44th Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC); IEEE. 2022 Jul 11. p. 3789–92. 10.1109/EMBC48229.2022

            7. Viard A, Eustache F, Segobin S. History of magnetic resonance imaging: a trip down memory lane. Neuroscience. 2021. Vol. 474:3–13. 3424273110.1016/j.neuroscience.2021.06.038

            8. Wang T, Cao L. Deep learning based diagnosis of Alzheimer’s disease using structural magnetic resonance imaging: a surveyProceedings of the 2021 3rd International Conference on Applied Machine Learning (ICAML); Changsha: IEEE. 2021 Jul 23. p. 408–12

            9. Uysal G, Ozturk M. Hippocampal atrophy based Alzheimer’s disease diagnosis via machine learning methods. J Neurosci Methods. 2020. Vol. 337:108669. 10.1016/j.jneumeth.2020.108669

            10. Alasal SA, Bashabsheh EA, Najadat H. Overview of positron emission tomography (PET) for brain functions degeneration classificationProceedings of the 2020 11th International Conference on Information and Communication Systems (ICICS). IEEE. 2020 Apr 7. p. 277–82. 10.1109/ICICS49469.2020

            11. Sajjad M, Ramzan F, Khan MU, Rehman A, Kolivand M, et al.. Deep convolutional generative adversarial network for Alzheimer’s disease classification using positron emission tomography (PET) and synthetic data augmentation. Microsc Res Tech. 2021. Vol. 84:3023–34. 3424520310.1002/jemt.23861

            12. Hazarika RA, Maji AK, Sur SN, Paul BS, Kandar D. A survey on classification algorithms of brain images in Alzheimer’s disease based on feature extraction techniques. IEEE Access. 2021. Vol. 9:58503–36. 10.1109/ACCESS.2021.3072559

            13. Tanveer M, Richhariya B, Khan RU, Rashid AH, Khanna P, et al.. Machine learning techniques for the diagnosis of Alzheimer’s disease: a review. ACM Trans Multimed Comput Commun Appl. 2020. Vol. 16:1–35. 10.1145/3344998

            14. Guan H, Wang L, Liu M. Multi-source domain adaptation via optimal transport for brain dementia identificationProceedings of the 2021 IEEE 18th International Symposium on Biomedical Imaging (ISBI); IEEE. 2021 Apr 13. p. 1514–7. 10.1109/ISBI48211.2021

            15. Ghaffari H, Tavakoli H, Pirzad Jahromi G. Deep transfer learning-based fully automated detection and classification of Alzheimer’s disease on brain MRI. Br J Radiol. 2022. Vol. 95:20211253. 3561664310.1259/bjr.20211253

            16. Arafa DA, Moustafa HE, Ali-Eldin AM, Ali HA. Early detection of Alzheimer’s disease based on the state-of-the-art deep learning approach: a comprehensive survey. Multimed Tools Appl. 2022. Vol. 81:23735–76. 10.1007/s11042-022-11925-0

            17. Breijyeh Z, Karaman R. Comprehensive review on Alzheimer’s disease: causes and treatment. Molecules. 2020. Vol. 25:5789 3330254110.3390/molecules25245789

            18. Jack CR Jr, Bennett DA, Blennow K, Carrillo MC, Dunn B, et al.. NIA-AA research framework: toward a biological definition of Alzheimer’s disease. Alzheimers Dement. 2018. Vol. 14:535–62. 2965360610.1016/j.jalz.2018.02.018

            19. Porsteinsson AP, Isaacson RS, Knox S, Sabbagh MN, Rubino I. Diagnosis of early Alzheimer’s disease: Clinical practice in 2021. J Prev Alzheimers Dis. 2021. Vol. 8:371–86. 3410179610.14283/jpad.2021.23

            20. Turner RS, Stubbs T, Davies DA, Albensi BC. Potential new approaches for diagnosis of Alzheimer’s disease and related dementias. Front Neurol. 2020. Vol. 11:496 3258201310.3389/fneur.2020.00496

            21. Khoury R, Ghossoub E. Diagnostic biomarkers of Alzheimer’s disease: a state-of-the-art review. Biomark Neuropsychiatry. 2019. Vol. 1:100005. 10.1016/j.bionps.2019.100005

            22. Afzal S, Maqsood M, Khan U, Mehmood I, Nawaz H, et al.. Alzheimer disease detection techniques and methods: a review. Int J Interact Multi Artif Intell. 2021. Vol. 6:5 10.9781/ijimai.2021.04.005

            23. Johnson KA, Fox NC, Sperling RA, Klunk WE. Brain imaging in Alzheimer disease. Cold Spring Harb Perspect Med. 2012. Vol. 2:a006213. 2247461010.1101/cshperspect.a006213

            24. Mueller SG, Weiner MW, Thal LJ, Petersen RC, Jack CR, et al.. Ways toward an early diagnosis in Alzheimer’s disease: the Alzheimer’s Disease Neuroimaging Initiative (ADNI). Alzheimers Dement. 2005. Vol. 1:55–66. 1747631710.1016/j.jalz.2005.06.003

            25. Li C, Xu J, Liu Q, Zhou Y, Mou L, et al.. Multi-view mammographic density classification by dilated and attention-guided residual learning. IEEE/ACM Trans Comput Biol Bioinform. 2021. Vol. 18:1003–13. 3201202110.1109/TCBB.2020.2970713

            26. Huang W, Yang H, Liu X, Li C, Zhang I, et al.. A coarse-to-fine deformable transformation framework for unsupervised multi-contrast MR image registration with dual consistency constraint. IEEE Trans Med Imaging. 2021. Vol. 40:2589–99. 3357745110.1109/TMI.2021.3059282

            27. Li C, Li W, Liu C, Zheng H, Cai J, et al.. Artificial intelligence in multiparametric magnetic resonance imaging: a review. Med Phys. 2022. Vol. 49:e1024–54. 3598034810.1002/mp.15936

            28. Wang S, Li C, Wang R, Liu Z, Wang M, et al.. Annotation-efficient deep learning for automatic medical image segmentation. Nat Commun. 2021. Vol. 12:5915 3462556510.1038/s41467-021-26216-9

            29. Zou J, Li C, Jia S, Wu R, Pei T, et al.. SelfCoLearn: Self-supervised collaborative learning for accelerating dynamic MR imaging. Bioengineering (Basel). 2022. Vol. 9:650 3635456110.3390/bioengineering9110650

            30. Li Z, Jiang X, Wang Y, Kim Y. Applied machine learning in Alzheimer’s disease research: omics, imaging, and clinical data. Emerg Top Life Sci. 2021. Vol. 5:765–77. 3488177810.1042/ETLS20210249

            31. Agarwal D, Marques G, de la Torre-Díez I, Franco Martin MA, García Zapiraín B, et al.. Transfer learning for Alzheimer’s disease through neuroimaging biomarkers: a systematic review. Sensors. 2021. Vol. 21:7259 10.3390/s21217259

            32. Krishna IM, Narsimham C, Chakravarthy AS. A hybrid machine learning framework for biomarkers based ADNI disease prediction. Ilkogr Online. 2021. Vol. 20:2532–54

            33. Wilson G, Cook DJ. A survey of unsupervised deep domain adaptation. ACM Trans Intell Syst Technol. 2020. Vol. 11:1–46. 10.1145/3400066

            34. Zhao S, Yue X, Zhang S, Li B, Zhao H, et al.. A review of single-source deep unsupervised visual domain adaptation. IEEE Trans Neural Netwo Learn Syst. 2022. Vol. 33:473–93. 10.1109/TNNLS.2020.3028503

            35. Hon M, Khan NM. Towards Alzheimer’s disease classification through transfer learningProceedings of the 2017 IEEE International Conference on Bioinformatics and Biomedicine (BIBM); Kansas City, MO: IEEE. 2017 Nov 13. p. 1166–9

            36. Acharya H, Mehta R, Singh DK. Alzheimer disease classification using transfer learningProceedings of the 2021 5th International Conference on Computing Methodologies and Communication (ICCMC); IEEE. 2021 Apr 8. p. 1503–8. 10.1109/ICCMC51019.2021

            37. Khan NM, Abraham N, Hon M. Transfer learning with intelligent training data selection for prediction of Alzheimer’s disease. IEEE Access. 2019. Vol. 7:72726–35. 10.1109/ACCESS.2019.2920448

            38. Aderghal K, Khvostikov A, Krylov A, Benois-Pineau J, Afdel K, Catheline G. Classification of Alzheimer disease on imaging modalities with deep CNNs using cross-modal transfer learningProceedings of the 2018 IEEE 31st International Symposium on Computer-based Medical Systems (CBMS); IEEE. 2018 Jun 18. p. 345–50

            39. Wee CY, Liu C, Lee A, Poh JS, Ji H, et al.. Cortical graph neural network for AD and MCI diagnosis and transfer learning across populations. NeuroImage Clin. 2019. Vol. 23:101929. 3149183210.1016/j.nicl.2019.101929

            40. Ebrahimi-Ghahnavieh A, Luo S, Chiong R. Transfer learning for Alzheimer’s disease detection on MRI imagesProceedings of the 2019 IEEE International Conference on Industry 4.0, Artificial Intelligence, and Communications Technology (IAICT); Bali: IEEE. 2019. p. 133–8. 10.1109/ICIAICT.2019.8784845

            41. Ebrahimi A, Luo S, Chiong R. Introducing transfer learning to 3D ResNet-18 for Alzheimer’s disease detection on MRI imagesProceedings of the 2020 35th International Conference on Image and Vision Computing New Zealand (IVCNZ); Wellington: IEEE. 2020. p. 1–6. 10.1109/IVCNZ51579.2020.9290616

            42. Zaabi M, Smaoui N, Derbel H, Hariri W. Alzheimer’s disease detection using convolutional neural networks and transfer learning based methodsProceedings of the 2020 17th International Multi-Conference on Systems, Signals & Devices (SSD); Monastir: IEEE. 2020. p. 939–43. 10.1109/SSD49366.2020.9364155

            43. Abed MT, Fatema U, Nabil SA, Alam MA, Reza MT. Alzheimer’s disease prediction using convolutional neural network models leveraging pre-existing architecture and transfer learningProceedings of the 2020 Joint 9th International Conference on Informatics, Electronics & Vision (ICIEV) and 2020 4th International Conference on Imaging, Vision & Pattern Recognition (icIVPR); Kitakyushu: IEEE. 2020. p. 1–6. 10.1109/ICIEVicIVPR48672.2020.9306649

            44. Aderghal K, Afdel K, Benois-Pineau J, Catheline G; Alzheimer’s Disease Neuroimaging Initiative. Improving Alzheimer’s stage categorization with Convolutional Neural Network using transfer learning and different magnetic resonance imaging modalities. Heliyon. 2020. Vol. 6:e05652. 3333609310.1016/j.heliyon.2020.e05652

            45. Aderghal K, Boissenin M, Benois-Pineau J, Catheline G, Afdel K. Classification of sMRI for AD diagnosis with convolutional neuronal networks: a pilot 2-D+ study on ADNIProceedings of the International Conference on Multimedia Modeling; Springer, Cham. 2017. p. 690–701. 10.1007/978-3-319-51811-4_56

            46. Ashraf A, Naz S, Shirazi SH, Razzak I, Parsad M. Deep transfer learning for Alzheimer neurological disorder detection. Multimed Tools Appl. 2021. Vol. 80:30117–42. 10.1007/s11042-020-10331-8

            47. Moradi E, Gaser C, Huttunen H, Tohka J. MRI based dementia classification using semi-supervised learning and domain adaptationProceedings of the MICCAI 2014 Workshop Proceedings, Challange on Computer-Aided Diagnosis of Dementia, based on Structural MRI Data; 2014. Vol. Vol. 20.

            48. Hofer C, Kwitt R, Höller Y, Trinka E, Uhl A. Simple domain adaptation for cross-dataset analyses of brain MRI dataProceedings of the 2017 IEEE 14th International Symposium on Biomedical Imaging (ISBI 2017); Melbourne, VIC: IEEE. 2017. p. 441–5. 10.1109/ISBI.2017.7950556

            49. Wang X, Huang W, Su L, Xing Y, Jessen F, et al.. Neuroimaging advances regarding subjective cognitive decline in preclinical Alzheimer’s disease. Mol Neurodegener. 2020. Vol. 15:1–27. 3296274410.1186/s13024-020-00395-3

            50. Wachinger C, Reuter M; Alzheimer’s Disease Neuroimaging Initiative. Domain adaptation for Alzheimer’s disease diagnostics. Neuroimage. 2016. Vol. 139:470–9. 2726224110.1016/j.neuroimage.2016.05.053

            51. Zhou K, He W, Xu Y, Xiong G, Cai J. Feature selection and transfer learning for Alzheimer’s disease clinical diagnosis. Appl Sci. 2018. Vol. 8:1372. 10.3390/app8081372

            52. Cheng B, Liu M, Suk HI, Shen D, Zhang D. Multimodal manifold-regularized transfer learning for MCI conversion prediction. Brain Imaging Behav. 2015. Vol. 9:913–26. 2570224810.1007/s11682-015-9356-x

            53. Cheng B, Liu M, Zhang D, Munsell BC, Shen D. Domain transfer learning for MCI conversion prediction. IEEE Trans Biomed Eng. 2015. Vol. 62:1805–17. 2575186110.1109/TBME.2015.2404809

            54. Guerrero R, Ledig C, Rueckert D. Manifold alignment and transfer learning for classification of Alzheimer’s diseaseProceedings of the International Workshop on Machine Learning in Medical Imaging; Springer, Cham. 2014. 77–84. 10.1007/978-3-319-10581-9_10

            55. Li W, Zhao Y, Chen X, Xiao Y, Qin Y. Detecting Alzheimer’s disease on small dataset: a knowledge transfer perspective. IEEE J Biomed Health Inform. 2018. Vol. 23:1234–42. 2999432410.1109/JBHI.2018.2839771

            56. Fernando B, Habrard A, Sebban M, Tuytelaars T. Unsupervised visual domain adaptation using subspace alignmentProceedings of the IEEE International Conference on Computer Vision. Sydney, NSW; IEEE. 2013. p. 2960–7. 10.1109/ICCV.2013.368

            57. van Opbroek A, Achterberg HC, Vernooij MW, Ikram MA, de Bruijne M, et al.. Transfer learning by feature-space transformation: a method for Hippocampus segmentation across scanners. NeuroImage Clin. 2018. Vol. 20:466–75. 10.1016/j.nicl.2018.08.005

            58. Wang B, Li W, Fan W, Chen X, Wu D. Alzheimer’s disease brain network classification using improved transfer feature learning with joint distribution adaptationProceedings of the 2019 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC); Berlin: IEEE. 2019. p. 2959–63. 3194651110.1109/EMBC.2019.8856726

            59. Sinha S, Thomopoulos SI, Lam P, Muir A, Thompson PM. Alzheimer’s disease classification accuracy is improved by MRI harmonization based on attention-guided generative adversarial networksProceedings of the 17th International Symposium on Medical Information Processing and Analysis; SPIE. 2021. Vol. Vol. 12088. p. 180–9. 3534075310.1117/12.2606155

            60. Tang H, Xu D, Sebe N, Yan Y. Attention-guided generative adversarial networks for unsupervised image-to-image translationProceedings of the 2019 International Joint Conference on Neural Networks (IJCNN); Budapest: IEEE. 2019. p. 1–8. 10.1109/IJCNN.2019.8851881

            61. Wang R, Chaudhari P, Davatzikos C. Embracing the disharmony in medical imaging: a Simple and effective framework for domain adaptation. Med Image Anal. 2022. Vol. 76:102309. 10.1016/j.media.2021.102309

            62. Han T, Gong X, Feng F, Zhang J, Sun Z, et al.. Privacy preserving multi-source domain adaptation for medical data. IEEE J Biomed Health Inform. 2023. Vol. 27:842–53. 10.1109/JBHI.2022.3175071

            63. Cheng B, Liu M, Shen D, Li Z, Zhang D, et al.. Multi-domain transfer learning for early diagnosis of Alzheimer’s disease. Neuroinformatics. 2017. Vol. 15:115–32. 2792865710.1007/s12021-016-9318-5

            64. Yousefnezhad M, Zhang D, Greenshaw AJ, Greiner R. Editorial: Multi-site neuroimage analysis: domain adaptation and batch effects. Front Neuroinform. 2022. Vol. 16:994463. 3612008410.3389/fninf.2022.994463

            65. Guan H, Liu M. Domain adaptation for medical image analysis: a survey. IEEE Trans Biomed Eng. 2022. Vol. 69:1173–85. 3460644510.1109/TBME.2021.3117407

            66. Liu X, Chen K, Wu T, Weidman D, Lure F, et al.. Use of multimodality imaging and artificial intelligence for diagnosis and prognosis of early stages of Alzheimer’s disease. Transl Res. 2018. Vol. 194:56–67. 2935297810.1016/j.trsl.2018.01.001

            67. Xie Q, Li Y, He N, Ning M, Ma K, et al.. Unsupervised domain adaptation for medical image segmentation by disentanglement learning and self-training. IEEE Trans Med Imaging. 2022. 3585307210.1109/TMI.2022.3192303

            68. Han X, Qi L, Yu Q, Zhou Z, Zheng Y, et al.. Deep symmetric adaptation network for cross-modality medical image segmentation. IEEE Trans Med Imaging. 2022. Vol. 41:121–32. 3439875110.1109/TMI.2021.3105046

            69. Chen X, Kuang T, Deng H, Fung SH, Gateno J, et al.. Dual adversarial attention mechanism for unsupervised domain adaptive medical image segmentation. IEEE Trans Med Imaging. 2022. Vol. 41:3445–53. 3575958510.1109/TMI.2022.3186698

            70. Zhao S, Li B, Xu P, Keutzer K. Multi-source domain adaptation in the deep learning era: a systematic survey. 2020.

            71. Chang CH, Lin CH, Lane HY. Machine learning and novel biomarkers for the diagnosis of Alzheimer’s disease. Int J Mol Sci. 2021. Vol. 22:2761 3380321710.3390/ijms22052761

            72. Ahmed SM, Raychaudhuri DS, Paul S, Oymak S, Roy-Chowdhury AK. Unsupervised multi-source domain adaptation without access to source dataProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; 2021. p. 10103–12. 10.1109/CVPR46437.2021.00997

            73. Li X, Gu Y, Dvornek N, Staib LH, Ventola P, et al.. Multi-site fMRI analysis using privacy-preserving federated learning and domain adaptation: ABIDE results. Med Image Anal. 2020. Vol. 65:101765. 3267953310.1016/j.media.2020.101765

            74. Parekh VS, Lai S, Braverman V, Leal J, Rowe S, et al.. Cross-domain federated learning in medical imaging. 2021.

            Author and article information

            Journal
            radsci
            Radiology Science
            Compuscript (Ireland )
            2811-5635
            16 March 2023
            : 2
            : 1
            : 10-21
            Affiliations
            [a ]Pual C. Lauterbur Research Center for Biomedical Imaging, Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences, Shenzhen 518055, China
            [b ]University of Chinese Academy of Sciences, Beijing 100049, China
            [c ]Peng Cheng Laboratory, Shenzhen 518055, China
            Author notes
            *Correspondence: sophiasswang@ 123456hotmail.com (S. Wang)

            1These authors contribute equally to this work.

            Article
            10.15212/RADSCI-2022-0013
            86e45fad-2473-4e9f-b5eb-fec070e37921
            Copyright © 2023 The Authors.

            This work is licensed under the Attribution-NonCommercial-NoDerivatives 4.0 International.

            History
            : 25 December 2022
            : 27 February 2023
            : 27 February 2023
            Page count
            Figures: 3, Tables: 1, References: 74, Pages: 12
            Funding
            Funded by: Scientific and Technical Innovation 2030-“New Generation Artificial Intelligence” Project
            Award ID: 2020AAA0104100
            Funded by: Scientific and Technical Innovation 2030-“New Generation Artificial Intelligence” Project
            Award ID: 2020AAA0104105
            Funded by: National Natural Science Foundation of China
            Award ID: 62222118
            Funded by: National Natural Science Foundation of China
            Award ID: U22A2040
            Funded by: Guangdong Provincial Key Laboratory of Artificial Intelligence in Medical Image Analysis and Application
            Award ID: 2022B1212010011
            Funded by: Basic Research Program of Shenzhen
            Award ID: JCYJ20180507182400762
            Funded by: Shenzhen Science and Technology Program
            Award ID: JCYJ20220531100213029
            Funded by: Shenzhen Science and Technology Program
            Award ID: RCYX20210706092104034
            Funded by: Youth Innovation Promotion Association Program of the Chinese Academy of Sciences
            Award ID: 2019351
            This research was partly supported by the Scientific and Technical Innovation 2030-“New Generation Artificial Intelligence” Project (2020AAA0104100, 2020AAA0104105), the National Natural Science Foundation of China (62222118, U22A2040), the Guangdong Provincial Key Laboratory of Artificial Intelligence in Medical Image Analysis and Application (2022B1212010011), the Basic Research Program of Shenzhen (JCYJ20180507182400762), the Shenzhen Science and Technology Program (JCYJ20220531100213029, RCYX20210706092104034), and the Youth Innovation Promotion Association Program of the Chinese Academy of Sciences (2019351).
            Categories
            Review

            Medicine,Radiology & Imaging
            Alzheimer’s disease,machine learning,transfer learning,domain adaptation

            Comments

            Comment on this article