Skip to main content
Brain Informatics logoLink to Brain Informatics
. 2024 Jan 9;11(1):2. doi: 10.1186/s40708-023-00217-4

Deep learning based joint fusion approach to exploit anatomical and functional brain information in autism spectrum disorders

Sara Saponaro 1,2,, Francesca Lizzi 2, Giacomo Serra 3,4, Francesca Mainas 4,5, Piernicola Oliva 4,6, Alessia Giuliano 7, Sara Calderoni 8,9, Alessandra Retico 2
PMCID: PMC10776521  PMID: 38194126

Abstract

Background:

The integration of the information encoded in multiparametric MRI images can enhance the performance of machine-learning classifiers. In this study, we investigate whether the combination of structural and functional MRI might improve the performances of a deep learning (DL) model trained to discriminate subjects with Autism Spectrum Disorders (ASD) with respect to typically developing controls (TD).

Material and methods

We analyzed both structural and functional MRI brain scans publicly available within the ABIDE I and II data collections. We considered 1383 male subjects with age between 5 and 40 years, including 680 subjects with ASD and 703 TD from 35 different acquisition sites. We extracted morphometric and functional brain features from MRI scans with the Freesurfer and the CPAC analysis packages, respectively. Then, due to the multisite nature of the dataset, we implemented a data harmonization protocol. The ASD vs. TD classification was carried out with a multiple-input DL model, consisting in a neural network which generates a fixed-length feature representation of the data of each modality (FR-NN), and a Dense Neural Network for classification (C-NN). Specifically, we implemented a joint fusion approach to multiple source data integration. The main advantage of the latter is that the loss is propagated back to the FR-NN during the training, thus creating informative feature representations for each data modality. Then, a C-NN, with a number of layers and neurons per layer to be optimized during the model training, performs the ASD-TD discrimination. The performance was evaluated by computing the Area under the Receiver Operating Characteristic curve within a nested 10-fold cross-validation. The brain features that drive the DL classification were identified by the SHAP explainability framework.

Results

The AUC values of 0.66±0.05 and of 0.76±0.04 were obtained in the ASD vs. TD discrimination when only structural or functional features are considered, respectively. The joint fusion approach led to an AUC of 0.78±0.04. The set of structural and functional connectivity features identified as the most important for the two-class discrimination supports the idea that brain changes tend to occur in individuals with ASD in regions belonging to the Default Mode Network and to the Social Brain.

Conclusions

Our results demonstrate that the multimodal joint fusion approach outperforms the classification results obtained with data acquired by a single MRI modality as it efficiently exploits the complementarity of structural and functional brain information.

Supplementary Information

The online version contains supplementary material available at 10.1186/s40708-023-00217-4.

Keywords: Multi-modal machine learning, Deep Learning, Autism spectrum disorders, ABIDE, Structural MRI, Functional connectivity

Introduction

Autism spectrum disorders (ASD) are a heterogeneous group of neurodevelopmental disorders characterized by persistent deficits in reciprocal social interaction, communication, and the presence of restricted, repetitive behaviors and interests, which can include sensory processing difficulties [7]. Prevalence data from the most recent investigation conducted by the American Centers for Disease Control and Prevention reported that ASD occurs in about one in every 36 children aged 8 years in U.S. [53].

ASD is currently diagnosed through a multidisciplinary and comprehensive direct evaluation of the individual with suspected ASD, associated with gold-standard behavioral observation [51] and interview [71] performed by clinicians expert in neurodevelopmental disorders [46]. However, methods based on observation of the patient and/or interview with the parents are subjective. Therefore, neuroimaging plays a key role in identifying the neural correlates of this condition. Machine learning (ML) and deep learning (DL) techniques are gaining considerable importance in supporting the diagnosis of ASD on the basis of magnetic resonance imaging (MRI) [44, 57], though these modalities do not have yet a clinical application. The aggregation of large data collections from multiple centers is often used to overcome the problems of appropriate ML training, related to the typical limited size of datasets in this field.

For ASD research, the Autism Brain Imaging Data Exchange (ABIDE) dataset is a public neuroimaging collection that is well characterized at the phenotypic level. Two world-wide multi-site and large-scale collections were released so far, ABIDE I [22] and ABIDE II [23], jointly consisting in more than a thousand cases and as many controls. In spite of the greater sample sizes, analyses based on the ABIDE collections report highly variable classification performances [77]. Moreover, it was pointed out that multi-center MRI data suffer from significant confounding due to batch-related technical variation, called batch effects [26]. In effect, MRI acquisitions made with different scanners and/or with dissimilar acquisition protocols encode confounding information in data which, if not accounted for, may obscure the tiny differences between controls with typical development (TD) and ASD subjects [25].

Several techniques can be employed to mitigate batch effects. During the study design phase, efforts can be made to mitigate batch effects by restricting data collection to a single scanner, manufacturer, field strength, acquisition protocol, or a combination of these criteria. However, this approach may limit the capacity to collect large datasets. Furthermore, even when acquisition conditions and scanner manufacturers are carefully checked, residual differences (resulting from factors such as hardware imperfections, site or operator characteristics, or software or hardware updates) can still introduce batch effects. In the image pre-processing stage, standardizing images through techniques such as gradient distortion correction, bias field correction, and intensity normalization can help to remove batch effects. However, it is important to note that these normalization methods primarily target inter-subject variability. Consequently, they can only mitigate batch effects that overlap with inter-subject variability. In the last few years, a number of advanced strategies, which employ statistical or mathematical concepts, were developed with the aim of removing the batch effect in neuroimaging studies [36]. Fortin et al. developed a harmonization algorithm [29], as an adaptation of the ComBat method developed by Johnson et al. [40] to remove batch effects in genomics data. Even if DL approach has been recently applied on ABIDE dataset [61], at the moment, ComBat appears to be the most used harmonization approach in the field of ASD research to reduce effect size in ABIDE data collections [28, 38, 68, 80]. However, Pomponio et al. [64] have recently presented a modified version of the harmonization protocol, the NeuroHarmonize tool, which is suitable to harmonize pooled dataset in the presence of non-linear age trends. In a recent study published by our group [72], we demonstrated that the implementation of NeuroHarmonize preprocessing [64] in a multi-center analysis conducted on structural MRI (sMRI) data from ABIDE I and II collections results in a significant increase in the ASD vs. TD discrimination performance of ML classifiers.

Multi-modal machine learning is a subfield of ML that aims to develop and train models that can exploit different types of data and combine them in order to improve prediction performance [2]. Indeed, combining data from multiple modalities allows to extract more comprehensive and complementary information, resulting in better performing models compared to using a single data modality [37, 81, 83]. In particular, the joint fusion approach employs a neural network model to extract feature representations from each modality, which are then combined and used as inputs to another model. The fusion model’s prediction loss is back propagated to the feature extracting models to enhance the learned feature representations.

