ResMGCN: Residual Message Graph Convolution Network for Fast Biomedical Interactions Discovering
Zecheng Yin
TL;DR
This work introduces ResMGCN, a residual-message graph convolution network designed for fast and accurate biomedical interaction prediction. By fusing the current-layer messages with residual information from the previous layer through a fusion function, ResMGCN preserves low-order and high-order information without heavy memory or computation costs. Evaluation on four public biomedical interaction networks (DTI, DDI, PPI, GDI) shows that ResMGCN achieves state-of-the-art or competitive predictive accuracy while substantially reducing training time compared to prior multi-hop methods. The approach offers scalable, end-to-end link prediction on complex biomedical graphs and holds promise for broader graph-based biomedical analytics.
Abstract
Biomedical information graphs are crucial for interaction discovering of biomedical information in modern age, such as identification of multifarious molecular interactions and drug discovery, which attracts increasing interests in biomedicine, bioinformatics, and human healthcare communities. Nowadays, more and more graph neural networks have been proposed to learn the entities of biomedical information and precisely reveal biomedical molecule interactions with state-of-the-art results. These methods remedy the fading of features from a far distance but suffer from remedying such problem at the expensive cost of redundant memory and time. In our paper, we propose a novel Residual Message Graph Convolution Network (ResMGCN) for fast and precise biomedical interaction prediction in a different idea. Specifically, instead of enhancing the message from far nodes, ResMGCN aggregates lower-order information with the next round higher information to guide the node update to obtain a more meaningful node representation. ResMGCN is able to perceive and preserve various messages from the previous layer and high-order information in the current layer with least memory and time cost to obtain informative representations of biomedical entities. We conduct experiments on four biomedical interaction network datasets, including protein-protein, drug-drug, drug-target, and gene-disease interactions, which demonstrates that ResMGCN outperforms previous state-of-the-art models while achieving superb effectiveness on both storage and time.
