paper-with-me

Papers

Multi-modal Graph Learning for Disease Prediction

2022-03-11 · Shuai Zheng, Zhenfeng Zhu, Zhizhe Liu, Zhenyu Guo, Yang Liu, Yuchen Yang, Yao Zhao

Benefiting from the powerful expressive capability of graphs, graph-based approaches have been popularly applied to handle multi-modal medical data and achieved impressive performance in various biomedical applications. For disease prediction tasks, most existing graph-based methods tend to define the graph manually based on specified modality (e.g., demographic information), and then integrated other modalities to obtain the patient representation by Graph Representation Learning (GRL). However, constructing an appropriate graph in advance is not a simple matter for these methods. Meanwhile, the complex correlation between modalities is ignored. These factors inevitably yield the inadequacy of providing sufficient information about the patient's condition for a reliable diagnosis. To this end, we propose an end-to-end Multi-modal Graph Learning framework (MMGL) for disease prediction with multi-modality. To effectively exploit the rich information across multi-modality associated with the disease, modality-aware representation learning is proposed to aggregate the features of each modality by leveraging the correlation and complementarity between the modalities. Furthermore, instead of defining the graph manually, the latent graph structure is captured through an effective way of adaptive graph learning. It could be jointly optimized with the prediction model, thus revealing the intrinsic connections among samples. Our model is also applicable to the scenario of inductive learning for those unseen data. An extensive group of experiments on two disease prediction tasks demonstrates that the proposed MMGL achieves more favorable performance. The code of MMGL is available at \url{https://github.com/SsGood/MMGL}.

📄 PDF Abstract BibTeX arXiv:2203.05880

Code (1)

ssgood/mmgl 공식 구현 pytorch

Tasks

Disease PredictionGraph LearningGraph Representation LearningInductive LearningPredictionRepresentation Learning

Similar Papers 제목 키워드 기반

Fusing Modalities by Multiplexed Graph Neural Networks for Outcome Prediction in Tuberculosis

2022-10-25 · Niharika S. D'Souza, Hongzhi Wang, Andrea Giovannini, Antonio Foncubierta-Rodriguez 외

In a complex disease such as tuberculosis, the evidence for the disease and its evolution may be present in multiple modalities such as clinical, genomic, or imaging data. Effective patient-tailored outcome prediction an…

AllGraph Neural NetworkPrediction

Self-Attention Equipped Graph Convolutions for Disease Prediction

2018-12-24 · Anees Kazi, S. Arvind krishna, Shayan Shekarforoush, Karsten Kortuem 외

Multi-modal data comprising imaging (MRI, fMRI, PET, etc.) and non-imaging (clinical test, demographics, etc.) data can be collected together and used for disease prediction. Such diverse data gives complementary informa…

Disease PredictionPrediction

Multi-modal Graph Learning for Disease Prediction

2021-07-01 · Shuai Zheng, Zhenfeng Zhu, Zhizhe Liu, Zhenyu Guo 외

Benefiting from the powerful expressive capability of graphs, graph-based approaches have achieved impressive performance in various biomedical applications. Most existing methods tend to define the adjacency matrix amon…

Disease PredictionGraph LearningGraph Representation LearningInductive Learning+2

Multimodal Representations Learning and Adversarial Hypergraph Fusion for Early Alzheimer's Disease Prediction

2021-07-21 · Qiankun Zuo, Baiying Lei, Yanyan Shen, Yong liu 외

Multimodal neuroimage can provide complementary information about the dementia, but small size of complete multimodal data limits the ability in representation learning. Moreover, the data distribution inconsistency from…

Alzheimer's Disease DetectionDisease PredictionRepresentation Learning

Multi-modal Multi-kernel Graph Learning for Autism Prediction and Biomarker Discovery

2023-03-03 · Junbin Mao, Jin Liu, Hanhe Lin, Hulin Kuang 외

Due to its complexity, graph learning-based multi-modal integration and classification is one of the most challenging obstacles for disease prediction. To effectively offset the negative impact between modalities in the …

Disease PredictionGraph EmbeddingGraph Learning