bio.rodeo
ModelsOrganizationsProvidersLeaderboardAboutSign in
bio.rodeo

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

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsProvidersLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Protein foundation models
Protein

PINPOINT

Indian Institute of Technology Jodhpur

Protease inhibitor prediction for small secreted proteins lacking an inhibitor domain, pairing protein language models with structure filtering.

Released: July 2026

Cysteine and serine proteases form an immune hub in the plant apoplast, and microbial pathogens counteract them with small secreted proteins (SSPs) that inhibit protease activity. Those inhibitors are traditionally found by sequence-similarity searches against annotated inhibitor domains — a filter that discards the SSPs that matter most, since a growing number of fungal SSPs inhibit host proteases despite carrying no annotated inhibitor domain. Sequence-unrelated but structurally similar (SUSS) effectors are the clearest example: they converge on inhibitor-like folds without any detectable sequence homology.

PINPOINT (Protease INhibitor PredictiOn at the plant-pathogen INTerface), from the Indian Institute of Technology Jodhpur, is a multi-level pipeline built to recover exactly those missed candidates. Level 1 screens sequences with two fine-tuned protein language model classifiers: PIP-BERT, derived from the ProtBERT model in ProtTrans, and PIPES-M, derived from the 150M-parameter ESM-2 checkpoint. Level 2 applies StructAE, a structure-aware one-class autoencoder that flags candidates whose structural embeddings fall outside the learned distribution of known inhibitors. Level 3 adds effector prediction with EffectorP 3.0 to retain proteins routed to the apoplast.

The pipeline consumes SSP sequences and monomeric structures, taking either precomputed models from the AlphaFold Protein Structure Database or predictions from the ESMFold public API, and runs as a set of Google Colab notebooks that need no local installation. Because nothing in the pipeline is organism-specific, it can be applied to the proteome of any organism without retraining. The work was posted as a bioRxiv preprint in July 2026 and has not yet been peer reviewed.

#Key Features

  • Domain-free detection: Predicts protease-inhibitory function directly from sequence and structure, recovering SSPs — including SUSS effectors — that similarity searches against annotated inhibitor domains discard.
  • Two complementary classifiers: PIP-BERT and PIPES-M draw on different pretraining corpora and show different residue-attribution patterns, so agreement between them acts as a confidence signal and disagreement widens candidate recall.
  • Structure-aware filtering: StructAE scores AlphaFold or ESMFold models by reconstruction error against ~17,900 curated inhibitor structures, removing candidates without inhibitor-like structural features.
  • Screening pre-filter: The pipeline is designed to cut the candidate list ahead of expensive multimer complex modelling, rather than replace it.
  • Free-tier deployable: All steps except complex modelling run in Colab notebooks, handling roughly 4,000 sequences on a free GPU session.

#Technical Details

The classifiers were fit on 80% of a curated set of 18,101 sequences (MEROPS and UniProt inhibitors of 60–250 residues as positives, Pfam-screened UniProt non-inhibitors as negatives), evaluated by stratified 5-fold cross-validation and an independent holdout, with cost-sensitive learning for class imbalance. Descriptor-based baselines — tree ensembles, a meta-ensemble, and the TabPFN-2.5 tabular foundation model — topped out below an F1 of 0.90, with TabPFN-2.5 on CTD descriptors reaching accuracy 0.9381 and F1 0.8996. Fine-tuned language models closed that gap: PIP-BERT (420M parameters, BertForSequenceClassification) reached F1 0.9847, MCC 0.9776, and ROC-AUC 0.999, while PIPES-M (150M parameters, EsmForSequenceClassification) reached F1 0.9666, MCC 0.9514, and ROC-AUC 0.9931. Both held F1 above 0.94 across length bins and at 30–40% pairwise sequence identity, and exceeded 0.95 AUROC on an out-of-distribution set of longer inhibitors and non-inhibitor kinases, DNA-binding proteins, and endopeptidases.

