<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>molecular graph noise removal &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/molecular-graph-noise-removal/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 14:49:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>molecular graph noise removal &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>New Diffusion Model Blends Local and Global Views to Generate Better Molecules</title>
		<link>https://scienmag.com/new-diffusion-model-blends-local-and-global-views-to-generate-better-molecules/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 14:49:01 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[advances in chemical molecule generation]]></category>
		<category><![CDATA[AI for drug discovery]]></category>
		<category><![CDATA[balancing molecular structure accuracy]]></category>
		<category><![CDATA[chemical validity and diversity]]></category>
		<category><![CDATA[de novo molecular design]]></category>
		<category><![CDATA[denoising network]]></category>
		<category><![CDATA[diffusion model]]></category>
		<category><![CDATA[diffusion models in chemistry]]></category>
		<category><![CDATA[drug discovery]]></category>
		<category><![CDATA[dynamic fusion diffusion model]]></category>
		<category><![CDATA[Fréchet ChemNet Distance]]></category>
		<category><![CDATA[generative AI]]></category>
		<category><![CDATA[generative machine learning in chemistry]]></category>
		<category><![CDATA[Graph neural network]]></category>
		<category><![CDATA[local and global molecular structure]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[molecular generation]]></category>
		<category><![CDATA[molecular graph generation]]></category>
		<category><![CDATA[molecular graph noise removal]]></category>
		<category><![CDATA[neural networks for molecular design]]></category>
		<category><![CDATA[QM9]]></category>
		<category><![CDATA[spectral graph convolution]]></category>
		<category><![CDATA[two-dimensional molecular graph synthesis]]></category>
		<category><![CDATA[ZINC250k]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=205975</guid>

					<description><![CDATA[Researchers have developed DFDM, a diffusion model that dynamically fuses local spatial and global spectral graph representations to generate chemically valid and diverse molecules with record-setting performance on standard benchmarks.]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence has transformed the way researchers imagine new molecules, but the generative models behind these breakthroughs still face a stubborn problem: molecules are not just collections of atoms, they are intricate graphs in which local chemical bonds and global architecture must both be right at the same time. A team of Chinese researchers now reports a fresh answer to that challenge with a model called DFDM, a dynamic fusion diffusion model designed to generate two-dimensional molecular graphs with unprecedented balance between chemical validity, diversity, and novelty. The work, published in the journal Molecular Diversity, demonstrates that carefully orchestrating how a neural network perceives molecular structure at different stages of noise removal can measurably improve the quality of the molecules it produces.</p>
<p>Diffusion models have become one of the most powerful paradigms in generative machine learning, famous for their success in image synthesis and increasingly prominent in chemistry and drug discovery. The core idea is elegantly counterintuitive. During training, structured data such as a molecular graph is progressively corrupted by adding random noise until it becomes indistinguishable from static. A neural network is then taught to reverse that process, learning to strip away noise step by step until a coherent structure emerges from pure randomness. When applied to molecules, the reverse diffusion process must reconstruct both the atoms and the bonds connecting them, turning formless noise into valid, diverse, and novel chemical graphs. Every single reverse step depends on accurate denoising, which makes the denoising network the linchpin of the entire enterprise.</p>
<p>The difficulty lies in what that denoising network must accomplish simultaneously. At the local level, it has to recover chemical connectivity: which atoms are bonded to which neighbors, and with what bond types. At the global level, it must grasp the topology of the whole graph, the overall scaffold that determines the molecule&#8217;s shape and, ultimately, its biological behavior. Convolution-style message passing networks excel at capturing local neighborhoods, while spectral graph methods, which operate on the eigenstructure of the graph Laplacian, are naturally suited to describing global patterns. Most existing models commit to one perspective, leaving the complementary one underexplored, and that compromise shows up in the quality of generated molecules.</p>
<p>Longbin Sun and Xiujuan Lei of Shaanxi Normal University, together with Mei Ma of Qinghai Normal University, tackled this trade-off head-on. Their DFDM model combines two parallel branches inside the denoising network. The first is a spatial branch built on GINE, a graph isomorphism network variant widely used for learning from molecular graphs through neighbor message passing. The second is a Chebyshev spectral branch, which leverages Chebyshev polynomial approximations of graph convolution to capture information distributed across the entire molecular graph. Rather than forcing a fixed marriage between the two, DFDM fuses their outputs using weights that change from layer to layer and are guided by the signal-to-noise ratio at each step of the reverse diffusion process.</p>
<p>This signal-to-noise-ratio guidance is the conceptual heart of the method. Early in the reverse process, when the molecular graph is still mostly noise, the amount of genuine signal is tiny; late in the process, signal dominates. Intuitively, when almost nothing is known about the molecule, broad global information is more useful than fine local detail, whereas near the end of generation, when atomic identities and bonds are crystallizing, precise local connectivity becomes paramount. By tying the fusion weights to the measured noise level, DFDM lets the model decide dynamically which branch to trust at every stage and in every layer, rather than committing to a static balance that may be wrong for most of the generation trajectory.</p>
<p>The team evaluated DFDM on two of the standard benchmarks in generative molecular chemistry: QM9, a dataset of roughly one hundred thirty-four thousand small molecules with quantum chemical properties, and ZINC250k, a quarter-million subset of drug-like compounds drawn from the ZINC database. To guard against lucky runs, they repeated the full generation-and-evaluation pipeline three times with independent random seeds. Across these runs, DFDM achieved the lowest mean Fréchet ChemNet Distance among the compared methods, a metric that measures how closely the distribution of generated molecules resembles that of real molecules as judged by a pretrained chemical neural network. Lower values indicate generated chemistry that statistically looks like real chemistry, spanning both diversity and plausibility.</p>
<p>Just as striking was DFDM&#8217;s performance on validity. The model achieved the highest mean validity without correction, meaning the largest fraction of its generated outputs were chemically sound molecules exactly as produced, without any post-hoc repair or filtering tricks. In molecular generation, validity is a perennial headache; many powerful models produce graph structures that violate basic valence rules and must be salvaged by external cheminformatics tools. A model that natively generates valid molecules most of the time saves computation and, more importantly, indicates that its internal representation of chemistry is genuinely coherent rather than superficially plausible.</p>
<p>Ablation experiments, in which components of the model are systematically removed, provided insight into why the dynamic approach works. On both datasets, replacing the dynamic fusion with fixed weights, which let the spatial and spectral branches contribute equally regardless of noise level, degraded the overall balance of metrics. The dynamic version consistently offered a better compromise across validity, uniqueness, novelty, and distributional distance. Even more revealing was a noise-stratified analysis on QM9, which examined which branch dominated at different points along the reverse diffusion trajectory. The results showed a systematic transition: at high noise levels the spectral, global branch carried more weight, while near the final denoising stages emphasis shifted decisively toward the spatial, local branch. This mirrors exactly the intuition that coarse architecture must be settled before fine chemical details can be fixed.</p>
<p>Why does this matter beyond the benchmark tables? De novo molecular design sits at the front end of drug discovery, where the search space of possible small molecules is astronomically large, estimated in some analyses to exceed ten to the sixtieth candidate structures. Generative models act as intelligent compasses in that vast space, proposing molecules that are chemically valid, structurally novel, and statistically similar to known active compounds. Diffusion-based generators have rapidly become favorites in this arena, alongside variational autoencoders, generative adversarial networks, and flow-based models, because they combine stable training with high sample quality. Improvements in how diffusion models represent and denoise molecular graphs therefore translate directly into better raw material for virtual screening and lead optimization pipelines.</p>
<p>The DFDM results also carry a broader lesson for graph generative modeling in general. The finding that a model should weight global spectral information when the data is noisy and local spatial information when the data is nearly clean suggests that the denoising problem itself has a multiscale structure, and that generative architectures should respect it. Rather than chasing ever larger networks, the authors&#8217; approach shows that intelligent coordination of complementary inductive biases, each suited to a different scale and a different point in the generation process, can yield concrete, measurable gains. The work was supported by the National Natural Science Foundation of China, and the authors note that no new datasets were generated or analyzed beyond the benchmarks used. As diffusion models continue their migration into chemistry, dynamic fusion of local and global views may well become a standard ingredient in the generative toolkit, helping machines not merely dream up molecules, but dream them up correctly.</p>
<p><strong>Subject of Research:</strong> A dynamic fusion diffusion model for generating two-dimensional molecular graphs by combining spatial and spectral graph neural network branches</p>
<p><strong>Article Title:</strong> A dynamic fusion diffusion model for molecular generation</p>
<p><strong>Article References:</strong> Sun, L., Lei, X., &amp; Ma, M. (2026). A dynamic fusion diffusion model for molecular generation. <em>Molecular Diversity</em>. <a href="https://doi.org/10.1007/s11030-026-11718-9" rel="noopener noreferrer">https://doi.org/10.1007/s11030-026-11718-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11030-026-11718-9" rel="noopener noreferrer">10.1007/s11030-026-11718-9</a></p>
<p><strong>Keywords:</strong> molecular generation, diffusion model, graph neural network, drug discovery, denoising network, QM9, ZINC250k, de novo molecular design, Fréchet ChemNet Distance, spectral graph convolution, machine learning, generative AI</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">205975</post-id>	</item>
	</channel>
</rss>
