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 modelTermsPrivacyContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
models / protein / igseek
Protein
Mohamed bin Zayed University of Artificial IntelligenceTencent AI LabChinese University of Hong KongBeijing Institute of TechnologyReleased February 2025

IgSeek

Antibody and TCR CDR sequence design by structure retrieval, matching query loops against solved CDR structures rather than generating residues.

The short version

  • —Designs CDR loops for antibodies and T-cell receptors from backbone geometry alone
  • —Retrieves real solved CDRs instead of sampling residues, so outputs stay in natural space
  • —An equivariant GNN embeds each loop once, turning design into a vector-database lookup
  • —Transfers to T-cell receptor loops with no retraining on TCR data
23Openness

Where to run it

No providers recorded yet. Browse all providers

The standard recipe for structure-based protein design is to generate a backbone with a diffusion model and then run inverse folding to infer a sequence that folds into it. That recipe breaks down on antibody complementarity-determining regions. CDRs — and CDR-H3 above all — are hypervariable loops with little of the regular secondary structure that inverse-folding models rely on, and sequence inference on them frequently hallucinates residues that produce non-functional antibodies.

IgSeek, from MBZUAI with Tencent AI Lab, the Chinese University of Hong Kong, and Beijing Institute of Technology, replaces generation with retrieval. A multi-channel equivariant graph neural network (MEGNN) encodes CDR backbone geometry into a fixed-length vector, and every solved CDR loop in a natural antibody database is embedded once into a searchable index. To design a sequence for a new loop, IgSeek embeds the query, retrieves its nearest structural neighbors, aligns their sequences, and samples each position from the resulting residue distribution. The design is therefore assembled from structurally conserved motifs that nature has already validated, rather than sampled from a learned generative distribution.

The approach sits deliberately outside the ProteinMPNN lineage of inverse-folding models, and it complements rather than replaces backbone generators: the paper pairs IgSeek with backbones from RFdiffusion and dyMEAN to show that a better structure hypothesis yields a better retrieved sequence.

#Key Features

  • Retrieval instead of generation: Sequences come from real solved CDRs with similar geometry, which keeps designs inside the space of loops that fold and function.
  • Equivariant structural encoder: The MEGNN represents each residue by its four backbone atoms and updates node features and multi-channel coordinates across layers while preserving E(3) equivariance, so the embedding is pose-independent.
  • One index, many queries: Because the database is embedded once, design reduces to a vector lookup, and no model retraining is needed for a new target.
  • Optional geometric re-ranking: An IgSeek+Kabsch variant re-scores top retrievals by RMSD until ten hits under 1 Å are found, which raises accuracy across all six CDR types.
  • Cross-receptor generalization: The same trained encoder is applied to T-cell receptor loops without any TCR-specific training.

#Technical Details

The CDR vector database is built from 24,479 solved CDR loops deposited in SAbDab before 1 January 2024. Evaluation uses 4,449 loops released between 3 January and 29 May 2024 as a held-out test set, 5,111 TCR loops from STCRDab, and 5,000 predicted CDR-H3 loops from OAS for timing. For a query, the ten nearest neighbors of matching length are retrieved, their sequences aligned, and a per-position residue distribution sampled. Measured by average amino acid recovery, IgSeek improves on ProteinMPNN, ESM-IF1, AbMPNN, and AntiFold by at least 2.9% on light-chain CDRs and is comparable to the best baselines on heavy-chain loops; IgSeek+Kabsch beats every baseline on all six CDR types, with its largest margin on the hypervariable CDR-H3. On STCRDab it leads by at least 30% on both chain A and chain B loops with no retraining. Retrieval is 2.6× faster than FoldSeek at equal accuracy, and end-to-end inference is at least 20× faster than the design baselines.

#Applications

IgSeek suits antibody and TCR engineering workflows that already produce candidate loop backbones — from a structure predictor, a diffusion generator, or a crystal structure — and need sequences that are likely to express and bind. Its speed makes it practical for high-throughput campaigns where thousands of backbone hypotheses must each be converted to sequence, and its retrieval outputs carry a natural provenance: every design can be traced to the solved structures it was assembled from, which is useful when triaging candidates for synthesis.

#Impact

IgSeek reframes CDR design as a database problem, and in doing so offers a concrete answer to inverse-folding hallucination on hypervariable loops: constrain the output to sequences that have been observed on similar geometry. The transfer to T-cell receptors without retraining is the strongest evidence that the learned structural embedding captures loop geometry rather than antibody-specific sequence statistics. The main limitations are inherent to retrieval — coverage is bounded by what SAbDab contains, so genuinely novel loop conformations have no close neighbor to draw from — and no code, weights, or prebuilt index have been publicly released. The preprint has not been peer reviewed.

At a glance

Released
February 2025
Category
Protein
Organizations
Mohamed bin Zayed University of Artificial Intelligence / Tencent AI Lab / Chinese University of Hong Kong / Beijing Institute of Technology

Links

arXiv Preprint

Tags

antibodygraph_neural_networkinverse_foldingrepresentation_learningself_supervisedsequence_design

Something wrong?

Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.