Papers › Structure-based RNA Design by Step-wise Optimization of Latent Diffusion Model

Structure-based RNA Design by Step-wise Optimization of Latent Diffusion Model

27 Jan 2026arXiv:2601.19232added by Syntology

Qi Si, Xuyang Liu, Penglei Wang, Xin Guo, Yuan Qi, Yuan Cheng

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

RNA inverse folding, designing sequences to form specific 3D structures, is critical for therapeutics, gene regulation, and synthetic biology. Current methods, focused on sequence recovery, struggle to address structural objectives like secondary structure consistency (SS), minimum free energy (MFE), and local distance difference test (LDDT), leading to suboptimal structural accuracy. To tackle this, we propose a reinforcement learning (RL) framework integrated with a latent diffusion model (LDM). Drawing inspiration from the success of diffusion models in RNA inverse folding, which adeptly model complex sequence-structure interactions, we develop an LDM incorporating pre-trained RNA-FM embeddings from a large-scale RNA model. These embeddings capture co-evolutionary patterns, markedly improving sequence recovery accuracy. However, existing approaches, including diffusion-based methods, cannot effectively handle non-differentiable structural objectives. By contrast, RL excels in this task by using policy-driven reward optimization to navigate complex, non-gradient-based objectives, offering a significant advantage over traditional methods. In summary, we propose the Step-wise Optimization of Latent Diffusion Model (SOLD), a novel RL framework that optimizes single-step noise without sampling the full diffusion trajectory, achieving efficient refinement of multiple structural objectives. Experimental results demonstrate SOLD surpasses its LDM baseline and state-of-the-art methods across all metrics, establishing a robust framework for RNA inverse folding with profound implications for biotechnological and therapeutic applications.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.19232")

Code

Syntology Ran 11 of 45 code samples harvested from 4 repositories linked to this paper; 34 have no recorded run. Of those that ran: 3 ran · honoured contract; 5 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 45 samples from 4 repositories, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ChenyuWang-Monica/DRAKES found in paper text by Syntology report
chaitjo/geometric-rna-design found in paper text by Syntology report
ml4bio/RhoDesign found in paper text by Syntology report
A4Bio/RDesign found in paper text by Syntology report
ml4bio/RiboDiffusion found in paper text by SyntologyMIT report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

45 samples harvested; 11 ran; 3 honoured the contract we drafted; 34 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
5ran · our draft was wrong
1ran · fixture could not drive it
2ran
34unverified

Licence: 19 of the 45 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

