QMLGMLDec 24, 2020

AttentionDDI: Siamese Attention-based Deep Learning method for drug-drug interaction predictions

arXiv:2012.13248v143 citations
Originality Incremental advance
AI Analysis

This work addresses the critical problem of predicting drug-drug interactions, which can lead to adverse side effects, for pharmaceutical researchers and clinicians, offering an incremental improvement in prediction accuracy and explainability.

This paper proposes AttentionDDI, a Siamese self-attention multi-modal neural network, to predict drug-drug interactions (DDIs). The model integrates various drug similarity measures and achieves AUPR scores ranging from 0.77 to 0.92, performing comparably or better than state-of-the-art DDI models on benchmark datasets.

Background: Drug-drug interactions (DDIs) refer to processes triggered by the administration of two or more drugs leading to side effects beyond those observed when drugs are administered by themselves. Due to the massive number of possible drug pairs, it is nearly impossible to experimentally test all combinations and discover previously unobserved side effects. Therefore, machine learning based methods are being used to address this issue. Methods: We propose a Siamese self-attention multi-modal neural network for DDI prediction that integrates multiple drug similarity measures that have been derived from a comparison of drug characteristics including drug targets, pathways and gene expression profiles. Results: Our proposed DDI prediction model provides multiple advantages: 1) It is trained end-to-end, overcoming limitations of models composed of multiple separate steps, 2) it offers model explainability via an Attention mechanism for identifying salient input features and 3) it achieves similar or better prediction performance (AUPR scores ranging from 0.77 to 0.92) compared to state-of-the-art DDI models when tested on various benchmark datasets. Novel DDI predictions are further validated using independent data resources. Conclusions: We find that a Siamese multi-modal neural network is able to accurately predict DDIs and that an Attention mechanism, typically used in the Natural Language Processing domain, can be beneficially applied to aid in DDI model explainability.

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