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
RNA foundation models
RNA

RNAformer

University of Freiburg

RNA secondary structure prediction from a single sequence, without MSAs, using an axial-attention transformer trained with strict homology controls.

Released: February 2024

RNA secondary structure prediction is a foundational problem in molecular biology, underpinning our understanding of gene regulation, ribozyme catalysis, and RNA-based therapeutics. Most high-performing deep learning approaches have relied on multiple sequence alignments (MSAs) — collections of evolutionarily related sequences — to infer structural constraints from co-evolutionary signals. This dependency limits their applicability to well-characterized RNA families where sufficient homologs exist.

RNAformer, developed by researchers at the University of Freiburg and released as a preprint in February 2024, takes a different approach: it predicts RNA secondary structure directly from a single input sequence using a lean axial-attention architecture. The model is trained in two stages, beginning on synthetic data generated from thermodynamic folding principles and then refined on curated experimental structures with strict homology controls. This pipeline avoids the data leakage issues that have inflated reported performance in earlier deep learning models, producing reliable generalization estimates on held-out RNA families.

The result is a model that achieves state-of-the-art accuracy on standard benchmarks — including sequences with no available homologs — while remaining computationally tractable and straightforward to apply without MSA construction pipelines.

#Key Features

  • Single-sequence input: Operates directly on raw RNA sequences without requiring MSAs or external homology data, broadening applicability to novel and poorly characterized RNAs.
  • Axial attention over a 2D pairwise representation: Encodes nucleotide relationships in a two-dimensional pairwise matrix and applies attention along rows and columns separately, reducing complexity from O(n^4) to O(n^3) while capturing long-range base-pairing interactions.
  • Recycling inference: Iteratively feeds predictions back through the network to progressively refine the contact map, a mechanism analogous to the recycling used in AlphaFold 2.
  • Two-stage homology-aware training: Pre-trains on synthetic thermodynamic data to learn biophysical priors, then fine-tunes on experimental databases (bpRNA) with rigorous train/test homology separation to prevent data leakage.
  • Multiple pre-trained checkpoints: Ships with distinct model variants (biophysical, bpRNA, intra-family, inter-family) suited to different prediction regimes, from sequence-only contexts to curated family-level benchmarks.

#Technical Details

RNAformer is a transformer-based model that represents RNA sequence information in a two-dimensional latent space of pairwise nucleotide embeddings. Axial attention — applying attention along rows and columns of the pairwise matrix independently — provides an efficient mechanism for modeling base-pairing preferences across the full sequence without the quartic cost of naive 2D attention. A recycling mechanism iterates the representation through the network for multiple passes before producing a final contact probability matrix, which is then decoded into a secondary structure prediction.

Training proceeds in two stages. In the first stage, the model is pre-trained on large-scale synthetic RNA structures generated by thermodynamic methods, instilling knowledge of fundamental base-pairing rules and nearest-neighbor energy parameters. In the second stage, the model is fine-tuned on experimental structures from bpRNA with careful sequence-identity cutoffs between training and test splits — a critical methodological control that several prior deep learning methods omitted, leading to inflated benchmark claims. The implementation supports FlashAttention on modern GPU architectures (Ampere, Ada, Hopper), enabling efficient inference. Pre-trained checkpoints are distributed via the project's GitHub repository.

#Applications

RNAformer is well suited to any research context requiring fast, reference-free RNA secondary structure prediction. Structural biologists and RNA biochemists can use it to annotate newly sequenced non-coding RNAs, riboswitches, or viral RNA genomes where MSA construction is impractical or impossible. Medicinal chemists working on RNA-targeted therapeutics can use predicted structures to identify potential drug-binding pockets in undercharacterized RNAs. Synthetic biologists designing functional RNA devices — aptamers, ribozymes, or RNA scaffolds — can leverage the model to evaluate whether designed sequences adopt the intended fold. The model is also well positioned for high-throughput screening applications, such as processing large transcriptomic datasets or evaluating mutational effects on RNA structure at scale.

#Impact

