Papers › DecompDiff: Diffusion Models with Decomposed Priors for Structure-Based Drug Design

DecompDiff: Diffusion Models with Decomposed Priors for Structure-Based Drug Design

26 Feb 2024arXiv:2403.07902archive 2025-07-28

Jiaqi Guan, Xiangxin Zhou, Yuwei Yang, Yu Bao, Jian Peng, Jianzhu Ma, Qiang Liu, Liang Wang, Quanquan Gu

Designing 3D ligands within a target binding site is a fundamental task in drug discovery. Existing structured-based drug design methods treat all ligand atoms equally, which ignores different roles of atoms in the ligand for drug design and can be less efficient for exploring the large drug-like molecule space. In this paper, inspired by the convention in pharmaceutical practice, we decompose the ligand molecule into two parts, namely arms and scaffold, and propose a new diffusion model, DecompDiff, with decomposed priors over arms and scaffold. In order to facilitate the decomposed generation and improve the properties of the generated molecules, we incorporate both bond diffusion in the model and additional validity guidance in the sampling phase. Extensive experiments on CrossDocked2020 show that our approach achieves state-of-the-art performance in generating high-affinity molecules while maintaining proper molecular properties and conformational stability, with up to -8.39 Avg. Vina Dock score and 24.5 Success Rate. The code is provided at https://github.com/bytedance/DecompDiff

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

Code

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

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

bytedance/decompdiff officialmentioned in paperpytorchNOASSERTION report
ask-berkeley/badger-sbdd mentioned 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

19 samples harvested; 14 ran; 3 honoured the contract we drafted; 5 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.

3ran · honoured contract
2ran · our draft was wrong
1ran · fixture could not drive it
8ran
5unverified

Licence: 19 of the 19 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 bytedance/decompdiff. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

G_fn bytedance/decompdiff/utils/guidance_funcs.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 3af636c75c65ce49 · report
GetDihedralFromPointCloud bytedance/decompdiff/utils/geometry.py official repository ran licence not identified · pointer only · e53fa09199fa3989 · report
SetDihedralOnPointCloud bytedance/decompdiff/utils/geometry.py official repository ran licence not identified · pointer only · 1936e85d6b2c8489 · report
batch_from_data_list bytedance/decompdiff/datasets/pl_data.py official repository ran licence not identified · pointer only · c705c3a91a514e7a · report
categorical_kl bytedance/decompdiff/models/decompdiff.py official repository ran fingerprinted licence not identified · pointer only · b0494ad06b18d52c · report
compute_batch_clash_loss bytedance/decompdiff/utils/guidance_funcs.py official repository ran licence not identified · pointer only · a033042342c5254f · report
compute_body_intersection_loss bytedance/decompdiff/utils/guidance_funcs.py official repository ran licence not identified · pointer only · 5ea4335b29d66406 · report
cosine_beta_schedule bytedance/decompdiff/models/transitions.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · c92a02b48d8fb1c4 · report
get_beta_schedule bytedance/decompdiff/models/transitions.py official repository ran · honoured contract no licence file found · pointer only · ca0cea1ca1eeec89 · report
get_bond_auroc bytedance/DecompDiff/scripts/train_diffusion_decomp.py official repository ran · our draft was wrong licence not identified · pointer only · 8c0cc85de0b651eb · report
index_to_log_onehot bytedance/decompdiff/models/transitions.py official repository ran licence not identified · pointer only · 18603a28414ef5ca · report
log_categorical bytedance/decompdiff/models/decompdiff.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · f4b18dd8f67674cb · report
torchify_dict bytedance/decompdiff/datasets/pl_data.py official repository ran licence not identified · pointer only · 66be0bd63ba01421 · report
change_formal_charge bytedance/decompdiff/utils/data.py official repository unverified licence not identified · pointer only · c31403e2f2a539eb · report
convert_dgl_to_batch bytedance/decompdiff/models/common.py official repository unverified licence not identified · pointer only · 89ee6692257f7c6b · report
get_h_dist bytedance/decompdiff/models/common.py official repository unverified no licence file found · pointer only · 3c6858db01947fd5 · report
get_r_feat bytedance/decompdiff/models/common.py official repository unverified no licence file found · pointer only · 27af771ab4cfc179 · report
parse_pdbbind_index_file bytedance/decompdiff/utils/data.py official repository unverified no licence file found · pointer only · 288ecf6e1d51c3c7 · report
unbatch_v_traj identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 47ce9e33fa6b180f · report

Tasks

Drug DesignDrug Discovery

1 archive task tag without a task page not shown.

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