Papers › D-Flow: Multi-modality Flow Matching for D-peptide Design

D-Flow: Multi-modality Flow Matching for D-peptide Design

15 Nov 2024arXiv:2411.10618links table onlyarchive 2025-07-28

Fang Wu, Shuting Jin, Xiangru Tang, Junlin Xu, Mark Gerstein, James Zou

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Among these, D-peptides are resistant to proteolysis, exhibit greater in vivo stability, and are easier to synthesize. Despite advances in deep learning for peptide discovery, the scarcity of natural D-protein data limits the transfer of existing generative models to the D-peptide chemical space. We propose D-Flow, a full-atom flow-based framework for de novo D-peptide design. Conditioned on receptor binding, D-Flow uses structural representations incorporating backbone frames, side-chain angles, and discrete amino acid types. A mirror-image algorithm is implemented to address the lack of training data for D-proteins by converting the chirality of L-receptors. Furthermore, we enhance D-Flow's capacity by integrating protein language models (PLMs) with structural awareness through a lightweight structural adapter that injects structural representations into PLM embeddings. This enables D-Flow to learn conformational priors in the D-peptide chemical space and to accommodate the chiral selectivity of binding sites, thereby mitigating the scarcity of D-peptide data. A two-stage training pipeline and a control toolkit enable D-Flow to transition from general protein design to targeted binder design while preserving pre-training knowledge. Results on the PepMerge benchmark show D-Flow's effectiveness. D-peptides generated by D-Flow align more closely with native sequences and structures, with sequence identity improving by 10.2% over the best baseline, and the top affinity score reaching 24.31%. Overall, D-Flow shows potential for D-peptide design, facilitating the development of bioorthogonal and stable molecular tools and diagnostics. Code is available at https://github.com/smiles724/PeptideDesign.

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

Code

Syntology Ran 5 of 13 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 5 ran with no contract checked.

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

smiles724/peptidedesign officialmentioned in paperpytorch 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

13 samples harvested; 5 ran; 0 honoured the contract we drafted; 8 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.

5ran
8unverified

Licence: 13 of the 13 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 smiles724/peptidedesign. “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.

featurize smiles724/peptidedesign/ProteinMPNN/training/model_utils.py official repository ran no licence file found · pointer only · c2b57f862d5703b7 · report
loss_nll smiles724/peptidedesign/ProteinMPNN/training/model_utils.py official repository ran no licence file found · pointer only · fe5ca31f1198b1d4 · report
loss_smoothed smiles724/peptidedesign/ProteinMPNN/training/model_utils.py official repository ran no licence file found · pointer only · 5ddd6c881d3a7b70 · report
parse_PDB smiles724/peptidedesign/ProteinMPNN/protein_mpnn_utils.py official repository ran no licence file found · pointer only · cef35149a8e05f7d · report
parse_PDB_biounits smiles724/peptidedesign/ProteinMPNN/protein_mpnn_utils.py official repository ran no licence file found · pointer only · e68c5be0ba38ac9b · report
a smiles724/peptidedesign/dflow/models/adjoint.py official repository unverified no licence file found · pointer only · 9629dca77d3d1713 · report
b smiles724/peptidedesign/dflow/models/adjoint.py official repository unverified no licence file found · pointer only · b6517847147d424f · report
calculate_chirality smiles724/peptidedesign/check_chirality.py official repository unverified no licence file found · pointer only · ff9b2cd0c9054d27 · report
f smiles724/peptidedesign/dflow/models/adjoint.py official repository unverified no licence file found · pointer only · 11c3c2c25a443605 · report
get_consecutive_flag smiles724/peptidedesign/dflow/models/geometry.py official repository unverified no licence file found · pointer only · 84dcd86c6c65c41a · report
get_terminus_flag smiles724/peptidedesign/dflow/models/geometry.py official repository unverified no licence file found · pointer only · 6ab1348c2b968697 · report
safe_norm smiles724/peptidedesign/dflow/models/geometry.py official repository unverified no licence file found · pointer only · e253039723a2f1f8 · report
tied_featurize smiles724/peptidedesign/ProteinMPNN/protein_mpnn_utils.py official repository unverified no licence file found · pointer only · eb4c06bdb443e54e · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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