<?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 residue &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/crop-residue/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 16:33:44 +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 residue &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI Framework Merges NeRF Reconstructions With Semantic Analysis to Map Crop Residue in 3D</title>
		<link>https://scienmag.com/ai-framework-merges-nerf-reconstructions-with-semantic-analysis-to-map-crop-residue-in-3d/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 16:33:44 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[3D reconstruction]]></category>
		<category><![CDATA[3D spatial mapping of crop debris]]></category>
		<category><![CDATA[AI-driven monitoring of crop debris and residue]]></category>
		<category><![CDATA[AI-powered crop residue mapping]]></category>
		<category><![CDATA[carbon cycle]]></category>
		<category><![CDATA[climate research using crop residue mapping]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[computer vision in precision agriculture]]></category>
		<category><![CDATA[crop residue]]></category>
		<category><![CDATA[handling irregular geometries in farm imagery]]></category>
		<category><![CDATA[integrated AI framework for agricultural field analysis]]></category>
		<category><![CDATA[multi-view imagery]]></category>
		<category><![CDATA[multi-view photo analysis for crop monitoring]]></category>
		<category><![CDATA[NeRF]]></category>
		<category><![CDATA[NeRF-based agricultural scene understanding]]></category>
		<category><![CDATA[neural 3D reconstruction for agriculture]]></category>
		<category><![CDATA[NeuS]]></category>
		<category><![CDATA[occlusion-aware agricultural scene reconstruction]]></category>
		<category><![CDATA[precision agriculture]]></category>
		<category><![CDATA[residue density]]></category>
		<category><![CDATA[semantic segmentation]]></category>
		<category><![CDATA[semantic segmentation in farming fields]]></category>
		<category><![CDATA[SLIET Longowal]]></category>
		<category><![CDATA[YOLOv8]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196375</guid>

					<description><![CDATA[Researchers at SLIET Longowal have developed a hybrid AI framework that combines YOLOv8 semantic segmentation with NeuS neural surface reconstruction to generate 3D crop residue density maps from ordinary multi-view images.]]></description>
										<content:encoded><![CDATA[<p>Researchers in India have unveiled an artificial intelligence framework that fuses neural 3D reconstruction with semantic segmentation to turn ordinary multi-view photographs into spatially explicit maps of crop residue, a capability that could reshape how farmers, scientists and climate researchers monitor agricultural fields. The study, published in Multimedia Tools and Applications, was conducted by Ayushi Ayushi and Amar Nath of the Computer Science and Engineering department at SLIET Longowal in Punjab, and was fully supported by the Anusandhan National Research Foundation of the Government of India under grant file number EEQ/2023/000792. The work tackles one of the most stubborn problems in agricultural computer vision: reliably understanding what lies scattered across a field, from a flattened pile of stalks to patches of sparse debris, when geometry is irregular, occlusions are everywhere, and lighting conditions refuse to cooperate.</p>
<p>The central innovation of the framework is that it refuses to treat reconstruction and recognition as separate problems. Most existing pipelines in this space fall into two camps. On one side sit techniques rooted in Neural Radiance Fields, or NeRF, the celebrated deep-learning method that represents a scene as a continuous volumetric function and synthesizes novel views by predicting color and density along camera rays. NeRF excels at producing photorealistic renderings but does not, by itself, tell a farmer where residues are dense or thin. On the other side sit deep learning segmentation systems such as YOLOv8, which can label pixels in individual images with impressive speed but produce only flat, two-dimensional outputs. Traditional pipelines run these tools independently and then attempt to reconcile them after the fact, a strategy the authors argue fundamentally limits residue-specific analysis.</p>
<p>The new framework closes that gap by injecting YOLOv8-derived semantic masks directly into the optimization process of NeuS, a neural implicit surface reconstruction method that learns signed distance functions through volume rendering. During training, the reconstruction network is guided by the segmentation evidence, so the surfaces it carves out of the scene are shaped, in part, by knowledge of where residues have been detected in the input photographs. This residue-aware integration strategy is the first of three contributions the authors highlight. Rather than reconstructing everything uniformly and asking questions later, the system concentrates its modeling capacity on the structures that matter for residue monitoring, which is essential in agricultural scenes where residues are structurally sparse and their density patterns are highly heterogeneous.</p>
<p>The second major contribution is a new quantitative bridge between two dimensions. The researchers introduce a metric called Coverage Density, denoted D-cov, together with a voxelized density grid representation. In plain terms, the framework takes the two-dimensional segmentation masks produced for each photograph and projects them into a three-dimensional grid of voxels, the cubic building blocks of volumetric space. Each voxel accumulates evidence from all the views that observe it, ultimately yielding a spatially explicit three-dimensional residue-density map. This transformation is what elevates the system from a collection of labeled images into a genuine three-dimensional measurement tool. A land manager can inspect the density map and immediately see where residue is concentrated, where it is patchy, and where the ground is nearly bare, without walking the field on foot.</p>
<p>The third contribution addresses the realities of field data. Agricultural environments are not tidy laboratory scenes. Residues decompose unevenly, wind and machinery scatter material unpredictably, and tall crops cast shadows and occlusions that confuse naive reconstruction. The framework explicitly accounts for structural sparsity and heterogeneous density patterns, the authors write, so that the density estimates remain meaningful even in the messiest scenarios. This consideration is what the team believes distinguishes their approach from prior NeRF-based agricultural pipelines, which have largely focused on crop morphology analysis, orchard scene reconstruction, and plant phenotyping, treating the field canopy rather than the ground-level residue layer as the object of interest.</p>
<p>The experimental results, while modest by the standards of curated benchmark datasets, are notable precisely because they were achieved in unstructured, real-world field conditions. The segmentation component achieved a mean Average Precision at an Intersection-over-Union threshold of 0.5 of approximately 0.31, and a stricter mAP spanning thresholds from 0.5 to 0.95 of approximately 0.14. Those headline figures, however, mask a crucial pattern: accuracy rises dramatically in high-density residue regions, reaching roughly 0.72. In other words, the system is most reliable exactly where it matters most for residue management decisions, identifying thick concentrations of material with confidence, while remaining more cautious about ambiguous, sparse debris.</p>
<p>The three-dimensional outputs are the study&#8217;s most striking demonstration. The generated residue-density maps successfully captured spatial variations across representative field scenarios, with estimated density values ranging between 55.7 percent and 77.7 percent. These are not merely rendered pictures; they are quantitative spatial estimates that can be compared across fields, across seasons, or against management targets. For precision agriculture, such maps could inform decisions about how much residue to retain for soil moisture and erosion control, where tillage is needed, and how residue distribution affects planting operations. For carbon cycle science, the ability to estimate residue cover from inexpensive imagery has direct implications for tracking how much carbon agricultural soils sequester or release, a variable that currently depends on laborious ground surveys.</p>
<p>Cost and accessibility are central to the work&#8217;s practical appeal. Traditional methods for quantifying residue cover, from manual line-transect sampling to satellite remote sensing, either demand scarce human labor or sacrifice spatial resolution. The proposed pipeline requires only multi-view imagery, which can be captured with consumer drones or even handheld cameras, and commodity computing resources. The authors position the framework as a scalable and cost-effective solution for crop residue monitoring, particularly in resource-constrained environments where the expensive sensors and infrastructure of high-end remote sensing are out of reach. Because the entire approach is data-driven, it can in principle be retrained for new crops, residue types, and geographic regions without redesigning the underlying system.</p>
<p>The scientific lineage of the project traces through some of the most influential ideas in modern computer vision. The framework builds on NeRF, introduced by Mildenhall and colleagues and later recognized in Communications of the ACM, which showed that scenes could be encoded in the weights of small neural networks. It borrows NeuS from Wang and colleagues, which extended volume rendering to recover sharp, continuous surfaces rather than fuzzy density clouds. On the perception side, it leverages the YOLO family of real-time detectors, maintained by Ultralytics, and sits alongside segmentation architectures such as Mask R-CNN that have already been applied to plant counting and sizing tasks. The authors also situate their work within a rapidly growing literature applying 3D reconstruction to agriculture, including recent NeRF-based crop morphology pipelines, UAV-based orchard reconstruction with semantic segmentation, Gaussian-splatting approaches to field reconstruction, and surveys of 2D-to-3D methods in agricultural sensing.</p>
<p>The team has released its dataset publicly to encourage reproducibility and collaborative research, a move that could accelerate adoption across the precision agriculture community. The study&#8217;s authors describe a clear division of labor: Ayushi conceived the research, designed and implemented the methodology, performed the experiments and drafted the manuscript, while Amar Nath supervised the work, refined the research design and critically revised the paper. Both researchers emphasize that the framework is a step toward residue-aware, semantics-guided 3D modeling as a general paradigm, one in which what a machine sees and what a machine builds become the same computation. As agriculture confronts simultaneous pressures of sustainability, carbon accounting and labor scarcity, tools that extract rich three-dimensional understanding from cheap photographs may prove to be among the most consequential applications of neural rendering yet.</p>
<p><strong>Subject of Research:</strong> Hybrid NeRF-based 3D reconstruction and semantic segmentation framework for crop residue density mapping in agricultural fields</p>
<p><strong>Article Title:</strong> A hybrid framework for 3D reconstruction and semantic analysis using NeRF</p>
<p><strong>Article References:</strong> Ayushi, A., &amp; Nath, A. (2026). A hybrid framework for 3D reconstruction and semantic analysis using NeRF. <em>Multimedia Tools and Applications, 85</em>(9), Article 757. <a href="https://doi.org/10.1007/s11042-026-21899-y" rel="noopener noreferrer">https://doi.org/10.1007/s11042-026-21899-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11042-026-21899-y" rel="noopener noreferrer">10.1007/s11042-026-21899-y</a></p>
<p><strong>Keywords:</strong> NeRF, NeuS, 3D reconstruction, semantic segmentation, YOLOv8, crop residue, precision agriculture, residue density, multi-view imagery, computer vision, carbon cycle, SLIET Longowal</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196375</post-id>	</item>
	</channel>
</rss>
