Views
No views yet
B_ij = -λ |t_i - t_j|^β, where λ is a per-head learnable decay (ALiBi-initialised) and β is a fixed time-scaling exponent selected per model variant.This HuggingFace repository hosts the released weights and processed data. For installation, inference, training, the data pipeline, and the manuscript benchmark code, see the BioKinema GitHub repository.
| File | Description | Size |
|---|---|---|
BioKinema_atlas+misato+mdposit_sqrt.pt | sqrt checkpoint (EMA). For protein–ligand complexes and short-time MD. Trained on Atlas + MISATO + MDposit with β = 0.5. | ~3.9 GB |
BioKinema_CATH+octapeptide_beta0.25.pt | beta=0.25 checkpoint (EMA). For long-time, single-chain protein MD. Trained on MSR (CATH / MegaSim / octapeptides) with β = 0.25; adds a TICA-dynamics loss. | ~3.9 GB |
biokinema_codec_bundle.tar | Processed MISATO / MDposit / unbinding data in a lossless compressed codec (one template bioassembly per trajectory + a stacked-coordinate array). Used by sqrt training. | ~41 GB |
BioKinema_atlas+misato+mdposit_sqrt.pt (run with β = 0.5).BioKinema_CATH+octapeptide_beta0.25.pt (run with β = 0.25).β must match the checkpoint at inference time (pass it via --beta).1bash inference.sh \
2 --checkpoint_path ./checkpoints/BioKinema_atlas+misato+mdposit_sqrt.pt \
3 --dump_dir ./output \
4 --input_file ./experiments/atlas_benchmark/init_frames/7lp1_A_R1_0.cif \
5 --beta 0.5module. prefix) are handled automatically by the inference runner.1tar -xf biokinema_codec_bundle.tar -C $BIOKINEMA_UNBINDING_ROOT
2# -> $BIOKINEMA_UNBINDING_ROOT/{misato_codec,mdposit_codec,unbinding_codec}bioassembly_dict_dir at the corresponding *_codec/ directory; the data loader auto-detects and decompresses on the fly.10.5281/zenodo.15629740, 10.5281/zenodo.15641199, 10.5281/zenodo.15641184.1@article{feng2026physically,
2 title={Physically Grounded Generative Modeling of All-Atom Biomolecular Dynamics},
3 author={Feng, Bin and Zhang, Jiying and Zhang, Xinni and Zhang, Ming and Barth, Patrick and Liu, Zijing and Li, Yu},
4 journal={bioRxiv},
5 pages={2026--02},
6 year={2026},
7 publisher={Cold Spring Harbor Laboratory}
8}