CVJul 23, 2019

Invertible Network for Classification and Biomarker Selection for ASD

arXiv:1907.09729v16 citations
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable deep learning models in neuroimaging to discover reliable biomarkers for ASD, though it is incremental as it applies an existing invertible network framework to a specific domain.

The authors tackled the problem of classifying autism spectrum disorder (ASD) and identifying biomarkers from fMRI data using invertible networks, achieving effective classification and interpretability by selecting top important edges that reduced regression error on severity scores.

Determining biomarkers for autism spectrum disorder (ASD) is crucial to understanding its mechanisms. Recently deep learning methods have achieved success in the classification task of ASD using fMRI data. However, due to the black-box nature of most deep learning models, it's hard to perform biomarker selection and interpret model decisions. The recently proposed invertible networks can accurately reconstruct the input from its output, and have the potential to unravel the black-box representation. Therefore, we propose a novel method to classify ASD and identify biomarkers for ASD using the connectivity matrix calculated from fMRI as the input. Specifically, with invertible networks, we explicitly determine the decision boundary and the projection of data points onto the boundary. Like linear classifiers, the difference between a point and its projection onto the decision boundary can be viewed as the explanation. We then define the importance as the explanation weighted by the gradient of prediction $w.r.t$ the input, and identify biomarkers based on this importance measure. We perform a regression task to further validate our biomarker selection: compared to using all edges in the connectivity matrix, using the top 10\% important edges we generate a lower regression error on 6 different severity scores. Our experiments show that the invertible network is both effective at ASD classification and interpretable, allowing for discovery of reliable biomarkers.

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