bixiangpeng / HiSIF-DTA

5 stars 3 forks source link

HiSIF-DTA


A repo for "HiSIF-DTA: A Hierarchical Semantic Information Fusion Framework for Drug-Target Affinity Prediction".

Contents

Abstracts

Exploring appropriate protein representation methods and improving protein information abundance is a critical step in enhancing the accuracy of DTA prediction. Recently, numerous deep learning-based models have been proposed to utilize sequential or structural features of target proteins.

However, these models capture only low-order semantics that exists in a single protein, while the high-order semantics abundant in biological networks are largely ignored. In this article, we propose HiSIF-DTA—a hierarchical semantic information fusion framework for DTA prediction.

In this framework, a hierarchical protein graph is constructed that includes not only contact map as low-order structural semantics but also protein-protein interaction network (PPI) as high-order functional semantics. Particularly, two distinct hierarchical fusion strategies (i.e., Top-down and Bottom-Up) are designed to integrate the different protein semantics, therefore contributing to a richer protein representation. Comprehensive experimental results demonstrate that HiSIF-DTA outperforms current state-of-the-art methods for prediction on the benchmark datasets of DTA task.

HiSIF-DTA architecture

Requirements

Usages

Results

To demonstrate the superiority of the proposed model, we conduct experiments to compare our approach with the following state-of-the-art (SOTA) models:

DTA:

CPI:

🌳 The above link is the GitHub link to the baseline models. To ensure a fair comparison, we re-trained these baseline models with the same experimental setup as our proposed model. The detailed re-training codes and results can be found in the baselines directory.

NoteBooks

To ensure the transparency of experimental results, the prediction results of all models (including our proposed model and baseline models) have been uploaded to Zenodo (Link). Additionally, in order to present the experimental results in a more intuitive way, we provide a comprehensive Jupyter notebook in our repo (experimental_results.ipynb), where we load all prediction result files and recalculate the experimental metrics based on these results, presenting them in the form of statistical charts or tables.

Contact

We welcome you to contact us (email: bixiangpeng@stu.ouc.edu.cn) for any questions and cooperations.