bio.rodeo
ModelsOrganizationsLeaderboardAbout
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

AboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Single-cell foundation models
Single-cell

GeneJEPA

Biostate AI

Self-supervised single-cell foundation model that learns transcriptome representations by predicting masked gene-set embeddings with a joint-embedding predictive architecture.

Released: October 2025

GeneJEPA is a self-supervised foundation model for single-cell transcriptomics that learns cell representations by predicting in latent space rather than reconstructing raw expression counts. Developed by Biostate AI and released as a preprint in October 2025, it adapts the Joint-Embedding Predictive Architecture (JEPA) — an approach that has driven progress in self-supervised vision and language modeling — to the transcriptome, framing the model as a predictive "world model" of cell state.

Most single-cell foundation models are trained to reconstruct masked or noisy gene expression values. GeneJEPA instead masks a subset of genes and trains the model to predict the latent representations of those held-out genes from the visible ones. Because the objective operates on learned embeddings rather than on noisy count values, the model is encouraged to capture the underlying structure of cellular state instead of fitting measurement noise, an approach intended to yield more transferable representations.

GeneJEPA is trained on Tahoe-100M, a large-scale single-cell RNA-seq atlas, and produces embeddings meant to transfer across tissues and datasets. Code is released on GitHub and pretrained weights are distributed on Hugging Face, positioning it as an openly available alternative in the crowded space of single-cell foundation models.

#Key Features

  • Latent predictive objective: Predicts masked gene-set representations in embedding space rather than reconstructing expression counts, focusing learning on cellular structure rather than measurement noise.
  • Perceiver-style set encoder: Encodes an unordered set of genes with fixed computational cost regardless of how many genes are provided, and supports test-time scaling by processing additional genes at inference.
  • Continuous-value tokenizer: Combines gene identity with Fourier-feature encodings of expression, representing continuous expression levels without discretizing them into bins.
  • Stable self-supervised training: Uses an exponential-moving-average teacher network with variance-covariance regularization to generate prediction targets, guarding against representation collapse.

#Technical Details

GeneJEPA pairs a student encoder with an EMA teacher: the teacher embeds a full or target gene set, the student predicts those target embeddings from a visible context set, and variance-covariance regularization keeps the learned embedding space informative and non-degenerate. Genes are represented as an unordered set processed by a Perceiver-style encoder whose cost is independent of input size, with each gene tokenized by combining a learned gene-identity embedding and Fourier-expanded expression features. The model is pretrained on the Tahoe-100M atlas, with data manifests pulled directly from the Hugging Face Hub, and it supports checkpoint-based inference. The authors report transferable embeddings that support downstream tasks including cell-type annotation, drug-response prediction, and perturbation reasoning.

#Applications

GeneJEPA is intended for computational biologists working with single-cell RNA-seq who need general-purpose cell embeddings that transfer to new tissues and datasets without task-specific retraining. Its representations can feed downstream analyses such as cell-type annotation, drug-response modeling, and reasoning about perturbation effects. The set-based encoder and test-time gene scaling make it convenient to apply to datasets with differing gene panels, and the openly released code and weights allow direct integration into existing single-cell workflows.

#Impact

GeneJEPA brings the joint-embedding predictive paradigm — which has reshaped self-supervised learning in other domains — to single-cell genomics, offering an alternative to the reconstruction objectives that dominate current transcriptome foundation models. By learning in latent space and training on the large Tahoe-100M atlas, it aims for more transferable cell representations, and its open release invites benchmarking against established single-cell models. As a preprint, the extent of its advantages over existing approaches will be clarified through independent evaluation on downstream tasks.

Citation

GeneJepa: A Predictive World Model of the Transcriptome

Preprint

Litman, E., et al. (2025) GeneJepa: A Predictive World Model of the Transcriptome. bioRxiv.

DOI: 10.1101/2025.10.14.682378

Recent citations

Papers that recently cited this model.

  • The fusion of artificial intelligence and omics: a perspective toward 2035

    E. Díaz Cantón

    ecancermedicalscience · Jun 2026

    0
  • Medical world models: representing medical states, modelling clinical dynamics and guiding intervention policies

    Ke Liu, Mengxuan Li, Yanyi Bao, et al.

    Jun 2026

    0
  • Effective Biological Representation Learning by Masking Gene Expression

    Kian Kenyon-Dean, Alina Selega, Ihab Bendidi, et al.

    May 2026

    0

Top citations

The most-cited papers that cite this model.

  • JEPA-DNA: Grounding Genomic Foundation Models through Joint-Embedding Predictive Architectures

    Ariel Larey, Elay Dahan, Amit Bleiweiss, et al.

    arXiv.org · Feb 2026

    7
  • Cell-JEPA: Latent Representation Learning for Single-Cell Transcriptomics

    Ali ElSheikh, Rui-Xi Wang, Weimin Wu, et al.

    arXiv.org · Feb 2026

    1
  • The fusion of artificial intelligence and omics: a perspective toward 2035

    E. Díaz Cantón

    ecancermedicalscience · Jun 2026

    0
  • Medical world models: representing medical states, modelling clinical dynamics and guiding intervention policies

    Ke Liu, Mengxuan Li, Yanyi Bao, et al.

    Jun 2026

    0
  • Effective Biological Representation Learning by Masking Gene Expression

    Kian Kenyon-Dean, Alina Selega, Ihab Bendidi, et al.

    May 2026

    0

Citations

Total Citations5
Influential0
References40

GitHub

Stars32
Forks7
Open Issues0
Contributors1
Last Push8mo ago
LanguagePython

HuggingFace

Downloads0
Likes6
Last Modified8mo ago
Pipelinefeature-extraction

Fields of citing research

  • Computer Science100%
  • Biology80%
  • Medicine20%

Share of papers citing this model.

Openness

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

Tags

cell_type_annotationfoundation_modelperturbation_predictionself_supervisedtransformer

Resources

GitHub RepositoryResearch PaperHuggingFace Model