MR-GNN: Multi-Resolution and Dual Graph Neural Network for Predicting Structured Entity Interactions
About
Predicting interactions between structured entities lies at the core of numerous tasks such as drug regimen and new material design. In recent years, graph neural networks have become attractive. They represent structured entities as graphs and then extract features from each individual graph using graph convolution operations. However, these methods have some limitations: i) their networks only extract features from a fix-sized subgraph structure (i.e., a fix-sized receptive field) of each node, and ignore features in substructures of different sizes, and ii) features are extracted by considering each entity independently, which may not effectively reflect the interaction between two entities. To resolve these problems, we present MR-GNN, an end-to-end graph neural network with the following features: i) it uses a multi-resolution based architecture to extract node features from different neighborhoods of each node, and, ii) it uses dual graph-state long short-term memory networks (L-STMs) to summarize local features of each graph and extracts the interaction features between pairwise graphs. Experiments conducted on real-world datasets show that MR-GNN improves the prediction of state-of-the-art methods.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Drug-Drug Interaction prediction | ZhangDDI Binary (test) | AUROC96.18 | 15 | |
| Drug-Drug Interaction prediction | DeepDDI 86-class (test) | AUROC93.35 | 15 | |
| Drug-Drug Interaction prediction | ChChDDI Binary (test) | AUROC93.11 | 15 | |
| Drug-Drug Interaction prediction | DDInter severity 4-class | Accuracy83.43 | 13 | |
| Drug-Drug Interaction prediction | MeTDDI Entity-disjoint v1.0 (S3) | Accuracy0.509 | 10 | |
| Drug-Drug Interaction prediction | MeTDDI Unseen-drug v1.0 (S2) | Accuracy65.3 | 10 | |
| Drug-Drug Interaction prediction | MeTDDI Unseen-pair v1.0 (S1) | Accuracy87.1 | 10 | |
| Drug-Drug Interaction prediction | DDInter typed (cross-source) | Accuracy0.482 | 10 |