<?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>high-moisture extrusion &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/high-moisture-extrusion/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2026 00:33:19 +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>high-moisture extrusion &#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>AI Agents Beat Machine Learning at Predicting Food Texture, Study Finds</title>
		<link>https://scienmag.com/ai-agents-beat-machine-learning-at-predicting-food-texture-study-finds/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 00:33:19 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[advancements in food texture analysis]]></category>
		<category><![CDATA[AI versus traditional machine learning in food science]]></category>
		<category><![CDATA[AI-driven food texture prediction]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[challenges in predicting food mouthfeel]]></category>
		<category><![CDATA[food formulation]]></category>
		<category><![CDATA[food rheology modeling using artificial intelligence]]></category>
		<category><![CDATA[food science]]></category>
		<category><![CDATA[food texture]]></category>
		<category><![CDATA[high-moisture extrusion]]></category>
		<category><![CDATA[high-moisture extrusion and texture prediction]]></category>
		<category><![CDATA[improving plant-based food development with AI]]></category>
		<category><![CDATA[large language models]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for food formulation optimization]]></category>
		<category><![CDATA[mechanistic knowledge]]></category>
		<category><![CDATA[mechanistic knowledge in food science]]></category>
		<category><![CDATA[plant-based meat analogues]]></category>
		<category><![CDATA[plant-based meat texture analysis]]></category>
		<category><![CDATA[predictive models for plant-based dairy alternatives]]></category>
		<category><![CDATA[protein-polysaccharide gels]]></category>
		<category><![CDATA[retrieval-augmented prediction]]></category>
		<category><![CDATA[rheology]]></category>
		<category><![CDATA[texture analysis of protein-polysaccharide gels]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=209165</guid>

					<description><![CDATA[A new study shows that an AI agent combining data retrieval with mechanistic food-science knowledge outperforms conventional machine learning for predicting the texture of plant-based meat analogues and the rheology of protein-polysaccharide gels.]]></description>
										<content:encoded><![CDATA[<p>Plant-based burgers, dairy-free cheeses, and meat analogues live or die by their texture, yet predicting how a new formulation will feel in the mouth remains one of the most stubborn challenges in food science. Mechanical and rheological properties of dense food structures emerge from tangled interactions among proteins, polysaccharides, moisture, and processing history, so two recipes with nearly identical compositions can behave dramatically differently in a texture analyzer. A new study published in Current Research in Food Science by Yizhou Ma of Wageningen University and Research suggests a way forward, and the result is striking: an artificial intelligence agent that combines simple data retrieval with encoded mechanistic food-science knowledge outperformed conventional machine learning models in predicting the texture of plant-based meat analogues and the rheology of protein-polysaccharide gels.</p>
<p>The research tackles a long-standing bottleneck. Food companies developing plant-based products typically rely on trial-and-error experimentation, because the relationship between formulation and final texture is nonlinear and context-dependent. Machine learning has recently been recruited to help. Earlier work demonstrated that hardness and chewiness of plant-based meat analogues can be estimated from proximate composition using supervised learning, and that machine-learning-assisted optimization can reduce experimental burden in high-moisture extrusion. But these models share a critical weakness: they are sensitive to dataset size, feature selection, and something statisticians call distributional shift. In food research, where experiments are expensive and sample numbers are small, new formulations often fall outside the range of the training data, and purely statistical models tend to fail exactly when researchers need them most.</p>
<p>Ma&#8217;s study compared three fundamentally different prediction approaches across two held-out prediction tasks. The first approach used standard machine learning baselines: gradient boosting, random forest, and TabPFN, a pre-trained transformer model suited to small tabular datasets. The second was pure inverse distance weighting, or IDW, a retrieval method that predicts each new sample by averaging the three most similar training samples in normalized composition space. The third was a knowledge-based AI agent that used the same retrieval logic but added an explicit layer of food-domain reasoning, drawing on a curated mechanistic knowledge base of literature-derived rules. The comparison was deliberately fair: all three methods received identical input features, so any difference in performance could be attributed to the mechanistic knowledge the agent carried with it.</p>
<p>The first case study used a dataset of 54 plant-based meat analogue samples characterized by seven compositional features, including protein, fat, carbohydrate, fibre, ash, moisture, and target moisture, alongside measured hardness and chewiness. To create a stringent test, the researcher held out 13 samples whose fibre and protein levels deliberately fell outside the training range, leaving only 41 samples for training. This out-of-distribution design mimics a common real-world scenario: a food developer introduces a novel protein source or an unusual fibre level, and existing models must extrapolate rather than interpolate. The prediction targets were hardness, the first compression peak force in texture profile analysis, and chewiness, the mechanical energy required to chew a sample to a swallowable state.</p>
<p>The results revealed a dramatic hierarchy. The knowledge-based agent achieved the lowest error for hardness, with a mean absolute error of 4.66 newtons and a coefficient of determination of 0.782, and for chewiness it reached a mean absolute error of 4.45 joules. Gradient boosting, the best machine learning baseline, was statistically comparable, though the agent was numerically ahead. Pure IDW retrieval, by contrast, performed catastrophically, with strongly negative R-squared values meaning its predictions were less informative than simply guessing the training average. The paired differences between the agent and pure retrieval were large and statistically significant, roughly 14 newtons for hardness and 11 joules for chewiness, with confidence intervals comfortably excluding zero. Notably, some machine learning models were highly unstable on the small, shifted test set, and gradient boosting behaved partly like a classifier, grouping its hardness predictions into three discrete levels that failed to capture the variation in the new formulations.</p>
<p>What made the agent&#8217;s success possible was the mechanistic knowledge base built into its reasoning stage. The agent, powered by a large language model, operated in two stages. First, it retrieved the three nearest training analogues using the same normalized Euclidean distance as the IDW baseline. Second, it processed these retrieved examples together with compact, literature-derived rules for plant-based meat analogues, including moisture-dependent protein network formation, the relative texturizing capacity of pea, soy, and wheat proteins under high-moisture extrusion, fibre-reinforced network stiffening, and fat-induced lubrication and softening. The model then chose an adjustment within a qualitative range defined by these rules, and when no rule applied, it simply emitted the retrieval-weighted average. Crucially, the test set remained entirely inaccessible during knowledge compilation, and no measured texture values of test samples were included in the retrieval base, ensuring strict train-test separation.</p>
<p>The second case study tested whether the approach would hold up on a larger dataset with different physics. It used 311 measurements on plant protein-polysaccharide mixtures, split into 246 training and 63 test samples, with two structural outliers excluded on data-inspection grounds before any predictions were run, after their maximum-stress values of roughly 4 to 7 pascals proved about three orders of magnitude below the rest of the distribution, indicating measurement failure. The prediction targets were the storage modulus, a small-deformation measure of gel stiffness, and the maximum stress at 200 percent strain, a large-deformation failure property. Here, all methods performed better thanks to the larger sample size, but the agent still came out on top. For the storage modulus it achieved a mean absolute error of 152.30 kilopascals and an R-squared of 0.695, edging out the best machine learning model, TabPFN. The gap widened dramatically for maximum stress, where machine learning models struggled badly, with the best one reaching only an R-squared of 0.412 and predictions concentrated in a narrow band that missed the full dynamic range of the test set. The agent posted a mean absolute error of 17.21 kilopascals and an R-squared of 0.765, following the parity line most closely across the measurable range.</p>
<p>Ablation tests confirmed where the agent&#8217;s advantage came from. When the mechanistic knowledge base was removed, leaving the language model with retrieval alone, its performance collapsed back to the IDW baseline in the meat analogue case and even fell below IDW for maximum stress. In other words, the improvement stemmed from the encoded food-science knowledge, not from the language model&#8217;s general reasoning abilities. This finding aligns with broader trends in artificial intelligence research, where retrieval-augmented and tool-using systems increasingly combine data-driven lookup with explicit reasoning, and it suggests a practical recipe: gray-box prediction that marries empirical data with mechanistic understanding, rather than relying on either alone.</p>
<p>The implications for food formulation are considerable. Predicting mechanical behavior from composition alone has always been fragile because texture depends on how water and biopolymer networks reorganize during processing, information that numeric feature vectors rarely capture. Knowledge-guided retrieval offers a way to stabilize predictions precisely under distribution shift, the condition that breaks conventional models, and could accelerate AI-assisted formulation screening for plant-based food design. The study also acknowledges limits: only two tabular case studies with scalar targets were examined, the agent&#8217;s quality depends on the accuracy of its encoded knowledge, and the implementation is not self-updating, so new observations must be added manually. Future work, Ma suggests, should explore continuous learning frameworks in which the agent autonomously refreshes its knowledge base as new experiments arrive, extending knowledge-guided retrieval to broader food systems, processing conditions, and mechanical targets.</p>
<p><strong>Subject of Research:</strong> Comparing knowledge-based AI agents and machine learning for predicting mechanical and rheological properties of dense food structures</p>
<p><strong>Article Title:</strong> Comparing AI agents and machine learning for predicting mechanical and rheological properties of dense food structures</p>
<p><strong>Article References:</strong> Ma, Y. (2026). Comparing AI agents and machine learning for predicting mechanical and rheological properties of dense food structures. <em>Current Research in Food Science, 13</em>, Article 101578. <a href="https://doi.org/10.1016/j.crfs.2026.101578" rel="noopener noreferrer">https://doi.org/10.1016/j.crfs.2026.101578</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.crfs.2026.101578" rel="noopener noreferrer">10.1016/j.crfs.2026.101578</a></p>
<p><strong>Keywords:</strong> artificial intelligence, machine learning, plant-based meat analogues, food texture, rheology, food science, retrieval-augmented prediction, protein-polysaccharide gels, high-moisture extrusion, food formulation, large language models, mechanistic knowledge</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">209165</post-id>	</item>
	</channel>
</rss>
