Papers › Floating Anchor Diffusion Model for Multi-motif Scaffolding

Floating Anchor Diffusion Model for Multi-motif Scaffolding

5 Jun 2024arXiv:2406.03141archive 2025-07-28

Ke Liu, Weian Mao, Shuaike Shen, Xiaoran Jiao, Zheng Sun, Hao Chen, Chunhua Shen

Motif scaffolding seeks to design scaffold structures for constructing proteins with functions derived from the desired motif, which is crucial for the design of vaccines and enzymes. Previous works approach the problem by inpainting or conditional generation. Both of them can only scaffold motifs with fixed positions, and the conditional generation cannot guarantee the presence of motifs. However, prior knowledge of the relative motif positions in a protein is not readily available, and constructing a protein with multiple functions in one protein is more general and significant because of the synergies between functions. We propose a Floating Anchor Diffusion (FADiff) model. FADiff allows motifs to float rigidly and independently in the process of diffusion, which guarantees the presence of motifs and automates the motif position design. Our experiments demonstrate the efficacy of FADiff with high success rates and designable novel scaffolds. To the best of our knowledge, FADiff is the first work to tackle the challenge of scaffolding multiple motifs without relying on the expertise of relative motif positions in the protein. Code is available at https://github.com/aim-uofa/FADiff.

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

Code

Syntology Ran 15 of 16 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 3 ran · our draft was wrong; 12 ran with no contract checked.

By repository: official repository: 16 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.

aim-uofa/fadiff 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

16 samples harvested; 15 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
12ran
1unverified

Licence: 16 of the 16 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 aim-uofa/FADiff. “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.

calc_perplexity aim-uofa/FADiff/analysis/metrics.py official repository ran no licence file found · pointer only · 71c23f56d0518c34 · report
create_pad_feats aim-uofa/FADiff/experiments/inference_se3_diffusion.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · fd5db15443a969ae · report
featurize aim-uofa/FADiff/ProteinMPNN/training/model_utils.py official repository ran no licence file found · pointer only · c2b57f862d5703b7 · report
flatten_final_dims aim-uofa/FADiff/model/ipa_pytorch.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 706bd906bbbd5b15 · report
get_index_embedding aim-uofa/FADiff/model/score_network.py official repository ran no licence file found · pointer only · 773151823a896982 · report
get_timestep_embedding aim-uofa/FADiff/model/score_network.py official repository ran fingerprinted no licence file found · pointer only · 9dd59322af4320e1 · report
he_orthogonal_init aim-uofa/FADiff/model/layers.py official repository ran fingerprinted no licence file found · pointer only · e2f0fc69bf175683 · report
loss_nll aim-uofa/FADiff/ProteinMPNN/training/model_utils.py official repository ran no licence file found · pointer only · fe5ca31f1198b1d4 · report
loss_smoothed aim-uofa/FADiff/ProteinMPNN/training/model_utils.py official repository ran no licence file found · pointer only · 5ddd6c881d3a7b70 · report
parse_PDB aim-uofa/FADiff/ProteinMPNN/protein_mpnn_utils.py official repository ran no licence file found · pointer only · cef35149a8e05f7d · report
parse_PDB_biounits aim-uofa/FADiff/ProteinMPNN/protein_mpnn_utils.py official repository ran no licence file found · pointer only · e68c5be0ba38ac9b · report
permute_final_dims aim-uofa/FADiff/model/ipa_pytorch.py official repository ran · our draft was wrong no licence file found · pointer only · c653d7a1bb820cd6 · report
permute_final_dims aim-uofa/FADiff/model/layers.py official repository ran no licence file found · pointer only · a4bb7c759a3c22ca · report
reorder_structure aim-uofa/FADiff/experiments/inference_se3_diffusion.py official repository ran no licence file found · pointer only · 49dc9bb443180bd0 · report
rigids_to_se3_vec aim-uofa/FADiff/analysis/utils.py official repository ran fingerprinted no licence file found · pointer only · fbda17bc1b77dd8a · report
tied_featurize aim-uofa/FADiff/ProteinMPNN/protein_mpnn_utils.py official repository unverified no licence file found · pointer only · eb4c06bdb443e54e · report

Tasks

model

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionInpainting

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