Diffusion generator for 2D molecular graphs that blends spatial and spectral denoising branches under signal-to-noise-guided fusion weights.
No providers recorded yet. Browse all providers
A graph diffusion model asks one denoising network the same question at wildly different scales. Early in the reverse trajectory almost every atom and bond label is still noise, and the only recoverable signal is global — how many rings the molecule has, whether it is one connected fragment or several. By the final steps the skeleton is fixed and what remains is local: whether this particular bond is single or double. A stack of message-passing layers handles the second question well and the first poorly, because information travels one hop per layer; a spectral filter over the graph Laplacian has the opposite bias. Most graph diffusion models pick one and live with the mismatch at the other end of the schedule.
DFDM — dynamic fusion diffusion model — runs both branches and changes which one it listens to as sampling proceeds. Developed by Longbin Sun and Xiujuan Lei at Shaanxi Normal University with Mei Ma at Qinghai Normal University and published in Molecular Diversity in September 2026, it pairs a GINE-based spatial branch with a Chebyshev spectral branch inside the denoiser and mixes their outputs using weights that are both layer-specific and conditioned on the signal-to-noise ratio of the current diffusion step. The schedule of emphasis is learned rather than hand-set, and a noise-stratified analysis on QM9 recovers the transition the design anticipates: spectral emphasis at high noise, spatial emphasis near the end of denoising.
DFDM generates 2D molecular graphs — atom types and bond orders, not 3D conformers — which places it alongside catalog entries such as DeFoG, AutoGraph and G2PT, and against the variational autoencoder, normalizing-flow, GAN, energy-based and score-based SDE lineage the paper cites.
DFDM is trained on the two standard molecular graph benchmarks: QM9, roughly 134,000 small organic molecules of up to nine heavy atoms enumerated from GDB-17, and ZINC250k, 250,000 drug-like compounds from the ZINC catalogue reaching around 38 heavy atoms. Generation is unconditional — the trained denoising network transforms noise into structured atom and bond representations over the reverse trajectory, with no refitting at sampling time. Across three seeded runs on each dataset, DFDM reports the lowest mean Fréchet ChemNet Distance and the highest mean validity without correction among the methods it compares against. Two ablations speak to the mechanism rather than the leaderboard: replacing the dynamic weights with fixed ones degrades the overall balance of metrics on both datasets, and stratifying QM9 generations by noise level shows a systematic handover from the spectral branch at high noise to the spatial branch near the final denoising stage. The work was supported by the National Natural Science Foundation of China (grant 62272288). No source code or trained weights accompany the paper, and its data availability statement records that no new datasets were generated or analysed.
The immediate use is de novo library generation for early-stage drug discovery — sampling novel, chemically valid drug-like graphs that can then be filtered, scored, embedded into 3D and docked. Because Fréchet ChemNet Distance measures how closely a generated set resembles the training distribution in a learned chemical embedding, a model that leads on it suits broad in-distribution enumeration around a known chemical space rather than excursions far outside it. The fusion mechanism is the more portable contribution: conditioning the mix of local and global representations on the noise level is not specific to chemistry and applies to any discrete graph diffusion task where topology and local labels are recovered at different points in the schedule.
DFDM is a recent journal publication with no downstream adoption to report yet. Its contribution is a design principle with direct evidence behind it — a denoiser's inductive bias should be a function of where in the reverse trajectory it sits — and the noise-stratified analysis is the most transferable result in the paper regardless of how the benchmark table ages. Independent assessment is currently hard: the article is subscription-only, no repository or checkpoint has been released, and the reported gains are distributional metrics on two benchmarks with no synthesis, docking or experimental follow-up. For now its value is the mechanism rather than an artifact others can run.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.