{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2603-19636","title":"RiboSphere: Learning Unified and Efficient Representations of RNA Structures","arxiv_id":"2603.19636","date":"2026-03-20","proceeding":"ICML","authors":["Zhou Zhang","Hanqun Cao","Cheng Tan","Fang Wu","Pheng Ann Heng","Tianfan Fu"],"abstract":"Accurate RNA structure modeling remains difficult because RNA backbones are highly flexible, non-canonical interactions are prevalent, and experimentally determined 3D structures are comparatively scarce. We introduce RiboSphere, a framework that learns discrete geometric representations of RNA by combining vector quantization with flow matching. Our design is motivated by the modular organization of RNA architecture: complex folds are composed from recurring structural motifs. RiboSphere uses a geometric transformer encoder trained using mean-centered coordinates and random rotation augmentation to produce geometry-aware features, which are discretized with finite scalar quantization (FSQ) into a finite vocabulary of latent codes. Conditioned on these discrete codes, a flow-matching decoder reconstructs atomic coordinates, enabling high-fidelity structure generation. We find that the learned code indices are enriched for specific RNA motifs, suggesting that the model captures motif-level compositional structure rather than acting as a purely compressive bottleneck. Across benchmarks, RiboSphere achieves strong performance in structure reconstruction (RMSD 1.25,Å, TM-score 0.84), and its pretrained discrete representations transfer effectively to inverse folding and RNA--ligand binding prediction, with robust generalization in data-scarce regimes. Code is available at https://github.com/Zhangz312/RiboSphere.","url_abs":"https://arxiv.org/abs/2603.19636","url_pdf":"https://arxiv.org/pdf/2603.19636","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2603.19636","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.19636"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Zhangz312/RiboSphere","reach":null}],"summary":{"unverified":8},"by_repo_kind":{"found_in_text":{"samples":8,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"ce0fbb319dbc318c","entry":"apply_adaptive_modulation","repo":"Zhangz312/RiboSphere","repo_kind":"found_in_text","path":"src/models/dit.py","file_url":"https://github.com/Zhangz312/RiboSphere/blob/HEAD/src/models/dit.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ce0fbb319dbc318c"}},{"code_sha256_prefix":"05d5a00632364e65","entry":"apply_rotary_embedding","repo":"Zhangz312/RiboSphere","repo_kind":"found_in_text","path":"src/models/rotary.py","file_url":"https://github.com/Zhangz312/RiboSphere/blob/HEAD/src/models/rotary.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"05d5a00632364e65"}},{"code_sha256_prefix":"2b2cf064a8af3586","entry":"broadcast_time_like","repo":"Zhangz312/RiboSphere","repo_kind":"found_in_text","path":"src/models/cfm.py","file_url":"https://github.com/Zhangz312/RiboSphere/blob/HEAD/src/models/cfm.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2b2cf064a8af3586"}},{"code_sha256_prefix":"96e53980a523d618","entry":"kabsch_rmsd","repo":"Zhangz312/RiboSphere","repo_kind":"found_in_text","path":"src/datasets/pdb_dataset.py","file_url":"https://github.com/Zhangz312/RiboSphere/blob/HEAD/src/datasets/pdb_dataset.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"96e53980a523d618"}},{"code_sha256_prefix":"ca3807dd47662b65","entry":"prepare_rna_coordinates","repo":"Zhangz312/RiboSphere","repo_kind":"found_in_text","path":"src/datasets/pdb_dataset.py","file_url":"https://github.com/Zhangz312/RiboSphere/blob/HEAD/src/datasets/pdb_dataset.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ca3807dd47662b65"}},{"code_sha256_prefix":"dd11772fb650ff3d","entry":"root_mean_square_norm","repo":"Zhangz312/RiboSphere","repo_kind":"found_in_text","path":"src/models/attention.py","file_url":"https://github.com/Zhangz312/RiboSphere/blob/HEAD/src/models/attention.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dd11772fb650ff3d"}},{"code_sha256_prefix":"17b7bc1313d50cf0","entry":"rotate_half_dimension","repo":"Zhangz312/RiboSphere","repo_kind":"found_in_text","path":"src/models/rotary.py","file_url":"https://github.com/Zhangz312/RiboSphere/blob/HEAD/src/models/rotary.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"17b7bc1313d50cf0"}},{"code_sha256_prefix":"cca44f4a4b05ca3b","entry":"straight_through_round","repo":"Zhangz312/RiboSphere","repo_kind":"found_in_text","path":"src/models/fsq.py","file_url":"https://github.com/Zhangz312/RiboSphere/blob/HEAD/src/models/fsq.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"cca44f4a4b05ca3b"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}