StructAE is a PyOD deep autoencoder with Optuna-tuned bottleneck width, activation, learning rate, and dropout, trained as a one-class inlier model on structure-level embeddings computed by the RCSB embedding model, which aggregates residue embeddings from ESM-3. Inputs are truncated to the first 250 N-terminal residues, matching the training length range.

#Applications

Applied to the soil-borne fungal pathogen Macrophomina phaseolina, the pipeline narrowed 13,804 predicted proteins to 1,837 secreted proteins, 640 SSPs of ≤250 residues, and 437 lacking any Pfam annotation. Level 1 retained 218 candidates, Level 2 retained 208, and Level 3 identified 112 with apoplastic or dual localisation. AlphaFold-Multimer screening of those 112 against five soybean cysteine and six serine proteases yielded 43 that formed high-confidence complexes (confidence ≥ 0.70), most contacting the protease catalytic site through a characteristic loop, against 9 hits from a 43-SSP negative control set.

#Impact

PINPOINT addresses a specific and underserved gap in plant-microbe interaction research: the effectors that homology search cannot see. Its practical value is as a pre-filter that shrinks the candidate pool before multimer screening, which is the rate-limiting step in this kind of work. Weights for both classifiers and StructAE are on Hugging Face under CreativeML OpenRAIL-M, the AlphaFold-Multimer screening outputs are on Zenodo under CC BY 4.0, and the notebooks are on GitHub, though the repository carries no license file. Validation to date is computational rather than biochemical, and the authors note that StructAE may reject genuinely novel inhibitor folds absent from its MEROPS training distribution.

Citation

PINPOINT: Protease INhibitor PredictiOn at the plant–pathogen INTerface using protein language models and structural modeling

Sivaramakrishnan, M. & Chandrasekar, B. (2026) PINPOINT: Protease INhibitor PredictiOn at the plant–pathogen INTerface using protein language models and structural modeling. bioRxiv.

DOI: 10.64898/2026.07.05.736646

Recent citations

Papers that recently cited this model.

Not enough citation data yet.

Top citations

The most-cited papers that cite this model.

Not enough citation data yet.

Where to run PINPOINT

Providers that host PINPOINT for inference, fine-tuning, or weight download.

No providers recorded yet. Browse all providers

Related models

Models with similar goals, methods, or subject matter.

  • PLM-ICE

    Michigan Technological University / The Ohio State University / Rochester Institute of Technology

    Ice-binding protein classifiers over frozen ESM-2 embeddings, separating antifreeze from ice-nucleation proteins across bacterial proteomes.

    Protein
  • Ptarmigan-1

    Talus Bioscience

    Structure-free virtual screening model co-embedding protein residues and small molecules from sequence and 2D chemistry, scoring a compound in 10 ms.

    ProteinSmall molecule
  • InstructPro

    Carnegie Mellon University / Lambda

    Ligand-binding protein design driven by a natural-language function description plus a ligand SMILES string, in 1B and 3B parameter variants.

    ProteinSmall molecule
  • Squidly

    Caltech / University of Queensland / Aithyra

    Catalytic residue prediction from enzyme sequence alone, pairing frozen ESM2 embeddings with contrastive learning. Reaches F1 0.86 on Uni3175.

    Protein
  • mamp-ml

    UC Berkeley / University of California, Davis

    Plant immune receptor-ligand classifier that scores MAMP epitope immunogenicity from sequence, reaching 73% accuracy on a held-out test set.

    Protein

Citations

Total Citations0
Influential0
References0

GitHub

Stars0
Forks0
Open Issues0
Contributors1
Last Push6mo ago

HuggingFace

Downloads6
Likes0
Last Modified6mo ago

Fields of citing research

Not enough data

Openness

bio.rodeo opennessClosed · low usability and reproducibility
51Partial
Usability — can I run it?47
Reproducibility — can I retrain it?33

Tags

autoencoderprotein_function_predictionproteomicstransfer_learningtransformer

Resources

GitHub RepositoryResearch PaperHuggingFace ModelHuggingFace ModelDataset