SkillAgentSearch skills...

RFold

The official implementation of the ICML'24 paper RFold: Deciphering RNA Secondary Structure Prediction: A Probabilistic K-Rook Matching Perspective..

Install / Use

/learn @A4Bio/RFold
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RFold: Deciphering RNA Secondary Structure Prediction: A Probabilistic K-Rook Matching Perspective

GitHub stars GitHub forks <!-- ![visitors](https://visitor-badge.glitch.me/badge?page_id=A4Bio.RFold) -->

Introduction

The secondary structure of ribonucleic acid (RNA) is more stable and accessible in the cell than its tertiary structure, making it essential for functional prediction. Although deep learning has shown promising results in this field, current methods suffer from poor generalization and high complexity. In this work, we present RFold, a simple yet effective RNA secondary structure prediction in an end-to-end manner. RFold introduces a decoupled optimization process that decomposes the vanilla constraint satisfaction problem into row-wise and column-wise optimization, simplifying the solving process while guaranteeing the validity of the output. Moreover, RFold adopts attention maps as informative representations instead of designing hand-crafted features. Extensive experiments demonstrate that RFold achieves competitive performance and about eight times faster inference efficiency than the state-of-the-art method.

Model Overview

We show the overall RFold framework.

<p align="center"> <img src='./assets/overview.png' width="600"> </p>

Benchmarking

We comprehensively evaluate different results on the RNAStralign, ArchiveII datasets.

<p align="center"> <img src='./assets/rnastralign.png' width="300"> </p> <p align="center"> <img src='./assets/archiveii.png' width="300"> </p>

Colab demo

We provide a Colab demo for reproducing the results and testing RNA sequences by yourself:

<a href="https://colab.research.google.com/drive/1rAWP7evVLc7cbIP3KzPr5ZlHTVo9A57g?usp=sharing" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>

<!-- [[Colab]](https://colab.research.google.com/drive/1rAWP7evVLc7cbIP3KzPr5ZlHTVo9A57g?usp=sharing) -->

Citation

If you are interested in our repository and our paper, please cite the following paper:

@inproceedings{tandeciphering,
  title={Deciphering RNA Secondary Structure Prediction: A Probabilistic K-Rook Matching Perspective},
  author={Tan, Cheng and Gao, Zhangyang and Hanqun, CAO and Chen, Xingran and Wang, Ge and Wu, Lirong and Xia, Jun and Zheng, Jiangbin and Li, Stan Z},
  booktitle={Forty-first International Conference on Machine Learning}
}

Feedback

If you have any issues about this work, please feel free to contact me by email:

  • Cheng Tan: tancheng@westlake.edu.cn

Related Skills

View on GitHub
GitHub Stars89
CategoryProduct
Updated17d ago
Forks6

Languages

Python

Security Score

80/100

Audited on Mar 17, 2026

No findings