ResDTA: Predicting Drug-Target Binding Affinity Using Residual Skip Connections

Partho Ghosh,Md. Aynal Haque
2023-03-21
Abstract:The discovery of novel drug target (DT) interactions is an important step in the drug development process. The majority of computer techniques for predicting DT interactions have focused on binary classification, with the goal of determining whether or not a DT pair interacts. Protein ligand interactions, on the other hand, assume a continuous range of binding strength values, also known as binding affinity, and forecasting this value remains a difficulty. As the amount of affinity data in DT knowledge-bases grows, advanced learning techniques such as deep learning architectures can be used to predict binding affinities. In this paper, we present a deep-learning-based methodology for predicting DT binding affinities using just sequencing information from both targets and drugs. The results show that the proposed deep learning-based model that uses the 1D representations of targets and drugs is an effective approach for drug target binding affinity prediction and it does not require additional chemical domain knowledge to work with. The model in which high-level representations of a drug and a target are constructed via CNNs that uses residual skip connections and also with an additional stream to create a high-level combined representation of the drug-target pair achieved the best Concordance Index (CI) performance in one of the largest benchmark datasets, outperforming the recent state-of-the-art method AttentionDTA and many other machine-learning and deep-learning based baseline methods for DT binding affinity prediction that uses the 1D representations of targets and drugs.
Machine Learning,Quantitative Methods
What problem does this paper attempt to address?
The problem this paper attempts to address is the prediction of binding affinity between drugs and targets. Traditionally, many computational methods used to predict drug-target (DT) interactions have focused on binary classification problems, i.e., determining whether a drug interacts with a specific target. However, this binary classification approach cannot provide information about the dosage required for a drug to inhibit a specific target. In reality, protein-ligand interactions are a continuous binding strength value, also known as binding affinity, which is crucial for assessing the interaction strength between a drug and a target and the required amount of the drug. This paper proposes a deep learning-based method to predict the binding affinity between drugs and targets using only their sequence information. By employing residual skip connections and convolutional neural networks (CNNs), the method constructs high-level representations of drugs and targets and creates high-level combined representations of drug-target pairs through an additional stream. Experimental results show that the model performs excellently in predicting drug-target binding affinity, surpassing current state-of-the-art methods and other baseline models on a large benchmark dataset. Overall, this study aims to improve the efficiency and accuracy of the drug discovery process by computationally predicting the binding affinity between drugs and targets.