Skip to content
Open access

Robust Prediction of Drug Interactions using Chemical Descriptors.

Jul 2026 · npj Digital Medicine · 0 citations
Medicine

TL;DR

T-DDI pairs confidence-stratified predictions with LIME-based feature-level explanations and a web application for screening, supporting more reliable drug safety monitoring, and outperforming all evaluated baselines within the architectures and datasets considered here.

Abstract

Polypharmacy requires accurate prediction of drug-drug interactions to prevent adverse events, yet existing models often lack reliability and explainability. We propose T-DDI, a descriptor-based deep learning framework for multi-class drug-drug interaction prediction. Rather than relying on complex graph embeddings, T-DDI uses explicit physicochemical descriptors and an uncertainty-aware estimator to handle severe class imbalance. Evaluated on 868,069 drug pairs spanning 178 interaction types, T-DDI achieves a Macro F1 of 0.8452 on the held-out test set, improving to 0.8992 within the high-confidence subset (87.91% of test samples), outperforming all evaluated baselines within the architectures and datasets considered here. An illustrative prospective case-study assessment on five newly FDA-approved drugs from late 2025 showed that T-DDI can generate mechanistically plausible DDI hypotheses for compounds not used during model development. T-DDI pairs confidence-stratified predictions with LIME-based feature-level explanations and a web application for screening, supporting more reliable drug safety monitoring.

Read PDF

Similar papers

Open access Aug 2026

Computational Prediction of the Severity of Adverse Drug Reactions Caused by Drug–Drug Interactions

Background/Objectives: Adverse drug reactions (ADRs) caused by drug–drug interactions (DDIs) represent an important problem in pharmacotherapy, especially in patients receiving multiple medications. Most computational approaches to DDI-associated ADR prediction formulate the task as a binary classification, but they do not explicitly consider the severity of adverse reactions. Our study aims to develop structure-based models that predict the severity of ADRs associated with specific drug pairs. Methods: Datasets were generated using DrugMAP as the source of drug pair–ADR associations with annotated severity categories, and TwoSides was used as an additional source to generate conditionally negative examples. The drug pairs were represented using PoSMNA descriptors, which encode pair-specific structural features derived from the molecular structures of both compounds. Predictive models were built using PASS DDI software. Model performance was evaluated using a modified cross-validation procedure that excluded compound-level overlap between the training and test sets, thereby reducing information leakage caused by the repeated occurrence of the same drugs in different pairs. Results: Models were developed for 14 clinically relevant ADR types, including cardiovascular, hepatotoxic, nephrotoxic, hemorrhagic, metabolic, and neurological effects. The unweighted class-level macro-average AUC values ranged from 0.830 for the Major category to 0.911 for the Minor category, while balanced accuracy ranged from 0.776 to 0.857. Predictive performance varied significantly between ADR types and severity categories. Higher accuracy was observed for some ADR types that were better captured by the structure-based descriptors used in this study, whereas complex multifactorial reactions, such as hepatotoxicity, were less accurately predicted. Case-based assessment using clinically documented drug combinations showed that the predicted severity profiles were generally consistent with the expected clinical risk patterns. Conclusions: The proposed approach demonstrates that the PoSMNA descriptors of drug pairs can be used for preliminary prediction of DDI-associated ADR severity. The developed models can help to filter out potentially dangerous drug combinations at an early stage and are implemented in the AdverDDIPred web-application.

V. S. Sukhachev, S. M. Ivanov, D. Filimonov et al. · 0 citations
Open access Aug 2026

InfoMedex: drug-drug interaction prediction via a multimodal CNN-transformer model

This work investigated case studies for interactions with bupropion and ritonavir with integrated gradients and identified molecular regions associated with known CYP-mediated interaction mechanisms.

Andrew Disharoon, Shifi Pasupuleti, Clark Thurston et al. · 0 citations
Open access Aug 2026

A linear interpretable model for drug target prediction

