QMLGIVNCMLFeb 14, 2020

Ensemble Deep Learning on Large, Mixed-Site fMRI Datasets in Autism and Other Tasks

arXiv:2002.07874v256 citations
AI Analysis

This addresses the challenge of low sample size and black-box complexity in MRI classification for autism research, though it is incremental as it applies existing deep learning methods to a new, larger dataset.

The study tackled the problem of classifying autism vs. typically developing controls using fMRI data by training an ensemble CNN on a large, multi-source dataset of 43,858 datapoints, achieving an AUROC of 0.6774 for ASD vs. TD, 0.7680 for gender, and 0.9222 for task vs. rest.

Deep learning models for MRI classification face two recurring problems: they are typically limited by low sample size, and are abstracted by their own complexity (the "black box problem"). In this paper, we train a convolutional neural network (CNN) with the largest multi-source, functional MRI (fMRI) connectomic dataset ever compiled, consisting of 43,858 datapoints. We apply this model to a cross-sectional comparison of autism (ASD) vs typically developing (TD) controls that has proved difficult to characterise with inferential statistics. To contextualise these findings, we additionally perform classifications of gender and task vs rest. Employing class-balancing to build a training set, we trained 3$\times$300 modified CNNs in an ensemble model to classify fMRI connectivity matrices with overall AUROCs of 0.6774, 0.7680, and 0.9222 for ASD vs TD, gender, and task vs rest, respectively. Additionally, we aim to address the black box problem in this context using two visualization methods. First, class activation maps show which functional connections of the brain our models focus on when performing classification. Second, by analyzing maximal activations of the hidden layers, we were also able to explore how the model organizes a large and mixed-centre dataset, finding that it dedicates specific areas of its hidden layers to processing different covariates of data (depending on the independent variable analyzed), and other areas to mix data from different sources. Our study finds that deep learning models that distinguish ASD from TD controls focus broadly on temporal and cerebellar connections, with a particularly high focus on the right caudate nucleus and paracentral sulcus.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes