paper-with-me

홈 › Papers

GEFA: Early Fusion Approach in Drug-Target Affinity Prediction

2020-09-25 · Tri Minh Nguyen, Thin Nguyen, Thao Minh Le, Truyen Tran

Predicting the interaction between a compound and a target is crucial for rapid drug repurposing. Deep learning has been successfully applied in drug-target affinity (DTA) problem. However, previous deep learning-based methods ignore modeling the direct interactions between drug and protein residues. This would lead to inaccurate learning of target representation which may change due to the drug binding effects. In addition, previous DTA methods learn protein representation solely based on a small number of protein sequences in DTA datasets while neglecting the use of proteins outside of the DTA datasets. We propose GEFA (Graph Early Fusion Affinity), a novel graph-in-graph neural network with attention mechanism to address the changes in target representation because of the binding effects. Specifically, a drug is modeled as a graph of atoms, which then serves as a node in a larger graph of residues-drug complex. The resulting model is an expressive deep nested graph neural network. We also use pre-trained protein representation powered by the recent effort of learning contextualized protein representation. The experiments are conducted under different settings to evaluate scenarios such as novel drugs or targets. The results demonstrate the effectiveness of the pre-trained protein embedding and the advantages our GEFA in modeling the nested graph for drug-target interaction.

📄 PDF Abstract BibTeX arXiv:2009.12146

Code (1)

ngminhtri0394/GEFA 공식 구현 pytorch

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

HiF-DTA: Hierarchical Feature Learning Network for Drug-Target Affinity Prediction

2025-10-31 · Minghui Li, Yuanhang Wang, Peijin Guo, Wei Wan 외 arxiv

Accurate prediction of Drug-Target Affinity (DTA) is crucial for reducing experimental costs and accelerating early screening in computational drug discovery. While sequence-based deep learning methods avoid reliance on …

Drug Discovery

Co-Diffusion: An Affinity-Aware Two-Stage Latent Diffusion Framework for Generalizable Drug-Target Affinity Prediction

2026-03-11 · Yining Qian, Pengjie Wang, Yixiao Li, An-Yang Lu 외 arxiv

Predicting drug-target affinity is fundamental to virtual screening and lead optimization. However, existing deep models often suffer from representation collapse in stringent cold-start regimes, where the scarcity of la…

Zero-shot Generalization

GraphCL-DTA: a graph contrastive learning with molecular semantics for drug-target binding affinity prediction

2023-07-18 · Xinxing Yang, Genke Yang, Jian Chu

Drug-target binding affinity prediction plays an important role in the early stages of drug discovery, which can infer the strength of interactions between new drugs and new targets. However, the performance of previous …

Contrastive LearningDrug DiscoveryRepresentation Learning

LIMO: Latent Inceptionism for Targeted Molecule Generation

2022-06-17 · Peter Eckmann, Kunyang Sun, Bo Zhao, Mudong Feng 외

Generation of drug-like molecules with high binding affinity to target proteins remains a difficult and resource-intensive task in drug discovery. Existing approaches primarily employ reinforcement learning, Markov sampl…

Drug DiscoveryGaussian ProcessesProperty Prediction

ViDTA: Enhanced Drug-Target Affinity Prediction via Virtual Graph Nodes and Attention-based Feature Fusion

2024-12-27 · Minghui Li, Zikang Guo, Yang Wu, Peijin Guo 외

Drug-target interaction is fundamental in understanding how drugs affect biological systems, and accurately predicting drug-target affinity (DTA) is vital for drug discovery. Recently, deep learning methods have emerged …

Drug DiscoveryGraph Neural Network