paper-with-me

홈 › Papers

ADGSyn: Dual-Stream Learning for Efficient Anticancer Drug Synergy Prediction

2025-05-25 · Yuxuan Nie, Yutong Song, Hong Peng

Drug combinations play a critical role in cancer therapy by significantly enhancing treatment efficacy and overcoming drug resistance. However, the combinatorial space of possible drug pairs grows exponentially, making experimental screening highly impractical. Therefore, developing efficient computational methods to predict promising drug combinations and guide experimental validation is of paramount importance. In this work, we propose ADGSyn, an innovative method for predicting drug synergy. The key components of our approach include: (1) shared projection matrices combined with attention mechanisms to enable cross-drug feature alignment; (2) automatic mixed precision (AMP)-optimized graph operations that reduce memory consumption by 40\% while accelerating training speed threefold; and (3) residual pathways stabilized by LayerNorm to ensure stable gradient propagation during training. Evaluated on the O'Neil dataset containing 13,243 drug--cell line combinations, ADGSyn demonstrates superior performance over eight baseline methods. Moreover, the framework supports full-batch processing of up to 256 molecular graphs on a single GPU, setting a new standard for efficiency in drug synergy prediction within the field of computational oncology.

📄 PDF Abstract BibTeX arXiv:2505.19144

Code (1)

Echo-Nie/ADGSyn 공식 구현 pytorch

Tasks

GPU

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

DTF: Deep Tensor Factorization for Predicting Anticancer Drug Synergy

2019-11-23 · Zexuan Sun, Shujun Huang, Peiran Jiang, Pingzhao Hu

Combination therapies have been widely used to treat cancers. However, it is cost- and time-consuming to experimentally screen synergistic drug pairs due to the enormous number of possible drug combinations. Thus, comput…

PaccMann$^{RL}$: Designing anticancer drugs from transcriptomic data via reinforcement learning

2019-08-29 · Jannis Born, Matteo Manica, Ali Oskooei, Joris Cadow 외

With the advent of deep generative models in computational chemistry, in silico anticancer drug design has undergone an unprecedented transformation. While state-of-the-art deep learning approaches have shown potential i…

Computational chemistryDrug Designreinforcement-learningReinforcement Learning+1

Equivariant Graph Attention Networks with Structural Motifs for Predicting Cell Line-Specific Synergistic Drug Combinations

2024-11-07 · Zachary Schwehr

Cancer is the second leading cause of death, with chemotherapy as one of the primary forms of treatment. As a result, researchers are turning to drug combination therapy to decrease drug resistance and increase efficacy.…

Graph Attention

A molecular generative model with genetic algorithm and tree search for cancer samples

2021-12-16 · Sejin Park, Hyunju Lee

Personalized medicine is expected to maximize the intended drug effects and minimize side effects by treating patients based on their genetic profiles. Thus, it is important to generate drugs based on the genetic profile…

Drug Discovery

ChemCLIP: Bridging Organic and Inorganic Anticancer Compounds Through Contrastive Learning

2026-03-30 · Mohamad Koohi-Moghadam, Hongzhe Sun, Hongyan Li, Kyongtae Tyler Bae arxiv

The discovery of anticancer therapeutics has traditionally treated organic small molecules and metal-based coordination complexes as separate chemical domains, limiting knowledge transfer despite their shared biological …

Contrastive LearningDrug Discovery