Papers › Graph Denoising Diffusion for Inverse Protein Folding

Graph Denoising Diffusion for Inverse Protein Folding

29 Jun 2023NeurIPS 2023 11arXiv:2306.16819archive 2025-07-28

Kai Yi, Bingxin Zhou, Yiqing Shen, Pietro Liò, Yu Guang Wang

Inverse protein folding is challenging due to its inherent one-to-many mapping characteristic, where numerous possible amino acid sequences can fold into a single, identical protein backbone. This task involves not only identifying viable sequences but also representing the sheer diversity of potential solutions. However, existing discriminative models, such as transformer-based auto-regressive models, struggle to encapsulate the diverse range of plausible solutions. In contrast, diffusion probabilistic models, as an emerging genre of generative approaches, offer the potential to generate a diverse set of sequence candidates for determined protein backbones. We propose a novel graph denoising diffusion model for inverse protein folding, where a given protein backbone guides the diffusion process on the corresponding amino acid residue types. The model infers the joint distribution of amino acids conditioned on the nodes' physiochemical properties and local environment. Moreover, we utilize amino acid replacement matrices for the diffusion forward process, encoding the biologically-meaningful prior knowledge of amino acids from their spatial and sequential neighbors as well as themselves, which reduces the sampling space of the generative process. Our model achieves state-of-the-art performance over a set of popular baseline methods in sequence recovery and exhibits great potential in generating diverse protein sequences for a determined protein backbone structure.

PaperPDFConference PDFCodeCode 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.16819")

Code

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

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

ykiiiiii/grade_if 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

21 samples harvested; 11 ran; 2 honoured the contract we drafted; 10 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 · honoured contract
2ran · violated contract
3ran · our draft was wrong
4ran
10unverified

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 ykiiiiii/grade_if. “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.

PredefinedNoiseScheduleDiscrete ykiiiiii/grade_if/diffusion/gradeif.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 01cbb7848fc50864 · report
batched_index_select ykiiiiii/GraDe_IF/diffusion/model/egnn_pytorch/egnn_pytorch.py official repository ran · our draft was wrong MIT (permissive) · 582b2f1aa69315a0 · report
clip_noise_schedule ykiiiiii/GraDe_IF/diffusion/utils.py official repository ran fingerprinted MIT (permissive) · 227cedce4e185b09 · report
cosine_beta_schedule ykiiiiii/GraDe_IF/diffusion/utils.py official repository ran · honoured contract fingerprinted MIT (permissive) · 826fe75952e9c8fb · report
exists ykiiiiii/GraDe_IF/diffusion/model/egnn_pytorch/egnn_pytorch.py official repository ran · violated contract MIT (permissive) · aa5486a3650902d8 · report
exists ykiiiiii/GraDe_IF/diffusion/gradeif.py official repository ran · violated contract MIT (permissive) · 608e364a9d2376a3 · report
has_nan_or_inf ykiiiiii/grade_if/diffusion/gradeif.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 9d3a88ecd04c9fa7 · report
num_to_groups ykiiiiii/grade_if/diffusion/gradeif.py official repository ran · honoured contract fingerprinted MIT (permissive) · 4f66ae7f14b3b240 · report
safe_div ykiiiiii/GraDe_IF/diffusion/model/egnn_pytorch/egnn_pytorch.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · d92b80051870e976 · report
safe_index ykiiiiii/GraDe_IF/dataset_src/utils.py official repository ran fingerprinted MIT (permissive) · 556ccfd77bd3c202 · report
sum_except_batch ykiiiiii/GraDe_IF/diffusion/utils.py official repository ran fingerprinted MIT (permissive) · 2cee3f8f2583fd9d · report
BlosumTransition ykiiiiii/grade_if/diffusion/gradeif.py official repository unverified MIT (permissive) · bf6b44b1a6414f1c · report
DiscreteUniformTransition ykiiiiii/grade_if/diffusion/gradeif.py official repository unverified MIT (permissive) · 5f6908aac98fe703 · report
GraDe_IF ykiiiiii/grade_if/diffusion/gradeif.py official repository unverified MIT (permissive) · eb48da1c7c545b9e · report
dataset_argument ykiiiiii/GraDe_IF/dataset_src/utils.py official repository unverified MIT (permissive) · 40c02c9bb61dccd1 · report
get_pdb ykiiiiii/GraDe_IF/dataset_src/download_pdb.py official repository unverified MIT (permissive) · 53c6f2683e5d4b78 · report
get_stat ykiiiiii/GraDe_IF/dataset_src/utils.py official repository unverified MIT (permissive) · d04f9a6f7f21ed3c · report
prepare_graph ykiiiiii/GraDe_IF/dataset_src/generate_graph.py official repository unverified MIT (permissive) · 3edd03452fa3816d · report
rot ykiiiiii/GraDe_IF/diffusion/model/egnn_pytorch/utils.py official repository unverified MIT (permissive) · ce6e710ab3f70a4e · report
rot_y ykiiiiii/GraDe_IF/diffusion/model/egnn_pytorch/utils.py official repository unverified MIT (permissive) · 01d34e165ddda4f6 · report
rot_z ykiiiiii/GraDe_IF/diffusion/model/egnn_pytorch/utils.py official repository unverified MIT (permissive) · 65804fe33d6057cf · report

Tasks

DenoisingProtein Folding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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