CVAIJan 31, 2023

Transfer Learning and Class Decomposition for Detecting the Cognitive Decline of Alzheimer Disease

arXiv:2301.13504v13 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses early diagnosis of Alzheimer's disease for medical applications, but it is incremental as it builds on existing transfer learning and class decomposition techniques.

The paper tackled Alzheimer's disease detection from neuroimaging data by proposing a transfer learning method with class decomposition, achieving a 3% increase in accuracy in AD vs MCI vs CN classification.

Early diagnosis of Alzheimer's disease (AD) is essential in preventing the disease's progression. Therefore, detecting AD from neuroimaging data such as structural magnetic resonance imaging (sMRI) has been a topic of intense investigation in recent years. Deep learning has gained considerable attention in Alzheimer's detection. However, training a convolutional neural network from scratch is challenging since it demands more computational time and a significant amount of annotated data. By transferring knowledge learned from other image recognition tasks to medical image classification, transfer learning can provide a promising and effective solution. Irregularities in the dataset distribution present another difficulty. Class decomposition can tackle this issue by simplifying learning a dataset's class boundaries. Motivated by these approaches, this paper proposes a transfer learning method using class decomposition to detect Alzheimer's disease from sMRI images. We use two ImageNet-trained architectures: VGG19 and ResNet50, and an entropy-based technique to determine the most informative images. The proposed model achieved state-of-the-art performance in the Alzheimer's disease (AD) vs mild cognitive impairment (MCI) vs cognitively normal (CN) classification task with a 3\% increase in accuracy from what is reported in the literature.

Foundations

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

Your Notes