<?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>crop health monitoring with AI &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/crop-health-monitoring-with-ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 Sep 2026 02:04:43 +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>crop health monitoring with AI &#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>Frozen AI features enable robust plant disease detection from lab to field</title>
		<link>https://scienmag.com/frozen-ai-features-enable-robust-plant-disease-detection-from-lab-to-field/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Mon, 07 Sep 2026 02:04:38 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[AI robustness in agricultural applications]]></category>
		<category><![CDATA[AI-based plant disease diagnosis]]></category>
		<category><![CDATA[artificial intelligence for sustainable farming]]></category>
		<category><![CDATA[artificial intelligence in crop management]]></category>
		<category><![CDATA[convolutional neural networks for agriculture]]></category>
		<category><![CDATA[convolutional neural networks for crop health]]></category>
		<category><![CDATA[crop health monitoring with AI]]></category>
		<category><![CDATA[field deployment of plant disease AI]]></category>
		<category><![CDATA[field-based plant health monitoring technology]]></category>
		<category><![CDATA[impact of environmental factors on plant AI models]]></category>
		<category><![CDATA[improvements in AI for agricultural disease diagnosis]]></category>
		<category><![CDATA[laboratory vs. field plant disease classification]]></category>
		<category><![CDATA[laboratory vs. field plant disease detection]]></category>
		<category><![CDATA[plant disease classification accuracy]]></category>
		<category><![CDATA[plant disease detection]]></category>
		<category><![CDATA[plant disease detection accuracy in diverse conditions]]></category>
		<category><![CDATA[plant disease detection robustness]]></category>
		<category><![CDATA[Plant disease detection using AI]]></category>
		<category><![CDATA[real-world challenges in plant disease AI]]></category>
		<category><![CDATA[real-world challenges in plant disease identification]]></category>
		<category><![CDATA[smart agricultural technology advancements]]></category>
		<category><![CDATA[smartphone plant disease identification]]></category>
		<category><![CDATA[smartphone-based agricultural diagnostics]]></category>
		<category><![CDATA[use of deep learning in sustainable farming]]></category>
		<guid isPermaLink="false">https://scienmag.com/frozen-ai-features-enable-robust-plant-disease-detection-from-lab-to-field/</guid>

					<description><![CDATA[Every year, plant diseases destroy a staggering share of the world&#8217;s crops, and the farmers who suffer most are precisely those with the least access to expert diagnosis. For nearly a decade, the promise of smartphone-based disease detection has tantalized agricultural technologists: point your camera at a sick leaf, and an algorithm names the disease. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Every year, plant diseases destroy a staggering share of the world&#8217;s crops, and the farmers who suffer most are precisely those with the least access to expert diagnosis. For nearly a decade, the promise of smartphone-based disease detection has tantalized agricultural technologists: point your camera at a sick leaf, and an algorithm names the disease. On the standard laboratory benchmark, called PlantVillage, this promise looks gloriously fulfilled. Convolutional neural networks trained on its 54,306 neatly photographed, uniformly backdropped leaves routinely exceed 99 percent accuracy, a level of performance that would suggest the problem is essentially solved. Now a team of researchers in Vietnam, publishing in the journal Smart Agricultural Technology, has delivered a sobering and ultimately hopeful reassessment of that success story, showing that the same models collapse catastrophically in real farm fields, and that a surprising fix lies in an artificial intelligence that was never taught anything about plants at all.</p>
<p>The problem, the researchers explain, is what happens when laboratory-trained classifiers meet the messy real world. A laboratory image isolates a single flattened leaf under even lighting against a clean background. A photograph taken in an actual field contains cluttered vegetation, harsh and shifting illumination, motion blur, occlusion, and overlapping leaves at unpredictable angles and scales. When classifiers trained on PlantVillage are tested on field imagery from a dataset called PlantDoc, accuracy can fall to a third of its laboratory value. The most influential explanation has been the &#8220;background bias&#8221; hypothesis: because PlantVillage&#8217;s backgrounds are homogeneous and correlated with disease labels, a network has every incentive to latch onto this spurious but highly predictive cue rather than the actual symptoms of disease. The evidence for this shortcut learning is striking. One prior study showed that a classifier restricted to as few as eight background pixels still reaches 49 percent accuracy on PlantVillage, proof that non-leaf pixels alone are strongly predictive in the laboratory distribution.</p>
<p>If the background is the shortcut, the field of agricultural machine learning has long assumed, then suppressing it should restore field performance. Researchers have tried three broad strategies: directly segmenting or masking backgrounds, aggressively augmenting training images to simulate field conditions, and treating the laboratory-to-field shift as a domain adaptation problem to be corrected during training or at test time. Yet, as the new study documents, these interventions have closed only a small part of the gap. Background removal, heavy augmentation, and test-time adaptation each tend to move cross-dataset accuracy by a few points at most, and some trades robustness to one distribution shift for fragility to another. This pattern of persistently limited returns led the team to a provocative reframing: the background pixels are a symptom rather than the cause. The real bottleneck is the representation a laboratory-trained network learns, one that entangles the disease signal with laboratory-specific texture and context. Rather than repairing a representation specialized for laboratory images, the team asked whether one that was never specialized to them is already robust enough to transfer.</p>
<p>Enter DINOv2, a so-called foundation model built by Meta AI researchers and now put to a new purpose. Foundation models are trained by self-supervision on web-scale image collections, in this case 142 million curated images, with no human-provided task labels at any stage. DINOv2 is a vision transformer trained through self-distillation, a technique in which a student network learns to match the outputs of a teacher network on different crops of the same image. Two properties make such a model appealing for plant disease recognition. First, having never been exposed to the laboratory shortcut, it has no reason to encode it. Second, its features lean heavily on object shape rather than local texture, a bias long associated with robustness to out-of-distribution data in the computer vision literature. The team tested the simplest possible recipe: freeze the backbone entirely, extract its features from a leaf photograph, and train only a thin linear classifier on top, using PlantVillage labels alone. Nothing in the backbone is updated, and the model never sees a single field label, making the protocol leakage-free by construction. Any transfer observed is a property of the pretrained representation, not of sneaky adaptation to the target domain.</p>
<p>The results were dramatic. A frozen DINOv2 linear probe reached 51.1 percent, plus or minus 0.7, on PlantDoc field images, a 23.4 percentage-point improvement over a conventional EfficientNet-B0 network trained conventionally on laboratory data, using zero field information. The gain was confirmed with formal statistical hypothesis testing, including exact per-image McNemar tests across multiple random seeds with file-level reproducibility. Perhaps more striking was what happened when the researchers tried to improve on the frozen features by adapting the backbone. Full fine-tuning on laboratory data was decisively harmful, degrading the representation&#8217;s field robustness and erasing most of the transfer advantage. Adaptation through low-rank updates, the popular technique known as LoRA, produced a small, directionally positive but statistically inconclusive penalty relative to freezing. Weight-space interpolation between the frozen and fine-tuned models offered no robustness benefit whatsoever. The practical recipe, the authors conclude, is blunt: keep the backbone frozen, or at most adapt it with low-rank updates, and never fine-tune it fully on laboratory data.</p>
<p>To test whether the advantage was an accident of one dataset, the team replicated the experiment on a second field collection, the Plant Pathology 2021 dataset of 11,310 apple leaf images. There, a clear two-tier structure emerged. Shape-biased models, MobileViT and DINOv2, achieved 45 to 58 percent accuracy on the full 27-class task, while pure convolutional networks collapsed far lower: MobileNetV3 managed just 13.6 percent and EfficientNet-B0 an erratic 24.2 percent, with seed-to-seed swings from 9 to 38 percent. The CNNs were prone to a particularly telling failure, confusing a field apple leaf for a leaf of an entirely different crop. On both accuracy and macro-F1, the tier separation between shape-biased and texture-biased architectures was robust and metric-independent, though the researchers carefully note that the finer ordering between DINOv2 and MobileViT depends on which metric one prefers, and they decline to claim the foundation model is uniformly best. On a restricted three-way apple-disease task, all models clustered between 58 and 67 percent, showing that the architectural gap concentrates precisely where cross-crop confusion is possible, which is to say, in the conditions growers actually face.</p>
<p>The most intellectually satisfying contribution of the study may be its explanation of why the foundation model wins. Rather than relying on a vague appeal to shape bias, the researchers derived an exact mathematical decomposition of field accuracy. For any field image, correct classification into the full 27-class space can be split into two factors: the probability that the model keeps the image within the correct crop taxon at all, and the probability that, having done so, it names the right disease within that taxon. The team calls the first factor &#8220;taxonomic retention&#8221; and verified, to numerical precision, that the identity holds pointwise for every model tested. The decomposition reveals that the foundation model&#8217;s advantage lies overwhelmingly in taxonomic retention: where conventional CNNs mistake apple leaves for the leaves of other crops, the frozen foundation model keeps them in the right crop and then succeeds or fails at the finer disease discrimination. Shape reliance emerged as a coarser correlate of this retention, but the retention metric ranks models more cleanly than any direct shape-bias measurement.</p>
<p>The deployment question, critical for low-resource agriculture where growers use phones and edge devices rather than data-center GPUs, received its own systematic treatment. The team distilled the frozen foundation model&#8217;s knowledge into compact student networks suitable for on-device inference, using both logits-based and feature-based distillation, with teacher assistants and shuffling of students and teachers to prevent over-specialization. Distillation helped, but the gains proved dataset-dependent, and the authors recommend treating it as a secondary optimization rather than a core part of the recipe. The primary, transferable prescription remains the same across their experiments: the frozen pretrained features carry the robustness, and the job of the practitioner is to preserve rather than modify them.</p>
<p>The broader implications ripple well beyond plant pathology. The study is a vivid, agriculturally grounded instance of a lesson now reverberating through machine learning: that representations learned through self-supervision on enormous, diverse data can outperform specialized models on exactly the shifts that break the specialists, even with a frozen backbone and a handful of linear layers. For the millions of smallholder farmers in low-resource regions, the gap between a 24 percent and a 58 percent field accuracy is the difference between a gimmick and a tool. The research also carries a caution for the countless published models boasting 99 percent on PlantVillage: that number, taken at face value, measures conformity to a laboratory shortcut as much as disease expertise. As climate stress intensifies plant disease pressure worldwide, the ability to diagnose a sick crop from a single photo taken in an uneven, weed-choked field may become one of the most consequential applications of artificial intelligence in food security, and this study suggests the path forward runs through general-purpose intelligence rather than narrow specialization. The frozen model, it turns out, sees the leaf the way a farmer does: whole, in context, and unfazed by the mess.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Robust plant disease recognition in real field conditions using frozen self-supervised foundation model features (DINOv2), evaluated on field datasets without any field labels.</p>
<p><strong>Article Title:</strong> From laboratory to field: Frozen foundation-model features toward robust plant disease recognition</p>
<p><strong>Article References:</strong> Nguyen, T. A., Nguyen, D. S., Dang, Q. M., Phan, B. N. L., &amp; Nguyen, L. H. (2026). From laboratory to field: Frozen foundation-model features toward robust plant disease recognition. <em>Smart Agricultural Technology, 15</em>, Article 102531. <a href="https://doi.org/10.1016/j.atech.2026.102531" target="_blank" rel="noopener noreferrer">https://doi.org/10.1016/j.atech.2026.102531</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.atech.2026.102531" target="_blank" rel="noopener noreferrer">10.1016/j.atech.2026.102531</a></p>
<p><strong>Keywords:</strong> plant disease recognition, DINOv2, frozen foundation models, PlantVillage, PlantDoc, shortcut learning, taxonomic retention, shape bias, domain shift, edge deployment, precision agriculture, knowledge distillation</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189124</post-id>	</item>
		<item>
		<title>AI-Driven Framework Enhances Sustainable Fruit Supply Chains</title>
		<link>https://scienmag.com/ai-driven-framework-enhances-sustainable-fruit-supply-chains/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Wed, 10 Dec 2025 10:32:44 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI in agriculture]]></category>
		<category><![CDATA[AI-driven analytics for supply chains]]></category>
		<category><![CDATA[circular economy in agriculture]]></category>
		<category><![CDATA[crop health monitoring with AI]]></category>
		<category><![CDATA[decision-making enhancement in agriculture]]></category>
		<category><![CDATA[environmental impact of agriculture]]></category>
		<category><![CDATA[intelligent automation in farming]]></category>
		<category><![CDATA[quality management in fruit production]]></category>
		<category><![CDATA[reducing waste in fruit supply chains]]></category>
		<category><![CDATA[resource optimization in agriculture]]></category>
		<category><![CDATA[sustainable fruit supply chains]]></category>
		<category><![CDATA[yield prediction using artificial intelligence]]></category>
		<guid isPermaLink="false">https://scienmag.com/ai-driven-framework-enhances-sustainable-fruit-supply-chains/</guid>

					<description><![CDATA[In an era characterized by rapid advancements in technology and growing concerns over resource depletion and sustainability, the realm of agricultural production has not been immune to these transformative changes. A pivotal study, conducted by Shrestha et al., introduces an ambitious vision for the role of artificial intelligence (AI) within the fruit supply chain. This [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In an era characterized by rapid advancements in technology and growing concerns over resource depletion and sustainability, the realm of agricultural production has not been immune to these transformative changes. A pivotal study, conducted by Shrestha et al., introduces an ambitious vision for the role of artificial intelligence (AI) within the fruit supply chain. This framework aspires to not only enhance quality management but also to address the pressing need for circularity and sustainability in the sector. The researchers delve into the complex dynamics between AI technologies, supply chain processes, and environmental impact, ultimately providing a roadmap for the future.</p>
<p>The core of this integrated conceptual framework hinges on harnessing AI&#8217;s capabilities to streamline operations, reduce waste, and optimize resource use throughout the entire fruit supply chain. From cultivation to consumption, each stage presents unique challenges that can be addressed through intelligent automation. By employing AI-driven analytics, supply chain stakeholders can gain actionable insights into crop health, yield predictions, and market demands, significantly enhancing decision-making processes.</p>
<p>One of the critical aspects of this framework is its focus on quality management. The researchers highlight how AI can be utilized to monitor and improve the quality of fruits at various stages. Sophisticated algorithms can analyze data from multiple sources, including environmental sensors and historical yield records, allowing farmers to precisely assess conditions affecting fruit quality. This proactive approach can lead to fewer resources being squandered and a reduction in the quantity of low-grade produce entering the market.</p>
<p>Moreover, the integration of AI fosters unprecedented traceability within the fruit supply chain. Consumers are increasingly demanding transparency regarding the provenance of their food, and AI can provide detailed sourcing information. By tracking fruits from the farm to the table, stakeholders can identify potential quality issues sooner and implement corrective measures, creating a more robust supply chain ultimately responsive to consumer needs.</p>
<p>The concept of circularity emerges as a guiding principle in this innovative research. The framework proposes methods to minimize waste and recycle resources effectively, thus creating a closed-loop system that supports sustainable practices. AI can facilitate this circularity by providing insights on optimal resource allocation, reducing excess, and managing waste processes. The goal is to create a supply chain that not only meets immediate demands but does so in a manner that conserves resources for future generations.</p>
<p>Additionally, the relevance of collaboration cannot be overstated. The researchers emphasize that a successful implementation of the proposed framework relies on the cooperation of various stakeholders, including farmers, distributors, retailers, and consumers. Through shared data and transparency, stakeholders can work together to enhance quality management practices, ultimately leading to a more sustainable fruit supply chain.</p>
<p>The influence of consumer preferences on sustainability practices is also a pivotal point in this framework. As awareness of environmental issues grows, consumers are prioritizing responsibly sourced products. AI tools can analyze consumer behavior patterns, enabling producers to adjust their offerings to better align with the market, thus driving demand for sustainable options. The result is not only better quality produce but also a healthier planet.</p>
<p>The researchers argue that technology should not only be deemed as a tool but also a partner in revolutionizing the fruit supply chain. The advent of AI has enabled smarter farming techniques such as precision agriculture, which enhances crop yields while using fewer resources. This technology complements the goal of sustainability, as it allows for targeted interventions that minimize input waste and lower the carbon footprint of practices like pesticide and fertilizer application.</p>
<p>Despite the significant advantages of incorporating AI into the fruit supply chain, challenges remain. The study discusses potential pitfalls, such as the need for adequate data infrastructure and the skills necessary to interpret AI-driven insights. Education and training will be essential to equip all actors within the chain to harness these technologies effectively. Investment in both technology and human capital will be vital for the future.</p>
<p>The implications of this framework extend beyond immediate benefits for product quality and sustainability. By reevaluating the roles of various players in the supply chain and optimizing their processes, the framework can potentially reshape the economic landscape of the agriculture industry. Increased efficiency may lead to cost savings, while improved quality can elevate market prices, benefiting farmers and producers alike.</p>
<p>Furthermore, governmental policies and regulations will likely need to adapt in response to these advancements. As AI becomes increasingly integrated into the agricultural landscape, there will be a necessity for frameworks that support innovation while ensuring ethical standards are maintained. Balancing technological progress with regulatory measures will be pivotal in ensuring the overall health of the fruit supply chain.</p>
<p>As Shrestha et al. propose this integrated conceptual framework, the broader conversation around artificial intelligence in agriculture is far from over. Their research offers a tantalizing glimpse into a future where technology works hand-in-hand with nature to optimize and revolutionize food production. The vision they present challenges traditional practices, promoting a new era characterized by sustainable growth, reduced waste, and enhanced food quality.</p>
<p>In conclusion, the urgency to create sustainable systems is more pressing than ever, and this research paves the way for an exciting convergence of technology and traditional agricultural methods. The integrated conceptual framework for AI-driven fruit supply chain quality management promises to usher in a new age of agriculture that emphasizes not just productivity but also responsibility. Stakeholders within this field are poised to make significant strides towards a more circular and sustainable future.</p>
<hr />
<p><strong>Subject of Research</strong>: AI-driven fruit supply chain quality management</p>
<p><strong>Article Title</strong>: An integrated conceptual framework for AI-driven fruit supply chain quality management: pathways toward circularity and sustainability</p>
<p><strong>Article References</strong>:</p>
<p class="c-bibliographic-information__citation">Shrestha, H.M., Malik, M., Gahlawat, V.K. <i>et al.</i> An integrated conceptual framework for AI-driven fruit supply chain quality management: pathways toward circularity and sustainability. <i>Discov Artif Intell</i> <b>5</b>, 376 (2025). https://doi.org/10.1007/s44163-025-00645-7</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: <span class="c-bibliographic-information__value">https://doi.org/10.1007/s44163-025-00645-7</span></p>
<p><strong>Keywords</strong>: Artificial Intelligence, Supply Chain Management, Quality Management, Sustainability, Circular Economy.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">114800</post-id>	</item>
	</channel>
</rss>
