bio.rodeo
ModelsOrganizationsLeaderboardAbout
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

MiAE (Masked Invariant Autoencoders)

ETH Zurich

SE(3)-invariant masked autoencoder that learns protein fold representations from AlphaFold-DB structures, supporting zero-shot fold classification.

Released: May 2026
Parameters: 339 Million

MiAE (Masked Invariant Autoencoders) is a self-supervised framework for learning representations of protein structure, introduced by Dexiong Chen, Andrei Manolache, Mathias Niepert, and Karsten Borgwardt of the Borgwardt Lab at ETH Zurich in the paper "Protein Fold Classification at Scale: Benchmarking and Pretraining" (arXiv:2605.18552, ICML 2026 Spotlight). The model addresses a core scalability problem in structural biology: with hundreds of millions of predicted structures now available, classifying proteins into their evolutionary folds requires representation learning methods that generalize beyond small, curated training sets.

The central idea is to pretrain an SE(3)-invariant encoder by reconstructing backbone geometry from heavily masked inputs, then reuse the resulting fixed checkpoints as feature extractors for downstream fold classification. Because the encoder is invariant to global rotations and translations, it learns geometry-aware embeddings that transfer well without per-task retraining. The authors release MiAE alongside TEDBench, a companion large-scale, non-redundant benchmark for protein fold classification.

A notable finding is that frozen MiAE features, used in a zero-shot or frozen-feature setting, outperform supervised baselines and prior state-of-the-art methods on TEDBench and on a CATH v4.4 transfer set spanning 965 CATH topology classes — demonstrating that self-supervised structural pretraining yields representations strong enough to compete with task-specific supervised models.

#Key Features

  • SE(3)-invariant encoding: The encoder is invariant to rotation and translation of input coordinates, so learned embeddings reflect intrinsic fold geometry rather than arbitrary spatial pose.
  • High-ratio masked autoencoding: Pretraining masks up to 90% of backbone frames and reconstructs full coordinates from latent tokens and mask tokens, forcing the model to capture long-range structural dependencies.
  • Frozen-feature fold classification: Fixed pretrained checkpoints serve directly as feature extractors, beating supervised baselines without any task-specific fine-tuning.
  • Four size variants: MiAE-S (29M), MiAE-B (102M), MiAE-B+seq (102M, adds sequence inputs), and MiAE-L (339M) span a range of compute budgets, with fine-tuned fold-classifier variants also released.
  • Open weights and inference API: All checkpoints are on HuggingFace and loadable via tedbench.load_model("miae-b"), with code released under a BSD-3-Clause license.

#Technical Details

MiAE pairs an SE(3)-invariant transformer encoder with a lightweight decoder that reconstructs backbone N/Cα/C coordinates. The four variants scale from 6 layers, 512 hidden dim, 8 heads (MiAE-S, 29M) through 12 layers, 768 hidden dim, 12 heads (MiAE-B/MiAE-B+seq, 102M) to 24 layers, 1,024 hidden dim, 16 heads (MiAE-L, 339M); the B+seq variant additionally conditions on amino-acid sequence. Pretraining uses ~369,740 AlphaFold-DB structures (Foldseek-clustered, pLDDT-filtered), with 46,217 validation and 46,218 test structures. The downstream task is classification over 965 CATH topology (T-level) classes, with an external transfer set of 27,638 experimental structures from CATH v4.4. Across these benchmarks, frozen MiAE features exceed both supervised counterparts and existing structure-representation baselines.

#Applications

MiAE is aimed at researchers performing large-scale structural bioinformatics: annotating the fold of newly predicted or experimentally solved structures, clustering structural space, detecting remote homologs, and curating non-redundant structural datasets. Because frozen embeddings work without fine-tuning, the model is practical as a drop-in feature extractor for proteome-scale pipelines, while the fine-tuned classifier variants serve users who want an off-the-shelf fold predictor. The TEDBench benchmark itself provides a standardized, leakage-controlled evaluation for groups developing competing structure-representation methods.

#Impact

By showing that self-supervised, geometry-invariant pretraining produces frozen features that outpace supervised fold classifiers at the scale of the AlphaFold Database, MiAE offers a strong recipe for structural representation learning in the post-AlphaFold era. The paired release of open weights across four sizes, a simple inference API, BSD-3-Clause code, and a rigorously deduplicated benchmark (TEDBench) lowers the barrier for reproducible fold-classification research. Its ICML 2026 Spotlight selection reflects the field's interest in scalable, transferable structural embeddings; as with any AlphaFold-DB-pretrained model, performance on highly novel or low-confidence structures should be validated against experimental references.

Citation

Protein Fold Classification at Scale: Benchmarking and Pretraining

Preprint

Chen, D., et al. (2026) Protein Fold Classification at Scale: Benchmarking and Pretraining.

DOI: 10.48550/arXiv.2605.18552

Recent citations

Papers that recently cited this model.

  • Traditional machine learning vs. deep learning from dynamic graph representations of proteins'3D folds in the task of protein structure classification

    Aydin Wells, Francis Gatsi, Aaron Striegel, et al.

    May 2026

    0

Top citations

The most-cited papers that cite this model.

  • Traditional machine learning vs. deep learning from dynamic graph representations of proteins'3D folds in the task of protein structure classification

    Aydin Wells, Francis Gatsi, Aaron Striegel, et al.

    May 2026

    0

Related models

Models with similar goals, methods, or subject matter.

  • ProteinAE

    Chinese University of Hong Kong / Tencent AI Lab / Shanghai Jiao Tong University

    Protein structure autoencoder compressing backbone coordinates into a latent space, paired with a latent diffusion model for generative design.

    Protein
  • MaskedProteinEnT

    GrayLab

    Structure-conditioned graph transformer trained with masked language modeling to learn residue encodings for inverse folding and antibody design.

    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.

    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
  • MAE3D-OpenCell

    Helmholtz Munich

    Self-supervised 3D masked autoencoder for volumetric fluorescence microscopy, aligned to ESM2 embeddings to predict protein localization.

    ImagingSingle-cell
  • SLAE

    Stanford University

    All-atom protein representation model that learns from each residue's strictly local atomic neighborhood, capturing side-chain geometry and chemistry.

    Protein

Citations

Total Citations0
Influential0
References4

GitHub

Stars12
Forks0
Open Issues1
Contributors2
Last Push1mo ago
LanguagePython
LicenseBSD-3-Clause

HuggingFace

Downloads10
Likes0
Last Modified2mo ago
Pipelinegraph-ml

Fields of citing research

  • Biology100%
  • Computer Science100%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
78Open
Usability — can I run it?87
Reproducibility — can I retrain it?85
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

autoencoderfold_classificationfoundation_modelproteomicsrepresentation_learningself_supervisedstructure_predictiontransformer

Resources

GitHub RepositoryResearch PaperHuggingFace ModelDataset