Back to feed
Open access

A Biologically Informed Hybrid Stacking Framework for Protein–Protein Interaction Prediction

2026 · IEEE Access · Vol 14, pp. 101641-101655 · 0 citations · 53 references
Computer Science

Abstract

Mapping the protein interactome is fundamental to understanding disease mechanisms and facilitating therapeutic development. Although protein language models (PLMs) such as ESM-2 have advanced protein-protein interaction (PPI) prediction, their high-dimensional representations remain difficult to connect to verifiable biological signals. To address this limitation, we propose HybridStack-PPI, a gray-box framework that combines ESM-2 sequence representations with explicit physicochemical and motif-derived biological descriptors. The architecture uses motif-anchored local pooling global mean pooling, symmetric pair encoding, fold-internal feature selection, LightGBM branch learners, and an elastic-net logistic-regression stacking layer. We evaluated the method using a C3 cluster-based cross-validation protocol with a 40% sequence-identity clustering threshold and a Same-GO hard-negative setting in which negative candidates shared functional annotations with positive pairs. Under this setting, HybridStack-PPI reached a Human ROC-AUC of 73.65%, PR-AUC of 91.35%, MCC of 28.06%, and specificity of 75.61%. The results indicate a conservative operating point: compared to more recall-oriented baselines, the proposed stack trades lower recall and F1 for higher specificity, MCC, and ranking behavior under functionally similar negative samples. We further reported cross-species transfer, ablation, latency, SHAP-based descriptor attribution, and meta-learner coefficient analyses to clarify both the promise and limitations of biologically informed PPI prediction.

Read PDF

Similar papers

Open access Jun 2026

Hybrid Approach to Protein–Protein Complex Affinity Prediction Based on Language Models and Molecular Dynamics

HyBind-NN is developed, a multimodal graph neural network that integrates protein language models (PLMs) with 3D structural and dynamic datasets to predict protein–protein and protein–peptide affinity, and it is demonstrated that combining ESM-2 sequence embeddings with precise 3D Voronoi spatial geometry enables accurate affinity predictions across diverse structural datasets.

E. A. Bogdanova, A. Chernukhin, Alexey K. Shaytan · 0 citations
Open access Jul 2026

Hierarchical Contrastive Learning for Protein–Protein Interaction Prediction Across Organisms

With advances in biomedical technologies and the continued expansion of experimental resources, biological data are growing rapidly in both scale and complexity. Contrastive learning provides an effective framework for integrating heterogeneous biological information. However, many protein–protein interaction (PPI) prediction methods still represent protein sequences and annotations as flat features and do not explicitly model hierarchical biological relationships among protein families, clans, and functional annotations. Here, we introduce HIPPO (HIerarchical Protein–Protein interaction prediction across Organisms), a hierarchical contrastive learning framework for PPI prediction. HIPPO aligns protein sequence representations with structured biological attributes. Across intra-species benchmark PPI datasets, HIPPO improves the average micro-F1 by 2.9% compared with the best baseline across the evaluated splits. In the host–pathogen interaction benchmark, HIPPO achieves the highest AUROC under the standard split (0.731) and the second-best AUPRC (0.332). Under leave-one-virus-family-out evaluation, HIPPO obtains the best AUROC on Papillomaviridae (0.603) and Retroviridae (0.612), while also showing family-dependent transfer behavior. Ablation experiments support the contribution of hierarchical feature integration, and attention-based residue attribution provides preliminary evidence that the learned representations highlight interface-related residues. Together, these results suggest that structured biological knowledge can improve representation learning for PPI prediction across diverse and imbalanced datasets.

Shiyi Liu, Buwen Liang, Yuetong Fang et al. · 0 citations
Open access 2026

Reliable Sequenced-Based Protein-Protein Interaction Prediction Using Lempel Ziv Complexity and Optimized Deep Learning Model

