<?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>deep learning in chemistry &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/deep-learning-in-chemistry/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 05 Sep 2026 15:08:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>deep learning in chemistry &#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>Graph neural network predicts multiple molecular flavor labels</title>
		<link>https://scienmag.com/graph-neural-network-predicts-multiple-molecular-flavor-labels/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 05 Sep 2026 15:08:07 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[chemical bond topology]]></category>
		<category><![CDATA[Chemical graph representation for flavor analysis]]></category>
		<category><![CDATA[chemical structure analysis]]></category>
		<category><![CDATA[cheminformatics]]></category>
		<category><![CDATA[Cheminformatics and machine learning for taste prediction]]></category>
		<category><![CDATA[Deep learning for multi-sensory flavor labels]]></category>
		<category><![CDATA[deep learning in chemistry]]></category>
		<category><![CDATA[flavor compound diversity]]></category>
		<category><![CDATA[flavor perception prediction]]></category>
		<category><![CDATA[FlavorGPN framework for predicting taste profiles]]></category>
		<category><![CDATA[Graph neural network]]></category>
		<category><![CDATA[Graph neural networks in chemical property prediction]]></category>
		<category><![CDATA[graph-based machine learning]]></category>
		<category><![CDATA[Graph-based modeling of chemical bonds in flavor prediction]]></category>
		<category><![CDATA[Machine learning approaches to human flavor perception]]></category>
		<category><![CDATA[molecular flavor prediction]]></category>
		<category><![CDATA[Molecular flavor prediction using graph neural networks]]></category>
		<category><![CDATA[molecular graph encoding]]></category>
		<category><![CDATA[multi-label classification]]></category>
		<category><![CDATA[Multilabel classification of flavor compounds]]></category>
		<category><![CDATA[Structural diversity of flavor molecules]]></category>
		<category><![CDATA[Structure-based flavor prediction models]]></category>
		<category><![CDATA[transfer learning for molecules]]></category>
		<category><![CDATA[Transfer learning in molecular flavor prediction]]></category>
		<guid isPermaLink="false">https://scienmag.com/graph-neural-network-predicts-multiple-molecular-flavor-labels/</guid>

					<description><![CDATA[Artificial intelligence has learned to taste, or at least to predict what a molecule will taste like, with remarkable accuracy. In a new study published in Molecular Diversity, researchers at Nanjing Agricultural University introduce FlavorGPN, a graph neural network framework that reads the structure of a chemical compound and forecasts which flavors it will evoke, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence has learned to taste, or at least to predict what a molecule will taste like, with remarkable accuracy. In a new study published in Molecular Diversity, researchers at Nanjing Agricultural University introduce FlavorGPN, a graph neural network framework that reads the structure of a chemical compound and forecasts which flavors it will evoke, whether sweet, bitter, sour, fruity, or any combination of sensory labels that human panels assign to it. The work tackles one of the most stubborn problems in cheminformatics: human flavor perception is inherently multi-label, meaning that a single molecule rarely has just one taste, and the structural diversity of flavor compounds is enormous. Traditional machine learning approaches have typically flattened molecules into one-dimensional bit strings known as fingerprints, a step that discards much of the rich topology of chemical bonds. FlavorGPN instead treats each molecule as what it truly is, a graph, where atoms are nodes and chemical bonds are edges, and lets a deep network learn directly from that structure.</p>
<p>The technical core of the new system rests on transfer learning from molecular pretraining. The authors adopted the two-dimensional graph encoder from GraphMVP, a framework whose parameters were previously learned through three-dimensional-informed pretraining, in which a model is trained to align what it sees in a molecule&#8217;s 2D graph with the geometric realities of its 3D conformations. Importantly, once this knowledge is distilled into the encoder, the downstream flavor-prediction task requires no explicit 3D coordinates at all. No conformers are generated during fine-tuning or inference. The researchers are careful to frame this as 3D-supervised pretraining rather than direct 2D/3D geometric integration at prediction time, a distinction that matters for both computational cost and reproducibility, since generating reliable conformers for diverse molecules is itself a difficult and error-prone step. The practical upshot is a model that carries the benefit of geometric understanding while remaining fast enough to screen large chemical libraries.</p>
<p>The second major contribution is an algorithmic solution to a problem that plagues nearly every flavor dataset: class imbalance. Sensory databases are lopsided by nature. Thousands of molecules have been cataloged as sweet or bitter, but far fewer carry rare labels, and a model trained naively on such data becomes excellent at the common flavors and nearly blind to the rare ones. The team proposes ML-ROS-improved, an adaptive oversampling algorithm built from three interacting components. First, dynamic thresholding identifies which labels qualify as minority classes at each stage of training. Second, weighted minority-label sampling deliberately boosts the frequency with which those rare-labeled molecules appear during learning. Third, constrained graph augmentation creates new training variants of minority molecules, but the augmentation is not arbitrary. The team systematically compared several graph augmentation strategies, and the most successful one constrains modifications using the Molecular Connectivity Index, a topological descriptor that quantifies branching patterns in a molecular skeleton. By enforcing MCI constraints, the algorithm ensures that synthetic augmentations remain chemically plausible and topologically faithful to the parent structure, avoiding the distribution drift that can poison oversampling methods.</p>
<p>The benchmark results are striking under the reported experimental settings. Across the FlavorMiner and FART benchmarks, FlavorGPN achieved the highest observed Macro-F1 and Macro AUC-ROC point estimates among all evaluated baselines. On the FART benchmark in particular, the model recorded a Macro-F1 score of 0.8542 and a Macro AUC-ROC of 0.9796. These are meaningful metrics for multi-label problems. Macro-F1 averages the harmonic mean of precision and recall across all flavor labels, giving rare categories the same weight as abundant ones, which means the oversampling strategy is being tested where it matters. Macro AUC-ROC, meanwhile, measures how well the model ranks molecules above non-molecules for each label regardless of the decision threshold. A value approaching 0.98 indicates near-perfect separation between positive and negative examples for the average flavor category. The authors also report literature-based contextual comparisons suggesting the unified model performs competitively on key flavor categories including Sweet, Bitter, and Sour, although they are explicit that such comparisons do not constitute controlled head-to-head evaluations.</p>
<p>The significance of this work becomes clearer when placed in the context of how flavor has historically been studied. Human taste perception involves an interplay of taste receptors, olfactory signals, and cognitive processing, and mapping that perceptual space onto chemical structures has resisted simple rules for decades. The human bitter taste receptor family TAS2R, for example, exhibits broad and overlapping receptive ranges that defy straightforward structure-activity mappings. Earlier computational efforts, from fingerprint-based classifiers for bitterants and sweeteners to BERT-style models for bitter peptides and language models for general taste prediction, have each advanced the field but typically handled a narrow slice of the problem, such as a single flavor category or a binary sweet-versus-bitter decision. FlavorGPN&#8217;s contribution is unification. A single model, trained once, outputs probabilities for the full multi-label flavor profile of any query molecule, which is exactly the format a food chemist or flavorist needs when deciding whether a candidate compound belongs in a formulation.</p>
<p>Potential applications extend well beyond academic curiosity. The food and beverage industry spends enormous resources on sensory evaluation, employing trained human panels whose work is slow, expensive, and inherently variable across individuals and sessions. A reliable computational pre-screening step could prioritize which candidates from a virtual library deserve actual sensory testing, dramatically shrinking development timelines for sweeteners, bitterness modifiers, flavor enhancers, and aroma compounds. Similar logic applies in agriculture and plant breeding, where molecular markers of desirable flavor have guided crop improvement, and in safety contexts, where predicting that a food-grade additive carries a bitter or off-flavor label can flag problems before they reach consumers. The authors also note the model&#8217;s applicability domain analysis, included in the released code, which helps users understand when predictions can be trusted and when a query molecule strays too far from the training distribution, a critical safeguard in any deployed machine learning system.</p>
<p>The broader scientific lineage of this approach traces back to the message-passing paradigm in neural networks, where information flows along molecular graph edges through successive layers, allowing each atom&#8217;s representation to incorporate its chemical neighborhood. Graph neural networks have already proven themselves in drug discovery, predicting drug-target binding affinities and molecular properties with hierarchical and attention-equipped variants, and the transfer of those tools to chemosensory prediction is a natural and overdue extension. What FlavorGPN adds is the combination of pretrained geometric awareness with a carefully engineered answer to multi-label imbalance, two ingredients that previous flavor-prediction efforts had addressed only separately. The MCI-constrained augmentation result in particular suggests a general lesson for molecular machine learning: when augmenting graph data, respecting topological invariants can be the difference between helpful synthetic data and harmful noise.</p>
<p>The open science posture of the study strengthens its potential impact. The datasets used are publicly available through the MoleculeNet repository, a widely adopted benchmark collection for molecular machine learning, and the complete source code, including model implementation, training scripts, evaluation scripts, data partitioning, and applicability domain analysis, has been released on GitHub. This means other research groups can immediately benchmark alternative architectures against FlavorGPN, adapt the ML-ROS-improved oversampling algorithm to other imbalanced multi-label domains such as drug side-effect prediction or protein localization, or extend the framework with additional pretraining schemes. Reproducibility has been a persistent weakness in applied deep learning, and the full availability of code and data here lowers the barrier considerably.</p>
<p>There remain, as the authors themselves acknowledge, important caveats. Benchmark performance measured under specific experimental settings does not guarantee superiority in every deployment scenario, and the literature-based comparisons with specialized single-category models were not controlled experiments. Sensory labels themselves are human constructs, subject to panel composition, cultural context, and concentration effects, and any model trained on such labels inherits those limitations. VirtualTaste and other web servers in this space have made similar predictions available for years, and the community will need prospective validation studies, in which the model&#8217;s predictions on newly synthesized or newly tested compounds are checked against fresh sensory data, before FlavorGPN&#8217;s numbers translate into industrial trust. Time-split validation, which mimics the realistic scenario of predicting compounds discovered after model training, remains a best practice in this field, and future work will likely need to demonstrate robustness under such conditions.</p>
<p>Even with those caveats, the arrival of a unified, high-performing, imbalanced-aware graph neural network for flavor prediction marks a notable step in the computational understanding of chemosensation. It demonstrates that representations learned with three-dimensional supervision can be transferred efficiently to a perceptual task without ever touching a conformer, and that principled, structure-aware data augmentation can unlock rare classes that conventional pipelines miss. As the food industry confronts demands for healthier formulations, sustainable ingredients, and plant-derived flavor systems, tools that can predict how a molecule will taste before anyone synthesizes or tastes it will only grow in value. FlavorGPN offers a template for how deep learning, pretraining science, and careful data engineering can converge on one of the senses we most take for granted.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Multi-label prediction of molecular flavor properties using a graph neural network framework</p>
<p><strong>Article Title:</strong> FlavorGPN: a graph neural network for multi-label molecular flavor prediction</p>
<p><strong>Article References:</strong> Liu, J., Shu, X., Ren, S., Wan, S., &amp; Pan, X. (2026). FlavorGPN: a graph neural network for multi-label molecular flavor prediction. <em>Molecular Diversity</em>. <a href="https://doi.org/10.1007/s11030-026-11702-3" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11030-026-11702-3</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11030-026-11702-3" target="_blank" rel="noopener noreferrer">10.1007/s11030-026-11702-3</a></p>
<p><strong>Keywords:</strong> graph neural networks, flavor prediction, multi-label classification, cheminformatics, molecular graph representation, class imbalance, oversampling, QSAR, molecular property prediction, GraphMVP pretraining</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">188073</post-id>	</item>
		<item>
		<title>Revolutionary Graph Neural Networks Predict Molecular Properties</title>
		<link>https://scienmag.com/revolutionary-graph-neural-networks-predict-molecular-properties/</link>
		
		<dc:creator><![CDATA[Cassandra Pierce]]></dc:creator>
		<pubDate>Wed, 15 Oct 2025 07:12:20 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced methodologies in molecular modeling]]></category>
		<category><![CDATA[complex molecular data analysis]]></category>
		<category><![CDATA[deep learning in chemistry]]></category>
		<category><![CDATA[drug discovery using AI]]></category>
		<category><![CDATA[enhancing neural networks for chemistry]]></category>
		<category><![CDATA[functional characteristics of chemical compounds]]></category>
		<category><![CDATA[Graph neural networks for molecular prediction]]></category>
		<category><![CDATA[innovative applications of graph theory]]></category>
		<category><![CDATA[Kolmogorov-Arnold graph neural networks]]></category>
		<category><![CDATA[machine learning in materials science]]></category>
		<category><![CDATA[molecular property prediction techniques]]></category>
		<category><![CDATA[structural representation of molecules]]></category>
		<guid isPermaLink="false">https://scienmag.com/revolutionary-graph-neural-networks-predict-molecular-properties/</guid>

					<description><![CDATA[In a groundbreaking study published in Nature Machine Intelligence, researchers Li, Zhang, and Wang et al. delve into the innovative realm of deep learning by introducing Kolmogorov–Arnold graph neural networks (KAGNNs) specifically designed for molecular property prediction. This research not only exemplifies the fusion of graph theory and machine learning but also addresses the pressing [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a groundbreaking study published in <em>Nature Machine Intelligence</em>, researchers Li, Zhang, and Wang et al. delve into the innovative realm of deep learning by introducing Kolmogorov–Arnold graph neural networks (KAGNNs) specifically designed for molecular property prediction. This research not only exemplifies the fusion of graph theory and machine learning but also addresses the pressing challenge of accurately predicting molecular properties, which is crucial for drug discovery, materials science, and various chemical applications.</p>
<p>The team&#8217;s exploration into KAGNNs is predicated on the understanding that conventional neural network architectures often fall short when handling the complex and interdependent nature of molecular data. Traditionally, molecular representations have relied heavily on simplified descriptors or unstructured data formats. In contrast, KAGNNs leverage the power of graphs to more effectively encode both the structural and functional characteristics of molecules. This mathematical framework affords an unprecedented level of detail in molecular representation, allowing for nuanced insights into their chemical behaviors and interactions.</p>
<p>At the core of their methodology, the researchers implemented a sophisticated scheme that draws on the principles of Kolmogorov&#8217;s work in probability theory and Arnold&#8217;s contributions to dynamical systems. By intertwining these concepts, the KAGNNs establish a potent mechanism for learning from graph-structured data. This includes utilizing nodes to represent atoms, edges to denote bonds, and the overall graph to encapsulate the entire molecular topology. Such a representation captures the intricate relationships between different molecular constituents, which is essential when predicting properties that rely on these interactions.</p>
<p>Moreover, the researchers meticulously evaluated their KAGNN framework against established machine learning methods, demonstrating superior performance in various predictive tasks. Through rigorous experimentation, they validated their model&#8217;s effectiveness in accurately forecasting molecular properties that have perplexed scientists for years. This advancement signals a pivotal shift in the approach to computational chemistry and material science, promising to enhance the efficiency and accuracy of molecular simulations and property predictions.</p>
<p>Furthermore, the inherent flexibility of the KAGNN architecture opens the door to numerous applications beyond mere property prediction, including reaction prediction, toxicity assessment, and even the design of new materials with desired features. This versatility is particularly significant in the realm of drug discovery, where the ability to predict how a molecule will interact with biological systems can drastically influence therapeutic outcomes. The implications of such a model are profound and could accelerate the development of new, life-saving medications.</p>
<p>In the age of data-driven discoveries, the integration of graph neural networks into molecular research aligns perfectly with the increasing availability of complex biological and chemical datasets. These datasets often contain a wealth of information that traditional analysis methods cannot fully harness. By effectively utilizing KAGNNs, researchers can extract deeper insights from these datasets, uncovering patterns and relationships that might otherwise remain hidden.</p>
<p>The precision of KAGNNs is not solely limited to predictive accuracy; it also encompasses interpretability, an important factor in scientific exploration. Understanding the &#8216;why&#8217; behind a prediction is as critical as the prediction itself. By employing graph-based structures, the KAGNN framework allows researchers to trace back through the networks and identify which particular features contributed to a prediction. This feature not only enhances the model&#8217;s transparency but also fosters a deeper understanding of molecular behavior, paving the way for more informed experimental designs.</p>
<p>Additionally, the challenges associated with computational efficiency in molecular simulations are addressed through the KAGNN approach. The researchers acknowledge the computational demands of dealing with vast molecular datasets and propose that their model offers a more scalable solution. This scalability is vital for both academic research and industrial applications, as it enables the swift analysis of large datasets without compromising on the accuracy of predictions.</p>
<p>The KAGNN development marks a significant milestone in the intersection of chemistry and machine learning, reflecting a continuing trend towards more integrated approaches in scientific research. As machine learning becomes increasingly prevalent in various scientific fields, the necessity for advanced methodologies like KAGNNs becomes evident, especially in contexts where data complexity is king. The transition from traditional regressive models to graph-based neural networks symbolizes an evolution in how scientists approach molecular modeling.</p>
<p>This research holds immense promise for the future of computational chemistry. The KAGNN framework is a testament to how interdisciplinary collaboration can propel scientific understanding forward. By marrying graph theory with deep learning, the authors have forged a novel tool that enhances the predictive power of computational models, thereby addressing critical gaps that previously hindered progress in the field.</p>
<p>As we stand on the brink of a new era in molecular studies, propelled by advancements like the KAGNN, the excitement is palpable. Researchers worldwide will no doubt keenly observe the unfolding impact and applications of these findings as they work to integrate such methodologies into their own research techniques. The increasing sophistication of models like KAGNN will likely reshape the landscape of molecular property prediction and beyond, resonating throughout the fields of chemistry, biology, and materials science for years to come.</p>
<p>In conclusion, this research highlights the significance of innovation in scientific modeling, especially within the framework of molecular science. The Kolmogorov–Arnold graph neural networks serve not only as a representation of contemporary computational capabilities but also as a beacon of future possibilities. The findings underscore the necessity of exploring new methodologies in the quest for knowledge, ultimately driving forward an age of unprecedented scientific discovery.</p>
<hr />
<p><strong>Subject of Research</strong>: Molecular property prediction using Kolmogorov–Arnold graph neural networks.</p>
<p><strong>Article Title</strong>: Kolmogorov–Arnold graph neural networks for molecular property prediction.</p>
<p><strong>Article References</strong>:</p>
<p class="c-bibliographic-information__citation">Li, L., Zhang, Y., Wang, G. <i>et al.</i> Kolmogorov–Arnold graph neural networks for molecular property prediction.<br />
<i>Nat Mach Intell</i> <b>7</b>, 1346–1354 (2025). <a href="https://doi.org/10.1038/s42256-025-01087-7">https://doi.org/10.1038/s42256-025-01087-7</a></p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: <span class="c-bibliographic-information__value"><a href="https://doi.org/10.1038/s42256-025-01087-7">https://doi.org/10.1038/s42256-025-01087-7</a></span></p>
<p><strong>Keywords</strong>: Graph neural networks, molecular property prediction, machine learning, computational chemistry, KAGNNs, drug discovery, molecular simulations.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">91281</post-id>	</item>
	</channel>
</rss>
