bio.rodeo
ModelsOrganizationsLeaderboardAbout
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

AboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Protein foundation models
Protein

PLMDA-PPI

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.

Released: July 2025

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.

#Key Features

  • Mechanism-aware inductive bias: Residue-level contact supervision forces the model to learn the physical basis of an interaction, which the authors show improves out-of- distribution generalization over purely correlational classifiers.
  • Contact-guided dual attention: A dual-attention network, adapted from visual question answering, jointly predicts the global interaction likelihood and the interface residue pairs that mediate it.
  • Frozen protein language model backbone: Embeddings from a pretrained protein language model are used without fine-tuning, keeping the trainable model lightweight.
  • Geometric structure encoding: A geometric vector perceptron module integrates 3D structural context alongside the language model features.
  • Interpretable, interface-level output: Predictions include the proposed mediating contacts, giving a mechanistic rationale rather than a single interaction score.

#Technical Details

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.

#Applications

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.

#Impact

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.

Citation

Mechanism-Aware Inductive Bias Enhances Generalization in Protein-Protein Interaction Prediction

Preprint

Deng, S., et al. (2025) Mechanism-Aware Inductive Bias Enhances Generalization in Protein-Protein Interaction Prediction. bioRxiv.

DOI: 10.1101/2025.07.04.663157

Recent citations

Papers that recently cited this model.

  • DSS-PPI: a self-supervised graph learning framework for protein-protein interaction prediction via multimodal sequence semantics

    Shumei Li, Yuyang Wang, Heming Zhang, et al.

    BMC Genomics · Mar 2026

    0

Top citations

The most-cited papers that cite this model.

  • DSS-PPI: a self-supervised graph learning framework for protein-protein interaction prediction via multimodal sequence semantics

    Shumei Li, Yuyang Wang, Heming Zhang, et al.

    BMC Genomics · Mar 2026

    0

Citations

Total Citations1
Influential0
References0

GitHub

Stars10
Forks1
Open Issues0
Contributors1
Last Push12d ago
LanguagePython
LicenseMIT

Fields of citing research

  • Biology100%
  • Computer Science100%
  • Medicine100%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
77Open
Usability — can I run it?95
Reproducibility — can I retrain it?66
Model Openness Framework
Unclassified
Missing required components

Tags

graph_neural_networkinterface_contact_predictionprotein_protein_interactionprotein_protein_interaction_predictionrepresentation_learningsupervisedtransformer

Resources

GitHub RepositoryResearch Paper