In the research field of neurogenerative disorders, fusion strategies were frequently employed in the diagnosis and prediction of Alzheimer’s disease. Neither imaging or clinical data alone are sufficient for accurately diagnosing Alzheimer’s disease in clinical practice. However, leveraging DL fusion techniques has consistently shown improvements in diagnostic performance [65, 75, 78]. Some studies reported good results in applying DL models using functional and structural MRI images demonstrating that a DL framework for multi-modality data fusion outperforms single-modality DL [1, 5, 67]. In this work, we developed a multi-modal joint fusion DL model, which combines structural and functional MRI to distinguish between ASD and TD subjects. Although DL models are highly efficient and accurate, their complexity makes the rationale behind their decisions unclear, thus limiting their use in clinical applications such as disease diagnosis. To address this issue in recent years, different algorithms were proposed to explain which features contribute the most to the classification results. In this work we implemented the SHapley Additive exPlanations (SHAP) [52], which utilizes optimal Shapley values derived from game theory, in order to pointing out the most important feature involved in the identification of ASD subjects.

Materials and methods

Participants and data description

We analyzed the T1-weighted sMRI and resting-state fMRI (rs-fMRI) data of the ABIDE I [22] and ABIDE II [23] publicly available collections. Since 97% of the subjects were under the age of 40 years, we limited our study to subjects aged 5 to 40 years only, similarly to other studies in the field [33, 42]. Moreover, we restricted our analysis to male subjects, due to both the limited representation of female subjects in the ABIDE collection (less than 20% of subjects, spread over different sites and a wide age-range), and the sex differences in functional brain connectivity, characterized by predominant underconnectivity in ASD males as compared to TD males and extensive overconnectivity in ASD females as compared to TD females [6]. Since our goal is to propose a classification strategy dealing with both structural and functional information, we excluded subjects with missing multimodal MRI data after using the preprocessing pipelines. Thus, we obtained a final sample of 1383 subjects (680 ASD and 703 TD) from 35 sites. A summary of the sample sizes of the ABIDE I and II cohorts included in this study and of the participants’ average age is reported in Table 1. To allow the reproducibility of the analysis, the identification numbers (IDs) of the participants selected in the final sample are reported in Additional file 1.

Table 1.

Number of subjects of the ABIDE I and II cohorts considered in this study. Only male subjects in the age range of [5–40] years (y) are considered.

Centers N Average age (y) STD age (y)
ASD TD ASD TD ASD TD
BNI_A 14 11 22.1 22.5 5.6 6.3
CALTECH 12 11 24.5 24.6 6.9 6.8
CMU 7 9 25.8 27.1 4.4 6.5
EMC_A 21 22 8.2 8.3 1.2 1.0
ETH_A 10 22 20.4 23.8 3.9 4.5
GU_A 37 26 11.0 10.8 1.5 1.6
IP_A 13 8 15.5 23.3 5.2 7.1
IU_A 8 9 20.7 24.2 3.7 5.0
KKI 13 18 10.2 10.4 1.3 1.3
KKI_A 30 62 10.4 10.4 1.6 1.3
LEUVEN_A 9 11 22.6 22.5 4.7 2.6
LEUVEN_B 10 13 13.7 14.5 1.4 1.7
MAX_MUN 15 26 20.5 23.3 9.5 7.8
NYU 62 73 14.0 16.0 6.5 6.3
NYU_A 41 27 9.5 9.2 4.6 1.8
OHSU 13 15 11.7 10.1 2.2 1.1
OHSU_A 29 27 12.1 10.3 2.2 1.7
OILH_B 7 7 21.3 23.8 2.9 4.1
OLIN 16 13 16.1 16.8 3.1 4.0
PITT 26 21 19.9 20.0 7.3 6.9
SBL 10 12 29.8 33 3.5 6.3
SDSU 10 13 14.4 14.5 1.7 1.4
SDSU_A 23 22 12.6 13.5 3.1 3.2
STANFORD 15 14 10.1 10.3 1.6 1.7
TCD_A 19 15 14.4 14.8 3.1 3.1
TRINITY 24 25 17.3 17.1 3.6 3.8
UCD_A 12 8 14.6 14.8 1.9 2.0
UCLA_A 33 26 13.2 13.4 2.3 2.3
UCLA_B 10 9 12.5 12.0 1.6 1.2
UM_A 33 33 12.4 13.6 2.3 3.3
UM_B 12 18 14.7 17.1 1.5 4.2
USM 46 36 21.0 20.9 5.7 8.1
USM_A 14 12 16.0 23.1 3.8 8.5
U_MIA_A 7 9 10.8 9.9 2.2 2.0
YALE 19 20 12.5 12.3 3.1 2.8
Total 703 680 15.7 14.9 7.0 6.2

The number of participants is provided per site and per diagnostic group, together with the average age and standard deviation of each group. Abbreviation: STD - standard deviation

Image processing and feature extraction

Structural MRI scan

As in our previous work [72], the sMRI scans were processed with Freesurfer [27] version 6.0 with the recon-all pipeline.1This procedure includes cortical surface modelling, spherical coordinate transformation, non-linear curvature registration, automated volumetric segmentation and cortical reconstruction. Among the outputs generated by the Freesurfer processing pipeline, the following brain features were selected: the global measures and the subcortical features available in the file aseg.stats and the cortical features available in the bilateral files aparc.stats. In this way, a total number of 221 brain morphometric features were obtained. These brain descriptive characteristics can be grouped into:2

  • 9 global quantities: left (L) and right (R) mean thickness, L and R cortex volumes, L and R cerebral white matter volume, cerebrospinal fluid volume, total gray volumes and the volume of segmented brain without ventricles;

  • 26 volumes of sub-cortical structures and corpus callosum;

  • 186 measures, including the volume, the mean and standard deviation of the thickness of 62 structures (31 per hemisphere) from the Desikan-Killiany-Tourville Atlas [45]: 14 in the temporal lobe, 20 in the frontal lobe, 10 in the parietal lobe, 8 in the occipital lobe and 10 in the cingulate cortex.

Resting-state fMRI scan

The rs-fMRI scans selected from ABIDE I and ABIDE II cohorts were processed with the Configurable Pipeline for the Analysis of Connectomes (C-PAC) [20], that includes motion correction, slice timing correction, band-pass filtering, spatial smoothing and registration. The Harvard-Oxford (HO) atlas was used to extract time series from brain regions, obtaining 110 timeseries for each subject. Seven regions were eliminated because they were not associated with any time series in a significant number of patients. In order to maximize the population of the dataset, the region was removed instead of discarding the patient’s exam. Thus, we obtained 103 timeseries for each subject. The Pearson correlation was calculated between the timeseries of pairs of regions to derive a functional connectivity (FC) matrix. The correlation values were normalized according to Fisher transformation [16] in order to make them approximately normally-distributed. Moreover, the correlation values were multiplied by (N-3) (where N is the number of timepoints) to have a unitary standard deviation. From the symmetric FC matrix, we used N(N-1)/2 non-redundant values as features, obtaining 5253 connectivity features for each subject.

