Toward Robust Early Detection of Alzheimer's Disease via an Integrated Multimodal Learning Approach

Yifei Chen,Shenghao Zhu,Zhaojie Fang,Chang Liu,Binfeng Zou,Yuhe Wang,Shuo Chang,Fan Jia,Feiwei Qin,Jin Fan,Yong Peng,Changmiao Wang
2024-08-29
Abstract:Alzheimer's Disease (AD) is a complex neurodegenerative disorder marked by memory loss, executive dysfunction, and personality changes. Early diagnosis is challenging due to subtle symptoms and varied presentations, often leading to misdiagnosis with traditional unimodal diagnostic methods due to their limited scope. This study introduces an advanced multimodal classification model that integrates clinical, cognitive, neuroimaging, and EEG data to enhance diagnostic accuracy. The model incorporates a feature tagger with a tabular data coding architecture and utilizes the TimesBlock module to capture intricate temporal patterns in Electroencephalograms (EEG) data. By employing Cross-modal Attention Aggregation module, the model effectively fuses Magnetic Resonance Imaging (MRI) spatial information with EEG temporal data, significantly improving the distinction between AD, Mild Cognitive Impairment, and Normal Cognition. Simultaneously, we have constructed the first AD classification dataset that includes three modalities: EEG, MRI, and tabular data. Our innovative approach aims to facilitate early diagnosis and intervention, potentially slowing the progression of AD. The source code and our private ADMC dataset are available at <a class="link-external link-https" href="https://github.com/JustlfC03/MSTNet" rel="external noopener nofollow">this https URL</a>.
Computer Vision and Pattern Recognition,Artificial Intelligence
What problem does this paper attempt to address?
This paper aims to address the challenge of early diagnosis of Alzheimer's disease (AD). Specifically, due to the subtle and varied early symptoms of Alzheimer's disease, traditional unimodal diagnostic methods often struggle to accurately diagnose due to their limited scope, leading to a high rate of misdiagnosis. To this end, this study proposes an advanced multimodal classification model that improves diagnostic accuracy by integrating clinical, cognitive, neuroimaging, and electroencephalogram (EEG) data. The model processes tabular data using feature markers and a tabular data encoding architecture, and employs the TimesBlock module to capture complex temporal patterns in EEG data. Through the Cross-Modal Attention Aggregation (CMAA) module, the model effectively fuses the spatial information from magnetic resonance imaging (MRI) and the temporal data from EEG, significantly enhancing the ability to distinguish between Alzheimer's disease, mild cognitive impairment (MCI), and normal cognition (NC). Additionally, the research team has constructed the first AD classification dataset that includes EEG, MRI, and tabular data to promote early diagnosis and intervention, potentially delaying disease progression.