bio.rodeo
ModelsOrganizationsLeaderboardAboutSign 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.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Protein foundation models
Protein

EquiFold

Prescient Design / Genentech

Protein structure prediction model pairing SE(3)-equivariant networks with a coarse-grained representation to fold sequences fast, without MSA inputs.

Released: October 2022

Accurate protein structure prediction is a cornerstone capability for modern computational biology and drug discovery, but the dominant approaches — led by AlphaFold 2 and RoseTTAFold — impose computational costs that limit their use in high-throughput workflows. Both systems depend on generating and processing multiple sequence alignments (MSAs) and often leverage pre-computed protein language model embeddings, making each prediction a multi-minute to multi-hour operation even on modern GPU hardware. For applications such as protein design, where a researcher may need to evaluate tens of thousands of candidate sequences, this latency creates a practical bottleneck that prevents structure-informed design from being integrated into iterative optimization loops.

EquiFold, developed by researchers at Prescient Design (Genentech), addresses this bottleneck through two complementary innovations. First, it introduces a novel coarse-grained structure representation that dramatically reduces the computational cost of representing and processing protein geometry. Second, it applies SE(3)-equivariant neural network operations — computations that are guaranteed to produce physically consistent outputs regardless of how the input structure is rotated or translated in three-dimensional space — directly to this reduced representation, enabling end-to-end differentiable all-atom structure prediction without the MSA preprocessing step. The result is a model that achieves accuracy comparable to AlphaFold 2 on standard benchmarks while running orders of magnitude faster, making it practical to integrate structure prediction as an inline component in protein design pipelines.

Released as a bioRxiv preprint in October 2022, EquiFold was developed by Jae Hyeon Lee, Payman Yadollahpour, Andrew Watkins, Nathan C. Frey, Andrew Leaver-Fay, Stephen Ra, Kyunghyun Cho, Vladimir Gligorijević, Aviv Regev, and Richard Bonneau. The model's architecture is substantially smaller than AlphaFold 2, whose 93 million parameters are concentrated in the Evoformer's MSA processing stack. By eliminating the MSA requirement entirely and replacing it with a geometrically informed coarse-grained representation, EquiFold achieves a compelling speed-accuracy trade-off that positions it as the preferred choice for structure-intensive design applications where prediction throughput matters as much as absolute accuracy.

#Key Features

  • No MSA requirement: EquiFold predicts structure directly from a single protein sequence without computing or processing multiple sequence alignments, eliminating the most computationally expensive preprocessing step in state-of-the-art structure prediction systems and enabling predictions in seconds rather than minutes.
  • Novel coarse-grained representation: The model represents protein structure using a compact set of geometrically defined anchor points per residue rather than explicit per-atom coordinates, reducing the dimensionality of the structure representation while retaining the geometric information necessary for accurate all-atom prediction.
  • SE(3)-equivariant processing: All geometric operations in EquiFold are equivariant to rotations and translations in three-dimensional space, meaning the model produces the same all-atom coordinates regardless of how the input sequence is oriented. This physical consistency is enforced by the architecture rather than learned from data, improving generalization and sample efficiency.
  • End-to-end differentiable: EquiFold is fully differentiable from sequence input to all-atom coordinates, allowing it to be embedded as a sub-component within larger neural network architectures for property prediction or design optimization, where gradients need to flow through the structure prediction step.
  • Orders-of-magnitude speedup: In preliminary benchmarks, EquiFold runs substantially faster than AlphaFold 2 at comparable accuracy, with the exact speedup depending on sequence length and hardware, but consistently placing it in a regime suitable for high-throughput structure evaluation of large protein libraries.
  • Substantially smaller model size: EquiFold's architecture is considerably more compact than AlphaFold 2 and RoseTTAFold, requiring less GPU memory and enabling inference on hardware that would be insufficient for the larger systems, important for deployment in resource-constrained environments.

#Technical Details

