<?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>transfer learning in agriculture &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/transfer-learning-in-agriculture/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</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>transfer learning in agriculture &#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>Automated Plant Disease Detection via Transfer Learning</title>
		<link>https://scienmag.com/automated-plant-disease-detection-via-transfer-learning/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Tue, 27 Jan 2026 06:58:29 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI applications in agriculture]]></category>
		<category><![CDATA[API-based agricultural solutions]]></category>
		<category><![CDATA[artificial intelligence for farming]]></category>
		<category><![CDATA[automated plant disease detection]]></category>
		<category><![CDATA[combating agricultural challenges with technology]]></category>
		<category><![CDATA[efficient plant disease identification]]></category>
		<category><![CDATA[enhancing crop productivity]]></category>
		<category><![CDATA[innovative agricultural technology]]></category>
		<category><![CDATA[machine learning for plant health]]></category>
		<category><![CDATA[pre-trained vision transformers]]></category>
		<category><![CDATA[scalable plant disease diagnosis]]></category>
		<category><![CDATA[transfer learning in agriculture]]></category>
		<guid isPermaLink="false">https://scienmag.com/automated-plant-disease-detection-via-transfer-learning/</guid>

					<description><![CDATA[In a rapidly evolving world, the agricultural sector is increasingly turning to technology to enhance productivity and combat the various challenges posed by plant diseases. The burgeoning field of artificial intelligence (AI) has emerged as a crucial ally in this battle. A recent study led by V.R.N. Prabhakar, P. Misra, S. Bhatt, and others proposes [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a rapidly evolving world, the agricultural sector is increasingly turning to technology to enhance productivity and combat the various challenges posed by plant diseases. The burgeoning field of artificial intelligence (AI) has emerged as a crucial ally in this battle. A recent study led by V.R.N. Prabhakar, P. Misra, S. Bhatt, and others proposes a novel approach that combines API-based automation with advanced machine learning techniques for diagnosing plant diseases. This innovative model utilizes transfer learning on a pre-trained vision transformer, which has the potential to transform how farmers and scientists interact with agricultural data.</p>
<p>The primary motivation behind the research stems from the pressing need for an efficient and scalable method to identify plant diseases. Traditional diagnosis methods often rely on expert knowledge and can be hampered by time constraints, geographical limitations, and varying levels of expertise among practitioners. This can lead to delays in treatment and, ultimately, crop loss. By integrating AI with agricultural practices, the authors aim to create a solution that streamlines the diagnostic process, making it more accessible to everyone from small-scale farmers to large agricultural companies.</p>
<p>Transfer learning, a pivotal technique in the realm of machine learning, plays an essential role in this study. It allows the model to leverage knowledge from previously learned tasks to improve performance on new, yet related tasks. In the context of plant disease diagnosis, this means that the pre-trained vision transformer model can effectively generalize its understanding of diseases based on prior experiences. This is particularly valuable in the agricultural sector, where the diversity of plant species and fungal pathogens presents challenges for traditional machine learning models.</p>
<p>The study highlights the use of API-based automation as a cornerstone of their methodology. An Application Programming Interface (API) facilitates communication between different software applications, enabling seamless data transfer and interaction. In the context of disease diagnosis, the researchers advocate for the development of user-friendly APIs that allow farmers and agronomists to access diagnostic tools quickly and effectively. This can significantly reduce the time between disease identification and remediation, ensuring that crops are treated promptly to minimize damage.</p>
<p>One of the most compelling aspects of this research is the potential for real-time analysis. With the integration of an API and the vision transformer model, users can upload images of their plants via a smartphone app and receive immediate feedback regarding the health status of their crops. This time-sensitive approach not only aids in quicker decision-making but also empowers farmers to adopt more responsive agricultural practices. This immediacy is a game-changer for rural communities, where timely interventions can make the difference between a bountiful harvest and a failed crop.</p>
<p>To gather data for training their model, the researchers sourced an extensive repository of plant images. This comprehensive dataset encompasses various plant species affected by an array of diseases, providing the model with a robust foundation to learn from. The efficacy of a model derived from such a dataset can be significantly higher, as it is better equipped to recognize patterns and anomalies. This process of curating and labeling data is crucial, as the quality and diversity of the training data directly influence the model’s predictive performance.</p>
<p>In addition to the efficiency gains, this research also opens up avenues for democratizing agricultural technology. The user-friendly nature of an API-based system means that even those with limited technical understanding can effectively utilize the tool. This is particularly important in developing regions, where access to advanced diagnostic tools has historically been limited. By empowering local farmers with technology that is simple to operate, not only does the study address plant disease diagnosis, but it also promotes broader agricultural resilience and food security.</p>
<p>Moreover, this approach aligns with ongoing trends towards sustainability in agriculture. By enabling faster and more accurate diagnosis of diseases, farmers can minimize the use of pesticides and other chemicals, making their practices more environmentally friendly. This reduction in chemical input not only benefits the ecosystem but also resonates with the growing consumer demand for sustainably produced food.</p>
<p>The implications of this research extend beyond mere diagnostics; it also lays the groundwork for further advancements in precision agriculture. By leveraging AI and machine learning, farmers can collect and analyze data on various aspects of crop health, soil conditions, and environmental factors. This holistic approach, supported by the findings of Prabhakar et al., can aid in implementing targeted interventions that optimize yield while conserving resources.</p>
<p>Furthermore, the move towards automated plant disease analysis aligns with the ongoing digital transformation within the agricultural sector. As more farmers turn to technology for everyday tasks, the integration of AI capabilities can serve as both a competitive advantage and a means of ensuring greater food security. Studies like this highlight the potential of data-driven approaches that emphasize efficiency and sustainability.</p>
<p>Nevertheless, challenges remain in the widespread adoption of such technologies. Issues related to internet connectivity, especially in rural areas, can hinder access to these advanced tools. Addressing these hurdles will require both governmental and private sector initiatives aimed at improving digital infrastructure. Collaborative efforts can ensure that the benefits of innovations like the one presented by Prabhakar and colleagues reach those who need them most.</p>
<p>As the research continues to unfold, further exploration into AI&#8217;s role in agriculture will undoubtedly yield additional insights. The methodologies leveraged in this study could inform similar projects, potentially leading to breakthroughs in other areas such as soil health analysis, pest management, and crop optimization strategies. It is clear that the intersection of agriculture and technology holds vast potential, one that can be fully harnessed to address global challenges.</p>
<p>Overall, this study presents a promising step forward in the quest to empower farmers through technology. By enhancing the accuracy and speed of plant disease diagnosis, the proposed API-based automated analysis not only supports agricultural productivity but also fosters sustainability. These advancements exemplify the critical role that innovation plays in shaping the future of food security and environmental stewardship. With ongoing research and collaboration, the agriculture sector can look forward to a tech-enabled future that benefits all stakeholders.</p>
<p><strong>Subject of Research</strong>: Automated plant disease analysis using AI and transfer learning.</p>
<p><strong>Article Title</strong>: Api based automated plant disease analysis using transfer learning on pre-trained vision transformer model.</p>
<p><strong>Article References</strong>: Prabhakar, V.R.N., Misra, P., Bhatt, S. <i>et al.</i> Api based automated plant disease analysis using transfer learning on pre-trained vision transformer model. <i>Discov Artif Intell</i>  (2026). https://doi.org/10.1007/s44163-025-00769-w</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>:</p>
<p><strong>Keywords</strong>: AI, plant disease diagnosis, machine learning, transfer learning, agricultural technology, sustainable agriculture, precision farming.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">131461</post-id>	</item>
	</channel>
</rss>
