paper-with-me

홈 › Papers

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. Current methods of drug combination screening, such as in vivo and in vitro, are inefficient due to stark time and monetary costs. In silico methods have become increasingly important for screening drugs, but current methods are inaccurate and generalize poorly to unseen anticancer drugs. In this paper, I employ a geometric deep-learning model utilizing a graph attention network that is equivariant to 3D rotations, translations, and reflections with structural motifs. Additionally, the gene expression of cancer cell lines is utilized to classify synergistic drug combinations specific to each cell line. I compared the proposed geometric deep learning framework to current state-of-the-art (SOTA) methods, and the proposed model architecture achieved greater performance on all 12 benchmark tasks performed on the DrugComb dataset. Specifically, the proposed framework outperformed other SOTA methods by an accuracy difference greater than 28%. Based on these results, I believe that the equivariant graph attention network's capability of learning geometric data accounts for the large performance improvements. The model's ability to generalize to foreign drugs is thought to be due to the structural motifs providing a better representation of the molecule. Overall, I believe that the proposed equivariant geometric deep learning framework serves as an effective tool for virtually screening anticancer drug combinations for further validation in a wet lab environment. The code for this work is made available online at: https://github.com/WeToTheMoon/EGAT_DrugSynergy.

📄 PDF Abstract BibTeX arXiv:2411.04747

Code (1)

wetothemoon/egat_drugsynergy 공식 구현 pytorch

Tasks

Graph Attention

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 설명 없음

Similar Papers 제목 키워드 기반

3D Molecule Generation from Rigid Motifs via SE(3) Flows

2026-01-23 · Roman Poletukhin, Marcel Kollovieh, Eike Eberhard, Stephan Günnemann arxiv

Three-dimensional molecular structure generation is typically performed at the level of individual atoms, yet molecular graph generation techniques often consider fragments as their structural units. Building on the adva…

Graph Generation

Motif Prediction with Graph Neural Networks

2021-05-26 · Maciej Besta, Raphael Grob, Cesare Miglioli, Nicola Bernold 외

Link prediction is one of the central problems in graph mining. However, recent studies highlight the importance of higher-order network analysis, where complex structures called motifs are the first-class citizens. We f…

Graph MiningGraph Neural NetworkLink PredictionPrediction

CN-Motifs Perceptive Graph Neural Networks

2021-11-15 · IEEE Access 2021 11 · Fan Zhang, Tian-Ming Bu

Graph neural networks (GNNs) have been the dominant approaches for graph representation learning. However, most GNNs are applied to homophily graphs and perform poorly on heterophily graphs. Meanwhile, these GNNs fail to…

Graph Representation LearningNode ClassificationRepresentation Learning

PepTriX: A Framework for Explainable Peptide Analysis through Protein Language Models

2025-11-13 · Vincent Schilling, Akshat Dubey, Georges Hattab arxiv

Peptide classification tasks, such as predicting toxicity and HIV inhibition, are fundamental to bioinformatics and drug discovery. Traditional approaches rely heavily on handcrafted encodings of one-dimensional (1D) pep…

Drug Discovery

Graph Neural Network Approach to Predicting Magnetization in Quasi-One-Dimensional Ising Systems

2025-07-23 · V. Slavin, O. Kryvchikov, D. Laptev arxiv

We present a graph-based deep learning framework for predicting the magnetic properties of quasi-one-dimensional Ising spin systems. The lattice geometry is encoded as a graph and processed by a graph neural network (GNN…

Graph Neural Network