EquiFold's architecture begins with a sequence encoder that produces per-residue embeddings from the input amino acid sequence. These embeddings, combined with positional information, are used to initialize a coarse-grained structure representation in which each residue is associated with a small set of geometrically defined frames rather than a full set of atomic coordinates. This coarse-grained representation is processed by a series of SE(3)-equivariant graph neural network layers, where edges connect residues within a spatial cutoff distance and messages are passed between residues using operations that respect the rotational and translational symmetry of three-dimensional space. The network iteratively refines the positions and orientations of the coarse-grained frames through multiple rounds of message passing, gradually converging on a self-consistent geometric configuration.

After the coarse-grained structure converges, a lightweight all-atom reconstruction module maps the refined frames back to explicit atomic coordinates by predicting backbone and side-chain torsion angles, producing a complete all-atom protein structure suitable for direct use in downstream applications. The model does not use protein language model embeddings as input — a deliberate design choice that avoids both the computational cost of running a language model and any potential distributional mismatch between language model training data and the structure prediction task. The absence of MSA inputs means that EquiFold relies entirely on the geometric inductive biases of SE(3)-equivariant operations and the sequence-to-structure information encoded in the training dataset.

Training data was drawn from the Protein Data Bank (PDB), following standard practices for structure prediction model training. Benchmark evaluations on CAMEO and CASP targets demonstrated that EquiFold achieves accuracy comparable to AlphaFold 2 on many protein families, with the largest accuracy gaps appearing on proteins where MSA depth provides critical co-evolutionary information. The model excels on globular proteins and antibody structures, where the coarse-grained representation captures the essential geometry without loss of accuracy, and where the speed advantage is most valuable given the high throughput requirements of antibody design campaigns.

#Applications

EquiFold's primary use case is high-throughput structure prediction in protein design workflows, where a design algorithm generates large numbers of candidate sequences that need to be filtered by predicted structural quality, stability, or target-binding pose. In computational antibody design, for example, a genetic algorithm or Monte Carlo sampler might generate thousands of CDR sequences per hour; EquiFold can evaluate the predicted structure of each candidate in seconds, enabling real-time structural filtering. The model is also valuable for protein property prediction tasks where structural features are better predictors than sequence features alone: by running EquiFold on all variants in a dataset, researchers can extract structural embeddings or compute geometric descriptors that serve as inputs to downstream predictors of solubility, thermostability, or aggregation propensity. Because EquiFold is end-to-end differentiable, it can be chained with a property predictor and optimized jointly through gradient-based sequence design, a modality that is not accessible with non-differentiable structure prediction tools. Researchers building protein-protein docking workflows also benefit from EquiFold's speed when predicting receptor structures for use as rigid docking targets against large numbers of designed binders.

#Impact

EquiFold established that the MSA preprocessing step — widely assumed to be essential for competitive structure prediction accuracy — could be eliminated without catastrophic accuracy loss if the architecture incorporated sufficient geometric inductive biases. This result was influential in the subsequent development of MSA-free structure prediction methods and contributed to a broader recognition that co-evolutionary information, while valuable, is not strictly necessary when the model architecture is designed to maximize its use of sequence-to-structure relationships. The model's differentiability and speed have made it a practical tool for structure-in-the-loop protein design, a modality that was theoretically attractive but computationally impractical before EquiFold's release. A key limitation is that accuracy on sequences with distant homologs — where MSA depth provides irreplaceable co-evolutionary signal — lags behind AlphaFold 2, and the model may not generalize as well to novel fold families that are underrepresented in the PDB training set. The coarse-grained representation also introduces a small accuracy penalty on very precise side-chain placement tasks compared to models that operate directly on full atomic coordinates.

Citation

EquiFold: Protein Structure Prediction with a Novel Coarse-Grained Structure Representation

Preprint

Lee, J. H., et al. (2023) EquiFold: Protein Structure Prediction with a Novel Coarse-Grained Structure Representation. bioRxiv.

DOI: 10.1101/2022.10.07.511322

Recent citations

