paper-with-me

Papers

SumGNN: Multi-typed Drug Interaction Prediction via Efficient Knowledge Graph Summarization

2020-10-04 · Yue Yu, Kexin Huang, Chao Zhang, Lucas M. Glass, Jimeng Sun, Cao Xiao

Thanks to the increasing availability of drug-drug interactions (DDI) datasets and large biomedical knowledge graphs (KGs), accurate detection of adverse DDI using machine learning models becomes possible. However, it remains largely an open problem how to effectively utilize large and noisy biomedical KG for DDI detection. Due to its sheer size and amount of noise in KGs, it is often less beneficial to directly integrate KGs with other smaller but higher quality data (e.g., experimental data). Most of the existing approaches ignore KGs altogether. Some try to directly integrate KGs with other data via graph neural networks with limited success. Furthermore, most previous works focus on binary DDI prediction whereas the multi-typed DDI pharmacological effect prediction is a more meaningful but harder task. To fill the gaps, we propose a new method SumGNN: knowledge summarization graph neural network, which is enabled by a subgraph extraction module that can efficiently anchor on relevant subgraphs from a KG, a self-attention based subgraph summarization scheme to generate a reasoning path within the subgraph, and a multi-channel knowledge and data integration module that utilizes massive external biomedical knowledge for significantly improved multi-typed DDI predictions. SumGNN outperforms the best baseline by up to 5.54\%, and the performance gain is particularly significant in low data relation types. In addition, SumGNN provides interpretable prediction via the generated reasoning paths for each prediction.

📄 PDF Abstract BibTeX arXiv:2010.01450

Code (1)

yueyu1030/SumGNN 공식 구현 pytorch

Tasks

Data IntegrationGraph Neural NetworkKnowledge GraphsPrediction

Similar Papers 제목 키워드 기반

RGDA-DDI: Residual graph attention network and dual-attention based framework for drug-drug interaction prediction

2024-08-27 · Changjian Zhou, Xin Zhang, Jiafeng Li, Jia Song 외

Recent studies suggest that drug-drug interaction (DDI) prediction via computational approaches has significant importance for understanding the functions and co-prescriptions of multiple drugs. However, the existing sil…

Graph AttentionPrediction

Multi-view Graph Contrastive Representation Learning for Drug-Drug Interaction Prediction

2020-10-22 · Yingheng Wang, Yaosen Min, Xin Chen, Ji Wu

Drug-drug interaction(DDI) prediction is an important task in the medical health machine learning community. This study presents a new method, multi-view graph contrastive representation learning for drug-drug interactio…

Contrastive LearningPredictionRepresentation Learning

Graph Distance Neural Networks for Predicting Multiple Drug Interactions

2022-08-30 · Haifan zhou, Wenjing Zhou, Junfeng Wu

Since multidrug combination is widely applied, the accurate prediction of drug-drug interaction (DDI) is becoming more and more critical. In our method, we use graph to represent drug-drug interaction: nodes represent dr…

Link PredictionPrediction

Drug-target interaction prediction by integrating heterogeneous information with mutual attention network

2024-04-03 · Yuanyuan Zhang, Yingdong Wang, Chaoyong Wu, Lingmin Zhana 외

Identification of drug-target interactions is an indispensable part of drug discovery. While conventional shallow machine learning and recent deep learning methods based on chemogenomic properties of drugs and target pro…

Drug DiscoveryGraph AttentionPrediction

AIM-DDI: A Model-Agnostic Multimodal Integration Module for Drug-Drug Interaction Prediction

2026-05-14 · Yerin Park, Sangseon Lee arxiv

Drug-drug interaction (DDI) prediction is a critical task in computational biomedicine, as adverse interactions between co-administered drugs can cause severe side effects and clinical risks. A key challenge is unseen-dr…