Central-Smoothing Hypergraph Neural Networks for Predicting Drug-Drug Interactions
Duc Anh Nguyen, Canh Hao Nguyen, and Hiroshi Mamitsuka

TL;DR
This paper introduces CentSmoothie, a hypergraph neural network that models drug-drug interactions as hyperedges connecting drug pairs and side effect labels, improving prediction accuracy over traditional GNNs.
Contribution
The paper proposes a novel hypergraph formulation and a central-smoothing method for hypergraph neural networks to better capture label relationships in DDI prediction.
Findings
CentSmoothie outperforms existing methods in simulations.
It achieves higher accuracy on real DDI datasets.
The approach effectively models complex label relationships.
Abstract
Predicting drug-drug interactions (DDI) is the problem of predicting side effects (unwanted outcomes) of a pair of drugs using drug information and known side effects of many pairs. This problem can be formulated as predicting labels (i.e. side effects) for each pair of nodes in a DDI graph, of which nodes are drugs and edges are interacting drugs with known labels. State-of-the-art methods for this problem are graph neural networks (GNNs), which leverage neighborhood information in the graph to learn node representations. For DDI, however, there are many labels with complicated relationships due to the nature of side effects. Usual GNNs often fix labels as one-hot vectors that do not reflect label relationships and potentially do not obtain the highest performance in the difficult cases of infrequent labels. In this paper, we formulate DDI as a hypergraph where each hyperedge is a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Drug Discovery Methods · Advanced Graph Neural Networks · Biomedical Text Mining and Ontologies