Harmonization

Due to the multisite nature of the dataset, we separately harmonized the Freesurfer structural features and the functional connectivity measures using the publicly available Python package NeuroHarmonize,3 which is the state-of-the-art tool for multi-site neuroimaging analysis developed by Pomponio et al. [64]. We estimated the NeuroHarmonize model parameters on the entire cohort of control subjects, by specifying the age as a covariate, whose effect is to be preserved during the harmonization process. Finally, we applied the estimated model on the entire sample of subjects with ASD and TD controls.

Neural network architecture: a joint fusion approach

We developed a multi-modal DL classification model that integrates both structural and functional information. The fusion of different data modalities can be performed at different stages of the classification process. There are three main fusion strategies: early fusion, joint fusion, and late fusion, as discussed in Huang et al. [37] and Acosta et al. [2]. Early fusion is the simplest approach where input modalities or features are concatenated before training a single model. Instead, the joint fusion is a more advanced technique that combines and co-learns representations of different modalities during the training process. In contrast, late fusion involves training separate models for each modality and then combining their output probabilities.

In this study, the ASD vs. TD classification was carried out with a DL model, consisting in a feature dimensionality reduction neural network (FR-NN) which generates a fixed-length feature representation of the data for each modality. The two vectors are then merged and passed through a classification neural network (C-NN). Specifically, we implemented the joint fusion approach [37], whose main advantage is that the loss is propagated back to the FR-NN during the training, thus creating informative feature representations for each data modality. The C-NN, with several layers and neurons per layer, is optimized during the model training and performs the ASD-TD discrimination. In Fig. 1 a simplified scheme of our model was shown. Moreover, in order to evaluate the improvement of using a multimodal joint fusion model, we also implemented models based on single data modality. Only structural or connectivity features were considered using similar NN to perform the classification. We implemented the DL model using Keras [18], a Python DL API that uses Tensorflow as backend. The model was trained using Stochastic Gradient Descent (SGD) optimizer with a learning rate of 0.001 and a momentum of 0.9 and a ReLU as the activation function. During training we minimised the binary cross entropy between the model’s predictions and the true labels for ASD and TD subjects. The model was trained for 150 epochs, moreover standard DL techniques were adopted to reduce overfitting. In particular, we used:

  • batch normalisation [39], a technique which normalises the outputs of each layer for each batch of data, thus accelerating the rate of training and acting as a regularizer, reducing the internal covariate shift;

  • dropout [76] which works by randomly dropping units and their connections during training. Dropout was set to 0.5 and 0.2;

  • L1 regularisation which adds a penalty to the loss function and, hence, it shrinks the less important features’ coefficients, allowing for a better feature selection. The L1 regularisation hyperparameter was 0.01.

We implemented a feature scaling function (the Scikit-learn RobustScaler), that consists in the subtraction of the median and the scaling with respect to the interquartile range (IQR). The model has been trained according to a nested 10-fold cross-validation scheme preserving the matching proportions of diagnosis (ASD/TD). The training of the model was performed in the inner CV loop. The performances were evaluated in the outer CV loop by computing the Area under the Receiver Operating Characteristic (ROC) curve (AUC) and accuracy. The metrics were computed within each fold; then, results across the test folds were used to calculate the mean and the standard deviation of accuracy and AUC.

Fig. 1.

Fig. 1

Multimodal DL model with joint fusion approach. The model contains a feature-reduction neural network (FR-NN) and a classification neural network (C-NN). The main advantage of this strategy is that the loss is propagated back to the FR-NN during the training (black arrows). The solid blue and cyan circles represent a starting feature set, while the shaded circles represent the fixed-length feature vectors extracted from all modalities

Explainability: identify important features

In order to identify the most significant features able to discriminate between ASD and TD, the explainable method SHAP [52], based on Shapley values computation, was adopted. SHAP is a local model-agnostic approach, since it uses only the input and the output of a classifier. The explanation of each feature is quantified in Shapley values (Φ) and the importance of each feature in the DL model can be calculated by averaging the absolute values of the Shapley values for all instances as:

S=1N·i=0NΦi 1

where N is the number of instances in the dataset. We implemented the Gradient SHAP method, offered by the Python package SHAP4; this method uses the gradients of the model output with respect to input features to approximate Shapely values. Because we implemented a multimodal model using different inputs with different dimensionality, it was necessary to make comparable the SHAP values, by rescaling them in the same numerical range. Therefore, we performed a normalization with respect to the total sum of SHAP values and with respect to different number of input features (Ns,f). The normalized values were calculated as follows:

Snorm=Si=0Ns,fSi·Ns,f[2·(Ns+Nf)] 2

The SHAP method was applied on the inner CV loop. To increase the robustness of results, the Shapely values were calculated using 100 different fold and the importance score were obtained as the average of the scores from 100 folds.

As the most important features, we selected the scores above the 99th percentile of importance features selected by SHAP. Moreover, the effect size of ASD vs. TD group difference was quantified using Cohen’s d coefficient. It consists in the standardized difference between two mean values μ defined as (μASD-μTD)/SDpooled, where SDpooled is the weighted average of the standard deviations of the two groups [19].

Results

Model performances

The model was trained to distinguish subjects with ASD from TD according to a nested 10-fold cross-validation scheme. The classification performance was estimated both on the single data modality model (structural NN and functional NN) and on the multimodal joint fusion model in order to evaluate the improvement in discrimination capability. Figure 2 shows the ROC curves obtained by averaging the ROC curves computed on each of the 10 folds of the cross validation. The mean AUC values and the standard deviations are reported. The performance in the ASD vs. TD discrimination is reported in term of AUC and accuracy in Table 2.

Fig. 2.

Fig. 2

ROC curves obtained for the ASD vs. TD classification within 10-fold cross-validation scheme for the three different approaches: a structural DL model, a functional DL model and joint fusion DL model

Table 2.

Classification performances obtained in the ASD vs. TD discrimination for the structural, functional and multi-modality model.

Type of model AUC Accuracy
Structural model 0.66±0.05 0.75±0.08
Functional model 0.76±0.04 0.83±0.12
Joint fusion model 0.78±0.04 0.85±0.12

The average value and the standard deviation of each metric are computed according to a nested 10-fold cross validation scheme

From the Table 2, it can be noticed an improvement of the performance using a multi-modality with joint fusion approach model, which outperforms the model based on functional features only (p<0.001). The superior performance is due to its ability to extract relationships among features from different modalities. Moreover, if we consider the single data modality, we can conclude that the functional model significantly outperforms the structural one, as known in the literature.

Relevant brain features in the ASD vs. TD discrimination problem

