Autism Diagnosis using Iterative Permutation Sampling-Recursive Feature Elimination Algorithm and Deep Learning

Introduction

 

Autism Spectrum Disorder (ASD) is a complex neurodevelopmental condition that affects communication, social interaction, and behavior. The diversity of symptoms across the spectrum makes diagnosis challenging, often relying on subjective clinical assessments like the Autism Diagnostic Observation Schedule (ADOS). Recent advancements in neuroimaging and machine learning aim to provide a more objective diagnosis by analyzing brain connectivity patterns. This blog post explores a recent study titled “Autism Diagnosis Using Iterative Permutation Sampling-Recursive Feature Elimination Algorithm and Deep Learning,” which offers an innovative approach to ASD diagnosis using resting-state functional MRI (RfMRI) data and advanced machine learning techniques.

 

Challenges in Diagnosing Autism Using Brain Imaging Data

 

The use of brain imaging data, particularly RfMRI, offers insights into the brain’s functional connectivity in individuals with ASD. RfMRI measures brain activity during rest, capturing the interactions between different brain regions. However, the challenge lies in handling the high-dimensional data generated by these scans. A typical RfMRI dataset may produce thousands of connectivity features, making it difficult for conventional algorithms to identify the most relevant patterns without falling into overfitting traps. To address this, the study proposes a novel feature selection method that effectively reduces data dimensionality while retaining essential information for classification.

 

The Novel Approach: Iterative Permutation Sampling-Recursive Feature Elimination (IPS-RFE)

 

The core innovation of this study is the Iterative Permutation Sampling-Recursive Feature Elimination (IPS-RFE) technique. This approach combines two key components: Recursive Feature Elimination (RFE) and Iterative Permutation Sampling (IPS), designed to refine feature selection for a deep learning classifier. Here’s a deeper look at the methodology:

  • Feature Extraction from RfMRI Data: The study used data from the Autism Brain Imaging Data Exchange (ABIDE 1) dataset, which includes over 1,000 subjects (443 with ASD and 435 typically developed (TD)). The RfMRI data were processed using a standardized pipeline that includes motion correction, intensity normalization, and anatomical alignment to the MNI152 brain template. The resulting functional connectivity matrices measure the correlation between time-series signals from different brain regions.
  • Recursive Feature Elimination (RFE): RFE is a supervised method that ranks features based on their importance and removes the least significant ones iteratively. In this study, a Random Forest (RF) classifier was used to rank the feature importance through Gini impurity—a measure of how often a randomly chosen element would be incorrectly classified. The RFE process helps reduce the dimensionality of the data by eliminating redundant and irrelevant features.
  • Iterative Permutation Sampling (IPS): To mitigate overfitting and improve the reliability of the selected features, the researchers implemented the IPS method. During each iteration, the dataset was shuffled and a subset of 80% was selected for feature elimination. RFE was then applied to this subset, and the selected features were tracked across 1,000 iterations. Features that appeared frequently in multiple iterations were considered more robust, helping to identify the top 15% of the most informative features for classification.
See also  “You Can't Have a Window visit”: The Experience of Mothers of an Adult Child with Autism Spectrum Disorder and an Intellectual Disability Living in Supported Residential Accommodations During the Pandemic

 

Deep Learning for Classification

 

After selecting the most informative features through IPS-RFE, the study employed a deep neural network (DNN) for classification. The DNN architecture was fine-tuned using a heuristic grid search, optimizing several hyperparameters:

  • Number of Hidden Layers: The network included two hidden layers, with the first layer containing 499 nodes and the second containing 150 nodes.
  • Regularization: An L2 regularization term was applied to prevent overfitting, with a value of 0.000489.
  • Learning Rate: A learning rate of 0.0001 ensured gradual adjustments to the model’s weights during training.

 

The DNN was trained using a 4-fold cross-validation approach to ensure the robustness and generalizability of the model. Cross-validation helps prevent overfitting by training the model on different subsets of the data and evaluating its performance on the remaining subsets.

 

Data Description and Preprocessing

 

The ABIDE 1 dataset, a cornerstone of this study, offers a diverse cohort of subjects from 17 different sites. It contains a total of 1,035 subjects, including 443 with ASD and 435 TD individuals, providing a balanced representation of both genders (95 females and 435 males in the TD group, 62 females and 443 males in the ASD group). Preprocessing of the RfMRI data involved several steps, including:

  • Removal of Initial Volumes: The first four volumes of each RfMRI scan were removed to stabilize the signal.
  • Motion Correction: Adjustments were made to account for any movements of subjects during scanning.
  • Standard Space Registration: Each subject’s data was aligned to a standard anatomical space for consistency across scans.

 

