<?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>plant structure disentanglement &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/plant-structure-disentanglement/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 15:39:50 +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>plant structure disentanglement &#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 Learns to Untangle a Plant: New Network Reads 3D Soybean Structures Like Never Before</title>
		<link>https://scienmag.com/ai-learns-to-untangle-a-plant-new-network-reads-3d-soybean-structures-like-never-before/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 15:39:50 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[3D plant organ segmentation]]></category>
		<category><![CDATA[3D plant point cloud analysis]]></category>
		<category><![CDATA[3D soybean plant analysis]]></category>
		<category><![CDATA[automated crop trait measurement]]></category>
		<category><![CDATA[computer vision in agriculture]]></category>
		<category><![CDATA[deep learning plant segmentation]]></category>
		<category><![CDATA[dense plant canopy image processing]]></category>
		<category><![CDATA[discriminative loss]]></category>
		<category><![CDATA[high-throughput phenotyping]]></category>
		<category><![CDATA[high-throughput plant phenotyping]]></category>
		<category><![CDATA[intelligent breeding]]></category>
		<category><![CDATA[intelligent breeding technology]]></category>
		<category><![CDATA[Pheno4D]]></category>
		<category><![CDATA[plant organ-level segmentation]]></category>
		<category><![CDATA[plant structure disentanglement]]></category>
		<category><![CDATA[point cloud deep learning]]></category>
		<category><![CDATA[point-voxel fusion]]></category>
		<category><![CDATA[precision agriculture]]></category>
		<category><![CDATA[precision agriculture image segmentation]]></category>
		<category><![CDATA[PVSCNet]]></category>
		<category><![CDATA[PVSCNet deep learning framework]]></category>
		<category><![CDATA[smart agricultural technology]]></category>
		<category><![CDATA[soybean phenotyping]]></category>
		<category><![CDATA[Soybean3D dataset]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=206507</guid>

					<description><![CDATA[Researchers have developed PVSCNet, a deep learning framework that accurately separates stems, pods, and leaves in tangled 3D plant scans, advancing automated crop phenotyping.]]></description>
										<content:encoded><![CDATA[<p>A mature soybean plant is, to a computer vision system, one of the most confusing objects in agriculture. Stems wind around stems, pods crowd into clusters, and leaves overlap in ways that make it genuinely difficult to say where one organ ends and another begins. For plant scientists hoping to automate the measurement of crop traits, that confusion has long been a bottleneck. Now, a team of researchers in China reports a new deep learning framework, called PVSCNet, that achieves remarkably precise organ-level segmentation of complex 3D plant point clouds, correctly separating stems from pods even in the densest, most entangled regions of a mature soybean canopy.</p>
<p>The study, led by Kunhong Li, Xiaoyang Zhu, and colleagues and published in the journal Smart Agricultural Technology, addresses a problem that has grown urgent as high-throughput phenotyping and intelligent breeding move from concept to practice. Plant organs such as stems, leaves, and pods carry vital phenotypic information reflecting structural development, biomass accumulation, and yield potential. Accurately identifying and separating them is a prerequisite for measuring morphological parameters and conducting quantitative analysis. Traditional assessment, however, relies on manual observation and measurement, which is labor-intensive, inefficient, and vulnerable to subjective bias, making it unsuited to the scale demanded by modern crop breeding programs.</p>
<p>Two-dimensional image segmentation has made impressive strides over the past decade in crops like tomato, maize, sorghum, and wheat, but flat images have an inherent weakness: they fail to capture the three-dimensional topology of a plant, producing incomplete results when organs occlude or overlap one another. Three-dimensional imaging technologies, including depth cameras, Time-of-Flight sensors, LiDAR, structured light scanners, and multi-view stereo reconstruction, solve part of that problem by capturing rich spatial structure, surface texture, and even normal vectors. Yet translating raw 3D scans into organ labels has remained difficult. Earlier computer vision techniques based on geometry, thresholds, or 3D skeletons depended on prior knowledge and hand-tuned rules, and they generalized poorly when confronted with the complex spatial topology of mature plants.</p>
<p>Deep learning offered a way forward. Point cloud networks such as PointNet and PointNet++, which process unordered 3D coordinates directly, have been widely applied in plant phenotyping with strong results. But existing methods struggle with two persistent weaknesses when facing complex structures. First, their feature representation capacity is limited, making it hard to extract key geometric cues. Second, and more fundamentally, the severe spatial entanglement of plant organs produces highly confused feature distributions in the network&#8217;s latent space, limiting its ability to discriminate between different organs of the same plant. A pod pressed against a stem can simply look, in feature terms, like more stem.</p>
<p>PVSCNet tackles both weaknesses by integrating two established components into the PointNet++ backbone in a task-specific way. The first is the PVConv module, inserted after the Feature Propagation stage, which performs what the authors call dual-grained feature fusion. A low-resolution voxel branch applies 3D convolutions on a regularized voxel grid to capture coarse-grained local geometric topology, while a high-resolution point branch preserves fine-grained, high-frequency geometric details that voxelization inevitably blurs. After 3D convolution, devoxelization maps the voxel features back to the point domain, where they are fused with point-branch features through element-wise addition. The result is a multi-scale representation that is simultaneously detail-rich and structurally aware.</p>
<p>The second component is a Geometric-Aware Discriminative Loss, or GADL, adapted from the discriminative embedding loss used in the JSIS3D framework. Applied to the semantic feature space of plant organs, it combines pull, push, and regularization terms: the pull term draws features of the same organ type toward their class prototype, enforcing intra-class compactness; the push term activates only when the distance between different class centers falls below a preset threshold, forcing them apart to maximize inter-class separability; and a regularization term constrains feature norms. Together with standard cross-entropy loss, this metric-learning strategy explicitly reshapes the geometry of the feature manifold rather than merely fitting local patterns, and the researchers show that it meaningfully untangles the overlapping feature clusters that plague entangled plants.</p>
<p>To train and test the system, the team built Soybean3D, a dataset of 40 fully annotated soybean point clouds acquired with an EinScan Pro 2X structured light scanner at a research base of Sichuan Agricultural University in Chongzhou City. Each plant was scanned over a full 360 degrees in sessions lasting 15 to 40 minutes, then partitioned with a sliding-window strategy into 10-centimeter cubic blocks and manually annotated in CloudCompare with pod and stem labels. Because whole-plant point clouds are too large for direct network input, the partitioning approach preserves local semantic content while keeping memory demands manageable. Generalization was then tested on the public Pheno4D dataset, using its 77 annotated tomato point clouds, split so that no plant appeared in both training and validation sets.</p>
<p>The results are striking. On Soybean3D, PVSCNet reached a mean Intersection over Union of 91.70 percent and a mean precision of 95.95 percent, improvements of 4.76 and 3.73 percentage points over the PointNet++ baseline. Ablation experiments showed that PVConv alone lifted mIoU to 90.38 percent, while GADL alone raised it to 88.04 percent, and the combination proved complementary. Principal component analysis of the learned features, quantified with KL, symmetric KL, and Jensen-Shannon divergences, confirmed that GADL reshapes the feature space into compact, well-separated clusters; in one example, the stem-versus-pod KL divergence rose from 6.55 to 19.70. In head-to-head comparisons against PointNet, PAConv, PointMLP, SPoTr, and PointMamba, PVSCNet led on every metric, and on Pheno4D it achieved an mIoU of 89.43 percent, exceeding the average of competing methods by 5.47 points, with particularly clean separation of leaves and stems in dense near-ground regions.</p>
<p>Notably, the added accuracy did not cost speed. Although PVSCNet increases the parameter count to 6.26 million and FLOPs to 13.58 billion relative to PointNet++, measured training time per iteration fell about 12 percent to 177 milliseconds and per-plant inference time dropped roughly 10 percent to 72 milliseconds, a practical efficiency the authors attribute to the point-voxel processing design. The pipeline also proved useful beyond segmentation: after isolating stems, HDBSCAN clustering extracted individual pod regions, and oriented bounding boxes yielded pod length and width estimates validated against manual measurements of 50 pods, achieving R-squared values of 0.9517 for length and 0.9728 for width with root mean square errors of 0.0857 and 0.0393 centimeters, respectively.</p>
<p>For a field racing toward automated breeding decisions, the implications are considerable. A framework that can reliably parse the tangled geometry of a mature soybean plant, generalize across species to tomato, and run fast enough for high-throughput pipelines removes one of the stubborn obstacles between 3D scanning hardware and actionable phenotypic data. The researchers position PVSCNet as an efficient and robust segmentation solution for high-throughput plant phenotyping, with significance for intelligent breeding and precision agriculture. As structured light scanners, LiDAR units, and multi-view stereo rigs become cheaper and more common in greenhouses and field stations, tools like this may soon decide how quickly a promising soybean line advances from the scanner to the seed catalog.</p>
<p><strong>Subject of Research:</strong> Deep learning-based 3D plant organ segmentation in point clouds for high-throughput crop phenotyping</p>
<p><strong>Article Title:</strong> PVSCNet: Point-voxel dual-grained feature fusion and spatial constraints for 3D plant organ segmentation</p>
<p><strong>Article References:</strong> Li, K., Zhu, X., Zhang, J., Yang, F., Wang, M., &amp; Yang, C. (2026). PVSCNet: Point-voxel dual-grained feature fusion and spatial constraints for 3D plant organ segmentation. <em>Smart Agricultural Technology, 15</em>, Article 102553. <a href="https://doi.org/10.1016/j.atech.2026.102553" rel="noopener noreferrer">https://doi.org/10.1016/j.atech.2026.102553</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.atech.2026.102553" rel="noopener noreferrer">10.1016/j.atech.2026.102553</a></p>
<p><strong>Keywords:</strong> 3D plant organ segmentation, point cloud deep learning, soybean phenotyping, point-voxel fusion, PVSCNet, high-throughput phenotyping, discriminative loss, Soybean3D dataset, Pheno4D, precision agriculture, intelligent breeding, Smart Agricultural Technology</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">206507</post-id>	</item>
	</channel>
</rss>
