<?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>smart glasses for fruit maturity assessment &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/smart-glasses-for-fruit-maturity-assessment/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Sep 2026 14:53:37 +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>smart glasses for fruit maturity assessment &#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>AR glasses enable real-time ripeness detection for cherry tomato harvesting</title>
		<link>https://scienmag.com/ar-glasses-enable-real-time-ripeness-detection-for-cherry-tomato-harvesting/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Fri, 11 Sep 2026 14:53:33 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[AI-enabled crop grading]]></category>
		<category><![CDATA[AI-powered decision support for farmers]]></category>
		<category><![CDATA[AI-powered farming tools]]></category>
		<category><![CDATA[AR smart glasses for agriculture]]></category>
		<category><![CDATA[AR-assisted farming tools]]></category>
		<category><![CDATA[augmented reality in agriculture]]></category>
		<category><![CDATA[augmented reality smart glasses]]></category>
		<category><![CDATA[automated fruit maturity assessment]]></category>
		<category><![CDATA[Cherry tomato ripeness detection]]></category>
		<category><![CDATA[computer vision in agriculture]]></category>
		<category><![CDATA[computer vision in greenhouse harvesting]]></category>
		<category><![CDATA[greenhouse tomato harvesting technology]]></category>
		<category><![CDATA[innovations in cherry tomato harvesting]]></category>
		<category><![CDATA[intelligent harvest decision-making]]></category>
		<category><![CDATA[precision agriculture technology]]></category>
		<category><![CDATA[real-time agricultural AI]]></category>
		<category><![CDATA[real-time agricultural monitoring]]></category>
		<category><![CDATA[real-time crop quality monitoring]]></category>
		<category><![CDATA[real-time harvest decision tools]]></category>
		<category><![CDATA[smart glasses for fruit maturity assessment]]></category>
		<category><![CDATA[wearable AI for crop grading]]></category>
		<category><![CDATA[wearable AI for farming]]></category>
		<guid isPermaLink="false">https://scienmag.com/ar-glasses-enable-real-time-ripeness-detection-for-cherry-tomato-harvesting/</guid>

					<description><![CDATA[From SciENMAG Science News Desk — Agricultural AI Seeing Ripeness Through Smart Glasses: Lightweight AI Brings Real-Time Harvest Decisions to Cherry Tomato Fields In greenhouses where cherry tomatoes hang in dense, multi-colored clusters, the difference between a perfectly timed harvest and a costly one can come down to subtle shifts in skin color that human [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>From SciENMAG Science News Desk — Agricultural AI</p>
<p><strong>Seeing Ripeness Through Smart Glasses: Lightweight AI Brings Real-Time Harvest Decisions to Cherry Tomato Fields</strong></p>
<p>In greenhouses where cherry tomatoes hang in dense, multi-colored clusters, the difference between a perfectly timed harvest and a costly one can come down to subtle shifts in skin color that human eyes, fatigued after hours of picking, routinely misjudge. A research team led by Yang Shao, Jiale Cui, Chen Tang, Zhenqing Liu, Fengjiao Xu, Ruifang Zhai, Wanneng Yang, and Peng Song has now built a system that takes that judgment away from tired eyes and hands it to a pair of augmented reality smart glasses. Published in the journal Artificial Intelligence in Agriculture, their work describes a complete, wearable pipeline that looks at a tomato truss, decides how ripe it is, grades it, and paints the verdict directly into the wearer&#8217;s field of view — all in real time, without a phone, a server, or a robot.</p>
<p>The core challenge the team set out to solve is deceptively specific but commercially significant. While most existing computer-vision systems for tomato maturity focus on large, individually harvested fruits, cherry tomatoes destined for supermarkets are typically picked and sold as entire trusses. That means a harvester needs to evaluate two things simultaneously: the maturity of each tiny fruit on the stem, and the overall ripeness profile of the cluster as a single harvesting unit. Conventional cascaded approaches — one model to find the truss, another to classify individual fruits, a third to aggregate the results — simply burn too much power and introduce too much latency for a battery-constrained wearable device. The researchers&#8217; answer was to collapse everything into a single, lightweight detection network they call DGTruss-YOLO, built on an improved YOLOv11 architecture.</p>
<p>DGTruss-YOLO incorporates three interlocking technical innovations. The first is a Spatial and Channel Reconstruction Convolution, or ScConv, embedded in a redesigned module that replaces the baseline C3k2 structure in YOLOv11&#8217;s backbone. ScConv works on a &#8220;reconstruct-before-convolution&#8221; principle: a Spatial Reconstruction Unit uses Group Normalization statistics to split feature maps into information-dense and information-sparse regions and recombines them, while a Channel Reconstruction Unit employs a split-transform-fuse strategy with group-wise and point-wise convolutions to strip out redundant channel responses. The result is a network that encodes less waste and more signal per unit of computation — a crucial property when every millijoule counts.</p>
<p>The second innovation tackles the multi-scale problem. A single cherry tomato and an entire truss differ enormously in geometric size, and standard Feature Pyramid Networks often handle such disparities poorly, suffering from shallow-layer semantic poverty and redundant cross-scale fusion. The team&#8217;s MFM-MAFPN module addresses this with two auxiliary fusion paths: a Shallow-layer Supplementary Auxiliary Fusion module that injects high-resolution detail into deeper semantic pathways, and a Deep-layer Supplementary Auxiliary Fusion module that aggregates features across parallel branches with an equal-proportion channel allocation strategy that preserves guidance information from earlier layers. Between fusion nodes, a Multi-scale Feature Modulation block replaces static concatenation, using global average pooling and a small perceptron to adaptively reweight channels so the network can emphasize whichever scale carries the most decision-relevant information at any moment.</p>
<p>The third piece is a deployment-oriented detection head called Efficient_Detect. Rather than simply swapping depthwise separable convolutions for standard ones, the researchers streamlined the entire head topology into a compact, decoupled two-branch design — one branch for bounding-box regression, one for classification — built from standard convolution blocks that fuse cleanly with BatchNorm and SiLU activations. The reasoning here is pragmatic: on mobile inference backends like NCNN, which runs on the AR glasses&#8217; Qualcomm Snapdragon chip, regular convolutions support efficient operator fusion and low-precision FP16 or INT8 optimization far more reliably than fragmented, hardware-sensitive operators. The team trained the model with a combined loss comprising CIoU-based box regression, binary cross-entropy classification, and distribution focal loss, keeping the training objective consistent with the YOLOv11 framework.</p>
<p>The numbers validate the lightweighting strategy. Compared with the baseline YOLOv11, DGTruss-YOLO reduces parameters by 11.07 percent, computational load by 12.70 percent, and model size by 9.62 percent, while actually maintaining a mean average precision at an IoU threshold of 0.5 of 0.8539. That combination — smaller, faster, and no less accurate — is the kind of trade-off that makes or breaks edge deployments in agriculture, where hardware budgets are thin and greenhouse conditions are hostile to computation.</p>
<p>Training data came from the Qingdao Kaisheng Haofeng Smart Agriculture Base, where the team collected 1,200 raw images with an Azure Kinect depth camera at 1920 by 1080 resolution, deliberately sampling across morning, noon, and late-afternoon light to capture front-lighting, backlighting, strong reflections, leaf occlusion, and cluttered backgrounds. Images were captured at a consistent camera-to-target distance of roughly 40 centimeters. After careful preprocessing — resizing to 512 by 512 pixels with gray padding, and an automated OpenCV-based annotation cleanup that cut the label error rate from 3.2 percent to 0.5 percent — synchronized augmentation with geometric and illumination transformations expanded the dataset to 2,864 images split into 2,281 training and 583 validation samples.</p>
<p>At the fruit level, the system classifies individual tomatoes into three stages — Immature, Turning, and Ripe — based on skin color evolution and pedicel morphology. The genuinely novel step happens afterward: a weighted fusion formula converts those fruit-level counts into a single truss-level maturity index. Ripe fruits count as 1.0, Turning fruits as 0.5, and Immature fruits as zero, so the index I equals the number of ripe fruits plus half the number of turning fruits, divided by the total fruits on the truss. That continuous index, ranging from zero to one, is then mapped onto five practical harvest grades, A through E, reflecting real-world cold-chain and logistics requirements. Grade A trusses, dominated by ripe fruit, can go straight to market; lower grades signal that waiting is the better business decision.</p>
<p>Deployed on commercially available SUPERHEXA AR smart glasses running Android, with the model converted through ONNX and optimized via the pnnx tool into NCNN-compatible parameter and binary files, the system achieves stable real-time inference at 15 to 20 frames per second. On real greenhouse evaluation data held separate from training and validation, the wearable system reached a truss-level maturity assessment accuracy of 95.26 percent, with 100 percent adjacent-tolerance accuracy — meaning that even when it erred, it never jumped more than one grade. Inter-rater statistics reinforce the reliability: a Cohen&#8217;s Kappa coefficient of 0.9399 and a weighted F1-score of 0.9528.</p>
<p>The broader significance lies in the human-machine collaboration paradigm the work champions. Fully autonomous robotic harvesting remains expensive, fragile, and years away from scale, particularly for delicate crops like cherry tomatoes. By contrast, a pair of smart glasses costs a fraction of a harvesting robot, leaves the dexterity and agronomic judgment of human pickers fully intact, and simply augments their perception. A novice worker wearing the glasses sees color-coded boundaries around each truss and an on-screen recommendation — pick now or wait — effectively compressing years of harvesting experience into a wearable overlay. The system forms a closed perception-decision-feedback loop entirely on the device, with no reliance on external terminals or cloud connectivity, an important consideration in rural infrastructure contexts.</p>
<p>There are still mountains to climb before such systems are ubiquitous in commercial greenhouses. The current evaluation covers one crop, one cultivar class, and one hardware platform; occlusion from dense canopies, motion blur from a moving wearer&#8217;s head, and seasonal variation in fruit morphology will all stress the model further. Battery life under continuous inference, user ergonomics over full shifts, and integration with farm management software remain open engineering questions. But the study demonstrates something that earlier efforts only hinted at: that a carefully engineered, hardware-aware deep learning model can run the entire perception-to-decision pipeline for a genuinely dual-scale agricultural task on a consumer wearable, at interactive frame rates, with accuracy high enough to trust. As the authors frame it, this is not a replacement for human harvesters but a bridge — a practical, low-threshold upgrade path that moves labor-intensive horticulture from experience-driven guessing toward data-driven precision, one pair of glasses and one tomato truss at a time. For an industry under pressure from labor shortages and rising quality demands, that bridge may arrive exactly when it is needed most.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Real-time truss-level maturity assessment of cherry tomatoes using a lightweight deep learning model (DGTruss-YOLO) deployed on augmented reality smart glasses for assisted harvesting in greenhouse production.</p>
<p><strong>Article Title:</strong> From on-device vision to assisted harvesting: A lightweight real-time ripeness evaluation system for truss-harvested cherry tomatoes on augmented reality glasses</p>
<p><strong>Article References:</strong> Shao, Y., Cui, J., Tang, C., Liu, Z., Xu, F., Zhai, R., Yang, W., &amp; Song, P. (2026). From on-device vision to assisted harvesting: A lightweight real-time ripeness evaluation system for truss-harvested cherry tomatoes on augmented reality glasses. <em>Artificial Intelligence in Agriculture</em>. <a href="https://doi.org/10.1016/j.aiia.2026.08.003" target="_blank" rel="noopener noreferrer">https://doi.org/10.1016/j.aiia.2026.08.003</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.003" target="_blank" rel="noopener noreferrer">10.1016/j.aiia.2026.08.003</a></p>
<p><strong>Keywords:</strong> augmented reality smart glasses, cherry tomato, truss harvesting, maturity assessment, lightweight deep learning, YOLOv11, edge computing, precision agriculture, DGTruss-YOLO, human-machine collaboration</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192729</post-id>	</item>
	</channel>
</rss>
