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

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.

Released: June 2024
Parameters: 800 Million

CellFM is a large-scale single-cell foundation model developed by researchers at Sun Yat-sen University and collaborating Chinese institutions. At 800 million parameters trained on approximately 102 million human cells, it represents an eight-fold increase in scale over prior single-species single-cell models and is among the largest models trained exclusively on human transcriptomics data.

The central design argument is human specificity. Prior single-cell foundation models such as UCE and GeneCompass were trained on multi-species datasets; CellFM's authors hypothesize that mixing human and non-human data dilutes the representation of human-specific gene programs and cellular states. By restricting the training corpus to human scRNA-seq data, the model devotes its full capacity to the structure of human gene expression.

CellFM was first posted to bioRxiv in June 2024 and published in Nature Communications in May 2025. Pre-trained weights are available on HuggingFace, and fine-tuning code is available via the project's GitHub repository.

#Key Features

  • 800M-parameter scale: With 800 million parameters, CellFM is substantially larger than contemporary single-cell models, providing greater representational capacity for the diversity of human cell states.
  • Human-only training corpus: Trained on 102,304,686 cells from 19,914 samples across multiple organs, tissues, and sequencing technologies — restricted entirely to human data to maximize relevance for human biology.
  • RetNet backbone with linear complexity: Uses a modified Enhanced Retentive Network (ERetNet) architecture that replaces quadratic self-attention with a recurrent retention mechanism, making training at this scale computationally tractable.
  • Masked gene expression pre-training: Learns cellular representations by predicting masked gene expression values from surrounding context, an objective analogous to masked language modeling in NLP and well-suited to the sparse, high-dimensional structure of scRNA-seq data.
  • Broad task generalization: A single pre-trained model transfers to cell type annotation, perturbation response prediction, gene function prediction, and gene-gene relationship inference without task-specific architectural modifications.

#Technical Details

CellFM is built on an ERetNet backbone — a modified Retentive Network that adapts the retention mechanism of RetNet for single-cell transcriptomics. Two key architectural changes distinguish CellFM from the base RetNet: a gated bilinear network replaces the standard feedforward sublayer to improve representational capacity for sparse gene expression profiles, and DeepNorm normalization substitutes conventional LayerNorm to stabilize training at depth. Ablation studies in the published paper confirm each modification contributes independently, with their removal degrading average AUPR by 0.8% and 0.9% respectively on gene function prediction benchmarks.

Genes are treated as tokens with expression levels encoded as continuous input features. The model was pre-trained on Huawei's MindSpore framework using distributed training across a large compute cluster; PyTorch-compatible weights are available via HuggingFace. On downstream benchmarks, CellFM outperforms Geneformer, scGPT, scFoundation, UCE, and GeneCompass on cell type annotation (1.6–1.94% AUPR improvement over nearest competitors), perturbation prediction (~1% PCC improvement over scFoundation), and gene function prediction, while also achieving top performance on gene-gene relationship inference tasks.

#Applications

CellFM is suited for computational biologists analyzing human single-cell RNA sequencing data. Its primary use cases include automated cell type annotation for large-scale atlas projects and rare cell type identification, perturbation response prediction for drug discovery and functional genomics screens, gene ontology function inference from expression context, and gene regulatory network reconstruction from learned co-expression embeddings. The model can also generate unified cell embeddings across heterogeneous datasets for batch-corrected comparison of cell states.

#Impact

CellFM's publication in Nature Communications and the availability of pre-trained weights on HuggingFace have made it accessible to the broader single-cell community. Its scale and human specificity offer a meaningful benchmark advance over prior models, particularly on perturbation and gene function tasks where biological signal is subtle. Notable limitations constrain its scope: the model is not applicable to non-human organisms; it targets scRNA-seq specifically and does not natively handle ATAC-seq, spatial transcriptomics, or protein-level data; and performance may degrade with very low-depth sequencing where dropout effects are severe. The original MindSpore training environment adds friction for PyTorch-native workflows, though this is mitigated by the HuggingFace weight release.

Citation

