paper-with-me

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, Wensheng Xiang

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 silico DDI prediction methods either ignore the potential interactions among drug-drug pairs (DDPs), or fail to explicitly model and fuse the multi-scale drug feature representations for better prediction. In this study, we propose RGDA-DDI, a residual graph attention network (residual-GAT) and dual-attention based framework for drug-drug interaction prediction. A residual-GAT module is introduced to simultaneously learn multi-scale feature representations from drugs and DDPs. In addition, a dual-attention based feature fusion block is constructed to learn local joint interaction representations. A series of evaluation metrics demonstrate that the RGDA-DDI significantly improved DDI prediction performance on two public benchmark datasets, which provides a new insight into drug development.

📄 PDF Abstract BibTeX arXiv:2408.15310

Code (1)

HPC-NEAU/RGDA-DDI 공식 구현 tf

Tasks

Graph AttentionPrediction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

RGDAN: A random graph diffusion attention network for traffic prediction

2024-01-16 · journal 2024 1 · Jin Fan, Wenchao Weng, Hao Tian, Huifeng Wu 외

Traffic Prediction based on graph structures is a challenging task given that road networks are typically complex structures and the data to be analyzed contains variable temporal features. Further, the quality of the sp…

Traffic Prediction

Self-Attention Graph Residual Convolutional Networks for Event Detection with dependency relations

2021-11-01 · Findings (EMNLP) 2021 11 · AnAn Liu, Ning Xu, Haozhe Liu

Event detection (ED) task aims to classify events by identifying key event trigger words embedded in a piece of text. Previous research have proved the validity of fusing syntactic dependency relations into Graph Convolu…

Event DetectionSentence

ResGCN: Attention-based Deep Residual Modeling for Anomaly Detection on Attributed Networks

2020-09-30 · Yulong Pei, Tianjin Huang, Werner van Ipenburg, Mykola Pechenizkiy

Effectively detecting anomalous nodes in attributed networks is crucial for the success of many real-world applications such as fraud and intrusion detection. Existing approaches have difficulties with three major issues…

Anomaly DetectionIntrusion Detection

HetReGAT-FC: heterogeneous residual graph attention network via feature completion

2023-06-01 · Information Sciences 2023 6 · Chao Li, Yeyu Yan, Jinhu Fu, Zhongying Zhao ∗ 외

Heterogeneous graph embedding is receiving increasing attention from researchers due to the ubiquity of heterogeneous graphs (HGs). How to effectively handle the problem of missing features in HGs has become a hot resear…

Graph AttentionGraph Embedding

Delta Attention Residuals

2026-05-13 · Cheng Luo, Zefan Cai, Junjie Hu arxiv

Attention Residuals replace standard additive residual connections with learned softmax attention over previous layer outputs, enabling selective cross-layer routing. However, standard Attention Residuals still attend ov…