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
Single-cell foundation models
Single-cell

UCE

Stanford University

Single-cell foundation model producing species-agnostic cell embeddings by representing genes through frozen ESM-2 protein language model embeddings.

Released: November 2023
Parameters: 650 Million

UCE (Universal Cell Embeddings) is a 650-million parameter transformer foundation model for single-cell biology, developed by the Snap Lab (Jure Leskovec group) at Stanford University in collaboration with the Tabula Sapiens Consortium and Stephen Quake's lab. Released in late 2023, it addresses a fundamental challenge in single-cell genomics: how to compare and integrate cells across datasets, tissues, and species when gene nomenclature, sequencing protocols, and biological contexts all vary.

The core insight behind UCE is to represent genes not as learned vocabulary tokens tied to a particular organism, but through frozen ESM-2 protein language model embeddings of their protein products. Because ESM-2 encodes evolutionary information that is conserved across species, this design makes UCE inherently species-agnostic. A cell from a zebrafish and a cell from a human can be embedded into the same latent space without any organism-specific retraining.

UCE was trained in a fully self-supervised manner on the Integrated Mega-scale Atlas — 36 million cells drawn from more than 300 datasets spanning eight species. No cell type labels or data annotations were used during training. Despite this, the resulting embedding space exhibits emergent biological structure: developmental lineages, tissue hierarchies, and cell type relationships emerge without being explicitly taught.

#Key Features

  • Zero-shot generalization: New cells from any organism can be mapped into UCE's embedding space without additional training, fine-tuning, or labeled reference data.
  • Species-agnostic gene representation: Gene identity is encoded through frozen ESM-2 protein embeddings, decoupling the model from species-specific gene names and genome annotations.
  • Massive training scale: Trained on 36 million cells from more than 300 datasets, covering eight species and more than 1,000 uniquely named cell types.
  • Emergent biological structure: The embedding space captures developmental lineages, tissue organization, and cell type hierarchies without explicit supervision on these relationships.
  • Chromosomal positional encoding: Genes are ordered by chromosomal position using special chromosome-level tokens, preserving genomic context during inference.
  • Two model scales: A full 33-layer 650M parameter model and a lightweight 4-layer variant are available, enabling deployment across a range of computational environments.

#Technical Details

UCE is a 33-layer transformer with an embedding dimension of 1,280. At inference time, 1,024 genes are sampled per cell with replacement, weighted by expression level, and arranged by chromosomal position. Frozen ESM-2 protein embeddings (dimension 5,120) serve as fixed gene representations, providing an evolutionarily informed starting point that the transformer then contextualizes within the cell's expression profile. The transformer produces a single cell-level embedding from this ordered gene sequence.

Training used a self-supervised masked gene prediction objective: 20% of expressed genes are masked, and the model is trained to predict their expression status via binary cross-entropy loss that combines the cell embedding with the protein representation of the masked gene. The 650M model was trained for 40 days on 24 NVIDIA A100 80GB GPUs.

On the Tabula Sapiens v2 benchmark, UCE outperformed Geneformer by 9.0% overall, 10.6% on biological conservation, and 7.4% on batch correction in a zero-shot setting. On the Single-Cell Integration Benchmark, it exceeded the next-best method by 13.9% overall, with gains of 16.2% on biological conservation and 10.1% on batch correction.

#Applications

UCE is well suited for tasks where labeled reference data is scarce or where cross-dataset comparability is required. Cell type annotation workflows benefit from the model's ability to map newly sequenced cells to known types without requiring a labeled training set. Cross-species studies can embed cells from multiple organisms into a shared space to identify conserved or divergent cell states. Large-scale atlas integration projects can merge heterogeneous datasets from different labs, protocols, and species without retraining for each new dataset. The structured embedding space also supports novel cell type discovery by identifying unknown populations through proximity to annotated neighbors, and hypothesis generation around developmental relationships or tissue hierarchies.

#Impact

