Cryo-EM foundation model pre-trained on 65 million particle images, enabling zero-shot classification, pose clustering, and quality assessment.
Cryo-IEF (Cryo-EM Image Evaluation Foundation) is a discriminative foundation model for cryo-electron microscopy (cryo-EM) image processing, developed at Westlake University. Pre-trained on approximately 65 million single-particle images by unsupervised contrastive learning, it yields general-purpose visual representations that transfer to downstream processing tasks without labeled data. A bioRxiv preprint in November 2024 preceded publication in Nature Methods in 2025.
Cryo-EM resolves macromolecular structures at near-atomic resolution, but processing the raw data remains expert-intensive. Key bottlenecks are separating real particles from contamination, clustering particles by viewing angle to overcome preferred orientation, and assessing image quality at scale. Cryo-IEF addresses all three with a single pre-trained visual encoder, reducing the need for task-specific labeled datasets and domain expertise.
The same encoder underpins two downstream systems in the paper. CryoWizard is a fully automated pipeline running raw micrographs through to a 3D reconstruction; pairing Cryo-IEF features with K-Means++ pose clustering, it performs angular subsampling that mitigates preferred orientation. CryoSolver carries the encoder into structure determination itself, dropping it frozen into the CryoDRGN-AI heterogeneous-reconstruction framework in place of that framework's trainable encoder.
Cryo-IEF uses a Vision Transformer (ViT) as its backbone encoder. Pre-training follows a contrastive framework analogous to MoCo v3: each particle image is independently augmented twice, the two views are encoded by parallel online and momentum encoders, and the objective pulls those views together while pushing apart representations of distinct particles. Augmentations include random cropping, color jittering, Gaussian blurring, solarization, and rotation, the last because particle orientations are arbitrary.
The pre-training corpus comprises approximately 65 million single-particle images from publicly deposited datasets, primarily EMPIAR (the Electron Microscopy Public Image Archive). CryoWizard, the automated pipeline built on a fine-tuned Cryo-IEF, improves markedly on preferred-orientation datasets: on EMPIAR-10217 the conical FSC anisotropy ratio (cFAR) rose from 0.01 under manual processing to 0.74 at 2.37 A resolution, and on EMPIAR-10096 from 0.03 to 0.34 at 2.78 A — angular diversity conventional workflows routinely miss. The released checkpoints extend past the published run: alongside the paper's ViT-Base backbone (cryo_ief_v1_vit_b), HuggingFace serves a ViT-Small backbone retrained on roughly 134 million particle images (cryo_ief_v1.5_vit_s), the DECO_ief_vit_s CryoDECO encoder, and two later CryoRanker heads. Only the ViT-Base run carries a published evaluation.
CryoSolver, the paper's heterogeneous-reconstruction experiment, substitutes the frozen Cryo-IEF encoder for CryoDRGN-AI's trainable encoder, leaving that framework's structure decoder — three hidden residual layers of 256 units with ReLU activations — unchanged, along with its hierarchical pose search over 500,000 particles and 100 epochs of stochastic gradient descent. Its benchmark is a resampled CryoBench Ribosembly stack of four structures in skewed proportions (8C99 62.32%, 8C93 16.82%, 8C9C 12.75%, 8C8X 8.11%). Randomly initialized features collapse onto the majority structure; Cryo-IEF features cluster cleanly and let the decoder recover all four ground-truth maps. CryoSolver was never released as runnable code, and its reconstruction outputs are deposited on Zenodo alongside CryoWizard's.
Cryo-IEF serves structural biologists and cryo-EM facility staff processing large datasets. Zero-shot classification is most valuable early in a project, where screening for multiple protein species or contamination informs downstream decisions without new labeling. For samples with preferred orientation — pervasive among proteins that adsorb asymmetrically to the air-water interface — CryoWizard's pose clustering replaces manual intervention or specialized grid chemistry. Quality-based curation scales to millions of picks, and the same embeddings feed heterogeneity analysis when a sample contains several assembly states.
Cryo-IEF is a step toward fully automated cryo-EM data processing: one foundation model serving quality control, data organization, and heterogeneity tasks that historically required separate, hand-tuned algorithms. Limitations temper its scope. The model and CryoWizard are validated exclusively on single-particle cryo-EM, leaving cryo-electron tomography and subtomogram averaging unaddressed, and the CryoSolver result rests on one simulated benchmark. Automated pipelines also underperform on very small proteins, highly flexible complexes, or extreme preferred orientation, and the pre-training corpus is skewed toward complexes well represented in public archives. Checkpoints are downloadable from HuggingFace at westlake-repl/Cryo-IEF under terms permitting academic research only and prohibiting commercial use without explicit permission; the encoder and its inference scripts are MIT-licensed on GitHub, and CryoWizard ships from its own repository.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.