SGUQ: Staged Graph Convolution Neural Network for Alzheimer's Disease Diagnosis using Multi-Omics Data

Liang Tao,Yixin Xie,Jeffrey D Deng,Hui Shen,Hong-Wen Deng,Weihua Zhou,Chen Zhao
2024-10-15
Abstract:Alzheimer's disease (AD) is a chronic neurodegenerative disorder and the leading cause of dementia, significantly impacting cost, mortality, and burden worldwide. The advent of high-throughput omics technologies, such as genomics, transcriptomics, proteomics, and epigenomics, has revolutionized the molecular understanding of AD. Conventional AI approaches typically require the completion of all omics data at the outset to achieve optimal AD diagnosis, which are inefficient and may be unnecessary. To reduce the clinical cost and improve the accuracy of AD diagnosis using multi-omics data, we propose a novel staged graph convolutional network with uncertainty quantification (SGUQ). SGUQ begins with mRNA and progressively incorporates DNA methylation and miRNA data only when necessary, reducing overall costs and exposure to harmful tests. Experimental results indicate that 46.23% of the samples can be reliably predicted using only single-modal omics data (mRNA), while an additional 16.04% of the samples can achieve reliable predictions when combining two omics data types (mRNA + DNA methylation). In addition, the proposed staged SGUQ achieved an accuracy of 0.858 on ROSMAP dataset, which outperformed existing methods significantly. The proposed SGUQ can not only be applied to AD diagnosis using multi-omics data but also has the potential for clinical decision-making using multi-viewed data. Our implementation is publicly available at <a class="link-external link-https" href="https://github.com/chenzhao2023/multiomicsuncertainty" rel="external noopener nofollow">this https URL</a>.
Information Retrieval,Machine Learning,Quantitative Methods
What problem does this paper attempt to address?
The paper attempts to address the issue of high diagnostic costs and insufficient accuracy for Alzheimer's Disease (AD). Specifically, traditional AI methods for AD diagnosis typically require the collection of all multi-omics data from the outset, which is not only inefficient but may also be unnecessary. To reduce clinical costs and improve the accuracy of AD diagnosis, the authors propose a novel method combining staged graph convolutional networks with uncertainty quantification (SGUQ). This method starts with mRNA data and incrementally incorporates DNA methylation and miRNA data only when necessary, thereby reducing overall costs and exposure to harmful tests. Experimental results show that 46.23% of samples can be reliably predicted using only single-modality omics data (mRNA), and an additional 16.04% of samples can achieve reliable predictions when combining two types of omics data (mRNA + DNA methylation). Furthermore, the proposed staged SGUQ achieved an accuracy of 0.858 on the ROSMAP dataset, significantly outperforming existing methods.