UCE was released alongside the Chan Zuckerberg Initiative's Virtual Cells Platform, which provides a managed interface for embedding new datasets without local infrastructure. Model weights for both the 33-layer and 4-layer variants are publicly available via Figshare and downloaded automatically by the official GitHub repository. The model represents a significant step toward a truly universal representation of cell state, one that is not bound to a single organism or experimental protocol. Key limitations include reliance on protein annotations — genes without annotated protein products, such as many non-coding RNA genes, cannot be directly represented — and restriction to scRNA-seq data, with no native support for ATAC-seq, spatial transcriptomics, or other modalities. The full 650M model also requires substantial GPU memory (80GB recommended), though the 4-layer variant addresses resource-constrained settings.

Citation

Universal Cell Embeddings: A Foundation Model for Cell Biology

Preprint

Rosen, Y., et al. (2024) Universal Cell Embeddings: A Foundation Model for Cell Biology. bioRxiv.

DOI: 10.1101/2023.11.28.568918

Recent citations

Papers that recently cited this model.

  • Synthesizing Mechanistic Hypotheses from Single-Cell Omics via Discretized Feature Attribution and Empirical Language Model Grounding

    J. Chen, Yunqi Hong, Alexandra Bermudez, et al.

    bioRxiv · Jul 2026

    0
  • Unbalanced Perturbation Dynamics For Cell Fate Design

    Qiangwei Peng, Yuchuan Wang, Jianzhen Li, et al.

    bioRxiv · Jul 2026

    0
  • Raw-count embeddings improve single-cell foundation models

    Sebastian Schlede, Thulasi Priyadharshini Muruganandan, Santhosh Gojjam Kantharaju, et al.

    bioRxiv · Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • Profiling cell identity and tissue architecture with single-cell and spatial transcriptomics

    G. Gulati, J. P. D'Silva, Yunhe Liu, et al.

    Nature reviews. Molecular cell biology · Aug 2024

    186
  • How to build the virtual cell with artificial intelligence: Priorities and opportunities

    Charlotte Bunne, Yusuf H. Roohani, Yanay Rosen, et al.

    Cell · Dec 2024

    150
  • How to Build the Virtual Cell with Artificial Intelligence: Priorities and Opportunities

    Charlotte Bunne, Yusuf H. Roohani, Yanay Rosen, et al.

    arXiv.org · Sep 2024

    144
  • Transformers in single-cell omics: a review and new perspectives

    Artur Szałata, Karin Hrovatin, Sören Becker, et al.

    Nature Methods · Aug 2024

    141Influential
  • Foundation Model for Advancing Healthcare: Challenges, Opportunities and Future Directions

    Yuting He, Fuxiang Huang, Xinrui Jiang, et al.

    IEEE Reviews in Biomedical Engineering · Apr 2024

    134Influential

Related models

Models with similar goals, methods, or subject matter.

  • scVI (CELLxGENE Census)

    Chan Zuckerberg Initiative

    Variational autoencoder pretrained on 74 million human single-cell transcriptomes from the CELLxGENE Census for batch correction and cell typing.

    Single-cell
  • TranscriptFormer

    Chan Zuckerberg Initiative

    Generative single-cell foundation model trained on 112 million cells from 12 species, autoregressively modeling gene identities and expression counts.

    Single-cell
  • OmniCell

    BGI Research

    Transcriptomic foundation model pretrained on 67M single-cell and spatial profiles, modeling gene expression and inter-cellular dependencies.

    Single-cellSpatial omics
  • CellFM

    Sun Yat-sen University

    Single-cell foundation model with 800M parameters trained on ~100 million human cells, for annotation, perturbation prediction, and gene analysis.

    Single-cell
  • scConcept

    Theis Lab / Helmholtz Munich

    Single-cell foundation model learning technology-agnostic cell embeddings by contrasting cell views rather than reconstructing gene expression counts.

    Single-cell

Citations

Total Citations172
Influential22
References85

GitHub

Stars312
Forks47
Open Issues3
Contributors2
Last Push17d ago
LanguagePython
LicenseMIT

Fields of citing research

  • Computer Science93%
  • Biology91%
  • Medicine62%
  • Mathematics4%
  • Engineering3%
  • Environmental Science2%
  • Chemistry2%
  • Physics1%

Share of papers citing this model.

Openness

bio.rodeo opennessOpen weights · open weights, closed recipe
65Partial
Usability — can I run it?92
Reproducibility — can I retrain it?40
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

cross_speciesfoundation_modeltransformerzero_shot

Resources

GitHub RepositoryResearch PaperOfficial WebsiteDataset