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

RhoFold+

ml4bio

End-to-end RNA 3D structure prediction from sequence alone, coupling the RNA-FM language model with an Invariant Point Attention structure module.

Released: November 2024

Determining the three-dimensional structure of RNA is essential for understanding its regulatory, catalytic, and structural roles in the cell, yet experimental methods such as X-ray crystallography and cryo-EM remain slow and resource-intensive. Computational approaches have historically depended on multiple sequence alignments (MSAs) to derive co-evolutionary signals, limiting their applicability to RNAs with few known homologs. RhoFold+ addresses both constraints through an end-to-end deep learning pipeline that predicts all-atom RNA 3D structures from sequence alone, with no MSA required.

Published in Nature Methods in November 2024 by the ml4bio group at the Chinese University of Hong Kong, RhoFold+ couples the RNA-FM language model — a 12-layer BERT-style transformer pretrained on 23.7 million non-coding RNA sequences — with an Invariant Point Attention (IPA) structure module adapted from AlphaFold 2. This design allows rich sequence representations to feed directly into geometric coordinate regression, producing complete structural models in approximately 0.14 seconds per sequence on a GPU. The model achieved state-of-the-art performance on both the RNA-Puzzles blind prediction challenge and the RNA-specific targets in CASP15, which included a dedicated RNA category for the first time.

#Key Features

  • Single-sequence input: No MSA or template structures required, making RhoFold+ applicable to novel or poorly characterized RNAs where homologs are scarce.
  • Sub-second inference: Predictions complete in roughly 0.14 seconds per sequence on GPU, enabling large-scale structural genomics workflows across entire transcriptomes.
  • RNA-FM language model backbone: A 12-layer BERT-architecture transformer pretrained on 23.7 million non-coding RNA sequences from RNAcentral via masked-token prediction, encoding secondary structure and 3D proximity without labeled structural data.
  • Invariant Point Attention structure module: The IPA module, adapted from AlphaFold 2, operates on per-nucleotide rigid-body frames and iteratively refines all-atom coordinates while remaining invariant to global rotations and translations.
  • End-to-end joint training: RNA-FM embeddings and IPA coordinate regression are fine-tuned together on PDB RNA structures, allowing the structural head to shape the pretrained representations.
  • Open access: Source code, pretrained weights, and a web server for interactive predictions are all publicly available.

#Technical Details

RhoFold+ consists of two tightly coupled components trained end-to-end. The RNA-FM backbone is a 12-layer transformer encoder producing 640-dimensional per-nucleotide embeddings; it was pretrained on 23.7 million sequences from RNAcentral100 via masked-token prediction and captures information about secondary structure, 3D proximity, and evolutionary conservation without requiring structural labels. These embeddings are passed to an IPA structure module that defines a local coordinate frame for each nucleotide and applies attention over both invariant scalar features and point coordinates expressed in each frame's reference, making computation invariant to the molecule's global orientation. Successive IPA layers iteratively update backbone frames and nucleotide-specific heavy-atom positions to produce a complete all-atom model.

The structure module was trained on RNA structures deposited in the Protein Data Bank, with redundancy reduction and temporal splits to prevent data leakage on RNA-Puzzles and CASP15 evaluation sets. On benchmarks, RhoFold+ outperformed prior automated deep learning methods on both RNA-Puzzles and CASP15 RNA targets. Inference speed is approximately 0.14 seconds per sequence, compared to hours for MSA-dependent or physics-based pipelines.

#Applications

RhoFold+ is particularly valuable for RNAs in newly sequenced genomes or novel regulatory elements where MSA construction is impractical. Its throughput makes it feasible to generate structural models for comprehensive non-coding RNA databases such as Rfam or for entire transcriptomes in structural genomics campaigns. In drug discovery, accurate 3D models support virtual screening for small molecules targeting structured RNAs, including riboswitches and viral RNA elements. Predictions from RhoFold+ also serve as inputs for inverse RNA design pipelines and can guide hypothesis-driven mutagenesis experiments for RNAs of unknown function.

#Impact