interpolate_fn ml4bio/RiboDiffusion/diffusion/noise_schedule.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 6a35b62fbc80f70a · report
cuda A4Bio/RDesign/methods/utils.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 9b299e0707723f56 · report
expand_dims ml4bio/RiboDiffusion/diffusion/noise_schedule.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · e6110366588c5c65 · report
fsspec_exists ChenyuWang-Monica/DRAKES/drakes_dna/utils.py found in paper text by Syntology ran no licence file found · pointer only · dec1de00023a923b · report
gather_nodes A4Bio/RDesign/model/rdesign_model.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 77cd7ee3a9fa2105 · report
modulate ml4bio/RiboDiffusion/models/transformer_layer.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 62fcb3912a967a50 · report
nan_to_num A4Bio/RDesign/model/feature.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 79545090ec5f8fe4 · report
shuffle_subset A4Bio/RDesign/API/featurizer.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · e9df55778cefbc99 · report
tuple_index ml4bio/RhoDesign/src/gvp_src/gvp_modules.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 38735f4bca7f8220 · report
tuple_size ml4bio/RhoDesign/src/gvp_src/gvp_modules.py found in paper text by Syntology ran MIT (permissive) · 07d7dab3e137136b · report
tuple_sum ml4bio/RhoDesign/src/gvp_src/gvp_modules.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · d0328e65d2e8a9ec · report
batch_dna_detokenize ChenyuWang-Monica/DRAKES/drakes_dna/dataloader_gosai.py found in paper text by Syntology unverified no licence file found · pointer only · 4ec57ee85c940684 · report
binary_discretization ChenyuWang-Monica/DRAKES/drakes_dna/noise_schedule.py found in paper text by Syntology unverified no licence file found · pointer only · 9b9814cca50339d7 · report
create_model ml4bio/RiboDiffusion/models/utils.py found in paper text by Syntology unverified MIT (permissive) · abfc536f6d116abc · report
dna_detokenize ChenyuWang-Monica/DRAKES/drakes_dna/dataloader_gosai.py found in paper text by Syntology unverified no licence file found · pointer only · b988ba95b058558a · report
dna_tokenize ChenyuWang-Monica/DRAKES/drakes_dna/dataloader_gosai.py found in paper text by Syntology unverified no licence file found · pointer only · 733f359f0f876fb7 · report
expand_dims ml4bio/RiboDiffusion/sampling.py found in paper text by Syntology unverified MIT (permissive) · ce3c83921e12db4b · report
featurize_HC A4Bio/RDesign/API/featurizer.py found in paper text by Syntology unverified no licence file found · pointer only · 19195d95de748a8a · report
find_bracket_pairs A4Bio/RDesign/API/featurizer.py found in paper text by Syntology unverified no licence file found · pointer only · c864d47b72df5b8b · report
flatten_graph ml4bio/RhoDesign/src/gvp_src/features.py found in paper text by Syntology unverified MIT (permissive) · bc4f445abc0baaa3 · report
fsspec_listdir ChenyuWang-Monica/DRAKES/drakes_dna/utils.py found in paper text by Syntology unverified no licence file found · pointer only · db0136eb80a50383 · report
gather_edges A4Bio/RDesign/model/module.py found in paper text by Syntology unverified no licence file found · pointer only · 69de587d81783208 · report
gather_nodes_t A4Bio/RDesign/model/module.py found in paper text by Syntology unverified no licence file found · pointer only · ed0740d1be2f17f0 · report
geo_batch ml4bio/RiboDiffusion/models/GVP_diff.py found in paper text by Syntology unverified MIT (permissive) · bdd8f1d250ba6e52 · report
get_data_inverse_scaler ml4bio/RiboDiffusion/utils.py found in paper text by Syntology unverified MIT (permissive) · faf4a5d59e3f19ad · report
get_data_scaler ml4bio/RiboDiffusion/utils.py found in paper text by Syntology unverified MIT (permissive) · f6477cfb5f1e7189 · report
get_dataset A4Bio/RDesign/utils.py found in paper text by Syntology unverified no licence file found · pointer only · cc6feb6abcd5e321 · report
get_noise ChenyuWang-Monica/DRAKES/drakes_dna/noise_schedule.py found in paper text by Syntology unverified no licence file found · pointer only · fe6314378d2def00 · report
get_optimizer ml4bio/RiboDiffusion/run_lib.py found in paper text by Syntology unverified MIT (permissive) · 229a69f4d6c8a2dc · report
get_orientations ml4bio/RiboDiffusion/datasets/utils.py found in paper text by Syntology unverified MIT (permissive) · 87d54062a72822b1 · report
get_orientations_single ml4bio/RiboDiffusion/datasets/utils.py found in paper text by Syntology unverified MIT (permissive) · ecf2c47ec46adb5a · report
get_polynomial_schedule ml4bio/RiboDiffusion/diffusion/noise_schedule.py found in paper text by Syntology unverified MIT (permissive) · 615f5bcf927413ba · report
get_posenc ml4bio/RiboDiffusion/datasets/utils.py found in paper text by Syntology unverified MIT (permissive) · 033220cc609de403 · report
get_rotation_frames ml4bio/RiboDiffusion/models/esm_utils.py found in paper text by Syntology unverified MIT (permissive) · dcd598af9c809427 · report
get_sampling_fn ml4bio/RiboDiffusion/sampling.py found in paper text by Syntology unverified MIT (permissive) · e7cc2a0ff746b735 · report
load_data A4Bio/RDesign/API/dataloader.py found in paper text by Syntology unverified no licence file found · pointer only · 0fe8ea7ee2fec492 · report
loss_nll_flatten A4Bio/RDesign/methods/utils.py found in paper text by Syntology unverified no licence file found · pointer only · e398f9dc8fe0b48f · report
normalize ml4bio/RiboDiffusion/models/esm_utils.py found in paper text by Syntology unverified MIT (permissive) · cf1378bf2f1c055e · report
output_namespace A4Bio/RDesign/utils.py found in paper text by Syntology unverified no licence file found · pointer only · fea94d0dde8d4de3 · report
post_process ml4bio/RiboDiffusion/sampling.py found in paper text by Syntology unverified MIT (permissive) · f06cabb9ba084d9c · report
register_model ml4bio/RiboDiffusion/models/utils.py found in paper text by Syntology unverified MIT (permissive) · 0a25a428e86e4faa · report
restore_checkpoint ml4bio/RiboDiffusion/utils.py found in paper text by Syntology unverified MIT (permissive) · 0a77b5d9d6bc5946 · report
rotate ml4bio/RiboDiffusion/models/esm_utils.py found in paper text by Syntology unverified MIT (permissive) · e17f40e6733c98b4 · report
tuple_index ml4bio/RiboDiffusion/models/GVP_diff.py found in paper text by Syntology unverified MIT (permissive) · de724c9930a6f2be · report
unflatten_graph ml4bio/RhoDesign/src/gvp_src/features.py found in paper text by Syntology unverified MIT (permissive) · 355ccdd71bc81fbc · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.19232, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections