CVLGJun 4, 2019

Transfer Learning with intelligent training data selection for prediction of Alzheimer's Disease

arXiv:1906.01160v1151 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and interpretable Alzheimer's Disease diagnosis tools for healthcare practitioners, though it is incremental as it builds on existing transfer learning and data selection techniques.

The paper tackled the problem of detecting Alzheimer's Disease from MRI images by using transfer learning with intelligent training data selection, achieving state-of-the-art performance with 4% and 7% accuracy increases over previous methods for specific classification tasks while using 10 to 20 times less training data.

Detection of Alzheimer's Disease (AD) from neuroimaging data such as MRI through machine learning has been a subject of intense research in recent years. Recent success of deep learning in computer vision has progressed such research further. However, common limitations with such algorithms are reliance on a large number of training images, and requirement of careful optimization of the architecture of deep networks. In this paper, we attempt solving these issues with transfer learning, where the state-of-the-art VGG architecture is initialized with pre-trained weights from large benchmark datasets consisting of natural images. The network is then fine-tuned with layer-wise tuning, where only a pre-defined group of layers are trained on MRI images. To shrink the training data size, we employ image entropy to select the most informative slices. Through experimentation on the ADNI dataset, we show that with training size of 10 to 20 times smaller than the other contemporary methods, we reach state-of-the-art performance in AD vs. NC, AD vs. MCI, and MCI vs. NC classification problems, with a 4% and a 7% increase in accuracy over the state-of-the-art for AD vs. MCI and MCI vs. NC, respectively. We also provide detailed analysis of the effect of the intelligent training data selection method, changing the training size, and changing the number of layers to be fine-tuned. Finally, we provide Class Activation Maps (CAM) that demonstrate how the proposed model focuses on discriminative image regions that are neuropathologically relevant, and can help the healthcare practitioner in interpreting the model's decision making process.

Code Implementations2 repos
Foundations

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

Your Notes