The most important features in the ASD vs. TD discrimination problem were identified using Shapely values. The top 40 important features selected by SHAP are reported in Fig. 3. A list of the features whose importance scores exceeded the 99th percentile are reported in Table 3. In addition to the specification of the feature name, the table reports the sign of the Cohen’s d, thus indicating whether a feature mean is larger/smaller (+/-) in the sample of subjects with ASD with respect to TD controls. It can be noticed that the features identified as important in the ASD vs. TD discrimination problem were mainly from functional MRI data. A visual representation of the relevant features is shown in Fig. 4, which allows an immediate identification of the set of significant functional connections. We found out a long-range inter-hemispheric hypo-connectivity and an intra-hemispheric hyper-connectivity in ASD subjects with respect to TDs.

Fig. 3.

Fig. 3

Boxplot of the top 40 importance features selected by SHAP. The functional labels are defined by the Harvard-Oxford cortical and subcortical atlases [48]

Table 3.

The most important features (importance scores over the 99th percentile).

Brain Regions (Measurement) Cohen’s d
Right Postcentral Gyrus - Left Juxtapositional Lobule Cortex -
Right Thalamus - Right Middle Temporal Gyrus +
Right Middle Temporal Gyrus (posterior division) - Left Angular Gyrus -
Right Inferior Frontal Gyrus (pars triangularis) - Right Frontal Operculum Cortex -
Right Temporal Pole - Left Angular Gyrus -
Right Middle Temporal Gyrus (posterior division) - Left Middle Temporal Gyrus -
Right Frontal Orbital Cortex - Left Middle Temporal Gyrus -
Left Occipital Pole - Left Subcallosal Cortex +
Right Superior Frontal Gyrus - Left Cuneal Cortex -
Left Occipital Fusiform Gyrus - Left Subcallosal Cortex +
Left Inferior Temporal Gyrus (temporooccipital part) - Left Planum Temporale -
Right Frontal Orbital Cortex - Left Angular Gyrus -
Superior Temporal (ThickAvg) +
Left Middle Temporal Gyrus (posterior division) - Right Middle Temporal Gyrus (posterior division) -
Left Superior Parietal Lobule - Left Superior Temporal Gyrus (posterior division) -
Left Frontal Pole - Right Inferior Frontal Gyrus (pars triangularis) +
Right Superior Parietal Lobule - Right Central Opercular Cortex +
Left Planum Temporale - Right Frontal Operculum Cortex +
Right Cingulate Gyrus (posterior division) - Left Cingulate Gyrus (posterior division) -
Left Angular Gyrus - Right Inferior Frontal Gyrus (pars triangularis) -
Right Middle Temporal Gyrus (anterior division) - Left Superior Temporal Gyrus (anterior division) +
Left Frontal Pole - Left Temporal Pole -
Medial Orbitofrontal (ThickAvg) +
Left Heschl’s Gyrus (H1 and H2) - Left Superior Temporal Gyrus (anterior division) -
Right Cingulate Gyrus (posterior division) - Right Temporal Occipital Fusiform Cortex +
Pericalcarine (GrayVol) -

The reported sign indicates whether the feature mean is larger/smaller (+/-) in the group of subjects with ASD with respect to TD controls. The structural features are highlighted in italics

Fig. 4.

Fig. 4

The most important features (see Table 3) in the ASD vs. TD discrimination are highlighted. Significant functional connections are reported in left box. The over-connectivity (in red) and under-connectivity (in blue) patterns are shown. In right box the brain regions whose features were identified as relevant are highlighted

Discussion

We developed a multi-modality DL model with a joint fusion approach that uses the combination of structural and functional MRI data to discriminate subjects with ASD with respect to TDs. This DL model outperforms those based on each single modality. Several works demonstrated that better performance can be achieved by combining the results from structural and functional MRI data.

The work by Dekhil et al. [21] proposes a computer-aided diagnosis system that integrates features from sMRI and fMRI to predict autism diagnoses. They utilized traditional ML models, in particular, a local classifier (K-nearest neighbors) and a global classifier (Random Forest). The system was tested on 18 datasets from the ABIDE consortium, and the results demonstrated high accuracy (0.75-1.00 on sMRI and 0.79-1.00 on fMRI data). However, the reported performances are specific to individual modalities and sites, lacking a comprehensive evaluation of the performance of the algorithm on combined data.

In their study, Aghdam et al. [5] utilized a deep belief network (DBN) to classify ASD subjects using both rs-fMRI and sMRI data. The study included participants aged 5 to 10 years from the ABIDE I and ABIDE II datasets. By combining rs-fMRI, gray matter, and white matter (WM) data, the study achieved an accuracy of 0.65, demonstrating that there were significant correlations between rs-fMRI and sMRI in diagnosing ASD. However, they employed an early fusion approach by combining the multi-modal features prior to the classification process. Despite a direct comparison between their work and ours cannot be done because of the different choice made in the selection of paticipants’ age range, we obtained substantially higher performances (an accuracy of 0.85±0.12) which may be attributable to the use of a joint fusion approach instead of an early fusion one.

Rakic et al. [67] propose a network consisting of autoencoders and multilayer perceptrons for the classification of ASD. The model was tested on both rs-fMRI and sMRI data from the ABIDE I dataset, both separately and in combination. They implemented both an early and a late fusion strategy, where connectivity and structural feature vectors were concatenated prior to classification (early approach) or classified separately and then the obtained label were fused (late approach). The best result was obtained using the late fusion approach, achieving a mean accuracy of 0.85, using an ensemble of 5 functional and 5 structural data classification models. This result is consistent with the performance obtained by our joint fusion model. However, late approach may potentially obscure valuable information that could be extracted from the interaction between modalities.

In their study, Abbas et al. [1] implemented a 3D model, which is completely different from ours and strongly more demanding from the computational point of view. The authors stated that they had implemented a subject partitioning criterion in the training, validation and test sets aimed at balancing the contribution of the different sites and diagnostic groups to each set. This approach to data partitioning may account for the fact that the ASD vs control classification performance they achieved is sensibly higher (AUC of 92.35) than ours.

Niu et al. [60] developed a multichannel deep attention neural network (DANN) model using functional neuroimaging data and personal characteristic data (e.g. sex, handedness, full-scale intelligence quotient) from ABIDE dataset. They achieved an accuracy of 0.73±0.02 in classifying subjects with ASD with respect to TDs. The results by Niu et al. [60] suggest that integrating additional data modalities can facilitate the utilization of ML in the context of computer-aided diagnosis of ASD. This work employed a joint fusion approach, however, the authors did not incorporate structural information. In our study, we obtained an improvement of the performance combining sMRI and rs-fMRI data.

To the best of our knowledge, our work is the first study to utilize a joint fusion approach on harmonized sMRI and rs-fMRI data, involving data from all 35 ABIDE sites. However, the diagnostic performance might be further improved by incorporating phenotype information. Additionally, we introduced the SHAP analysis within the framework of the multimodal model. This approach allows us to explore both the relative relevance and the interplay between structural and functional information in the ASD vs control DL discrimination task.

