Papers › Unified Biomolecular Trajectory Generation via Pretrained Variational Bridge

Unified Biomolecular Trajectory Generation via Pretrained Variational Bridge

7 Feb 2026arXiv:2602.07588added by Syntology

Ziyang Yu, Wenbing Huang, Yang Liu

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

Molecular Dynamics (MD) simulations provide a fundamental tool for characterizing molecular behavior at full atomic resolution, but their applicability is severely constrained by the computational cost. To address this, a surge of deep generative models has recently emerged to learn dynamics at coarsened timesteps for efficient trajectory generation, yet they either generalize poorly across systems or, due to limited molecular diversity of trajectory data, fail to fully exploit structural information to improve generative fidelity. Here, we present the Pretrained Variational Bridge (PVB) in an encoder-decoder fashion, which maps the initial structure into a noised latent space and transports it toward stage-specific targets through augmented bridge matching. This unifies training on both single-structure and paired trajectory data, enabling consistent use of cross-domain structural knowledge across training stages. Moreover, for protein-ligand complexes, we further introduce a reinforcement learning-based optimization via adjoint matching that speeds progression toward the holo state, which supports efficient post-optimization of docking poses. Experiments on proteins and protein-ligand complexes demonstrate that PVB faithfully reproduces thermodynamic and kinetic observables from MD while delivering stable and efficient generative dynamics.

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="2602.07588")

Code

Syntology Ran 15 of 21 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 2 ran · fixture could not drive it; 10 ran with no contract checked.

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

yaledeus/PVB found in paper text by Syntology 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

21 samples harvested; 15 ran; 1 honoured the contract we drafted; 6 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.

1ran · honoured contract
2ran · our draft was wrong
2ran · fixture could not drive it
10ran
6unverified

Licence: 0 of the 21 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 yaledeus/PVB. “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.

CosineCutoff yaledeus/PVB/module/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 443e8e4b7a689a29 · report
ExpNormalSmearing yaledeus/PVB/module/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 78a08041969c2349 · report
GaussianSmearing yaledeus/PVB/module/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 9b06397336dacf66 · report
MLP yaledeus/PVB/module/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 399a9aa98224f17a · report
NeighborEmbedding yaledeus/PVB/module/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · b594864adc680a61 · report
OptimizedDistance yaledeus/PVB/module/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 54c2c64bd68403ef · report
ParamGVPFFNLayer yaledeus/PVB/module/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 88dbb28d5b0f2288 · report
SO3LayerNorm yaledeus/PVB/module/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 0e13725b367dee5d · report
ShiftedSoftplus yaledeus/PVB/module/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 52c667a05695e6eb · report
StochasticInterpolantMatcher yaledeus/PVB/module/model.py found in paper text by Syntology ran MIT (permissive) · 918089d623f37c06 · report
_construct_knn_graph yaledeus/PVB/module/model.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · d7712884f7817823 · report
_topk yaledeus/PVB/module/model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 3383b300e62cef36 · report
construct_edges yaledeus/PVB/module/model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 38e7dd80e9b900cb · report
edge_inclusion_mask yaledeus/PVB/module/model.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 1b9130ea3059f877 · report
scatter yaledeus/PVB/module/model.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · ef4e8a8441121db8 · report
EquivariantMultiHeadAttention yaledeus/PVB/module/model.py found in paper text by Syntology unverified MIT (permissive) · 6b94fbc30cae5c34 · report
TorchMD_VQ_ET yaledeus/PVB/module/model.py found in paper text by Syntology unverified MIT (permissive) · ef6cf86632e97573 · report
_broadcast yaledeus/PVB/module/model.py found in paper text by Syntology unverified MIT (permissive) · 7c50644e7481fffa · report
_init_linear_ yaledeus/PVB/module/model.py found in paper text by Syntology unverified MIT (permissive) · 8e64d43fb37434b3 · report
dyVAE yaledeus/PVB/module/model.py found in paper text by Syntology unverified MIT (permissive) · 6cc7fdca5fe5e062 · report
sequential_and yaledeus/PVB/module/model.py found in paper text by Syntology unverified MIT (permissive) · 0f29a3d2ad9f4458 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.07588, was issued in February 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