Skip to content
Open access

Interpretable multilevel interaction modeling for robust protein–protein affinity

Aug 2026 · BMC Genomics · 0 citations

TL;DR

MIRAGE provides an interpretable and robust framework for structure-aware prediction, with potential applications in protein engineering and drug design, and explicitly modeling multi-level interactions is important for accurately capturing the determinants of binding affinity.

Abstract

Quantifying protein–protein binding affinity is essential for understanding molecular recognition and guiding antibody and inhibitor design. However, binding affinity is governed by tightly coupled sequence, structural, and chemical determinants. Existing models often encode these factors in isolation, limiting their ability to capture the multi-level dependencies underlying binding affinity  $$\left(\Delta\text{G}\right)$$ . We propose MIRAGE, a graph-based framework for direct $$\Delta \text{G}$$ prediction that explicitly models interactions across multidimensional (1D sequences, 2D contact maps, 3D structures) and multi-scale (residue-level, atom-level) features. MIRAGE integrates two complementary modules to capture cross-dimensional and cross-scale dependencies, enabling unified residue–atom representation learning. Across public benchmarks, MIRAGE demonstrated strong generalization, achieving Pearson correlations of 0.70 and 0.69 on two independent external test sets and retaining predictive effectiveness under structure-separated cross-validation designed to reduce structural information sharing. In a supplementary analysis with AlphaFold3-predicted complex structures, MIRAGE also preserved significant predictive correlations when experimentally resolved structures were unavailable. Ablation studies confirm the contributions of each module. Interpretability analyses further show that the model focuses on biophysically meaningful interface regions. The source code of MIRAGE is available from https://github.com/ShiweiWu-545/MIRAGE . These results indicate that explicitly modeling multi-level interactions is important for accurately capturing the determinants of binding affinity. MIRAGE provides an interpretable and robust framework for structure-aware $$\Delta \text{G}$$ prediction, with potential applications in protein engineering and drug design.

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
Jul 2026

Hierarchical Graph Representation Learning From a Statistical Perspective for Generalizable and Interpretable Protein-Ligand Binding Affinity Prediction.

Protein-ligand binding affinity (PLA) prediction aims to guide rational drug design by estimating the strength of interaction. The effectiveness of the representation learning of protein and ligand is key to successful PLA prediction. To this end, attention mechanism, as a powerful architectural paradigm, has been introduced and gradually emerged as the prevailing approach. However, intuitively, the classical attention paradigm based on similarity does not fit the biological mechanisms relevant for binding. Worse still, the cooperative and antagonistic effects among multiple atoms are deliberately disregarded in the classical formulation of attention mechanisms. Consequently, the rigid transplantation of classical architectures substantially undermines the PLA prediction performance. To address these challenges, we employ a hierarchical statistical attention model (HISA). Specifically, HISA employs a statistical attention mechanism (SAM) based on non-similarity computation to fit the biological prior and perceive the relationship of multiple atoms. In addition, we optimize HISA by employing clustering, enabling hierarchical representations of biomolecules. Extensive experiments demonstrate that HISA achieves state-of-the-art performance on multiple PLA benchmarks while simultaneously exhibiting generalizability and interpretability.

Changming Yao, Shunfanyi Li, Shanghui Deng et al. · 0 citations
Open access Aug 2026

Structure-agnostic protein–ligand binding affinity prediction via hierarchical representation alignment

Abstract Motivation To enable real-world protein-ligand affinity prediction, not only out-of-distribution generalization but also robustness to variable structural availability and quality should be considered in model design. Results We present AlignNet, a hierarchical representation alignment framework that mitigates intra- and inter-molecular heterogeneity to learn robust protein-ligand embeddings for generalizable affinity prediction, even from sequence-level inputs. Its intra-molecular module projects unimodal and multimodal features into a unified space, aligning augmented multimodal views for feature fusion and unimodal with multimodal embeddings to distill multimodal priors for structure-agnostic inference. Its inter-molecular module aligns protein and ligand embeddings for cross-molecular integration. Extensive experiments show that AlignNet (i) achieves highly competitive performance, with up to a 20.4% gain in SCC on the challenging LBA 30% split under sequence-only settings, suggesting improved out-of-distribution generalization; and (ii) learns well-separated affinity-related clusters, supporting reliable structure-independent prediction. Availability and implementation AlignNet is available at https://github.com/altriavin/AlignNet.

Xiaowen Hu, Hongyi Huang, Hao Sun et al. · 0 citations
Open access Sep 2025

LINKER: Learning Interactions between Functional Groups and Residues with Chemical Knowledge‑Enhanced Reasoning and Explainability

Accurate identification of interactions between protein residues and ligand functional groups is critical for understanding molecular recognition and guiding rational drug design. Existing deep learning approaches for protein–ligand interpretability typically rely on three-dimensional structural input or distance-based contact labels, which limit both their applicability and biological relevance. Here, we present LINKER, the first sequence-based model to predict residue-functional group interactions according to biologically defined interaction types, using only a protein sequence and the SMILES representation of the ligand. LINKER is trained via structure-supervised interaction learning, in which interaction labels are derived from three-dimensional protein–ligand complexes through functional group-based motif extraction. By representing ligands as ensembles of functional groups, the model emphasizes chemically meaningful substructures rather than mere spatial proximity. Importantly, LINKER requires only sequence-level input at inference, enabling large-scale applications in contexts where structural data are unavailable. Extensive experiments demonstrate that LINKER consistently outperforms established baselines, highlighting the utility of functional group abstractions and structure-based supervision for interpretable protein–ligand interaction prediction. Our source code is publicly available at: https://github.com/HySonLab/LINKER/.

Phuc Pham, Viet Thanh Duy Nguyen, Truong-Son Hy · 1 citation
Open access Aug 2026

M2-PRNet: Multi-Scale and Multi-Modal Learning for Protein-RNA Binding Affinity Prediction.

MOTIVATION Predicting protein-RNA binding affinity is crucial for understanding cellular regulation and advancing RNA-targeted drug discovery. However, this task remains challenging due to structural complexity, limited labeled data, and insufficient modeling of fine-grained interactions. RESULTS We propose M2-PRNet, a multi-scale and multi-modal framework that integrates atom-level graphs, residue-level graphs, and tri-view molecular representations to capture complementary structural information. A cross-scale contrastive learning objective is introduced to align representations across different structural resolutions of the same complex. Under a clustering-based five-fold cross-validation setting on benchmark datasets, M2-PRNet achieves state-of-the-art performance. To further assess generalization under reduced sequence homology, we construct homology-aware RNA-cold, protein-cold, and dual-cold evaluations under a stricter 40% sequence identity threshold, where M2-PRNet maintains competitive performance. To account for conformational flexibility, we evaluate the model on MD150-1ns and an extended MD75-10ns subset, demonstrating stable performance under MD-derived structural perturbations. In addition, representative case studies suggest that M2-PRNet can highlight relevant RNA-binding regions and support preliminary discrimination between strong and weak binders when plausible complex structures are available. These results demonstrate the effectiveness of integrating multi-scale and multi-modal representations with cross-scale alignment for protein-RNA affinity prediction. AVAILABILITY AND IMPLEMENTATION The source code and datasets for M2-PRNet are freely available at https://github.com/CSUBioGroup/M2-PRNet.

Junkai Wang, G. Luo, Yunsong Yang et al. · 0 citations
Open access 2026

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

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.

T. T. Nguyen, X. Mai, N. Nguyen · 0 citations