Considerations of important features

Overall, our results revealed that individuals with ASD have poorer FC in brain regions spanning long, interhemispheric distances compared to TD controls, whereas FC seems to be increased in local, intrahemispheric circuits. This pattern has been firstly identified by Belmonte and colleagues [11] and confirmed by several subsequent independent investigations [8, 35, 41, 43, 56]. Among the most involved circuits, the weaker connection between pivotal hubs of the Default Mode Network (DMN) [66] including right middle temporal gyrus and left angular gyrus, right and left middle temporal gyrus, right and left posterior cingulate gyrus greatly contributed to distinguishing ASD participants from TD peers. Crucially, DMN is implicated in social cognition [55], theory of mind [17], emotional processing [15], self-evaluation [32], autobiographical memory ([59], and its disruption has been consistently described in subjects with ASD [9, 10, 24, 34, 79, 82]. Indeed, under-functional connectivity in regions of the DMN might contribute to the social-cognitive impairments associated with ASD. In addition, other brain regions that constitute the DMN, such as the superior frontal gyrus, the posterior cingulate gyrus, the superior temporal gyrus, the middle temporal gyrus, and the angular gyrus are part of the weaker connections we detected in individuals with ASD. Moreover, we observed atypical functional activation of areas belonging to the social brain, a network specialized in processing social cues and encoding human social behaviors [3, 14, 30], which includes the inferior frontal gyrus, the anterior cingulate cortex (subcallosal region), the superior temporal cortex, the temporal poles, and the fusiform gyrus. In line with our findings, previous investigations detected altered neural substrates in social brain [31, 62], which in turn may underlie abnormal processing of social cues, a hallmark of ASD.

It is also important to note a degree of overlap between the structural and functional findings of the current study: indeed, the left superior temporal gyrus (a crucial structure implicated in language and social cognition frequently impaired in ASD subjects [12, 13, 47]) is both increased in thickness and altered as far as FC is concerned in ASD individuals compared with control participants. This result support the notion that brain changes in ASD, even if subtle and diffuse, converge into specific, close localized areas of structural and functional alterations [58, 63, 69].

In our study, the classical case–control approach was implemented. However, it is crucial to acknowledge the limitations and challenges associated with this approach. Despite its widespread use, the classical approach did not take into account the intrinsic heterogeneity of ASD [50], presuming that the group mean is representative of the entire population. This assumption may not be valid for heterogeneous populations like ASD [54]. Recognizing the limitations of the classical approach, recent investigations tried to address the heterogeneity within ASD by exploring its biological underpinnings including neuroanatomical measures, with predominantly inconsistent results [4, 49, 85]. Moreover, a novel method for dealing with the neurobiological heterogeneity associated with ASD, and more broadly neurodevelopmental disorders, is normative modeling [70]. This method utilizes the trajectory of the typical developing brain across relevant variables to predict brain measures for each individual, highlighting deviations from the typical pattern for each individual. Normative modeling has been applied in previous investigations involving ASD individuals, revealing widespread patterns of deviations [73, 74, 84]. Given these considerations, it is evident that one of the most significant challenges in current ASD research is addressing and reducing the high heterogeneity at the neurobiological level in order to pave the way for more individualized treatment strategies for ASD individuals.

Conclusions

In conclusion, our findings indicate that the DL-based joint fusion approach outperforms single modality DL models, as it can effectively exploit the complementary information encoded in each acquisition modality. The improvement in AUC demonstrated that sMRI and rs-fMRI images contain complementary information related to the ASD diagnosis. Furthermore, our work suggests that multi-modality DL models are promising tools for identifying potential neuroimaging biomarkers of neurodevelopmental disorders.

Supplementary Information

40708_2023_217_MOESM1_ESM.xlsx (38.5KB, xlsx)

Additional file 1. Sheet list of features: List of analyzed brain structural features. Sheet IDs of the participants: List of ID subjects per site selected in the final sample of the study.

Abbreviations

ABIDE

Autism brain imaging data exchange

ASD

Autism spectrum disorders

AUC

Area under the curve

C-NN

Classification neural network

C-PAC

Configurable pipeline for the analysis of connectomes

DL

Deep learning

FR-NN

Feature reduction neural network

HO

Harvard-Oxford

IQR

Interquartile range

ML

Machine learning

MRI

Magnetic resonance imaging

ROC

Receiver operating characteristic

rs-fMRI

Resting-State fMRI

SDG

Stochastic gradient descent

SHAP

SHapley additive exPlanations

sMRI

Structural MRI

TD

Typical development

Author Contributions

SS: Performed data analysis, interpreted the data, and drafted the manuscript. FL: Participated in the study design and supported the creation of DL model. GS: Generated functional connectivity measures. FM: Contributed to the manuscript preparation and revision. PO: Defined functional connectivity analysis pipeline. Revised the manuscript. AG: Revised the current literature and drafted portions of the manuscript. SC: Provided a clinical interpretation of the important features and contributed to the writing. AR: Conceived the study, participated in its design, and reviewed the manuscript.

Funding

Research partly supported by: Artificial Intelligence in Medicine (next_AIM, https://www.pi.infn.it/aim) project, funded by INFN-CSN5; FAIR-AIM project funded by Tuscany Government (POR FSE 2014–2020); PNRR - M4C2 - Partenariato Esteso “FAIR - Future Artificial Intelligence Research” - Spoke 8, and PNRR - M4C2 - Centro Nazionale “ICSC - Centro Nazionale di Ricerca in High Performance Computing, Big Data and Quantum Computing” - Spoke 8, funded by the European Commission under the NextGeneration EU programme; the Italian Ministry of Health Grant RC and 5× 1000 Health Research; AIMS2-Trials, http://aims-2-trials.eu.

Availability of data and materials

In this study the public dataset ABIDE was used. To allow the reproducibility of the analysis, the identification numbers (IDs) of the participants selected in the final sample are reported in Supplementary Materials.

Declarations

Competing interests

The authors have no competing interests or other interests that might be perceived to influence the results and/or discussion reported in this paper.

Footnotes

2

The extensive list of analyzed brain features can be found in the supplementary materials.

Publisher's Note

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

References

  • 1.Abbas SQ, Chi L, Chen YPP. Deepmnf: Deep multimodal neuroimaging framework for diagnosing autism spectrum disorder. Artif Intell Med. 2023;136:102475. doi: 10.1016/j.artmed.2022.102475. [DOI] [PubMed] [Google Scholar]
  • 2.Acosta JN, Falcone GJ, Rajpurkar P, et al. Multimodal biomedical ai. Nat Med. 2022;28:1773–1784. doi: 10.1038/s41591-022-01981-2. [DOI] [PubMed] [Google Scholar]
  • 3.Adolphs R. The social brain: neural basis of social knowledge. Ann Rev Psychol. 2009;60:693–716. doi: 10.1146/annurev.psych.60.110707.163514. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Aglinskas A, Hartshorne JK, Anzellotti S. Contrastive machine learning reveals the structure of neuroanatomical variation within autism. Science. 2022;376(6597):1070–1074. doi: 10.1126/science.abm2461. [DOI] [PubMed] [Google Scholar]
  • 5.Akhavan Aghdam M, Sharifi A, Pedram MM. Combination of rs-fmri and smri data to discriminate autism spectrum disorders in young children using deep belief network. J Digital Imag. 2018;31:895–903. doi: 10.1007/s10278-018-0093-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Alaerts K, Swinnen SP, Wenderoth N. Sex differences in autism: a resting-state fmri investigation of functional brain connectivity in males and females. Soc Cognit Affect Neurosci. 2016;11(6):1002–1016. doi: 10.1093/scan/nsw027. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.American Psychiatric Association . Diagnostic and statistical manual of mental disorders: DSM-5. 5. Washington, DC: Autor; 2013. [Google Scholar]
  • 8.Anderson JS, Druzgal TJ, Froehlich A, et al. Decreased interhemispheric functional connectivity in autism. Cereb Cortex. 2011;21(5):1134–1146. doi: 10.1093/cercor/bhq190. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Anderson JS, Nielsen JA, Froehlich AL, et al. Functional connectivity magnetic resonance imaging classification of autism. Brain. 2011;134(12):3742–3754. doi: 10.1093/brain/awr263. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Assaf M, Jagannathan K, Calhoun VD, et al. Abnormal functional connectivity of default mode sub-networks in autism spectrum disorder patients. Neuroimage. 2010;53(1):247–256. doi: 10.1016/j.neuroimage.2010.05.067. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Belmonte MK, Allen G, Beckel-Mitchener A, et al. Autism and abnormal development of brain connectivity. J Neurosci. 2004;24(42):9228–9231. doi: 10.1523/JNEUROSCI.3340-04.2004. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Xa Bi, Zhao J, Xu Q, et al. Abnormal functional connectivity of resting state network detection based on linear ica analysis in autism spectrum disorder. Front Physiol. 2018;9:475. doi: 10.3389/fphys.2018.00475. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Bigler ED, Mortensen S, Neeley ES, et al. Superior temporal gyrus, language function, and autism. Devel Neuropsychol. 2007;31(2):217–238. doi: 10.1080/87565640701190841. [DOI] [PubMed] [Google Scholar]
  • 14.Brothers L. The social brain: a project for integrating primate behavior and neuropsychology in a new domain. Conc Neurosci. 1990;1:27–51. [Google Scholar]
  • 15.Broyd SJ, Demanuele C, Debener S, et al. Default-mode brain dysfunction in mental disorders: a systematic review. Neurosci Biobehav Rev. 2009;33(3):279–296. doi: 10.1016/j.neubiorev.2008.09.002. [DOI] [PubMed] [Google Scholar]
  • 16.Chen H, Nomi JS, Uddin LQ, et al. Intrinsic functional connectivity variance and state-specific under-connectivity in autism. Human Brain Mapping. 2017;38(11):5740–5755. doi: 10.1002/hbm.23764. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Chen L, Chen Y, Zheng H, et al. Changes in the topological organization of the default mode network in autism spectrum disorder. Brain Imag Behav. 2021;15:1058–1067. doi: 10.1007/s11682-020-00312-8. [DOI] [PubMed] [Google Scholar]
  • 18.Chollet F et al (2015) Keras. https://github.com/fchollet/keras
  • 19.Cohen J. Statistical Power Analysis for the Behavioral Sciences. 2. Taylor and Francis: Routledge; 1988. [Google Scholar]
  • 20.Craddock C, Sikka S, Cheung B, et al. Towards automated analysis of connectomes: The configurable pipeline for the analysis of connectomes (c-pac) Front Neuroinform. 2013;42:10–3389. [Google Scholar]
  • 21.Dekhil O, Ali M, Haweel R, et al. A comprehensive framework for differentiating autism spectrum disorder from neurotypicals by fusing structural mri and resting state functional mri. Semin Pediat Neurol. 2020;34:100805. doi: 10.1016/j.spen.2020.100805. [DOI] [PubMed] [Google Scholar]
  • 22.Di Martino A, Yan CG, Li Q, et al. The autism brain imaging data exchange: towards a large-scale evaluation of the intrinsic brain architecture in autism. Mol Psych. 2014;19:659–667. doi: 10.1038/mp.2013.78. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Di Martino A, O’Connor D, Chen B, et al. Enhancing studies of the connectome in autism using the autism brain imaging data exchange ii. Scient Data. 2017;4:170010. doi: 10.1038/sdata.2017.10. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Feng Y, Kang X, Wang H, et al. The relationships between dynamic resting-state networks and social behavior in autism spectrum disorder revealed by fuzzy entropy-based temporal variability analysis of large-scale network. Cerebral Cortex. 2023;33(3):764–776. doi: 10.1093/cercor/bhac100. [DOI] [PubMed] [Google Scholar]
  • 25.Ferrari E, Bosco P, Calderoni S, et al. Dealing with confounders and outliers in classification medical studies: The autism spectrum disorders case study. Artif Intell Med. 2020;108:101926. doi: 10.1016/j.artmed.2020.101926. [DOI] [PubMed] [Google Scholar]
  • 26.Ferrari E, Retico A, Bacciu D. Measuring the effects of confounders in medical supervised classification problems: the confounding index (ci) Artif Intell Med. 2020;103:101804. doi: 10.1016/j.artmed.2020.101804. [DOI] [PubMed] [Google Scholar]
  • 27.Fischl B. Freesurfer. NeuroImage. 2012;62:774–781. doi: 10.1016/j.neuroimage.2012.01.021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Floris DL, Filho JOA, Lai MC, et al. Towards robust and replicable sex differences in the intrinsic brain function of autism. Mol Autism. 2021 doi: 10.1186/s13229-021-00415-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Fortin JP, Parker D, Tunç B, et al. Harmonization of multi-site diffusion tensor imaging data. NeuroImage. 2017;161:149–170. doi: 10.1016/j.neuroimage.2017.08.047. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Frith U, Frith C. The social brain: allowing humans to boldly go where no other species has been. Philos Trans Royal Soci B Biol Sci. 2010;365(1537):165–176. doi: 10.1098/rstb.2009.0160. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Gotts SJ, Simmons WK, Milbury LA, et al. Fractionation of social brain circuits in autism spectrum disorders. Brain. 2012;135(9):2711–2725. doi: 10.1093/brain/aws160. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Gusnard DA, Akbudak E, Shulman GL, et al. Medial prefrontal cortex and self-referential mental activity: relation to a default mode of brain function. Proc Natl Acad Sci. 2001;98(7):4259–4264. doi: 10.1073/pnas.071043098. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Haar S, Berman S, Behrmann M, et al. Anatomical abnormalities in autism? Cereb Cortex. 2016 doi: 10.1093/cercor/bhu242. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.von dem Hagen EA, Stoyanova RS, Baron-Cohen S, et al. Reduced functional connectivity within and between ‘social’resting state networks in autism spectrum conditions. Soc Cognit Affect Neurosci. 2013;8(6):694–701. doi: 10.1093/scan/nss053. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Heinsfeld AS, Franco AR, Craddock RC, et al. Identification of autism spectrum disorder using deep learning and the abide dataset. NeuroImage Clin. 2018;17:16–23. doi: 10.1016/j.nicl.2017.08.017. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Hu F, Chen AA, Horng H, et al. Image harmonization: a review of statistical and deep learning methods for removing batch effects and evaluation metrics for effective harmonization. NeuroImage. 2023 doi: 10.1016/j.neuroimage.2023.120125. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Huang SC, Pareek A, Seyyedi S, et al. Fusion of medical imaging and electronic health records using deep learning: a systematic review and implementation guidelines. npj Digit Med. 2020 doi: 10.1038/s41746-020-00341-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Ingalhalikar M, Shinde S, Karmarkar A, et al. Functional connectivity-based prediction of autism on site harmonized abide dataset. IEEE Trans Biomed Eng. 2021;68(12):3628–3637. doi: 10.1109/TBME.2021.3080259. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 39.Ioffe S, Szegedy C (2015) Batch normalization: Accelerating deep network training by reducing internal covariate shift. In: Bach F, Blei D (eds) Proceedings of the 32nd International Conference on Machine Learning, Proceedings of Machine Learning Research, vol 37. PMLR, Lille, France, pp 448–456, https://proceedings.mlr.press/v37/ioffe15.html
  • 40.Johnson WE, Li C, Rabinovic A. Adjusting batch effects in microarray expression data using empirical Bayes methods. Biostatistics. 2006;8(1):118–127. doi: 10.1093/biostatistics/kxj037. [DOI] [PubMed] [Google Scholar]
  • 41.Just MA, Keller TA, Malave VL, et al. Autism as a neural systems disorder: a theory of frontal-posterior underconnectivity. Neurosci Biobehav Rev. 2012;36(4):1292–1313. doi: 10.1016/j.neubiorev.2012.02.007. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42.Katuwal GJ, Baum SA, Cahill ND, et al. Divide and conquer: Sub-grouping of asd improves asd detection based on brain morphometry. PLoS ONE. 2016;11(4):1–24. doi: 10.1371/journal.pone.0153331. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43.Keown CL, Shih P, Nair A, et al. Local functional overconnectivity in posterior brain regions is associated with symptom severity in autism spectrum disorders. Cell Rep. 2013;5(3):567–572. doi: 10.1016/j.celrep.2013.10.003. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44.Khodatars M, Shoeibi A, Sadeghi D, et al. Deep learning for neuroimaging-based diagnosis and rehabilitation of autism spectrum disorder: A review. Comput Biol Med. 2021 doi: 10.1016/j.compbiomed.2021.104949. [DOI] [PubMed] [Google Scholar]
  • 45.Klein A, Tourville J. 101 labeled brain images and a consistent human cortical labeling protocol. Front Neurosci. 2012 doi: 10.3389/fnins.2012.00171. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 46.Le Couteur A, Haden G, Hammal D, et al. Diagnosing autism spectrum disorders in pre-school children using two standardised assessment instruments: the adi-r and the ados. J Autism Devel Disord. 2008;38:362–372. doi: 10.1007/s10803-007-0403-3. [DOI] [PubMed] [Google Scholar]
  • 47.Lee Y, By Park, James O, et al. Autism spectrum disorder related functional connectivity changes in the language network in children, adolescents and adults. Front Human Neurosci. 2017;11:418. doi: 10.3389/fnhum.2017.00418. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 48.Lin CS, Ku HL, Chao HT, et al. Neural network of body representation differs between transsexuals and cissexuals. PLoS ONE. 2014;9(1):1–10. doi: 10.1371/journal.pone.0085914. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Liu G, Shi L, Qiu J, et al. Two neuroanatomical subtypes of males with autism spectrum disorder revealed using semi-supervised machine learning. Mol Autism. 2022;13(1):1–14. doi: 10.1186/s13229-022-00489-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 50.Lombardo MV, Lai MC, Baron-Cohen S. Big data approaches to decomposing heterogeneity across the autism spectrum. Mol Psych. 2019;24(10):1435–1450. doi: 10.1038/s41380-018-0321-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 51.Lord C, Rutter M, DiLavore P et al (2012) Edition (ados-2) manual (part i). Modules 1–4 (Autism Diagnostic Observation Schedule, Second)
  • 52.Lundberg SM, Lee SI, et al. A unified approach to interpreting model predictions. In: Guyon I, Luxburg UV, Bengio S, et al., editors. Advances in Neural Information Processing Systems 30. Curran Associates: Inc; New york; 2017. pp. 4765–4774. [Google Scholar]
  • 53.Maenner MJ, Warren Z, Williams AR, et al. Prevalence and characteristics of autism spectrum disorder among children aged 8 years-autism and developmental disabilities monitoring network, 11 sites, united states, 2020. MMWR Surveill Summ. 2023;72(2):1. doi: 10.15585/mmwr.ss7202a1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 54.Marquand AF, Rezek I, Buitelaar J, et al. Understanding heterogeneity in clinical cohorts using normative models: beyond case-control studies. Biol Psych. 2016;80(7):552–561. doi: 10.1016/j.biopsych.2015.12.023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 55.Mars RB, Neubert FX, Noonan MP, et al. On the relationship between the “default mode network” and the “social brain”. Front Human Neurosci. 2012;6:189. doi: 10.3389/fnhum.2012.00189. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 56.Maximo JO, Keown CL, Nair A, et al. Approaches to local connectivity in autism using resting state functional connectivity mri. Front Human Neurosci. 2013;7:605. doi: 10.3389/fnhum.2013.00605. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 57.Moridian P, Ghassemi N, Jafari M, et al. Automatic autism spectrum disorder detection using artificial intelligence methods with mri neuroimaging: A review. Front Mol Neurosci. 2022 doi: 10.3389/fnmol.2022.999605. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 58.Mueller S, Keeser D, Samson AC, et al. Convergent findings of altered functional and structural brain connectivity in individuals with high functioning autism: a multimodal mri study. PloS ONE. 2013;8(6):e67329. doi: 10.1371/journal.pone.0067329. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 59.Nielsen JA, Zielinski BA, Fletcher PT, et al. Abnormal lateralization of functional connectivity between language and default mode regions in autism. Mol Autism. 2014;5(1):1–11. doi: 10.1186/2040-2392-5-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 60.Niu K, Guo J, Pan Y, et al. Multichannel deep attention neural networks for the classification of autism spectrum disorder using neuroimaging and personal characteristic data. Complexity. 2020;2020:1–9. [Google Scholar]
  • 61.Okamoto N, Akama H. Extended invariant information clustering is effective for leave-one-site-out cross-validation in resting state functional connectivity modeling. Front Neuroinform. 2021 doi: 10.3389/fninf.2021.709179. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 62.Patriquin MA, DeRamus T, Libero LE, et al. Neuroanatomical and neurofunctional markers of social cognition in autism spectrum disorder. Human Brain Mapping. 2016;37(11):3957–3978. doi: 10.1002/hbm.23288. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 63.Pereira AM, Campos BM, Coan AC, et al. Differences in cortical structure and functional mri connectivity in high functioning autism. Front Neurol. 2018;9:539. doi: 10.3389/fneur.2018.00539. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 64.Pomponio R, Erus G, Habes M, et al. Harmonization of large mri datasets for the analysis of brain imaging patterns throughout the lifespan. NeuroImage. 2020;208:116450. doi: 10.1016/j.neuroimage.2019.116450. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 65.Qiu S, Chang GH, Panagia M, et al. Fusion of deep learning models of mri scans, mini-mental state examination, and logical memory test enhances diagnosis of mild cognitive impairment. Alzheimer’s Demen Diagn Assess Dis Monit. 2018;10:737–749. doi: 10.1016/j.dadm.2018.08.013. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 66.Raichle ME, MacLeod AM, Snyder AZ, et al. A default mode of brain function. Proc Natl Acad Sci. 2001;98(2):676–682. doi: 10.1073/pnas.98.2.676. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 67.Rakić M, Cabezas M, Kushibar K, et al. Improving the detection of autism spectrum disorder by combining structural and functional mri information. NeuroImage Clin. 2020;25:102181. doi: 10.1016/j.nicl.2020.102181. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 68.Reardon AM, Li K, Hu XP. Improving between-group effect size for multi-site functional connectivity data via site-wise de-meaning. Front Comput Neurosci. 2021 doi: 10.3389/fncom.2021.762781. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 69.Rudie JD, Brown J, Beck-Pancer D, et al. Altered functional and structural brain network organization in autism. NeuroImage Clin. 2013;2:79–94. doi: 10.1016/j.nicl.2012.11.006. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 70.Rutherford S, Kia SM, Wolfers T, et al. The normative modeling framework for computational psychiatry. Nat Prot. 2022;17(7):1711–1734. doi: 10.1038/s41596-022-00696-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 71.Rutter M, Le Couteur A, Lord C, et al. Autism diagnostic interview-revised. Los Angeles CA Western Psychol Serv. 2003;29(2003):30. [Google Scholar]
  • 72.Saponaro S, Giuliano A, Bellotti R, et al. Multi-site harmonization of mri data uncovers machine-learning discrimination capability in barely separable populations: An example from the abide dataset. NeuroImage Clin. 2022;35:103082. doi: 10.1016/j.nicl.2022.103082. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 73.Segal A, Parkes L, Aquino K, et al. Regional, circuit and network heterogeneity of brain abnormalities in psychiatric disorders. Nat Neurosci. 2023;26(9):1613–1629. doi: 10.1038/s41593-023-01404-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 74.Shan X, Uddin LQ, Xiao J, et al. Mapping the heterogeneous brain structural phenotype of autism spectrum disorder using the normative model. Biol Psych. 2022;91(11):967–976. doi: 10.1016/j.biopsych.2022.01.011. [DOI] [PubMed] [Google Scholar]
  • 75.Spasov SE, Passamonti L, Duggento A et al (2018) A multi-modal convolutional neural network framework for the prediction of alzheimer’s disease. In: 2018 40th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), IEEE, pp 1271–1274 [DOI] [PubMed]
  • 76.Srivastava N, Hinton G, Krizhevsky A, et al. Dropout: A simple way to prevent neural networks from overfitting. Journal of Machine Learning Research. 2014;15(56):1929–1958. [Google Scholar]
  • 77.Vargason T, Grivas G, Hollowood-Jones KL, et al. Towards a multivariate biomarker-based diagnosis of autism spectrum disorder: Review and discussion of recent advancements. Semin Pediat Neurol. 2020;34:100803. doi: 10.1016/j.spen.2020.100803. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 78.Venugopalan J, Tong L, Hassanzadeh HR, et al. Multimodal deep learning models for early detection of alzheimer’s disease stage. Scient Rep. 2021;11(1):3254. doi: 10.1038/s41598-020-74399-w. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 79.Weng SJ, Wiggins JL, Peltier SJ, et al. Alterations of resting state functional connectivity in the default network in adolescents with autism spectrum disorders. Brain Res. 2010;1313:202–214. doi: 10.1016/j.brainres.2009.11.057. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 80.Xie Y, Xu Z, Xia M, et al. Alterations in connectome dynamics in autism spectrum disorder: A harmonized mega- and meta-analysis study using the autism brain imaging data exchange dataset. Biol Psych. 2022;91(11):945–955. doi: 10.1016/j.biopsych.2021.12.004. [DOI] [PubMed] [Google Scholar]
  • 81.Yala A, Lehman C, Schuster T, et al. A deep learning mammography-based model for improved breast cancer risk prediction. Radiology. 2019;292(1):60–66. doi: 10.1148/radiol.2019182716. [DOI] [PubMed] [Google Scholar]
  • 82.Yerys BE, Gordon EM, Abrams DN, et al. Default mode network segregation and social deficits in autism spectrum disorder: Evidence from non-medicated children. NeuroImage Clin. 2015;9:223–232. doi: 10.1016/j.nicl.2015.07.018. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 83.Yoo Y, Tang LY, Li DK, et al. Deep learning of brain lesion patterns and user-defined clinical and mri features for predicting conversion to multiple sclerosis from clinically isolated syndrome. Comp Meth Biomech Biomed Eng Imag Visualiz. 2019;7(3):250–259. doi: 10.1080/21681163.2017.1356750. [DOI] [Google Scholar]
  • 84.Zabihi M, Floris DL, Kia SM, et al. Fractionating autism based on neuroanatomical normative modeling. Transl Psych. 2020;10(1):384. doi: 10.1038/s41398-020-01057-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 85.Zhang J, Fang S, Yao Y, et al. Parsing the heterogeneity of brain-symptom associations in autism spectrum disorder via random forest with homogeneous canonical correlation. J Affect Disord. 2023;335:36–43. doi: 10.1016/j.jad.2023.04.102. [DOI] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

40708_2023_217_MOESM1_ESM.xlsx (38.5KB, xlsx)

Additional file 1. Sheet list of features: List of analyzed brain structural features. Sheet IDs of the participants: List of ID subjects per site selected in the final sample of the study.

Data Availability Statement

In this study the public dataset ABIDE was used. To allow the reproducibility of the analysis, the identification numbers (IDs) of the participants selected in the final sample are reported in Supplementary Materials.


Articles from Brain Informatics are provided here courtesy of Springer

RESOURCES