Drug Synergy Prediction via Residual Graph Isomorphism Networks and Attention Mechanisms

arXiv cs.LG / 4/24/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper tackles the challenge of efficiently predicting synergy in combination drug therapies, where testing all drug pairs is too costly.
  • It proposes ResGIN-Att, a collaborative graph neural network that combines drug molecular structures, drug-drug interaction signals, and cell-line genomic profiles to improve synergy prediction accuracy.
  • The Residual Graph Isomorphism Network extracts multi-scale topological features while residual connections help reduce over-smoothing in deeper layers.
  • An adaptive LSTM fuses structural information across local-to-global scales, and a cross-attention module explicitly models drug-drug interactions and highlights important chemical substructures.
  • Experiments on five public benchmark datasets show competitive results versus strong baselines, along with improved generalization and robustness.

Abstract

In the treatment of complex diseases, treatment regimens using a single drug often yield limited efficacy and can lead to drug resistance. In contrast, combination drug therapies can significantly improve therapeutic outcomes through synergistic effects. However, experimentally validating all possible drug combinations is prohibitively expensive, underscoring the critical need for efficient computational prediction methods. Although existing approaches based on deep learning and graph neural networks (GNNs) have made considerable progress, challenges remain in reducing structural bias, improving generalization capability, and enhancing model interpretability. To address these limitations, this paper proposes a collaborative prediction graph neural network that integrates molecular structural features and cell-line genomic profiles with drug-drug interactions to enhance the prediction of synergistic effects. We introduce a novel model named the Residual Graph Isomorphism Network integrated with an Attention mechanism (ResGIN-Att). The model first extracts multi scale topological features of drug molecules using a residual graph isomorphism network, where residual connections help mitigate over-smoothing in deep layers. Subsequently, an adaptive Long Short-Term Memory (LSTM) module fuses structural information from local to global scales. Finally, a cross-attention module is designed to explicitly model drug-drug interactions and identify key chemical substructures. Extensive experiments on five public benchmark datasets demonstrate that ResGIN-Att achieves competitive performance, comparing favorably against key baseline methods while exhibiting promising generalization capability and robustness.