RNAformer represents a methodologically rigorous entry in the competitive field of RNA structure prediction, with its homology-aware training pipeline setting a cleaner standard for benchmark evaluation than several predecessor methods. By demonstrating that axial attention over pairwise representations can achieve state-of-the-art accuracy without MSA inputs, it expands the practical scope of deep learning-based RNA structure prediction to sequences lacking characterized homologs. As an open-source model with freely available checkpoints, it lowers the barrier for both computational and experimental researchers to incorporate structure prediction into their workflows. A key limitation is that RNAformer predicts secondary structure (base-pair contacts) but does not model tertiary structure or pseudoknots, leaving three-dimensional RNA folding and more complex topologies to complementary approaches such as RhoFold or trRosettaRNA.

Citation

RNAformer: A Simple yet Effective Model for Homology-Aware RNA Secondary Structure Prediction

Preprint

Franke, J.K.H., Runge, F., Köksal, R., Matus, D., Backofen, R., & Hutter, F. (2024). RNAformer: A Simple yet Effective Model for Homology-Aware RNA Secondary Structure Prediction. bioRxiv, 2024.02.12.579881.

DOI: 10.1101/2024.02.12.579881

Recent citations

Papers that recently cited this model.

  • AI-guided prediction of ncRNA biochemical features for therapeutic targeting.

    J. Chan, C. Daly, A. M. Vargas-Velazquez, et al.

    TIPS - Trends in Pharmacological Sciences · Jun 2026

    0
  • RNAcomp2D: a web visualization tool for comparing multiple predictions of RNA secondary structure

    Rosario Vitale, Diego H. Milone, G. Stegmayer

    bioRxiv · May 2026

    0
  • Structure-Guided Strategies for Aptamer Screening and Optimization: Advances and Perspectives

    Lianhui Zhao, Ping Wang, Tianming Qu, et al.

    Trends in Analytical Chemistry (TrAC) · Apr 2026

    0

Top citations

The most-cited papers that cite this model.

  • DNA sequence analysis landscape: a comprehensive review of DNA sequence analysis task types, databases, datasets, word embedding methods, and language models

    M. Asim, Muhammad Ali Ibrahim, Arooj Zaib, et al.

    Frontiers in Medicine · Apr 2025

    7
  • Kolmogorov–Arnold networks for genomic tasks

    Oleksandr Cherednichenko, M. Poptsova

    Briefings Bioinform. · Mar 2025

    6
  • Machine learning for RNA secondary structure prediction: a review of current methods and challenges

    Giuseppe Sacco, Giovanni Bussi, Guido Sanguinetti

    RNA: A publication of the RNA Society · Nov 2025

    2Influential
  • RNAcomp2D: a web visualization tool for comparing multiple predictions of RNA secondary structure

    Rosario Vitale, Diego H. Milone, G. Stegmayer

    bioRxiv · May 2026

    0
  • Structure-Guided Strategies for Aptamer Screening and Optimization: Advances and Perspectives

    Lianhui Zhao, Ping Wang, Tianming Qu, et al.

    Trends in Analytical Chemistry (TrAC) · Apr 2026

    0

Related models

Models with similar goals, methods, or subject matter.

  • trRosettaRNA

    Yang Lab

    RNA 3D structure prediction pipeline pairing a transformer (RNAformer) that predicts inter-nucleotide geometries with Rosetta energy minimization.

    RNA
  • ERNIE-RNA

    Tsinghua University

    RNA language model that builds base-pairing constraints into self-attention, pretrained on 20.4 million sequences for structure and function tasks.

    RNA
  • RNA-MSM

    Peking University / Griffith University

    RNA language model trained on multiple sequence alignments of Rfam families, predicting secondary structure and solvent accessibility from homology.

    RNA
  • AIDO.RNA

    genbio.ai

    RNA foundation model with 1.6 billion parameters, pretrained on 42 million non-coding RNA sequences for structure prediction and RNA sequence design.

    RNA
  • RNABERT

    Keio University

    RNA language model that learns base-level embeddings capturing sequence context and secondary structure, enabling fast structural alignment.

    RNA

Citations

Total Citations6
Influential1
References0

GitHub

Stars43
Forks10
Open Issues3
Contributors5
Last Push10mo ago
LanguagePython
LicenseApache-2.0

Fields of citing research

  • Computer Science83%
  • Biology67%
  • Medicine67%
  • Physics17%
  • Chemistry17%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
53Partial
Usability — can I run it?61
Reproducibility — can I retrain it?54
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

structure_predictiontransformer

Resources

GitHub RepositoryResearch PaperLink