<?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>deep learning vs handcrafted features in plant health &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/deep-learning-vs-handcrafted-features-in-plant-health/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 26 Sep 2026 00:45:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>deep learning vs handcrafted features in plant health &#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>Machine Learning Reads Leaf Veins to Diagnose Nutrient Deficiency in Ash Gourd</title>
		<link>https://scienmag.com/machine-learning-reads-leaf-veins-to-diagnose-nutrient-deficiency-in-ash-gourd/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 26 Sep 2026 00:45:58 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[AI-based leaf analysis]]></category>
		<category><![CDATA[ash gourd]]></category>
		<category><![CDATA[ash gourd nutrient deficiency detection]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[crop health monitoring using artificial intelligence]]></category>
		<category><![CDATA[deep learning vs handcrafted features in plant health]]></category>
		<category><![CDATA[early plant disease identification]]></category>
		<category><![CDATA[feature extraction]]></category>
		<category><![CDATA[hybrid image analysis in precision farming]]></category>
		<category><![CDATA[image classification]]></category>
		<category><![CDATA[interveinal chlorosis]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning in agriculture]]></category>
		<category><![CDATA[non-invasive agricultural diagnostics]]></category>
		<category><![CDATA[nutrient deficiency]]></category>
		<category><![CDATA[nutrient deficiency classification in crops]]></category>
		<category><![CDATA[plant nutrient deficiency diagnosis]]></category>
		<category><![CDATA[plant physiology]]></category>
		<category><![CDATA[precision agriculture]]></category>
		<category><![CDATA[Smart farming]]></category>
		<category><![CDATA[smartphone crop disease detection]]></category>
		<category><![CDATA[support vector machine]]></category>
		<category><![CDATA[sustainable agriculture]]></category>
		<category><![CDATA[technology for sustainable farming]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=215727</guid>

					<description><![CDATA[A hybrid machine learning framework that reads leaf color, texture, and vein patterns diagnosed magnesium and iron deficiencies in field-grown ash gourd plants with 82 percent accuracy.]]></description>
										<content:encoded><![CDATA[<p>A new artificial intelligence framework can spot the telltale signs of nutrient starvation in ash gourd plants directly from smartphone photographs taken in real farm fields, offering farmers a fast and inexpensive alternative to laboratory soil and tissue testing. The system, called AshGdNutDefAM, was developed by M.A. Keerthi Prasad, Pushpa B R, and Ardashir Mohammadzadeh and described in the journal Smart Agricultural Technology. Rather than relying on the massive convolutional neural networks that dominate modern agricultural image analysis, the researchers built a hybrid approach that combines handcrafted image features with encoded botanical expertise, achieving an overall classification accuracy of 82 percent across three categories: healthy leaves, magnesium-deficient leaves, and iron-deficient leaves.</p>
<p>The motivation behind the work stems from a persistent bottleneck in precision agriculture. Nutrient deficiencies in crops such as ash gourd (Benincasa hispida), a cucurbit widely grown across tropical and subtropical regions for its nutritional and medicinal value, manifest on leaves as chlorosis, necrosis, deformation, and stunted growth. In their early stages these symptoms are subtle and easily missed by the human eye, and by the time they become obvious, the plant has already suffered physiological damage. Magnesium deficiency, for example, impairs carbohydrate translocation and reduces both yield and seed germination, while iron deficiency disrupts nitrogen metabolism. Traditional diagnosis depends on manual inspection by experienced agronomists, soil chemistry, and plant tissue analysis, all of which are labor-intensive, expensive, and slow, particularly across large plantations where delays translate directly into lost productivity.</p>
<p>What distinguishes AshGdNutDefAM from earlier computer vision efforts is its deliberate incorporation of domain-specific visual knowledge. Most prior systems relied on generic descriptors such as color histograms, gray-level co-occurrence matrices, histograms of oriented gradients, and local binary patterns, which capture broad visual statistics but miss the physiologically meaningful cues that a trained botanist would notice. The new framework extracts fifty-five features organized into five categories: twenty color features, fifteen spatial features, nine texture features, eight vein-pattern features, and three rule-based probability scores. The vein features are especially important because many nutrient deficiencies produce interveinal chlorosis, a pattern in which the tissue between leaf veins yellows while the veins themselves stay green, with the exact pattern varying according to which nutrient is missing.</p>
<p>The technical pipeline begins with image acquisition and preprocessing. The team compiled a dataset of 500 images from a two-acre ash gourd plantation in Kiralu, in the Mysore District of Karnataka, India, captured during the monsoon season roughly thirty days after planting. Photographs were taken with a 50-megapixel smartphone camera at distances of one to 1.5 feet, and crucially, the images contain messy real-world content: soil, polythene covers, weeds, shadows, human interference, and overlapping leaves. To isolate leaf tissue from this clutter, the system converts each image into HSV and CIE L<em>a</em>b* color spaces, applies dual adaptive thresholds to build masks for healthy green and chlorotic yellow regions, and then refines the combined mask with morphological opening and closing operations. The largest connected contour is retained as the leaf region, discarding background artifacts and shadow detections.</p>
<p>Once the leaf is isolated, feature extraction proceeds across all five domains. Color features include means, medians, standard deviations, and quartiles for the hue, saturation, and value channels, plus Lab color space means and ratios of yellow to green pixels, which distinguish the bleached, low-saturation yellowing of iron deficiency from the moderate-saturation yellow hue characteristic of magnesium shortage. Spatial features quantify leaf geometry, including area, perimeter, compactness, aspect ratio, and extent, and divide the leaf into quadrants to detect the asymmetric, localized discoloration that distinguishes deficiency patterns from uniform yellowing. Texture descriptors, computed from grayscale intensity, Sobel gradients, and Laplacian operators, measure the surface irregularity that emerges as chlorotic patches replace smooth, healthy mesophyll tissue.</p>
<p>The vein analysis is the most botanically informed component. Using Canny edge detection followed by morphological dilation, the system delineates the vascular network and computes vein density, vein segment counts, average vein length, and vein continuity. Most diagnostic is the interveinal chlorosis score, which quantifies the hue and saturation difference between vein and non-vein regions. When magnesium or iron is scarce, chlorophyll breaks down in the interveinal mesophyll while vascular tissue retains its green pigmentation, producing a reticulated contrast pattern that the algorithm captures numerically. Complementing these measurements, three rule-based scores encode expert diagnostic criteria directly: the magnesium rule flags pixels with yellow-green hue between 20 and 35 degrees, medium saturation, and adequate brightness, while the iron rule identifies the pale, washed-out regions with very low saturation and high brightness typical of severe iron chlorosis in young leaves.</p>
<p>The aggregated fifty-five-dimensional feature vectors were fed to three classical machine learning classifiers: Random Forest with 200 trees, Support Vector Machine with a radial basis function kernel, and Gradient Boosting with 100 boosting stages. After z-score normalization computed exclusively on training data to prevent leakage, and an 80/20 stratified train-test split with five-fold cross-validation, the SVM emerged as the clear winner with 82 percent accuracy, outperforming Random Forest at 77 percent and Gradient Boosting at 69 percent. Iron deficiency proved the easiest class to identify, with the SVM achieving an F1-score of 0.85 for that category, while the healthy class was best handled by Random Forest. Feature importance analysis revealed that the SVM leaned heavily on vein-pattern features such as the vein-nonvein hue difference and the interveinal chlorosis score, whereas tree-based models weighted global yellowing ratios and texture uniformity more strongly, suggesting that different algorithms exploit different diagnostic cues.</p>
<p>A systematic ablation study demonstrated that no single feature category suffices on its own. Color features alone reached 72 to 73 percent accuracy, the best of the individual domains, while spatial features alone performed barely above chance at 43 to 53 percent. Yet when all five categories were combined, accuracy climbed steadily with each addition, confirming that vein patterns and rule-based scores contribute complementary information that color and texture statistics cannot capture. The full framework also outperformed conventional feature extraction methods tested on the same data: GLCM achieved accuracies of 67 to 70 percent, LBP ranged from 71 to 75 percent, and HOG lagged at 63 to 73 percent, all below the proposed multi-domain approach with SVM. Notably, several prior studies reporting higher accuracies, some exceeding 97 percent, relied on single-leaf images against plain, controlled backgrounds, whereas this work tackles multiple leaves amid complex field clutter, a far more realistic and difficult setting.</p>
<p>The implications extend beyond ash gourd. Because the framework uses lightweight handcrafted features and classical classifiers rather than deep networks, it demands modest computation and could plausibly run on edge devices or embedded systems in the field, enabling real-time diagnosis without cloud connectivity or GPU hardware. Early detection of magnesium and iron shortages would allow targeted precision fertilization before yield losses accumulate, reducing both crop stress and unnecessary fertilizer application. The interpretability of the features, each traceable to an observable symptom that agronomists already use, also makes the system&#8217;s decisions transparent in a way that black-box deep learning models are not, an important consideration for farmers and extension workers who must trust and act on the output.</p>
<p>The authors are candid about the limitations. The dataset comes from a single location during one season, introducing geographic and temporal bias, and symptoms of water stress, heat stress, pest damage, and disease can visually overlap with nutrient deficiency, blurring classification boundaries. Deficiency appearance also changes with plant age, and plants can suffer multiple deficiencies simultaneously, which the current three-class model does not address. Future work, the researchers suggest, should extend validation to multi-environment datasets, other cucurbit varieties such as pumpkin, gourd, and cucumber, stage-wise classification models, and severity prediction, ultimately integrating the system with IoT-based monitoring platforms for continuous, farm-wide nutrient surveillance. For now, the study stands as a compelling demonstration that encoding a botanist&#8217;s eye, the green veins, the yellowing gaps, the pale young leaves, into a compact set of measurable features can rival the diagnostic power of far heavier machinery.</p>
<p><strong>Subject of Research:</strong> Machine learning-based detection and classification of magnesium and iron nutrient deficiencies in ash gourd plants using multi-domain leaf image features</p>
<p><strong>Article Title:</strong> AshGdNutDefAM: Machine-learning-based multi-feature framework for nutrient deficiency detection and classification in Ash gourd Plant</p>
<p><strong>Article References:</strong> Keerthi Prasad, M., B R, P., &amp; Mohammadzadeh, A. (2026). AshGdNutDefAM: Machine-learning-based multi-feature framework for nutrient deficiency detection and classification in Ash gourd Plant. <em>Smart Agricultural Technology, 15</em>, Article 102577. <a href="https://doi.org/10.1016/j.atech.2026.102577" rel="noopener noreferrer">https://doi.org/10.1016/j.atech.2026.102577</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> Not provided</p>
<p><strong>Keywords:</strong> ash gourd, machine learning, nutrient deficiency, precision agriculture, computer vision, interveinal chlorosis, support vector machine, feature extraction, smart farming, plant physiology, image classification, sustainable agriculture</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">215727</post-id>	</item>
	</channel>
</rss>
