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
DNA & Gene foundation models
DNA & Gene

JEPA-DNA

NVIDIA

Genomic foundation model training framework whose joint-embedding predictive objective learns functional representations of masked DNA, not tokens.

Released: February 2026

Most genomic foundation models are trained with token-level objectives—masked or autoregressive prediction of nucleotides—which force the model to recover exact sequence content. That signal can over-emphasize low-level token statistics rather than the functional meaning of a region. JEPA-DNA, from NVIDIA's digital biology group in a February 2026 arXiv preprint, brings the Joint-Embedding Predictive Architecture (JEPA) idea from representation learning into genomics: instead of reconstructing masked nucleotides, the model predicts the functional representations of masked genomic segments, shifting the learning signal from token recovery to semantic alignment.

Rather than being a single new architecture trained from scratch, JEPA-DNA is a training framework that combines this joint-embedding predictive objective with conventional generative objectives, and can be applied as continual training to existing backbones. The authors report that this produces fixed genomic foundation-model checkpoints with improved performance across a broad evaluation suite, and they release the training and benchmarking code under Apache 2.0.

#Key Features

  • Joint-embedding predictive objective: Predicts learned representations of masked genomic segments instead of raw nucleotides, emphasizing functional semantics over token recovery.
  • Hybrid training signal: Combines the JEPA objective with traditional generative objectives within a single training framework.
  • Applicable to existing backbones: Implemented as continual training, with preconfigured setups for backbones such as DNABERT-2, NTv3, and HyenaDNA.
  • Broad benchmark gains: Reports improvements across 17 genomic benchmarks, establishing state-of-the-art results among genomic foundation models.
  • Open code (Apache 2.0): Pretraining and benchmarking code is publicly released.

#Technical Details

JEPA-DNA augments genomic pretraining with a joint-embedding predictive objective: a context encoder and a target encoder produce representations, and a predictor learns to map masked context to the target encoder's functional embeddings, complementing generative losses. The released repository provides run_jepa_pretrain.py for pretraining and integrates with a separate GFMBench-API for evaluation, with preconfigured parameter files for DNABERT-2, NTv3, and HyenaDNA backbones. Training produces context-encoder, target-encoder, and predictor checkpoints. Across 17 genomic benchmarks the framework is reported to set state-of-the-art results for genomic foundation models. The repository ships code under Apache 2.0 but does not release pretrained checkpoints, and training-data sources are configurable rather than fixed; specific corpora and quantitative results should be confirmed against the paper.

#Applications

JEPA-DNA is primarily a recipe for improving genomic foundation models, so its main beneficiaries are groups that train or fine-tune DNA models and want stronger, more functionally-grounded representations for downstream tasks such as regulatory element classification, variant effect prediction, and other GFMBench-style benchmarks. Because it operates as continual training over existing backbones, teams can upgrade models they already use rather than retraining from scratch.

#Impact

JEPA-DNA imports a representation-learning paradigm that has reshaped vision and speech into genomics, arguing that predicting functional embeddings is a better objective than reconstructing tokens for DNA. Its broad reported benchmark gains and open Apache-2.0 code make the approach easy to evaluate, though the absence of released checkpoints means practitioners must run the training themselves. As a February 2026 preprint, its conclusions await peer review and independent replication.

Citation

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

Preprint

Larey, A., et al. (2026) JEPA-DNA: Grounding Genomic Foundation Models through Joint-Embedding Predictive Architectures. arXiv.org.

DOI: 10.48550/arXiv.2602.17162

Recent citations

Papers that recently cited this model.

  • MorphologyFM: A Foundation Model for Morphology-Aware Representation Learning from ECG and Pulse Oximetry Waveforms

    Saiyang Feng, Yuanyu Zhang, Shi Li

    Jul 2026

    0
  • AURORA: Contextual Orthogonalization for Geometric Representation Learning in Healthcare Foundation Models

    Yuanyu Zhang, Shi Li

    May 2026

    0
  • WISTERIA: Learning Clinical Representations from Noisy Supervision via Multi-View Consistency in Electronic Health Records

    R. Dong, Yuanyu Zhang, Shi Li

    May 2026

    0

Top citations

The most-cited papers that cite this model.

  • Discriminative Representation Learning for Clinical Prediction

    Yang Zhang, Lianyi Fan, Sam Lawrence, et al.

    Mar 2026

    2
  • Learning Clinical Representations Under Systematic Distribution Shift

    Yuanyu Zhang, Shi Li

    Mar 2026

    2
  • Uncertainty-Aware Foundation Models for Clinical Data

    Qian Zhou, Yuanyu Zhang, Shi Li

    Apr 2026

    1
  • MorphologyFM: A Foundation Model for Morphology-Aware Representation Learning from ECG and Pulse Oximetry Waveforms

    Saiyang Feng, Yuanyu Zhang, Shi Li

    Jul 2026

    0
  • AURORA: Contextual Orthogonalization for Geometric Representation Learning in Healthcare Foundation Models

    Yuanyu Zhang, Shi Li

    May 2026

    0

Related models

Models with similar goals, methods, or subject matter.

  • GenoJEPA

    Beijing University of Posts and Telecommunications

    Genomic foundation model that learns DNA representations by predicting masked regions in latent space rather than reconstructing raw nucleotides.

    DNA & Gene
  • GeneJEPA

    Biostate AI

    Self-supervised single-cell foundation model that predicts masked gene embeddings in latent space using a joint-embedding predictive architecture.

    Single-cell
  • GENA-LM

    AIRI Institute

    Family of transformer-based DNA language models using BPE tokenization and BigBird sparse attention to reach context lengths up to 36,000 base pairs.

    DNA & Gene
  • MergeDNA

    Westlake University / Biomap Research

    Hierarchical DNA foundation model that co-trains a dynamic token-merging tokenizer with latent Transformers to match genomic information density.

    DNA & Gene
  • PatchDNA

    Relation Therapeutics

    DNA language model that replaces fixed tokenization with conservation-guided patching, letting models up to 10x smaller match top genomic benchmarks.

    DNA & Gene

Citations

Total Citations8
Influential0
References41

GitHub

Stars13
Forks2
Open Issues0
Contributors1
Last Push17h ago
LanguagePython
LicenseApache-2.0

Fields of citing research

  • Computer Science100%
  • Medicine75%
  • Biology13%
  • Mathematics13%
  • Engineering13%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
54Partial
Usability — can I run it?58
Reproducibility — can I retrain it?62
Model Openness Framework
Unclassified
Missing required components

Tags

dnafoundation_modelgenomicsjoint_embedding_predictive_architecturerepresentation_learningself_supervisedtransformervariant_effect_prediction

Resources

GitHub RepositoryResearch Paper