The study also defined regions of interest (ROIs) using the anatomical atlas labeling (AAL) and mapped these to the Yeo functional atlas, which divides the brain into seven networks: visual, somatomotor, dorsal attention, ventral attention, limbic, frontoparietal, and default mode networks.

See also  Sibling Relationships in Families of Autistic and Typical Children: Similarities and Differences in the Perspectives of Siblings and Mothers

 

Results:

 

Improved Accuracy with IPS-RFE The IPS-RFE and deep learning approach achieved significant improvements in classification performance:

  • Accuracy: The model reached an accuracy of 75%, a notable improvement over previous methods, such as support vector machines (SVM) and simpler neural networks, which often struggled to exceed 70% accuracy.
  • Sensitivity and Specificity: The sensitivity (true positive rate) was 73.5%, while specificity (true negative rate) was 76.5%. These metrics indicate the model’s balanced ability to correctly identify both ASD and TD individuals.
  • Area Under the ROC Curve (AUC): An AUC of 0.803 reflects the model’s strong ability to distinguish between the two classes, with values closer to 1 indicating better performance.

 

Key Insights into Brain Connectivity Patterns

 

One of the significant findings of this study is the identification of key brain networks that differentiate ASD from TD individuals. The top features selected through IPS-RFE were predominantly linked to the default mode network, limbic network, and visual network:

  • Default Mode Network (DMN): This network, which is involved in self-referential thinking and mind-wandering, has been previously associated with atypical connectivity in ASD. The study confirms the importance of DMN connectivity features in classifying ASD.
  • Limbic Network: This network plays a role in emotion regulation, and its altered connectivity in ASD individuals may relate to difficulties with emotional processing and social interactions.
  • Visual Network: Variations in connectivity within this network were also significant, consistent with prior research highlighting sensory processing differences in individuals with ASD.

 

The study utilized t-distributed Stochastic Neighbor Embedding (t-SNE) to visualize the separability of ASD and TD subjects based on the selected features. The best separation between classes was observed when using the top 15% of features, with a Silhouette Score (SC) of 0.0820, indicating well-defined clustering between the groups.

See also  Towards designing a social interaction model based on eXplainable Artificial Intelligence (XAI) for Autism Spectrum Disorder (ASD)

 

Comparative Performance and Literature Context

 

The IPS-RFE-based approach outperformed previous studies that used different machine learning models on the ABIDE 1 dataset:

  • An earlier study using a support vector machine achieved an accuracy of 67%, while another employing autoencoders and multi-layer perceptrons reached 70% accuracy.
  • Other studies have reported higher accuracies on subsets of the ABIDE 1 dataset or small datasets with a limited number of subjects, but these models often suffered from poor generalizability when tested on the entire cohort.

 

In contrast, the IPS-RFE method demonstrated a more generalizable approach, retaining critical features that provide meaningful insights into ASD-related brain connectivity.

 

Implications for Future Research and Clinical Practice

 

The combination of IPS-RFE and deep learning provides a promising direction for developing objective diagnostic tools for ASD. By effectively managing high-dimensional neuroimaging data, this approach enables a more precise identification of connectivity patterns that are indicative of ASD. While clinical assessments remain the standard for diagnosis, integrating data-driven methods could enhance diagnostic accuracy, especially in borderline or complex cases.

 

Future research could build on these findings by exploring the application of this method to larger datasets or incorporating other modalities such as structural MRI. Additionally, further studies could investigate the potential for IPS-RFE-based models to monitor changes in connectivity patterns over time, offering insights into the effects of interventions in individuals with ASD.

 

Conclusion

 

The study “Autism Diagnosis Using Iterative Permutation Sampling-Recursive Feature Elimination Algorithm and Deep Learning” marks a significant advancement in the quest for objective and accurate ASD diagnostics. By addressing the challenges of high-dimensional brain imaging data and leveraging the power of deep learning, the researchers achieved a robust model that outperforms traditional methods. This approach not only holds promise for improving diagnostic precision but also deepens our understanding of the neural underpinnings of ASD, paving the way for future breakthroughs in the field.

 

Source:

https://scholar.googleusercontent.com/scholar?q=cache:3aGwQWxel8QJ:scholar.google.com/+Autism+Diagnosis+using+Iterative+Permutation+Sampling-Recursive+Feature+Elimination+Algorithm+and+Deep+Learning&hl=en&as_sdt=0,5

Leave a Comment