<?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>precision farming technology &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/precision-farming-technology/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 Sep 2026 07:50:39 +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>precision farming technology &#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>Vision foundation model enables accurate plant height estimation in fields</title>
		<link>https://scienmag.com/vision-foundation-model-enables-accurate-plant-height-estimation-in-fields/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Tue, 08 Sep 2026 07:50:35 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[agricultural plant height measurement]]></category>
		<category><![CDATA[agriculture crop phenotyping]]></category>
		<category><![CDATA[AI frameworks for plant phenotyping]]></category>
		<category><![CDATA[AI-based crop height estimation]]></category>
		<category><![CDATA[AI-based plant measurement]]></category>
		<category><![CDATA[artificial intelligence in agriculture]]></category>
		<category><![CDATA[centimeter-level accuracy in agriculture]]></category>
		<category><![CDATA[computer vision for crop analysis]]></category>
		<category><![CDATA[consumer-grade camera applications in agriculture]]></category>
		<category><![CDATA[consumer-grade camera crop measurement]]></category>
		<category><![CDATA[depth estimation in agriculture]]></category>
		<category><![CDATA[Depth4PH model]]></category>
		<category><![CDATA[field measurement automation]]></category>
		<category><![CDATA[field-based plant height accuracy]]></category>
		<category><![CDATA[plant height estimation]]></category>
		<category><![CDATA[plant height estimation framework]]></category>
		<category><![CDATA[plant height measurement from photographs]]></category>
		<category><![CDATA[precision farming crop phenotyping]]></category>
		<category><![CDATA[precision farming technology]]></category>
		<category><![CDATA[real-world crop measurement challenges]]></category>
		<category><![CDATA[scalable crop phenotyping technology]]></category>
		<category><![CDATA[single image crop analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/vision-foundation-model-enables-accurate-plant-height-estimation-in-fields/</guid>

					<description><![CDATA[Plant height sounds like the simplest measurement in agriculture—walk into a field with a ruler and check. But anyone who has actually tried it at scale knows the reality: breeding programs and precision farming operations need thousands of accurate height readings, and manual measurement is slow, inconsistent, and exhausting. Now a research team in China [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Plant height sounds like the simplest measurement in agriculture—walk into a field with a ruler and check. But anyone who has actually tried it at scale knows the reality: breeding programs and precision farming operations need thousands of accurate height readings, and manual measurement is slow, inconsistent, and exhausting. Now a research team in China has unveiled a framework that pulls reliable, centimeter-level plant heights from a single ordinary photograph, using a cascade of artificial intelligence models that could make cheap, rapid crop phenotyping available to nearly any grower with a camera.</p>
<p>The new system, described in the journal Artificial Intelligence in Agriculture, is called Depth4PH, short for &#8220;Depth for Plant Height.&#8221; It was developed by Zhi Wang, Zhi Yao, Demin Xu, Huayang Wang, Shuaipeng Fei, Xinyu Gu, Muxin Lu, Dongyu Wang, Jiayuan Li, Chunli Lv, Yuntao Ma, and Jinyu Zhu, and it tackles a problem that has frustrated agricultural scientists for years: how to get absolute physical measurements—not vague relative estimates—from consumer-grade cameras in messy, real-world field conditions.</p>
<h2>Why a Single Photo Is So Hard</h2>
<p>Modern approaches to measuring crops without touching them have generally fallen into two camps. LiDAR systems scan fields with lasers and build precise three-dimensional point clouds, but the hardware is expensive and the data processing is computationally punishing, which has kept LiDAR out of most large-scale applications. Structure-from-motion and multi-view stereo techniques reconstruct 3D scenes from multiple overlapping photographs, and while they demand cheaper equipment, they are notoriously fragile in the field. Strong sunlight, wind-blurred leaves, and dense overlapping canopies all cause the feature-matching algorithms to fail, and pulling clean ground points out of the resulting data is often a losing battle.</p>
<p>Monocular depth estimation—inferring depth from one single image—has emerged as an appealing alternative because it needs no stereo calibration, no extra sensors, and no multiple viewpoints. But general-purpose depth models have a fundamental limitation when pointed at farm fields: they output <em>relative</em> depth. They can tell you that one plant looks closer than another, but not that a maize stalk is 2.3 meters tall. Converting those fuzzy relative predictions into true metric measurements has required supervised training on data from the specific environment, and such data is scarce precisely where it matters most—unstructured, sun-drenched, wind-buffeted farmland.</p>
<p>Depth4PH attacks this gap with four linked components: a synthetic training data engine, a fine-tuned metric depth model, an automated segmentation system, and a robust physics-based height calculation algorithm.</p>
<h2>Building a Fake Farm to Train Real Models</h2>
<p>The first obstacle was training data. Accurate depth ground truth in real fields is nearly impossible to collect: structured-light and time-of-flight depth cameras are blinded by outdoor infrared interference, producing hole-riddled depth maps, while LiDAR point clouds are too sparse to capture slender stems and fine leaf edges when projected into images.</p>
<p>The team&#8217;s workaround was to grow their crops inside a computer. Using the Blender 3D physics engine, they constructed a high-fidelity Virtual Agricultural Scene, or Blender VAS. Procedural models built on L-system theory and branching fractal algorithms generated thousands of soybean and maize plants with botanically plausible topology, each varied by pseudo-random seeds. Multifractal noise displacement maps perturbed the virtual terrain to reproduce the ridges and micro-undulations of real field soil.</p>
<p>Lighting was handled with equal care. The rendering engine implemented Nishita sky models grounded in Rayleigh and Mie scattering physics, allowing the researchers to simulate harsh morning sun, high-contrast noon shadows, and diffuse evening light by tuning solar elevation, atmospheric turbidity, and cloud cover. Crucially, because this is a virtual world, absolute depth comes for free: the renderer reads the Z-buffer depth channel directly from the virtual camera and computes the true Euclidean distance from every surface to the optical center, encoded losslessly in 16-bit floating point.</p>
<p>To keep synthetic images from being too alien to real-world photos, the team fused their virtual dataset with open-source agricultural benchmarks like AgriBench and WE3DS plus real field imagery, using median scaling to align relative depth spaces with absolute physical scale. All images were resampled to 518 × 518 pixels to match the vision transformer architecture underneath the model.</p>
<h2>A Depth Model That Refuses to Forget</h2>
<p>The core of the system is TAM-Depth V2, a fine-tuned version of the open-source Depth Anything V2 foundation model adapted for agricultural scenes. Rather than retraining the whole network—a recipe for catastrophic forgetting when training data is limited—the team used parameter-efficient fine-tuning. The first 18 blocks of the ViT-L encoder, containing roughly 226.77 million parameters, were frozen solid, preserving the general visual and geometric knowledge learned from millions of natural images. Only the deeper, task-specific blocks and a reconstructed Dense Prediction Transformer decoder were left trainable, keeping total trainable parameters to about 31.8 percent.</p>
<p>A new absolute depth prediction head converts the network&#8217;s fused features into true metric depth. A single convolutional layer and a sigmoid activation produce values between 0 and 1, which are then mapped to meters using a configurable maximum scene depth of 4.5 meters—a figure chosen because imaging platforms typically hover 3 to 4 meters above the ground to capture tall crops like maize, which can reach 2.8 meters.</p>
<p>Training used a masked hybrid loss combining three objectives: an L1 loss robust to optical outliers, a structural similarity (SSIM) loss that preserves the topological coherence of crop surfaces, and a multi-scale edge gradient loss that sharpens depth discontinuities where overlapping leaves meet. Training ran for 50 epochs with an AdamW optimizer, differential learning rates, and gradient accumulation on an Apple M3 Max workstation—hardware that reflects the framework&#8217;s emphasis on efficiency over brute force.</p>
<h2>Auto-Piloting the Segment Anything Model</h2>
<p>Accurate depth alone isn&#8217;t enough; the system must isolate individual plants from cluttered canopies and background clutter like irrigation pipes and support stakes. Depth4PH uses SAM 2, the Segment Anything Model, but replaces its usual human-provided prompts with an automated engine called MSP-SAM2.</p>
<p>The engine works from two streams. In the RGB branch, the Excess Green vegetation index with Otsu thresholding carves out an initial vegetation mask. In the depth branch, an inverse watershed algorithm flips the depth topography so that protruding canopy apexes become local convergence centers, which the H-minima transform identifies as positive prompt points marking individual plants. Meanwhile, a discrete Laplacian operator on the depth map, combined with Line Segment Detector geometry checks, identifies linear man-made structures—pipes, poles, stakes—that would otherwise seduce SAM 2&#8217;s masks into semantic overflow. Dense negative prompts along these structures suppress the expansion. The result is fully zero-shot instance segmentation with no human in the loop.</p>
<h2>From Pixels to Centimeters</h2>
<p>The final component, RANSAC-Per, converts depth maps and masks into physical heights. For each segmented plant, it collects the depth values within the mask and takes the 3rd-percentile depth—the nearest points—as the canopy apex, a truncated percentile trick that ignores floating optical noise spikes that would corrupt a naive minimum. On the ground side, a RANSAC regression fits a local plane to soil pixels beneath the plant, resisting ridge undulations and terrain distortion. After compensating for camera tilt using either strict nadir calibration or onboard IMU measurements, the vertical height falls out of simple trigonometry.</p>
<p>Tested against 350 physically measured plants across five crops—cucumber, tomato, soybean, cotton, and maize—collected at the Chinese Academy of Agricultural Sciences&#8217; Xinxiang base and Beijing&#8217;s Xiaotangshan National Precision Agriculture Research Base, with zero overlap between training and test sites, the framework consistently outperformed baseline methods that relied on global or dilated min-max statistics, which were far more vulnerable to terrain distortion and optical noise.</p>
<p>The implications reach beyond plant height. The same synthetic-data-plus-foundation-model pipeline could extend to canopy volume, biomass estimation, lodging risk assessment, and precision irrigation planning. And because the framework runs on consumer hardware rather than exotic sensors, it lowers the entry barrier dramatically for breeding stations and research farms worldwide. As climate pressures intensify the need for rapid crop improvement, tools that turn an ordinary photo into a breeding decision may soon be as essential as the ruler they replace.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Plant height estimation in agricultural scenes using vision foundation model-based monocular depth estimation</p>
<p><strong>Article Title:</strong> Depth4PH: a vision foundation model-based framework for plant height estimation in agricultural scenes</p>
<p><strong>Article References:</strong> Wang, Z., Yao, Z., Xu, D., Wang, H., Fei, S., Gu, X., Lu, M., Wang, D., Li, J., Lv, C., Ma, Y., &amp; Zhu, J. (2026). Depth4PH: a vision foundation model-based framework for plant height estimation in agricultural scenes. <em>Artificial Intelligence in Agriculture</em>. <a href="https://doi.org/10.1016/j.aiia.2026.08.006" target="_blank" rel="noopener noreferrer">https://doi.org/10.1016/j.aiia.2026.08.006</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.aiia.2026.08.006" target="_blank" rel="noopener noreferrer">10.1016/j.aiia.2026.08.006</a></p>
<p><strong>Keywords:</strong> plant height, monocular depth estimation, vision foundation model, Depth Anything V2, SAM 2, crop phenomics, precision agriculture, synthetic data, zero-shot segmentation, RANSAC</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">190004</post-id>	</item>
		<item>
		<title>Politecnico di Milano Develops Virtual Vineyards to Advance Self-Driving Tractor Technology</title>
		<link>https://scienmag.com/politecnico-di-milano-develops-virtual-vineyards-to-advance-self-driving-tractor-technology/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Tue, 11 Nov 2025 17:35:01 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[agricultural engineering research]]></category>
		<category><![CDATA[algorithm testing in vineyards]]></category>
		<category><![CDATA[autonomous agricultural machinery]]></category>
		<category><![CDATA[digital environment for tractors]]></category>
		<category><![CDATA[digital twin simulation]]></category>
		<category><![CDATA[mechanical engineering in agriculture]]></category>
		<category><![CDATA[Politecnico di Milano]]></category>
		<category><![CDATA[precision farming technology]]></category>
		<category><![CDATA[self-driving tractor innovation]]></category>
		<category><![CDATA[sustainable agricultural practices]]></category>
		<category><![CDATA[vineyard management advancements]]></category>
		<category><![CDATA[virtual vineyards technology]]></category>
		<guid isPermaLink="false">https://scienmag.com/politecnico-di-milano-develops-virtual-vineyards-to-advance-self-driving-tractor-technology/</guid>

					<description><![CDATA[In the heart of Italy&#8217;s renowned viticultural landscape, a groundbreaking shift is underway that promises to redefine the future of vineyard management. The Politecnico di Milano, a beacon of technological innovation, has embarked on a path that marries mechanical engineering with advanced information technology and sophisticated digital simulation. This pioneering research initiative aims to revolutionize [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In the heart of Italy&#8217;s renowned viticultural landscape, a groundbreaking shift is underway that promises to redefine the future of vineyard management. The Politecnico di Milano, a beacon of technological innovation, has embarked on a path that marries mechanical engineering with advanced information technology and sophisticated digital simulation. This pioneering research initiative aims to revolutionize how vineyards operate, ushering in an era of autonomous, high-precision agricultural machinery that not only enhances efficiency but also propels sustainability to the forefront of agricultural practice.</p>
<p>At the core of this innovation lies the development of an intricate digital environment designed to simulate and optimize the operation of self-driving tractors within vineyard settings. This virtual ecosystem, often referred to as a &#8220;digital twin,&#8221; meticulously mirrors the vineyard’s physical characteristics—including slope gradients, soil texture variations, and the precise geometry of row spacing. By creating this highly realistic simulation, researchers can rigorously test autonomous navigation algorithms, refine control strategies, and predict operational outcomes without the inherent risks and costs of real-world trials.</p>
<p>The research team, comprising experts from the Departments of Mechanical Engineering and Electronics, Information and Bioengineering, has engineered a comprehensive methodological framework for scenario generation. This framework encompasses the synthesis of detailed terrain models and the integration of sensor data streams typical of actual agricultural machinery. By employing low-cost Global Navigation Satellite Systems (GNSS) alongside Inertial Measurement Units (IMU), the virtual tractors execute precise movements that replicate true field conditions. These autonomous vehicles demonstrate an ability to navigate between tightly spaced vine rows and perform complex off-field maneuvers with unprecedented accuracy.</p>
<p>Key to this advancement is the synergistic combination of terrain modeling, sensor emulation, and advanced control algorithms, all embedded within a singular simulation environment. This integration ensures that every aspect influencing vineyard operations—from micro-topography to sensor noise—is faithfully represented. Such fidelity accelerates the iterative process of developing autonomous control systems, bridging the gap between theoretical algorithmic strategies and practical field applications. Furthermore, it dramatically curtails the time and resources traditionally allocated to on-site validation, presenting a transformative leap forward for agricultural engineering.</p>
<p>The implications of this digital twin extend beyond mere operational efficiencies. Researchers envision these simulations as vital tools for operator training, facilitating a controlled setting where human supervisors can familiarize themselves with autonomous machinery behaviors and refine intervention protocols without risking crop damage or machinery faults. This educational facet is seen as a crucial catalyst for broader adoption of automation technologies, breaking down barriers related to unfamiliarity and mistrust that commonly hinder innovation in traditional farming communities.</p>
<p>The initiative has been bolstered through a collaborative partnership with Soluzioni Ingegneria s.r.l., an industry leader specializing in dynamic vehicle simulation software. This alliance embeds academic innovation within the practical frameworks demanded by commercial agricultural equipment manufacturers, ensuring that theoretical models translate effectively into market-ready technologies. It is this blend of scholarly research and industrial application that positions the project at the nexus of agricultural automation and sustainable farming.</p>
<p>From a sustainability perspective, the precise control afforded by autonomous tractors promises substantial environmental benefits. More exact navigation reduces soil compaction and disturbance, while the ability to execute carefully modulated maneuvers minimizes resource wastage. Additionally, optimizing field operations through predictive algorithms aligns with broader ecological goals to reduce carbon footprints and conserve soil health, thereby contributing to resilient agricultural ecosystems in the face of climate change.</p>
<p>This research arrives at a pivotal moment for global agriculture, where the dual pressures of increasing food demand and environmental stewardship mandate innovative technological responses. By embedding advanced robotics and sensor technologies within the unique context of vineyards, the Politecnico di Milano project addresses a sector ripe for disruption. Traditional viticulture, often labor-intensive and tailored to delicate crop requirements, is now poised to embrace automation without compromising the intricate balance of terroir and grape quality.</p>
<p>The published findings, detailed in the latest issue of AgriEngineering, offer a comprehensive analysis of the methodologies employed, simulation parameters, and algorithmic control strategies. The paper elucidates the challenges inherent in replicating complex vineyard environments digitally and discusses the iterative optimization process through which autonomous tractor performance was enhanced. This transparency not only advances academic discourse but also provides a valuable reference point for developers and practitioners aiming to implement similar systems across diverse agricultural contexts.</p>
<p>Beyond the immediate scope of viticulture, the technological principles underpinning this research hold broader applicability. The combination of digital twins with sensor-driven autonomous machinery paves the way for smarter, more resilient farming operations across various crops and terrains. By validating control strategies in virtual environments, stakeholders can anticipate system behaviors under myriad conditions, thereby reducing uncertainty and enhancing decision-making efficacy.</p>
<p>The vision articulated by Professor Federico Cheli, who leads the Mechanical Engineering department and coordinates the project, encapsulates a future where digital simulation is integral to agricultural innovation. His emphasis on integrating realistic sensors, terrain data, and advanced controls reflects a holistic approach that acknowledges the multifaceted challenges of field automation. This mindset exemplifies the evolving role of engineering disciplines in shaping next-generation food systems.</p>
<p>As autonomous technologies gain foothold in agriculture, the nexus of simulation science, robotics, and environmental sustainability will undoubtedly expand. The achievements of the Politecnico di Milano team demonstrate the feasibility and value of a simulation-first approach to developing high-precision vineyard operations. Their work embodies a critical step toward smart agriculture, where data-driven insights and autonomous control converge to cultivate not only grapes but a more sustainable and productive future for farming worldwide.</p>
<p>Subject of Research: Not applicable<br />
Article Title: Scenario Generation and Autonomous Control for High-Precision Vineyard Operations<br />
News Publication Date: 11th November 2025<br />
Web References: http://dx.doi.org/10.3390/agriengineering7020046<br />
References: Ruiz Mayo, C.; Cheli, F.; Arrigoni, S.; Paparazzo, F.; Mentasti, S.; Pezzola, M.E. Scenario Generation and Autonomous Control for High-Precision Vineyard Operations. AgriEngineering 2025, 7(2), 46.<br />
Image Credits: Politecnico di Milano<br />
Keywords: Agricultural engineering, Sustainable agriculture, Robots</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">104114</post-id>	</item>
	</channel>
</rss>
