Huazhong University of Science and Technology
A mechanism-aware protein-protein interaction predictor that adds contact-guided dual attention and a geometric encoder on top of frozen protein language model embeddings.
PLMDA-PPI predicts whether two proteins interact and, at the same time, which residue pairs mediate that interaction. Predicting protein-protein interactions (PPIs) at scale is a long-standing challenge: lightweight sequence-based classifiers are fast but often generalize poorly beyond their training distribution, while structure-based methods derived from AlphaFold2 and RoseTTAFold2 are accurate but computationally expensive. PLMDA-PPI targets this trade-off by injecting mechanistic, biophysically motivated inductive biases into a compact model built on frozen protein language model embeddings.
The central design choice is to treat interaction prediction as a mechanism-grounded problem rather than a black-box binary classification. A contact-guided dual-attention network—adapted from architectures used in visual question answering—learns the global likelihood that two proteins interact jointly with the residue-level contacts that would underlie the interface, supervised directly on those contacts. A geometric vector perceptron (GVP) module incorporates three-dimensional structural information. The result is an interpretable model whose predictions come with a proposed interaction interface.
PLMDA-PPI was developed by researchers in the School of Physics at Huazhong University of Science and Technology and released as a bioRxiv preprint in 2025.
PLMDA-PPI combines frozen protein language model embeddings, a GVP geometric encoder, and a contact-guided dual-attention head, and is implemented with PyTorch Geometric; inputs include protein sequences, multiple sequence alignments, and 3D structures. It is trained on structure-informed PPIs from the Protein Data Bank and evaluated on multi-species interactions from the HINT database, reaching an AUPRC of 0.637 and an AUROC of 0.911 on that benchmark. It substantially outperforms lightweight deep learning baselines including D-SCRIPT, Topsy-Turvy, TT3D, and TUnA, and matches or exceeds the accuracy of far more expensive methods derived from AlphaFold2 and RoseTTAFold2—AF2Complex, RF2-Lite, and RF2-PPI—while requiring orders of magnitude less computation. The code is released under the MIT license.
PLMDA-PPI is aimed at researchers mapping interactomes and prioritizing candidate protein partners, where running full structure-prediction pipelines on every pair is infeasible. Its efficiency makes it suitable for genome- or proteome-scale interaction screening, and its interface-level output helps biologists reason about how a predicted pair might interact and design follow-up experiments. Because it uses a fixed, pretrained checkpoint, it can be applied zero-shot to new protein pairs without retraining.
PLMDA-PPI is evidence that encoding biophysical mechanism as architectural inductive bias—rather than adding parameters or data—can improve generalization, interpretability, and efficiency in PPI prediction simultaneously. By approaching the accuracy of AlphaFold2- and RoseTTAFold2-based predictors at a fraction of their cost, it offers a practical option for large-scale interaction screening. As a preprint, its benchmark results await peer review, and, like other PPI predictors, its proposed interfaces benefit from experimental confirmation.
Deng, S., et al. (2025) Mechanism-Aware Inductive Bias Enhances Generalization in Protein-Protein Interaction Prediction. bioRxiv.
DOI: 10.1101/2025.07.04.663157Papers that recently cited this model.
Shumei Li, Yuyang Wang, Heming Zhang, et al.
BMC Genomics · Mar 2026
The most-cited papers that cite this model.
Shumei Li, Yuyang Wang, Heming Zhang, et al.
BMC Genomics · Mar 2026
Share of papers citing this model.