<?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 yield prediction &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/crop-yield-prediction/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 Sep 2026 13:09:18 +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>Crop yield prediction &#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>Transfer learning enables a generalizable model for counting crop stands</title>
		<link>https://scienmag.com/transfer-learning-enables-a-generalizable-model-for-counting-crop-stands/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Thu, 03 Sep 2026 13:09:14 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[AI-based drone imagery for agriculture]]></category>
		<category><![CDATA[AI-based plant counting]]></category>
		<category><![CDATA[and soybean fields]]></category>
		<category><![CDATA[artificial intelligence in precision farming]]></category>
		<category><![CDATA[corn]]></category>
		<category><![CDATA[crop emergence prediction with machine learning]]></category>
		<category><![CDATA[crop management and monitoring tools]]></category>
		<category><![CDATA[Crop stand counting]]></category>
		<category><![CDATA[Crop stand counting using transfer learning]]></category>
		<category><![CDATA[Crop yield prediction]]></category>
		<category><![CDATA[crop-agnostic plant detection]]></category>
		<category><![CDATA[drone imagery analysis for cotton]]></category>
		<category><![CDATA[drone imagery for crop monitoring]]></category>
		<category><![CDATA[generalizable crop detection models]]></category>
		<category><![CDATA[generalizable plant counting models]]></category>
		<category><![CDATA[impact of transfer learning on crop monitoring accuracy]]></category>
		<category><![CDATA[improving harvest predictions with AI]]></category>
		<category><![CDATA[machine learning for precision farming]]></category>
		<category><![CDATA[open-source agricultural AI pipelines]]></category>
		<category><![CDATA[open-source agricultural technology]]></category>
		<category><![CDATA[plant emergence assessment]]></category>
		<category><![CDATA[scalable crop counting solutions]]></category>
		<category><![CDATA[scalable crop monitoring solutions]]></category>
		<category><![CDATA[seedling counting accuracy]]></category>
		<category><![CDATA[transfer learning in agriculture]]></category>
		<guid isPermaLink="false">https://scienmag.com/transfer-learning-enables-a-generalizable-model-for-counting-crop-stands/</guid>

					<description><![CDATA[For generations, farmers have walked their fields in the first weeks of the growing season, stooping to count seedlings row by row, because the number of plants that emerge and survive is one of the strongest predictors of the harvest to come. Researchers at the University of Missouri have now built an artificial intelligence system [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>For generations, farmers have walked their fields in the first weeks of the growing season, stooping to count seedlings row by row, because the number of plants that emerge and survive is one of the strongest predictors of the harvest to come. Researchers at the University of Missouri have now built an artificial intelligence system that performs this census from the air — and, more strikingly, one that learns to count an entirely different crop after being shown a single labeled image of it. Trained on three seasons of drone imagery of cotton, the model transferred its counting ability to corn and soybean fields so effectively that one labeled target-crop image lifted detection accuracy from 0.189 to 0.860 in mean average precision for soybean, and from 0.135 to 0.527 for corn. The study, published in Smart Agricultural Technology, describes an open-source pipeline that its authors say could make crop-agnostic plant counting practical for commercial-scale farming.</p>
<p>Plant stand count — the measure of how many plants per unit area have emerged and lived — sits at the foundation of crop management. Emergence is governed by seed quality, planting technology, soil conditions and weather, and an accurate count feeds directly into growth monitoring, yield prediction and resource allocation, including the high-stakes decision of whether a poorly established stretch of field should be replanted at all. The conventional method is brutally simple: field workers count plants by hand in selected plots. Beyond the labor involved, manual counting is slow, inefficient and incapable of delivering high spatial resolution across large fields, which means stand gaps and uneven emergence patterns often escape notice until they surface later in the yield map.</p>
<p>Uncrewed aerial vehicles fitted with high-resolution RGB cameras, working in concert with computer vision and deep learning, have already been deployed to count corn, cotton and rice, sweeping hundreds of hectares in a single flight and returning images at centimeter scale. Yet the models behind these systems carry two well-documented weaknesses. They are data-hungry: modern object detectors typically demand thousands of accurately labeled images, and large, precisely labeled farmland datasets are scarce and expensive to produce. And they are brittle. Farmland scenes shift dramatically in illumination, growth stage, shading, soil background and surface residue, and a detector tuned on one crop in one season frequently stumbles when pointed at another. Existing approaches split into two camps. Object detection draws a bounding box around every individual plant and excels in low-density stands, but degrades when canopies overlap or plants crowd together. Density estimation instead predicts pixel-wise density maps that are summed into a total count, a strategy that suits impenetrable canopies such as rice but has rarely been validated across crop types.</p>
<p>The Missouri team — Dinglun He, Fengkai Tian, Tianqi Yao and Jianfeng Zhou — attacked both weaknesses with transfer learning, the technique of pretraining a neural network on one large dataset and fine-tuning it on a small one so that hard-won knowledge carries over. Their framework unfolds in two phases. In Phase A, four object detectors were initialized from checkpoints pretrained on COCO, a generic archive of everyday photographs, then trained on a multi-year cotton dataset to absorb agricultural fundamentals: leaf edges, texture, seedling scale, row geometry and field backgrounds. The four architectures were chosen to be deliberately complementary. YOLOv8x sharpens feature extraction through a refined C2f module and an anchor-free decoupled head; YOLOv9e adds Programmable Gradient Information and a Generalized Efficient Layer Aggregation Network to fuse local detail with global structure; YOLOv10x dispenses with the computational overhead of non-maximum suppression altogether; and RT-DETR-X contributes a transformer-based hybrid encoder that applies self-attention to high-level features, giving it a different way of reading the spatial context of a crop scene.</p>
<p>The source data came from a 3.3-hectare cotton field at the university&#8217;s Fisher Delta Research, Extension, and Education Center near Portageville, Missouri, photographed across the 2022, 2023 and 2024 seasons with two platforms: a DJI Mavic 3M, whose 5280 × 3956-pixel camera was georeferenced in real time through a networked RTK satellite-correction service, and a Phantom 4 Advanced carrying a 5472 × 3648-pixel sensor. Flight heights of 10 to 15 meters produced ground sampling distances between 2.2 and 13.2 millimeters per pixel, with image overlap held between 70 and 80 percent. Corn and soybean imagery came from single-season 2024 flights over 16- and 22-hectare fields near Columbia, Missouri, in no-till, residue-heavy conditions that mirror commercial farming. All imagery was stitched in Agisoft Metashape into georeferenced orthomosaics, exported in the WGS 84/UTM zone 15N projection and cut with QGIS into fixed 640 × 640-pixel tiles so that plants would not straddle tile boundaries. From 1,277 annotated cotton tiles, 767 went to training, 255 to validation and 255 to testing; annotators boxed every confidently visible plant once, and ambiguous partial plants were excluded to keep training targets clean.</p>
<p>In Phase A, every detector learned cotton to a high standard. RT-DETR-X led with a test mAP@50 — mean average precision computed at a 50 percent intersection-over-union threshold — of 0.961, followed by YOLOv9e at 0.957, with hyperparameters selected through a multi-seed tuning protocol that reserved the test set for final reporting only. Then came the decisive experiment. For each target crop, the researchers imposed a strict annotation budget of just 30 original labeled training images, expanded to 90 stored images through offline augmentations such as flips and rotations, while validation and test sets of 20 images each remained fixed. Fine-tuning paired this small dataset with a grid search over learning rate and the proportion of frozen layers. On soybean, the cotton-pretrained RT-DETR-X topped the field at 0.894 mAP@50; on corn, YOLOv10x reached 0.948. Strikingly, no single architecture dominated both crops, which the authors read as evidence that cross-crop performance emerges from an interplay of source representations, target characteristics and tuning choices.</p>
<p>The most eye-catching numbers came from the label-budget experiment, which compared the cotton-pretrained YOLOv9e against the identical architecture fine-tuned straight from its generic COCO checkpoint using nested subsets of 1, 3, 5, 10 and 30 target-crop images. With a single labeled soybean image, cotton pretraining raised mAP@50 from 0.189 to 0.860 — a leap that took the model from nearly blind to field-ready after seeing one photograph of one field. On corn, the same comparison improved accuracy from 0.135 to 0.527. The explanation lies in what the cotton checkpoint already knew: the apparent size of seedlings viewed from a drone, the geometry of planted rows, the visual texture of soil and crop residue, and the characteristic appearance of stitched orthomosaic imagery. The COCO baseline, by contrast, had to reconstruct all of that agricultural context from a handful of examples, leaving it exquisitely sensitive to whichever few images it was given. As annotations accumulated, the gap closed, and at 30 images the COCO baseline edged ahead by 0.005 mAP@50 on soybean and 0.003 on corn — a possible whisper of mild negative transfer, though the authors caution that the margins are tiny and rest on a single fixed data split, so statistically reliable negative transfer was not established.</p>
<p>Counting plants tile by tile is only half the job; the pipeline also converts detections into maps a grower can act on. For inference across full orthomosaics, the team employed Slicing Aided Hyper Inference, or SAHI, which slides a 640 × 640-pixel window with 20 percent overlap in both directions across the image, discards predictions scoring below 0.35 confidence and merges duplicated detections from adjacent slices through greedy non-maximum merging based on intersection over smaller area. Each surviving bounding box then reveals its position: the box center is transformed from image coordinates into projected map coordinates using the six-coefficient affine geotransform of the GeoTIFF, which encodes the raster&#8217;s origin, pixel size, rotation and orientation. Every detected plant becomes a georeferenced point in WGS 84/UTM zone 15N, assigned a unique identifier. Loaded into any GIS environment, these point layers can be aggregated by plot, row segment or management zone, exposing stand gaps and uneven emergence that no per-image score could reveal. The authors note candidly that because no independently surveyed check points were collected, the maps demonstrate deployment capability rather than validated absolute positional accuracy.</p>
<p>The entire workflow has been released as an open-source Python pipeline organized into five modules that mirror the study&#8217;s stages: orthomosaic preprocessing and image export, annotation and dataset organization, Phase A source-domain training on cotton, Phase B target-domain fine-tuning, and full-orthomosaic inference with georeferenced point export. All models ran on an NVIDIA RTX A6000 graphics card using stochastic gradient descent, with source-domain training capped at 300 epochs and fine-tuning at 500, early stopping guarding against overfitting in both regimes. For practitioners adapting the system to new fields, the authors flag the dials most likely to need adjustment: ground sampling distance, slice size and overlap, the detection confidence threshold, the prediction-merging threshold and the number of target-crop images labeled for fine-tuning. They also propose a pragmatic annotation strategy: label a small set of target-crop images first, check whether the transferred model already performs adequately, then direct additional labeling toward the conditions where it remains weak, such as dense emergence, heavy surface residue, shadows or unusual seedling morphology. The work was supported by the United Soybean Board and the U.S. Department of Agriculture&#8217;s National Institute of Food and Agriculture.</p>
<p>The researchers are forthright about the study&#8217;s limits. Excluding partially visible plants during annotation, while it improved consistency, left some visible-but-unlabeled regions to be treated as background during training — a rule that can bias detectors toward undercounting near tile boundaries and in densely emerged stands; future iterations may adopt clipped-object annotations, ignore regions or boundary-aware training procedures. The evaluation also rested on a single fixed set of data splits, and absolute positional accuracy awaits validation against independently surveyed plant locations. Even so, the central lesson stands: the true bottleneck in agricultural artificial intelligence is often not the algorithm but the labeling budget, and pretraining inside the agricultural domain multiplies the value of every labeled image a farmer or agronomist can afford to produce. A cotton field in Missouri, it turns out, taught a machine to count far more than cotton.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Development of a generalized UAV-based plant stand count framework using transfer learning and object detection, pretrained on multi-year cotton imagery and transferred to soybean and corn with minimal labeled data.</p>
<p><strong>Article Title:</strong> Developing a generalized plant stand count model based on transfer learning</p>
<p><strong>Article References:</strong> He, D., Tian, F., Yao, T., &amp; Zhou, J. (2026). Developing a generalized plant stand count model based on transfer learning. <em>Smart Agricultural Technology, 15</em>, Article 102513. <a href="https://doi.org/10.1016/j.atech.2026.102513" target="_blank" rel="noopener noreferrer">https://doi.org/10.1016/j.atech.2026.102513</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.atech.2026.102513" target="_blank" rel="noopener noreferrer">10.1016/j.atech.2026.102513</a></p>
<p><strong>Keywords:</strong> plant stand count, transfer learning, UAV remote sensing, object detection, deep learning, precision agriculture, YOLO, RT-DETR, cotton, soybean, corn, orthomosaic mapping</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">186174</post-id>	</item>
		<item>
		<title>Adaptive Deep Reinforcement Learning Improves Crop Yield Prediction in Smart Precision Farming</title>
		<link>https://scienmag.com/adaptive-deep-reinforcement-learning-improves-crop-yield-prediction-in-smart-precision-farming/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Wed, 12 Aug 2026 18:21:27 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[adaptive reinforcement learning in agriculture]]></category>
		<category><![CDATA[addressing environmental variability in crop forecasting]]></category>
		<category><![CDATA[advanced agricultural forecasting techniques]]></category>
		<category><![CDATA[AI-driven agricultural decision support systems]]></category>
		<category><![CDATA[climate-resilient crop prediction models]]></category>
		<category><![CDATA[Crop yield prediction]]></category>
		<category><![CDATA[deep convolutional reinforcement learning for farming]]></category>
		<category><![CDATA[machine learning for sustainable farming]]></category>
		<category><![CDATA[precision farming machine learning]]></category>
		<category><![CDATA[real-time crop yield modeling]]></category>
		<category><![CDATA[smart agriculture data-driven forecasting]]></category>
		<category><![CDATA[soil and weather data analysis in agriculture]]></category>
		<guid isPermaLink="false">https://scienmag.com/adaptive-deep-reinforcement-learning-improves-crop-yield-prediction-in-smart-precision-farming/</guid>

					<description><![CDATA[A new study published in Scientific Reports has introduced an artificial-intelligence framework designed to tackle one of precision agriculture’s most difficult challenges: predicting how much food a field will produce before the harvest arrives. Titled “Adaptive generalized regressive deep convolutional reinforcement learning for crop yield prediction in smart precision farming,” the research by Preethi and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A new study published in <em>Scientific Reports</em> has introduced an artificial-intelligence framework designed to tackle one of precision agriculture’s most difficult challenges: predicting how much food a field will produce before the harvest arrives. Titled “Adaptive generalized regressive deep convolutional reinforcement learning for crop yield prediction in smart precision farming,” the research by Preethi and R.M. Devadas brings together several advanced machine-learning techniques in an attempt to make agricultural forecasting more responsive, data-driven and adaptable. The work arrives as farmers worldwide face increasingly volatile weather, water shortages, soil degradation and rising pressure to produce more food from limited land.</p>
<p>Crop-yield prediction is far more complicated than simply measuring rainfall or counting plants. Harvest outcomes are shaped by a constantly changing combination of soil characteristics, temperature, humidity, sunlight, irrigation, fertilizer use, pest activity, disease, planting density and crop variety. Even neighboring fields can produce dramatically different results when their soil structure or management history differs. Conventional prediction models often struggle because they are trained on historical relationships that may no longer apply when growing conditions shift. A drought, an unexpected heatwave or a new pest outbreak can make yesterday’s agricultural patterns unreliable.</p>
<p>The framework described in the study combines deep convolutional learning with reinforcement learning and a generalized regression approach. Convolutional neural networks are widely known for their ability to detect patterns in images, but their mathematical architecture can also be adapted to identify meaningful relationships in complex, multidimensional datasets. In farming applications, those datasets may include satellite imagery, drone observations, sensor readings, weather records and field-management information. By processing spatial and temporal signals together, a convolutional system can potentially distinguish subtle differences between healthy and stressed crops that would be difficult to capture through manual inspection.</p>
<p>The “regressive” element of the model is focused on estimating a continuous value rather than assigning a simple category. Instead of merely labeling a field as healthy or unhealthy, a regression system attempts to calculate an expected yield, such as the amount of grain, fruit or biomass likely to be harvested. The generalized approach is important because agricultural data rarely behave in a perfectly uniform way. Different crops, regions and seasons can produce different relationships between environmental conditions and yield. A flexible regression component may therefore help the system remain useful across diverse farming situations rather than being restricted to a single set of conditions.</p>
<p>Reinforcement learning adds another layer of adaptation. In a reinforcement-learning system, an algorithm learns how to make decisions by receiving feedback from its environment. Actions that improve a defined outcome receive a favorable signal, while less effective decisions receive a weaker or negative signal. For precision farming, this idea can be connected to decisions such as irrigation timing, nutrient management or the prioritization of fields for closer monitoring. In the context of yield prediction, adaptive learning could enable the model to update its expectations as new information arrives, rather than relying entirely on a fixed prediction generated at the beginning of a growing season.</p>
<p>That adaptability could prove especially valuable as climate change makes agricultural conditions less predictable. Historical data remain essential for training artificial-intelligence systems, but they can also become a limitation when the future no longer resembles the past. A model trained mainly on moderate temperatures and regular rainfall may perform poorly during prolonged drought or extreme heat. An adaptive architecture is intended to respond to changing inputs and refine its internal predictions over time. The goal is not to eliminate uncertainty, which is impossible in farming, but to turn incoming data into earlier and more actionable warnings.</p>
<p>Smart precision farming depends on the ability to collect information at the right scale and speed. Soil sensors can report moisture and nutrient conditions, weather stations can track microclimates, and satellites or drones can reveal changes in crop color, canopy density and plant development. Artificial intelligence provides the computational layer needed to convert those streams into operational guidance. A yield-prediction model may help farmers estimate production well before harvest, identify underperforming areas and allocate water, fertilizer, labor and equipment more efficiently. It could also support storage and transport planning by giving agricultural businesses an early indication of the volume likely to enter the supply chain.</p>
<p>The potential economic and environmental consequences are significant. More accurate forecasts could reduce waste by preventing unnecessary irrigation or fertilizer application, while helping farmers respond to crop stress before damage becomes irreversible. Better estimates could also improve market planning and reduce the risk of sudden shortages or oversupply. For smallholder farmers, however, the value of such technology will depend on affordability, connectivity and ease of use. A sophisticated model cannot transform agriculture if the data required to operate it are unavailable, unreliable or too expensive to collect. Successful deployment will require interfaces that translate technical predictions into clear recommendations that farmers can trust.</p>
<p>The study also highlights a central issue in agricultural artificial intelligence: prediction quality depends heavily on the data used to build and test a model. Sensor failures, missing records, inconsistent measurements and regional differences can all distort results. A model may appear highly accurate in one location but perform less effectively in another with different soil, climate or farming practices. Independent validation across multiple seasons and agricultural regions is therefore essential. Researchers and technology developers will also need to examine how the system handles unusual conditions, including extreme weather events, new diseases and changes in crop varieties. Transparent reporting of uncertainty will be just as important as the predicted yield itself.</p>
<p>As artificial intelligence moves deeper into food production, the most influential systems may not be those that simply generate the fastest forecast, but those that can learn responsibly from changing conditions. The adaptive generalized regressive deep convolutional reinforcement-learning approach presented by Preethi and Devadas reflects that broader shift toward agricultural models designed to combine pattern recognition, numerical prediction and continual adaptation. Its significance lies in the attempt to connect complex data analysis with practical field management. If validated through extensive real-world testing, technologies of this kind could help farmers make earlier decisions, conserve scarce resources and prepare more effectively for an unpredictable agricultural future.</p>
<p><strong>Subject of Research</strong>: Crop yield prediction using adaptive deep learning, generalized regression and reinforcement learning for smart precision farming.</p>
<p><strong>Article Title</strong>: Adaptive generalized regressive deep convolutional reinforcement learning for crop yield prediction in smart precision farming.</p>
<p><strong>Article References</strong>: Preethi, P., Devadas, R.M. “Adaptive generalized regressive deep convolutional reinforcement learning for crop yield prediction in smart precision farming.” <i>Scientific Reports</i> (2026). <a href="https://doi.org/10.1038/s41598-026-66501-5">https://doi.org/10.1038/s41598-026-66501-5</a></p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: 10.1038/s41598-026-66501-5</p>
<p><strong>Keywords</strong>: Crop yield prediction, smart precision farming, deep convolutional learning, reinforcement learning, generalized regression, agricultural artificial intelligence, precision agriculture.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">178665</post-id>	</item>
	</channel>
</rss>
