Papers › Str2Str: A Score-based Framework for Zero-shot Protein Conformation Sampling

Str2Str: A Score-based Framework for Zero-shot Protein Conformation Sampling

5 Jun 2023arXiv:2306.03117archive 2025-07-28

Jiarui Lu, Bozitao Zhong, Zuobai Zhang, Jian Tang

The dynamic nature of proteins is crucial for determining their biological functions and properties, for which Monte Carlo (MC) and molecular dynamics (MD) simulations stand as predominant tools to study such phenomena. By utilizing empirically derived force fields, MC or MD simulations explore the conformational space through numerically evolving the system via Markov chain or Newtonian mechanics. However, the high-energy barrier of the force fields can hamper the exploration of both methods by the rare event, resulting in inadequately sampled ensemble without exhaustive running. Existing learning-based approaches perform direct sampling yet heavily rely on target-specific simulation data for training, which suffers from high data acquisition cost and poor generalizability. Inspired by simulated annealing, we propose Str2Str, a novel structure-to-structure translation framework capable of zero-shot conformation sampling with roto-translation equivariant property. Our method leverages an amortized denoising score matching objective trained on general crystal structures and has no reliance on simulation data during both training and inference. Experimental results across several benchmarking protein systems demonstrate that Str2Str outperforms previous state-of-the-art generative structure prediction models and can be orders of magnitude faster compared to long MD simulations. Our open-source implementation is available at https://github.com/lujiarui/Str2Str

PaperPDFCodeCode 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="2306.03117")

Code

Syntology Ran 4 of 24 code samples harvested from 1 repository linked to this paper; 20 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 24 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lujiarui/str2str officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

24 samples harvested; 4 ran; 0 honoured the contract we drafted; 20 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.

2ran · our draft was wrong
2ran
20unverified

Licence: 0 of the 24 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 lujiarui/Str2Str. “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.

rot_matmul lujiarui/Str2Str/src/common/rigid_utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 2e879b992afd2e24 · report
rot_vec_mul lujiarui/Str2Str/src/common/rigid_utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 8f2b10d716763add · report
softmax_cross_entropy lujiarui/Str2Str/src/models/loss.py official repository ran fingerprinted MIT (permissive) · f3ea8d22a1778541 · report
torsion_angle_loss lujiarui/Str2Str/src/models/loss.py official repository ran MIT (permissive) · 3e97deab6d7d9366 · report
adjacent_ca_distance lujiarui/Str2Str/src/metrics/metrics.py official repository unverified MIT (permissive) · 856e610be8ee89d4 · report
cast_to_64bit_ints lujiarui/Str2Str/src/common/data_transforms.py official repository unverified MIT (permissive) · b76df65cb485a1dd · report
chi_angle_atom lujiarui/Str2Str/src/common/residue_constants.py official repository unverified MIT (permissive) · ecc8098ecd6f4746 · report
dihedral lujiarui/Str2Str/src/common/geo_utils.py official repository unverified MIT (permissive) · f199987a1f0ff137 · report
distance lujiarui/Str2Str/src/common/geo_utils.py official repository unverified MIT (permissive) · d1caaec311724c12 · report
distance_matrix_ca lujiarui/Str2Str/src/metrics/metrics.py official repository unverified MIT (permissive) · e84fc04d3c204b45 · report
euler_angles_to_matrix lujiarui/Str2Str/src/common/rotation3d.py official repository unverified MIT (permissive) · 97dae9745013aa60 · report
identity_rot_mats lujiarui/Str2Str/src/common/rigid_utils.py official repository unverified MIT (permissive) · 9d856f853a62747f · report
load_model_checkpoint lujiarui/Str2Str/src/utils/checkpoint_utils.py official repository unverified MIT (permissive) · b0920535d36bde78 · report
make_atom14_dists_bounds lujiarui/Str2Str/src/common/residue_constants.py official repository unverified MIT (permissive) · fb537d8922261d67 · report
make_one_hot lujiarui/Str2Str/src/common/data_transforms.py official repository unverified MIT (permissive) · 68d0ff89dbb1e05b · report
make_seq_mask lujiarui/Str2Str/src/common/data_transforms.py official repository unverified MIT (permissive) · e7921e51b2d4316f · report
matrix_to_quaternion lujiarui/Str2Str/src/common/rotation3d.py official repository unverified MIT (permissive) · 50d2fff01c986a3b · report
pairwise_distance_ca lujiarui/Str2Str/src/metrics/metrics.py official repository unverified MIT (permissive) · 910384add37bc7d9 · report
quaternion_to_matrix lujiarui/Str2Str/src/common/rotation3d.py official repository unverified MIT (permissive) · e0238352153c0549 · report
read_pdb_to_string lujiarui/Str2Str/src/common/pdb_utils.py official repository unverified MIT (permissive) · b1557091b069dc8a · report
rots_mul_vecs lujiarui/Str2Str/src/common/geo_utils.py official repository unverified MIT (permissive) · d3e5669be2ccbba5 · report
sequence_to_onehot lujiarui/Str2Str/src/common/residue_constants.py official repository unverified MIT (permissive) · 35fa5e610a62edb5 · report
sigmoid_cross_entropy lujiarui/Str2Str/src/models/loss.py official repository unverified MIT (permissive) · 15326c79adab79b0 · report
split_pdbfile lujiarui/Str2Str/src/common/pdb_utils.py official repository unverified MIT (permissive) · 874dfea9f59cccc3 · report

Tasks

BenchmarkingDenoisingTranslation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Denoising Score Matching

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