Abstract Motivation Identifying drug targets is fundamental in drug development, both for discovering new therapies and for ensuring effective and safe treatments. Drug-target interactions (DTIs) have been predicted using machine learning approaches that integrate heterogeneous data; however, often these models are complex and lack interpretability. Results We investigate whether a simple, fully interpretable linear model can achieve competitive performance for DTI prediction. We propose Linear Interpretable Drug-Target Interaction (LI-DTI), a prediction model inspired by recommender systems. LI-DTI learns from different drug-drug and target-target similarity matrices and provides interpretable predictions as a linear combination of these similarity measures. We show that LI-DTI can recover DTIs even when drugs or targets have no previously known interactions, across multiple cross-validation settings. We further evaluate performance while mitigating potential bias arising from high chemical similarity between drugs or sequence similarity between targets. Finally, we assess LI-DTI in a prospective evaluation, training on DTIs present in DrugBank from 2011 and testing on interactions added through 2022. Across all evaluations, LI-DTI achieves state-of-the-art performance while producing interpretable predictions. For practical use, we provide a web-based tool that enables users to visualize individual LI-DTI predictions for DrugBank (2025) and inspect the biological evidence underlying them. Our results indicate that simple linear models with well-curated similarity features can deliver robust and interpretable DTI predictions, facilitating hypothesis generation and downstream experimental prioritization. Availability and implementation Code and data available at https://github.com/paccanarolab/LI-DTI. Web tool available at https://paccanarolab.org/lidtiweb/.

Santiago Noto, Santiago Ferreyra, Rubén Jiménez et al. · 0 citations
Review Jul 2026

A Survey Review of Computational Models and Their Applications in Predicting Drug-Drug Interactions

Drug-drug interactions (DDIs) represent a substantial challenge in contemporary pharmacotherapy, especially given polypharmacy, the effects of foods, and the modification of host-microbiota systems on drugs. Although useful, existing DDI identification techniques have many constraints related to cost, time, and scalability. A literature review was conducted using PubMed, Scopus, Web of Science, and IEEE Xplore, focusing on machine learning techniques, deep neural architectures, and network-based models that integrate multi-omic, pharmacological, and clinical data. By combining chemical, biological, and clinical data into scalable computer platforms, demonstrated that artificial intelligence techniques, such as machine learning (ML) and deep learning (DL), are changing the prediction of DDI. Some notable studies, such as DeepDDI, TP-DDI, and Decagon, use approaches that successfully capture the intricate PK-PD interactions of pharmaceuticals. On the other hand, food-drug interactions and microbiome-mediated drug interactions were also successfully predicted using multimodal and graph-based models, respectively. Critical issues, such as insufficient data, class imbalance, and model interpretability, must be addressed through explainable AI and multimodal fusion techniques. The purpose of this article is to present an overview of how artificial intelligence might serve not only as a tool but also as a strategic solution for safe prescribing and tailored pharmacotherapy, hence opening up new avenues for the field of drug safety science.

D. Tripathi, Ankita Wal, Vivek Kumar Gupta et al. · 0 citations
Book Open access Aug 2026

M²DDI: A Unified Framework for Dynamic Multimodal Fusion in Drug-Drug Interaction Prediction

Drug-drug interaction (DDI) event prediction is critical for ensuring patient safety and optimizing therapeutic outcomes. Existing computational approaches are limited by their inability to jointly model the heterogeneous mechanisms underlying DDIs, which span molecular structure, pharmacodynamic function, and network-mediated relations. To address this limitation, we introduce M2DDI, a unified framework for dynamic multimodal fusion in DDI prediction. M2DDI utilizes a Mixture-of-Experts architecture, with each expert dedicated to a distinct pharmacological modality. A novel prior-enhanced dual-path gating strategy adaptively selects relevant experts for each drug pair by integrating mechanism-matched feature queries and ATC-based biomedical priors, thereby aligning expert selection with underlying pharmacological mechanisms and addressing the challenge of data incompleteness. Empirical evaluation on benchmark datasets demonstrates that M2DDI achieves state-of-the-art performance, particularly in new drug scenarios. Additional robustness experiments show that M2DDI maintains high predictive accuracy even when modality-specific information is partially missing, outperforming existing methods under similar conditions. Analysis of expert selection patterns further confirms alignment with established pharmacological mechanisms. These results establish M2DDI as an effective and mechanism-aware solution for comprehensive DDI prediction. The code is available at: https://github.com/RunqingXuCn/M2DDI.

Runqing Xu, Siyi Liu, Haoyang Li et al. · 0 citations
Conference Open access 2026

Prediction of Drug Target Interactions Based on Artificial Intelligence

This review systematically summarizes the latest developments in heterogeneous graph neural networks, protein language models, and generative artificial intelligence, pointing out the problems currently being addressed in research such as data sparsity and cold start as well as the manifestations of general machine learning challenges.

Qi-Zhong Yang · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.