QMAILGJun 25, 2022

HyGNN: Drug-Drug Interaction Prediction via Hypergraph Neural Network

arXiv:2206.12747v458 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses a critical issue in pharmacology for drug safety by providing a robust prediction method that works even for new drugs with limited information, though it is an incremental improvement over existing computational models.

The paper tackled the problem of predicting drug-drug interactions (DDIs) by proposing HyGNN, a hypergraph neural network model that uses only SMILES strings, achieving ROC-AUC and PR-AUC scores of up to 97.9% and 98.1%, respectively, outperforming existing methods.

Drug-Drug Interactions (DDIs) may hamper the functionalities of drugs, and in the worst scenario, they may lead to adverse drug reactions (ADRs). Predicting all DDIs is a challenging and critical problem. Most existing computational models integrate drug-centric information from different sources and leverage them as features in machine learning classifiers to predict DDIs. However, these models have a high chance of failure, especially for the new drugs when all the information is not available. This paper proposes a novel Hypergraph Neural Network (HyGNN) model based on only the SMILES string of drugs, available for any drug, for the DDI prediction problem. To capture the drug similarities, we create a hypergraph from drugs' chemical substructures extracted from the SMILES strings. Then, we develop HyGNN consisting of a novel attention-based hypergraph edge encoder to get the representation of drugs as hyperedges and a decoder to predict the interactions between drug pairs. Furthermore, we conduct extensive experiments to evaluate our model and compare it with several state-of-the-art methods. Experimental results demonstrate that our proposed HyGNN model effectively predicts DDIs and impressively outperforms the baselines with a maximum ROC-AUC and PR-AUC of 97.9% and 98.1%, respectively.

Foundations

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

Your Notes