Papers › Geometric-Facilitated Denoising Diffusion Model for 3D Molecule Generation

Geometric-Facilitated Denoising Diffusion Model for 3D Molecule Generation

5 Jan 2024arXiv:2401.02683archive 2025-07-28

Can Xu, Haosen Wang, Weigang Wang, Pengfei Zheng, Hongyang Chen

Denoising diffusion models have shown great potential in multiple research areas. Existing diffusion-based generative methods on de novo 3D molecule generation face two major challenges. Since majority heavy atoms in molecules allow connections to multiple atoms through single bonds, solely using pair-wise distance to model molecule geometries is insufficient. Therefore, the first one involves proposing an effective neural network as the denoising kernel that is capable to capture complex multi-body interatomic relationships and learn high-quality features. Due to the discrete nature of graphs, mainstream diffusion-based methods for molecules heavily rely on predefined rules and generate edges in an indirect manner. The second challenge involves accommodating molecule generation to diffusion and accurately predicting the existence of bonds. In our research, we view the iterative way of updating molecule conformations in diffusion process is consistent with molecular dynamics and introduce a novel molecule generation method named Geometric-Facilitated Molecular Diffusion (GFMDiff). For the first challenge, we introduce a Dual-Track Transformer Network (DTN) to fully excevate global spatial relationships and learn high quality representations which contribute to accurate predictions of features and geometries. As for the second challenge, we design Geometric-Facilitated Loss (GFLoss) which intervenes the formation of bonds during the training period, instead of directly embedding edges into the latent space. Comprehensive experiments on current benchmarks demonstrate the superiority of GFMDiff.

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

Code

Syntology Ran 13 of 13 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 10 ran with no contract checked.

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

LEOXC1571/GFMDiff officialmentioned 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

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

1ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
10ran

Licence: 0 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 LEOXC1571/GFMDiff. “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.

cdf_standard_gaussian LEOXC1571/GFMDiff/models/diff/loss.py official repository ran fingerprinted MIT (permissive) · 89618950bbce6adb · report
clip_noise_schedule LEOXC1571/GFMDiff/models/diff/noise.py official repository ran fingerprinted MIT (permissive) · 761b3c71b3bd357b · report
gaussian_kl LEOXC1571/GFMDiff/models/diff/loss.py official repository ran MIT (permissive) · 5f1c82e11edc1360 · report
get_adj_matrix LEOXC1571/GFMDiff/models/egnn.py official repository ran MIT (permissive) · 5e3638e42354c03e · report
get_angle LEOXC1571/GFMDiff/models/diff/utils.py official repository ran fingerprinted MIT (permissive) · 56a63de1e5c2817f · report
get_bond LEOXC1571/GFMDiff/models/diff/utils.py official repository ran MIT (permissive) · 5080c95ebb45608e · report
polynomial_schedule LEOXC1571/GFMDiff/models/diff/noise.py official repository ran MIT (permissive) · 1b8c89dc79f7924f · report
read_discrete_feat LEOXC1571/GFMDiff/models/diff/utils.py official repository ran MIT (permissive) · 57ff3eabc890edf3 · report
sigmoid LEOXC1571/GFMDiff/models/diff/noise.py official repository ran · violated contract fingerprinted MIT (permissive) · 152398a541d26c5a · report
train_classifier LEOXC1571/GFMDiff/sample_eval.py official repository ran MIT (permissive) · 9d71ad8e980762c7 · report
unsorted_segment_mean LEOXC1571/GFMDiff/models/egnn.py official repository ran · fixture could not drive it MIT (permissive) · bc66f19be57720e7 · report
unsorted_segment_sum LEOXC1571/GFMDiff/models/egnn.py official repository ran · our draft was wrong MIT (permissive) · dfdf6dc1a0720e57 · report
valid_classifier LEOXC1571/GFMDiff/sample_eval.py official repository ran MIT (permissive) · b218d1742958d078 · report

Tasks

3D Molecule GenerationDenoising

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDiffusionDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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