LGSIMay 12, 2020

GoGNN: Graph of Graphs Neural Network for Predicting Structured Entity Interactions

arXiv:2005.05537v1114 citationsHas Code
Originality Highly original
AI Analysis

This addresses a challenging problem in fields like chemistry, biology, and medicine where entities have complex structures, offering improved prediction accuracy for structured entity interactions.

The paper tackles the problem of predicting interactions between structured entities, such as chemicals or drugs, by proposing GoGNN, a Graph of Graphs Neural Network that hierarchically extracts features from local entity graphs and a global interaction graph, and it outperforms state-of-the-art methods on real-world datasets for chemical-chemical and drug-drug interaction prediction tasks.

Entity interaction prediction is essential in many important applications such as chemistry, biology, material science, and medical science. The problem becomes quite challenging when each entity is represented by a complex structure, namely structured entity, because two types of graphs are involved: local graphs for structured entities and a global graph to capture the interactions between structured entities. We observe that existing works on structured entity interaction prediction cannot properly exploit the unique graph of graphs model. In this paper, we propose a Graph of Graphs Neural Network, namely GoGNN, which extracts the features in both structured entity graphs and the entity interaction graph in a hierarchical way. We also propose the dual-attention mechanism that enables the model to preserve the neighbor importance in both levels of graphs. Extensive experiments on real-world datasets show that GoGNN outperforms the state-of-the-art methods on two representative structured entity interaction prediction tasks: chemical-chemical interaction prediction and drug-drug interaction prediction. Our code is available at Github.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes