CVOct 1, 2018

End-To-End Alzheimer's Disease Diagnosis and Biomarker Identification

arXiv:1810.00523v1106 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of automating Alzheimer's disease diagnosis for medical imaging, but it is incremental as it adapts existing deep learning methods to a specific domain with improvements in accuracy.

The paper tackled the problem of diagnosing Alzheimer's disease using MRI data by proposing a simple 3D Convolutional Neural Network tailored for end-to-end architecture, achieving 94.1% accuracy on the ADNI dataset and outperforming previous state-of-the-art methods, while also identifying biomarkers and transferring the model to diagnose mild cognitive impairment with better results.

As shown in computer vision, the power of deep learning lies in automatically learning relevant and powerful features for any perdition task, which is made possible through end-to-end architectures. However, deep learning approaches applied for classifying medical images do not adhere to this architecture as they rely on several pre- and post-processing steps. This shortcoming can be explained by the relatively small number of available labeled subjects, the high dimensionality of neuroimaging data, and difficulties in interpreting the results of deep learning methods. In this paper, we propose a simple 3D Convolutional Neural Networks and exploit its model parameters to tailor the end-to-end architecture for the diagnosis of Alzheimer's disease (AD). Our model can diagnose AD with an accuracy of 94.1\% on the popular ADNI dataset using only MRI data, which outperforms the previous state-of-the-art. Based on the learned model, we identify the disease biomarkers, the results of which were in accordance with the literature. We further transfer the learned model to diagnose mild cognitive impairment (MCI), the prodromal stage of AD, which yield better results compared to other methods.

Foundations

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

Your Notes