CellFM: a large-scale foundation model pre-trained on transcriptomics of 100 million human cells

Zeng, Y., et al. (2024) CellFM: a large-scale foundation model pre-trained on transcriptomics of 100 million human cells. bioRxiv.

DOI: 10.1038/s41467-025-59926-5

Recent citations

Papers that recently cited this model.

  • Multiscale systems modelling of communication networks in brain metastasis.

    J. Ahn, Wenjuan Dong, Stephen T. C. Wong, et al.

    Experimental and Molecular Medicine · Jul 2026

    0
  • Why Next-generation mechanistic models Will transform drug discovery: integrating efficacy and safety.

    Gustavo Santos Sandes Felizardo, Vinícius Alexandre Fiaia Costa, Eder Soares de Almeida Santos, et al.

    Expert Opinion on Drug Discovery · Jul 2026

    0
  • scDifformer: diffusion-based post-training for virtual cell modeling across large-scale single-cell data

    Zhan Xiao, Wuke Wang, Xin Long, et al.

    Nucleic Acids Research · Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • Evaluating the Utilities of Foundation Models in Single‐Cell Data Analysis

    Tianyu Liu, Kexing Li, Yuge Wang, et al.

    bioRxiv · Feb 2024

    53
  • Single-cell foundation models: bringing artificial intelligence into cell biology

    S. Baek, Kyungwoo Song, Insuk Lee

    Experimental and Molecular Medicine · Oct 2025

    21
  • Insights, opportunities, and challenges provided by large cell atlases

    M. Hemberg, Federico Marini, S. Ghazanfar, et al.

    Genome Biology · Aug 2024

    14
  • Harnessing artificial intelligence to advance CRISPR-based genome editing technologies

    Tyler Thomson, Gen Li, A. Strilchuk, et al.

    Nature reviews genetics · Nov 2025

    12
  • Decoding immune aging at single-cell resolution.

    Yankai Wang, D. Ke, Yifan Chen, et al.

    Trends in immunology · Sep 2025

    6

Related models

Models with similar goals, methods, or subject matter.

  • scFoundation

    Biomap Research

    Single-cell transcriptomics foundation model with 100 million parameters, pretrained on over 50 million human scRNA-seq profiles for cell embeddings.

    Single-cell
  • AIDO.Cell

    genbio.ai

    Single-cell RNA-seq foundation model pretrained on 50 million human cells, encoding the full transcriptome for annotation and perturbation modeling.

    Single-cell
  • CellPLM

    OmicsML

    Single-cell foundation model that treats cells as tokens and tissues as sentences, encoding cell-cell relationships across 85M parameters.

    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
  • CellHermes

    Tongji University / Helmholtz Munich

    Single-cell foundation model adapting LLaMA-3.1-8B with LoRA, recasting transcriptomes and protein interaction networks as natural-language Q&A pairs.

    Single-cellRNA
  • PanFoMa

    Shanghai Jiao Tong University / Jiangxi University of Finance and Economics / Shenzhen University / University of Technology Sydney / Chongqing University of Posts and Telecommunications

    Pan-cancer single-cell foundation model with a hybrid Transformer-Mamba architecture, released with the PanFoMaBench cancer evaluation benchmark.

    Single-cell

Citations

Total Citations78
Influential4
References80

GitHub

Stars110
Forks17
Open Issues11
Contributors6
Last Push10d ago
LanguageJupyter Notebook

HuggingFace

Downloads0
Likes6
Last Modified1y ago

Fields of citing research

  • Computer Science92%
  • Biology79%
  • Medicine66%
  • Environmental Science8%
  • Engineering4%
  • Chemistry4%
  • Materials Science1%
  • Physics1%

Share of papers citing this model.

Openness

bio.rodeo opennessClosed · low usability and reproducibility
26Closed
Usability — can I run it?20
Reproducibility — can I retrain it?18
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

cell_biologyfoundation_modeltranscriptomicstransformer

Resources

GitHub RepositoryGitHub RepositoryResearch PaperResearch PaperHuggingFace ModelDataset