In this study, a hybrid Convolutional Neural Network–Long Short-Term Memory (CNN–LSTM) deep learning model was developed for sequence-based prediction of protein–protein interactions (PPIs). To address the limitations of experimental methods in terms of time and cost, computational approaches were employed. A novel method based on Lempel–Ziv (LZ) complexity was proposed to select reliable non-interacting protein pairs. Protein sequences were represented as feature vectors using the Conjoint Triad (CT) method, which encodes amino acid physicochemical properties. The hybrid CNN–LSTM architecture was then used to classify interacting and non-interacting protein pairs, where CNN layers captured local sequence motifs and LSTM layers modeled long-range dependencies. Furthermore, Genetic Algorithm (GA)–based hyperparameter optimization was applied to tune model hyperparameters. The novelty of this study lies in the combination of LZ complexity–based negative sample selection, CT feature representation, and GA-optimized CNN–LSTM architecture, providing a robust and biologically informed framework for PPI prediction. The proposed model achieved 91% training accuracy and 90% testing accuracy before optimization, which increased to 94% and 93%, respectively, after GA optimization. These results demonstrate that the integrated approach enhances predictive performance and enables reliable extraction of meaningful information from protein sequences.

Çağlar Çinar, Cagin Kandemir-Cavas · 0 citations
Open access Jul 2026

SPPIPred: Stacking-based ensemble learning model for identification of protein-protein interaction

Protein-protein interactions (PPIs) are essential for various biological functions and are crucial in drug discovery, signaling pathways, and network reconstruction. This study presents SPPIPred, an advanced machine learning-based model designed for precise PPI prediction. The SPPIPred model was constructed using five feature extraction methods: Pseudo amino acid composition (PAAC), Composition transition distribution (CTDC), Dipeptide composition (DPC), Word2Vec, and FastText. Among these, FastText emerged as the most effective for encoding protein sequences. Despite the application of feature selection techniques, the analysis revealed that the original raw feature dimensions yielded superior results compared to the selected features. The model used seven machine learning classifiers, including Decision Tree (DT), Extra Trees Classifier (ETC), CatBoost (CAT), XGBoost (XGB), LightGBM (LGBM), Random Forest (RF), and the stacking model named SPPIPred. SPPIPred demonstrated exceptional accuracy rates of 0.9989 in the H pylori dataset and 0.9991 in the S cerevisiae dataset, with Matthews correlation coefficients (MCC) of 0.9982 and 0.9979, respectively. These findings highlight the effectiveness and reliability of the SPPIPred model, offering valuable insights to researchers in the field of bioinformatics and improving applications within bioengineering and pharmaceutical development.

M. Rahman, M. Ali, Md. Shohidullah et al. · 0 citations
Open access Jun 2026

Structural feature-based machine learning benchmarking for protein interface prediction.

Accurate prediction of protein-protein interaction interfaces is critical for understanding molecular recognition and guiding therapeutic design. This study presents a comprehensive machine learning pipeline for predicting interface residues in permanent homodimeric protein complexes. Using a curated dataset of 1311 homodimers, we benchmarked six widely used machine learning algorithms and identified multilayer perceptron and XGBoost as top performers, achieving Matthews correlation coefficients (MCC) exceeding 0.93. To enhance interpretability and efficiency, we employed recursive feature elimination to derive a minimal set of six biologically meaningful features, including solvent accessibility, surface roughness, planarity, and average protrusion index, that retained high predictive power (MCC > 0.90). Structurally stratified models tailored to α-helical, β-strand, and membrane proteins demonstrated comparable or improved accuracy relative to generalized models, particularly when utilizing the reduced feature subset. As a preliminary demonstration of generalizability, we applied our approach to an external heterodimer complex (PDB ID: 9ETL). While limited to a single case study, the structurally specialized models maintained high accuracy, suggesting potential applicability beyond the training domain. Furthermore, our residue-level feature-driven models demonstrated highly competitive performance when compared against the baseline established by the general-purpose ColabFold pipeline. The results highlight the importance of structural context in interface prediction and demonstrate that compact, structure-aware models can achieve high accuracy while reducing computational complexity. This work provides a scalable, interpretable, and biologically informed approach to protein interface prediction, with implications for large-scale structural descriptor, drug target characterization, and protein engineering applications.

Tayyip Topuz, Z. Erdem, Halil Bisgin et al. · 0 citations
Open access Jul 2026

Predictions of protein–protein interactions: Learning sequences and structures

A neural network-based pipeline that integrates amino acid sequences with structural features is developed and provides a modular prototype for follow-up, more extensive protein modeling, including larger proteins and sequence of variable sizes.

Carl David Jasper Causin, M. Fyta · 0 citations