RhoFold+ represents a significant advance in RNA structural bioinformatics, extending the single-sequence prediction paradigm that AlphaFold 2 established for proteins into the RNA domain. Its CASP15 performance was notable as a first major test of deep learning approaches on RNA in the community's most rigorous blind prediction setting. Key limitations include reduced accuracy for very large or conformationally dynamic RNAs, potential disadvantages relative to MSA-aware methods on RNA families with abundant homologs, and the general challenge of capturing long-range tertiary contacts in complex multi-domain architectures. The availability of open weights and a web server has enabled broad community adoption, and the integrated RNA-FM backbone has influenced subsequent work in RNA representation learning and structure-informed design.

Citation

Accurate RNA 3D structure prediction using a language model-based deep learning approach

Shen, T., et al. (2022) Accurate RNA 3D structure prediction using a language model-based deep learning approach. Nature Methods.

DOI: 10.1038/s41592-024-02487-0

Recent citations

Papers that recently cited this model.

  • A portable target-triggered fluorogenic RNA switch functionalized hydrogel kit for rapid visual detection of miRNA-126 in colorectal cancer

    Jianhang Jia, Shijin Zhou, Linglong Zou, et al.

    Analytica Chimica Acta · Sep 2026

    0
  • Adaptive 2.5D base-pairing subgraph search detects RNA small-molecule binding sites

    David Nitchi, J. Waldispühl, C. Oliver

    bioRxiv · Jul 2026

    0
  • BindRNAgen: Protein-binding RNA sequence generation using latent diffusion models.

    Yan Zhou, Xiaojian Liu, Shengfan Wang, et al.

    Journal of Molecular Biology · Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • Accurate structure prediction of biomolecular interactions with AlphaFold 3

    Josh Abramson, Jonas Adler, Jack Dunger, et al.

    Nature · May 2024

    11.2KInfluential
  • Large AI Models in Health Informatics: Applications, Challenges, and the Future

    Jianing Qiu, Lin Li, Jiankai Sun, et al.

    IEEE journal of biomedical and health informatics · Mar 2023

    213
  • When will RNA get its AlphaFold moment?

    Bohdan Schneider, Blake A. Sweeney, A. Bateman, et al.

    Nucleic Acids Research · Sep 2023

    95
  • Recent trends in RNA informatics: a review of machine learning and deep learning for RNA secondary structure prediction and RNA drug discovery

    Kengo Sato, Michiaki Hamada

    Briefings Bioinform. · May 2023

    72
  • Path Planning for Masked Diffusion Model Sampling

    Zhangzhi Peng, Zachary Bezemek, Sawan Patel, et al.

    arXiv.org · Feb 2025

    71

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

    Aqlaboratory / Lawrence Livermore National Laboratory / Seoul National University

    Open-source Apache-2.0 reproduction of AlphaFold3 that predicts all-atom structures of proteins, RNA, DNA, small molecules, and their complexes.

    ProteinRNASmall molecule
  • HelixFold3

    Baidu PaddleHelix

    Open-source reproduction of AlphaFold 3 that predicts structures of proteins, DNA, RNA, and small-molecule ligands, including their mixed complexes.

    Protein
  • RNA-FM

    ml4bio / Chinese University of Hong Kong / Fudan University / Shanghai AI Laboratory

    RNA foundation model pretrained on 23.7 million non-coding RNA sequences, producing embeddings for structure prediction, annotation, and RNA design.

    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.

    RNA
  • ZeroFold

    University of Cambridge / AstraZeneca

    Transformer that predicts protein-RNA binding affinity from Boltz-2 pre-structural embeddings via cross-modal attention, with no 3D structure step.

    RNAProtein

Citations

Total Citations216
Influential23
References52

GitHub

Stars243
Forks31
Open Issues9
Contributors4
Last Push1y ago
LanguagePython
LicenseApache-2.0

HuggingFace

Downloads1.3K
Likes0
Last Modified1y ago

Fields of citing research

  • Biology85%
  • Computer Science85%
  • Medicine69%
  • Chemistry11%
  • Engineering6%
  • Environmental Science3%
  • Materials Science2%
  • Mathematics1%

Share of papers citing this model.

Openness

bio.rodeo opennessOpen weights · open weights, closed recipe
65Partial
Usability — can I run it?91
Reproducibility — can I retrain it?22
open weights, closed recipe
Model Openness Framework
Unclassified
No formal model card / data card

Tags

foundation_modellanguage_modelstructure_predictiontransformer

Resources

GitHub RepositoryResearch PaperOfficial WebsiteHuggingFace ModelDataset