Papers that recently cited this model.

  • IgGM2: An All-Atom Foundation Model for Adaptive Immune Receptor Design

    Jian Ma, Fandi Wu, Lin Yao, et al.

    bioRxiv · Jul 2026

    0
  • Small but Mighty: smaller protein language models outperform larger models for antibody thermostability prediction

    Rudrasis Chakraborty, Jacob F. Pettit, Mary Silva, et al.

    Machine Learning: Health · Jun 2026

    0
  • Bioinformatics-Driven, Plant-Based Antibiotic Research Against Quorum Sensing and Biofilm Formation in Pseudomonas aeruginosa and Escherichia coli Multiresistant Microbes

    Serena Rosignoli, Elisa Lustrino, Olga Shevchuk, et al.

    Biomolecules · Jan 2026

    3

Top citations

The most-cited papers that cite this model.

  • EquiformerV2: Improved Equivariant Transformer for Scaling to Higher-Degree Representations

    Yidong Liao, Brandon Wood, Abhishek Das, et al.

    International Conference on Learning Representations · Jun 2023

    338
  • ImmuneBuilder: Deep-Learning models for predicting the structures of immune proteins

    Brennan Abanades, W. K. Wong, Fergus Boyles, et al.

    bioRxiv · Dec 2022

    257
  • Modeling conformational states of proteins with AlphaFold.

    D. Sala, F. Engelberger, H. Mchaourab, et al.

    Current Opinion in Structural Biology · Jun 2023

    153
  • Computational and artificial intelligence-based methods for antibody development.

    Jisun Kim, M. McFee, Qiao Fang, et al.

    TIPS - Trends in Pharmacological Sciences · Jan 2023

    141
  • AbDiffuser: Full-Atom Generation of In-Vitro Functioning Antibodies

    Karolis Martinkus, J. Ludwiczak, Kyunghyun Cho, et al.

    Neural Information Processing Systems · Jul 2023

    72

Related models

Models with similar goals, methods, or subject matter.

  • OpenFold

    Aqlaboratory

    Trainable, open-source reimplementation of AlphaFold2 for protein structure prediction that matches its accuracy and runs 3-5x faster.

    Protein
  • ESMFold2

    Biohub

    Structure-prediction and design engine that turns ESMC sequence representations into all-atom 3D structures of proteins and biomolecular complexes.

    Protein
  • OpenFold3

    Aqlaboratory / Lawrence Livermore National Laboratory / Seoul National University

    Open-source Apache-2.0 reproduction of AlphaFold3 that predicts all-atom structures of proteins, RNA, DNA, small molecules, and their complexes.

    ProteinRNASmall molecule
  • TDFold

    Beijing Normal University

    Single-sequence protein structure predictor that adapts image diffusion to generate 2D inter-residue templates, folding proteins without an MSA.

    Protein
  • FoldMatch

    RCSB Protein Data Bank / University of California, San Diego

    Protein structure embedding model that compresses each 3D fold into a single fixed-length vector for proteome-wide similarity search and clustering.

    Protein
  • FoldVision

    Heinrich Heine University Düsseldorf

    Structure-based protein encoder that voxelizes every heavy atom into a 3D grid, learning orientation-robust representations for protein function.

    Protein
  • ConforFold

    Washington University in St. Louis

    Protein conformational sampling framework that steers a retrained OpenFold with diverse secondary-structure predictions to recover alternative states.

    Protein
  • Stoic

    University of Basel

    Predicts protein complex stoichiometry from amino acid sequence alone, ranking copy numbers in seconds and exporting AlphaFold3-ready JSON files.

    Protein

Citations

Total Citations52
Influential3
References42

GitHub

Stars129
Forks18
Open Issues2
Contributors2
Last Push3y ago
LanguagePython
LicenseApache-2.0

Fields of citing research

  • Computer Science94%
  • Biology75%
  • Medicine45%
  • Chemistry12%
  • Materials Science6%
  • Physics6%
  • Mathematics6%
  • Engineering4%

Share of papers citing this model.

Openness

bio.rodeo opennessOpen weights · open weights, closed recipe
46Partial
Usability — can I run it?87
Reproducibility — can I retrain it?0
open weights, closed recipenot reproducible
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

graph_neural_networkprotein_designproteomicsself_supervisedstructure_predictiontransfer_learningtransformer

Resources

GitHub RepositoryResearch Paper