Abstract
In recent decades, the rapid pace of digital transformation marks a transformative era for the healthcare and pharmaceutical industries. The incorporation of innovative technology, specifically Artificial Intelligence (AI) and its derivatives, has driven significant innovation and greatly enhanced the efficiency of biomedical research and drug discovery processes. Among critical biological targets, the p53 protein is essential for controlling cell cycle regulation and tumor suppression. Although p53 has long been considered undruggable, recent research has revived interest in targeting it with novel therapeutics. In this paper, A novel Hybrid Drug-Target Interaction IC50 (HDTI-IC50) prediction model is proposes to predict IC50 values. The model integrates Graph Convolutional Networks (GCNs) as well as Graph Attention Networks (GATs) by sequentially stacking their hidden layers. This hybrid architecture leverages the strengths of both models. Specifically, GCNs are first applied to effectively capture local structural information and perform well under homophily assumptions. Then, GAT is learned to model long-range dependencies and handle heterophilic graphs. By integrating both, the model learns richer node representations and can adapt to diverse graph structures. Following these layers, a global pooling mechanism follows, which combines Global Max Pooling (GMP) and Global Average Pooling (GAP). Compared to related approaches, which mainly perform general IC50 prediction or binary activity classification, the proposed HDTI-IC50 model provides a unified framework specifically tailored for p53 inhibitors. Unlike previous approaches that rely on conventional molecular descriptors and overlook structural topology, our model utilizes graph-based representations to capture both local and global molecular relationships. By sequentially integrating GCN and GAT layers, the model effectively combines localized structural learning with attention-based feature refinement, resulting in improved representation capability and predictive performance. The dataset applied in this paper is obtained from the database of the Genomics of Drug Sensitivity in Cancer (GDSC). Model performance is evaluated using standard regression metrics, involving Mean Absolute Error (MAE), Root Mean Square Error (RMSE), and coefficient of determination (R(2)). The performance rate of MAE is 0.1, RMSE is 0.19, and R(2) is 0.8 demonstrating superior performance compared to state-of-the-art methods. It also achieves an average inference time of 7.70 s. This paper proposes a HDTI-IC50 model to predict IC50 for p53inhibitors. Results from experiments indicate that the proposed HDTI-IC50 model outperforms individual GCN, GAT-based, and other related drug-target models as well as baseline regression models. demonstrating both its predictive accuracy and computational economy.