paper-with-me

Papers

PLA-SGCN: Protein-Ligand Binding Affinity Prediction by Integrating Similar Pairs and Semi-supervised Graph Convolutional Network

2024-05-13 · Karim Abbasi, Parvin Razzaghi, Amin Ghareyazi, Hamid R. Rabiee

The protein-ligand binding affinity (PLA) prediction goal is to predict whether or not the ligand could bind to a protein sequence. Recently, in PLA prediction, deep learning has received much attention. Two steps are involved in deep learning-based approaches: feature extraction and task prediction step. Many deep learning-based approaches concentrate on introducing new feature extraction networks or integrating auxiliary knowledge like protein-protein interaction networks or gene ontology knowledge. Then, a task prediction network is designed simply using some fully connected layers. This paper aims to integrate retrieved similar hard protein-ligand pairs in PLA prediction (i.e., task prediction step) using a semi-supervised graph convolutional network (GCN). Hard protein-ligand pairs are retrieved for each input query sample based on the manifold smoothness constraint. Then, a graph is learned automatically in which each node is a protein-ligand pair, and each edge represents the similarity between pairs. In other words, an end-to-end framework is proposed that simultaneously retrieves hard similar samples, learns protein-ligand descriptor, learns the graph topology of the input sample with retrieved similar hard samples (learn adjacency matrix), and learns a semi-supervised GCN to predict the binding affinity (as task predictor). The training step adjusts the parameter values, and in the inference step, the learned model is fine-tuned for each input sample. To evaluate the proposed approach, it is applied to the four well-known PDBbind, Davis, KIBA, and BindingDB datasets. The results show that the proposed method significantly performs better than the comparable approaches.

📄 PDF Abstract BibTeX arXiv:2405.07452

Code (1)

bcb-sut/integrating-retrieved-similar-compound-protein-pairs-in-interaction-affinity-prediction-using-semi-s 공식 구현 tf

Tasks

Prediction

Methods 이 논문이 사용한 방법론

Ontology 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

CAML: Commutative algebra machine learning -- a case study on protein-ligand binding affinity prediction

2025-04-25 · Hongsong Feng, Faisal Suwayyid, Mushal Zia, JunJie Wee 외

Recently, Suwayyid and Wei have introduced commutative algebra as an emerging paradigm for machine learning and data science. In this work, we integrate commutative algebra machine learning (CAML) for the prediction of p…

Ligand-induced protein dynamics differences correlate with protein-ligand binding affinities: An unsupervised deep learning approach

2021-09-03 · Ikki Yasuda, Katsuhiro Endo, Eiji Yamamoto, Yoshinori Hirano 외

Prediction of protein-ligand binding affinity is a major goal in drug discovery. Generally, free energy gap is calculated between two states (e.g., ligand binding and unbinding). The energy gap implicitly includes the ef…

Dimensionality ReductionDrug Discovery

Unsupervised Protein-Ligand Binding Energy Prediction via Neural Euler's Rotation Equation

2023-01-25 · NeurIPS 2023 11 · Wengong Jin, Siranush Sarkizova, Xun Chen, Nir Hacohen 외

Protein-ligand binding prediction is a fundamental problem in AI-driven drug discovery. Prior work focused on supervised learning methods using a large set of binding affinity data for small molecules, but it is hard to …

DenoisingDrug DiscoveryPrediction

WideDTA: prediction of drug-target binding affinity

2019-02-04 · Hakime Öztürk, Elif Ozkirimli, Arzucan Özgür

Motivation: Prediction of the interaction affinity between proteins and compounds is a major challenge in the drug discovery process. WideDTA is a deep-learning based prediction model that employs chemical and biological…

Deep LearningDrug DiscoveryPrediction

A Large-Scale Dataset and Benchmark: Do Protein-Ligand Models Learn Binding Sites or Just Binding Likelihood?

2026-05-21 · Zhaohan Meng, Zhen Bai, Ke Yuan, Iadh Ounis 외 arxiv

Protein-ligand modeling underpins computational drug discovery and molecular design. Existing protein-ligand benchmarks typically evaluate whether a protein and ligand interact and how strongly they bind, through tasks s…

Drug Discovery