Field / plotLeafClassificationStress / disease detectionDisease symptoms / severity
Plant diseases threaten agricultural productivity, and automated image analysis can support early identification of visible disease symptoms. This study introduces HybOptic-CNN, a convolutional neural network (CNN) whose learning rate and batch size are selected using a hybrid Whale Optimization Algorithm--Grey Wolf Optimizer (WOA-GWO). Nine disease classes were selected from the 22-class CCMT field-image dataset, and 152 local farm leaf images were collected in Enugu State, Nigeria. Of the local images, 122 (80.3%) were added to the model-development data for training and validation, whereas 30 (19.7%) formed an independent Nigerian hold-out set excluded from augmentation, class balancing, early stopping, validation, and hyperparameter selection. Across 10 model-development runs, the optimized model achieved 96.8 ± 0.4% mean validation accuracy, 95.2 ± 0.5% macro-precision, 94.9 ± 0.6% macro-recall, and 95.0 ± 0.5% macro-F1, compared with 90.3 ± 0.9% validation accuracy and 86.3 ± 1.2% macro-F1 for the baseline. The optimized model improved mean validation accuracy by 6.5 percentage points and converged 14.6 epochs earlier. On the independent 30-image Nigerian hold-out, HybOptic-CNN achieved 93.3% accuracy and 93.1% macro-F1 across four represented disease classes. A web application integrating the trained classifier was also demonstrated. These results support improved model-development performance through hybrid hyperparameter selection and motivate broader multi-location field evaluation.
Why it matches plant phenotyping methods植物の可視病徴を画像から分類するCNN手法を開発・検証しており、病害状態のフェノタイピング手法が中心である。
abstractautomated image analysis can support early identification of visible disease symptoms
Reproduction assets foundThe paper's Data availability statement points to two public sources: a Mendeley dataset (the locally collected Nigerian field images) and the Kaggle CCMT plant disease dataset used as the principal image source. Only the Kaggle URL matches an allowed URL; the Mendeley URL is not in the allowed list, so only the CCMT/KDataset · publicnt and independent field-test data and should pub-
lish the class-wise split manifest, random seeds, WOA-GWO
numerical settings, and evaluation code so that the reported pro-
cedure can be reproduced and extended.
Data availability
The data used in this study are available at https://
data.mendeley.com/datasets/bwh3zbpkpv/1 and https://www.kaggle.com/datasets/rahimanshu/ccmt-plant-disease-dataset.Declaration of competing interest
The authors declare that they have no known competing fi-
nancial interests or personal relationships that could have ap-
peared to influence the work reported in this manuscript.
Funding
The authors received no specific funding from any public,
commercial, or not-fOpen asset ↗Kaggle · rahimanshu/ccmt-plant-disease-datasetpdf-raw-page:12 lines:1-78Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Polyploidy can be a critical factor for explaining plant trait variation, niche diversification, or speciation. However, inferring ploidy from silica-dried or historical samples using chromosome counts or flow cytometry is not possible, and scaling up ploidy estimation to population-level fresh contemporary samples can be challenging as well. Thus, we present a new method for estimating ploidy levels directly from sequencing data using machine learning; the Polyploid Population Genomics Tool Kit (PPGTK). The machine-learning approach is advantageous as it relaxes the assumptions of previous probabilistic methods and provides per-sample probabilities, allowing investigators to evaluate uncertainty in their system of interest.. We demonstrate performance and accuracy of the method on simulated and empirical data. Simulations showed above 99% accuracy, even for low coverage data, as long reads were mappable to the reference genome. For empirical analyses, we used target enrichment data from blueberry wild relatives (Vaccinium sect. Cyanococcus) and whole-genome data from sweetpotato wild relatives (Ipomoea ser. Batatas). Ploidy was recovered with 99% accuracy across 70 Vaccinium individuals and 97% across 82 Ipomoea individuals. Analysis of many individuals is fast and requires only a multisample VCF, which is presumably generated for the research anyway, and some samples of known ploidy for training the classifier. The approach implemented in PPGTK is promising for collections-based research as well, enabling ploidy classification of historical specimens based on present-day observations. The method is implemented in a new Python package as a single command that can run on a conventional laptop.
Why it matches plant phenotyping methods植物の倍数性という状態をシーケンスデータから推定する機械学習手法を開発し、シミュレーションおよび実データで精度検証している。Pythonパッケージとして実装され、手法自体が中心である。
abstractwe present a new method for estimating ploidy levels directly from sequencing data using machine learning; the Polyploid Population Genomics Tool Kit (PPGTK).
Reproduction assets foundThe paper's ploidy-classification method is implemented in the authors' public Python package PPGTK, with a specific release (v0.1.0-alpha) used for the manuscript's analyses. The empirical VCF/metadata datasets are promised on Dryad only 'upon acceptance' and thus are not yet actionable.Code · public11
VCFs and metadata needed to reproduce Vaccinium sect. Cyanococcus and Ipomoea ser.
372
Batatas analyses with PPGTK will be made available via Dryad upon acceptance. PPGTK is
373
available on GitHub, and release v0.1.0-alpha was the version used for analyses in this
374
manuscript (https://github.com/tileylab/PPGTK/releases/tag/v0.1.0-alpha). PPGTK currently has
375
other functions for calculating population genetic summary statistics, but the classify-ploidy
376
function implements the machine-learning method described in the manuscript.
377
378
.
CC-BY 4.0 International license
is made available under a
preprint (which was not certified by peer review) is the auOpen asset ↗tileylab/PPGTK · v0.1.0-alphapdf-raw-page:11 lines:1-24Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Abstract Tomato leaf diseases (TLDs) such as Early Blight (EB), Late Blight (LB), and Leaf Mold (LM) have a negative impact on crop yield and quality, result-ing in economic losses in agriculture. Traditional diagnosis methods depend on the visual recognition of a disease, which are time-consuming, subjective and may be difficult to reach in rural settings. Keeping these drawbacks in mind, the present work introduces a Transfer Learning model for tomato leaf disease classification based on EfficientNetB3 network. A pretrained Ef-ficientNetB3 network, trained on ImageNet, is used to obtain discriminative features like lesion boundaries, discoloration, fungal textures, and infection spots. Images are cropped to 224 × 224 pixels and split into training, validation and test set. The proposed architecture employs Global Average Pooling, a dense layer with ReLU activation, drop out regularization and Softmax classifier for classification of tomato leaf images into four classes: Early Blight, Late Blight, Leaf Mold and Healthy. Experimental results show the high classification accuracy and low training, validation and test-ing losses. Inter-class misclassifications of the confusion matrix show very few, which supports good generalization. Moreover, Grad-CAM visualiza-tions can generate interpretable heat maps that point to the regions of the image affected by the disease, and multi-class ROC analysis gives high AUC values, which means that it has excellent class separability. The proposed framework provides a precise, reliable, and interpretable approach for auto-mated tomato leaf disease diagnosis, contributing to precision agriculture by assisting in early detection and prompt management of tomato diseases.
Why it matches plant phenotyping methodsトマト葉画像から病害状態を推定する深層学習手法が研究の中心であり、Grad-CAMによる病変領域の解釈と性能評価も行っているため、植物表現型計測手法として採択。
abstractthe present work introduces a Transfer Learning model for tomato leaf disease classification based on EfficientNetB3 network
Reproduction assets foundThe paper's tomato leaf disease classification uses a publicly available Kaggle dataset (PlantVillage-derived tomato leaf images, 4000 images across 4 classes), explicitly declared in the Data Availability statement with a public URL. No author code, trained models, or other paper-specific assets are disclosed.Dataset · publicitted in accordance with the Journal policies.
Permission to use third-party material
Images or figures are never published previously and did not take from any
internet resources.
Data Availability
The dataset used in this study is publicly available from the PlantVillage
tomato leaf disease dataset on Kaggle’s following link:
https://www.kaggle.com/datasets/kaustubhb999/tomatoleaf
Acknowledgements
The authors would like to thank SR University, Warangal, Telangana,
INDIA and Sharda University, Greater Noida, Uttar Pradesh, INDIA for
providing research facilities and computational resources to carry out this
work.Open asset ↗Kaggle · kaustubhb999/tomatoleafpdf-raw-page:20 lines:1-18Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Cadmium contamination severely affects rice growth, yield, and quality, making early stress monitoring essential for agricultural management and food safety. However, traditional detection methods are cumbersome and time-consuming, limiting their applicability to early stress diagnosis. This study developed a rapid and accurate approach for discriminating cadmium stress levels in rice. Arginine-modified flower-like silver nanoparticles (Ag NPs-Arg) were synthesized to enhance Raman signals associated with three stress-response indicators: salicylic acid (SA), malondialdehyde (MDA), and peroxidase (POD) activity. Quantitative prediction models for these physiological indicators and a stress-level discrimination model were established. Among the evaluated models, the CNN-Transformer model achieved the best predictive performance, with Rp 2 values of 0.889, 0.832, and 0.802 for SA, MDA, and POD activity, respectively. An objective weighting method was used to integrate the three biochemical reference indicators, providing a multi-indicator physiological basis for comprehensive stress assessment. The resulting stress-level assessment model achieved an accuracy of 95.83%, demonstrating its ability to capture cadmium-induced physiological changes and assess stress levels in rice.
Why it matches plant phenotyping methods携帯型Raman SERSと深層学習を開発し、イネの生理指標とカドミウムストレスレベルを推定・判別することが研究の中心であるため、植物フェノタイピング手法に該当する。
abstractThis study developed a rapid and accurate approach for discriminating cadmium stress levels in rice.
Plant diseases, being a subject of interdisciplinary research, significantly reduce crop yield, quality, and economic returns, while the misidentification of pathogens often leads to ineffective treatments and may harm beneficial organisms and ecosystems. This work develops an approach for robust visual classification of plant diseases under limited and heterogeneous data based on multi-scale fractal texture descriptors integrated into a convolutional neural network. The proposed method employs wavelet transform modulus maxima to extract two complementary fractal characteristics, local fractal dimension and singularity spectrum width, from leaf images at several spatial scales. These descriptors form multi-channel fractal maps fed into a fractal attention module (FAM) inserted after the third stage of a ResNet-50 architecture. The FAM learns to emphasize spatial regions where fractal properties are most discriminative, while a parallel branch encodes global fractal statistics into an auxiliary vector combined with backbone features at the final classification layer. Experiments are conducted on a large heterogeneous collection of 11 public plant disease datasets under 5-shot, 50-shot, and full-scale training regimes. The fractal-augmented model raises classification accuracy from 57.06% to 67.73% on 5 shots and from 80.81% to 86.11% on 50 shots, red outperforming the plain ResNet-50 in these settings, converges within 1–2 epochs versus 25–40, and shows markedly better resilience to color distortions, random occlusions, and grayscale conversion in most cases. The generated attention maps provide spatially explicit explanations of the model’s decisions, increasing transparency for practical use. The proposed approach demonstrates that fractal analysis, embedded as a modulating signal inside a deep network, can serve as an efficient and interpretable inductive bias, which is particularly valuable under data scarcity and noisy agricultural imagery.
Why it matches plant phenotyping methods植物葉画像から病害状態を推定するフラクタル特徴抽出とCNN手法の開発・評価が中心であり、植物病害フェノタイピング手法に該当する。
abstractThis work develops an approach for robust visual classification of plant diseases under limited and heterogeneous data based on multi-scale fractal texture descriptors integrated into a convolutional neural network.
Field / plotFlowerClassificationObject detectionGrowth / development / phenology
Abstract Dioecious crops face significant pollination challenges due to the asynchrony in flowering between male and female plants. This asynchrony varies spatially across orchards, requiring targeted interventions in zones where synchrony is lacking. Assisted pollination addresses this deficiency, albeit at a substantial operational cost that could be optimised through spatial phenological mapping. Manual assessment proves economically infeasible at commercial scales, while existing computer vision systems are unable to classify phenological stages and integrate geospatial information. This study presents the Mobile Phenological Mapping (MPM) Framework, which integrates GNSS-synchronised smartphone video with automated phenological detection to generate plant-level phenological distribution maps validated in commercial kiwifruit (Actinidia chinensis) orchards. This modular framework comprises (i) training and validation data acquisition, (ii) model optimisation, (iii) operational pipeline, and (iv) performance evaluation. MPM employs hierarchical deep learning across three stages: structure detection, gender classification, and phenological stage classification. Video frames are georeferenced through timestamp matching with GNSS metadata, enabling spatial phenological mapping. Operational validation across four commercial orchard zones demonstrated mean absolute percentage errors of 17.2% for structure detection and 20.1% for gender classification. The framework reduces monitoring time from 113 to 1.6 hours per hectare, decreasing labour costs from €2 060 (113 hours × 18.20 € per hour) to €29 (1.6 hours × 18.20 € per hour) per hectare based on the Portuguese hourly labour cost for minimum wage workers. When integrated with routine orchard operations, video acquisition incurs negligible additional cost. MPM provides growers with precision phenological maps for targeted pollination interventions. While validated in a kiwifruit orchard, the modular architecture can be adapted to other crops by replacing the training data.
Why it matches plant phenotyping methodsスマートフォン動画とGNSSを用いて植物体レベルの性別・生育段階を自動検出し、フェノロジー分布を作成する手法と、その性能評価・商業園での検証が研究の中心である。
abstractThis study presents the Mobile Phenological Mapping (MPM) Framework, which integrates GNSS-synchronised smartphone video with automated phenological detection to generate plant-level phenological distribution maps validated in commercial kiwifruit (Actinidia chinensis) orchards.
Abstract Maize plant plays crucial role not only in the field of agriculture but also in global economy, since it is the third most cultivated crop across the globe. However, these plants are usually affected by various types of diseases such as blight, common rust, gray leaf spot, etc., protecting the plants from these disease is very important. This research proposes a new deep learning model for disease detection to perform well than other models. The hybrid model uses MobileNetV3 as the backbone architecture integrated with attention, fusion and head. The framework includes data preprocessing, feature extraction, classification and interpretation. We will compare the performance of this model with other models such as VGG16, ResNet50, DenseNet121, ALEXNET, etc. criteria for the final evaluation includes Accuracy, Precision, Recall, F1score, Specificity, Logloss, AUC-ROC curve. Through this proposed model we have achieved an accuracy of 98% which is high than the other models compared. The lightweight nature of MobileNetV3 enables us to implement the model in the mobile and IoT devices also. The present study contributes to the development of deep learning model in the field of agriculture, offering a efficient solution for early maize leaf disease detection.
Why it matches plant phenotyping methodsトウモロコシ葉の病徴を画像から検出・分類する深層学習手法の開発と比較が中心であり、植物病害状態の画像ベース表現型計測に該当する。
abstractThis research proposes a new deep learning model for disease detection to perform well than other models.
Reproduction assets foundThe paper's maize leaf disease detection model (MAFH) was trained and evaluated entirely on a public Kaggle image dataset, which the authors explicitly declare in the Data Availability statement. No author code, trained model checkpoints, or other paper-specific assets are stated as publicly available.Dataset · publicig and real-
time datasets and in all the environmental situations.
Funding: This research received no external funding.
Disclosure statement: The authors declare no conflict of interest.
Data Availability
The datasets generated and/or analyzed during the current study are available in the CORN OR
MAIZE LEAF DATASET repository,
https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-datasetOpen asset ↗Kaggle · corn-or-maize-leaf-disease-datasetpdf-raw-page:27 lines:1-34Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Rice leaf diseases significantly reduce agricultural yield and pose a major challenge for sustainable food production, particularly owing to the limitations associated with manual and visual inspection methods that are subjective and often ineffective in early-stage detection. This investigation proposes a new Hybrid ResConvolutional Neural Network (HyResCN-Net) for effective classification and severity identification of rice plant leaf diseases. The proposed framework integrates an Internet of Things (IoT) -based data acquisition and routing simulation using CrowWhale Energy Trust Routing (CrowWhale-ETR) for efficient data handling. Initially, preprocessing is done by an averaging filter to reduce noise. Then, plant leaves are segmented using the Eff-UNet++ method. Augmentation techniques like rotation, scaling, and color change are applied to expand the dataset. Features, like entropy with Gradient Directional Pattern (GDP), Complete Local Binary Pattern (CLBP), and histogram features, are extracted to enhance feature representation. These features are then used within the proposed HyResCN-Net model, which integrates Parallel Convolutional Neural Network (PCNN) and ResNeXt to improve discriminative learning for disease classification and severity estimation. Experimental evaluation is conducted on the Rice Leaf Bacterial and Fungal Disease Dataset. Considering a k-value of 8, the HyResCN-Net gains an accuracy of 94.258%, a True Positive Rate (TPR) of 96.479%, a True Negative Rate (TNR) of 92.898%, a precision of 91.312% and an F1-score of 93.824% compared to existing methods. The HyResCN-Net efficiently enhances rice leaf disease identification and severity analysis, supporting its applicability in precision agriculture applications.
Why it matches plant phenotyping methodsイネ葉の病害分類と重症度という植物の状態を、画像取得・分割・特徴抽出・深層学習により推定する手法を開発・評価しており、フェノタイピング手法が中心である。
abstractThis investigation proposes a new Hybrid ResConvolutional Neural Network (HyResCN-Net) for effective classification and severity identification of rice plant leaf diseases.
Abstract Deep learning models have achieved near-perfect accuracy in plant disease classification within controlled laboratory settings; however, their deployment in real-world agricultural environments is severely hindered by the “deployment gap”—a critical vulnerability to environmental corruptions such as sensor noise, motion blur, and occlusion. To bridge this gap, we propose the Recurrent Active Vision Agent (RAVA), formulating the disease detection task as a Partially Observable Markov Decision Process (POMDP). Unlike passive Convolutional Neural Networks (CNNs) that process images globally, RAVA mimics the active inspection behavior of human agronomists. Our architecture integrates a lightweight ResNet-18 backbone with a Recurrent Neural Network (RNN) and a Spatial Transformer Network (STN). Driven by Proximal Policy Optimization (PPO), the agent learns a sequential policy to intelligently navigate and zoom in on informative “glimpses,” effectively bypassing background clutter. To stabilize the reinforcement learning process and enforce noise-invariant feature representations, we introduce a hybrid objective incorporating Supervised Contrastive Learning (SupCon). Comprehensive experiments on a combined PlantVillage and PlantDoc dataset demonstrate RAVA’s overwhelming superiority under extreme conditions. In a “Severe Degradation” stress test, standard ResNet-50 accuracy collapses to 26.3%, whereas our active agent maintains a robust 77.0%. Under extreme noise and occlusion, RAVA preserves 54.6% accuracy compared to the baseline’s 17.2%. Notably, this resilience is achieved with merely ∼12M parameters—significantly fewer than large-scale Vision Transformers—proving that active visual attention, coupled with contrastive learning, offers a computationally efficient and highly robust pathway for field-ready precision agriculture.
Why it matches plant phenotyping methods植物病害状態を画像から診断するための能動視覚手法を開発し、環境ノイズ下で性能検証している。植物病害の画像ベース表現型推定が中心である。
abstractwe propose the Recurrent Active Vision Agent (RAVA), formulating the disease detection task as a Partially Observable Markov Decision Process (POMDP).
Quantitative pollen viability analysis is a critical but labor-intensive step in plant reproductive biology. Existing deep-learning Segment Anything Models (SAM) fail to reliably segment viable pollen in Alexander-stained anthers. To address this, we fine-tuned an existing Cellpose-SAM model for pollen segmentation. We integrated it into PAT (Pollen Analysis Tool), a cross-platform desktop application. PAT features instance segmentation with interactive quality control, an in-app model retraining module, and publication-ready statistical outputs. We deployed PAT in an EMS suppressor screen of semi-sterile Arabidopsis smg7-6 mutants, enabling efficient candidate prioritization for whole-genome sequencing and mapping of the candidate mutation. This screen led to the identification of a point mutation in CAP-D2 (capd2-2), a Condensin I subunit, that rescues the smg7-6 meiotic phenotype. Notably, mutation in a Condensin II subunits (CAP-D3 and CAP-H2) does not confer rescue. Further characterization suggests the capd2-2 allele is hypomorphic, showing no defects in vegetative growth, chromocenter compaction, or transposable element silencing. Collectively, we demonstrate that accessible AI tools have the potential to bridge gaps in plant phenotyping and accelerate the pace of biological discovery.
Why it matches plant phenotyping methods花粉生存性を画像から自動推定するセグメンテーション手法とソフトウェアPATの開発が研究の中心であり、植物表現型計測ツールとして明確に該当する。
titlePAT: An Image Analysis Tool for Automated Scoring of Pollen in Alexander-Stained Anthers
Reproduction assets foundThe paper's Data availability statement explicitly deposits the authors' PAT pollen-phenotyping tool (the software implementing the paper's computational analysis, including the fine-tuned CPSAM segmentation model support) as open source on GitHub. Note: the full repository URL in the text (https://github.com/Riha-429[Code · public17
Data availability
428
Pollen Analysis tool (PAT) is available as open source tool at Github repository (https://github.com/Riha-429
Lab/Pollen-Analysis-Tool).
430
Figure legends
431
Fig. 1. Cellpose performance on Alexander-stained anther cross-sections across varying pollen
432
densities.
433
Representative cross-sections of Alexander-stained anthers showing a range of pollen densities, from
434
low (top rows, light staining) to high (bottom rows, dense reOpen asset ↗Pollen-Analysis-Toolpdf-raw-page:17 lines:1-64Code / dataset availability confirmedEurope PMC · Crossref · checked 15 Sept 2026
Published4 Sept 2026Springer Science and Business Media LLC
Abstract Plant diseases substantially reduce global crop yields, and cotton production is particularly vulnerable to field-acquired variability in symptom appearance, background clutter, and illumination changes that limit the reliability and scalability of expert visual inspection. This study aimed to develop an accurate, computationally efficient, and explainable framework for real-time cotton leaf disease recognition that is suitable for deployment on resource-constrained edge devices. Using the SAR-CLD-2024 dataset (322 RGB images captured under natural agricultural conditions across seven categories, including healthy and diseased leaves), images were preprocessed via resizing and normalization and augmented online in the training set (random rotations, flips, brightness/contrast adjustments, and random cropping). An EfficientNet-B3 backbone initialized with ImageNet-pretrained weights was fine-tuned using categorical cross-entropy loss and Adam optimization, with early stopping, checkpointing, regularization, and a fixed-seed 70/15/15 train–validation–test partition to enhance reproducibility and reduce leakage. Performance was evaluated on an independent test set using accuracy, precision, recall, F1-score, MCC, balanced accuracy, Cohen’s kappa, confusion matrix, multi-class ROC/AUC, and precision–recall analysis, alongside computational benchmarking (parameters, FLOPs, memory, and inference latency) and comparative experiments against contemporary CNN, lightweight, and transformer-based models. The model showed stable convergence over 30 epochs with a small training–validation gap, predominantly correct predictions with limited confusion among visually similar classes, consistently high precision–recall behavior under moderate class imbalance, and stable performance across repeated runs with low variability and a tight confidence interval. Grad-CAM heatmaps localized necrotic lesions, discoloration, and infected tissues while largely ignoring background, and failure cases were associated with early-stage symptoms, occlusion, shadows, and inter-class similarity. Overall, the framework provides a reproducible, interpretable, and efficient solution for cotton leaf disease classification with practical implications for trustworthy, low-latency, on-device decision support in precision agriculture.
Why it matches plant phenotyping methods綿葉の病徴を画像から分類する深層学習手法の開発が中心で、独立テスト、比較評価、計算性能評価、Grad-CAMによる病徴局在化を実施しているため、植物病害フェノタイピング手法に該当する。
abstractThis study aimed to develop an accurate, computationally efficient, and explainable framework for real-time cotton leaf disease recognition
Reproduction assets foundThe paper's Data Availability statement explicitly names the SAR-CLD-2024 cotton leaf dataset used for all experiments as publicly available on Kaggle with a direct URL. No author analysis code or trained model checkpoint is deposited.Dataset · publicntribute to the development of fully automated, scalable, and real-time smart agriculture
systems.
Declaration
Funding
Datta Meghe Institute of Higher Education and Research Wardha, Maharashtra, India
Data Availability: The SAR-CLD-2024 cotton leaf dataset used in this study is publicly
available through the Kaggle platform at: https://www.kaggle.com/datasets/pantho12/sar-cld-2024-dataset-for-cotton
This dataset includes annotated images of various cotton leaf diseases collected under diverse
environmental conditions. All data utilized in this work are freely accessible, and the data
processing methodology has been described in detail to facilitate reproducibility.
Conflict of interest The aOpen asset ↗Kaggle · SAR-CLD-2024pdf-raw-page:32 lines:1-38Plant phenotyping relevance match · UnverifiedEurope PMC · Crossref · checked 15 Sept 2026
Plant diseases pose a serious threat to agriculture, causing yield losses of 20 to 40 percent each year, resulting in more than 220,000 million dollars in economic damage and significantly affecting the global food supply. Traditional plant health monitoring practices involve visual inspection of plant tissue and can only detect the presence of disease once visual symptoms are already evident. This article presents AgriIDIA, an early-detection plant disease recognition system trained on datasets of 24-channel multispectral images derived from six optical filters (BlueIR, Hotmirror, K590, K665, K720, and K850) and six vegetation indices (NDVI, GNDVI, NDRE, EVI, REI, and SAVI). First, an exploratory data analysis is conducted on the diagnostic capability of the described 24-channel data representation, using 1,266 image stacks labeled with six classes (diseased/healthy papaya, diseased/healthy potato, diseased/healthy tomato). Next, using the results of the exploratory data analysis, the manuscript describes the training and cross-validation performance of AgriIDIA, with a macro-F1 score of 83.91 ± 3.42% and an accuracy of 84.00 ± 3.17% on the validation set. Finally, the performance of the trained model is evaluated on the reserved test set (N=190), demonstrating an accuracy of 81.05%, a macro-F1 score of 0.7398, and a weighted ROC-AUC of 0.9383. The results of this study suggest that the 24-channel multispectral representation has significant diagnostic potential for the early detection of plant diseases and can be used to design accessible phytosanitary methods for small-scale farmers.
Why it matches plant phenotyping methods多チャネルマルチスペクトル画像から植物病害状態を推定する認識システムの開発・検証が研究の中心であり、植物表現型として病害状態を直接評価している。
abstractThis article presents AgriIDIA, an early-detection plant disease recognition system trained on datasets of 24-channel multispectral images
Early detection of tree-seedling establishment is essential for monitoring regeneration success in coastal-dune plantations, where conventional field assessments remain labour-intensive and spatially limited. This study presents a deep-learning workflow for detecting early-stage Pinus pinaster seedlings using multispectral UAS-derived point clouds. Field surveys in the Quiaios National Forest, Portugal, mapped approximately 1500 seedlings using RTK GNSS positioning, biometric measurements, and field photographs. Multispectral imagery acquired with a DJI Mavic 3 Multispectral platform was processed through Structure-from-Motion to generate calibrated orthomosaics, terrain products, and dense point clouds. Training-data preparation combined pine-centred buffers, spectral conditioning, manual refinement and point-cloud class assignment. Point Transformer V3 models were trained in ArcGIS Pro and evaluated using field-mapped buffers withheld from model training within plantation-line areas. The Baseline high-recall model achieved 88% object-level recall at the operational threshold of at least three classified Pine-Seedling points per buffer. The refined hard-negative model retained 84% recall while reducing off-buffer detections from 243 to 41. False-negative analysis showed that omissions were associated with reduced crown diameter and limited branch development under the adopted buffer-based retrieval framework. These results support transformer-based multispectral point-cloud classification for scalable monitoring of early-stage pine regeneration in heterogeneous coastal environments.
Why it matches plant phenotyping methodsUASマルチスペクトル点群とPoint Transformer V3により、マツ幼苗の存在・定着状態を植物個体レベルで推定する手法を開発・評価しており、検出性能も検証しているため、植物フェノタイピング手法が中心である。
abstractThis study presents a deep-learning workflow for detecting early-stage Pinus pinaster seedlings using multispectral UAS-derived point clouds.
Field / plotLeafClassificationDisease symptoms / severity
Early and accurate detection of plant diseases is critical in precision agriculture to improve crop management and yield. Mungbean ( Vigna radiata L.) is highly susceptible to several foliar diseases, including yellow mosaic, powdery mildew, leaf crinkle, and cercospora leaf spot, which cause substantial productivity losses. Despite expanding applications of deep learning in plant disease diagnosis, systematic multi-architecture evaluation for mungbean disease classification under natural field conditions remains limited. This study addresses this gap by evaluating five state-of-the-art deep convolutional neural network (DCNN) architectures on a large-scale, field-acquired mungbean dataset that captures real-world variability across environmental conditions and disease severity levels, distinguishing it from controlled laboratory studies. A total of 5,617 original images across five classes were used. Data augmentation was applied exclusively to the training subset after stratified splitting to prevent data leakage. The dataset was partitioned into training (70%), validation (15%), and testing (15%) subsets. VGG16, VGG19, ResNet50V2, DenseNet121, and InceptionV3 were evaluated using identical transfer learning and fine-tuning protocols. Model performance was assessed using AUC-ROC, Cohen's kappa coefficient, McNemar's test for pairwise statistical comparisons, five-fold cross-validation, and Grad-CAM-based interpretability. On the independent test set, InceptionV3 achieved the highest accuracy (98.47%) and macro-F1 (98.49%), followed by VGG16 (98.36%) and VGG19 (97.89%). AUC-ROC values exceeded 0.997 for all models, confirming excellent class discrimination. Grad-CAM visualizations further confirmed that model predictions were based on biologically relevant disease symptoms. The findings demonstrate the effectiveness of deep learning for robust disease recognition under realistic field conditions and highlight the potential of AI-based diagnostic tools for crop health monitoring, precision agriculture, and decision-support systems in mungbean production.
Why it matches plant phenotyping methods圃場画像からマングビーン葉の病徴・病害状態を推定する深層学習手法を複数モデルで評価・検証しており、植物病害フェノタイピング手法が中心です。
abstractsystematic multi-architecture evaluation for mungbean disease classification under natural field conditions remains limited
Abstract Maize is the staple crop for millions of people in Sub-Saharan Africa, particularly for Zambia. Unfortunately, maize crops are exposed to several serious threats due to their susceptibility to foliar diseases like Maize Rust, Leaf Blight, Leaf Spot, Maize Streak Virus, and Maize Lethal Necrosis that may lead to great yield losses. Conventional methods of crop disease identification consist of field surveys that are not only subjective but also difficult to conduct for smallholder farmers. This paper presents the design and evaluation of a highly optimized version of the EfficientNet-B0 Convolutional Neural Network for the automatic detection of maize leaf diseases using maize leaf images obtained from real-world scenarios. The proposed model utilized the concept of transfer learning with ImageNet pre-trained weights and was trained on the Mendeley Maize Crop Disease (Leaf) Dataset which consists of 30,120 images in nine maize disease classes. The developed fine-tuned EfficientNet-B0 yielded 97.57% classification accuracy, macro precision of 97.61%, macro recall of 97.64%, and macro F1-score of 97.61%. From these results, it is evident that transfer learning and fine-tuning greatly boost maize disease classification accuracy while ensuring high computational efficiency. This study makes a significant contribution to precision agriculture as it offers an accurate and computationally efficient AI-based maize disease classification model, which could help smallholder farmers in early maize disease classification.
Why it matches plant phenotyping methodsトウモロコシ葉画像から病害状態を推定する深層学習モデルを開発・評価しており、植物病害表現型の取得・分類手法が中心的な研究です。
abstractThis paper presents the design and evaluation of a highly optimized version of the EfficientNet-B0 Convolutional Neural Network for the automatic detection of maize leaf diseases using maize leaf images obtained from real-world scenarios.
Reproduction assets foundThe paper's sole qualifying asset is the public Mendeley Maize Crop Disease (Leaf) Dataset of maize leaf images used for all phenotyping/classification measurements, explicitly declared publicly available with a URL. No author analysis code, trained model checkpoints, or other paper-specific assets are disclosed.Dataset · publiconflicts of interest to publish the paper.
Consent to Publish
All authors have read and approved the final version of the manuscript and agree to its
submission to Discover Networks.
Consent to Participate
Not applicable
Data Availability
The Mendeley Maize Crop Disease (Leaf) Dataset used in this study is publicly available at
https://data.mendeley.com/datasets/6w6gsvghfw
Clinical Trial Number
Not applicable.
Ethics Declaration:
Not applicable.
Competing interests
All authors declare no competing interests.Open asset ↗Mendeley · 6w6gsvghfwpdf-raw-page:55 lines:1-22Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Brown Rot (Monilinia spp.) and Leaf Curl (Taphrina deformans) are principal fungal diseases affecting peach (Prunus persica L. Batsch) production, lacking validated AI-based diagnostic tools in tropical highland orchards. This study presents a compact Convolutional Neural Network (3658 trainable parameters), applied identically to fruit and leaf classification, integrated with a background-removal preprocessing pipeline and evaluated through stratified 5-fold cross-validation on 800 in-situ images from four orchards in Cómbita and Choachí, Colombia. The proposed architecture achieved mean accuracies of 82.8% (fruit) and 95.3% (leaf), with AUC values of 0.87 and 0.98, and a trained model footprint of approximately 100 KB, supporting storage- and bandwidth-efficient deployment. Benchmarked against ImageNet-pretrained MobileNetV3-Small and MobileNetV2 under an identical protocol, the proposed architecture matched or exceeded MobileNetV3-Small on leaf classification despite a 257-fold smaller parameter count, and achieved comparable or lower inference latency than both larger backbones. To our knowledge, this is the first validated system for simultaneous detection of both pathogens in Prunus persica under real field conditions, combining a compact, deployment-ready architecture with an ablation-verified preprocessing pipeline. The proposed model was deployed in the DurAPP web platform, giving peach growers in tropical highland regions a practical, low-footprint diagnostic tool suited to smallholder farming conditions.
Why it matches plant phenotyping methodsモモ果実・葉の病徴を画像から分類するCNN、前処理、交差検証、他モデル比較、実地検証、プラットフォーム展開が中心であり、植物病害状態の画像ベースフェノタイピング手法に該当する。
abstractThis study presents a compact Convolutional Neural Network (3658 trainable parameters), applied identically to fruit and leaf classification, integrated with a background-removal preprocessing pipeline and evaluated through stratified 5-fold cross-validation on 800 in-situ images from four orchards
Agriculture is being revolutionized through the integration of cutting-edge technologies that support efficiency, productivity, and sustainability. Recent trends in transforming traditional agriculture into smart agricultural systems through the application of Artificial Intelligence (AI), IoT, and drone technology are gaining popularity worldwide. In this context, the current study developed an integrated artificial intelligence-based farming system incorporating Internet of Things sensors, drones, deep learning, and web/mobile applications for timely monitoring of crop and aquatic health. Data were collected using IoT sensors and drones equipped with high-resolution cameras to monitor soil and water parameters, including temperature, humidity, and pH, under various climatic conditions. A dataset of 70,000 images was used for system training, validation, and testing with an 80:10:10 split, together with three months of IoT sensor data. Models including YOLOv8, CNN, Faster R-CNN, ResNet50, MobileNet, EfficientNet, DenseNet, LSTM, and Random Forest were used for pest and disease detection, fish classification, fish disease detection, shrimp disease detection, and monitoring of climatic factors. Data pre-processing included denoising, normalization, missing-value handling, and feature extraction. The designed model showed reliable performance across the tasks, with 88.4% accuracy for shrimp detection, 92.1% for pest detection using YOLOv8, and 93.4% accuracy for plant disease detection using the CNN model. Overall performance was recorded at 97% accuracy, with high precision, F1-score, and mAP, and an RMSE of 1.2 for sensor-based prediction and validation. The current findings indicate the potential of using AI, IoT, and drone technologies to detect biotic and abiotic stresses during farming and support a sustainable agricultural system.
Why it matches plant phenotyping methodsAI・IoT・ドローンを統合した作物健康モニタリングシステムを開発し、植物病害検出モデルを訓練・検証しており、植物状態の取得方法が中心的である。
abstractthe current study developed an integrated artificial intelligence-based farming system incorporating Internet of Things sensors, drones, deep learning, and web/mobile applications for timely monitoring of crop and aquatic health
Abstract Agricultural pest and disease monitoring plays a vital role in ensuring crop productivity, reducing pesticide consumption, and promoting sustainable agricultural development. Although deep learning techniques have achieved remarkable success in plant health diagnosis, many existing models remain computationally intensive and are difficult to deploy on resource-constrained edge devices used in practical agricultural environments. To address these challenges, this study proposes a practical lightweight deep learning framework based on an improved ShuffleNetV2 architecture for real-time maize pest and disease recognition under complex field conditions.The proposed model incorporates the Ghost module to reduce redundant feature generation, the Efficient Channel Attention (ECA) mechanism to enhance feature representation, and the HardSwish activation function to improve nonlinear learning capability while maintaining computational efficiency. Extensive experiments were conducted on a maize pest and disease dataset containing multiple disease and pest categories collected under natural field conditions. Experimental results demonstrate that the proposed model achieves superior recognition accuracy while significantly reducing model parameters and computational complexity compared with several mainstream lightweight convolutional neural networks.The results show that the proposed method achieves an accuracy of 93.00%, a recall of 92.76%, and an F1-score of 92.42%, while maintaining extremely low computational cost (0.03 GFLOPs) and model size (1.16 MB). Furthermore, the proposed model was successfully deployed on a Raspberry Pi platform, demonstrating excellent real-time inference capability and low computational resource consumption. The framework is suitable for practical agricultural applications, including intelligent crop monitoring, UAV-assisted field inspection, and mobile diagnostic systems. By enabling rapid and accurate in-field identification of maize pests and diseases, the proposed approach supports timely crop protection decisions, reduces unnecessary pesticide application, and contributes to sustainable agriculture through practical edge-AI deployment.
Why it matches plant phenotyping methodsトウモロコシの病害状態を画像から認識する軽量深層学習法の開発・評価が中心であり、植物病害フェノタイプの取得手法に該当する。
abstractthis study proposes a practical lightweight deep learning framework based on an improved ShuffleNetV2 architecture for real-time maize pest and disease recognition under complex field conditions.
Hyperspectral sensors have emerged as a promising approach in the study of plant diseases. The objective was to distinguish between healthy and inoculated seeds, and also to distinguish between genera of plant-pathogenic fungi in soybean seeds, using hyperspectral sensors combined with machine learning. The experimental design was a fully randomized factorial design with six algorithms (Simple Logistic Regression, Support Vector Machine, Artificial Neural Network, Random Forest, REPTree and J48 decision trees) and four phytopathogens (Sclerotinia sclerotiorum, Macrophomina phaseolina, Rhizoctonia solani, and Colletotrichum sp.) plus the control. Spectral analysis of the seeds was performed using a spectroradiometer (Ocean Optics) consisting of two sensors: NIR and Flame, covering the spectrum from 350 to 2500 nm. It was possible to distinguish between healthy and inoculated seeds, as well as identify the type of phytopathogen, based on each spectral signature. The Simple Logistic Regression and Support Vector Machine algorithms performed best. Hyperspectral sensors combined with machine learning constitute a promising tool for the detection of phytopathogens in seeds, enabling rapid and non-destructive analysis. This promising tool could serve as a complementary alternative to traditional diagnostic methods, which, although accurate, are time-consuming and rely on specialized labor.
Why it matches plant phenotyping methods種子の健全・感染状態を非破壊的に推定するハイパースペクトルセンシングと機械学習が研究の中心であり、感染植物器官の状態を直接測定する方法として扱える。
abstractThe objective was to distinguish between healthy and inoculated seeds, and also to distinguish between genera of plant-pathogenic fungi in soybean seeds, using hyperspectral sensors combined with machine learning.
Problem: Agriculture plays a pivotal role in the Indian economy, where crop production quality and quantity directly impact the livelihoods of millions. Climate variability, emerging plant diseases, and improper pesticide application contribute significantly to agricultural losses. Early and accurate disease detection is crucial for mitigating crop damage and ensuring food security. Methodology: This study presents a novel deep learning framework based on EfficientNet architecture, enhanced with Progressive Fine-Tuning Strategy for automated plant disease detection. The proposed methodology was evaluated on two benchmark datasets: the Plant Village dataset comprising 20,639 images of tomato, potato, and bell pepper with 15 disease varieties; and a drone-captured rice plant dataset containing 4432 samples from public repositories. The model’s performance was assessed using multiple metrics, including classification accuracy, precision, recall, and F1-score. To strengthen the validation of high accuracy results, additional statistical analyses like class imbalance ratio, Entropy, Chi-Square test, convergence curve, ANOVA test, Tukey’s post hoc HSD test, confidence interval, Cohen’s Kappa result, fold-wise dispersion analysis, mean, std deviation are included in the manuscript. Result: Experimental results demonstrate that the fine-tuned EfficientNetV2-B1 architecture achieved exceptional performance with 99.7% classification accuracy on the PlantVillage dataset and 99.03% accuracy on the drone-based rice disease dataset, significantly outperforming existing state-of-the-art transfer learning models. Model explainability techniques further validated the reliability and interpretability of the predictions, confirming the model’s focus on disease-relevant features.
Why it matches plant phenotyping methods植物画像から病害状態を推定する深層学習手法を開発し、複数データセットで性能検証しており、植物フェノタイピング手法が中心である。
abstractThis study presents a novel deep learning framework based on EfficientNet architecture, enhanced with Progressive Fine-Tuning Strategy for automated plant disease detection.
Automated plant disease classification from leaf images demands models that jointly achieve high accuracy and efficient training convergence. Standard deep learning approaches process images through a single feature pathway, limiting their ability to capture diverse visual manifestations such as color changes, texture patterns, and spatial distributions. This paper introduces DMCNNA-FBVL, a framework integrating two complementary innovations: (1) a Deep Multi-Component Neural Network Architecture (DMCNNA) employing three specialized pathways processing color-space statistics, texture descriptors, and raw image features before fusing them through SoftMax-weighted aggregation; and (2) Feedback-Based Validation Learning (FBVL), a training strategy that periodically blends validation-set gradients into weight updates to accelerate convergence. Experiments on the New Plant Diseases Dataset (87,000 images, 38 classes) show that DMCNNA-FBVL achieves 98.7% accuracy, 98.8% precision, 98.6% recall, and 98.7% F1-score, outperforming ResNet-50 by 3.2 percentage points ( 𝑝 < 0 . 0 0 1 ). The primary reported metrics are computed exclusively on an independent 10% hold-out test set, whereas the separate 10% validation partition is used during training for FBVL gradient blending and does not contribute to final test evaluation. Five-fold cross-validation confirms stability (98.7% ± 0.15%). Ablation experiments confirm additive gains, while FBVL reduces wall-clock training time by 15% through faster convergence.
Why it matches plant phenotyping methods葉画像から植物病害を分類するニューラルネットワークと学習戦略の開発・検証が研究の中心であり、植物の病害状態を直接推定している。
abstractAutomated plant disease classification from leaf images demands models that jointly achieve high accuracy and efficient training convergence.
Reproduction assets foundThe paper's plant disease classification experiments use the New Plant Diseases Dataset, which the authors state is publicly available on Kaggle. The authors' code and trained models are only promised 'upon acceptance' (no public URL), so they do not qualify as public assets.Dataset · publicral
monitoring systems.
Declaration of competing interest
The authors declare that they have no known competing financial interests or personal relationships that could have
appeared to influence the work reported in this paper.
Data availability
The New Plant Diseases Dataset used in this study is publicly available on Kaggle (https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset). Code and trained models will be made available upon
acceptance.
Funding
This research did not receive any specific grant from funding agencies in the public, commercial, or not-for-profit
sectors.
Acknowledgments
[Removed for double-blind review.]
CRediT authorship contribution statement
[Removed fOpen asset ↗Kaggle · new-plant-diseases-datasetpdf-raw-page:19 lines:1-59Plant phenotyping relevance match · UnverifiedEurope PMC · checked 14 Sept 2026
Abstract In Bangladesh, the potato (Solanum tuberosum L.) stands as an indispensable food and cash crop, deeply intertwined with national food security, rural livelihoods, and the broader agricultural economy. However, foliar diseases such as early blight and late blight frequently precipitate substantial yield losses and quality degradation when not identified and mitigated during the nascent stages of infection. Contemporary diagnostic paradigms remain predominantly manual and visual, relying heavily on agricultural professionals, which is often inefficient and inaccessible for remote farmers. While deep learning has demonstrated remarkable efficacy in automated plant disease recognition, existing methodologies frequently lack interpretability, disease severity quantification, and real-world field applicability. This paper introduces a comprehensive, interpretable deep learning-based framework utilizing EfficientNetV2-B0 for classifying potato leaf images into healthy, early blight, and late blight categories. By integrating Gradient-Weighted Class Activation Mapping (Grad-CAM), the model achieves high transparency, highlighting critical prediction regions. Furthermore, a severity assessment module estimates infection percentages, providing actionable treatment recommendations, ultimately enhancing agricultural decision-making.
Why it matches plant phenotyping methodsジャガイモ葉の画像から病害の種類と感染割合(重症度)を推定する深層学習手法が研究の中心であり、植物病害状態の表現型取得・定量化に該当する。
abstractThis paper introduces a comprehensive, interpretable deep learning-based framework utilizing EfficientNetV2-B0 for classifying potato leaf images into healthy, early blight, and late blight categories.
Abstract Grapevine leaves have dorsiventral anatomy with distinct adaxial (upper) and abaxial (lower) surfaces. Although morphological descriptor lists and ampelographic literature provide information on both the upper and lower side characteristics, in practice, the color traits of the upper side have become the focus of scientific publications. This study introduces the practical application of the recently developed LeafLaminaMap software and the use of trichromatic color indices in grapevine characterization. We aimed to compare colorimetric information on the adaxial and abaxial leaf surfaces as well as to explore the potential of machine learning models in classification. Five statistical descriptors (mean, standard deviation, contrast, energy, and entropy) were calculated for 25 RGB-based color indices on both leaf surfaces of 120 samples collected from four grapevine cultivars (‘Chardonnay’, ‘Pinot noir’, ‘Sauvignon blanc’, and ‘Syrah’). Data was subjected to multivariate statistical analysis and machine learning classifiers. Results showed that the abaxial leaf surface had stronger cultivar-specific color signatures, supporting its suitability for cultivar discrimination. These findings suggest that RGB-based analysis of both adaxial and abaxial leaf surfaces has potential for grapevine cultivar discrimination, offering a new perspective for cost-efficient plant phenotyping.
Why it matches plant phenotyping methodsRGB画像解析とLeafLaminaMap、色指数、機械学習を用いた葉面形質抽出・品種識別が研究の中心であり、植物フェノタイピング手法の実質的応用に該当する。
abstractThis study introduces the practical application of the recently developed LeafLaminaMap software and the use of trichromatic color indices in grapevine characterization.
Background Understanding the structure of plant seeds cultivated for human consumption and food manufacturing is vital to provide sustainable products as well as to investigate early growth stages. This includes structural variation between different plant species, varieties and cultivars depending on genetic setup, as well as structural modifications upon germination, aging and storing or seed treatment during processing. For plant seeds as multi-component biological materials, structural characterization must extend across multiple length scales, from molecular organization to cellular architecture. Results We apply scanning Small- and Wide-Angle X-ray Scattering (SWAXS) and X-ray Fluorescence (XRF) on yellow pea seeds to combine local structural information on the molecular scale with imaging of cellular structures on the micrometer scale, enabling a comprehensive analysis of hierarchical organization. To identify and characterize heterogeneous regions within the pea seeds, we implement a fitting-free, data-driven segmentation and analysis workflow based on machine learning tools. This approach allows for classification of structurally distinct domains and enables quantitative comparison across samples without relying on predefined models. Furthermore, we incorporate multi-modal analysis by combining structural imaging with complementary elemental information obtained from XRF. The integration of compositional and structural data provides deeper insight into structure-composition relationships. Conclusions This multi-scale, multi-modal approach opens new possibilities for investigating hierarchical structures and their development under diverse conditions and enables systematic comparison between different species or seeds at different developmental stages or exposed to different processing steps. The approach is broadly applicable to various kinds of samples and other hierarchically organized biological materials, which makes it a valuable technique for plant science as well as plant-based food science.
Why it matches plant phenotyping methods種子の構造・細胞領域をX線散乱/蛍光イメージングと機械学習ベースのセグメンテーションで定量解析する手法が研究の中心であり、植物器官の構造形質を抽出するため採用。
abstractWe apply scanning Small- and Wide-Angle X-ray Scattering (SWAXS) and X-ray Fluorescence (XRF) on yellow pea seeds to combine local structural information on the molecular scale with imaging of cellular structures on the micrometer scale
Pepper / chilliPotatoTomatoLeafClassificationVisualization / data managementDisease symptoms / severity
Early detection of plant leaf diseases is critical for minimizing crop losses and supporting precision agriculture. While Convolutional Neural Networks (CNNs) have demonstrated high accuracy in image-based diagnosis, conventional architectures may not optimally balance spatial localization and channel-wise feature refinement, particularly in multi-crop classification settings. This study proposes a redundancy-aware dual-attention architecture, termed ATSA-DenseNet, which integrates the spatial branch of the Convolutional Block Attention Module (CBAM-Spatial) with Efficient Channel Attention (ECA) within a DenseNet121 backbone. Unlike prior dual-attention frameworks that retain full CBAM and introduce channel-level redundancy, the proposed design isolates complementary spatial and channel mechanisms to improve representational efficiency without increasing computational complexity. The framework is evaluated on controlled multi-crop PlantVillage-derived datasets comprising tomato, potato, pepper, and maize. Across both 3-crop and 4-crop configuration, ATSA-DenseNet consistently outperforms baseline DenseNet121 and single-attention variants, achieving 99.94% accuracy and 0.9994 macro-F1 on the 4-crop setting while maintaining a lightweight footprint (6.96M parameters, 2.87G FLOPs). Grad-CAM visualizations indicate improved localization of disease-relevant regions compared to the baseline. While results are obtained under controlled imaging conditions, the findings demonstrate that redundancy-aware dual-attention enhances feature discrimination efficiency in multi-class agricultural classification tasks. Future work will extend validation to real-field datasets with natural variability.
Why it matches plant phenotyping methods植物葉の病害状態を画像から推定するCNN手法を提案・評価しており、病害表現型の取得・分類手法が研究の中心である。
abstractThis study proposes a redundancy-aware dual-attention architecture, termed ATSA-DenseNet, which integrates the spatial branch of the Convolutional Block Attention Module (CBAM-Spatial) with Efficient Channel Attention (ECA) within a DenseNet121 backbone.
Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 14 Sept 2026
Why it matches plant phenotyping methods画像から種子の形態・色形質を抽出し、生化学形質と統合したマルチモーダル表現型解析・機械学習分類法の開発と比較評価が研究の中心であるため。
abstractThis study developed an explainable machine learning framework integrating morphological, color, and biochemical characteristics for classifying chia ( Salvia hispanica L.) genotypes.
Plant diseases greatly affect agricultural production, especially in developing countries, where prompt diagnosis can be quite challenging due to the limited availability of experts in real-time. Deep learning techniques for image analysis is gaining popularity and are increasingly considered an alternative to traditional manual inspection of plants. This research presents the evaluation of plant leaf disease detection system based on a convolutional neural network (CNN) optimized with different nature-inspired algorithms. The backbone model is based on the EfficientNet-B0 pretrained on ImageNet. Therefore, transfer learning is used to adapt the model to an updated PlantVillage dataset. Experiments have been conducted with multiple nature-inspired algorithms to improve generalisation and training efficiency of the prediction model. Different data preparation techniques have been carefully applied to the dataset, creating a unified approach to ensure consistency in the preprocessing pipeline for the training, validation, and testing phases. Our experiments indicate that application of the grey wolf optimizer (GWO) for tuning key hyperparameters of the model, including dropout, learning rates, and weight decay produced the best results, with an accuracy around 99.45%.
Why it matches plant phenotyping methods植物葉の病害状態を画像から分類する深層学習手法を、複数の最適化アルゴリズムで評価・改良しており、病害表現型の取得・推定が研究の中心である。
abstractThis research presents the evaluation of plant leaf disease detection system based on a convolutional neural network (CNN) optimized with different nature-inspired algorithms.
Abstract - Plant diseases can significantly affect plant growth, productivity, and overall health. This research presents a mobile-based plant analysis system designed to identify plants, assess their health condition, and analyze visible diseases from plant images. The proposed system allows users to capture an image using a mobile camera or upload an existing image. The image is processed and analyzed using machine learning and deep learning techniques. A Convolutional Neural Network (CNN) can be used to learn visual features such as leaf shape, color, spots, and disease symptoms for plant identification and disease analysis. The system also provides a health assessment and disease severity indication to support users in understanding the condition of a plant. A Flutter-based mobile application provides the user interface, while Python and Flask can be used for image-processing and model-serving tasks. The proposed approach aims to provide a simple and accessible tool for preliminary plant identification, health assessment, and disease analysis. Key Words: plant identification, plant health assessment, disease analysis, CNN, deep learning, Flutter.
Why it matches plant phenotyping methods植物画像から健康状態と病害症状・重症度を推定する機械学習システムの開発が中心であり、植物の病害状態という表現型を画像から取得・評価する方法を扱っている。
abstractThis research presents a mobile-based plant analysis system designed to identify plants, assess their health condition, and analyze visible diseases from plant images.
Goal. To substantiate the methodical approaches to analyzing the state of soybean crops based on the results of aerial photography with UAV by comparing manual vectorization, controlled classification according to the algorithm of maximum similarity, and uncontrolled classification of K-Means, as well as to determine the feasibility of their combination with expert visual interpretation to assess the spatial structure of the vegetation cover. Methods. Aerial photography of the test proving ground was performed with the help of the unmanned aerial vehicle DJI Phantom 4 Advanced with the subsequent photogrammetric study of materials and the formation of a highly detailed orthophotoplane. In the QGIS environment, visual decryption and manual vectorization of the main objects of the agrolandscape were carried out with the creation of polygonal layers. For automated mapping, methods of controlled classification according to the algorithm of maximum similarity and uncontrolled classification based on the K-Means algorithm were used. The accuracy of the results was evaluated by comparing the data of automated classifications with the data of manual digitization, which was used as a reference (control) method. On the basis of the results obtained, empirical data were summarized to justify practical recommendations for the application of the studied approaches. Results. The study was conducted on the territory of the research farm of the Separate subdivision of the National University of Life and Environmental Sciences of Ukraine «Berezhany Agrotechnical Institute» (vil. Pavliv, Ternopil district, Ternopil oblast) (49.452057°N; 24,805818°E) in may – august 2025. The obtained cartographic materials made it possible to quantify the areas of the main objects of the agro-landscape and identify problem areas with sparse shoots. Methods of controlled classification showed greater compliance with the digitization data (average deviation — 6.7%) compared to uncontrolled (14.7%), which were effective from the point of view of preliminary assessment of spectrally homogeneous sections, but did not provide an accurate division of shoots by density. Analysis of the spatial structure of coverage made it possible to plan local agrotechnical measures and assess the potential yield. Conclusions. Methodical approaches to analyzing the state of soybean crops based on the results of aerial photography with a UAV equipped with RGB cameras are promising and economically feasible. Automated classification methods are effective for highlighting hard and contrasting objects and small-contoured areas, while a detailed assessment of the structure of the vegetation cover is advisable to carry out using a controlled classification in combination with expert visual interpretation.
Why it matches plant phenotyping methodsUAV画像を用いて大豆作物の植生被覆構造や疎な出芽域を抽出し、複数の分類法を手動ベクトル化と比較・精度評価している。植物状態の取得手法自体が研究の中心である。
abstractTo substantiate the methodical approaches to analyzing the state of soybean crops based on the results of aerial photography with UAV by comparing manual vectorization, controlled classification according to the algorithm of maximum similarity, and uncontrolled classification of K-Means
This paper presents an integrated system design for autonomous quadcopter flight path generation using the MAVLink protocol and a custom Ground Control Station (GCS) for precision agricultural crop monitoring. The system combines three coverage path algorithms (Boustrophedon, Spiral, and Energy-Optimized), a Pixhawk 4 / ArduPilot flight stack, a MicaSense RedEdge-P multispectral payload, and a ROS2-based GCS for mission planning, telemetry, and vegetation-index-based crop health assessment. The 2.8 kg quadcopter (450 mm frame, 4-cell LiPo) achieves 22–25 minutes of flight time. Across five field sizes (0.5–10 ha), the Energy-Optimized path achieved 96.5% coverage efficiency with 4.2% overlap and a 12.4% energy reduction over the Boustrophedon baseline. NDVI-based crop segmentation achieved pixel accuracy of 92.5% (maize), 94.1% (rice), and 90.8% (wheat), and four-class crop-health classification achieved a weighted F1-score of 90.0%. MAVLink 2.0 command latency averaged 15.8 ms with 99.3% packet delivery at ranges up to 800 m. An ablation study showed additional gains of 1.5–3.1% coverage from wind compensation and 2.1–2.8% from terrain-following.
Why it matches plant phenotyping methods自律ドローン、マルチスペクトル撮像、NDVIセグメンテーションによる作物健康状態推定を統合し、飛行・画像解析性能を定量評価しているため、植物状態の取得・抽出が技術的に実質的な構成要素である。
abstractThe system combines three coverage path algorithms (Boustrophedon, Spiral, and Energy-Optimized), a Pixhawk 4 / ArduPilot flight stack, a MicaSense RedEdge-P multispectral payload, and a ROS2-based GCS for mission planning, telemetry, and vegetation-index-based crop health assessment.
Visible-near infrared (Vis-NIR) spectroscopy provides rapid crop disease assessment; however, poor model generalizability remains a major limitation when models developed for a specific period are applied to batches collected at different times, primarily due to variations in physicochemical properties such as chlorophyll content, moisture level, surface texture, and tissue structure, which induce shifts in spectral distributions across batches. This study investigates deep domain adaptation to enhance cross-batch transferability for sugarcane disease classification. Two batches of healthy and symptomatic leaves were collected at different times using the same spectrometer. A customized one-dimensional convolutional neural network (1D-CNN) was trained on Batch 1 and adapted to Batch 2 using labelled samples through two strategies: retraining only the fully connected layers or fine-tuning all network parameters. Both strategies achieved 94% accuracy, with precision 0.92, sensitivity 0.97 and specificity 0.98, outperforming the non-adapted model and standard-free calibration transfer methods, namely Correlation Alignment and Transfer Component Analysis. These findings demonstrate that deep domain adaptation substantially improves the robustness and transferability of Vis-NIR classification models across heterogeneous sampling batches.
Why it matches plant phenotyping methodsサトウキビ葉の病徴分類を対象に、Vis-NIR分光と深層ドメイン適応によるモデルの開発・クロスバッチ検証が研究の中心であり、植物病害状態を直接推定している。
abstractThis study investigates deep domain adaptation to enhance cross-batch transferability for sugarcane disease classification.
Background: Faba bean is an important legume crop valued for its nutritional and soil-enriching benefits, yet its productivity is severely affected by foliar diseases. Automated image-based detection using deep learning provides a rapid and reliable approach for early disease identification and improved crop management. Methods: This study developed a machine learning-based automated framework for multi-class classification of Faba bean leaf diseases using transfer learning with the VGG16 convolutional neural network. A dataset of 8,021 RGB images collected under natural field conditions was used, comprising four classes: healthy, rust, gall and chocolate spot. Images were resized to 224 × 224 pixels and normalized prior to training. The pretrained convolutional layers of VGG16 were frozen and a custom classification head with global average pooling and dropout regularization was added. Model performance was evaluated using classification metrics. Result: The proposed model achieved an overall classification accuracy of 92.34% and a macro-averaged F1-score of 0.9227 on the test dataset. Strong classification performance was observed across all disease categories, with particularly high predictive accuracy for healthy and rust classes. The findings demonstrate the effectiveness of transfer learning for plant disease detection and highlight its potential for scalable, automated crop health monitoring in precision agriculture.
Why it matches plant phenotyping methods植物葉画像から病害状態を自動推定する深層学習手法の開発・性能評価が中心であり、植物フェノタイピング手法に該当する。
abstractThis study developed a machine learning-based automated framework for multi-class classification of Faba bean leaf diseases using transfer learning with the VGG16 convolutional neural network.
Xylella fastidiosa (Xf) is among the most devastating phytosanitary threats to Mediterranean agriculture, causing Olive Quick Decline Syndrome (OQDS). Since containment efficacy depends on timely intervention, scalable in-field screening tools are needed. This study evaluates a portable digital electronic nose, based on a carbon-nanotube sensor array combined with artificial intelligence algorithms, for the in-field screening of Xf through volatile organic compound (VOC) profiling. Three replicate acquisitions were performed on 130 olive trees (390 measurements) across four cultivars (Cellina di Nardò, Ogliarola Salentina, Ogliarola Barese, and Leccino) in four Italian regions (Apulia, Calabria, Lazio, and Tuscany). Plant status was assigned from the official status of the sampling area (demarcated OQDS focus versus Xf-free area) and supported by real-time quantitative PCR (qPCR) on every plant; within demarcated sites, plants with undetectable DNA in sampled twigs were retained as Xf+ following phytosanitary criteria, giving 216 infected and 174 healthy samples. The multidimensional sensor signals were processed with an optimized Shallow Neural Network. Under plant-grouped 80/20 validation, keeping each plant’s replicates in the same subset, the model achieved (93.3 ± 4.0)% accuracy, (97.7 ± 3.5)% sensitivity, and (88.2 ± 8.3)% specificity (mean ± SD). A feature-importance analysis revealed a reproducible, though not chemically resolved, VOC-related response pattern. This low-cost, portable Internet of Things (IoT) device offers a proof-of-concept screening approach for Xf surveillance, pending plant-level and external validation.
Why it matches plant phenotyping methods植物の感染状態をVOCセンサーとAIで直接推定する現地スクリーニング手法を開発・評価しており、植物病害状態の取得が研究の中心である。
abstractThis study evaluates a portable digital electronic nose, based on a carbon-nanotube sensor array combined with artificial intelligence algorithms, for the in-field screening of Xf through volatile organic compound (VOC) profiling.
Rice leaf diseases pose a significant threat to global food security by reducing crop productivity and causing substantial economic losses. The traditional diagnosis method is manual method, which is low in efficiency, subjective and not suitable for large-scale agricultural monitoring. Despite the advances in automated disease detection using deep learning methods like CNNs, GANs, and transfer learning models, these techniques remain highly computational, not very flexible, and struggle to perform well in different imaging scenarios. Considering these drawbacks, this paper introduces an Explainable Deep Q-Learning based CNN framework which employs CNN-based feature extraction and Deep Q-learning-based adaptive policy optimization for rice leaf disease classification. The proposed model continuously refines the classification actions through reward-based learning, which makes the model more robust in various agricultural imaging environments, in contrast to traditional supervised CNN models that have static classification decisions. The proposed model achieved 98.5% accuracy, 98.52% precision, 98.50% recall, and a 98.51% F1-score, outperforming existing CNN, GAN, reinforcement learning, and transformer-based methods. It also offers a high computational efficiency of 14.2 GFLOPs, 248 MB memory consumption, ~ 48 min of training time, and 6.8 ms inference time per image suitable for resource constrained applications in agriculture. The results demonstrate the effectiveness, scalability, and practical applicability of the proposed framework. The proposed framework performs well on benchmark datasets but more research in the deployment of the edge-devices under different real-world agricultural settings will be investigated in future work.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から分類する深層学習手法の開発・評価が研究の中心であり、植物の病害表現型を直接推定しているため。
abstractthis paper introduces an Explainable Deep Q-Learning based CNN framework which employs CNN-based feature extraction and Deep Q-learning-based adaptive policy optimization for rice leaf disease classification.
Reproduction assets foundThe paper trains its Deep Q-CNN rice leaf disease classifier on public Kaggle rice leaf image datasets, which are cited with explicit public URLs and qualify as paper-specific phenotyping image inputs. The authors' own derived data/analysis artifacts are only available upon request, so no authors' code or trained modelDataset · publicSoni Gautam. Rice Leaf Bacterial and Fungal Disease Dataset. Kaggle. Available:Open asset ↗Kagglepdf-page:24 lines:1-94Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Plant diseases are still posing a challenge to the productivity, quality of crops, and food security, especially in locations where field diagnosis is based on manual visual inspec-tion. This paper assesses deep learning network-based automated classification of plant leaf diseases on public RGB leaf-image datasets, such as the Kaggle New Plant Diseases Dataset (Augmented) and PlantVillage images. They investigated four archi-tectures: EfficientNetV2B0, ResNet152V2, DenseNet201, and one hybrid Vision Trans-former (ViT)-based model. The steps of the experiment involved loading the dataset, exploratory analysis, preprocessing, resizing, normalizing, augmentation, transfer learning, independent model training, and evaluation metrics such as accuracy, preci-sion, recall, F1-score, training curves, testing results, and confusion matrices. The hy-brid ViT-based model was reported to have the best accuracy of 99.5%. On the smaller seven class subset of PlantVillage, EfficientNetV2B0 scored 98.11%. On the 38-class dataset, DenseNet201 improved test accuracy (97.34) and validation classification ac-curacy (around 98). ResNet152V2 scored 97.01 on the 38-class test set. The results demonstrate that CNN and transformer-based models can help to recognize plant diseases accurately whereas hybrid attention-based structures provide a promising path to enhance fine-grained classification. Since the model notebooks had varying class settings and splits, the comparison is seen as a model-structured assessment as opposed to a precisely identical benchmark across all architectures.
Why it matches plant phenotyping methods植物葉画像から病害状態を分類する深層学習手法を複数モデルで比較・評価しており、病害表現型の取得・抽出と技術検証が研究の中心である。
abstractThis paper assesses deep learning network-based automated classification of plant leaf diseases on public RGB leaf-image datasets
Reproduction assets foundThe paper's phenotyping inputs are two public plant leaf-image datasets explicitly named in the Data Availability statement: the Kaggle New Plant Diseases Dataset (Augmented) and the PlantVillage dataset, both with public URLs. No author code, models, or supplementary materials are deposited (supplementary materials: 'Dataset · publicy available. Plant leaf images were
obtained from the Kaggle New Plant Diseases Dataset (Augmented) and PlantVillage
datasets. The datasets contain publicly accessible RGB images of healthy and diseased
plant leaves used for supervised image classification research.
DATASET SOURCES
Kaggle New Plant Diseases Dataset (Augmented):
https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset
PlantVillage Dataset: https://plantvillage.psu.edu/All processed data, experimental configurations, and model implementation details are
described within the manuscript. Additional materials may be made available from the
corresponding author upon reasonable request.
ACKNOWLEDGMENTS
The author acknowOpen asset ↗Kaggle · new-plant-diseases-datasetpdf-raw-page:24 lines:1-23Dataset · publicgmented) and PlantVillage
datasets. The datasets contain publicly accessible RGB images of healthy and diseased
plant leaves used for supervised image classification research.
DATASET SOURCES
Kaggle New Plant Diseases Dataset (Augmented):
https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset
PlantVillage Dataset: https://plantvillage.psu.edu/All processed data, experimental configurations, and model implementation details are
described within the manuscript. Additional materials may be made available from the
corresponding author upon reasonable request.
ACKNOWLEDGMENTS
The author acknowledges Istanbul Aydin University for academic support and research
guidance duringOpen asset ↗PlantVillagepdf-raw-page:24 lines:1-23Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · Crossref · bioRxiv · checked 5 Sept 2026
Abstract Non-invasive, high-throughput phenotyping tools are needed that can identify environmental effects on plant structure and function to diagnose factors responsible for reduced growth in commercial and non-commercial settings. In this study, we explored whether the integration of 3D-multispectral (3D) and 2D-hyperspectral imaging (HSI), aided by machine learning (ML), could be used to identify environmental stress treatments imposed during plant growth. Controlled environment-grown Nicotiana Benthamiana plants were subjected to a range of abiotic treatments – including different growth irradiances, heat treatment and drought stress – with the treatments resulting in differences in shoot height, biomass, leaf area and spectral reflectance. ML models were trained to identify these treatments using morphological and spectral traits measured at 27, 29, 31, and 34 days after sowing (DAS). A 3D-multispectral scanner was used to obtain information on plant height, biomass, and leaf area. A visible and near-infrared (VNIR) HSI camera provided detailed spectral information for deriving spectral indices including the Normalised Difference Vegetation Index (NDVI), Photochemical Reflectance Index (PRI) and Normalized Difference Red Edge (NDRE). Manual measurements provided baseline comparative data. The 3D-multispectral scanner reliably estimated above-ground traits, with high correlations between manual and scanner-derived measurements. The ML models accurately differentiated among environmental stress treatments, with the fused 3D+HSI model achieving the best overall predictive performance across all evaluated metrics compared with models based on either imaging modality alone. Results demonstrated the effectiveness of combining 3D-multispectral and 2D-HSI data with ML analyses for non-destructive, high-throughput phenotyping. The integration of these techniques enabled non-destructive, high-throughput identification of environmental stress treatments imposed during plant growth.
Why it matches plant phenotyping methods3Dマルチスペクトル画像・ハイパースペクトル画像と機械学習を統合し、植物形態・スペクトル形質を非破壊かつ高スループットに取得・検証する方法が研究の中心である。
abstractNon-invasive, high-throughput phenotyping tools are needed that can identify environmental effects on plant structure and function
Existing conversational plant-phenotyping platforms are difficult for plant scientists to use and lack the reliability scientific research demands: failed analyses are reported as valid measurements rather than flagged as missing, statistical tests run without checking assumptions, predictions carry no uncertainty estimate, and specialised hardware limits accessibility. We present PhenoIntel, a lifecycle-aligned multi-agent web platform that turns the full machine-learning workflow into a reliable, user-friendly phenotyping system. Nine specialised agents divide the analysis into stages, from image collection through model selection, inference, and reporting, rather than handing the whole task to one AI manager. Independent checks separate these stages, and every agent reads from and writes to one shared, fixed-structure record, so an inconsistent output from one stage is caught before it reaches the next. Uncertainty is matched to each model family, conformal prediction, detection-confidence spread, or Monte Carlo Dropout, rather than applied uniformly, and quality thresholds adapt to crop and task instead of one global cutoff. When no suitable model exists, PhenoIntel can propose, validate, and integrate a new one on its own. The model repository spans ten trained models across five crops and four imaging modalities. Classification models reach Macro F1 of 0.78-0.996; object-detection models reach 0.96 mAP@50 with a 54% reduction in counting error over an unoptimised baseline; and a temporal model reaches held-out Macro F1 of 0.7050. PhenoIntel runs in a browser on standard hardware, requiring no GPU, and a 1,200-test automated suite confirms complete pipeline execution. Every result carries calibrated uncertainty, validated statistics, and FAIR-compliant provenance, a combination existing conversational phenotyping tools do not offer.
Why it matches plant phenotyping methods植物フェノタイピングの画像収集から推論・報告までを扱うウェブプラットフォームを開発し、複数モデル、精度、不確実性、検証スイートを評価しており、方法が研究の中心である。
abstractWe present PhenoIntel, a lifecycle-aligned multi-agent web platform that turns the full machine-learning workflow into a reliable, user-friendly phenotyping system.
Reproduction assets found論文固有の解析コードとモデル資産を公開するGitHubリポジトリを本文中の根拠とともに確認しました。Code · publiccode, model checkpoints, and the 1,200-test automated suite referenced
throughout this paper are maintained in a version-controlled
repository, available at
https://github.com/Naren1704/PhenoIntel-InternshipOpen asset ↗Naren1704/PhenoIntel-Internshiplines:2047-2163Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Agricultural production faces significant annual losses due to plant diseases, with economic impacts exceeding 40 million dollars and contributing to acute hunger affecting over 281.6 million people in 2023. The timely and accurate identification of plant diseases through leaf image analysis is crucial to mitigate these losses and ensure global food security. This study proposes a lightweight Convolutional Neural Network model, inspired by the MobileNet architecture, designed to classify various plant leaf diseases efficiently. Leveraging a publicly available dataset, this research focuses on developing a model that balances high performance with computational efficiency, making it suitable for real-world applications in resource-constrained environments. The proposed model, named LDPNet, achieved an outstanding accuracy of 99.62%, alongside precision, recall, F1-Score, and AUC metrics of 99.16%, 99.08%, 99.11%, and 99.99%, respectively. A comprehensive comparative analysis was conducted against MobileNetV2 and a reference model from previous research, highlighting the superior performance of LDPNet in terms of both accuracy and efficiency. The results demonstrate that the proposed architecture not only maintains high classification performance but also significantly reduces the number of parameters, making it a practical and scalable solution for plant disease identification. This study contributes to the growing field of agricultural technology by providing a robust, lightweight, and efficient tool for early disease detection, with the potential to enhance crop management and reduce economic losses in agriculture.
Why it matches plant phenotyping methods葉画像から植物病害を分類する軽量CNNを開発し、性能・効率を比較評価しており、植物の病害状態を取得する方法が研究の中心である。
abstractThis study proposes a lightweight Convolutional Neural Network model, inspired by the MobileNet architecture, designed to classify various plant leaf diseases efficiently.
Abstract Background and aims Plant volatile organic compounds (VOCs) change dynamically with plant development and in response to environmental conditions. However, their potential as non-invasive indicators of phenological progression remains poorly explored. In this study, we developed a framework integrating automated VOC sampling, time-resolved VOC profiling, and machine-learning analysis for the non-invasive assessment of plant phenology. Using soybean ( Glycine max (L.) Merr.), we investigated whether development-associated temporal variation in VOC emissions could delineate and predict developmental phases. Methods We collected VOCs daily under controlled environmental conditions from 16 to 43 days after sowing, spanning the transition from vegetative to reproductive stages, using an automated sampling system coupled with thermal desorption-gas chromatograph-mass spectrometer (TD- GC-MS). To characterise temporal changes in VOC profiles associated with phenological progression, we analysed the daily VOC data using a multi-step pipeline combining statistical filtering and similarity-based network analysis. We defined VOC-derived developmental phases from similarity patterns in the VOC profiles, then developed and evaluated machine-learning models to predict these phases. Key results Seven VOCs exhibited distinct phase-dependent dynamics, including green leaf volatiles and monoterpenes showing characteristic temporal changes during phenological progression. Network-based clustering of VOC profiles resolved five developmental phases closely aligned with conventional developmental stages. A machine-learning model predicted these phases from the VOC profiles with high predictive accuracy on independent test data, demonstrating that phenological progression could be quantitatively inferred from VOC emission patterns. Conclusions Our findings support VOC profiling as a reliable and non-invasive approach for assessing phenological progression in soybean. By extracting temporally structured VOC signals, this framework captures developmental information that may be difficult to obtain through visual observation alone, particularly after canopy closure. VOC profiling offers a practical tool for monitoring crop developmental dynamics and has broader potential for plant phenotyping and precision crop management.
Why it matches plant phenotyping methods自動VOCサンプリング、時系列VOCプロファイリング、機械学習を統合し、VOCから植物の発育段階を非破壊推定する方法を開発・評価しており、フェノタイピング手法が中心である。
abstractwe developed a framework integrating automated VOC sampling, time-resolved VOC profiling, and machine-learning analysis for the non-invasive assessment of plant phenology.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicThe peak area matrix obtained from the MS- DIAL analysis (Supplementary Dataset S1) was filtered to remove unreliable features.Open asset ↗lines:66-69Plant phenotyping relevance match · UnverifiedOpenAlex · checked 5 Sept 2026
Introduction Leaf shape is a genetically determined crop phenotype, and its accurate classification underpins soybean germplasm assessment and genetic improvement. Manual classification is highly subjective and struggles to distinguish morphologically similar leaves, while mainstream supervised classification demands large labeled datasets and incurs high development costs. Efficient feature frameworks for soybean leaf categorization are still insufficient. Methods In this study, 581 biologically replicated terminal leaflets sampled from 194 soybean varieties were analyzed at the single-leaflet level using traditional morphological indices and novel leaf contour angular features. Unsupervised K-means clustering was used to classify soybean leaflet morphological phenotypes; t-SNE was applied exclusively for dimensional reduction visualization, while Welch's ANOVA combined with Games-Howell post-hoc tests was adopted to detect inter-cluster phenotypic differences. Clustering stability and external consistency against manual visual labeling were further quantified via Adjusted Rand Index to comprehensively verify the reliability of grouping outputs. Results The results revealed no significant difference in leaflet edge complexity (p = 0.41) between two manually divided leaf groups distinguished by overall leaf outline similarity; these two morphologically similar leaf clusters failed to be fully separated even though the first two principal components accounted for 90.2% of total variance. For K-means clustering, k = 3 achieved better overall performance with a Calinski–Harabasz (CH) index of 395.55, Davies–Bouldin (DB) index of 1.03, and silhouette coefficient (SC) of 0.38, compared with k = 4. Nevertheless, the angular feature attained an F-value of 951.62 in driving sample reallocation across clusters, serving as the core indicator for fine subdivision at k = 4. Under k = 4 clustering, all six morphological indices differed significantly among the four groups (p < 0.05). Additionally, the number of cross-clustered samples increased from 66 to 119 as k rose from 3 to 4, with 96.6% of cross-clustering attributed to the leaflet contour angular feature. Discussion This research provides a novel reference and technical support for the automated identification and fine classification of soybean leaf morphology.
Why it matches plant phenotyping methods大豆小葉の形態表現型を角度特徴量とクラスタリングで自動分類する手法が研究の中心であり、検証指標も明示されているため。
abstractLeaf shape is a genetically determined crop phenotype, and its accurate classification underpins soybean germplasm assessment and genetic improvement.
The increasing world population necessitates new sustainable nutrient sources, making microalgae like Chlorella sorokiniana interesting due to its rich nutrient profile and sustainable cultivation methods. With genetic optimization tools like CRISPR/Cas9, microalgae as a nutrient source can be improved even further. However, degradation of the rigid cell wall of microalgae, and thereby developing protoplasts, is often necessary prior to transformation, but monitoring protoplast development in spherical, single-celled organisms like C. sorokiniana is challenging using bright-field microscopy. Carbotrace 480 and 630 were tested as fluorescent markers of the cell wall of a C. sorokiniana mutant for protoplast detection, and Carbotrace 480 was successfully used to distinguish protoplast from normal cells in a cell suspension. The enzymes Driselase, Glucanex, Snailase, and Saczyme were tested in different combinations to degrade the cell wall of the mutant, with Snailase as the most effective yielding ~60 % protoplasts. This study provides a quick and easy tool for monitoring protoplast development in the microalgae C. sorokiniana, the first step to improve C. sorokiniana as a sustainable nutrient source using genetic optimization tools like CRISPR/Cas9.
Why it matches plant phenotyping methods微細藻類の細胞壁状態とプロトプラスト形成を蛍光マーカーで識別する方法の開発・検証が研究の中心であり、植物状態の取得手法に該当する。
abstractCarbotrace 480 and 630 were tested as fluorescent markers of the cell wall of a C. sorokiniana mutant for protoplast detection, and Carbotrace 480 was successfully used to distinguish protoplast from normal cells in a cell suspension.
Abstract Deep convolutional networks now classify leaf images on curated benchmarks such as PlantVillage with accuracies close to the measurement ceiling of those datasets, which has shifted the open questions away from raw accuracy toward two under-reported issues: which components of a composite pipeline actually cause the result, and whether the components that matter on laboratory images are the same ones that matter on field photographs. We address both with a classification framework evaluated under a protocol that fixes every development decision before the independent test data are read. A Mask R-CNN stage localizes the dominant leaf, the accepted box is expanded by a validation-selected 5% margin and resized to a shared 224 by 224 input, and the same localized image is passed to ResNet50, InceptionV3, and MobileNetV2 together with an extractor that produces eighteen colour and shape descriptors. The forty-five class probabilities and eighteen descriptors form a sixty-three-dimensional input to a neural meta-classifier developed by three repetitions of stratified five-fold cross-validation. On a locked 3,101-image PlantVillage test partition of fifteen classes the framework reached 99.77% accuracy and 99.75% macro F1 with seven misclassifications, and a one-component-at-a-time ablation confirmed that every stage contributed. The same design was then trained and evaluated entirely within a separate thirteen-class PlantDoc field-image dataset, where it reached 90.03% accuracy and 89.40% macro F1. This is a within-PlantDoc experiment and not a controlled-to-field transfer test, so the figure measures how the pipeline behaves on field imagery rather than how a PlantVillage-trained model survives a domain shift. The central finding comes from running the identical ablation on both datasets: on clean images the ensemble breadth and descriptors provide the incremental gains, but under field conditions the ordering changes, and leaf localization and learned fusion become the decisive components. Removing localization cost 2.83 accuracy points and replacing the neural fusion with soft voting cost a further 2.08 points, the two largest effects on PlantDoc. The contribution is a controlled and transparent account of where each component of a localization-aware plant disease classifier earns its place, and of how that ordering shifts between laboratory and field acquisition.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定する分類パイプラインの開発・アブレーション検証が中心であり、単なる病害実験や routine measurement ではない。
titleA Localization-Aware Heterogeneous CNN Ensemble with Neural Meta- Fusion for Plant Disease Classification, with a Component Analysis on Laboratory and Field Images
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe classification subset used here (20,638 images spanning fifteen pepper-bell, potato, and tomato classes) was obtained from PlantVillage, which is openly accessible at https://www.kaggle.com/datasets/emmarex/plantdisease.Open asset ↗Kaggle · emmarex/plantdiseaselines:314-336Code / dataset availability confirmedbioRxiv · checked 5 Sept 2026
Biomolecular condensates that persist through cell division must be reorganized and inherited, yet it remains unclear whether subtle defects before division are associated with later organelle or growth phenotypes. We examined the Chlamydomonas reinhardtii pyrenoid, a liquid-like condensate that concentrates ribulose-1,5-bisphosphate carboxylase/oxygenase (Rubisco), the photosynthetic CO2-fixing enzyme. As part of the algal CO2-concentrating mechanism, the pyrenoid raises CO2 availability around Rubisco. We generated an RBCS1-mGold Rubisco reporter and developed an unsupervised image-analysis pipeline combining a convolutional autoencoder and a one-class support vector machine. Using 4,905 wild-type single-cell images, augmented 22-fold to 107,910 image instances, we defined the range of normal pyrenoid morphology. A combined machine-learning and visual screen of approximately 21,000 insertional mutants yielded 17 pyrenoid integrity mutants (pim1-pim17). Differential reconstruction-error maps highlighted local deviations from the wild-type reference, including phenotypes difficult to classify by eye. Four-dimensional live imaging showed defects in matrix dispersal, partitioning of Rubisco-containing foci, or pyrenoid recondensation in multiple pim strains. Growth assays identified broad defects and phenotypes that became more apparent as CO2 supply decreased. Insertion-site mapping nominated candidate loci, including STT7, which encodes a chloroplast kinase best known for regulating photosynthetic light harvesting. Independent STT7-edited lines lacked detectable STT7 accumulation and showed pyrenoid-region reconstruction-error patterns, supporting an association between impaired STT7 function and altered pyrenoid morphology. These findings show that unsupervised image screening can extend forward genetics to subtle pyrenoid phenotypes accompanied by mitotic remodeling or growth defects.
Why it matches plant phenotyping methods藻類細胞のピレノイド形態を対象に、画像解析と教師なし機械学習パイプラインを開発し、正常範囲の定義・変異体スクリーニング・検出性能の実証を行っており、表現型取得手法が研究の中心である。
abstractdeveloped an unsupervised image-analysis pipeline combining a convolutional autoencoder and a one-class support vector machine
Reproduction assets foundThe paper's custom machine-learning analysis scripts (CAE–OC-SVM pyrenoid screening pipeline) are explicitly stated to be publicly available on the authors' GitHub repository. Other data (microscopy files, anomaly scores) are only available upon request, so they do not qualify as public assets.Code · publicCustom scripts used for the machine-learning analyses are publicly available at https://github.com/Yamano-Lab/2025_Machine_Learning-based_screening .Open asset ↗Yamano-Lab/2025_Machine_Learning-based_screeninglines:103-119Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Field / plotLiDAR / point cloudStem / branchWhole plant / canopy / plot / fieldClassification2D/3D reconstructionSegmentationArchitecture / morphology / geometry
The separation of a forest plot into individual trees and the automatic extraction of their stem structures from terrestrial laser scanning data are complicated by dense stands, occlusions, and the diversity of biomorphological forms. Existing algorithms usually solve scene partitioning, voxel classification, and tree growing as independent tasks, which leads to error accumulation at subsequent processing stages. This paper proposes a unified model for spatial fragmentation and biomorphological forest segmentation comprising three interrelated stages: scene partitioning by estimated stem coordinates using a Voronoi diagram, probabilistic voxel- or point-level classification, and bottom-up tree growing guided by spatial connectivity and stem membership criteria. For the semantic module, tabular, volumetric, and point-based approaches are compared: gradient boosting with layer-by-layer inference, TabNet, a three-dimensional convolutional neural network, PointNet2, and two-stage pipelines in which gradient boosting builds an initial stem mask for subsequent neural segmentation. The experiment was conducted on 567 mixed-species trees. Considering both quality and computational performance, the {CatBoost; CNN3D} pipeline was selected as the preferred solution, achieving AUC = 0.9966 and IoU = 0.9831. The obtained results show that combining interpretable layer-by-layer classification with subsequent spatial analysis improves the quality of stem structure reconstruction, which is important for automatic forest inventory tasks.
Why it matches plant phenotyping methods地上レーザースキャンから個体樹木と幹構造を自動抽出する統合セグメンテーション手法を開発・比較しており、植物形態の取得が研究の中心である。
abstractThe separation of a forest plot into individual trees and the automatic extraction of their stem structures from terrestrial laser scanning data are complicated by dense stands, occlusions, and the diversity of biomorphological forms.
Tomato leaf diseases must be identified early and accurately in order to reduce output loss and advance sustainable agriculture. Deep learning models have shown encouraging results in the identification of plant diseases, but their high processing requirements and inability to adjust to field-specific limitations sometimes make it difficult to implement them in real-world applications. For the purpose of accurately and efficiently classifying tomato leaf diseases, we present a convolutional neural network based on AlexNet that is lightweight and field-aware. Our proposed model is designed with less complexity than traditional architectures and is able to perform inference faster without sacrificing accuracy, making it suitable for real-time implementation in low resource agricultural environments. The algorithm was trained and tested on a dataset of 7704 augmented images of tomato leaves from 7 different disease categories. The Lightweight AlexNet achieved accuracy comparable to VGG variants and outperformed deeper models such as ResNet (96.81%) with lower parameter overhead. It was trained from scratch using TensorFlow & Keras on 100×100 pixel inputs, achieving a training accuracy of 99.15% and a validation accuracy of 99.74%. Moreover, an effective structure of the model enables the installation on edge devices, which offers a scalable precision farming solution. Our work helps to bridge the gap between deep learning research and real-world application in agriculture, allowing the development of real-field, resource-efficient disease detection systems.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から分類する軽量CNNを開発し、精度・計算量・エッジ実装性を評価しており、植物フェノタイピング手法が研究の中心である。
abstractFor the purpose of accurately and efficiently classifying tomato leaf diseases, we present a convolutional neural network based on AlexNet that is lightweight and field-aware.
Plant diseases can reduce crop quality and productivity, making early detection an important aspect of modern agriculture. Recent advances in deep learning, particularly Convolutional Neural Networks (CNN), have shown promising performance in image-based plant disease classification. This study proposes an explainable deep learning approach for multi-class plant disease classification using ResNet50 and EfficientNetB0 combined with Grad-CAM visualization. The experiments were conducted using the PlantVillage dataset consisting of 15 classes of healthy and diseased plant leaves.The research process included image preprocessing, data augmentation, transfer learning, model training, performance evaluation, and explainability analysis. The dataset was divided into training and validation sets with a ratio of 80:20. Model performance was evaluated using accuracy, loss, confusion matrix, precision, recall, and f1-score metrics. Experimental results showed that ResNet50 achieved the best performance with an accuracy of 92% and a validation loss of 0.19, outperforming EfficientNetB0 which obtained 76% accuracy and 0.82 validation loss. The classification report demonstrated that ResNet50 provided more stable and consistent predictions across most disease classes. Furthermore, Grad-CAM visualization successfully highlighted disease-relevant regions such as lesions, discoloration, and damaged leaf areas, improving the interpretability of the CNN model. The findings indicate that the combination of ResNet50 and Grad-CAM is effective for plant disease classification and provides better explainability for deep learning-based agricultural applications.
Why it matches plant phenotyping methods植物葉の病害状態を画像から分類・可視化する深層学習手法が研究の中心であり、病徴領域の推定も評価しているため、植物フェノタイピング手法として採用。
abstractThis study proposes an explainable deep learning approach for multi-class plant disease classification using ResNet50 and EfficientNetB0 combined with Grad-CAM visualization.
To establish an accurate and interpretable prediction framework for soybean lodging grade and clarify the core regulatory traits and differentiated driving mechanisms of soybean lodging under high-density drip irrigation cultivation, 356 spring soybean germplasm accessions were used as experimental materials in this study. Morphological and mechanical traits including plant height (PH), stem pulling force (SPF), internode number (IN) and petiole length (PL) were measured over two consecutive years of field phenotyping. Two composite evaluation indices, plant height/stem pulling force ratio (PH/SPF) and plant height/internode number ratio (PH/IN), were further constructed. Four machine learning algorithms were adopted to develop multi-classification models for soybean lodging grade prediction. SHAP analysis combined with three global sensitivity approaches (perturbation analysis, Sobol’ method and Morris screening) was applied to decipher the regulatory patterns of key traits. The results showed that lodging grade significantly affected soybean grain yield and explained 25–28% of the phenotypic yield variation; yield reduction tended to plateau under severe lodging. Compared with single indicators such as SPF and PL, the two derived composite indices could stably distinguish soybean accessions with different lodging grades and exhibited stronger discriminatory power. Model comparison revealed that the XGBoost model achieved optimal prediction accuracy and generalization stability for lodging grade, with a weighted F1-score of 95.34% on the test set, significantly outperforming the conventional linear model. Interpretability analysis demonstrated that the PH/IN, PH, and PH/SPF acted as the primary positive traits promoting lodging, while SPF was the sole protective trait. Driving factors of lodging presented obvious gradient heterogeneity: mild lodging was dominated by the imbalance of plant architecture ratio, whereas severe lodging was governed by the cumulative effects of PH and IN. Strong interactions existed among all measured traits. The interpretable machine learning framework established in this study can provide theoretical support and technical references for lodging-resistant germplasm screening and targeted plant architecture regulation for densely planted soybean under drip irrigation systems.
Why it matches plant phenotyping methods大豆の倒伏状態を形態・力学形質から機械学習で推定し、モデル性能比較と解釈性解析を行う枠組みが研究の中心であり、単なる生物学的実験の routine 測定ではない。
abstractTo establish an accurate and interpretable prediction framework for soybean lodging grade and clarify the core regulatory traits and differentiated driving mechanisms of soybean lodging
Herbarium specimens are physical, verifiable records that form the basis of taxonomic knowledge and biodiversity research. Their large-scale digitization has produced extensive collections of high-resolution images and associated specimen metadata, creating conditions in which artificial intelligence (AI) can play an important role in plant taxonomy, collection management, and ecological research. Early AI applications have primarily focused on automated species identification based on individual specimen images. Although increasingly accurate, such approaches remain limited by their emphasis on single-specimen label prediction and by treating identification outputs as final analytical decisions. Recent methodological advances-including segmentation-based preprocessing, automated trait extraction, structured extraction of label data, detection of potentially misidentified specimens, and multimodal integration of visual, textual, and genetic information-extend AI applications beyond species identification toward broader analytical frameworks, encompassing taxonomic interpretation as well as ecological and biodiversity research. In these approaches, specimens are placed within a shared analytical space, and identification results are used to support comparisons across multiple specimens rather than being treated as final decisions for single individuals. This multi-specimen perspective enables quantitative examination of species boundaries, morphological variation, data inconsistencies, and taxonomic stability within curated collections. In this context, AI serves not as an ultimate decision-maker but as a decision-support tool embedded in expert-guided workflows and biodiversity knowledge infrastructures. These developments can be summarized as Integrative Taxonomic AI, an approach that employs learned morphospaces to interpret and refine taxonomic categories by integrating multimodal evidence and curated specimen data under expert guidance.
Why it matches plant phenotyping methods植物標本画像から形態形質を抽出するAI手法と統合的解析枠組みを中心に扱うレビューであり、植物表現型取得・抽出法との関連が明確。
abstractRecent methodological advances-including segmentation-based preprocessing, automated trait extraction, structured extraction of label data, detection of potentially misidentified specimens, and multimodal integration of visual, textual, and genetic information-extend AI applications beyond species identification
Abstract Purpose : The system for diagnosing diseases in Solanaceae crops (SolanAPP), including tomatoes, potatoes, peppers, and eggplants, represents a promising tool for supporting decision-making in agricultural fields using AI. This system reconciles the computational intensity of multitasking models with the infrastructural limitations of rural environments, thereby increasing digital literacy. Its architecture is based on two fundamental pillars: (i) autonomous, offline operation for the detection and classification of diseases in Solanaceae crops; (ii) a georeferenced epidemiological surveillance network with agricultural recommendations for crop monitoring. Methods : The core diagnostic process combines crop-specific semantic segmentation and disease classification models exported to TensorFlow Lite, enabling on-device visual inference and pixel-level severity estimation. An optional online layer integrates Groq’s large language model (LLM)-based reasoning and Firebase services to generate structured agronomic explanations and facilitate the creation of georeferenced community reports when a connection is available. Preprocessing and management of the dataset were performed using the Roboflow platform. The mobile app was developed natively in Kotlin. Model performance was rigorously evaluated using accuracy, recall, F1 score, mean IoU, mPA, inference latency, model size, and decision matrix. The optimal model for the crop was selected using Simple Additive Weighting (SAW). Finally, the overall framework quality and usability were evaluated in Cuba through a user validation survey using a 5-point Likert scale and aligned with the ISO/IEC 25010 software quality model. Results : The model that yielded the best results for most crops was DeepLabV3+ with MobileNetV2, which achieved a classification accuracy of over 97\% while operating with lower inference latency. Beyond individual diagnoses, the system incorporates a collaborative georeferencing feature that allows users to share observations and precise geographic coordinates of detected pathologies to facilitate regional epidemiological monitoring. The user satisfaction survey yielded a satisfaction rating of 4.5/5, with users highlighting the importance of offline diagnosis. Conclusion : Plant disease diagnosis using computer vision can support earlier intervention in resource-constrained agricultural settings, but practical deployment requires models that are accurate, lightweight, interpretable, and usable under limited connectivity. SolanAPP, an offline-first Android framework for detecting foliar pathologies in Solanaceae crops, not only establishes a framework for disease identification in complex natural environments but also provides a theoretical and practical foundation for automated agronomic treatment recommendations and community-based crop surveillance. Impact SolanAPP is a free framework that supports the synergy between multitask deep learning for offline disease diagnosis and LLM-driven reasoning for decision-making in the field. Beyond the quantitative metrics obtained from the selected models, the deployment of SolanAPP in rural contexts serves a fundamental socio-technical purpose: it acts as a catalyst for open access, digital literacy, and agronomic decision-making under unfavorable development conditions. It also represents a strong effort to foster a collaborative epidemiological surveillance network in the agricultural sector. Although it faces challenges, such as the use of field images for model training, this framework marks a promising step in the deployment of edge AI, balancing technical accuracy with practical utility.
Why it matches plant phenotyping methods植物病害を画像からセグメンテーションし、病害のピクセル単位の重症度を推定する手法と、オフライン実装・性能評価を中心とした研究であり、植物状態の計測方法が中核です。
abstractThe core diagnostic process combines crop-specific semantic segmentation and disease classification models exported to TensorFlow Lite, enabling on-device visual inference and pixel-level severity estimation.
Abstract Plant diseases represent major constraints on agricultural productivity, often resulting in significant yield losses. This study presents FitoView, a cloud-based mobile decision support system that integrates deep learning with real-time weather forecasting for sustainable plant disease management. Demonstrated through a case study on Cercospora leaf spot in chili pepper, the system employs custom YOLOv8 models for automated disease detection, classification, and pixel-level severity quantification, combined with meteorological data from the OpenMeteo API. The core innovation lies in an integrated decision matrix that considers three dimensions: AI-assessed disease severity, 48-hour climatic risk forecasts, and optimal spraying conditions, generating four contextualized management scenarios with tailored re-evaluation periods (3-10 days). OpenMeteo API validation across four cities in Sergipe demonstrated very strong correlations, with Pearson coefficients (r) of 0.90-0.97 for temperature, 0.81-0.95 for humidity, and 0.92-0.95 for solar radiation, corresponding to R² values of 0.65-0.94. The YOLOv8 object detection model achieved perfect precision (100%) and macro-averaged recall of 89% across all disease classes, with Cercospora leaf spot detection reaching perfect metrics (100% precision, recall, and F1-score). Field validation in Lagarto, Sergipe, confirmed the system’s practical use: it accurately detected Cercospora leaf spot, estimated severity, and, combined with climatic risk, generated recommendations for alternative treatment and short-term re-evaluation. The Progressive Web Application architecture, deployed on a Cloud Platform, ensures accessibility without installation requirements, while the modular design enables scalability to additional crops and diseases, representing a significant advancement toward democratizing AI-powered precision agriculture tools for smallholder farmers in Brazil.
Why it matches plant phenotyping methods植物病害の検出・分類と病斑のピクセルレベル重症度推定をYOLOv8で実装・検証したシステムであり、植物状態の取得・定量化が中心的な技術貢献です。
abstractThe core innovation lies in an integrated decision matrix that considers three dimensions: AI-assessed disease severity, 48-hour climatic risk forecasts, and optimal spraying conditions
Plant disease and plant stress early warning systems have advanced through deep learning, remote sensing, digital phenotyping, disease forecasting, and sensor networks. Detection accuracy, precision, recall, F1-score, and area under the curve remain indispensable, but they are insufficient for judging whether a warning can support timely and proportionate phytoprotection under field variability. This Mini Review argues that intelligent plant health warning systems should be evaluated not only as prediction models, but also as safety-relevant decision-support systems embedded in biological, agronomic, and operational contexts. We first relate AI-based detection to established plant disease forecasting and decision-support traditions, including weather-based models, epidemiological forecasting, and integrated disease management. We then adapt selected safety-assurance concepts, including risk assessment, failure mode and effects analysis, Bow-tie reasoning, warning-threshold governance, reliability analysis, resilience thinking, and response closure, to host-pathogen-environment warning chains. The proposed framework links AI or sensor outputs with pathogen biology, host susceptibility, environmental conduciveness, inoculum pressure, uncertainty assessment, risk classification, threshold decisions, human or automated verification, intervention, and feedback learning. Illustrative crop-pathogen scenarios, including wheat rust, rice blast, potato late blight, grapevine downy mildew, and citrus greening, show how safety assurance can complement existing forecasting and decision-support systems rather than replace them. The framework remains conceptual, and whether these added assurance functions improve existing warning systems requires comparative evaluation under field conditions. Future systems should be evaluated through detection performance and response-oriented indicators such as lead time, calibration, false-alert burden, missed-warning rate, response completion, disease suppression, economic value, and learning after field action.
Why it matches plant phenotyping methods植物病害・ストレスの検出を含む知的警戒システムについて、AI・リモートセンシング・デジタルフェノタイピング・センサーネットワークの評価枠組みを体系的に論じる方法論レビューであり、方法論が中心です。
abstractPlant disease and plant stress early warning systems have advanced through deep learning, remote sensing, digital phenotyping, disease forecasting, and sensor networks.
Plant diseases destroy 20–40% of global food production annually, posing a critical threat to food security for a projected population of 9.7 billion by 2050. Conventional diagnostic approaches relying on expert visual assessment are slow, costly, and unsuitable for modern agricultural scales. While deep convolutional neural networks demonstrated early promise, single-modality, image-centric systems consistently fail under real-world field conditions characterized by variable lighting, co-occurring infections, and cultivar diversity. This review synthesizes a decade of progress across four interconnected frontiers: the evolution of deep learning architectures for plant disease detection; the adaptation of foundation models including CLIP, SAM, and DINOv2 to agricultural contexts; the development of multimodal fusion frameworks integrating imagery, environmental, genomic, and hyperspectral data; and the transition from static disease diagnosis to descriptive comparison of reported metrics, which suggested that multimodal approaches frequently reported improved diagnostic performance relative to corresponding single-modality baselines, although direct cross-study comparison was limited by methodological heterogeneity. A systematic review following PRISMA guidelines identifies eligible comparative studies. Descriptive comparison of reported performance metrics across these studies indicated that multimodal approaches generally achieved higher accuracy and sensitivity than single-modality models, particularly for pre-symptomatic disease detection. Eight critical research gaps are identified, including the absence of a unified agricultural foundation model and limited climate-aware forecasting under non-stationary climate projections. A structured research agenda is proposed to accelerate translation from laboratory performance to globally equitable, field-deployable crop protection systems.
Why it matches plant phenotyping methods植物病害の画像ベース検出・予測手法を対象とする系統的レビューであり、植物の病徴・病害状態を観測から推定するフェノタイピング手法のレビューとして中心的です。
titleMultimodal Deep Learning and Foundation Models for Early Detection and Forecasting of Plant Diseases
Abstract In modern agriculture, it is essential to identify the early symptoms of plant diseases and to accurately maintain the productivity of the crop and reduce economic losses. Foliar diseases are a special concern in peach because they can cause yield as well as quality if not timely detected. Artificial intelligence, machine learning and deep learning are some of the advanced technologies that are gaining great importance in today's agriculture, especially with the image analysis applications. In this study, a deep learning method for automated detection and classification of three peach leaf diseases and healthy class was presented based on image data. The dataset were taken at different phenological and disease stages under temperate conditions in Kashmir with four classes Healthy, Leaf Curl, Shot hole and Rust. Three convolutional neural networks (CNNs) architectures were applied, VGG-16, ResNet 50 and Xception were trained using transfer learning and Inception-V4 was trained from scratch for a comparative study of the learning strategies. Data augmentation techniques were applied to improve generalization. Results show that all models were able to learn disease specific features well. The result of Inception-V4 was found to be highest with 97.50%, followed by ResNet-50 with 94.49%, VGG-16 with 92.04% and Xception with 75.95%. The results of transfer learning-based architectures were also good and competitive but the best results obtained from the Inception-V4 architecture reveal its capability in modelling complex visual patterns. The results highlight the potential of deep learning techniques for early detection of diseases in peach, supporting precision agriculture and better disease management.
Why it matches plant phenotyping methodsモモ葉の画像から病害症状を自動検出・分類する深層学習手法が研究の中心であり、植物の病害状態を直接推定しているため。
abstracta deep learning method for automated detection and classification of three peach leaf diseases and healthy class was presented based on image data.
Accurate and non-destructive assessment of drought stress is important for improving lettuce production and supporting timely crop management. This study presents a detection-guided deep learning framework for plant-level drought-stress assessment in hydroponically grown lettuce using bird’s-eye-view RGB images. The study further investigates whether canopy segmentation can improve classification performance by reducing irrelevant background information. The framework was evaluated using 2190 images collected across three independent cultivation cycles in which drought stress was induced by isolating the plant root zones from the nutrient solution. In the first stage, YOLO-based object detection was used to localize individual plants, with YOLO26m achieving the highest detection performance of 99.4% mAP@0.5. The detected regions were subsequently used as spatial prompts for zero-shot canopy segmentation using the Segment Anything Model (SAM), with SAM ViT-B achieving a mean IoU of 0.9864. Six convolutional, transformer-based, and hybrid classification architectures were then evaluated independently using YOLO-cropped and SAM-segmented plant images. Segmented inputs consistently improved classification performance, with MaxViT-S achieving the highest binary test accuracy of 96.3%. The framework further distinguished time-defined pre-stress, early-stress, and late-stress periods with an accuracy of 92.4%. Plant-level generalization was further assessed using six-fold leave-one-plant-out cross-validation, resulting in a mean test accuracy of 90.25 ± 1.78% on unseen plants. These findings demonstrate that RGB-based plant-level analysis can support non-destructive drought-stress assessment and that canopy segmentation improves classification by reducing background influence.
Why it matches plant phenotyping methodsRGB画像からレタス個体の乾燥ストレス状態を推定する検出・セグメンテーション・分類フレームワークを開発し、複数サイクル、未見個体、性能指標で検証しており、表現型取得手法が中心である。
abstractThis study presents a detection-guided deep learning framework for plant-level drought-stress assessment in hydroponically grown lettuce using bird’s-eye-view RGB images.
Potato, one of the world's most important staple food crops, is highly susceptible to various foliar diseases that significantly affect its productivity and pose a serious threat to food security, thereby contributing to economic losses and impacting farmers’ income. Therefore, early and accurate detection is essential. Conventional detection methods rely primarily on manual observation, which is time-consuming and requires specialized personnel. In this study, five convolutional neural network (CNN) architectures were evaluated for the automatic classification of potato leaf diseases, including pretrained models (ResNet50, MobileNet, and VGG16) and models trained from scratch (AlexNet and LeNet-5). The dataset was constructed by integrating and selecting images from publicly available Kaggle repositories, resulting in a total of 6,691 images distributed across five classes: early blight, late blight, potato leafroll virus (PLRV), mosaic virus (PVY), and healthy leaves. Multiple experiments were conducted by varying hyperparameters such as batch size, optimizers, and the number of training epochs. The results show that VGG16 achieved the best performance, with an accuracy of 99.87%, outperforming the other architectures. Additionally, a mobile application based on the optimal model was developed for real-time detection. These findings demonstrate the potential of deep learning for intelligent and scalable agricultural diagnostic systems.
Why it matches plant phenotyping methodsジャガイモ葉の病害状態を画像から自動分類するCNN手法を比較・評価し、最適モデルと実時間アプリを開発しており、植物表現型取得が中心である。
abstractfive convolutional neural network (CNN) architectures were evaluated for the automatic classification of potato leaf diseases
Background Global soybean production is constrained by scarce arable land, and standardized evaluation tools remain lacking for natural mixed saline-alkali stress, the predominant abiotic stress under field conditions. Objective This study aimed to establish a comprehensive saline-alkali tolerance evaluation system for soybean germplasms via integrated multivariate statistical methods, and screen core and auxiliary indicators for efficient germplasm identification. Methods Seventy-one soybean germplasms were tested under 90 mmol/L mixed saline-alkali stress (NaCl:Na 2 SO 4 :NaHCO 3 :Na 2 CO 3 = 1:9:9:1, pH 8.2) simulating natural saline-alkali soil. We quantified the saline-alkali tolerance coefficients (SATC) of 13 morphological and physiological indicators, followed by coefficient of variation (CV), principal component analysis (PCA), subordinate function, cluster analysis and regression modeling. Results Significant inter-germplasm variations in saline-alkali tolerance were detected, and indicators with CV > 0.35 ( e.g ., root length (RL), root fresh weight (RFW)) were screened as primary indices. PCA extracted five principal components with 87.18% cumulative variance contribution, and the integrated analytical pipeline categorized germplasms into five tolerance grades: eight highly tolerant, 24 moderately tolerant, 13 generally tolerant, 16 sensitive and 10 highly sensitive accessions. A high-precision prediction model was constructed ( D = 0.290 X 1 - 0.026 X 2 + 0.438 X 3 + 0.402 X 4 + 0.180 X 5 + 0.153 X 6 + 0.813 X 7 - 1.123; R 2 = 0.998, where X 1 - X 7 represent the SATC of germination rate (GR), RL, RFW, total fresh weight (TFW), shoot dry weight (SDW), root dry weight (RDW), and total dry weight (TDW), respectively). A Chi-squared Automatic Interaction Detection (CHAID) decision tree model was further developed and validated using 10-fold cross-validation, yielding a cross-validation risk value of 0.003, which was comparable to the resubstitution risk value (0.002), indicating good generalization ability and low risk of overfitting. A novel five-dimensional overlapping analysis identified RFW as the core evaluation indicator, with RDW, TFW and R/S as key auxiliary indicators. Conclusion This study delivers a standardized, reproducible technical framework for large-scale screening of saline-alkali-tolerant soybean germplasms. It facilitates global saline-alkali land utilization, accelerates worldwide soybean stress-tolerance breeding, and provides a transferable paradigm for stress tolerance evaluation in other major crops.
Why it matches plant phenotyping methodsダイズの耐塩・耐アルカリ性を評価するための形態・生理形質の統合評価体系、予測モデル、指標選定、交差検証を中心的に開発・検証しており、再利用可能な植物表現型評価手法に該当する。
abstractThis study aimed to establish a comprehensive saline-alkali tolerance evaluation system for soybean germplasms via integrated multivariate statistical methods, and screen core and auxiliary indicators for efficient germplasm identification.
Accurate long-term monitoring of winter wheat phenology is important for crop growth assessment and irrigation management, but 30 m Landsat-based phenology retrieval remains challenging because of sparse observations, cloud contamination and sensor differences. This study developed and evaluated an integrated Landsat-based workflow for monitoring winter wheat phenology in the People’s Victory Canal (PVC) Irrigation Area of northern Henan and the Alar Irrigation Area of southern Xinjiang from 2000 to 2024. Winter wheat areas were mapped using temporally stacked NDVI/EVI features and a CART classifier. Vegetation-index trajectories were reconstructed using locally adjusted cubic-spline capping combined with Savitzky–Golay filtering, and green-up, jointing, heading and maturity were extracted using threshold- and derivative-based detection. The CART-based mapping achieved an overall accuracy of 89.51%, with higher accuracy in Alar (91.45%) than in PVC (84.35%). Compared with S-G-only, Whittaker and TIMESAT-like approaches, LACC + S-G reduced phenological-date errors, especially for green-up and maturity, with RMSE values within 3.1 d against agro-meteorological observations. Phenological stages generally occurred later in Alar than in PVC, and spatial autocorrelation confirmed significant clustering. Agro-meteorological analysis suggested stronger thermal associations in PVC and stronger moisture-related associations in Alar. These results provide practical 30 m phenological information for regional winter wheat monitoring and irrigation scheduling analysis.
Why it matches plant phenotyping methodsLandsat時系列から冬コムギの生育ステージを抽出するワークフローを開発し、複数手法との比較および農業気象観測による精度検証を行っており、植物フェノタイピング手法が研究の中心である。
abstractThis study developed and evaluated an integrated Landsat-based workflow for monitoring winter wheat phenology
Lodging is a major yield-limiting factor in soybean, but efficient large-scale phenotyping and genetic dissection of this complex trait remain challenging for breeding programs. To bridge this gap, this study developed an integrated, breeding-oriented framework that links UAV-based high-throughput phenotyping with candidate gene identification. Field experiments involving 741 diverse soybean genotypes were conducted over two years, with UAV remote sensing performed at key reproductive stages (from R5 to R7). We identified UAV-derived structural (relative plant height), textural (homogeneity, dissimilarity, correlation), and spectral (NDVI, EVI, NDRE) features as the most sensitive indices for retrieving lodging severity. The fusion of these complementary features, coupled with the XGBoost algorithm, achieved high classification accuracy (0.81–0.92) across genotypes, growth stages, and years. This reliable phenotyping pipeline enabled the precise selection of contrasting genotypes (lodging-resistant vs. lodging-prone) for transcriptomic analysis. Transcriptome sequencing revealed 13,447 differentially expressed genes, with significant enrichment in phenylpropanoid and starch–sucrose metabolic pathways. Moreover, the haplotype analysis within a natural population identified superior allelic variants of two candidate genes ( Glyma.19G249100 and Glyma.05G142200 ) significantly associated with soybean lodging resistance. This work can effectively bridge the gap between scalable field phenotyping and the discovery of functionally validated breeding targets, providing an efficient and translational framework to accelerate the development of lodging-resistant soybean varieties.
Why it matches plant phenotyping methodsUAV画像・リモートセンシング特徴量とXGBoostを統合し、ダイズの倒伏重症度を大規模に推定・検証する育種向け表現型解析パイプラインが研究の中心である。
abstractthis study developed an integrated, breeding-oriented framework that links UAV-based high-throughput phenotyping with candidate gene identification
Early detection of latent fungal decay caused by Penicillium italicum(P. italicum) and Penicillium digitatum(P. digitatum) remains challenging due to the absence of visible symptoms. In this study, a Vis-NIR hyperspectral imaging framework was developed to characterize early biochemical alterations in navel oranges. To address sample scarcity, a generative modeling approach (WGAN-GP) was employed to capture the intrinsic physiological variability of infected tissues. The successive projections algorithm (SPA) identified 20 key wavelengths associated with water redistribution (OH), carbohydrate depletion (CH), and chlorophyll degradation. These wavelengths were expanded into continuous ROI windows (W = 17), enabling integration of narrow-band pigment signals and broad-band absorptions related to water and carbohydrates via a multi-scale mixture-of-experts (MS-MoE) network. The framework achieved a classification accuracy of 97.10% and an F1-score of 0.9666. These results demonstrate that specific spectral absorption windows can serve as reliable, chemically interpretable spectral biomarkers for detecting early pathological changes in citrus fruit.
Why it matches plant phenotyping methodsVis-NIRハイパースペクトル画像と解析モデルを開発し、柑橘果実の初期病変をスペクトル特徴から推定する方法が研究の中心であるため、植物病害表現型の計測手法として含める。
abstracta Vis-NIR hyperspectral imaging framework was developed to characterize early biochemical alterations in navel oranges.
Background and aims Phytolith analysis is widely applied in palaeoecological and archaeological research, but its interpretive strength depends on the availability of robust modern reference collections. This study expands the modern Australian phytolith reference collection by analysing 42 native plant species representing 24 families and 37 genera with emphasis on silicification patterns across major growth forms, including forbs, shrubs, trees, and C3 grasses. Methods Phytoliths were extracted from available plant parts, including leaves, stems, flowers, seeds, seed pods, cones, and roots, depending on sample availability. Morphotypes were identified following ICPN 2.0, with grass silica short cell phytoliths (GSSCPs) further classified by shape and size to examine subfamily-level patterns. Phytolith morphotype percentage data were analysed using Hellinger transformation, PerMANOVA, PCA, LDA, and hierarchical clustering to assess compositional differences among plant growth forms and grass subfamilies. Key results Phytolith production varied strongly among growth forms and plant parts. Grasses were abundant producers, whereas most forbs, shrubs, and trees were trace producers or non-producers. Leaves were the most consistent source of phytoliths, while seeds and seed pods were predominantly non-producers. Grass silica short-cell phytolith (GSSCP) morphotypes showed clear subfamily-level differentiation. Pooideae produced Rondel morphotypes. Danthonoideae produced Rondel as well as wide Bilobate types. Panicoideae and Oryzoideae exhibited a pronounced Bilobate signature, commonly associated with Polylobate and Cross forms. Non-grass taxa (woody, shrubs, and forbs) were dominated by Spheroids, Tracheary elements, Epidermal, and Polygonal sheets and other non-diagnostic forms. Phytolith assemblages differed significantly among plant families, with Poaceae uniquely producing GSSCPs, while non-grass families showed greater overlap in assemblage composition. Conclusion By expanding taxonomic and anatomical coverage, this study strengthens the capabilities of phytoliths in the reconstruction of grasslands and in general paleo vegetation in Australia, especially where other proxies such as pollen are limited.
Why it matches plant phenotyping methods植物部位の珪酸体を抽出・形態分類し、成長形態やイネ科亜科を識別する現代参照コレクションを構築しており、植物形質の取得・判別手法が研究の中心である。
abstractThis study expands the modern Australian phytolith reference collection by analysing 42 native plant species representing 24 families and 37 genera with emphasis on silicification patterns across major growth forms
Reproduction assets foundThe authors explicitly state that the R scripts used for data analysis and figure generation are publicly available on their GitHub repository, which directly reproduces this paper's phytolith statistical analyses (PCA, LDA, PerMANOVA, clustering, plots). Supplementary data files contain the paper's measurements but noCode · publicntification of all plant specimens collected for this
study.
A
14 FUNDING
M
15 Funding for this study was provided by ARC Discovery grant DP210100508 and a Ph.D.
D
16 fellowship (UQGSS) to MH.
TE
17 DATA AVAILABILITY
18 The R scripts used for data analysis and figure generation are publicly available on GitHub
EP
19 repository: https://github.com/Manoshi-sporo/Australian-Phytolith-Reference-Collection.
20 CONFLICTS OF INTEREST
CC
21 The authors declare no competing financial or commercial interests.
A
22 AUTHOR CONTRIBUTIONS
23 MH: writing original draft, conceptualization, software, investigation. AC: Supervision, Writing -
24 Review and editing, FM: Supervision, Writing-Review and editing.Open asset ↗Manoshi-sporo/Australian-Phytolith-Reference-Collectionpdf-layout-page:34 lines:1-87Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Plant diseases remain a threat to global agricultural productivity, food security and livelihoods, especially in developing countries where the availability of experts in agriculture is still limited. The recent progress in AI, particularly deep learning and computer vision, has ushered in new possibilities for automated plant disease diagnosis, especially for plant image-based systems. This paper provides a systematic review of the deep learning methods employed for plant disease diagnosis, highlighting CNN-based methods, the application of transfer learning, explainable AI (XAI) methods and deployment issues. In the framework of PRISMA 2020, the relevant peer reviewed literature from 2016 to 2025 was systematically identified, screened and analysed on the most important academic databases. The review compared some of the most popular architectures such as GoogLeNet, DenseNet-121, MobileNetV2, EfficientNet, Attention-CNNs and Vision Transformers. Results showed very high classification accuracy in controlled lab conditions with DenseNet-121 achieving ~99.75% accuracy with good computational efficiency. But it also revealed a big gap between the lab and the field, mainly due to environmental variations, domain shifts, and dependence on datasets. Some innovative and emerging technologies like explainable AI, hyperspectral imaging, few-shot learning, and lightweight mobile architectures showed promise of enhancing the interpretability, early detection of disease, and the use of smart phones in low-resource agricultural settings. In conclusion, the study suggests that in order to be implementable in the field, future intelligent agricultural diagnosis systems must be able to balance predictive accuracy, explainability, computational efficiency and field adaptability. The results enrich the existing knowledge on precision agriculture and serve as useful information for researchers, agricultural technologists, and policymakers working on the creation of AI-based systems for crop protection.
Why it matches plant phenotyping methods植物病害を画像から診断する深層学習手法を体系的に比較・レビューしており、植物の病徴・病害状態の推定方法が中心である。
abstractThis paper provides a systematic review of the deep learning methods employed for plant disease diagnosis
Introduction Accurate classification of unsound wheat kernels is important for automated grain quality assessment, but improved recognition performance often comes at the cost of increased model complexity. Methods This study presents ECA-ModNet, a parameter-efficient convolutional network derived from EfficientNetV2-S. The architecture replaces two early-stage Fused-MBConv blocks with Mod-FusedMBConv blocks to introduce input-dependent local contextual modulation and replaces the squeeze-and-excitation modules in later stages with efficient channel attention to model local cross-channel interactions using fewer attention-related parameters. Experiments were conducted on the seven-class G600 wheat subset of the GrainSpace dataset. Results Across three independent runs, ECA-ModNet achieved an accuracy of 90.17 ± 0.21% and a macro-F1 score of 90.23 ± 0.21%, improving upon EfficientNetV2-S by 3.80 and 3.84 percentage points, respectively. The parameter count decreased from 20.19M to 16.49M, while FLOPs increased marginally from 2.90G to 2.95G. ECA-ModNet achieved accuracy statistically comparable to that of ConvNeXt-Tiny and InceptionNeXt-T while using substantially fewer parameters, and obtained 3.03-4.55 percentage points higher mean accuracy than six lightweight baselines. Discussion Ablation experiments identified two Stage 1 Mod-FusedMBConv blocks with a 3×3 context kernel as the configuration with the highest mean accuracy among those evaluated. These results indicate that ECA-ModNet offers a favorable accuracy-parameter trade-off for image-based classification of unsound wheat kernels.
Why it matches plant phenotyping methods小麦粒の状態(unsound kernel)を画像から分類するためのCNNを開発・比較・アブレーション評価しており、植物器官の状態推定手法が研究の中心である。
abstractThis study presents ECA-ModNet, a parameter-efficient convolutional network derived from EfficientNetV2-S.
Reproduction assets foundThe paper analyzes the public GrainSpace dataset (G600 seven-class unsound wheat kernel subset) and provides an explicit data availability statement with a public GitHub URL. No author analysis code or trained model deposit is stated.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://github.com/hellodfan/GrainSpace .Open asset ↗hellodfan/GrainSpacelines:1035-1076Plant phenotyping relevance match · UnverifiedCrossref · checked 5 Sept 2026
Abstract Visual assessments of growing forest nursery plants are time-consuming and often result in a lack of information at a physiological level. There exists a need for health screening in nurseries, that is fast and efficient, to improve overall health monitoring and nursery productivity. Rapid handheld sensors such as rapid thermal devices, leaf porometers and moisture meters, can provide regular information at a physiological level, that can improve the understanding of the impact of stress on young plant cuttings and their decline in health over time. This paper evaluates the utility and reliability of contemporary sensor technologies, to operationally monitor stress phases in juvenile forest plant cuttings during progressive moisture (dry-down) conditions. Furthermore, to assess whether thermal sensors could be used as an indicator, in conjunction with other variables such as soil water content or stomatal conductance, is needed operationally for fast screening during limited planting windows. Near Infra-Red Analysis (NiRA) data was collected to understand detailed plant functions at a finer reflectance level. A relationship was found where the increase in thermal signals reflects a depletion of water content, resulting in an eventual decline in stomatal conductance and, ultimately, plant mortality. Several algorithms were used in a preliminary test, using RapidMiner software, to discriminate between the four phases of plant health decline using physiological variables and NiRA data. Both Gradient Boosting Trees (GBT) and Deep Learning (DL) showed the best performances, achieving favourable accuracies of 96.8% and 91.2% without NiRA data, 84.6% and 88.2% with NiRA data, with shorter training times. Using thermal technology weighted amongst the highest of the best performing variables using GBT, the utility and accuracy showed good discrimination between the stages of plant decline and is encouraged for future research in this field.
Why it matches plant phenotyping methods植物のストレス段階を熱センサー、ポロメータ、含水率計、NiRAおよび機械学習で測定・識別する方法の有用性と信頼性を評価しており、表現型取得・判定手法が中心である。
abstractThis paper evaluates the utility and reliability of contemporary sensor technologies, to operationally monitor stress phases in juvenile forest plant cuttings during progressive moisture (dry-down) conditions.
Image-based plant disease identification is essential for advancing smart agriculture, particularly for staple crops such as rice and economically significant crops such as tea, which are cultivated under complex environmental conditions. Furthermore, these crop groups present distinct challenges: rice leaf disease data typically exhibits clear pathological structures but necessitates large-scale deployment on resource-limited devices, whereas tea leaf disease data is complicated by variable lighting, diverse backgrounds, and high biodiversity. Although current deep learning models achieve high accuracy, they predominantly utilize deep convolutional neural network (CNN) architectures with millions of parameters, which hinders practical deployment on edge devices and increases the risk of overfitting when field data is scarce. In response, this study introduces DisQuan, a hybrid architecture that integrates classical deep learning with quantum machine learning (QML) to balance accuracy and resource efficiency. In particular, DisQuan combines the lightweight DisNet feature-extraction network with a variablequantum neural network to compress and refine feature representations in quantum space, yielding a model with only 0.09 million parameters. Experimental results on rice and tea leaf disease datasets indicate that DisQuan achieves the highest accuracy on the rice dataset and performance comparable to deep CNN models with significantly more parameters on the tea dataset, while maintaining a compact and stable structure. Overall, these findings suggest that DisQuan provides a practical compromise between performance and model complexity, and highlight the potential of quantum-classical hybrid architectures for plant disease detection in real-world agricultural settings and on resource-constrained devices.
Why it matches plant phenotyping methods植物葉の病害状態を画像から識別する量子・古典ハイブリッド手法を開発し、複数データセットで性能とモデル規模を評価しており、表現型取得・推定が中心である。
abstractExperimental results on rice and tea leaf disease datasets indicate that DisQuan achieves the highest accuracy on the rice dataset and performance comparable to deep CNN models with significantly more parameters on the tea dataset
In Nigeria, maize is the most widely cultivated grain, largely supporting food security for about half of the population. Research has indicated that there is annual production is declaiming to approximately 50% in maize, this is due to crop diseases and pest damage. This research presents a deep learning surveillance system for crop disease prediction and pesticides recommendations based on a DenseNet-121 architecture for continuous video streams. The research was evaluated on a curated field dataset collected from three states in Nigeria; Adamawa, Borno, and Taraba State. The system achieved a mean accuracy of 98.2% and a mean F1-score of 0.982. The results reflect a strong discriminative capacity across the diverse textural maize diseases.
Why it matches plant phenotyping methodsトウモロコシの病害状態を映像から推定する深層学習手法の開発・評価が中心であり、植物病害表現型の画像ベース計測に該当する。農薬推薦も含むが、病害分類性能が明示的に評価されている。
abstractThis research presents a deep learning surveillance system for crop disease prediction and pesticides recommendations based on a DenseNet-121 architecture for continuous video streams.
Manual inspection of grain plant leaves for defects is subjective and labor-intensive. Few studies have compared deep learning methods on a combined multi-crop dataset. The study collected locally 5,640 leaf images from rice, maize, and guinea corn farms in Nigeria and grouped them into six classes representing defective and healthy leaves for each crop. Three models were trained: YOLOv8 for end-to-end detection and classification, EfficientNetB0 for standalone image classification, and a hybrid that used YOLOv8 for leaf detection followed by EfficientNetB0 for patch classification. The hybrid achieved 99.85% accuracy on the test set, slightly above EfficientNetB0 (99.82%) and YOLOv8 (mAP 0.995). The hybrid also supplies bounding box locations, helping farmers identify exactly where damage appears. This system offers a reliable, field-deployable tool for monitoring grain crop health.
Why it matches plant phenotyping methods穀物葉の健全・欠損状態を画像から検出・分類する深層学習システムの開発とモデル比較が中心であり、植物の病害・損傷状態を直接推定するため、植物フェノタイピング手法に該当する。
abstractManual inspection of grain plant leaves for defects is subjective and labor-intensive.
Rice seed vigor is a key determinant of germination performance and final crop yield, making its rapid and non-destructive assessment essential for seed quality evaluation. Conventional vigor detection methods are often destructive, labor-intensive, and time-consuming. Hyperspectral imaging provides a promising non-destructive alternative, but hyperspectral data are typically high-dimensional, redundant, and susceptible to noise and scattering interference. Moreover, existing models still have limited ability to discriminate subtle spectral differences among seed vigor levels. To address these challenges, this study proposes a gated recurrent unit (GRU)-guided closed-loop CNN-Transformer network (GCT-BCLN) for accurate, non-destructive identification of rice seed vigor. The model establishes bidirectional information flow between CNN and Transformer via the GRU, enabling dynamic and synergistic optimization of local spectral features and global spectral representations. In addition, a combined preprocessing strategy integrating adaptive iteratively reweighted penalized least squares (AirPLS), Savitzky-Golay (SG) smoothing, and multiplicative scatter correction (MSC) was adopted to improve spectral quality. Experimental results showed that GCT-BCLN achieved a test accuracy of 0.9795 for hybrid indica rice, outperforming the CNN-Transformer fusion model by 1.37%. The model also achieved accuracies of 0.9793 and 0.9758 on conventional japonica rice and glutinous japonica rice, respectively, showing consistent performance across the three evaluated variety-specific datasets under the controlled experimental protocol. These results support the feasibility of GCT-BCLN for laboratory-scale, non-destructive discrimination of aging-induced rice seed categories under controlled conditions, while practical application requires further external validation.
Why it matches plant phenotyping methodsイネ種子の活力という植物状態を、ハイパースペクトル画像と新規深層学習モデルで非破壊推定する手法開発が研究の中心である。
abstractthis study proposes a gated recurrent unit (GRU)-guided closed-loop CNN-Transformer network (GCT-BCLN) for accurate, non-destructive identification of rice seed vigor.
Drought stress severely limits foxtail millet yield and quality, yet current drought-resistance indices are exclusively yield-oriented and ignore grain-filling quality. Our two-year (2024–2025) experiments with 24–48 varieties revealed that yield and blighted grain rate (BGR) are partially decoupled (e.g., Zhangzagu 18: yield 2307 kg/ha, BGR 0.444; Zhonggu 19: yield 1622 kg/ha, BGR 0.280). We therefore constructed the Yield–Quality Synergy Index (YQSI = DYI − BGR), which penalizes varieties with poor grain filling. The YQSI tied for first place with DYI in comprehensive screening performance and achieved the highest inter-annual stability (Spearman ρ = 0.823, Jaccard = 0.438, composite score = 1.261). Sensitivity analysis confirmed robustness of the equal-weight formula across a 4-fold range of quality-penalty weights. Six strongly drought-resistant germplasms with balanced yield and quality were identified. Using UAV multimodal data (RGB, multispectral, and thermal infrared) acquired during grain filling, a Random Forest model predicted a YQSI with overall R2 = 0.819 and an F1 score of 0.933 for variety screening. Feature-importance analysis highlighted NDVI, WDRVI, and red-edge texture as key predictors. This study provides a quality-constrained drought-resistance evaluation framework and demonstrates the potential of UAV-based high-throughput phenotyping for foxtail millet breeding.
Why it matches plant phenotyping methodsUAVのRGB・マルチスペクトル・熱赤外データから干ばつ耐性指標を予測する高スループット表現型解析手法が研究の中心であり、モデル性能も評価している。
abstractUsing UAV multimodal data (RGB, multispectral, and thermal infrared) acquired during grain filling, a Random Forest model predicted a YQSI with overall R2 = 0.819 and an F1 score of 0.933 for variety screening.
Introduction Applying general-purpose vision-language models (VLMs) to crop disease diagnosis presents three critical bottlenecks: reliance on large-scale annotated data, the high computational cost of full finetuning, and existing adaptation methods designed mainly for discriminative classification without sufficient visual-linguistic interaction for generative diagnosis. Methods We propose BLAP, an adaptive multi-scale visual prompt fine-tuning framework built upon BLIP-2. BLAP introduces an adaptive visual prompt fusion module (APFM) with learnable prompt vectors and a gating mechanism, together with a multi-scale pyramid feature fusion module (PFM). All BLIP-2 backbone parameters are frozen, and only 0.11% of the model parameters are optimized. Results On a few-shot dataset comprising 990 images from 11 crops and 33 disease categories, BLAP achieved 92.78% recognition accuracy, outperforming the BLIP-2+LoRA baseline by 21.67 percentage points. BLEU-4 and ROUGE-L scores reached 0.6507 and 0.7184, respectively, while inference latency increased by only 2.15%. Discussion BLAP provides a lightweight solution that balances accuracy, efficiency, and interpretability for crop disease diagnosis in resource-constrained settings. The proposed dynamic prompt fusion and multiscale pyramid adaptation strategy may also be extended to parameter-efficient fine-tuning of visionlanguage models in other domain-specific applications.
Why it matches plant phenotyping methods作物病害画像から病徴・病害状態を推定する視覚モデル適応手法BLAPの開発と評価が中心であり、植物病害フェノタイピング手法に該当する。
abstractWe propose BLAP, an adaptive multi-scale visual prompt fine-tuning framework built upon BLIP-2.
Reproduction assets foundThe paper's few-shot crop disease dataset (990 images, 11 crops, 33 classes) is compiled entirely from four public Mendeley Data image repositories, each cited in Table 1 as the data source for specific crop/disease classes. These are the plant image inputs directly used for this paper's phenotyping/analysis. No authorDataset · publicncluding laboratory and field environments (Approximately 45% of them were captured in field environments), to enhance sample representativeness and model robustness.
Table 1
The number of collected diseases or healthy image data for each crop.
Crop
Disease
No. of images
Collection conditions
Data source
Apple
Apple scab
30
Lab
https://data.mendeley.com/datasets/tywbtsjrjv/1
Cedar apple rust
30
Lab
https://data.mendeley.com/datasets/tywbtsjrjv/1
Healthy
30
Lab
https://data.mendeley.com/datasets/tywbtsjrjv/1
Cashew
Healthy
30
Lab
https://data.mendeley.com/datasets/8fr7grr73p/1
Leaf miner
30
Lab
https://data.mendeley.com/datasets/8fr7grr73p/1
Red rust
30
Lab
https://data.mendeley.com/datasets/Open asset ↗lines:37-116Plant phenotyping relevance match · UnverifiedCrossref · checked 5 Sept 2026
This study investigates the automatic classification of crop phenological stages from low-altitude UAV RGB imagery. The dataset included 11,489 images of five crops: sunflower, rapeseed, soybean, wheat, and barley. The images were annotated using the Biologische Bundesanstalt, Bundessortenamt und Chemische Industrie (BBCH) scale, with labels corresponding to either single stages or stage ranges to reflect heterogeneous field conditions and transitional crop states. A pretrained ResNet18 model was adapted to the task using transfer learning. Training was conducted in two stages: first, the classification head was optimized while the backbone remained frozen; second, the entire network was fine-tuned. The model achieved strong internal test accuracy across all crops, with 100% test accuracy for rapeseed and barley, more than 99% for the remaining crops, and a mean accuracy of 99.73% under the studied survey conditions. The results also compare favorably with previously reported studies on UAV-based phenological classification. Overall, the findings support the potential of low-altitude UAV imagery and deep learning for localized phenological assessment of selected field zones in precision agriculture, while broader deployment requires validation across independent fields, seasons, regions, and survey conditions.
Why it matches plant phenotyping methodsUAV画像と深層学習により作物の生育(フェノロジー)段階を自動推定する手法が研究の中心であり、植物状態の取得・分類に直接関わる。
abstractThis study investigates the automatic classification of crop phenological stages from low-altitude UAV RGB imagery.
Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 15 Sept 2026
Summary Understanding how plant populations respond to environmental variation through functional leaf traits remains challenging due to limitations of traditional phenotyping approaches. Hyperspectral reflectance offers a powerful high‐throughput solution, simultaneously capturing leaf biochemistry, water content, and structural properties across hundreds of wavelengths. We present a framework combining hyperspectral data, inverse modeling, and network analysis to investigate population‐level variation in Streptanthus tortuosus . Using a common garden experiment with four populations, we apply supervised methods (partial least square discriminant analysis; ridge regression) to identify which spectral features differ among populations, and an unsupervised spectral network approach to characterize how wavelength correlations are organizationally structured within each population, where we treat coordination architecture itself as a population‐level phenotype that can vary with environment. The framework detects distinct, heritable spectral signatures across populations, population differences in anthocyanins, carotenoids, Chl, water content, and population‐specific network architectures. Thermally variable environments were associated with greater spectral modularity, demonstrating that trait coordination architecture varies with climate of origin. This approach addresses the phenotyping bottleneck in evolutionary ecology, providing a scalable, high‐throughput tool for characterizing genetically based population differences in both individual traits and their coordination, with broad applications for monitoring plant population responses to climate change.
Why it matches plant phenotyping methodsハイパースペクトル計測、逆モデリング、ネットワーク解析を統合し、葉の機能形質と形質協調構造を植物表現型として抽出する手法が研究の中心である。
abstractHyperspectral reflectance offers a powerful high‐throughput solution, simultaneously capturing leaf biochemistry, water content, and structural properties across hundreds of wavelengths.
Field / plotMultispectral / hyperspectralClassificationGrowth / time-series analysisGrowth / development / phenology
Aquatic plants are vital for lake ecosystem functioning and water-quality stability, yet their community dynamics and phenology rhythms remain insufficiently understood, due to the lack of effective strategies for fine-scale species mapping and phenology extraction. In this study, based on Sentinel-2 MSI imagery, we developed an integrated framework combining machine learning and a priori ecological knowledge to quantify the spatiotemporal changes in aquatic plant distribution, species composition and phenological dynamics for eight dominant species in five regulating lakes along the Eastern Route of the South-to-North Water Diversion Project in China. Results showed that the proposed framework enabled accurate aquatic plant identification, achieving an overall classification accuracy of 96.16% and over 90% accuracy for each species. Since 2016, aquatic vegetation coverage has substantially declined in most lakes, mainly due to the retreat of submerged vegetation. Community structure has shifted from submerged-plant dominance to emergent and floating-leaved dominance in two of them. Phenologically, we found that most aquatic vegetation exhibited a longer growing season, characterized by earlier growth onset (-0.28 days/year) and peak timing (-0.67 days/year) and delayed senescence (0.54 days/year). Correlation analysis indicated that aquatic vegetation dynamics was associated with climate variation, nutrient enrichment, turbidity, and water diversion, with warming and solar radiation likely promoting the growth of some emergent species, while nutrient enrichment and turbidity could be linked with submerged vegetation decline and earlier phenological shifts. Overall, this study provides an effective framework for species-level mapping and phenological monitoring of aquatic vegetation, offering valuable support for the management and conservation of lake ecosystems.
Why it matches plant phenotyping methodsSentinel-2画像と機械学習等を統合した、植物種分布・構成・フェノロジーを抽出する手法を開発し、精度検証と大規模適用を行っているため、植物フェノタイピング手法が中心である。
abstractwe developed an integrated framework combining machine learning and a priori ecological knowledge to quantify the spatiotemporal changes in aquatic plant distribution, species composition and phenological dynamics for eight dominant species in five regulating lakes
Efficient facility-scale tomato ripeness monitoring remains difficult in greenhouses where uneven terrain limits conventional wheeled and rail-guided platforms and planar cameras provide restricted coverage. This study developed a wheel-legged quadruped monitoring system integrating LiDAR, a depth camera, and a panoramic camera. An adaptive gait-switching strategy supported navigation across heterogeneous terrain. Panoramic images were projected into six perspective views, and the left and right views were processed using a YOLOv8-based ripeness recognition model. Time-synchronized detections and robot poses were fused to map ripeness observations into three-dimensional greenhouse coordinates. Five field experiments in a commercial tomato facility demonstrated autonomous row traversal, inter-row transition, and avoidance of pedestrians, obstacles, and cultivation boundaries. The recognition pipeline continuously identified multiple ripeness stages under variable illumination, foliage occlusion, and robot motion, while the spatial fusion procedure produced a facility-scale three-dimensional ripeness distribution. The integration of terrain-adaptive quadruped mobility, panoramic perception, and spatial mapping provides a practical framework for continuous ripeness monitoring and can support targeted harvesting, yield forecasting, and crop management.
Why it matches plant phenotyping methodsトマト果実の成熟度を画像認識で取得するロボット型フェノタイピングシステムを開発し、実環境で評価しており、表現型取得法が研究の中心である。
abstractThis study developed a wheel-legged quadruped monitoring system integrating LiDAR, a depth camera, and a panoramic camera.
Abstract The classification of banana leaf disease has a large impact on agricultural output and relies heavily on timely early detection, with reliability as a fundamental component of effective crop management. The framework proposed in this study comprises a Hamiltonian Full Node Coverage Graph Attention Network (HFNC-GAT) and Fuzzy C-Means super pixel graph learning to explain the classification of banana leaf diseases. The HFNC-GAT allows for the representation of segmented leaf areas as the nodes in a graph. This framework also makes optimal use of an attention learning model to represent the spatial dependence of diseased leaf regions, allowing it to leverage both local and global spatial dependencies. The HFNC-GAT was demonstrated through observed experiments to achieve high performance with 96.11 and 94.19 accuracy, 0.9111 Cohen's Kappa, 0.9111 MCC, 0.9344 F2-score, and 0.9939 ROC-AUC compared to the performance of conventional CNN, GCN, and baseline GAT models.
Why it matches plant phenotyping methodsバナナ葉の病斑領域を画像から抽出・分類するグラフ学習手法が研究の中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として適格です。
abstractThe framework proposed in this study comprises a Hamiltonian Full Node Coverage Graph Attention Network (HFNC-GAT) and Fuzzy C-Means super pixel graph learning to explain the classification of banana leaf diseases.
Reproduction assets foundThe paper's Dataset Availability statement explicitly declares two public Kaggle banana leaf image datasets used for the phenotyping/classification experiments: Banana Leaf Disease Dataset V4 and BananaLSD. No author analysis code or trained model is reported as publicly available.Dataset · publicThe Banana Leaf Disease
Dataset V4 is available at https://www.kaggle.com/datasets/rayhanarlistya/banana-leaf-disease-dataset-v4.Open asset ↗Kaggle · banana-leaf-disease-dataset-v4pdf-page:19 lines:1-55Dataset · publicThe Banana Leaf Spot Diseases (BananaLSD) dataset is available at
https://www.kaggle.com/datasets/shifatearman/bananalsdOpen asset ↗Kaggle · bananalsdpdf-page:19 lines:1-55Plant phenotyping relevance match · UnverifiedCrossref · checked 11 Sept 2026
Rice leaf diseases significantly affect crop health and yield potential, creating a need for accurate and timely disease diagnosis. Many existing approaches still rely on single-stream feature extraction architectures, which may limit the ability to simultaneously capture global contextual information and fine-grained disease characteristics. Moreover, limited interpretability and decision-support capability hinder their practical deployment in real-world rice farming. To address these limitations, we employed a framework consists of two parallel feature extraction streams designed to capture different characteristics of disease patterns. The first stream uses a Swin Transformer to learn global contextual information and long-range spatial relationships across the leaf image. The second stream employs ConvNeXt to extract local texture features, including lesion details, spots, and color variations. By combining these complementary representations, the proposed framework effectively integrates global semantic information with local disease-specific features for improved classification performance. The extracted features from the two streams are fused through concatenation followed by an attention-based feature refinement module, enabling adaptive weighting of discriminative features. The refined representation is then used by a fully connected classifier for disease prediction. To enhance model interpretability, Grad-CAM visualization is incorporated to highlight disease-relevant regions and provide visual explanations for the model decisions. Furthermore, an LLM-based advisory module is integrated as a post-diagnosis decision-support component to provide contextualized disease management information and suggestions based on the predicted disease category. The generated suggestions are intended to support, rather than replace, expert agronomic recommendations and should be validated by agricultural professionals before practical application. The proposed framework was evaluated on two rice leaf disease datasets, achieving accuracies of 99.55% and 97.06% on Dataset-1 and Dataset-2, respectively, which are higher than those reported in previous studies. Additionally, five-fold cross-validation on Dataset-1 achieved an average accuracy of 98.91% ± 0.47, demonstrating the stability of the proposed approach. Cross-dataset evaluation using nine common disease classes across both datasets achieved 90.80% accuracy, indicating improved generalization across different data distributions. The proposed framework provides an accurate and explainable approach for rice leaf disease diagnosis in smart agriculture applications.
Why it matches plant phenotyping methodsイネ葉画像から病害状態を推定する二流路深層学習手法を開発・評価しており、植物病害表現型の取得・分類が中心である。
titleGlobal-Local Feature-Based Rice Leaf Disease Classification Using Two-Stream Deep Neural Network Feature Fusion
This paper explores how deep learning methods can be used to monitor the health of crops and identify diseases, particularly for the apple crop. As the need for food security and sustainable farming methods increases, there is a strong demand for early detection of crop diseases. We have used a Convolutional Neural Network (CNN), based on the model of VGG16 architecture, since the model is known to be effective in image classification. The dataset contained 7771 training images for to enhance machines deep learning regarding plant diseases. Following that, validation image collection of 1747 images divided into four health conditions of the apple crops. In addition, the model was evaluated using 196 new images as a final test. To enhance the model capacity for recognizing diseases of real leaves rather than just memorize exact training pictures, data augmentation was used with ImageDataGenerator of TensorFlow. This means the training images were zoomed, rotated, and shifted to enable the machine detects more variations. Ten epochs of training were performed to measure the model accuracy. The results indicated that the model obtained significant improvement in training and validation accuracy from 56.43% to 78.12% and 92.94 to 96.93%, respectively. Most impressively, the final test dataset, which contained completely new images, scored an accuracy rate of 98%. The results indicate that in the architecture field the application of deep learning methodologies is effective, suggesting that automated detection of diseases by using sophisticated image analysis manages crop diseases identification efficiently. Combination of these methods successfully creates avenues for novel research to built real-time systems of crop disease monitoring, which help farmers increase their productions and farm their lands sustainably.
Why it matches plant phenotyping methodsリンゴ葉の画像から病害・健全状態をCNNで推定する画像ベース植物フェノタイピング手法であり、学習・検証・未知画像で性能評価を行っているため含める。
abstractWe have used a Convolutional Neural Network (CNN), based on the model of VGG16 architecture, since the model is known to be effective in image classification.
O cultivo de maçãs tem grande importância econômica no setor agropecuário brasileiro, especialmente na região Sul do país. No entanto, a produtividade dos pomares é frequentemente comprometida por doenças foliares que, se não tratadas, podem resultar em perdas substanciais. Nesse contexto, os avanços em técnicas de Aprendizado de Máquina têm possibilitado o desenvolvimento de soluções computacionais que auxiliam no diagnóstico agropecuário com maior precisão e agilidade. Este trabalho propõe uma abordagem baseada em Redes Neurais Convolucionais que utiliza aprendizado por transferência para detectar automaticamente sintomas de doenças em folhas de macieira. A metodologia desenvolvida inclui a segmentação e análise de regiões sintomáticas para reduzir o ruído proveniente de áreas saudáveis e direcionar o aprendizado do modelo para sinais relevantes. Um total de 32.382 manchas de sintomas foram extraídas de 1.995 imagens originais, abrangendo cinco classes de distúrbios foliares: glomerela, sarna, danos por herbicidas, deficiência de magnésio e deficiência de potássio. A rede MobileNetV2, treinada por meio de aprendizado por transferência, alcançou um F1-score de 0,926 e 93,8% de acurácia no conjunto de teste reservado. Os resultados indicam um bom desempenho no contexto avaliado, sugerindo o potencial da abordagem como ferramenta de apoio ao diagnóstico da saúde das plantas e à tomada de decisões em campo. Palavras-chave: aprendizado de máquina; visão computacional; doenças em plantas. Application of convolutional neural networks for disease detection in apple tree leaves ABSTRACT: Apple cultivation holds significant economic importance in the Brazilian agricultural sector, especially in the southern region of the country. However, orchard productivity is often compromised by foliar diseases, which, if left untreated, can lead to substantial losses. In this context, advances in Machine Learning techniques have enabled the development of computational solutions that support agricultural diagnostics with greater accuracy and agility. This work proposes an approach based on Convolutional Neural Networks that uses transfer learning to automatically detect disease symptoms in apple leaves. The developed methodology includes segmentation and analysis of symptomatic regions to reduce noise from healthy areas and focus the model’s learning on relevant signals. A total of 32,382 symptom patches were extracted from 1,995 original images, covering five foliar disorder classes: glomerella, scab, herbicide damage, magnesium deficiency, and potassium deficiency. The MobileNetV2, trained via transfer learning, achieved a F1-score of 0.926 and 93.8% accuracy on the held-out test set. The results indicate good performance in the evaluated setting, suggesting the approach’s potential as a tool to support plant-health diagnosis and field decision-making. Keywords: machine learning; computer vision; plant disease.
Why it matches plant phenotyping methods葉の病徴を画像から自動検出・分類するCNNと、症状領域のセグメンテーションを中心的に開発・評価しており、植物病害状態の画像ベース表現型計測に該当する。
abstractEste trabalho propõe uma abordagem baseada em Redes Neurais Convolucionais que utiliza aprendizado por transferência para detectar automaticamente sintomas de doenças em folhas de macieira.
Sustainable wheat farming is challenging. Real-time information on crop health, disease transmission, and anticipated yields is essential for farmers. However, they frequently use slow, expensive, or non-communicative tools. This project develops a workable solution. There is no need for massive server farms because the entire system operates on a single graphics card. It incorporates images of wheat fields, Indian farming notes, greenhouse records, harvest statistics, and NASA meteorological data. Consider them as various “eyes” for crop photo analysis, and we tried several lightweight computer vision models. ConvNeXt-Tiny was slower but could operate on older equipment with 75% accuracy; EfficientNetB0 recognised wheat heads with 92% accuracy; and AgroMark, a hybrid solution that merged photo analysis with agricultural metadata (soil type, rainfall, increased to 87%, etc. Combining picture analysis with attention mechanisms (CBAM) allowed us to anticipate the amount of wheat that a field will yield based on these photo insights, and the results showed that our predictions were accurate, with an R 2 score of 0.97. Additionally, we developed a versatile detector that simultaneously detects disease, stress, head count, and pests. It is adjusted to deal with training data that is unbalanced (some diseases are common, while others are rare). As we packed everything into a 16-GB graphics card, we spent real time determining which strategies smaller training sets, removing weak features, and adjusting loss functions, work. We encounter real-world obstacles along the road, such as photographs from different locations not always match, mislabeled photographs from different locations not always match, mislabeled diseases, and neglected rare pests. Our step-by-step instructions, charts, and code are available.
Why it matches plant phenotyping methods小麦画像から病害・ストレス・穂数・収量などの植物形質・状態を推定するマルチモーダル手法を開発し、複数モデルの精度比較と実装上の検証を行っており、表現型取得・推定が研究の中心である。
abstractThis project develops a workable solution.
Reproduction assets foundThe paper builds its multimodal wheat phenotyping analysis on several explicitly cited public data assets: the Kaggle Wheat Plant Diseases image dataset (used for disease classification, Tables 2 and 9), the Global Wheat Head Detection dataset (used for head detection, Tables 1 and 6), FAOSTAT and India Open GovernmentDataset · publicAvailable online at: https://www.fao.org/faostat/ . FAOSTAT statistical database.Open asset ↗lines:1110-1162Plant phenotyping relevance match · UnverifiedOpenAlex · checked 15 Sept 2026
This study presents a multi-scale framework for reconstructing snow avalanche (SA) frequency and assessing vegetation structural responses in data-scarce mountain environments. The approach integrates dendrogeomorphological reconstructions, satellite-based spectral disturbance detection, and UAV-based Structure-from-Motion (SfM) photogrammetry, complemented by field data, and was applied to two avalanche paths in the Piatra Craiului Mountains (Southern Carpathians, Romania). Tree ring analyses allowed reconstruction of spatially explicit minimum avalanche chronologies for the 1980–2025 period. These reconstructions were combined with a DEM-based upslope algorithm to derive spatially variable avalanche return periods, revealing the highest frequencies in release and upper-track sectors and progressively longer return periods toward lower-track zones. Sentinel-2 imagery was used to assess the surface footprint of a reconstructed avalanche event in 2018. Among the tested spectral indices, the Moisture Stress Index (MSI) showed the most spatially coherent response, while the combined MSI-NDMI-NBR approach reduced index-specific noise. UAV-SfM photogrammetry supports high-resolution mapping of vegetation structure and surface states. Vegetation was classified using a machine-learning-based object-oriented approach (Random Forest) integrating spectral, geometric, structural, and textural parameters. The multi-parameter feature set yielded very high classification accuracy (Cohen’s Kappa ≈ 0.95). Across avalanche return-period gradients, both UAV-derived and field-based metrics showed a systematic associations between tree height and avalanche frequency, whereas tree age and stem diameter exhibited more variable, path-dependent responses. The proposed framework provides a transferable basis for linking avalanche disturbance regimes with vegetation structure and surface stability in mountain landscapes lacking long-term observational records.
Why it matches plant phenotyping methodsUAV-SfMと機械学習による植生構造・樹高の高解像度推定が研究枠組みの主要部分であり、分類精度も評価しているため、植物状態の画像ベース表現型計測として含める。
abstractUAV-SfM photogrammetry supports high-resolution mapping of vegetation structure and surface states.
Automated plant identification based on leaf morphology has gained significant attention in recent years due to its wide range of applications in precision agriculture, biodiversity conservation, environmental monitoring, and botanical informatics. Advances in digital image processing and machine learning have enabled the development of intelligent systems capable of identifying plant species from leaf characteristics with minimal human intervention. Despite these advancements, achieving reliable and accurate classification remains challenging because leaf images are often affected by variations in illumination, complex backgrounds, image noise, differences in orientation and scale, as well as natural leaf deformation. These factors can obscure important morphological features, reduce the effectiveness of feature extraction, and ultimately decrease the accuracy and robustness of automated plant classification systems. Consequently, there is a growing need for intelligent frameworks that can effectively handle these challenges while preserving critical leaf morphology and venation information for reliable plant identification. This study proposes an Intelligent Morphology-Driven Framework that integrates advanced digital image processing and machine learning for robust leaf venation analysis and plant classification. The proposed framework integrates multiple digital image processing and machine learning techniques to enable accurate and automated leaf venation analysis and plant classification. Initially, leaf images undergo preprocessing using grayscale conversion, histogram equalization, Contrast Limited Adaptive Histogram Equalization (CLAHE), Gaussian filtering, Laplacian sharpening, Gabor filtering, and homomorphic filtering to improve image quality and enhance venation and structural details. The enhanced images are then processed through threshold-based segmentation followed by morphological operations, including erosion, dilation, opening, closing, convex hull generation, and skeletonization, to accurately isolate leaf regions while preserving their geometric structure.To characterize leaf morphology, the framework extracts a comprehensive set of features, including geometric descriptors such as area, perimeter, circularity, aspect ratio, solidity, eccentricity, and vein density, together with Hu invariant moments that provide rotation-, translation-, and scale-invariant shape representation. In addition, the framework investigates the influence of image compression by comparing lossless PNG and lossy JPEG formats to evaluate their impact on preserving morphological features and venation details. The extracted feature vectors are subsequently classified using a Random Forest classifier to categorize leaf venation patterns into parallel, reticulate-pinnate, and reticulate-palmate classes.Experimental evaluation demonstrates that the proposed framework achieves an overall classification accuracy of 93.2%, while effectively preserving important morphological characteristics and maintaining computational efficiency. The combination of adaptive image enhancement, morphology-preserving segmentation, comprehensive feature extraction, and robust machine learning classification makes the proposed approach reliable, interpretable, and scalable. Consequently, the framework has significant potential for applications in digital herbarium systems, automated plant identification, biodiversity monitoring, botanical informatics, and precision agriculture.
Why it matches plant phenotyping methods葉画像から形態・葉脈形質を抽出し分類する画像処理・機械学習フレームワーク自体が研究の中心であり、植物表現型の取得・解析手法として適格。
abstractThis study proposes an Intelligent Morphology-Driven Framework that integrates advanced digital image processing and machine learning for robust leaf venation analysis and plant classification.
Abstract Sustainable agriculture has substantial share on improvement of food security and optimization of resources utilization particularly for high value crops like rice leaf. Rice varieties should be properly classified in order to benefit the harvest management, reduced loss after harvest and improved agriculture methods. The traditional classification method usually brings the low precision and the traditional classification method is also subjected to human error, which is difficult to bring about reliable output. This study introduces an optimized multi-class rice leaf disease classification system utilizing “Rice Feature Selection” (RiceFS) and ensemble machine learning approaches. RiceFS is realized based on a feature selection mechanism based on Recursive Feature Elimination. Selected classifiers such as KNN, Random Forest, Gradient Boosting, Ensemble Learning and Optimized SVM are analyzed based on the extracted subset of features and the proposed system is used to classify the seven classes of rice leaf disease. The experimental results show that the Optimized SVM has the best classification results among the different classifiers with accuracy of 92.10%, Precision of 92.20%, balanced Recall and F1 Score, which shows that Optimized SVM is very effective in multi-class rice leaf disease classification. The performance can be improved by feature reduction, generalization capability and computational complexity reduction, which are realized with the help of RiceFS. The proposed framework is designed to provide an intelligent decision support system for timely intervention, loss minimization and sustainable agriculture. Results indicate that these algorithms are applicable for rice leaf disease classification since they are accurate, reliable and scalable.
Why it matches plant phenotyping methodsイネ葉の病害状態を観察データから分類する計算手法が研究の中心であり、RiceFSと複数の機械学習器を用いた分類フレームワークを開発・評価しているため。
abstractThis study introduces an optimized multi-class rice leaf disease classification system utilizing “Rice Feature Selection” (RiceFS) and ensemble machine learning approaches.
Reproduction assets foundThe paper's RiceFS phenotyping/classification experiments are built on two public Kaggle rice leaf disease image datasets, explicitly cited with URLs and a data availability statement. No author code or models are deposited.Dataset · publicThe RiceFS framework proposed initially
performs a feature selection, followed by training
several classifiers: K-Nearest Neighbors (KNN),
Random Forest (RF), Gradient Boosting (GB),
Ensemble Learning, and Optimized Support
Vector Machine (Optimized SVM). The data is
published on the Kaggle website. The data is
open-source at:
https://www.kaggle.com/datasets/vbookshelf/rice-leaf-diseases [44].
This data consists of 120 jpgs of disease infected
rice leaves. The photos are divided into 3
categories according to the kind of disease. There
are 40 images in each class.
Classes
• Leaf smut
• Brown spot
• Bacterial leaf blight
The datasets are preprocessed by eliminating
redundant information, normOpen asset ↗Kaggle · vbookshelf/rice-leaf-diseasespdf-raw-page:11 lines:1-103Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
India’s economy is heavily reliant on agriculture, with a diverse array of crops grown on vast tracts of land. Fruit cultivation, especially papaya, has become more popular in recent years because of its high nutritional and financial value. To increase yield, maximize resource use and lessen reliance on chemical pesticides, modern techniques like protected cultivation and hydroponics are being used more and more. Fruit crops grown in controlled or semi-controlled environments are still susceptible to nutrient imbalances despite these developments, which can have a substantial impact on plant health, fruit quality and overall productivity. Papaya leaf nutrient deficiencies frequently show up in the early stages of growth and can result in poor fruit development and decreased yield if they are not detected in time. To support early diagnosis and better crop management, the current study focuses on creating an effective method for identifying nutrient deficiencies in papaya leaves using a deep learning (DL) framework based on transfer learning (TL). In this nutrient and micronutrient deficiency study and field work observation during year 2024 to 2026 with different climate and weather conditions done in order to tackle a new but related classification task, in the context of plant health assessment, several well-established architectures including InceptionV3, VGG19, DenseNet and Xception have been widely explored for leaf image analysis. Studies commonly utilize publicly available datasets, such as papaya leaf image repositories hosted on platforms like IEEE DataPort, to fine-tune these models for efficient feature extraction and accurate identification of nutrient and micronutrient deficiency patterns. This body of work demonstrates the growing role of transferring convolutional neural network (CNN) models in advancing automated crop monitoring and decision support systems.
Why it matches plant phenotyping methodsパパイヤ葉画像から栄養・微量栄養素欠乏という植物状態を深層学習で識別する手法の開発が研究の中心であり、植物フェノタイピングに該当する。
abstractthe current study focuses on creating an effective method for identifying nutrient deficiencies in papaya leaves using a deep learning (DL) framework based on transfer learning (TL).
Improving nitrogen use efficiency (NUE) is essential for sustainable agriculture, yet conventionally measured plant characteristics have limited value as NUE proxies. Here we show that artificial intelligence (AI) can uncover previously unrecognized phenotypic variation associated with NUE, revealing genetic variation that is largely missed by conventional phenotypes. We trained a convolutional neural network (CNN) on 25,080 maize images to learn features that distinguish how plants respond to low- and high-N conditions, achieving 96.7% accuracy. The learned features were defined as deep phenotypes. Compared with conventional phenotypes, deep phenotypes showed greater phenotypic variation and higher heritability, enabling the identification of 523 significant loci compared with 21 for conventional phenotypes. We next investigated candidate genes underlying these loci and used these findings to interpret the learned features. Lower CNN layers primarily reflected visual patterns overlapping with conventional phenotypes, whereas deeper layers encoded additional features associated with N-responsive genetic variation. To validate candidate genes identified by the AI framework, we functionally characterized Liguleless2 (LG2), a basic-leucine zipper (bZIP) transcription factor, and demonstrated that lg2 mutants exhibit enhanced root architecture and increased N uptake efficiency. Field trials of 200 hybrids across diverse N environments further supported the AI findings, with each beneficial allele increasing ear weight by an average of 18 g per plot under low-N conditions. These results show how integrating AI and biology can uncover biologically relevant variation underlying complex traits such as NUE and enhance the interpretability of AI models.
Why it matches plant phenotyping methodsCNNで植物画像からN応答に関連する「deep phenotypes」を抽出する手法が研究の中心であり、従来形質との比較や遺伝的妥当性検証も行っている。
abstractWe trained a convolutional neural network (CNN) on 25,080 maize images to learn features that distinguish how plants respond to low- and high-N conditions, achieving 96.7% accuracy.
Corn is a staple crop of global significance; however, foliar diseases may lead to 30–60% yield loss if not detected at an early stage. Conventional visual inspection is time-consuming, subjective, and difficult to scale for smallholder farmers worldwide. To overcome these issues, we present Corn Transfer Learning Network (CTL-Net), an end-to-end hybrid deep learning model for corn leaf disease identification. CTL-Net, which combines Inception-ResNet-v2 as the backbone and MobileNetV3 as a feature extractor in parallel convolutional streams, simultaneously learns diverse scales of texture information from low-level textures, mid-level structural patterns, and high-level disease semantics of RGB leaf images. Adaptive feature fusion is formulated through learnable weighting coefficients and bi-directional spatial–channel attention mechanisms, which further enhance feature discriminability and robustness. The proposed approach is tested on an extensive dataset of 12,456 images from 10 corn diseases, including Northern Leaf Blight, Common Rust, Gray Leaf Spot, and Cercospora Leaf Spot, acquired under controlled and real-field conditions. CTL-Net attains the highest classification accuracy of 99.42%, outperforming DenseNet121 (97.92%), EfficientNetB3 (97.35%), and general stacking models (97.89%). Robustness experiments demonstrate the effectiveness of the proposed method against illumination variations, additive noise, and partial occlusions. CTL-Net enables real-time inference with a latency of 42 ms on an NVIDIA RTX 3090 GPU. Gradient-weighted Class Activation Mapping++ (Grad-CAM++)-based interpretability analysis results in a mean Intersection over Union (IoU) of 87.6% with expert-annotated disease regions. Five-fold cross-validation, ablation studies, and statistical significance testing (p
Why it matches plant phenotyping methodsトウモロコシ葉画像から病徴・病害状態を推定する深層学習手法を開発し、複数モデルとの比較、頑健性評価、交差検証、アブレーションを行っており、植物フェノタイピング手法が中心である。
abstractwe present Corn Transfer Learning Network (CTL-Net), an end-to-end hybrid deep learning model for corn leaf disease identification.
Reproduction assets foundThe paper states its final curated corn leaf disease dataset (12,456 images, 10 classes) is publicly available via the authors' GitHub repository vishruthkp/maizedataset (reference [30] and Data Availability statement). The Kaggle PlantVillage and Corn or Maize Leaf Disease datasets are cited source inputs, not paper-Dataset · public"Prediction of Crop Yield using Machine Learning," International Available: https://github.com/vishruthkp/maizedataset.Open asset ↗vishruthkp/maizedatasetpdf-page:7 lines:1-53Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Field / plotLeafClassificationStress / disease detectionDisease symptoms / severity
Automated plant disease recognition from field photographs remains challenging: models trained on laboratory datasets collapse on in-the-wild images, and the current state of the art on PlantWild-the largest open in-the-wild benchmark (18,542 images, 89 classes)-relies on text prototypes derived from a language model to reach 76.18% top 1 accuracy. We ask whether text supervision is truly necessary or whether the bottleneck is the diversity of the visual representation. Our central methodological finding is that backbone selection and fusion matter far more than classifier-head engineering : across 118 experiments, a simple fixed-weight linear-prototype combination on top of three complementary frozen backbones yields larger and more reproducible gains than any head-level adaptive routing mechanism we test. Specifically, through a systematic study of six frozen vision backbones (three CLIP, two DINOv3, and one DINOv2), three classifier heads, and four fusion configurations, completed in a single day on one consumer GPU, we establish three findings. (i) A single self-supervised backbone (DINOv2 ViT-L/14) already surpasses text-augmented MVPDR (77.56% vs. 76.18%). (ii) Concatenating three complementary backbones (DINOv2 + DINOv3 + CLIP) reaches 80.23% ± 0.41% (five seeds), exceeding the published MVPDR accuracy by +4.05 points and our own reproduction of MVPDR under an identical evaluation protocol by +7.96 points, without any language supervision. (The difference between the two deltas reflects evaluation-protocol differences-our split, model-selection criterion, and training schedule-rather than any discrepancy in the reported numbers; see Section 4.6.6 for a full reconciliation.) (iii) Every form of learned routing we test-per-class gating, backbone gating, sample-wise gating-is inessential; the gain is entirely attributable to backbone diversity and a simple linear-prototype scoring combination. On the smaller PlantDoc benchmark, the same principle transfers but with substantially higher seed variance: the best configuration reaches 80.09% at a favourable seed but 76.97% ± 1.48% over five seeds-a suggestive rather than robust gain. Beyond the accuracy headline, we provide a pathology-aware per-class analysis showing that DINOv2/v3 dominate on fine-texture lesion classes (rusts, mildews, and leaf spots) whilst CLIP's narrow advantage concentrates on organ/species-level identification (rice leaf and potato late blight). All primary claims are validated over five seeds, and all code, feature caches, and result files are released for full reproducibility.
Why it matches plant phenotyping methods植物病害の画像認識を対象に、複数の視覚基盤モデル融合と分類器を体系比較・検証しており、病害状態の推定手法が研究の中心である。
abstractOur central methodological finding is that backbone selection and fusion matter far more than classifier-head engineering
Reproduction assets foundThe paper states that its code, cached features, and result files will be released, but no authors' public URL or repository is provided in the supplied blocks (future-tense availability language only). The DINOv3 GitHub link and OpenReview link are third-party backbone resources, not paper-specific assets.Code · publicAll primary claims are validated over five seeds, and all code, feature caches, and result files are released for full reproducibility.Open asset ↗lines:332-335Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published11 Aug 2026Engineering, Technology & Applied Science ResearchCited by 0 · OpenAlex ↗
In recent years, areca nut plants have been vulnerable to different diseases that appear as distinct colors on leaves, caused by bacteria or fungi. These symptoms disrupt photosynthesis and reduce yield, affecting productivity and crop health. Therefore, accurate plant disease classification is essential for detecting distinct disease shapes and sizes. Existing Deep Learning (DL) models have several limitations that prevent them from distinguishing between various plant diseases due to similar characteristics. To overcome this limitation, a Dynamic elastic boundary strategy Sailfish Optimization Algorithm and Convolution Neural Network (DSFO-CNN) method is proposed to identify and accurately classify arecanut plant diseases. The Visual Geometry Graph-19 (VGG-19) model extracts features that have significant information about disease in arecanut plants. The proposed arecanut plant disease classification model employed feature selection and drop cyclic learning rate, which adjusts the CNN learning rate to efficiently learn the subtle information about various leaf and nut diseases to enhance classification. The experimental results of the DSFO-CNN demonstrate superior performance compared to existing approaches.
Why it matches plant phenotyping methodsアレカヤシの葉・果実に現れる病徴を画像から分類するCNNベース手法を提案・評価しており、植物病害状態の取得・推定が中心的な方法論的貢献である。
abstractTherefore, accurate plant disease classification is essential for detecting distinct disease shapes and sizes.
Reproduction assets foundThe paper's phenotyping inputs are two public image datasets: the collected Arecanut dataset (Kaggle) and the PlantVillage dataset (Kaggle), both explicitly cited and declared openly available. No author analysis code or trained model is released.Dataset · publicDATA AVAILABILITY
The data used in this study are openly available at [19] and
[20].Open asset ↗pdf-page:7 lines:1-63Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 15 Sept 2026
Accurate crop disease diagnosis is critical for agricultural productivity and food security, yet existing deep learning systems often struggle to generalize across visually similar diseases and varying environmental conditions. Recent Vision-Language Models (VLMs) have demonstrated promising zero-shot reasoning capabilities; however, most agricultural diagnostic systems still rely on isolated single-model predictions without collaborative reasoning or consensus mechanisms. In this work, we propose VIDA+PANDA, a multi-agent Vision-Language framework for zero-shot crop disease diagnosis. The framework consists of two stages: VIDA, where multiple VLM agents independently analyze crop leaf images to establish baseline performance, and the Peer-Anchored Named Deliberation Architecture (PANDA), which introduces a structured multi-round debate among a selected group of high-performing and architecturally diverse agents. During deliberation, agents exchange reasoning, critique peer predictions, and revise decisions through evidence-grounded discussion, while an anti-sycophancy mechanism discourages unsupported consensus shifts. Final predictions are generated through performance-weighted consensus voting. Experiments are conducted on the CDDM benchmark using seven heterogeneous VLMs from four independent providers, including two open-source models, under a fully zero-shot setting. A non-participant GPT-5 model serves as an independent judge to assess the final diagnostic predictions. Beyond conventional accuracy, the framework introduces three semantic measures: Semantic Label Similarity (SLS), which measures how semantically close a predicted crop-disease pair is to the ground truth and captures partial correctness overlooked by exact-match evaluation; Reasoning Specificity (RS), which measures how concretely an agent’s explanation references visual evidence such as lesion color, shape, texture, or margins; and Inter-Agent Reasoning Convergence (IRC), which measures the extent to which agents rely on similar visual evidence, capturing epistemic alignment independently of label correctness. Experimental results show that collaborative multiagent deliberation improves individual diagnostic performance and semantic alignment, with the largest gains observed among weaker participating agents. The findings also reveal important relationships between predictive accuracy, persuasive influence, and consensus formation in VLM-based agricultural diagnosis.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定するマルチエージェント画像・言語フレームワークを開発し、ベンチマークで性能評価しており、病害表現型の取得・推定手法が中心である。
abstractwe propose VIDA+PANDA, a multi-agent Vision-Language framework for zero-shot crop disease diagnosis.
Common beanLeafClassificationDisease symptoms / severity
Abstract Accurate recognition of plant leaf diseases from images is essential for intelligent agriculture and precision crop protection. However, reliable disease identification remains challenging because lesion regions often exhibit subtle visual differences, complex backgrounds, and large intraclass variations, especially when available disease samples are limited. To address these challenges, this study proposes PR-CNN, a deep learning framework that integrates convolutional neural networks, pyramid split attention, and a relation network for bean leaf disease image recognition. The convolutional backbone is first used to extract visual features from support and query images. Then, the pyramid split attention module enhances multiscale spatial and channel feature representation, enabling the model to focus on discriminative lesion regions while suppressing redundant background information. Finally, the relation network learns a nonlinear similarity metric between paired samples and generates relation scores for disease category prediction. Experimental results show that PR-CNN achieves an overall classification accuracy of 99.24% on the primary bean leaf disease dataset, outperforming representative models, including ResNet50, DenseNet, Inception v4, and EfficientNet B7, in terms of recognition accuracy and adaptability. In addition, PR-CNN was evaluated on four publicly available plant disease datasets, including CGIAR, Plant Diseases, LWDCD 2020, and Plant Pathology, achieving an average accuracy of 99.84%. These results demonstrate that PR-CNN can effectively improve image based plant disease recognition and provides a robust visual classification framework for intelligent crop disease diagnosis.
Why it matches plant phenotyping methods豆葉画像から病徴・病害を認識する深層学習手法を開発し、複数データセットで性能検証しており、植物の病害状態の画像ベース計測が研究の中心である。
abstractthis study proposes PR-CNN, a deep learning framework that integrates convolutional neural networks, pyramid split attention, and a relation network for bean leaf disease image recognition.
MaizeField / plotClassificationGrowth / development / phenology
Integrating precision agriculture (PA, a data-driven agricultural management system) with deep learning (DL) models can effectively support various activities, including yield prediction, crop health monitoring, field task automation, and decision-making. Taking advantage of such data-driven methodologies typically requires desktops, high-performance computing systems, and cloud clusters for data analysis, but their portability limits in-field applications. However, a single board computer, such as Raspberry Pi, offers a compact, lightweight, cost-efficient, easy-to-use, and feature-rich portable computing device which is ideal for in-field decision-making in PA applications. One such in-field application is crop growth stage classification for better crop management. Therefore, in this study, eight corn growth stages were classified using PhenoCam (near-surface [proximal] remote sensing network camera)imagery collected from ten PhenoCam sites. Four lightweight DL models were developed, ELiteCrop0, ELiteCrop1, ELiteCrop4, and MobNetCropV2, and evaluated across five image vertical clipping levels(0 %–40 %) using a supercomputer. The optimized model was subsequently deployed on a Raspberry Pi5 for edge inference. Model training accounted for the majority of the total CPU time, exceeding 97 %, while the testing times ranged from 0.01 min to 0.12 min, enabling real-time applications. Among the models, ELiteCrop0 achieved the most balanced performance with a confusion-matrix diagonal ratio(CMDR) of 0.93, followed by ELiteCrop1 (CMDR = 0.92). Overall, model performance decreased with increasing vertical clipping; therefore, a moderate image clipping (0 %–10 %) was recommended for improved computational efficiency. Analysis with a supercomputer produced an intrasite (same train sites)accuracy of 0.90–0.93 (Raspberry Pi: 0.78–0.81) and an intersite (new test sites) accuracy of 0.48–0.50(Raspberry Pi: 0.41–0.43), indicating challenges with model generalization. Raspberry Pi successfully processed ≈ 1000 images/min under safe operating conditions (68◦C). Future work should focus on extending the multi-site dataset to improve cross-site performance. Hence, this study presents a scalable and cost-effective solution for real-time corn growth stage monitoring in PA.
Why it matches plant phenotyping methodsトウモロコシの生育段階という植物状態をPhenoCam画像から推定する深層学習モデルを開発・評価し、Raspberry Piへ展開して性能検証しているため、フェノタイピング手法が中心である。
abstractTherefore, in this study, eight corn growth stages were classified using PhenoCam (near-surface [proximal] remote sensing network camera)imagery collected from ten PhenoCam sites.
Citrus Huanglongbing (HLB) is one of the most destructive citrus diseases worldwide, and early diagnosis remains challenging because uneven pathogen distribution often leads to false-negative PCR results. Here, a paper-based nanozyme sensor array was developed for volatile organic compound (VOC) chemical fingerprinting of HLB-associated citrus samples. Fe/Al bimetallic NH₂-MIL-53 nanozymes were designed to regulate VOC adsorption and peroxidase-like catalytic activity. Exposure of the nanozyme sensors to VOCs reduced the catalytic oxidation of 3,3',5,5'-tetramethylbenzidine (TMB), generating concentration-dependent colorimetric responses. By tuning the Fe/Al ratio, the nanozymes exhibited differentiated responses toward HLB-associated volatiles, including methyl salicylate, phenylacetaldehyde, and linalool, with recognition limits of 0.1-0.5 ppm. Integration with two MOF-based sensing channels formed a five-channel artificial olfactory array capable of generating multidimensional color fingerprints. The sensor array successfully discriminated healthy, asymptomatic, and infected citrus leaf samples, achieving an overall classification accuracy of 92.5%. These results suggest that the proposed platform provides a simple and low-cost approach for citrus VOC chemical fingerprinting and may provide useful information for quality-related screening in citrus production systems, while further field-oriented validation is still needed to assess its practical applicability.
Why it matches plant phenotyping methods柑橘葉のHLB感染状態をVOCセンサーアレイで識別する計測・解析法の開発が研究の中心であり、植物病害状態を直接推定している。
abstractHere, a paper-based nanozyme sensor array was developed for volatile organic compound (VOC) chemical fingerprinting of HLB-associated citrus samples.
Background: Plant diseases significantly threaten global food security, reducing potential harvests and sometimes causing total crop failure. Traditional detection methods, which rely on manual inspection and laboratory testing, are time-consuming, costly and prone to human error. Methods: To address these challenges, this study applies transfer learning techniques using deep convolutional neural networks for accurate and efficient plant disease detection. A comparative analysis of nine pretrained models, VGG16, VGG19, ResNet50, ResNet101V2, MobileNetV2, InceptionV3, DenseNet121, InceptionResNetV2 and Xception was conducted on the PlantVillage dataset, focusing on apple, potato and peach leaf images. Result: Results show that DenseNet121 and ResNet101V2 achieved the highest accuracy, particularly for potato leaves with 98.5%, while MobileNetV2 also performed well with up to 99% accuracy for apple and peach leaves. The study demonstrates that transfer learning effectively enhances plant disease classification, enabling faster, more reliable and resource efficient detection for precision agriculture.
Why it matches plant phenotyping methods植物葉画像から病害状態を推定する深層学習手法を比較評価しており、病害表現型の取得・分類が研究の中心である。
abstractthis study applies transfer learning techniques using deep convolutional neural networks for accurate and efficient plant disease detection.
Existing plant-disease datasets target classification and detection, leaving vision-language models unable to support interactive, reasoning-based diagnosis. To address this, we present PlantExpertVQA, a large-scale visual question answering (VQA) dataset designed to advance vision-language models for agricultural decision-making. It is compiled from 45 open-source datasets, including the widely used PlantVillage corpus, and comprises 765,186 high-quality question-answer (QA) pairs grounded over 150,841 images spanning 38 crop species and 89 disease conditions. Questions are organized into 3 levels of cognitive complexity and 9 distinct categories. Each was phrased following expert guidance and generated via an automated two-stage pipeline: template-based QA synthesis from image metadata, followed by multi-stage linguistic re-engineering. The dataset was iteratively reviewed by domain experts for scientific accuracy and relevance. We find that current frontier vision-language models, including recent open-source instruction-tuned multimodal LLMs, perform poorly on PlantExpertVQA. However, parameter-efficient fine-tuning of a compact 2B-parameter model on a small fraction of the dataset yields substantial improvements across all question categories, demonstrating its effectiveness for domain adaptation.
Why it matches plant phenotyping methods植物病害画像を対象とする大規模VQAデータセットの構築・ベンチマークが研究の中心であり、植物の病害状態を画像から評価する再利用可能なデータセットです。
abstractwe present PlantExpertVQA, a large-scale visual question answering (VQA) dataset designed to advance vision-language models for agricultural decision-making.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe code for the programmatic QA generation pipeline, the data-refinement and template-paraphrasing steps, the automated outlier-detection pipeline, and the parameter-efficient fine-tuning experiments reported in this work is publicly available at https://github.com/syed-nazmus-sakib/PlantExpertVQA.Open asset ↗syed-nazmus-sakib/PlantExpertVQAhtml-lines:578-597Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Published8 Aug 2026International Journal of Engineering Trends and TechnologyCited by 0 · OpenAlex ↗
Brassica juncea (Mustard) is one of the most economic seed vegetable crops of the world, playing a major role in the production of world edible oil and the agricultural economy. The third-largest producer is India, which had an area under cultivation of about 8.6 million hectares of Mustard in 2021 22, and annual revenue of over USD 5 billion in 2021 22. Nevertheless, the presence of diseases like Alternaria Leaf Spot, White Rust, Powdery Mildew, and Septoria Leaf Spot threatens yield and quality by up to an estimated 2070% loss every year, based on the severity of the disease, and thus economic losses are estimated at over USD 1.5 billion per year in India alone. Traditional diagnostic systems are based on a manual examination of an agronomist trained to look at the sample and make a judgment, which is time-consuming, subjective, and subject to human error. Current deep learning methods of automated disease detection, promising as they are, are prone to inaccuracies on complex disease patterns, poor uncertainty estimation that is essential in real-world implementation, and poor generalizability to different field conditions. In response to these drawbacks, Swin-BNN-RF, a hybrid framework that combines Swin Transformer as a hierarchical attention-based feature extractor, Bayesian Neural Network (BNN) with symmetrized posterior as a probabilistic learner, and a Random Forest (RF) as an ensemble classifier, is proposed in this study. The Swin Transformer also harnesses local and global spatial biases with its shifted window self-attention network, and it is able to extract better features on leaf images of high-resolution. The uncertainty estimates of the BNN component are trusted, and unambiguous predictions are highlighted to get the opinion of the human expert. Random Forest classifier uses the bagging and boosting ensemble methods to improve stability and the robustness of the classification. A large dataset was experimented with; it consisted of more than 10,000 samples per category of disease in four diseases. In the case of binary classification, the proposed model was 98.32% accurate, 98.52% precise, 98.70% recall, and 98.36% F1. On multi-class classification, it obtained 97.50, 97.82, 98.51, and 97.46 accuracy, precision, recall, and F1 score, respectively, which showed consistent performance in comparison with state-of-the-art models such as EfficientNet, MobileNet, and Residual Networks. The contribution of each component is verified by the Ablation studies and statistical analysis of significance (p
Why it matches plant phenotyping methodsマスタード葉の画像から病害状態を推定する深層学習フレームワークを開発・評価しており、植物病害表現型の取得・分類手法が中心である。
abstractSwin-BNN-RF, a hybrid framework that combines Swin Transformer as a hierarchical attention-based feature extractor, Bayesian Neural Network (BNN) with symmetrized posterior as a probabilistic learner, and a Random Forest (RF) as an ensemble classifier, is proposed in this study.
This study investigates the automatic classification of crop phenological stages from low-altitude UAV RGB imagery. The dataset included 11,489 images of five crops: sunflower, rapeseed, soybean, wheat, and barley. The images were annotated using the Biologische Bundesanstalt, Bundessortenamt und Chemische Industrie (BBCH) scale, with labels corresponding to either single stages or stage ranges to reflect heterogeneous field conditions and transitional crop states. A pretrained ResNet18 model was adapted to the task using transfer learning. Training was conducted in two stages: first, the classification head was optimized while the backbone remained frozen; second, the entire network was fine-tuned. The model achieved strong internal test accuracy across all crops, with 100% test accuracy for rapeseed and barley, more than 99% for the remaining crops, and a mean accuracy of 99.73% under the studied survey conditions. The results also compare favorably with previously reported studies on UAV-based phenological classification. Overall, the findings support the potential of low-altitude UAV imagery and deep learning for localized phenological assessment of selected field zones in precision agriculture, while broader deployment requires validation across independent fields, seasons, regions, and survey conditions.
Why it matches plant phenotyping methodsUAV画像と深層学習により作物の生育・フェノロジー段階を自動推定する方法が研究の中心であり、植物状態の抽出性能も評価している。
abstractThis study investigates the automatic classification of crop phenological stages from low-altitude UAV RGB imagery.
Identifying plant health conditions is an emerging precision-agriculture and food-security challenge, intensified by deploying deep-learning models on memory- and power-constrained edge devices. We present a TinyMLOps pipeline spanning model design, optimization, quantization, and deployment across diverse edge devices, evaluated under controlled laboratory conditions. Using a dataset derived from the PlantVillage benchmark, 39 fine-grained classes are aggregated into three superclasses: healthy leaf, unhealthy leaf, and no leaves. The resulting system therefore performs plant health-status classification and background filtering rather than diagnosing specific diseases. We train a MobileNet-based convolutional neural network jointly optimized for classification accuracy and computational efficiency, adopting state-of-the-art hyperparameter optimization (HPO) tools. Five models are selected, four from the Pareto Front and one as the biggest evaluated model during HPO, converted to LiteRT and ONNX, and evaluated at float32 and post-training int8 precision on a Raspberry Pi Zero 2 W and an STM32H743ZI microcontroller. At float32, LiteRT is 1.87–2.65× faster than ONNX Runtime on the Raspberry Pi across all five models. Relative to their float32 LiteRT counterparts, the int8 LiteRT models are 2.83–3.67× smaller on disk and 21.3–31.2% faster on the same board, at a cost in F1-score of between 0.0010 and 0.0068. On the microcontroller, only the two smallest models deploy at both precisions; for these, the fully quantized int8 variants are 4.3× faster and 3.85× smaller in MCU flash footprint than the float32 counterparts. The mid-range model fits the 2 MB flash and 1 MB RAM budget only when quantized, while the two largest models exceed it in every configuration tested.
Why it matches plant phenotyping methods葉画像から植物の健康状態を推定する分類手法と、エッジデバイス向けの最適化・量子化・展開パイプラインが研究の中心であり、植物状態の画像ベースフェノタイピングに該当する。
abstractWe present a TinyMLOps pipeline spanning model design, optimization, quantization, and deployment across diverse edge devices, evaluated under controlled laboratory conditions.
Reproduction assets foundThe paper's plant-phenotyping measurements are based on a derived PlantVillage dataset (39 classes aggregated into three superclasses) that the authors explicitly state is openly available in their own GitHub repository, also catalogued in the AgrifoodTEF Data Space. No author analysis code or trained model checkpointsDataset · publicThe data used in this study are derived from the openly available GitHub repository available at https://github.com/FBK-OpenIoT/PlantVillage-AugNoLeaves , accessed on 1 July 2026.Open asset ↗FBK-OpenIoT/PlantVillage-AugNoLeaveslines:1355-1403Dataset · publicPlantVillage-AugNoLeaves—AgrifoodTEF Data Space Catalogue. 2025. [(accessed on 1 July 2026)]. Available online: https://dataspace.agrifoodtef.eu/asset/did:op:3091fdcf83a05784416e585e4e45ea24afaf8c925a891921a3949acd98426f65Open asset ↗did:op:3091fdcf83a05784416e585e4e45ea24afaf8c925a891921a3949acd98426f65lines:1424-1474Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Tolerance against winter freeze is the main focus of variety development in Louisiana, which represents the northernmost sugarcane-growing region worldwide. Antifreeze metabolites, xylem structure, and fiber content represent interrelated physicochemical properties contributing to freeze tolerance. This study first classified the cold tolerance of sugarcane cultivars using metabolites in juice as predictor variables. The best-fit model (XGBoost discriminant analysis) estimated the higher cold tolerance of the final on-station clone progeny to the stress tolerance-inducing wild germplasm line. Stalks of the tolerant sugarcane genotype contained higher fiber for mechanical support against cellular injury, compared to susceptible varieties. Fluorescence microscopy visualized phospholipids responsible for maintaining membrane fluidity during frost in lignin surrounding the vascular bundle. Thermal imaging is proposed for real-time monitoring of spatiotemporal temperature changes, as stalk injury is initiated by ice formation at sub-freeze temperatures during winter freeze. As additional datasets for independent prediction become available, developed methods could be used to explore the biomarkers for stress resistance in simpler multivariate discriminant analysis and the distribution of specific biomarkers in cellular components by microscopic imaging, and to trace stalk injury hot spots as a function of time and relationships with resistance markers.
Why it matches plant phenotyping methodsサトウキビの耐寒性という植物状態を、XGBoost判別モデルと画像・熱画像によって分類・評価する方法が研究の中心であり、単なる生物学的測定ではない。
titleMultivariate and imaging methods to classify cold tolerance of sugarcane ( Saccharum spp. hybrids) cultivars and breeding clones.
Early and accurate plant disease detection is essential for reducing crop losses and supporting sustainable agricultural management. Although deep learning-based approaches have achieved strong performance in plant disease analysis, many existing models require substantial computational resources, which limits their use in resource-constrained agricultural environments. This study proposes ShuffleNetV2-hSimKD, a lightweight integration framework for plant disease detection. It adopts ShuffleNetV2 as the backbone and incorporates the parameter-free SimAM attention mechanism to enhance disease-related feature representation without introducing additional learnable parameters. In addition, the standard ReLU activation function is replaced with h-swish to improve nonlinear feature extraction and preserve informative feature responses. A hybrid knowledge distillation strategy is further employed to transfer both output-level and feature-level knowledge from a high-capacity teacher model to the lightweight student network during training. Unlike previous studies that apply these techniques in isolation, ShuffleNetV2-hSimKD synergistically integrates parameter-free SimAM, h-swish optimization, and hybrid KD to overcome the representation limitations of lightweight backbones in subtle disease symptom detection. The proposed framework was evaluated on a balanced subset of the PlantVillage dataset, in which leaf images were categorized as healthy or diseased. ShuffleNetV2-hSimKD achieved an accuracy of 90.41% with only 1.4M parameters and 151M FLOPs. Compared with representative lightweight Convolutional Neural Networks (CNNs), the proposed model achieved improved accuracy and recall while maintaining low computational complexity. These results demonstrate that ShuffleNetV2-hSimKD provides an effective balance between detection performance and computational efficiency, highlighting its potential as a lightweight candidate for plant disease detection in resource-constrained agricultural scenarios.
Why it matches plant phenotyping methods植物の葉画像から健全・罹病状態を推定する軽量深層学習モデルを開発し、精度と計算効率を評価しており、病害表現型の取得・推定法が中心である。
abstractThis study proposes ShuffleNetV2-hSimKD, a lightweight integration framework for plant disease detection.
Abstract Bacterial fruit blotch (BFB) caused by Acidovorax citrulli , is a destructive seed-transmitted disease that seriously threatens global cucurbit production. To address the need for detecting A. citrulli -infested seeds, this study developed a colony identification model and a seed infestation detection model based on multispectral imaging. The combined nMahalanobis and nCDA colony identification models achieved a high recall of 0.999 and a low false-positive rate of 0.149 when tested on samples. For infested melon seed detection, we evaluated and compared the classification performance of seven machine learning models. The results showed that LDA, logistic regression, and MLP exhibited stable performance on artificially infested seed samples. Furthermore, multi-cultivar modeling improved model generalizability and demonstrated the feasibility of using multispectral imaging to identify naturally infested seeds. When a qPCR Ct threshold of 37 was used to define seed infestation status, the logistic regression model achieved a validation accuracy of 0.82. Overall, these findings demonstrate the potential of multispectral imaging for colony identification and seed infestation detection, providing a new technical approach and a scientific basis for seed health testing of bacterial fruit blotch in cucurbit crops.
Why it matches plant phenotyping methodsマルチスペクトル画像と機械学習により、感染種子という植物器官の状態を検出する手法を開発・比較・検証しており、表現型取得が研究の中心である。
abstractthis study developed a colony identification model and a seed infestation detection model based on multispectral imaging.
Precise and reliable diagnosis of leaf diseases in tomato is essential for enhancing crop cultivation and minimizing agricultural losses. While deep learning models have performed well on benchmark datasets, the majority of present techniques rely on flat multi-class classification, which predicts all disease categories simultaneously. Such formulations promotes inter-class confusion, particularly when biologically different diseases with similar visual symptoms are learned within a same model. To overcome this constraint, we propose a biologically structured hierarchical deep learning framework in this study. Instead of directly classifying 10 disease classes, the proposed method first classifies leaf images into meaningful biological groups such as bacterial, fungal, pest-associated and healthy using a vision transformer (ViT) model. Then, specialized convolutional neural network (CNN) experts perform fine-grained classification within each category. The proposed hierarchical model shows an overall accuracy of 97.8%, when validated on PlantVillage tomato dataset. A flat ViT model trained with class-weighted loss obtained 96.3% accuracy, whereas a flat CNN model reached 99.3% under clean conditions but decreased sharply to 41% under Gaussian perturbation ( σ = 0.05). On the other hand, the hierarchical model performed steadily under noise with 97.4% accuracy at the same perturbation level. These results indicate that adding biological structure to model design reduces confusion, helps prevent imbalance effects and increases robustness, providing a more trustworthy and interpretable solution for real-world agricultural disease diagnosis.
Why it matches plant phenotyping methodsトマト葉画像から病害状態を分類する深層学習手法を開発し、既存モデルとの比較およびノイズ下での技術検証を行っており、植物表現型(病害状態)の取得・推定が中心である。
abstractwe propose a biologically structured hierarchical deep learning framework in this study.
Reproduction assets foundThe paper's phenotyping/classification measurements are based on the public PlantVillage tomato leaf image dataset, which the authors explicitly state was analyzed and provide a public Kaggle URL. No author analysis code, trained models, or paper-specific supplementary assets are described with availability language.Dataset · publicIsabel Luna-Maldonado , Autonomous University of Nuevo León, Mexico
Reviewed by: Noredine Hajraoui , Moulay Ismail University, Morocco
Tri Handhika , Universitas Gunadarma Pusat Studi Komputasi Matematika, Indonesia
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/charuchaudhry/plantvillage-tomato-leaf-dataset .
Author contributions
HG: Conceptualization, Formal analysis, Methodology, Writing – original draft, Writing – review & editing. SR: Supervision, Validation, Writing – review & editing. BL: Supervision, Validation, Writing – review & editing.
Conflict of interest
The author(s) declared thaOpen asset ↗Kaggle · charuchaudhry/plantvillage-tomato-leaf-datasetlines:588-616Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 5 Sept 2026
The use of glufosinate-resistant GM soybean has expanded, raising concerns about resistant weed development and unintended transgene flow. To support monitoring for timely management, we propose an early, non-destructive identification method using spectral images acquired from whole soybean plants after glufosinate treatment. We evaluated the potential of spectral imaging, using RGB, infrared (IR) thermal, and chlorophyll fluorescence (CF) sensors, for early detection of glufosinate resistance in soybean. In the dose-response test, the key spectral indices including NDI, temperature difference, F v /F m , and NPQ distinguished between resistant and susceptible soybeans within 4 to 24 hours after treatment (HAT). IR thermal and CF imaging showed higher sensitivity in identifying resistance than RGB imaging by detecting spectral responses associated with physiological changes before visual symptoms appeared. Validation test with a single dose treatment of glufosinate reconfirmed that image analysis by both the naked eye and machine learning (ML) can discriminate between resistant and susceptible soybeans in a single day after glufosinate treatment. ML-based classification using IR thermal index achieved 100% accuracy as early as 6 HAT and the classification by the naked eye using IR thermal images showed 96.6% accuracy at 24 HAT. These results suggest that plant imaging enables early and non-destructive identification of herbicide-resistant individuals by detecting early spectral changes to herbicide treatment. These findings support its use as a potential alternative to conventional diagnostic methods for detecting individuals containing transgenes in herbicide-resistant GM soybean cultivation for future applications in herbicide-resistant weed monitoring.
Why it matches plant phenotyping methodsスペクトル画像(RGB、熱赤外、クロロフィル蛍光)と機械学習を用いて、薬剤処理後の植物の生理応答から耐性を早期識別する方法を開発・検証しており、植物表現型の取得が中心である。
abstractwe propose an early, non-destructive identification method using spectral images acquired from whole soybean plants after glufosinate treatment.
Accurate, field-deployable diagnostic tools are needed to close the diagnostic gap that limits fungicide targeting among smallholder tomato farmers in Northern Nigeria. This study developed and validated a lightweight convolutional neural network (CNN) for automated diagnosis of five major tomato fungal diseases plus three additional common conditions, trained on field-collected leaf images from Kano and Kaduna States. A MobileNetV2 architecture pre-trained on ImageNet was fine-tuned via transfer learning on more than 10,000 images across ten disease and health classes, using farm-level dataset splitting to prevent data leakage and five-fold cross-validation for model selection.
Why it matches plant phenotyping methodsトマト葉画像から病害・健全状態を直接推定するCNNを開発し、データ分割と交差検証で技術検証しており、植物状態の取得・推定手法が中心である。
abstractThis study developed and validated a lightweight convolutional neural network (CNN) for automated diagnosis of five major tomato fungal diseases plus three additional common conditions
Purpose Conventional plant disease detection is time-consuming and prone to human error. The purpose of this study is to propose an edge artificial intelligence (AI)-based deep learning framework for plant disease detection under real-field conditions. The model integrates convolutional neural networks (CNNs) with a Sliding Window Mean Absolute Deviation (SWMAD) preprocessing technique to address illumination variability and complex background conditions. Design/methodology/approach A dual-layer CNN model is developed for plant disease classification using HSV segmentation, flood-fill segmentation and SWMAD preprocessing to handle real-field variations. The model is trained on PlantVillage and real farm images and deployed via TensorFlow Lite for real-time offline detection. TensorFlow Lite is used to enable efficient on-device inference for deployment in resource-constrained environments. Findings Benchmark experiments conducted on the PlantVillage dataset achieved a classification accuracy of 99.91% under controlled conditions. On the hybrid dataset comprising PlantVillage and real-field images, the optimized CNN framework achieved a validation accuracy of 95.01% following extensive evaluation of optimizers, layer architectures and worker configurations. The integration of the proposed SWMAD preprocessing technique into the finalized architecture further improved the validation accuracy to 97.38%, demonstrating enhanced robustness and classification performance under practical agricultural conditions in the final deployed model. Originality/value The originality of this study lies in several novel contributions. First, we introduce an SWMAD-based preprocessing technique, which enhances local statistical variations in leaf images by capturing pixel-level deviations from neighborhood intensity means. Unlike, conventional preprocessing methods, SWMAD is specifically designed to handle real-field challenges such as illumination variation, noise and complex backgrounds. The improvement in validation accuracy demonstrates the effectiveness of the proposed approach in capturing more discriminative features compared to existing techniques, thereby improving overall model robustness and reliability in practical agricultural environments.
Why it matches plant phenotyping methods植物病害という植物状態を画像から推定する深層学習・前処理・エッジ展開手法が研究の中心であり、実環境での検証も行っているため。
abstractThe purpose of this study is to propose an edge artificial intelligence (AI)-based deep learning framework for plant disease detection under real-field conditions.
This paper explores how deep learning methods can be used to monitor the health of crops and identify diseases, particularly for the apple crop. As the need for food security and sustainable farming methods increases, there is a strong demand for early detection of crop diseases. We have used a Convolutional Neural Network (CNN), based on the model of VGG16 architecture, since the model is known to be effective in image classification. The dataset contained 7771 training images for to enhance machines deep learning regarding plant diseases. Following that, validation image collection of 1747 images divided into four health conditions of the apple crops. In addition, the model was evaluated using 196 new images as a final test. To enhance the model capacity for recognizing diseases of real leaves rather than just memorize exact training pictures, data augmentation was used with ImageDataGenerator of TensorFlow. This means the training images were zoomed, rotated, and shifted to enable the machine detects more variations. Ten epochs of training were performed to measure the model accuracy. The results indicated that the model obtained significant improvement in training and validation accuracy from 56.43% to 78.12% and 92.94 to 96.93%, respectively. Most impressively, the final test dataset, which contained completely new images, scored an accuracy rate of 98%. The results indicate that in the architecture field the application of deep learning methodologies is effective, suggesting that automated detection of diseases by using sophisticated image analysis manages crop diseases identification efficiently. Combination of these methods successfully creates avenues for novel research to built real-time systems of crop disease monitoring, which help farmers increase their productions and farm their lands sustainably.
Why it matches plant phenotyping methodsリンゴ葉画像から健康状態・病害を推定するCNN画像解析手法が研究の中心であり、学習・検証・新規画像での評価も実施しているため、植物病害表現型の手法研究として含める。
abstractThis paper explores how deep learning methods can be used to monitor the health of crops and identify diseases, particularly for the apple crop.
The simultaneous diagnosis of diseases and evaluation of age quality grades in tea leaves are critical for precision agriculture and the economic valuation of tea products. Although deep learning has shown promise in agricultural vision tasks, current multi-task models often suffer from performance degradation due to feature conflicts: tea leaf disease recognition relies heavily on macro-structural lesions, whereas tea leaf-age quality grading depends on micro-textural features such as trichome density and color uniformity. To address this discrepancy, we propose a novel dual branch fusion network. Our architecture fundamentally decouples the feature extraction process by utilizing a dual branch mechanism. The first branch employs global average pooling to capture first-order spatial statistics; it can retain the global structural layout necessary for macro-lesion detection. The second branch introduces a dimensionality-reduced self-bilinear pooling module to compute second-order covariance matrices; it can effectively capture the fine-grained textural patterns essential for micro-grade classification. These decoupled features are subsequently fused and optimized through a weighted multi-task loss function. Experimental results on a comprehensive tea leaf dataset demonstrate that the proposed dual fusion framework significantly outperforms baseline models. The proposed network can rescue the disease classification accuracy drop observed in standard bilinear models while maintaining exceptional grading performance. Furthermore, the proposed network maintains a compact parameter footprint and low computational complexity. This balance renders it suitable for deployment on agricultural Internet of Things edge devices where inference speed is critical.
Why it matches plant phenotyping methods茶葉の病害状態と葉齢品質を画像から推定する深層学習手法を開発し、データセット上でベースラインと比較評価しており、表現型取得・推定法が中心である。
abstractwe propose a novel dual branch fusion network
Reproduction assets foundThe paper's Data Availability Statement publicly releases the two tea leaf image datasets used for its phenotyping tasks (disease recognition and leaf-age quality grading) via Mendeley Data. The authors' analysis code and trained models are only promised 'upon acceptance' with no public URL, so they do not qualify.Dataset · publicThe tea leaf disease recognition dataset analyzed in this study is available from https://data.mendeley.com/datasets/744vznw5k2/3 (accessed on 11 February 2026)Open asset ↗744vznw5k2/3lines:514-565Dataset · publicthe tea leaf grading dataset is available from https://data.mendeley.com/datasets/7t964jmmy3/1 (accessed on 11 February 2026)Open asset ↗7t964jmmy3/1lines:514-565Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Published4 Aug 2026International Journal of Innovative Science and Research TechnologyCited by 0 · OpenAlex ↗
Smallholder tomato farmers in Northern Nigeria correctly identify major fungal diseases only about 41% of the time using unaided visual inspection, contributing to fungicide misapplication and avoidable yield loss. This study evaluated the field impact of SmartfarmerApp, a smartphone-based diagnostic application built on a validated convolutional neural network, on farmer disease identification accuracy. A pre-test/post-test controlled design allocated 240 tomato farmers across eight Local Government Areas in Kano and Kaduna States to an intervention group (n = 120, received the application) or a control group (n = 120, continued with conventional information sources), using computer-generated random allocation stratified by location and gender.
Why it matches plant phenotyping methodsトマトの病害状態を画像・視覚観察から判定するスマートフォン診断アプリを対象に、現場での識別精度を対照評価しており、植物病害フェノタイピング手法の応用・検証が中心である。
abstractThis study evaluated the field impact of SmartfarmerApp, a smartphone-based diagnostic application built on a validated convolutional neural network, on farmer disease identification accuracy.
Reliable traits are needed for identification of tea ( Camellia sinensis ) cultivars, yet the stability of leaf morphology and color across leaf positions remains unclear. This study evaluated inter-cultivar variation and positional stability in leaf morphological, RGB color, and SPAD traits in six predominant cultivars. One-year-old shoots were sampled in a completely randomized design, and five fully expanded leaves below the apical bud were analyzed. SPAD values were measured with a chlorophyll meter, and scanned images were used to extract contour and RGB traits. Data were analyzed using ANOVA, correlation analysis, PCA, and discriminant analysis. Leaf morphology differed among cultivars and leaf positions, with significant cultivar-by-position interactions; however, the width-to-length ratio differed among cultivars but remained stable across positions in these cultivars. SPAD values increased with leaf position and were strongly associated with RGB components, being negatively correlated with R and G and positively correlated with B. Morphological traits explained 52.988% of total variance in PCA and yielded 64.6% overall classification accuracy, with LaoHan showing the highest accuracy (83.3%). Misclassification was concentrated among genetically similar cultivars. These findings suggest that stable leaf shape proportions and SPAD-RGB relationships provide useful descriptors, whereas genetic relatedness limits morphology-based cultivar identification under the present conditions.
Why it matches plant phenotyping methods茶品種識別のため、葉の形態・RGB・SPAD特性の取得と安定性、分類性能を中心に評価しており、画像由来形質抽出を含む実質的な表現型解析である。
abstractscanned images were used to extract contour and RGB traits
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe following supporting information can be downloaded at https://www.mdpi.com/article/10.3390/biology15151283/s1 , Table S1: Original data of leaf morphological traits, RGB values, and SPAD values from six tea cultivars in this study.Open asset ↗lines:368-409Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Accurate, non-destructive assessment of watermelon ripeness remains a significant challenge in horticultural production, particularly under field conditions where traditional visual and tactile evaluation methods are subjective and often inconsistent. Although mechanical, acoustic, and spectroscopic techniques have demonstrated promising performance, their reliance on controlled laboratory environments limits their practical applicability in real-world agricultural settings. This study presents a field-deployable, AI-assisted computer vision system designed for objective, real-time classification of watermelon ripeness. The proposed prototype combines controlled illumination with RGB imaging and convolutional neural networks trained on thousands of annotated outdoor images collected over multiple growing seasons. A phased development strategy—encompassing proof-of-concept modelling, field integration, and multi-season validation—supports robustness against variable lighting conditions and environmental influences. The anticipated outcome is a reliable, non-destructive decision-support tool for growers, capable of identifying ripe fruit for manual harvesting while providing a technological foundation for future autonomous harvesting and precision agriculture applications.
Why it matches plant phenotyping methodsスイカ果実の成熟度という植物器官の状態を、RGB画像とCNNで非破壊推定する手法を開発し、圃場統合と複数季節の検証まで行うため、フェノタイピング手法が中心です。
abstractThis study presents a field-deployable, AI-assisted computer vision system designed for objective, real-time classification of watermelon ripeness.
Soybean diseases caused by fungal, bacterial, and viral pathogens represent a major constraint to global agricultural productivity. Although molecular phylogenetic analyses have advanced the understanding of pathogen evolution, the extent to which disease phenotypes reflect evolutionary relationships remains poorly understood. In this study, we developed an integrative framework combining deep learning-based phenotypic analysis with phylogenetic inference to investigate the relationship between soybean disease symptoms and pathogen evolution. An EfficientNet-B0 convolutional neural network (CNN) was trained to classify 10 soybean disease classes comprising 703 leaf images and achieved a mean cross-validation accuracy of 98.72 ± 1.17%, a weighted F1-score of 98.74 ± 1.16%, and a macro F1-score of 98.47 ± 1.74%. Evaluation on a held-out test set generated through image-level partitioning yielded an accuracy of 96.19%, a weighted F1-score of 96.28%, and a macro F1-score of 95.86%. Latent feature embeddings revealed a structured phenotypic space with clear separation among most disease classes and enabled quantitative analyses of phenotypic similarity. To provide biological context, taxonomy-derived distance matrices and sequence-based phylogenetic analyses of the fungal subset using 28S rRNA sequences were compared with CNN-derived phenotypic representations. A Mantel test identified a moderate and statistically significant association between phenotypic and phylogenetic distances (Spearman r = 0.3393, p = 0.0050), indicating that pathogen evolutionary history contributes to disease phenotype while explaining only part of the observed phenotypic variation. Overall, the results demonstrate that deep learning effectively captures biologically meaningful phenotypic information while highlighting that disease symptoms arise from the combined influence of pathogen evolution, host responses, and environmental conditions. This study provides an integrative framework for combining image-based phenotyping with phylogenetic analysis to support biologically informed interpretation of plant disease phenotypes.
Why it matches plant phenotyping methods深層学習による画像ベースのダイズ病徴分類・表現型空間抽出が研究の中心であり、植物病害状態を直接推定する手法を開発・評価している。
abstractwe developed an integrative framework combining deep learning-based phenotypic analysis with phylogenetic inference
Idesia polycarpa Maxim. is a premier woody oil species in Guizhou Province, China, whose fruit yield and oil quality largely depend on effective pollination and fertilization. However, limited research on pollen viability and germination has hindered industrial progress. To address this gap, a comprehensive evaluation framework for elite I. polycarpa germplasm was developed, integrating micromorphological analysis, optimized staining protocols, and in vitro germination assay. Scanning electron microscopy (SEM) revealed that I. polycarpa pollen, while genetically conserved at the genus level-characterized by prolate shapes, tricolporate apertures, and reticulate exine ornamentation-exhibits notable micromorphological variation among genotypes. Of the nine staining protocols tested (2,3,5-triphenyl tetrazolium chloride [TTC], carbol fuchsin, acetocarmine, methylene blue, Alexander, peroxidase, 2,5-diphenylmonotetrazolium bromide [MTT], I2-KI, and red ink), TTC and red ink were the most effective, offering clear chromatic distinction between viable and non-viable pollen. Through orthogonal experimental designs, genotype-specific optimal media for in vitro germination were identified: 0.40 g/L H3BO3, 0.01 g/L KNO3, 0.02 g/L Ca(NO3)2·4H2O, and 0.20 g/L KH2PO4 for STZ-6; and 0.20 g/L H3BO3, 0.02 g/L KNO3, 0.02 g/L Ca(NO3)2·4H2O, and 0.10 g/L KH2PO4 for STZ-9. Regression analysis confirmed a highly significant positive correlation (P < 0.01) between in vitro germination rates and the staining results from both TTC and red ink across various concentrations. Notably, 5% TTC and 30% red ink exhibited the highest coefficients of determination. A hierarchical evaluation strategy is thus proposed: the 5% TTC method is recommended for precise laboratory quantification due to its stability, while the 30% red ink method, due to its ease of use, is suited for rapid field-based screening. This study provides valuable insights into the morphological characteristics of I. polycarpa pollen and establishes a standardized evaluation framework, supporting germplasm innovation and optimizing pollination management.
Why it matches plant phenotyping methods花粉の生存性・発芽という植物の生殖形質を対象に、染色法とin vitro発芽法を最適化・検証し、標準化した評価フレームワークを開発しているため、方法論が中心である。
abstracta comprehensive evaluation framework for elite I. polycarpa germplasm was developed, integrating micromorphological analysis, optimized staining protocols, and in vitro germination assay.
Reproduction assets foundThe article's Data Availability statement points to a public Biostudies deposit containing the study's data (pollen morphology measurements, staining viability counts, and in vitro germination results). No author analysis code or trained models are mentioned.Dataset · publicData Availability: The data that support the findings of this study are openly available in Biostudies at https://doi.org/10.6019/S-BSST3125 .Open asset ↗Biostudies · S-BSST3125lines:176-186Plant phenotyping relevance match · UnverifiedCrossref · OpenAlex · checked 14 Sept 2026
Advancements in stay-green phenotyping are increasingly utilizing hyperspectral sensing technology to assess crop response under extreme environmental conditions. Yet, the effectiveness of different spectral features in explaining stay green remains to be fully elucidated. This includes identifying which bands and spectral indices are more effective in capturing the genotypic differences in stay-green traits. The main objective of this study was to evaluate hyperspectral leaf reflectance as a means to estimate stay-green visual scores (SGVS) as an indicator of drought tolerance and to further understand whether chlorophyll absorption-band spectral indices can differentiate SGVS classifications during post-flowering stages of maize. The experiment was conducted over two growing seasons in Germany, comprising 18 maize genotypes under two contrasting water availability conditions. We measured leaf hyperspectral reflectance using a spectroradiometer in the second, fourth, and sixth week after flowering, along with stay-green traits measurements. We employed raw spectral reflectance, hyperspectral vegetation indices (VIs) in combination with random forest (RF) and ANN models to predict SGVS. Results showed that drought stress significantly affected stay-green-related traits and led to a 43.5% decrease in grain yield in the inbred lines. The grain dry yield (GDY) was positively correlated with stay-green visual scores (SGVS), with higher SGVS associated with higher GDY. Stay-green traits were correlated with various VIs, with the best correlation observed for the Chl_NDI (r = 0.91). Stay-green groups were successfully classified using the selected VIs, with the water-absorption band VIs performing better than the chlorophyll-absorption band VIs and other VIs. Similarly, for predicting the SGVS, the water absorption band indices (R² = 0.79 ± 0.04 and RMSE = 0.12 ± 0.01) outperformed the chlorophyll absorption band indices when using RF. Leave-one-out-location/year cross-validation revealed pronounced variation in model transferability driven by environmental and temporal domain shifts. RF consistently outperformed ANN, showing greater robustness to inter-site heterogeneity and interannual variability, whereas performance degraded most in spectrally distinct environments or atypical seasons. Interestingly, RDIS_3b (1280, 1250, 1180 nm), NDIS_2b (2190, 1510 nm), and NDWI2 (860, 1241 nm) were identified as the most critical predictors in the RF models, across merged and separated datasets. These findings demonstrate the potential of spectral signatures, particularly water-absorption band spectral indices, for quantitative phenotyping of stay-green as a proxy for drought tolerance in maize breeding programs; however, multisite, multiyear calibration is needed to enhance generalizability.
Why it matches plant phenotyping methodsトウモロコシのstay-green形質を対象に、葉のハイパースペクトル反射を用いた形質推定・分類モデルを評価し、交差検証で転移性と頑健性も検証しているため、センサー型表現型計測手法が中心である。
abstractThe main objective of this study was to evaluate hyperspectral leaf reflectance as a means to estimate stay-green visual scores (SGVS)
The brown planthopper ( Nilaparvata lugens ) is one of the most destructive pests of rice and poses a threat to yield stability and food security. Although host-plant resistance is the most sustainable strategy for BPH management, conventional resistance phenotyping remains labor-intensive, destructive, and poorly suited for large-scale breeding. Here, we combined hyperspectral reflectance profiling of 50 rice varieties with an interpretable machine learning framework to enable non-destructive prediction of resistance phenotypes. Using post-infestation spectral profiles, we established classification models that captured resistance states shaped by constitutive traits and inducible defense responses. Among 13 evaluated algorithms, a radial basis function support vector machine achieved the best performance on full-spectrum data within the sampled variety panel, with an average accuracy of 0.939 ± 0.015 and a maximum of 0.972. Predictive wavelengths were concentrated in the green, red-edge, and near-infrared regions, corresponding to variation in pigment regulation, canopy structure, and water status. Spectral and network analyses showed that resistant genotypes exhibited more complex but less stable spectral co-occurrence networks, consistent with physiological trade-offs associated with defense. We also tested whether resistance could be predicted before pest infestation. Pre-infestation spectra retained significant predictive power, with accuracies of 0.572 ± 0.021 for five-class classification and 0.667 ± 0.021 for binary classification, indicating that constitutive defense-associated physiological states are optically detectable before visible damage occurs. Together, our results show that hyperspectral reflectance encodes both inducible responses after infestation and constitutive defense baselines present beforehand. This work establishes a scalable, non-invasive phenotyping strategy for early resistance screening within evaluated germplasm panels, while future validation across independent and variety-level held-out populations will be required before broader deployment.
Why it matches plant phenotyping methodsイネの害虫抵抗性という植物状態を、ハイパースペクトル計測と機械学習で非破壊推定する方法を開発・評価しており、表現型取得が研究の中心である。
abstractwe combined hyperspectral reflectance profiling of 50 rice varieties with an interpretable machine learning framework to enable non-destructive prediction of resistance phenotypes.
• First PRISMA-ScR mapping of 79 HSI-ML asymptomatic detection studies (42 species, 74 pathogens) • Controlled-to-field accuracy gap quantified: 91.4% vs. 86.3% (5.1 pp, p = 0.0163 ) • 56.8% of studies omit temporal sampling documentation (CV = 139%) • SWIR underutilization (11.8%) reflects economic, not scientific, barriers • DBVS proposed as standardized temporal metric for cross-study comparability Plant disease management requires non-invasive detection methods capable of identifying infections before visible symptom manifestation, thereby enabling timely intervention. Hyperspectral imaging combined with machine learning and deep learning (HSI-ML) achieves 90.2% classification accuracy in controlled environments for asymptomatic plant detection; however, systematic characterization of methodological practices across this rapidly expanding field remains absent. This PRISMA-ScR compliant scoping review mapped 79 peer-reviewed studies (2010–2025) encompassing 42 plant species and 74 pathogenic agents using a Population-Concept-Context framework. Visible-near-infrared (VNIR) systems dominated deployment (61.8%, n = 49 ), while short-wave infrared (SWIR) systems remained substantially underutilized (11.8%, n = 9 ) due primarily to economic rather than scientific constraints. Among 67 unique algorithms identified, machine learning methods accounted for 30.7% (SVM, random forests, and PLS-DA predominant), whereas deep learning represented 28.4% (2D-CNN, 3D-CNN, and hybrid architectures). Critical methodological gaps emerged: 56.8% of studies omitted temporal sampling documentation (detection latency range: 1–56 days post-inoculation; coefficient of variation = 139%). Platform-stratified analysis revealed controlled environments achieved 91.4% ± 6.6% classification accuracy ( n = 48 ) versus 86.3% ± 9.1% for field/UAV deployments ( n = 26 ), representing a significant 5.1 percentage-point performance decrease ( p = 0.0163 ). Detection accuracy exhibited a weak negative correlation with detection timing ( ρ = − 0.33 , p = 0.067 ), though this association did not reach conventional statistical significance. Methodological heterogeneity—rather than algorithmic limitations—constitutes the primary barrier to field operationalization. Adoption of Days Before Visible Symptoms (DBVS) as a standardized temporal metric could resolve an estimated 40–50% of cross-study variance currently attributed to inconsistent asymptomatic-phase definitions.
Why it matches plant phenotyping methods植物病害の無症状感染をHSIと機械学習で検出する手法群を対象に、79研究の方法、精度、時間指標、標準化課題を体系的に評価したレビューであり、フェノタイピング手法が中心です。
titleEarly detection of plant pathogens in the asymptomatic phase: A scoping review of hyperspectral imaging combined with machine learning
Plant diseases have continued to threaten agricultural productivity, while manual inspection methods have remained inefficient and prone to subjectivity. This study proposed and assessed a hybrid framework integrating a Convolutional Neural Network (CNN) with a Large Language Model (LLM) to perform image-based plant leaf disease classification accompanied by interpretable diagnostic explanations. EfficientNetV2-M was employed as the visual backbone and trained on 11 selected classes of apple, grape, and potato leaf images derived from the PlantVillage dataset. A structured data splitting strategy was applied to ensure reliable model validation and unbiased testing. The classification capability of the CNN component was examined through standard multi-class evaluation indicators, including class-wise predictive consistency and error distribution analysis. Experimental results indicated that the model delivered highly consistent predictions, reaching a peak test accuracy of 99.79%, reflecting its robustness in distinguishing visually similar disease patterns. To overcome the black-box limitation, prediction outputs were transformed into structured prompts and processed by GPT-4o to generate contextual explanations. The generated narratives systematically described observable symptoms, highlighted distinguishing characteristics, and suggested initial management actions. Overall, the proposed hybrid system demonstrated that combining high-performance visual recognition with language-based reasoning enhanced both diagnostic reliability and interpretability in digital agriculture applications.
Why it matches plant phenotyping methods植物葉の画像から病害状態を推定するCNN・LLM統合手法を開発・評価しており、病害分類と説明生成が研究の中心であるため。
abstractThis study proposed and assessed a hybrid framework integrating a Convolutional Neural Network (CNN) with a Large Language Model (LLM) to perform image-based plant leaf disease classification accompanied by interpretable diagnostic explanations.
Reproduction assets foundThe paper uses the public PlantVillage color dataset (11 apple/grape/potato classes, 9,385 images) and explicitly points to it in the DATA AVAILABILITY statement as the replication package data. The authors also provide a public Streamlit demonstration of their hybrid CNN–LLM system. No author analysis code or trained-Dataset · publicaper. The research was conducted for academic purposes, and no financial, commercial, or
personal relationships influenced the study design, data analysis, interpretation of results, or
preparation of the manuscript.
DATA AVAILABILITY
The data associated with this study are publicly available online in the replication package.
[https://github.com/spMohanty/PlantVillage-Dataset/tree/master/raw/color]
AUTHOR CONTRIBUTIONS
Frenky Riski Gilang Pratama: Conceptualization; Programming and coding
implementation; Methodology; Writing-Original Draft. Sugiarto Surono: Conceptualization;
Methodology; Supervision; Writing-Review & Editing. Aris Thobirin: Proofreading Paper;
Writing-Review & Editing; FunOpen asset ↗https://github.com/spMohanty/PlantVillage-Dataset/tree/master/raw/colorpdf-raw-page:10 lines:1-52Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Published1 Aug 2026International Journal of Innovative Science and Research TechnologyCited by 0 · OpenAlex ↗
This paper presents an IoT and edge-AI enabled autonomous agricultural robot that performs early plant disease diagnosis and precision irrigation on a single mobile platform. Unlike earlier automated farming systems that rely on visible-spectrum (RGB) imagery and simple threshold-based watering, the proposed system fuses RGB and nearinfrared (NIR) imagery to compute the Normalised Difference Vegetation Index (NDVI), enabling detection of physiological plant stress several days before visible lesions appear. Leaf images are classified using a lightweight attention-guided convolutional neural network that combines a MobileNetV3 backbone with a Convolutional Block Attention Module (CBAM), allowing the network to focus on lesion-relevant channels and spatial regions while remaining compact enough for real-time inference on an ESP32-S3 edge controller. Irrigation and pesticide-spray decisions are no longer governed by a rigid binary threshold; instead, a Mamdani-type fuzzy inference engine fuses soil moisture, ambient temperature, and the NDVI-derived stress index to compute a proportional, continuously variable actuation signal, reducing both water wastage and false triggering. The robot streams sensor readings, classification results, and actuation logs to a cloud dashboard over Wi-Fi/MQTT so that farmers can monitor crop health and irrigation status remotely and receive real-time alerts. Experimental evaluation on a prototype platform shows that the proposed attention-guided model improves disease-classification accuracy over a baseline CNN, the NDVI-assisted pipeline detects stress earlier than colour-only analysis, and the fuzzy irrigation controller reduces water consumption relative to the binary threshold scheme while maintaining optimal soil-moisture levels. The results indicate that combining multispectral sensing, attention-based lightweight deep learning, and fuzzy control on a single autonomous platform is a practical and scalable route towards sustainable, resource-efficient precision agriculture.
Why it matches plant phenotyping methodsRGB/NIR画像からNDVIによる植物ストレスを推定し、葉画像から病徴を分類する取得・解析手法をロボット上で開発・評価しており、植物表現型の測定が中心である。
abstractthe proposed system fuses RGB and nearinfrared (NIR) imagery to compute the Normalised Difference Vegetation Index (NDVI), enabling detection of physiological plant stress several days before visible lesions appear.
Image-based techniques are widely used in plant disease classification to support agricultural productivity and facilitate early detection. This study presents a comparative analysis between a baseline convolutional neural network (CNN) and a ResNet50-based transfer learning model for tomato leaf disease classification. A publicly available dataset containing five categories—tomato bacterial spot, tomato late blight, tomato septoria leaf spot, tomato yellow leaf curl virus, and healthy leaves—was used in the experiments. Model performance was evaluated using several standard classification metrics, with emphasis on overall accuracy. The baseline CNN achieved an accuracy of 97.0%, whereas the ResNet50 model reached 99.6%. The results demonstrate that the ResNet50 model produces more stable and reliable predictions, particularly when distinguishing between visually similar disease classes. These findings confirm that transfer learning can effectively improve classification performance in plant disease recognition tasks.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から分類するCNN/ResNet50手法を比較評価しており、植物病害状態の取得・推定が研究の中心である。
abstractThis study presents a comparative analysis between a baseline convolutional neural network (CNN) and a ResNet50-based transfer learning model for tomato leaf disease classification.
The precise identification of unsound soybean seeds is a critical step in deep soybean processing and seed selection. The accuracy of this identification directly influences the quality of subsequent processed products, as well as the germination rate and yield of soybean crops. This study proposes a nondestructive identification method for unsound soybean seeds based on hyperspectral imaging (HSI), Gramian Angular Field (GAF), and a Dual-Channel Residual-Squeeze-and-Excitation Network with GAF Fusion (DC-RSEN-GF). According to common damage types, soybeans were categorized into six classes: sound seeds, thermal-damaged seeds, insect-damaged seeds, broken seeds, spotted seeds, and moldy seeds. Spectral data from these six soybean categories were acquired using a hyperspectral camera and transformed into two-dimensional GAF images. The DC-RSEN-GF network integrates one-dimensional spectral data with two-dimensional GAF images. After preprocessing with Savitzky-Golay (SG) smoothing, high-precision classification was achieved through residual blocks, an attention mechanism (using SENet), and feature fusion. Compared to five benchmark models-Extremely Randomized Trees (ERT), Linear Discriminant Analysis (LDA), Support Vector Machine (SVM), VGG19, and ResNet18-the DC-RSEN-GF model achieved superior performance, with accuracy, precision, specificity, and F1-scores of 96.36%, 96.43%, 97.92%, and 96.36%, respectively. The accuracy, precision, and F1-scores are all superior to traditional machine learning and existing deep learning models, demonstrating better classification capabilities. In addition, t-distributed Stochastic Neighbor Embedding (t-SNE) was employed for visual analysis of soybean spectra, further validating the reliability of the DC-RSEN-GF model. The proposed detection method, based on HSI and DC-RSEN-GF, enables accurate and nondestructive identification of unsound soybean seeds and holds significant potential for practical application.
Why it matches plant phenotyping methodsハイパースペクトル画像と深層学習を用いて、種子の損傷・病変状態を非破壊的に分類する取得・解析手法が研究の中心であり、植物状態の表現型測定に該当する。
abstractThis study proposes a nondestructive identification method for unsound soybean seeds based on hyperspectral imaging (HSI), Gramian Angular Field (GAF), and a Dual-Channel Residual-Squeeze-and-Excitation Network with GAF Fusion (DC-RSEN-GF).
Early screening of tomato leaf diseases is important because foliar symptoms can reduce plant vigor and delay appropriate crop management. This study develops an Android-based tomato leaf disease classification system using MobileNetV2 as a lightweight convolutional neural network (CNN) architecture. The contribution of this work is the integration of model training, independent testing, and on-device Android deployment that supports camera and gallery inputs without relying on server-side computation. The dataset consisted of 1,200 balanced tomato leaf images from five classes: bacterial spot, late blight, target spot, tomato yellow leaf curl virus, and healthy leaf. Images were resized, normalized, augmented for training, and divided into training, validation, and independent testing subsets. The model obtained 94.12% training accuracy, 93.00% validation accuracy, and 89.00% independent test accuracy. The confusion matrix showed that tomato yellow leaf curl virus was classified without error, whereas bacterial spot, late blight, target spot, and healthy leaves produced several misclassifications because of similar lesion and discoloration patterns. The results show that MobileNetV2 is suitable for lightweight mobile disease screening, although larger field datasets, cross-validation, model comparison, and explainability analysis are still needed for broader deployment.
Why it matches plant phenotyping methodsトマト葉の病徴画像から病害状態を分類するCNN手法を開発し、独立テストとモバイル実装まで評価しており、植物表現型取得・抽出が中心である。
abstractThis study develops an Android-based tomato leaf disease classification system using MobileNetV2 as a lightweight convolutional neural network (CNN) architecture.
The efficacy of biological control agents is often inconsistent across pathogen isolate panels, yet conventional dual-culture screening often reduces antagonism to single endpoint measurements such as radial growth or colony area. Here, we developed a quantitative phenotyping framework to evaluate interactions between three Trichoderma antagonists and Colletotrichum isolates associated with coffee and cacao. Dual-culture assays were used to quantify antagonist and pathogen morphology after 96 h, and the combined morphology dataset was analyzed using machine learning to test whether host-associated isolate panels could be classified from colony-level interaction traits. To address potential information leakage and basal-growth confounding, we evaluated control-only pathogen morphology models and leave-one-pathogen-isolate-out validation. Under random 5-fold validation, Random Forest models achieved similar balanced accuracy using control-only pathogen morphology and full dual-culture interaction morphology, 0.840 and 0.864, respectively. Under the more conservative leave-one-pathogen-isolate-out validation, performance decreased but the full dual-culture model, balanced accuracy = 0.725, outperformed the control-only model, balanced accuracy = 0.578, indicating that basal pathogen morphology contributes to host-associated differences while interaction-level traits add information beyond basal growth alone. Hyperspectral imaging was then used as a proof-of-concept, non-invasive tool to characterize selected interaction interfaces. In the complete 11C-65-1 × P24-83/P24-192 subset, VNIR reflectance residuals showed interface-specific deviations from within-plate colony-side spectral mixing axes. These residual wavelength features are presented as candidate spectral correlates rather than validated biochemical mechanisms. Overall, morphology-based machine learning and hyperspectral interface phenotyping provide a scalable framework for controlled biocontrol screening, while emphasizing the importance of isolate-aware validation and cautious spectral interpretation.
Why it matches plant phenotyping methods植物コロニーの形態を定量化し、機械学習とハイパースペクトル画像で相互作用表現型を抽出する枠組みを開発・検証しており、表現型取得と解析手法が研究の中心である。
abstractHere, we developed a quantitative phenotyping framework to evaluate interactions between three Trichoderma antagonists and Colletotrichum isolates associated with coffee and cacao.
Japanese agriculture faces pressing challenges, including a declining and aging farming population and the need to adapt to climate change. To address these issues, Smart Agriculture is being introduced to improve production efficiency. Among these, unmanned aerial vehicles (UAVs) have gained attention for their ability to rapidly monitor entire fields. We proposed a machine learning-based crop growth diagnosis system that generates spatiotemporal data for multiple vegetation indices (VIs) using the quartile method and diagnoses crop growth based on patterns of change in these values. The experimental site consisted of five paddy fields within an 80 m × 50 m plot in Iwate Prefecture, Japan, equipped with weather and water sensors. Ground-truth data (overall length, culm length, panicle number, and stem number) were collected approximately one week before harvest. UAV monitoring was conducted four times using a multispectral camera, and growth analysis was performed with six VIs. Correlation analysis revealed a positive relationship between crop growth and the daily average water level during the drainage period, and a negative relationship with the daily temperature range in mid-June. A combined cluster-label representation, constructed from clustering results of all VIs for each mesh, enabled integrated analysis and visualization of multi-index patterns. Grid size optimization showed no significant differences in correlation trends between 1 m × 1 m and 5 m × 5 m resolutions. For non-crop area removal, a comparison of three image segmentation methods demonstrated that the Otsu Method achieved the highest performance. Finally, to facilitate practical use in the field, we prototyped a report interface for the diagnosis system. Future work will focus on developing a comprehensive field diagnosis system to clarify field environments, with the aim of addressing fragmentation and enclaves in Japanese farms.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像と植生指数、画像分割、クラスタリングを統合した作物生育診断システムの開発・評価が中心であり、作物形質との相関検証や実用インターフェースも扱っている。
abstractWe proposed a machine learning-based crop growth diagnosis system that generates spatiotemporal data for multiple vegetation indices (VIs) using the quartile method and diagnoses crop growth based on patterns of change in these values.
Plant stress recognition plays a vital role in precision agriculture by enabling the early detection of diseases, insect infestations, and nutrient deficiencies that adversely affect crop productivity. Although deep learning models have achieved promising results, existing CNN-, Transformer-, and hybrid architectures often struggle to capture complex spatial dependencies, distinguish visually similar stress symptoms, and handle class imbalance in multi-label classification. To address these challenges, this paper proposes Q-TriLSTM-Vision, a novel hybrid deep learning framework that integrates an EfficientNet-B0 visual encoder, a tri-stream long short-term memory (TriLSTM) network, and a lightweight quantum-inspired interference gate. Unlike quantum computing-based approaches, the proposed interference mechanism is implemented entirely using classical neural operations to enhance feature representation without requiring quantum hardware. The model further employs an entanglement-inspired attention fusion module, focal binary cross-entropy loss with label smoothing, weighted sampling, and per-class threshold calibration to improve discriminative learning and minority-class recognition. The proposed framework was evaluated on the OLID-I dataset and further validated on the PlantVillage and PlantDoc benchmark datasets. Experimental results demonstrate that Q-TriLSTM-Vision achieved Macro-F1 scores of 0.9127, 0.9624, and 0.8975 on OLID-I, PlantVillage, and PlantDoc, respectively, outperforming representative CNN-, Transformer-, and hybrid deep learning models while achieving lower Hamming loss and improved recall. Cross-validation, ablation studies, and statistical significance analysis further confirm the robustness and effectiveness of the proposed framework. Overall, Q-TriLSTM-Vision provides an accurate, computationally efficient, and reliable solution for intelligent plant stress recognition in precision agriculture.
Why it matches plant phenotyping methods植物ストレス症状を画像から認識する深層学習手法を開発し、複数の植物画像ベンチマークで検証しているため、表現型取得・抽出法が中心である。
Sugarcane plant diseases pose a significant threat to agricultural productivity, yet early and accurate identification remains challenging for farmers due to the limitations of manual inspection. This study proposes a sugarcane leaf disease classification system using ConvNeXt V2 Tiny, a modern convolutional architecture with a Global Response Normalization (GRN) mechanism, combined with an ensemble Stratified K-Fold Cross Validation strategy (K=6) to improve generalization on real-world field data. A dataset of 2,948 leaf images spanning five classes (Red Rot, Mosaic, Rust, Yellow Leaf, and Healthy) was used, with field-collected images held out as a fixed test set. The ensemble model achieved a mean validation accuracy of 98.49% ± 0.58% across six folds and a test accuracy of 98.39% on 427 unseen field images, with macro-average precision, recall, and F1-score each reaching 98%. ConvNeXt V2 Tiny substantially outperformed ResNet-50 (87.35%) and EfficientNetV2-S (83.37%) under identical experimental settings, demonstrating superior generalization across the domain gap between curated and field data. The primary contribution of this study is the first application of ConvNeXt V2 Tiny with ensemble K-Fold strategy for sugarcane disease classification, offering high accuracy with moderate computational complexity (28.6M parameters) and practical deployability, as demonstrated through the SugarScan web application.
Why it matches plant phenotyping methodsサトウキビ葉画像から病害状態を推定する画像ベースの表現型解析手法が研究の中心であり、モデル性能の検証・比較も実施しているため含める。
abstractThis study proposes a sugarcane leaf disease classification system using ConvNeXt V2 Tiny
Reproduction assets foundThe paper's phenotyping inputs include a public Kaggle dataset (Sugarcane Leaf Disease Dataset, SLD) of sugarcane leaf disease images used for training/validation, plus field-collected images. Only the Kaggle dataset qualifies as a paper-specific public asset with an authors' URL; no author analysis code, trained modelDataset · publicsecondary data from the Sugarcane Leaf Disease Dataset (SLD)
available publicly on Kaggle (https://www.kaggle.com/datasets/pritpal2873/sug arcane-leaf-disease-dataset)Open asset ↗Kaggle · pritpal2873/sugpdf-page:2 lines:54-60Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Published31 Jul 2026World Journal of Advanced Engineering Technology and SciencesCited by 0 · OpenAlex ↗
Proper diagnosis of plant disease and nutrient deficiency is crucial in enhancing crop productivity, reducing yield losses and early agricultural interventions. This paper introduces the machine learning approach for automated identification of plant diseases and their severity by analyzing the images of plant leaves. The proposed framework involves image preprocessing, feature extraction, classification and severity estimation, which would enable the accurate identification of various types of disease and estimation of their severity levels while detecting nutrient deficiencies. An extensive image dataset of healthy, diseased and nutrient deficient leaves was used to train and test the models. As illustrated by the experimental results, the proposed framework outperforms the existing machine learning and deep learning methods for plant disease identification and nutrient deficiency detection with the classification accuracy of 98.76% and 98.14% respectively. In addition, the severity assessment module estimates well to enable accurate pesticide and nutrient application, which minimizes chemical use. The proposed framework provides a scalable, efficient, and precise approach for smart crop health monitoring and precision agriculture applications.
Why it matches plant phenotyping methods葉画像から植物病害・栄養欠乏の同定と重症度推定を行う機械学習フレームワークが研究の中心であり、植物状態の画像ベース表現型計測に該当する。
abstractThis paper introduces the machine learning approach for automated identification of plant diseases and their severity by analyzing the images of plant leaves.
Purpose: This paper investigated automated physical quality assessment of harvested seeds. Design/Methodology/Approach: This study provides an extensive review of computer vision-based two-dimensional (2D) and three-dimensional (3D) deployments for the physical inspection of harvested seeds and grains. For this purpose, a total of 75 peer-reviewed articles published between 2022 and 2025 were identified from scientific databases, including Scopus, Web of Science, IEEE Xplore, and ScienceDirect. These articles were based on seed quality assessment, image processing, and artificial intelligence. The selected articles were systematically analysed according to different stages of the processing pipeline, including data acquisition, preprocessing, segmentation, feature extraction, and classification. Research Limitation: This review is restricted to physical quality assessment of harvested seeds, excluding chemical, biochemical, and nutritional parameters. It references 75 peer-reviewed articles published between 2022 and 2025. Findings: This study identified technical problems related to variations in seed samples, hardware setups, segmentation, feature selection, and classification. These problems significantly affect the performance of automated systems. Based on a critical examination of the present automated systems, this paper highlighted the scope for future research. Practical Implication: An advanced, future-ready system can address the need for integrated imaging methods and effective data processing. Social Implication: The adoption of automated seed inspection systems provides assurance of food security. Originality/ Value: This paper identified critical gaps such as the absence of a unified processing framework, the lack of cross-species generalisation, and the limited adoption of explainable AI.
Why it matches plant phenotyping methods収穫種子の物理品質を画像から評価する2D/3Dコンピュータビジョン手法を体系的にレビューしており、植物形質取得法が中心である。
abstractThis study provides an extensive review of computer vision-based two-dimensional (2D) and three-dimensional (3D) deployments for the physical inspection of harvested seeds and grains.
Common beanGrapevineLeafClassificationObject detectionStress / disease detectionDisease symptoms / severity
Plant leaf disease is a grave risk to crop suitability and agricultural sustainability, and therefore, the ability to make early and accurate diagnosis is a mandatory need in the contemporary precision farming system.In recent years, deep learning has gained significant attention for image-based plant disease detection.Despite its effectiveness, model performance can be influenced by factors such as redundant feature representations and sensitivity to hyperparameter selection.To address these challenges, this study proposes a nested hybrid optimization framework that combines the Cuckoo Search Algorithm (CSA) for channel selection with the Beluga Whale Optimization Mechanism (BWOM) for tuning the hyperparameters of a Convolutional Neural Network (CNN).The proposed approach is independently evaluated on bean and grape leaf datasets under consistent experimental conditions to assess its disease classification performance.In addition to strong predictive performance, the framework incorporates explainable AI (XAI) techniques, namely Gradient-weighted Class Activation Mapping (Grad-CAM) and Gradientweighted Class Activation Mapping Plus Plus (Grad-CAM++), to enhance model interpretability.These approaches highlight the most significant visual features influencing predictions, thereby providing valuable insights for agronomists and fostering trust in AI-based systems.Experimental results show that the proposed CSA-BWOM optimized CNN achieves classification accuracies of 99.61% and 99.38% on the bean and grape datasets, respectively, outperforming baseline CNN models and exhibiting competitive performance when compared to a few existing approaches.
Why it matches plant phenotyping methods植物葉の病徴を画像から分類するCNN最適化・説明可能AI手法が研究の中心であり、植物病害状態の表現型推定に該当する。
titleExplainable AI-based CNN Optimization Model for Plant Leaf Disease Detection
Identifying the complex leaf disease is a major challenge in crop production. Traditional Capsule Networks face challenges in capturing the complex features associated with various plant diseases, even though they can effectively retain spatial hierarchies. To overcome challenges, this research presents a novel Capsule Networks framework for the identification of leaf disease and its classification. The research proposes a Feedback-Enabled Capsule Routing and a Capsule-Level Attention mechanism. The Feedback-Enabled Capsule Routing method that refines classification outcomes also introduces top-down contextual signals, whereas the Capsule-Level Attention mechanism dynamically weighs capsule outputs based on their relevance. Incorporating this, we also integrated Primary Capsule Squashing and Dynamic Routing. All methods are grounded in formal mathematical definitions. The XAI techniques are integrated to visualize the model's decision-making process for transparency. Empirical evaluations demonstrate the model's effectiveness in achieving classification accuracies of 98.97% and 98.49% in the PlantVillage and the PLD datasets, respectively. This framework addresses the trust gap in AI-driven agricultural diagnostics, allowing for a transparent and reliable method of disease detection in agricultural applications.
Why it matches plant phenotyping methods葉画像から植物病害を分類する新規カプセルネットワークと説明可能AIを開発・評価しており、植物の病害状態の画像ベース推定が中心的な方法論的貢献である。
abstractthis research presents a novel Capsule Networks framework for the identification of leaf disease and its classification.
With the rapid development of artificial intelligence, UAV remote sensing, and agricultural Internet of Things technologies, crop growth monitoring is evolving from manual inspection and single-source analysis toward intelligent decision-making based on multisource perception. However, existing methods still suffer from limited robustness under environmental variations, insufficient integration between UAV imagery and sparse ground sensor observations, and weak capability for transforming predictions into practical agricultural management recommendations. This study proposes a UAV–ground sensor collaborative lightweight framework for crop growth assessment and agricultural decision support. The proposed framework integrates UAV RGB and multispectral imagery with ground sensor observations through a region-level aerial–ground alignment mechanism and a sensor-guided attention fusion module, enabling environmental conditions to enhance visual feature interpretation. Furthermore, a fact-constrained decision module is developed to generate management recommendations based on crop status, environmental risks, and field information. Experimental results demonstrate that the proposed method achieves superior performance in crop growth classification and yield-trend prediction, reaching Accuracy, Precision, Recall, and F1-score values of 92.47%, 91.86%, 91.39%, and 91.62%, respectively, with an RMSE of 0.381 and an R2 of 0.902. The lightweight framework requires only 6.18M parameters and 0.91G FLOPs, achieving 39.56 ms inference latency and 25.28 FPS on edge devices. The proposed framework also improves decision reliability, achieving an expert agreement rate of 89.34% and a risk identification accuracy of 90.18%. Economic analysis indicates that the proposed framework reduces labor cost, water consumption, and fertilizer input by 49.7%, 26.7%, and 23.0%, respectively, while increasing net benefit by 46.1% compared with conventional field management practices. These results demonstrate that the proposed method provides an accurate, interpretable, and deployable AI-driven solution for intelligent crop management in smallholder and medium-sized farming systems.
Why it matches plant phenotyping methodsUAV画像と地上センサーを融合し、作物生育状態を評価する取得・推定フレームワーク自体を開発しており、植物状態の推定方法が中心的です。
abstractThis study proposes a UAV–ground sensor collaborative lightweight framework for crop growth assessment and agricultural decision support.
Agriculture plays a crucial role in the Indian economy. Early detection of plant diseases is very much essential to prevent crop loss and further spread of diseases. Most plants such as apple, tomato, cherry, grapes show visible symptoms of the disease on the leaf. These visible patterns can be identified to correctly predict the disease and take early actions to prevent it. This can be overcome by the use of machine learning and deep learning algorithms. Hence, we are proposing a method that which is detecting the disease of a tomato plant from their leaf images. Here the process is performed with the deep learning algorithms Convolutional Neural Network (CNN), and MobileNet which is a one of the transfer learning method of CNN. Once after training the dataset with the algorithms, the accuracy of algorithms is compared and the images are classified. And the precautions are also provided for the classified plant.
Why it matches plant phenotyping methodsトマト葉画像から病害状態をCNN/MobileNetで推定・分類する手法が研究の中心であり、植物病害フェノタイピングに該当する。
abstractwe are proposing a method that which is detecting the disease of a tomato plant from their leaf images
Agriculture continues to be one of the principal contributors to the economy and food security of developing nations, yet farmers regularly face difficulties such as unpredictable weather, variable soil conditions, and crop diseases that reduce quality and income. This paper presents a Crop Prediction and Plant Disease Detection System that integrates machine learning and deep learning techniques within a single web-based platform. The system accepts agricultural parameters — nitrogen, phosphorus, potassium, temperature, humidity, pH, and rainfall — and applies a Random Forest regression model to estimate the expected crop. In parallel, it allows farmers to upload images of crop leaves, which are pre-processed and classified by a Convolutional Neural Network (CNN) to identify plant diseases and recommend suitable treatment. The application is built using ASP.NET Core for the user-facing interface, authentication, and dashboard, while a Python-based REST API hosts the machine learning and deep learning models; Microsoft SQL Server is used for persistent storage of user data, predictions, and disease records. The proposed system combines two traditionally separate functions — crop estimation and disease diagnosis — together with treatment recommendations and prediction history, into a single decision-support tool for precision agriculture, and was validated through unit, integration, and system-level testing
Why it matches plant phenotyping methods葉画像からCNNで植物病害を推定する機能が意思決定支援システムの主要構成要素であり、植物の病害状態を画像ベースで評価しているため含める。
abstractit allows farmers to upload images of crop leaves, which are pre-processed and classified by a Convolutional Neural Network (CNN) to identify plant diseases and recommend suitable treatment
Introduction Timely and accurate detection of plant diseases is essential for ensuring global food security and supporting sustainable agriculture. Conventional diagnostic approaches, such as manual inspection and laboratory testing, are often time-consuming, labor-intensive, and impractical for large-scale or remote agricultural environments. Although deep learning models, particularly Convolutional Neural Networks (CNNs), have significantly improved automated plant disease classification, they often lack interpretability and struggle to generalize under diverse field conditions. Methods This study proposes AgriX-SENet, an explainable deep learning framework that integrates Squeeze-and-Excitation (SE) blocks with a DenseNet121 backbone to enhance disease classification performance. The SE blocks recalibrate channel-wise feature responses to emphasize disease-relevant information while suppressing background noise. To improve model transparency, Grad-CAM, SHAP, and LIME were incorporated to provide visual and feature-level explanations of the model’s predictions. The framework was trained and evaluated using the Plant Pathology 2020 dataset containing four classes: healthy, rust, scab, and multiple diseases. Results AgriX-SENet achieved a training accuracy of 97.47% and a validation accuracy of 95.07%, outperforming fourteen state-of-the-art deep learning models. The classification report demonstrated high precision and recall across most disease categories, although the scab class exhibited comparatively lower recall, indicating an opportunity for further improvement. The explainability analyses consistently showed that the model focused on pathologically relevant regions of leaf images, validating the reliability of its predictions. Discussion The proposed AgriX-SENet framework effectively combines high classification performance with model interpretability, addressing a key limitation of existing CNN-based plant disease detection systems. Its ability to provide accurate and explainable predictions makes it a promising solution for scalable agricultural diagnostics. Future work will focus on improving classification performance for challenging disease categories and optimizing the framework for deployment on mobile and edge computing devices to enable real-time field applications.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定する説明可能な深層学習フレームワークを開発・評価しており、植物表現型取得・判定手法が中心である。
abstractThis study proposes AgriX-SENet, an explainable deep learning framework that integrates Squeeze-and-Excitation (SE) blocks with a DenseNet121 backbone to enhance disease classification performance.
Reproduction assets foundThe paper trains and evaluates AgriX-SENet on the public Plant Pathology 2020 (FGVC7) Kaggle image dataset, which is the paper-specific plant image input for its disease-classification measurements. No author analysis code, trained model checkpoints, or supplementary code/data deposit is mentioned; the data statement (Dataset · publicPlant Pathology 2020 - Fgvc7 . Available online at: https://www.kaggle.com/competitions/plant-pathology-2020-fgvc7/data .Open asset ↗Kaggle · plant-pathology-2020-fgvc7lines:895-974Plant phenotyping relevance match · UnverifiedEurope PMC · Crossref · checked 5 Sept 2026
Abstract Deep learning has achieved remarkable success in rice disease diagnosis; however, existing methods often suffer from limited interpretability and poor robustness against open-world environmental noise. To address these challenges, this study proposes the Knowledge-Guided Multi-Task Rice Network (MTRNet) built upon a ResNet-50 backbone. Unlike conventional "black-box" models, MTRNet employs expert knowledge injection via a phytopathological matrix to explicitly disentangle disease features into Shape, Color, and Location attributes within a multi-head architecture. Furthermore, to mitigate false positives in complex field scenarios, a non-parametric Cascade Inference System (CIS)—comprising a biological grayscale filter and a visual consistency check—is introduced for robust Out-of-Distribution (OOD) detection and anomaly rejection. Experiments on a benchmark dataset of 5,932 field images, which primarily comprises four main rice diseases (Rice Leaf Blast, Brown Spot, Bacterial Leaf Blight, and Tungro), demonstrate that MTRNet achieves a diagnostic accuracy of 99.83%. Crucially, in an open-world robustness evaluation involving 1,000 non-agricultural noise samples, the proposed system achieved an 81.80% OOD rejection rate. By balancing diagnostic accuracy with structural transparency, this framework effectively narrows the gap between laboratory benchmarks and real-world agricultural applications.
Why it matches plant phenotyping methodsイネ病害の画像から病徴を診断する深層学習・OOD検出手法を提案し、実画像データで性能評価しており、植物の病害状態の取得・推定が研究の中心である。
abstractthis study proposes the Knowledge-Guided Multi-Task Rice Network (MTRNet) built upon a ResNet-50 backbone.
Plant phenotyping plays a critical role in understanding plant health and improving agricultural productivity by enabling quantitative analysis of disease-related physiological characteristics.Among these, leaf diseases significantly impact crop yield and quality, necessitating accurate and automated phenotyping approaches.Traditional phenotyping methods rely on manual inspection or handcrafted feature extraction, which are time-consuming, prone to human error, and lack scalability under diverse environmental conditions.This study introduces a deep learning (DL)-based approach for image-based plant phenotyping, focusing on the classification of disease-affected traits.The developed method integrates segmentation-based region extraction, dual-branch feature learning, and attention-based feature fusion.Initially, input images are preprocessed and passed through a TransUNet-based segmentation module to isolate phenotypically relevant leaf regions while suppressing background interference.Both the original image and the segmented region are then processed using a RegNet-based feature extraction network to capture global structural information and localized disease-specific characteristics.The extracted features are fused using an attention-based mechanism, followed by fully connected layers for multiclass classification.Experimental results obtained on the controlled PlantVillage grape leaf dataset, which serves as a standardized benchmark for plant disease classification, demonstrate an overall classification accuracy of 97.8%, with precision, recall, and F1-score values of 97.7%, 97.9%, and 97.8%, respectively.In addition, the segmentation module achieves an Intersection over Union (IoU) of 94.1% and a Dice score of 96.8%, confirming its effectiveness in isolating relevant phenotypic regions.
Why it matches plant phenotyping methods植物病害形質の画像取得・領域抽出・分類を中核とする深層学習フェノタイピング手法の開発と性能評価であり、方法が中心的です。
abstractThis study introduces a deep learning (DL)-based approach for image-based plant phenotyping, focusing on the classification of disease-affected traits.
Agriculture plays a pivotal role in ensuring global food security, economic stability, and sustainable development. Plant diseases significantly reduce agricultural productivity, resulting in substantial economic losses and threatening food supply worldwide. Early and accurate identification of plant leaf diseases enables timely intervention, minimizes crop damage, and enhances agricultural yield. Traditional disease diagnosis relies heavily on visual inspection by agricultural experts, making the process labor-intensive, subjective, and unsuitable for large-scale deployment. Recent advances in artificial intelligence, particularly deep learning, have transformed plant disease diagnosis by enabling automatic feature extraction and highly accurate image-based classification. This review presents a comprehensive analysis of recent developments in deep learning techniques for plant leaf disease identification. Various convolutional neural network (CNN) architectures, including AlexNet, VGGNet, ResNet, DenseNet, EfficientNet, MobileNet, Inception, and Xception, are critically reviewed along with modern transformer-based models such as Vision Transformer (ViT), Swin Transformer, and hybrid CNN–Transformer frameworks. The paper also examines transfer learning strategies, object detection methods including YOLO and Faster R-CNN, and semantic segmentation approaches such as U-Net and DeepLabV3+. Publicly available benchmark datasets, including PlantVillage, PlantDoc, AI Challenger, Cassava Leaf Disease, and Rice Leaf Disease datasets, are discussed in terms of dataset diversity, annotation quality, and practical applicability. Furthermore, image preprocessing techniques, data augmentation methods, evaluation metrics, and deployment considerations for mobile and edge devices are comprehensively reviewed. The paper identifies current research challenges, including dataset imbalance, environmental variability, model interpretability, computational complexity, and limited real-world generalization. Finally, emerging research directions such as explainable artificial intelligence, federated learning, multimodal learning, self-supervised learning, lightweight architectures, and edge AI are discussed to provide future research opportunities. This review serves as a valuable resource for researchers, practitioners, and agricultural technologists interested in developing robust, scalable, and intelligent plant disease identification systems.
Why it matches plant phenotyping methods植物葉の病害状態を画像から識別する深層学習手法を中心に、モデル、データセット、評価、展開を体系的にレビューしており、植物表現型計測手法のレビューに該当する。
abstractThis review presents a comprehensive analysis of recent developments in deep learning techniques for plant leaf disease identification.
Accurate and quick detection of plant leaf diseases is essential for precision agriculture to intervene promptly and boost crop yields. A new deep learning model called ResVNet has been introduced in this study. It combines the powerful local feature detection of ResNet152 with the global attention capabilities of Vision Transformer (ViT) and utilises Low-Rank Adaptation (LoRA) to accelerate fine-tuning. The PlantVillage dataset, which contains both healthy and diseased tomato samples, was used to train and test ResVNet. Experimental evaluation on the PlantVillage tomato dataset using stratified 5-fold cross-validation demonstrates that the proposed ResVNet model achieves a mean classification accuracy of 97.45%, along with superior macro-precision, macro-recall, and macro-F1 scores compared to existing deep learning architectures. The results of the confusion matrix and the ROC analysis validate its discriminatory power. The results highlight the potential of architectures strengthened with transformers in agricultural diagnostics. For real-time disease detection in the field, ResVNet is perfect for edge device deployment on drones and smartphones thanks to its high accuracy and adaptability. The application of Explainable AI (XAI) technologies for interpretability, integration with the Internet of Things (IoT), and multi-crop classification will all be explored in future studies. We will also look into model compression approaches so we can deploy efficiently in low-resource settings without sacrificing performance.
Why it matches plant phenotyping methods植物葉の病害状態を画像から分類する深層学習手法を開発し、PlantVillageで交差検証して性能評価しているため、植物フェノタイピング手法が中心である。
abstractA new deep learning model called ResVNet has been introduced in this study.
Introduction Banana production is increasingly threatened by fungal diseases such as Fusarium wilt and Black Sigatoka, posing severe risks to food security and agricultural economies. Recent image-based approaches using deep learning have shown high predictive capacity for plant disease recognition; however, their limited transparency, calibration uncertainty, and sensitivity to domain shifts can restrict their use in decision-support workflows that require auditability. Methods This study proposes an interpretable and calibrated Artificial Intelligence framework for multiclass banana disease-pattern characterization based on radiomic feature analysis of RGB leaf images. Radiomic features were extracted from HSV-segmented banana leaf regions, resulting in a dataset of 14,763 samples characterized by 103 quantitative descriptors and labeled as Healthy, Sigatoka, or Fusarium wilt race 1. Results Among the evaluated radiomics classifiers, the calibrated Random Forest achieved accuracy = 0.85, balanced accuracy = 0.84, macro-F1 = 0.84, and macro ROC-AUC OvR = 0.95 on the held-out test set. Bootstrap analysis yielded 95% confidence intervals of [0.8406, 0.8691] for accuracy and [0.8306, 0.8606] for balanced accuracy. Three deep learning baselines trained on the same partition achieved higher predictive performance: MobileNetV3 with accuracy = 0.96, macro-F1 = 0.95, and macro ROC-AUC OvR = 0.97; EfficientNet with accuracy = 0.96, macro-F1 = 0.97, and macro ROC-AUC OvR = 0.96; and ResNet-18 with accuracy = 0.96, macro-F1 = 0.96, and macro ROC-AUC OvR = 0.96. Discussion The CNNs produced strong classification performance on the evaluated repositories, and the radiomics approach demonstrated to be a complementary interpretable and explainable calibrated reference model. SHAP, LIME, permutation importance, accumulated local effects, calibration curves, and Brier score decomposition supported feature-level inspection of the final model.
Why it matches plant phenotyping methodsバナナ葉のRGB画像から病害状態を抽出・分類する画像解析および説明可能な機械学習手法が研究の中心であり、植物病害表現型の評価性能も検証している。
abstractThis study proposes an interpretable and calibrated Artificial Intelligence framework for multiclass banana disease-pattern characterization based on radiomic feature analysis of RGB leaf images.
Leaf disease diagnosis needs models that are accurate enough for agronomic use yet small enough for constrained computing settings. This study examines a late-attention MobileNetV2 design in which one Convolutional Block Attention Module (CBAM) is inserted between the last MobileNetV2 convolutional map and global average pooling. The experiments use 54,306 controlled-background PlantVillage images spanning 38 classes. Under a uniform saved-model re-evaluation, MobileNetV2 + CBAM obtained 97.17% accuracy and 97.15% weighted F1-score, whereas MobileNetV2 obtained 96.78% and 96.73%. On the converted models, paired testing gave a 0.64-percentage-point accuracy advantage for the CBAM variant (95% CI: 0.31–0.96; exact McNemar p
Why it matches plant phenotyping methods植物葉の病徴を画像から検出する軽量深層学習モデルを開発・比較しており、植物病害状態の画像ベース表現型取得が中心である。
titleAn Efficient Attention-Enhanced MobileNetV2 Framework for Plant Disease Detection on Resource-Constrained Devices
Plants encounter multiple abiotic stresses. Among them, heat and drought stress play a substantial role in reducing the agricultural productivity of commercial plants. Hence, wild and underutilized plants can be a potential alternative as they are naturally tolerant to extreme climatic conditions and are a rich source of nutrition. Manual stress and disease detection is a laborious and expensive process, and hence automation in this field is required to reduce agricultural losses. This study evaluates the prediction and detection of abiotic stress in Acacia senegal bipinnate leaves, exploring various stress-induced changes using machine learning (ML) algorithms and biochemical analysis. A. senegal , an underutilized edible desert legume, was grown under controlled greenhouse conditions. After 2 months, these plants were segregated into groups and subjected to heat and drought treatments. Image acquisition was performed to obtain a dataset of 3,454 images of A. senegal leaves. Physiological parameters, such as fresh and dry leaf weight, shoot length, number of leaves, and biochemical assays like antioxidant assay (DPPH), total phenolic content (TPC), and total flavonoid content (TFC), were determined. LC-MS/MS analysis was conducted to identify over 50 phytochemical compounds. A hybrid model was developed consisting of a fine-tuned EfficientNet-based Convolutional Neural Network (CNN) followed by a Support Vector Machine (SVM) for the binary classification of A. senegal leaves. The model distinguishes between healthy and stress-affected unhealthy leaves and achieved an accuracy score of 86.6%. This report provides a significant lead toward stress phenotyping and prediction of a bipinnate leaf plant using ML algorithms. The overall study is useful to understand how the stress encountered by arid plants alters the nutritional quality.
Why it matches plant phenotyping methods画像データと機械学習モデルを用いて、アカシア葉の健全・ストレス状態を自動分類する手法を開発・評価しており、植物表現型取得が中心です。
abstractThis study evaluates the prediction and detection of abiotic stress in Acacia senegal bipinnate leaves
Reproduction assets foundThe paper's data availability statement explicitly makes the 3,454-image A. senegal leaf imaging dataset public on Zenodo and the ML implementation source code public on GitHub; both are paper-specific, public, and actionable.Dataset · publicThe plant leaf imaging data used in the work is publicly available at https://doi.org/10.5281/zenodo.16531486.Open asset ↗zenodo · 10.5281/zenodo.16531486html-lines:480-497Code · publicThe source code of the implementation is available at https://github.com/softwareinnovationslabBITS/CDRF_ASenegal_MLImagingOpen asset ↗github · softwareinnovationslabBITS/CDRF_ASenegal_MLImaginghtml-lines:480-497Plant phenotyping relevance match · UnverifiedEurope PMC · checked 14 Sept 2026
Rice leaf diseases pose a major threat to crop productivity and global food security. Therefore, rapid and accurate disease diagnosis is essential for effective crop management. Despite the advancements made by deep learning algorithms in automated disease detection, the majority of current deep learning-based models are built and evaluated on single-source datasets. Therefore, the generalization capability of these models is still questionable. In order to overcome this problem, this paper presents an interpretable deep learning approach for classifying diseases in rice leaves using ConvNeXt-Tiny and Grad-CAM. The proposed semantic class normalization technique is used to harmonize the heterogeneous data classes to form a seven-class classification system. The model performance was analyzed based on two available public datasets for rice leaf disease and a combination of both. After performing five individual runs, the average classification accuracies were calculated to be 99.13±0.37%, 95.28±0.63%, and 97.27±0.41% for Datasets 1, 2, and the combined dataset, respectively. The confusion matrix analysis indicated minor misclassification errors in the form of false positives for the disease classes which have similarities in appearance. The training and validation curves showed consistent learning with minimum overfitting. Moreover, Grad-CAM analysis confirmed the focus of the model on the disease-specific regions. These results collectively show that the combination of transfer learning, semantic class harmonization, and explainable AI is a stable platform to conduct automated rice disease detection. It is evident from these outcomes that reliable performance can be achieved even under heterogeneous imaging conditions. Consequently, there exists great potential for this approach in agricultural decision-support systems.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から分類・推定する深層学習手法を開発し、異質データセットで性能評価しているため、植物フェノタイピング手法が中心です。
abstractthis paper presents an interpretable deep learning approach for classifying diseases in rice leaves using ConvNeXt-Tiny and Grad-CAM.
Plant disease detection is critical for sustainable agriculture and food security. While deep learning models achieve high accuracy in leaf disease classification, their black box nature poses limitations for trust and adoption among agricultural practitioners. This study presents a comparative evaluation of three convolutional neural network architectures (ConvNeXt-Tiny, MobileNetV2, and VGG16) for classifying potato, maize, and pepper leaf diseases, with emphasis on explainability through Gradient-weighted Class Activation Mapping (Grad-CAM). The experimental results demonstrate that ConvNeXt-Tiny achieves 99-100% accuracy across all plant species, MobileNetV2 attains 97-100% accuracy with lower computational requirements, and VGG16 yields 97-99.5% accuracy. Grad-CAM visualizations reveal that modern architectures precisely focus on lesion regions, whereas older models occasionally attend to irrelevant features such as leaf veins and edges. Misclassification analysis identifies shadows and natural leaf patterns as primary error sources. This research demonstrates that explainable artificial intelligence is not merely complementary but essential for developing trustworthy agricultural decision support systems.
Why it matches plant phenotyping methods植物葉の病変領域を画像から分類・可視化する手法を比較評価しており、病害状態の表現型抽出が研究の中心です。
abstractThis study presents a comparative evaluation of three convolutional neural network architectures (ConvNeXt-Tiny, MobileNetV2, and VGG16) for classifying potato, maize, and pepper leaf diseases, with emphasis on explainability through Gradient-weighted Class Activation Mapping (Grad-CAM).
Abstract Pests and diseases are major constraints to cereal production, reducing crop yield, farm profitability, and food security worldwide. Timely detection of crop health threats and accurate assessment of infection severity are essential for effective crop protection, yet conventional field scouting remains labor-intensive, subjective, and unsuitable for real-time decision-making. Although recent advances in the Internet of Things (IoT) and deep learning have enhanced automated crop monitoring, most existing approaches focus on single-task disease classification and provide limited support for severity-aware management. This study proposes ResMDCL-PDM (Residual Network with Multi-Dimensional Compensation Layer for Pest and Disease Management), an IoT-enabled multi-task deep learning framework for precision pest and disease management in maize and rice production. The framework combines field-based environmental sensing with a modified ResNet-50 architecture enhanced by a Multi-Dimensional Compensation Layer (MDCL) to jointly identify crop species, classify pest and disease categories, and estimate infection severity. Field images collected from maize and rice farms at the Federal University of Agriculture, Abeokuta, Nigeria, were integrated with publicly available benchmark datasets. Following preprocessing and data augmentation, 8,556 annotated images were used for model development and evaluation. The proposed framework achieved an overall classification accuracy of 97.8% , outperforming AlexNet, VGG16, MobileNetV3, DenseNet121, EfficientNet-B0, and the baseline ResNet-50. High precision, recall, and F1-score, together with ablation analysis, confirmed the effectiveness of the proposed MDCL. The results demonstrate that integrating IoT-enabled monitoring with multi-task deep learning provides reliable, severity-aware decision support for targeted crop protection and offers a practical, scalable solution for sustainable precision agriculture.
Why it matches plant phenotyping methods植物画像から病害・害虫カテゴリーと感染重症度を推定するIoT・深層学習フレームワークの開発と評価が中心であり、感染植物の状態を直接測定する方法論的研究である。
abstractThis study proposes ResMDCL-PDM (Residual Network with Multi-Dimensional Compensation Layer for Pest and Disease Management), an IoT-enabled multi-task deep learning framework for precision pest and disease management in maize and rice production.
Plant diseases have long been considered a major threat to global food production systems. Therefore, early diagnosis is vital to mitigate the risk of these diseases. This task can be challenging, as the number of harmful diseases is substantial. One technology that has gained widespread interest is artificial intelligence, specifically deep learning, which is used to identify plant diseases using leaf patterns. This paper presents two deep learning models, a custom CNN model and a transfer learning model based on the DenseNet-121 architecture. Experiments were carried out using the PlantCity dataset, which consists of twelve subsets of diverse crop species representing fruits, vegetables, and grains with variations among the subsets, including the number of classes, the subset sizes, class distribution, and visual complexity of disease symptoms. The two models were evaluated using multiple metrics, including accuracy, loss, precision, recall, and F1-score. Explainable AI using the LIME technique was deployed to better interpret the acquired results. Results showed that the developed transfer learning model based on DenseNet-121 had superior performance over the CNN model, with accuracies ranging from 86% to 99% across eleven experimented crops. In order to perform an independent experimental validation for the developed model, future work will focus on constructing a local crop dataset captured from Iraqi fields to evaluate the developed models based on the local environment.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定する深層学習手法を開発し、複数作物・指標で性能評価しているため、植物フェノタイピング手法が中心である。
abstractThis paper presents two deep learning models, a custom CNN model and a transfer learning model based on the DenseNet-121 architecture.
Early and accurate identification of plant diseases is essential for improving crop productivity and ensuring food security. Many existing deep learning-based plant disease classification methods rely solely on leaf images collected from a controlled environment, which limits their applicability in real-world agricultural conditions where symptoms may be visually unclear and influenced by environmental factors. To address these challenges, this study discusses AgriFusionNet, a context-aware multimodal deep learning framework that integrates leaf images, textual symptom descriptions, and environmental data for robust plant disease classification. The proposed architecture employs EfficientNet-B0 for visual feature extraction, BERT for semantic representation of symptom descriptions, and a lightweight multilayer perceptron for modeling environmental factors such as temperature, humidity, rainfall, and soil moisture. Features from all three modalities are fused into a unified representation to train the CNN model. The model is trained and tested upon the Context-Aware Multimodal Augmented PlantVillage dataset covering 38 plant diseases and healthy classes. Experimental results show that AgriFusionNet gives an overall accuracy of 98.94% on the dataset Context-Aware Multimodal Augmented PlantVillage, with competitive precision and recall and F1-score. The multimodal framework facilitates the co-learning of visual, semantic, and contextual environmental representations and the analyses of the confusion matrix and feature interactions give insights into cross-modal relationships. The proposed approach aims to explore context-aware multimodal representation learning for agricultural AI applications, with emphasis on integrating complementary visual, semantic, and contextual information.
Why it matches plant phenotyping methods葉画像を中心に、症状記述と環境情報を統合して植物病害状態を分類する手法を開発・評価しており、植物フェノタイピング手法が中心である。
abstractthis study discusses AgriFusionNet, a context-aware multimodal deep learning framework that integrates leaf images, textual symptom descriptions, and environmental data for robust plant disease classification.
Reproduction assets foundThe paper's data availability statement points to the Context-Aware Multimodal Augmented PlantVillage dataset (leaf images, symptom text, environmental data used for the phenotyping/classification analysis) deposited publicly on IEEE Dataport with a DOI matching an allowed URL.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: Dataset. IEEE Dataport. https://dx.doi.org/10.21227/9jat-r836 [Accessed on August 2025].Open asset ↗IEEE Dataport · 10.21227/9jat-r836lines:1029-1047Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Published26 Jul 2026International Journal of Research Publication and ReviewsCited by 0 · OpenAlex ↗
Cotton leaf diseases significantly affect crop productivity, fiber quality, and agricultural sustainability, making early and accurate disease diagnosis essential for effective crop management. Manual disease identification is time-consuming, subjective, and dependent on expert knowledge, highlighting the need for automated and intelligent diagnostic systems. This study proposes a CNN-based deep learning framework for automated multiclass classification of cotton leaf diseases using digital image analysis. The proposed framework is trained on a curated dataset comprising healthy and diseased cotton leaf images representing multiple disease categories. CNN architecture performs hierarchical feature extraction, automatically learning discriminative spatial representations from input images without manual feature engineering. The network is trained for 100 epochs using optimized hyperparameters to achieve robust feature learning while ensuring high generalization capability. Model performance is quantitatively evaluated using standard classification metrics, including accuracy, precision, recall, F1-score, and confusion matrix analysis, providing a comprehensive assessment of classification effectiveness. Experimental results demonstrate that the proposed framework achieves reliable disease recognition with high classification accuracy and minimal inter-class confusion, validating the effectiveness of CNN-based feature learning for agricultural image analysis. The automated system enables rapid and accurate disease diagnosis, supporting timely intervention, optimized crop protection strategies, and improved decision-making in precision agriculture. Future work will focus on improving model robustness through the integration of larger and more diverse datasets, advanced data augmentation techniques, transfer learning, and hybrid deep learning architectures. Furthermore, deployment of the proposed framework on mobile, edge, and web-based platforms, together with IoT technologies, can facilitate real-time field monitoring and disease surveillance. Overall, the proposed CNN framework provides a scalable, computationally efficient, and intelligent solution for automated cotton leaf disease classification, contributing to the advancement of AI-driven precision agriculture and sustainable crop management.
Why it matches plant phenotyping methodsワタ葉の病徴を画像から分類するCNN手法の開発と性能評価が研究の中心であり、植物の病害状態を直接推定するため。
abstractThis study proposes a CNN-based deep learning framework for automated multiclass classification of cotton leaf diseases using digital image analysis.
Pod shattering is a major domestication-related trait and one of the principal causes of pre-harvest yield losses in cowpea (Vigna unguiculata (L.) Walp.), particularly under hot and dry conditions. Rapid and reliable identification of shattering-resistant genotypes is essential for improving breeding efficiency. The present study evaluated a national core collection of 245 diverse cowpea genotypes over three consecutive years (2023–2025) to identify a simple phenotypic marker associated with pod-shattering resistance. Genotypes were screened using a modified Random Impact Method (RIM), and pod physical traits, including pod length, pod breadth, pod thickness, pod wall weight, seed-to-pod ratio, and dorsal suture morphology, were examined for their association with shattering response. A distinct and consistent morphological marker was identified in the dorsal suture of mature pods. Shattering-resistant genotypes exhibited a single, prominent dorsal ridge positioned above the dehiscence zone, whereas susceptible genotypes consistently displayed a two-ridged dorsal suture separated by a central depression that appeared to reduce tissue integrity and facilitate pod rupture under mechanical impact. The observed marker remained stable across years and environmental conditions, indicating its reliability as a rapid visual indicator of shattering resistance. The modified RIM provided a standardised, reproducible, and cost-effective approach for evaluating pod shattering while minimising environmental variation associated with field phenotyping. The identified dorsal ridge morphology offers a simple, non-destructive, and efficient phenotypic marker for large-scale germplasm screening and the selection of resistant genotypes. This marker can accelerate breeding for pod-shattering resistance, improve yield stability, and facilitate the development of climate-resilient cowpea cultivars adapted to drought-prone environments.
Why it matches plant phenotyping methods鞘の裂莢抵抗性を評価する標準化手法と、再現性のある形態マーカーを開発・検証しており、植物フェノタイピングが研究の中心である。
abstractGenotypes were screened using a modified Random Impact Method (RIM)
Abstract Chili is an important economic and nutritional crop with a relatively limited availability of different disease-resistant varieties. Leaf diseases, including those caused by fungi, bacteria, viruses, pests, or nutritional deficiencies, significantly compromise production and crop quality. Early detection of these diseases is key to reducing yield loss; however, traditional visual examinations are limited by time constraints, human subjectivity, and low detection sensitivity at early stages of infection. To overcome these challenges, this study proposes a deep learning–based framework for early multi-class detection of chili leaf diseases using convolutional neural networks (CNNs). A real-field dataset comprising 16,392 high-resolution images of chili leaves across six disease and healthy classes was collected from multiple regions of Bangladesh. The dataset was preprocessed, augmented, and split into training and validation sets using an 80:20 ratio. Five pre-trained CNN architectures—DenseNet121, EfficientNetB3, MobileNetV2, ResNet50, and InceptionV3 were evaluated using a transfer learning strategy. Experimental results demonstrate that MobileNetV2 achieved the best performance, attaining an overall classification accuracy of 96%. The results indicate that the proposed system demonstrates strong generalization capability and effectively discriminates visually similar chili leaf diseases. This work can be considered a valuable application in precision agriculture, providing an efficient, automated, and practical approach for in situ early diagnosis of chili leaf diseases through smart farm management.
Why it matches plant phenotyping methods唐辛子葉の病害状態を画像から分類するCNN手法の開発・比較評価とデータセット構築が研究の中心であり、植物病害フェノタイピングに該当する。
abstractA real-field dataset comprising 16,392 high-resolution images of chili leaves across six disease and healthy classes was collected from multiple regions of Bangladesh.
Precise characterization of alfalfa growth dynamics is essential for breeding accessions with superior regrowth capacity, persistence, and yield stability. However, traditional plot level and coarse scale observations suffer from low signal to noise ratios particularly before canopy closure when phenotypic data are strongly affected by weeds and soil background. Moreover, existing studies rarely capture the dynamic mechanisms of crop development across the entire growth cycle. To address this, the DINO-Pheno-Cluster framework is introduced as a foundation model driven and mechanism decomposed phenotyping approach. This decoupled framework first utilizes DINO-XMem, a few-shot individual plant segmentation network based on DINOv3 and a dual memory mechanism. It subsequently applies parameterized dynamic modeling guided by growth process knowledge. Validation utilized high frequency Unmanned Aerial Vehicle (UAV) imagery from 12 time points across three growing seasons covering 127 alfalfa accessions. DINO-XMem achieved an 89.54% mean Intersection over Union (mIoU) under a 10-shot setting and maintained 86.77% under extreme 1-shot conditions. It successfully resolved dense canopy oversegmentation outperforming fully supervised baselines by 4.08% to 11.97% in mIoU. Crucially, the extracted high purity time series trajectories were parameterized into specific biological indicators including maximum growth rate, comprehensive regeneration index, and seasonal stability index. Gaussian Mixture Model (GMM) clustering based on these mechanistic traits identified four distinct functional ideotypes comprising High yield/High regrowth, Upright/Sparse, High stability/Persistent, and Short/Dense, all validated by ground measured biomass. This workflow establishes a precision screening tool for multi harvest crops advancing crop phenomics toward process level analysis.
Why it matches plant phenotyping methods植物の時系列UAV画像から個体を分割し、成長・再生・安定性などの形質を抽出するフェノタイピング手法の開発と検証が中心である。
abstractthe DINO-Pheno-Cluster framework is introduced as a foundation model driven and mechanism decomposed phenotyping approach
This dataset contains images of Manalagi apple diseases from Indonesia. Data collection was conducted from August 2024 to June 2026. Data were collected in apple orchards. All images were captured under natural environmental conditions. A total of 1168 unique Manalagi apple specimens were successfully documented. The specimens consisted of both healthy and diseased fruit. This dataset comprises four classes: Healthy, Anthracnose, Black Pox, and Powdery Mildew. Each specimen was observed and photographed directly. The documentation process yielded approximately 5100 raw images. The images were captured using various smartphone cameras and DSLR cameras. Each device has different camera specifications. The image size depends on the device used. Images that passed quality inspection were selected for the next stage. Each fruit specimen is cropped from the selected raw image. Each image was then labeled according to its disease class. The image size was standardized to 1024 × 1024 pixels. All images were saved in JPEG format. The curation process yielded 482 images. Each image represents a distinct fruit specimen.
Why it matches plant phenotyping methodsリンゴ果実の健全・病害状態を画像で記録し、分類用データセットとして構築・キュレーションした研究であり、植物病害表現型の取得方法と再利用可能なデータセットが中心です。
titleImage dataset of manalagi apple fruits for multi-class disease classification using deep learning.
Reproduction assets foundThe paper is a Data in Brief article describing a public Mendeley Data repository of Manalagi apple fruit disease images (raw, curated, and augmented), directly usable for plant disease phenotyping/classification.Dataset · publicRepository name: Mendeley Data
Data identification number: DOI: 10.17632/9zgkwwv9j8.6
Direct URL to data: https://data.mendeley.com/datasets/9zgkwwv9j8/6Open asset ↗Mendeley Data · 10.17632/9zgkwwv9j8.6html-lines:97-124Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Doubled haploid (DH) technology significantly shortens the breeding cycle for developing homozygous inbred lines in maize ( Zea mays ). Manual sorting of haploids from a larger bulk of hybrid kernels in an induction cross is a major bottleneck in DH development. Automated systems based on near-infrared (NIR) reflectance spectroscopy can be valuable tools for rapid haploid sorting, provided that sorting accuracy is sufficient for incorporation into the DH process. In this study, we evaluated the accuracy of a custom-built single-kernel NIR (skNIR) sorter for classifying haploid kernels from 12 high-oil haploid induction populations generated from two sweet corn and two field corn donors and four high-oil haploid inducers (HOHIs). We evaluated several general classification models that can be applied without population-specific recalibration or prior genotyping, including models that classified haploids based solely on predicted oil content, as well as multivariate methods that used all wavelengths of the NIR spectra. The highest classification accuracy was obtained using a general multivariate support vector machine (SVM) model. When combined with the two best-performing HOHIs, the general SVM model accurately sorted induction populations from two of the three donor backgrounds crossed with these inducers. Two oil-based methods showed less accurate classification than the multivariate SVM model, due to overlapping oil content distributions across the two kernel classes. Overall, this study demonstrates effective skNIR-based sorting of haploid kernels from diverse induction populations using a single general model. The practical deployment of this instrument in maize breeding programs is discussed.
Why it matches plant phenotyping methods単粒NIR分光装置と分類モデルによるハプロイド種子の判別・選別が研究の中心であり、複数集団で精度評価とモデル比較を行っているため、植物表現型計測手法として含める。
abstractwe evaluated the accuracy of a custom-built single-kernel NIR (skNIR) sorter for classifying haploid kernels from 12 high-oil haploid induction populations
In India, to increase the wheat yield production and support sustainable agricultural practices, timely and correct identification of wheat crop diseases such as yellow rust, brown rust, etc., is very much essential. Further, the majority of deep learning algorithms show high efficiency in plant disease detection and recognition, but these studies rely on handcrafted datasets captured under controlled laboratory conditions and accordingly will not perform well in the real world domain. Furthermore, there is a lack of real field wheat crop disease datasets collected in India, particularly from Haryana state, being the largest producer of wheat crops. Therefore, to address the issue of lack of region specific crop diseases dataset, which are region-specific, the wheat crop disease data set is curated, consisting of 2672 images of healthy and diseased leaves of wheat crops collected from the real field of CCS Haryana Agricultural University, Hisar. The dataset includes typically three classes of leaves of wheat crop, i.e., Yellow Rust (910), Brown Rust (922) and Healthy leaves (840) collected using both a DSLR camera and different smartphone cameras under natural lighting and field conditions. All images were validated and labeled by taking the expertise of wheat pathologists to ensure reliability on the dataset. The study also provides a comprehensive, systematic workflow for transforming raw data into a high-quality benchmark dataset for training using image preprocessing and augmentation techniques. Besides this, a comparative benchmarking analysis is performed under identical experimental conditions using three widely adopted deep learning architectures, which includes ResNet50, MobileNetV2 and EfficientNet-B0. The experimental results show that ResNet50 and EfficientNet-B0 achieve similar performance i.e. approximately 91% classification accuracy on real-field data. However, MobileNetV2 offers a lightweight alternative suitable for mobile and edge deployment. Furthermore, Grad-CAM based explainability analysis was performed to validate model predictions and highlight disease specific regions in wheat leaves. Therefore, this study contributes a practical region specific WheatDisease-HRY dataset and baseline benchmarking framework for developing robust AI based wheat disease diagnosis tools for real world agricultural applications in India.
Why it matches plant phenotyping methodsコムギ葉の病徴を画像から判定するデータセットを構築し、前処理・拡張、深層学習ベンチマーク、説明可能性解析までを中心的に扱うため、植物病害状態の画像ベース表現型手法として採用。
abstractThe study also provides a comprehensive, systematic workflow for transforming raw data into a high-quality benchmark dataset for training using image preprocessing and augmentation techniques.
Field / plotLeafClassificationDisease symptoms / severity
Early and reliable diagnosis of hibiscus leaf diseases is critical to protect horticultural yield. Yet, it remains challenging under real-time field conditions where uncontrolled lighting, clutter, and the non-contiguous nature of pathological symptoms blur diagnostic cues. To address these challenges, we introduce CNN-FusionViT-GNN. This explainable hybrid multi-branch framework synergizes the fine-grained texture extraction of a DenseNet201 backbone, the global contextual modeling of a Vision Transformer (ViT), and the relational reasoning of a Graph Neural Network (GNN). The model is trained and validated on 'Hibiscus,' a curated field dataset of 1165 images from Bangladesh, which is strategically augmented to 8000 samples for robust training following a strict train-validation-test split. The proposed framework achieves a state-of-the-art accuracy of 98.33% with a macro F1-score of 0.98. The framework's generalization is confirmed through high performance on external datasets: 98.78% accuracy on the 52-class Plant City dataset and 83.88% on the 10-class Tomato Leaf Disease dataset, while maintaining a rapid inference time of 10-45 ms. Furthermore, a multi-faceted Explainable AI (XAI) audit using LIME, Grad-CAM++, ViT Attention Maps, and Occlusion Sensitivity validates that the model's decisions are driven by biologically meaningful symptom patterns rather than background artifacts. This study establishes a computationally efficient, transparent, and robust pathway for automated disease diagnosis in precision agriculture.
Why it matches plant phenotyping methodsハイビスカス葉の病徴を画像から分類するCNN-ViT-GNN手法を開発し、複数データセットで性能検証しているため、植物病害表現型の取得・推定が中心である。
abstractwe introduce CNN-FusionViT-GNN. This explainable hybrid multi-branch framework synergizes the fine-grained texture extraction of a DenseNet201 backbone, the global contextual modeling of a Vision Transformer (ViT), and the relational reasoning of a Graph Neural Network (GNN).
Reproduction assets foundThe paper's primary Hibiscus leaf disease image dataset is publicly deposited on Mendeley Data, and the external Tomato Leaf Disease dataset used for validation is also publicly available on Mendeley Data. No author analysis code or trained model checkpoints are reported.Dataset · publicThe primary dataset generated and analyzed during the current study,“Hibiscus Leaf Diseases Classification Dataset,”is publicly available in Mendeley Data 7 .Open asset ↗Mendeley Datalines:307-347Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Premise Accurate species identification is crucial for ecological restoration and can be especially challenging for understudied non-model species. Quercus garryana is the only native oak species in the Pacific Northwest and is an important component of the endangered oak savanna ecosystem. Quercus robur is an imported ornamental species from Europe and has been found to be mistakenly planted as Q. garryana in habitat restoration projects. Methods We measured leaf morphological traits sampled from herbarium collections in their native ranges using the digital morphometric tools MorphoLeaf and Tomato Analyzer. We then used Lasso logistic analysis to generate a predictive model and tested it on leaves from Portland, Oregon. To streamline this species detection process, we developed Garryanalyzer, an ImageJ plug-in that automatically measures leaf traits and outputs species predictions. Results Garryanalyzer demonstrated 95% accuracy in predicting the species identity of herbarium specimens of oaks. Garryanalyzer correctly identified all Q. robur individuals sampled in Portland but showed lower accuracy for Q. garryana . Discussion Many existing morphometric software are not open source, which makes them unable to be customized to specific study systems. Garryanalyzer is built upon the widely used open-source ImageJ platform. This study also demonstrates a viable workflow for developing similar tools for other ecologically important non-model plant species.
Why it matches plant phenotyping methods葉の形態形質を自動測定し、種予測まで行うImageJプラグインとワークフローの開発・評価が中心であり、植物フェノタイピング手法として適格です。
abstractTo streamline this species detection process, we developed Garryanalyzer, an ImageJ plug-in that automatically measures leaf traits and outputs species predictions.
Reproduction assets foundThe paper's authors publicly released the Garryanalyzer ImageJ plug-in source code on GitHub, all original and modified leaf images used in the morphometric analyses on Zenodo, and the full leaf morphometric measurement dataset plus R Lasso analysis code in a second Zenodo repository. All are paper-specific, public,可直接Code · publicThe source code and installation instructions for Garryanalyzer can be accessed on GitHub at https://github.com/zxie8561/Garryanalyzer.Open asset ↗https://github.com/zxie8561/Garryanalyzer · zxie8561/Garryanalyzerhtml-lines:210-274Dataset · publicAll images used in the morphometric analyses, both original and modified, are available on Zenodo (https://doi.org/10.5281/zenodo.17462266).Open asset ↗https://doi.org/10.5281/zenodo.17462266 · 10.5281/zenodo.17462266html-lines:210-274Dataset · publicThe full dataset of leaf morphometric measurements of both GBIF and Portland samples, R code for Lasso analysis, and other miscellaneous files are available on a separate Zenodo repository (https://doi.org/10.5281/zenodo.17546152).Open asset ↗https://doi.org/10.5281/zenodo.17546152 · 10.5281/zenodo.17546152html-lines:210-274Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Field / plotLeafClassificationStress / disease detectionDisease symptoms / severity
This study aims to develop a classification system for papaya leaf diseases based on digital image processing using the Convolutional Neural Network (CNN) method with the MobileNetV3 architecture. The background of this research is the manual process of identifying papaya leaf diseases by farmers, which is often inefficient and prone to misdiagnosis. The research method adopts a software engineering approach using the Agile development model, allowing iterative and flexible system development. The dataset consists of papaya leaf images categorized into three classes: curl, ringspot, and healthy, obtained from field observations and secondary datasets. The data were processed through preprocessing stages before being used to train the CNN model. The results indicate that the best model was achieved using a learning rate of 0.001 and 30 epochs, with a validation accuracy of 95.56% and a testing accuracy of 88.89%. The model demonstrates high confidence in classifying images, particularly for the curl and healthy classes. However, the confusion matrix reveals that the model's performance on the ringspot class remains relatively low due to a high misclassification rate. Overall, the developed system is capable of automatically identifying papaya leaf diseases and has strong potential for implementation as an Android-based application to support early detection and decision-making in plant care.
Why it matches plant phenotyping methodsパパイヤ葉の画像から病害状態を推定するCNN分類手法の開発・評価が研究の中心であり、植物表現型計測に該当する。
abstractThis study aims to develop a classification system for papaya leaf diseases based on digital image processing using the Convolutional Neural Network (CNN) method with the MobileNetV3 architecture.
Potato leaf disease is one of the main problems in potato cultivation because it can reduce plant quality, decrease crop yield, and cause economic losses for farmers. Manual disease detection still has limitations because it depends on farmers’ experience and is prone to errors, especially when disease symptoms have similar visual characteristics. This study aims to apply the Convolutional Neural Network (CNN) algorithm to predict potato leaf diseases based on digital images. The dataset used in this study was obtained from Kaggle and consisted of 1,500 potato leaf images divided into three classes: healthy leaves, early blight, and late blight. The research stages included dataset collection, data splitting into training, testing, and validation data, CNN modeling using Jupyter Notebook, model training with 50 epochs, model evaluation using a Confusion Matrix, and model implementation into a web-based system using Flask. The test results show that the CNN model was able to classify potato leaf diseases with an accuracy of 97%. These results indicate that CNN is effective in recognizing visual patterns in potato leaf images, such as color changes, spots, and leaf damage. This study is expected to serve as a basis for developing an early detection system for potato leaf diseases that is faster, more accurate, and easier for farmers to use.
Why it matches plant phenotyping methodsジャガイモ葉の画像から病害状態を推定するCNN手法が研究の中心であり、モデル評価と実装も行っているため、植物フェノタイピング手法として含める。
abstractThis study aims to apply the Convolutional Neural Network (CNN) algorithm to predict potato leaf diseases based on digital images.
The early and effective diagnosis of tomato leaf diseases is very important to enhance crop yield and reduce economic loss in precision agriculture. The conventional image-based methods are typically based on single architecture model, which cannot capture fine-grained lesion details and global contextual patterns simultaneously in the real-field. To this end, we introduce a deep hybrid Convolutional Neural Network (CNN) –Transformer architecture by combining ConvNeXt Large (ConvNeXt-L) (as local feature extractor) and Swin Transformer (as global context encoder). The concatenated features vector is then fed to a shallow classifier to predict the disease. The model was tested on two datasets, namely a field dataset in agriculture areas from Madhya Pradesh (India) and a benchmark tomato leaf dataset. Experimental results revealed that the proposed scheme achieved accuracy of 92.83% on a primary dataset, and performance was significantly high with an accuracy of up to 95.65% in terms of generalization rate for computing technique models from various environmental conditions.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から推定するCNN–Transformer手法を提案し、複数データセットで性能検証しており、植物フェノタイピング手法が中心である。
abstractwe introduce a deep hybrid Convolutional Neural Network (CNN) –Transformer architecture by combining ConvNeXt Large (ConvNeXt-L) (as local feature extractor) and Swin Transformer (as global context encoder).
Reproduction assets foundThe paper uses a public Tomato Leaves Dataset from GTS AI as its secondary/external validation dataset for tomato leaf disease classification. The primary field dataset from Madhya Pradesh is not stated as publicly available, and no author analysis code or trained model is reported as deposited.Dataset · publicSecondary Dataset: The Secondary dataset was extracted from the public Tomato Leaves Dataset
available at GTS AI platform. It involves various disease classes, such as bacterial spot, early blight,
late blight, leaf mold, powdery mildew, septoria leaf spot and spider mites (Figure 1) target spots are
present in tomato mosaic virus leaves yellow curl virus of tomato. This data set was employed as an
external validation to evaluate the generalization of proposed model in different conditions and
diseases types.
Source : https://gts.ai/dataset-download/tomato-leaves-dataset/Open asset ↗GTS AIpdf-page:20 lines:1-23Plant phenotyping relevance match · UnverifiedEurope PMC · Crossref · checked 5 Sept 2026
Abstract The diseases on sesame leaves have a huge implication on the production and earnings of farmers particularly in the developing areas. It is important to ensure that the disease is properly managed by identifying it early and correctly. The purpose of this study is to create a deep learning-based framework that could be used to categorize four of the most common scenarios involving sesame leaves, i.e. Healthy Leaf, Leaf Spot Disease, Yellowing Leaf Syndrome, and Leaf Damage by Insects using high-resolution images acquired in Pabna, Bangladesh. The preprocessing, augmentation and split of a set of 3,540 images were performed into training and validation sets. The pre-trained convolutional neural networks models were trained and tested on five models inceptionV3, EfficientNetB3, ResNet50, MobileNet, and DenseNet121 by measuring the metrics such as accuracy, precision, recall, and F1-score. MobileNet achieved the highest accuracy of 96.33%, precision of 96%, recall of 96%, and the F1-score of 96%, which is the best amongst them. The findings indicate that deep learning architectures are capable of classifying the sesame leaf diseases in a reliable and precision-oriented way that is not affected by different environmental circumstances. The study facilitates the creation of the automated, efficient methods of detecting the disease at an early stage, cutting down the number of pesticides used and enhancing crop control. Future direction will be to enlarge the dataset, add temporal data and to implement lightweight models so that it can be deployed to real-time field projects
Why it matches plant phenotyping methodsセサマ葉画像から病害状態をCNNで分類する手法の開発・比較評価が研究の中心であり、植物の病害表現型を直接推定している。
abstractThe purpose of this study is to create a deep learning-based framework that could be used to categorize four of the most common scenarios involving sesame leaves
Drought and water deficit have severely restricted melon ( Cucumis melo L.) production in Xinjiang, and large-scale systematic evaluations of drought tolerance at the germination stage are still extremely limited. Physiological and biochemical indicators related to the germination stage, including osmotic adjustment substances and antioxidant enzyme activities, have not yet been incorporated into prediction models for the rapid identification of germplasm drought resistance. To address these research gaps, this study selected 60 accessions of local melon germplasm resources in Xinjiang and used polyethylene glycol (PEG) solutions at four different concentrations (0%, 10%, 20% and 30%) to simulate drought stress conditions. Drought tolerance was evaluated to develop a method for the rapid screening of drought-tolerant germplasms. The findings demonstrated that PEG stress significantly suppressed seed germination and had both stimulatory and inhibitory effects on radicle growth. With the increase in PEG concentration, germination indices consistently exhibited a downward trend. Under 10% PEG treatment, the variation among different germplasms was relatively small, while 30% PEG completely inhibited seed germination. Notably, 20% PEG fell within the semi-lethal concentration range for all tested germplasms and yielded the maximum coefficient of variation for germination rate, which could maximally differentiate the drought resistance differences among germplasms. Therefore, 20% PEG was determined to be the optimal screening concentration. Under 20% polyethylene glycol (PEG) stress, the degree of membrane lipid peroxidation (malondialdehyde, MDA), contents of osmotic regulators (proline, Pro; soluble protein, SP), and activities of antioxidant enzymes (superoxide dismutase, SOD; peroxidase, POD; catalase, CAT; ascorbate peroxidase, APX) in the radicles of melon germplasms were universally elevated. However, the variation ranges and trends of biochemical indices among different germplasms exhibited significant differences. The proline content of melon accessions with strong drought resistance increased, the malondialdehyde (a product of membrane damage) was low, and the enzyme activities increased significantly. The proline content of non-drought-tolerant melon accessions increased less, malondialdehyde accumulated in large amounts, and the activity of some protective enzymes decreased. Correlation analysis demonstrated that Pro exerted a synergistic effect in conjunction with antioxidant enzymes (SOD, CAT) to mitigate drought stress. Cluster analysis classified the germplasm into 14 high-tolerance types, 10 medium-tolerance types, and 9 low-tolerance types. Based on extreme germination phenotypes, 27 germplasms were identified as drought-sensitive types. A prediction model for drought tolerance was established via stepwise regression: D = -0.309 + 0.053 × Pro (proline content) + 0.319 × RL (radicle length) + 0.469 × MDA (malondialdehyde) + 0.137 × SOD (superoxide dismutase), with four core indicators (RL, MDA, Pro, SOD) identified. These findings provide a scientific basis and technical support for drought tolerance breeding, parental selection, and large-scale, precise, and rapid drought tolerance screening of melon germplasms in the arid regions of Xinjiang.
Why it matches plant phenotyping methodsメロン遺伝資源の乾燥耐性を迅速にスクリーニングするため、最適PEG濃度の決定、指標選定、予測モデル構築を中心的に行っており、表現型取得・抽出法の開発に該当する。
abstractused polyethylene glycol (PEG) solutions at four different concentrations (0%, 10%, 20% and 30%) to simulate drought stress conditions. Drought tolerance was evaluated to develop a method for the rapid screening of drought-tolerant germplasms.
Seedling establishment represents a critical phase in early crop growth and development, directly influencing biomass accumulation and yield potential. To characterise early growth dynamics under field conditions, both growth rate and uniformity of emergence need to be assessed continuously; however, manual quantification of these dynamic traits in large-scale trials remains impractical. Here, we present LeafTip-RN, an open-source and deep learning (DL)-powered pipeline for dynamically measuring wheat (Triticum aestivum L.) early establishment in the field. To enable flexible and scalable data collection, ultralow-altitude drone phenotyping was employed, followed by the development of an optimised DL model to automate leaf-tip-related feature extraction from complex backgrounds. Notably, to address data sparsity arising from eight phenotyping timepoints, we integrated an image-to-video generative AI (GenAI) module into the pipeline to interpolate keyframes between early and late seedling stages (i.e. 18-40 days after sowing), resulting in a training library comprising 353,019 labelled leaf tips. Using the pipeline, we successfully quantified multiple agronomically important establishment-related traits (e.g. plot-level leaf tips and seedling spatial uniformity), followed by deriving their growth curves for 51 wheat varieties across two growing seasons (2024-2026). After validating these LeafTip-RN-derived traits, we further computed varietal relative growth rates and uniformity indices, based on which the 51 varieties were classified into high-, medium-, and low-performance groups, revealing discrepancies between LeafTip-RN-derived classification (18-40 DAS) and manual assessment at 40 DAS when dynamic early performance was considered. Finally, to facilitate broad adoption by the plant research community, we developed an openly accessible graphical user interface (GUI) for non-expert users to visualise and analyse rapid seedling developmental changes. Taken together, our study provides a scalable GenAI-powered solution for evaluating seedling establishment in wheat, offering valuable tools for breeders and researchers to identify varieties with enhanced early growth vigour and emergence dynamics that are extensible to other cereal crops.
Why it matches plant phenotyping methodsLeafTip-RNは、ドローン画像と深層学習・生成AIによって小麦の葉先や出芽均一性などの形質を自動抽出・連続推定する手法およびGUIを開発し、導出形質を検証しているため、植物フェノタイピング手法が研究の中心である。
abstractHere, we present LeafTip-RN, an open-source and deep learning (DL)-powered pipeline for dynamically measuring wheat (Triticum aestivum L.) early establishment in the field.
Introduction Safeguarding the yield and quality of field crops against abiotic stresses is critical for large-scale agricultural production and precision agronomy. This study addresses the challenges of detecting concealed fruit stress and overcoming label scarcity in unmanned aerial vehicle (UAV) multispectral monitoring, using blossom-end rot (BER) in processing tomatoes as a case study. Methods We developed a leaf-fruit synergistic Roll and Color Disease Index (RCDI), integrating fruit incidence with visible canopy phenotypic features to characterize the combined canopy-fruit stress status associated with BER. A three-level screening strategy was used to identify the optimal spectral feature set. A Multi-model Collaborative Cyclic Self-Training (MCC-ST) framework was subsequently developed to address the limited availability of severity-labeled samples. Results The combination of GRVI, NDVI, and SAVI was identified as the optimal spectral feature set, achieving stable within-dataset binary classification performance of approximately 97% in repeated cross-validation. Under 30 random-seed repeated stratified three-fold cross-validations, MCC-ST + DT and MCC-ST + RF achieved RCDI-based BER severity-grading accuracies of 85.00% ± 0.31% and 85.07% ± 0.42%, respectively. Compared with the corresponding original DT and RF models, MCC-ST improved repeated-validation accuracy by 16.19-4.09 percentage points. Discussion The RCDI helps bridge the observational gap between canopy signals and concealed fruit stress, while MCC-ST alleviates the bottleneck associated with label scarcity. The proposed approach provides a promising framework for crop abiotic-stress monitoring under limited-label conditions.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像からトマトの果実ストレス状態・BER重症度を推定する指標と、ラベル不足に対応する機械学習フレームワークを開発・検証しており、植物表現型取得・推定手法が研究の中心である。
abstractThis study addresses the challenges of detecting concealed fruit stress and overcoming label scarcity in unmanned aerial vehicle (UAV) multispectral monitoring, using blossom-end rot (BER) in processing tomatoes as a case study.
Chili plants (Capsicum sp.) are one of the important horticultural commodities in Indonesia with high economic value. However, chili productivity is often reduced due to leaf diseases such as leaf curl, yellow leaf virus, and leaf spot disease. Manual disease identification conducted by farmers still has several limitations because it requires considerable time, experience, and is prone to observation errors. Therefore, an automatic system is needed to support early detection of chili leaf diseases quickly and accurately. This study aims to develop a chili leaf disease classification system using a Convolutional Neural Network (CNN) based on leaf images. The dataset used in this study consists of chili leaf images categorized into four classes, namely healthy leaves, leaf curl, yellow leaf, and leaf spot. The research stages include dataset collection, image preprocessing, data augmentation, CNN model training, and model evaluation using a confusion matrix with performance metrics including accuracy, precision, recall, and F1-score. The results show that the CNN model is capable of classifying chili leaf diseases with satisfactory performance. Based on the evaluation results, the model achieved a precision value of 0.75, a recall value of 0.53, and a mean Average Precision (mAP@0.5) value of 0.60. The developed system is also able to display classification results along with the confidence score of the prediction. Therefore, the CNN method has strong potential to be implemented as an image-based early detection system for chili leaf diseases to assist farmers in monitoring plant conditions more effectively.
Why it matches plant phenotyping methods葉画像から健全・各種病徴を分類するCNNシステムの開発と性能評価が研究の中心であり、植物の病害状態を直接推定する画像ベース表現型計測に該当する。
abstractThis study aims to develop a chili leaf disease classification system using a Convolutional Neural Network (CNN) based on leaf images.
Abstract Outbreaks of plant diseases are major threats to world food security particularly in areas where real-time monitoring and quick decision support are constrained by low-power edge gadgets and untrustworthy connectivity. In order to overcome these issues, this paper presents a FPGA-Accelerated IoT implementation of a Causal-Attention Multi-Modal Deep Learning Network, named EpiFusionNet-Edge, that can be applied to monitor crop diseases with real-world farming scenarios with high precision and scalability. The framework incorporates five data modalities that are complementary in nature and they include RGB leaf pictures, microscopic foldscope images, UAV hyperspectral signatures, microclimate IoT sensor measurements and region-specific pathogen/pest pressure indexes giving a complete picture of the health of the plant. Dual causal-attention mechanism is proposed to simulate both spatial and temporal environmental factor activation, which helps to detect and make predictions at the early stage and provides an explanatory logic behind the decisions. Multi-task learning enables classification of diseases, quantification of their intensity at the level of a micro-prediction and prediction of outbreaks in the short term (1–30 days). In order to achieve deployability in resource-constrained settings, the proposed deep learning architecture is ensemble-distilled, structurally pruned, and INT8-quantized, and hardened on a Xilinx Zynq-7000 FPGA platform. The FPGA accelerator is 43.2x faster inference, 88 percent less power usage, and less than 10 ms latency, which allows real-time execution of continuous field monitoring with IoT sensors. Cross-condition assessment on multi-domain datasets shows that there are great improvements on cross-environment generalization rates with 98.6% classification accuracy, 92.7% severity estimation accuracy and less than 3.5% degradation with domain shift. Grad-CAM + + and causal feature traceability further add interpretability with the focus of the model and the pathological indicators proven by experts. The findings show the promise of using a combination of IoT sensing, multi-modal AI fusion, and FPGA hardware acceleration to develop a deployable and scalable and transparent system with regard to precision agriculture. This paper creates a roadmap to a new generation of smart farming systems that are able to conduct disease surveillance and actively protect crops at the periphery in an autonomous manner.
Why it matches plant phenotyping methods植物病害の画像・センサー観測から病害強度を定量化するマルチモーダル・エッジ推論基盤を開発し、精度・速度・消費電力・ドメインシフトを評価しているため、植物フェノタイピング手法が中心である。
abstractthis paper presents a FPGA-Accelerated IoT implementation of a Causal-Attention Multi-Modal Deep Learning Network, named EpiFusionNet-Edge
Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · Crossref · checked 5 Sept 2026
Abstract Quantifying blueberry fruit yield and maturity is important for evaluating yield potential in breeding trials, but manual measurement remains slow, labor-intensive, and costly. Object detection and classification networks offer a high-throughput solution, yet few studies validate image-based counts against hand-harvested ground truth while explicitly accounting for canopy occlusion. Hence, this study developed a multi-class berry detection pipeline for immature and mature berries and validated image-based estimates against hand-harvest counts across 32 diverse southern highbush blueberry genotypes. Among the models evaluated, YOLOv8x achieved the highest detection performance, with an mAP50 of 0.82 and an mAP50–95 of 0.66. External validation produced F1 scores ranging from 0.74 to 0.91 for berry maturity classes. However, image-based detections systematically underestimated hand-harvested fruit counts, with R² values ranging from 0.40 to 0.61. Fruit occlusion varied widely among genotypes, from 42% to 90%, indicating that canopy structure strongly affects berry visibility. Incorporating image-derived canopy architecture, color, and texture features improved predictions of berry counts and maturity. Partial Least Squares regression provided the best performance, increasing R² values of hand-harvested fruit counts, ranging from 0.52 to 0.74. These results show that accounting for canopy occlusion improves image-based estimation of blueberry yield and supports more accurate high-throughput phenotyping.
Why it matches plant phenotyping methodsブルーベリーの収量・成熟度を画像から推定する検出パイプラインを開発し、手収穫値との外部検証および樹冠遮蔽・構造を考慮した改良を行っており、植物表現型取得法が中心である。
abstractthis study developed a multi-class berry detection pipeline for immature and mature berries and validated image-based estimates against hand-harvest counts
Plant diseases are crucial for improving crop yield and ensuring sustainable agricultural practices, particularly for staple crops such as groundnut and paddy leaf. However, existing methods often suffer from limited feature discrimination, inadequate attention to disease-affected regions, and reduced performance under real-world conditions. To address these limitations, this research introduces a novel deep learning (DL)-based GOPI-NET framework for precise groundnut and paddy leaf disease classification. Initially, the input leaf images are enhanced using Bilateral Filtering (BF) and Contrast Limited Adaptive Histogram Equalization (CLAHE) to reduce noise and improve contrast. Subsequently, HSV color space segmentation is employed to precisely isolate disease-affected regions. The proposed Dual Attention Network (DuAtNet) integrates channel and spatial attention mechanisms within a ConvNeXt backbone to capture discriminative disease-specific features. An efficient Fuzzy Extreme Learning Machine (FELM) classifier is then utilized for final categorization into Healthy, Leaf Spot, Bacterial Wilt, and Leaf Blight classes. The effectiveness of the GOPI-NET is evaluated using precision, recall, specificity, accuracy, and F1-score. The experimental results demonstrate that GOPI-NET achieves an overall accuracy of 98.32%. The GOPI-NET improves classification accuracy by 1.29%, 1.40%, and 2.23% compared to GLDICCNN, DNN-CSA, and LeafNet respectively.
Why it matches plant phenotyping methods植物葉画像から病斑領域を抽出し、病害状態を分類する深層学習手法が研究の中心であり、植物病害表現型の取得・推定に該当する。
abstractthis research introduces a novel deep learning (DL)-based GOPI-NET framework for precise groundnut and paddy leaf disease classification.
TomatoMultimodalLeafClassificationDisease symptoms / severityStress response / tolerancePlant / canopy temperature
Wearable plant sensing systems for simultaneous biochemical and physiological monitoring with real-time multimodal data analysis remain limited. Here, we present FolioClip, a multimodal wearable patch that continuously monitors leaf temperature, humidity, light, CO 2 , and three volatile organic compounds (VOCs) with high selectivity. Its bookmark-inspired design enables secure attachment to plant leaves of diverse morphologies and it integrates a flexible printed circuit board for wireless data transmission. We also develop FolioOmni, an open-source machine learning (ML) framework for sensor importance ranking, multi-stress classification, and early stress detection. The integrated FolioClip–FolioOmni platform detects and classifies nine stresses, including light, water, CO 2 , mechanical cut, P. infestans , and A. alternata , in tomato plants with 92% accuracy. Notably, P. infestans on tomato was detected within 15.5 h post-inoculation, earlier than quantitative polymerase chain reaction (qPCR) (~4 days) and visual phenotyping (~7 days), highlighting the potential of integrating multimodal wearable sensing and online ML for precision agriculture.
Why it matches plant phenotyping methods葉の生理・健康状態とストレスを測定するウェアラブルセンシング装置および機械学習解析基盤を開発し、複数ストレスで性能評価しているため、植物フェノタイピング手法が中心である。
abstractWe also develop FolioOmni, an open-source machine learning (ML) framework for sensor importance ranking, multi-stress classification, and early stress detection.
Accurate identification of rice diseases from field images is critical for crop health monitoring and sustainable agriculture, particularly in low-resource environments. However, most deep learning approaches depend on large-scale labeled datasets and pretrained backbones, limiting their applicability to rare or emerging diseases. In this work, we formulate a domain-specific prototype-based few-shot framework that avoids pretrained visual backbones and treats rice disease recognition as structured matching over a pathogen-aware class graph. The individual components, including wavelet-scattering features, optimal transport, semantic prototype fusion, and transductive refinement, are established techniques; the contribution lies in their coupled use within a disease-taxonomy-guided few-shot matching process. This design combines fixed visual descriptors, root-to-leaf prototype matching, class symptom descriptors, and confidence-gated refinement to support rice disease recognition under limited labeled data. We evaluate the model on two publicly available rice disease datasets-the Philippines Rice Diseases and Roboflow Rice-under 1-shot and 5-shot classification settings. In in-domain experiments, our approach achieves up to 95.8% accuracy and 94.9% macro-F1 on the Philippines dataset, consistently outperforming a diverse set of baselines including CNN-from-scratch, ResNet-18-from-scratch, Matching Networks, MAML, ProtoNet, RelationNet, SimpleShot, FEAT, and a flat optimal-transport variant. In cross-domain evaluation, the model demonstrates strong generalization capability, attaining up to 91.7% accuracy and 90.6% macro-F1 when transferring across datasets. An ablation study further confirms the consistent contribution of hierarchical structure, semantic fusion, and transductive refinement to performance gains. These results demonstrate that the proposed framework delivers highly accurate, robust, and data-efficient disease recognition, making it well-suited for real-world agricultural deployment under limited supervision.
Why it matches plant phenotyping methodsイネの病害を圃場画像から認識する手法を開発・評価しており、植物の病害状態を画像から推定する方法が研究の中心である。
abstractwe formulate a domain-specific prototype-based few-shot framework
Reproduction assets foundThe paper evaluates its few-shot rice disease recognition framework on two publicly available rice disease image datasets, with explicit public URLs in the Data Availability statement and dataset description sections. No author analysis code or trained model checkpoints are disclosed.Dataset · publicThe datasets used in this study are publicly available: Philippines Rice Diseases dataset (https://www.kaggle.com/
datasets/shrupyag001/philippines-rice-diseases)Open asset ↗Kaggle · shrupyag001/philippines-rice-diseasespdf-page:19 lines:1-81Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 13 Sept 2026
Cassava brown streak disease (CBSD) threatens food security for millions in East Africa, yet its control remains limited by the absence of field-deployable molecular diagnostics. Here, we introduce ELLA (Electrochemical Lateral flow assay with Linked Analytics), a battery-free, smartphone-powered electrochemical lateral flow assay that delivers enzyme-linked immunosorbent assay (ELISA)-grade protein detection directly in the field. ELLA integrates near-field communication, a single-chip potentiostat, metal-pin electrodes, and ferrocene-labeled nanoparticles into a fully disposable cassette, enabling quantitative immunoassays without optical instrumentation or centralized laboratory infrastructure. Validated across laboratory studies and extensive field trials in Tanzania, ELLA achieved 95% agreement with ELISA and 89% agreement with RT-qPCR, outperforming ELISA’s limit of detection while maintaining a material cost below US$1. By coupling molecular test results with cloud-linked analytics, we further trained DeepELLA, a smartphone-based image classification model that enables scalable surveillance from field-acquired leaf images. Together, these advances unify electrochemical sensing, digital connectivity, and AI-assisted interpretation, enabling portable, ELISA-level diagnostics for plant, environmental, and health monitoring in resource-limited regions.
Why it matches plant phenotyping methods主軸は分子診断ですが、植物葉画像から病害状態を分類するDeepELLAも開発され、植物病害表現型の直接推定を含むため対象に含める。
abstractwe further trained DeepELLA, a smartphone-based image classification model that enables scalable surveillance from field-acquired leaf images
Plant diseases significantly affect agricultural productivity and global food security, while accurate disease identification remains challenging because of uncertain and overlapping visual symptoms in leaf images. Existing deep learning approaches often require large annotated datasets and suffer from limited interpretability in practical agricultural environments. This study presents a multi-parameter improved fuzzy soft set-based framework for plant disease classification using tomato leaf images from the PlantVillage dataset. The objective is to develop an interpretable and reliable classification model capable of handling uncertainty in plant disease patterns through feature-driven fuzzy similarity analysis. The methodology integrates image preprocessing, color and texture feature extraction, variance-based feature weighting, prototype generation using K-means clustering, and fuzzy similarity computation using Mahalanobis distance and Gaussian membership functions. RGB, HSV, and Gray-Level Co-occurrence Matrix (GLCM) features are extracted from standardized leaf images and evaluated within an improved fuzzy soft classification framework. Performance comparison is carried out using machine learning models including Support Vector Machine (SVM), Random Forest (RF), Linear Discriminant Analysis (LDA), and Naive Bayes (NB) implemented in Python using Scikit-learn libraries. Experimental simulation results demonstrate that the proposed framework achieves competitive classification performance while preserving interpretability and robustness under uncertain feature distributions. Performance evaluation is conducted through accuracy analysis, ROC-AUC curves, confusion matrices, ablation studies, and Wilcoxon Signed-Rank statistical testing. The proposed Improved Fuzzy Soft model achieved an accuracy of 88.57% which is less than LDA (94.92%), Random Forest (97.78%) and SVM (97.94%) classifiers. However, in the cross data set validation, the proposed Improved Fuzzy Soft model achieved an accuracy of 67.35% which is greater than LDA (51.02%), Random Forest (51.02%) and SVM (55.10%) classifiers. Statistical validation using the Wilcoxon Signed-Rank Test produced a p-value of [Formula: see text], confirming that the performance difference between the Improved Fuzzy Soft framework and the Random Forest classifier is statistically significant under the current experimental setting.
Why it matches plant phenotyping methodsトマト葉画像から植物病害状態を推定する解釈可能な画像解析・分類フレームワークを開発し、複数モデル、交差データセット検証、アブレーション、統計検定で評価しており、病害表現型の取得・抽出手法が中心である。
abstractThis study presents a multi-parameter improved fuzzy soft set-based framework for plant disease classification using tomato leaf images from the PlantVillage dataset.
Reproduction assets foundThe paper uses public tomato leaf image datasets (PlantVillage and PlantDoc from Kaggle) as phenotyping inputs and states the authors' Improved Fuzzy Soft Framework implementation is publicly available on Zenodo with source code and reproduction instructions.Dataset · publicThe dataset analyzed during the current study are available in the repository:
https://www.kaggle.com/datasets/abdallahalidev/plantvillage-datasetOpen asset ↗kaggle.com/datasets/abdallahalidev/plantvillage-datasetpdf-page:24 lines:1-75Code · publicThe implementation of the proposed Improved Fuzzy Soft Framework is publicly available through the Zenodo repository:
https://doi.org/10.5281/zenodo.20570546
The repository contains the source code, documentation, and instructions required to reproduce the experiments reported in
this study.Open asset ↗zenodo · 10.5281/zenodo.20570546pdf-page:25 lines:1-74Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 15 Sept 2026
Abstract Detecting plant leaf diseases at an early stage is one of the most important requirements for sustainable agriculture, increasing crop productivity, and achieving the global Sustainable Development Goals (SDGs). However, accurately recognizing them in real-world farm fields can still be difficult due to factors such as background complexity, changes in light conditions, and very similar looking classes from a visual standpoint. In order to solve these problems, the authors here present a new Multi-Scale Feature Fusion (MSFF) model that can offer robust and highly accurate performance in identifying plant leaf diseases. Firstly, the brand new hybrid method starts with a U-Net segmentation designed exclusively to separate the diseased parts and thus allow the classification to be more robust. Next, Rank Order Fuzzy (ROF) is implemented to get rid of the background while still maintaining the edges, and the additional data is used for the network to generalize better. The color distribution is then analyzed to determine the variations in color brought about by the infection. In terms of features, EfficientNet is paired with an Attention-based Autoencoder to produce both spatially detailed global features and compact latent representations. The two sets of features are then combined through Canonical Correlation Analysis (CCA) which not only identifies the dependencies between the features but also enhances the discriminative strength. The final fused feature set is fed to module based on YOLO for detection and classification in order to obtain the final result of the plant disease identification system which is both accurate and fast. Among other datasets, the model has been tested on different apple leaf datasets such as FGVC7, AppleLeafSet, PlantVillage Apple, Kaggle Apple Leaves, and ATLDSD, which contain five disease classes. The results of the experiments indicate a classification accuracy of 99.95%, thus the model is superior to several state-of-the-art deep learning and classical machine learning methods. Statistical methods like five-fold cross-validation, paired t-tests ( p
Why it matches plant phenotyping methods植物葉の病変部位を画像から自動抽出し、病害の識別・分類を行う画像ベースのフェノタイピング手法を開発・評価しており、手法が研究の中心である。
abstractthe authors here present a new Multi-Scale Feature Fusion (MSFF) model that can offer robust and highly accurate performance in identifying plant leaf diseases
Plant leaf diseases cause severe losses in crop yields and qualities, and account for considerable volume of losses to the agricultural output globally. Recognition of plant disease early and rightly is crucial to disease treatment and to reduce loss to the crop and to maintain agricultural sustainability. Plant disease that occurs on the leaves has been traditionally detected by farmers and experts with naked eyes by checking its symptoms like discoloration, spots and lesions. However, the process requires time, labour, expertise and is subjective, which renders it unusable for large-scale implemented agriculture. Recent years have seen the promising use of Artificial Intelligence (AI) as a tool for automated plant disease identification. The extraction of manually-crafted features from photographs of plant leaves, such as colour, texture, and form, is at the heart of many Machine Learning (ML) approaches used for disease classification. While these ML models have shown acceptable performance, they require significant manual feature engineering and can be poor at operating in real-world settings and with voluminous data. To address these issues, Deep Learning (DL) algorithms have found extensive usage in the identification and categorisation of plant leaf diseases. The You Only Look Once (YOLO) family of detection of objects models is making waves in the DL object detection space thanks to its impressive dual-tasking capabilities: object identification and multiple illness categorisation in a single pass, all at lightning speed and with pinpoint accuracy. For real-time disease identification in precision agriculture, YOLO stands out as an end-to-end feature learning and object recognition method, set apart from typical ML approaches. Understanding the DL models suggested for plant leaf disease detection and classification using the YOLO principle is the primary goal of this survey. It also provides a comparative and performance analysis of these models by examining their techniques, merits, demerits, datasets used, and evaluation metrics.
Why it matches plant phenotyping methods植物葉の病徴を画像から認識・分類するYOLO系手法を主題とした比較・性能分析レビューであり、植物の病害状態を抽出するフェノタイピング手法が中心です。
abstractUnderstanding the DL models suggested for plant leaf disease detection and classification using the YOLO principle is the primary goal of this survey.
Accurate crop stress detection is essential for precision agriculture; however, most existing approaches rely on binary labels that collapse distinct stress processes water deficit, nutrient deficiency, disease, and pest damage into a single "stressed" category.We demonstrate empirically that this binary formulation is the primary barrier to classification performance: five model architectures achieve ROC-AUC values within ±0.01 of the random baseline (0.50) on binary stress classification, regardless of feature engineering strategy. Decomposing the binary label into stress-type-specific categories enables anXGBoost classifier to achieve 91.4% accuracy and a macro-averaged F1-score of 0.93 using the same underlying features.To extend coverage to visual disease symptoms, we train a MobileNetV2-based CNN on paddy leaf images, achieving 93.7% binary accuracy (healthy vs. disease_stress) with 100% healthy recall.We combine both modalities in a fusion ensemble that merges tabular and image predictions through rule-based priority logic, achieving 94.6% accuracy on the evaluated image subset.
Why it matches plant phenotyping methods葉画像から健全・病害ストレス状態を推定するCNNと、画像・表形式データの融合分類法が研究の中心であり、植物状態の取得・推定手法を評価している。
abstractTo extend coverage to visual disease symptoms, we train a MobileNetV2-based CNN on paddy leaf images, achieving 93.7% binary accuracy (healthy vs. disease_stress) with 100% healthy recall.
Abstract Biotic stress is a major, yet under-quantified, driver of global soybean yield losses, and field-based phenotyping under pest pressure remains a critical bottleneck for crop improvement. Using multi-temporal data from soybean genotypes grown under insecticide-protected and unprotected conditions in Brazil, we present a UAV-based, large-scale and non-invasive framework for evaluating genotype performance under natural pest pressure. We introduce a three-dimensional metric that jointly captures productivity, feature-level similarity as a proxy for tolerance, and phenological response through days to maturity. This unified formulation enables field-based quantification of pest resilience and replaces labor-intensive and often unreliable direct pest collection and counting. To operationalize this framework, we integrate vegetation indices and self-supervised visual embeddings into a common representation space linking feature stability, performance response and phenological development. This approach enables robust identification of genotypes that maintain feature integrity, minimize developmental delay and sustain yield under pest pressure, with genotypic differences peaking during the pod-fill (R3–R4) and grain-fill (R5.1–R5.5) stages. Overall, this work establishes a scalable, field-ready paradigm for quantifying crop resilience to biotic stress and provides a practical pathway to accelerate breeding for stable yields under real-world agricultural conditions.
Why it matches plant phenotyping methodsUAVによる大規模な圃場フェノタイピング基盤と、植生指数・視覚埋め込みを統合した新しい耐虫性表現型の定量手法が研究の中心である。
abstractwe present a UAV-based, large-scale and non-invasive framework for evaluating genotype performance under natural pest pressure
Reproduction assets foundThe paper explicitly states that the analysis code is publicly available in the authors' GitHub repository (jianglong26/soybean-insect-resistance), which directly reproduces this paper's phenotyping pipeline (orthomosaic processing, VI/DINOv3 feature extraction, similarity analysis, genotype ranking). The paper also声明sCode · public540 The code used for analysis is available at https://github.com/jianglong26/Open asset ↗pdf-page:16 lines:1-45Code / dataset availability confirmedEurope PMC · bioRxiv · checked 11 Sept 2026
Solitary bee species that use artificial trap nests are important for agricultural crop production and as indicators of habitat quality. Quantifying cavity-nesting solitary bee foraging and nesting behavior is essential for real-time analysis of population numbers and pollination activity, as well as understanding how environmental conditions shape reproductive success and population dynamics. However, manual observation is labor-intensive, prone to observer bias, and unable to deliver continuous data. Existing automated systems either require individual bee marking or detect presence without resolving nest-tube-level entry and exit events. We developed BeeMonitor, an integrated hardware and computer-vision pipeline that detects nest entry and exit events in cavity-nesting solitary bees from continuous video, using Osmia cornifrons (the horn-faced mason bee) as a model system. A low-cost Raspberry Pi handles solar-powered field recording, while the software combines object detection (YOLOv26), a custom multiple-object tracker (BeeTrack), and a Random Forest classifier trained on trajectory-derived features to distinguish genuine events from incidental detections. Over a 29-day deployment, hardware reliability averaged 97.5% recording coverage. The pipeline achieved 91.3% precision and 87.3% recall (F1 = 0.893), generalizing robustly under leave-one-video-out cross-validation (mean F1 = 0.904). Detected foraging trips correlated strongly with brood cell counts (R2 = 0.849, p < 0.001, n = 19), and a Random Forest model (AUC = 0.820) identified solar radiation as the dominant driver of foraging activity, followed by temperature. BeeMonitor demonstrates that automated computer vision can reliably extract ecologically relevant behavioral data from continuous video, enabling real-time analysis of pollinator behavior and abundance at a temporal and spatial resolution unattainable through manual observation. Its modular design supports adaptation to other species and monitoring contexts.
Why it matches plant phenotyping methods植物ではなく昆虫を対象とするが、映像から採餌・営巣行動を抽出する技術開発として中心的であり、指定スコープの植物表現型ではないため除外。
abstractWe developed BeeMonitor, an integrated hardware and computer-vision pipeline that detects nest entry and exit events in cavity-nesting solitary bees from continuous video
Reproduction assets foundThe paper explicitly states that source code, 3D STL files, and validation datasets/code are publicly available on the authors' GitHub repository and ScholarSphere. These directly support reproducing the paper's behavioral-event detection pipeline and its evaluation (annotated videos, classifier training/LOVO cross-vaCode · publicSource code for
software and 3D stl files can be found on the official GitHub repository here
https://github.com/Team-Insect-Net/BeeMonitor.Open asset ↗Team-Insect-Net/BeeMonitorpdf-page:2 lines:1-57Dataset · publicValidation datasets and code are available on
Scholars Sphere here
https://scholarsphere.psu.edu/resources/55f1f34b-959f-4c60-8dd3-9b33fb09357f.Open asset ↗Scholars Sphere · 55f1f34b-959f-4c60-8dd3-9b33fb09357fpdf-page:2 lines:1-57Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · bioRxiv · Crossref · checked 5 Sept 2026
Abstract Understanding the link between genetic variation and observable traits is key to crop breeding. Hyperspectral imaging captures physiological and biochemical profiles, but current supervised methods require costly trait annotations and treat each observation as a static snapshot, ignoring the temporal dynamics of plant development. We introduce SST-MAE, a self-supervised framework that learns genotype-discriminative representations from plant hyperspectral developmental trajectories, without requiring phenotypic labels. The model learns to reconstruct masked information, capturing multiple growth trajectories. Validated on 194 field-grown lettuce genotypes across eight time points, the frozen encoder serves as a feature extractor for downstream genotype classification. SST-MAE outperforms raw spectral and linear baselines, achieving AUROC > 0.89 for anthocyanin pigmentation SNPs and 0.77 for leaf serration. The learned features are highly label-efficient, attaining near-full performance with only 30–50% of labeled data, offering a scalable pathway toward high-throughput genetic screening from image-based phenotypes.
Why it matches plant phenotyping methods植物のハイパースペクトル時系列から表現型関連表現を抽出する自己教師あり手法を開発し、複数遺伝子型・時点で検証しているため、表現型取得・解析手法が中心です。
abstractWe introduce SST-MAE, a self-supervised framework that learns genotype-discriminative representations from plant hyperspectral developmental trajectories, without requiring phenotypic labels.
Field / plotClassificationObject detectionTracking
1. Solitary bee species that use artificial trap nests are important for agricultural crop production and as indicators of habitat quality. Quantifying cavity-nesting solitary bee foraging and nesting behavior is essential for real-time analysis of population numbers and pollination activity, as well as understanding how environmental conditions shape reproductive success and population dynamics. However, manual observation is labor-intensive, prone to observer bias, and unable to deliver continuous data. Existing automated systems either require individual bee marking or detect presence without resolving nest-tube-level entry and exit events. 2. We developed BeeMonitor, an integrated hardware and computer-vision pipeline that detects nest entry and exit events in cavity-nesting solitary bees from continuous video, using Osmia cornifrons (the horn-faced mason bee) as a model system. A low-cost Raspberry Pi handles solar-powered field recording, while the software combines object detection (YOLOv26), a custom multiple-object tracker (BeeTrack), and a Random Forest classifier trained on trajectory-derived features to distinguish genuine events from incidental detections. 3. Over a 29-day deployment, hardware reliability averaged 97.5% recording coverage. The pipeline achieved 91.3% precision and 87.3% recall (F1 = 0.893), generalizing robustly under leave-one-video-out cross-validation (mean F1 = 0.904 ± 0.045). Detected foraging trips correlated strongly with brood cell counts (R² = 0.849, p < 0.001, n = 19), and a Random Forest model (AUC = 0.820 ± 0.062) identified solar radiation as the dominant driver of foraging activity, followed by temperature. 4. BeeMonitor demonstrates that automated computer vision can reliably extract ecologically relevant behavioral data from continuous video, enabling real-time analysis of pollinator behavior and abundance at a temporal and spatial resolution unattainable through manual observation. Its modular design supports adaptation to other species and monitoring contexts.
Why it matches plant phenotyping methods映像からハチの巣穴への入退出や採餌行動を自動抽出するハードウェア・コンピュータビジョン基盤を開発し、精度検証も行っているため、動物対象ではあるが植物フェノタイピングの範囲外です。
abstractWe developed BeeMonitor, an integrated hardware and computer-vision pipeline that detects nest entry and exit events in cavity-nesting solitary bees from continuous video
Context: Early identification of plant diseases plays a crucial role in enhancing crop productivity and promoting sustainable agricultural practices. Advances in artificial intelligence and web-based technologies have paved the way for smart systems capable of automatically diagnosing diseases in crops like rice and sugarcane. Objective: This research focuses on developing a smart plant disease diagnosis system that integrates deep learning techniques with a MERN (MongoDB, Express.js, React.js, Node.js) stack to provide accurate, real-time classification of rice and sugarcane leaves diseases through a user-friendly web interface. Method: The proposed framework employs a Convolutional Neural Network (CNN) built with PyTorch and trained using a carefully curated dataset of diseased rice and sugarcane leaf images. The developed model was incorporated into a web application built using the MERN stack to enable seamless frontend-backend communication and real-time disease prediction. The model’s effectiveness was assessed using evaluation metrics such as precision, recall, F1-score, and confusion matrix analysis. Results: The CNN model achieved high classification performance, with an average class accuracy of 95.92%, overall classification accuracy of 91.83%, average precision of 91.85%, average recall of 92.05%, and average F1-score of 91.86%. Confusion matrix analysis further validated the model’s efficiency in accurately recognizing rice and sugarcane leaves diseases. The integrated web platform demonstrated efficient and user-friendly real-time disease prediction capabilities. Conclusions: The developed AI-based plant disease detection system highlights the effectiveness of integrating deep learning techniques with modern web technologies to support scalable agricultural solutions. The system provides a practical solution for farmers and agronomists seeking early and accurate crop disease detection. Future enhancements may include multilingual support, mobile application integration, and agronomic advisory modules to further advance precision agriculture initiatives.
Why it matches plant phenotyping methods葉画像から植物病害状態を分類するCNNモデルとリアルタイムWeb基盤の開発・評価が研究の中心であり、植物表現型取得手法に該当する。
abstractThis research focuses on developing a smart plant disease diagnosis system that integrates deep learning techniques with a MERN (MongoDB, Express.js, React.js, Node.js) stack to provide accurate, real-time classification of rice and sugarcane leaves diseases through a user-friendly web interface.
Accurate and reliable diagnosis of grape leaf diseases is essential for sustainable viticulture, enabling timely intervention, reducing economic losses, and supporting precision crop management. Although deep learning (DL) models have demonstrated remarkable classification performance, their reliability under real-world field conditions remains insufficiently explored. In particular, confidence estimates often fail to reflect true predictive correctness when models are exposed to distributional shifts, limiting their practical applicability. To address this challenge, this study proposes a confidence- and uncertainty-aware DL framework for grape leaf disease diagnosis that extends evaluation beyond conventional accuracy-based metrics. Two publicly available grape leaf datasets were employed for stratified five-fold cross-validation in binary and multiclass classification tasks, while a third independently collected dataset was reserved exclusively for leakage-free external validation. EfficientNet-B0 and MobileNetV3-Large were evaluated under four inference configurations: raw inference, temperature scaling (TempScaling), Monte Carlo dropout, and an ensemble strategy combining uncertainty estimation with calibration. External validation demonstrated that both architectures maintained discriminative capability under domain shift. Under ensemble inference, EfficientNet-B0 achieved an accuracy of 73.8%, a macro-F1 score of 73.3%, a Matthews correlation coefficient (MCC) of 0.468, and a receiver operating characteristic area under the curve (ROC-AUC) of 0.804, while MobileNetV3-Large achieved 71.8% accuracy, 71.2% macro-F1, an MCC of 0.429, and a ROC-AUC of 0.787. Despite these promising results, raw predictions exhibited substantial overconfidence, with Expected Calibration Error (ECE) values of 0.287 and 0.312 for EfficientNet-B0 and MobileNetV3-Large, respectively. TempScaling markedly improved calibration quality, reducing ECE to 0.038 and 0.042 without affecting classification performance. Ensemble inference further enhanced the balance between predictive discrimination and reliability. The results demonstrate that strong classification performance alone is insufficient for trustworthy deployment in agricultural environments. Confidence calibration and uncertainty quantification provide complementary information for identifying overconfident predictions and improving decision reliability under field variability. The proposed framework offers a reliability-oriented approach for developing trustworthy artificial intelligence systems for grape leaf disease diagnosis in precision agriculture.
Why it matches plant phenotyping methodsブドウ葉の病徴を画像から診断する深層学習手法を開発し、信頼度校正・不確実性推定と外部検証を中心に評価しているため、植物フェノタイピング手法として適格。
abstractthis study proposes a confidence- and uncertainty-aware DL framework for grape leaf disease diagnosis
Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 15 Sept 2026
Rising temperatures and changing weather conditions are accelerating the spread of plant diseases and increasing the threat to global food security. Reliable detection of leaf diseases is therefore essential to protect crop yields and ensure food quality. Deep learning has proven to be a powerful tool for classifying leaf diseases across various crops. Due to the natural variability of plants, plant diseases often appear in irregular structures. Surface unevenness, folds, or dirt particles are common in field images and can be mistakenly identified as important features by convolutional neural networks (CNNs). This is a challenge that has not been sufficiently addressed in previous studies. This study proposes a novel deep learning approach that takes into account both the specific visual characteristics of plant diseases and potential disturbances in the microstructure, such as surface irregularities or prominent leaf veins, which may mislead the model. Using stratified five-fold cross-validation on a peer-reviewed dataset, which comprises 2,801 images of radish leaves across five classes (healthy, three disease classes: mosaic virus, black leaf spot, and downy mildew, and one pest-affected class: flea beetle), the proposed method achieved an average and balanced accuracy of 99.86%, establishing a new dataset-level benchmark in the field and demonstrating its effectiveness. The results indicate that the proposed approach may provide a promising basis for future applications in agricultural field monitoring, automated sorting and post-harvest quality control, offering potential to reduce both food waste and associated costs.
Why it matches plant phenotyping methods植物の葉画像から病害状態を分類する深層学習手法の開発・交差検証が研究の中心であり、植物表現型(病害状態)の取得・推定に該当する。
abstractThis study proposes a novel deep learning approach that takes into account both the specific visual characteristics of plant diseases and potential disturbances in the microstructure
Seed quality is closely associated with rice yield and grain quality, and seed vigor is a key indicator for seed quality evaluation. High-vigor seeds usually show stronger resistance to environmental and biotic stresses, thereby improving germination and seedling establishment. Thus, rapid and accurate detection of rice seed vigor is essential for breeding, storage management, and crop production. In this study, a non-destructive rice seed vigor detection method based on near-infrared (NIR) spectroscopy, spectral augmentation, and Conv1D-GRU classification was developed. Rice seed samples with different vigor levels were prepared through artificial aging, and seed-level NIR spectra were acquired using a NIR spectrometer. Spectral preprocessing was applied to reduce noise, enhance relevant spectral features, and correct scattering effects. Sparse representation and dictionary learning were used to augment the training spectra and improve sample diversity. In the Conv1D-GRU classifier, the Conv1D layers extracted local spectral features from adjacent wavelength regions, while the GRU layer captured wavelength-order contextual information across the spectral sequence. The key hyperparameters of the classifier were optimized using an integrated population search algorithm. Experimental results showed that the proposed method achieved test accuracies of 0.9844, 0.9740, and 0.9818 for conventional japonica rice, indica-japonica hybrid rice, and japonica glutinous rice, respectively. Compared with PLS-DA, SVM, XGBoost, 1D-CNN, and GRU models, the Conv1D-GRU classifier showed better overall performance under the current experimental conditions. These results indicate that the proposed NIR spectroscopic method provides a promising non-destructive approach for rice seed vigor detection and has potential for seed quality evaluation and agricultural production management.
Why it matches plant phenotyping methodsイネ種子の活力という植物形質を、NIR分光・スペクトル拡張・Conv1D-GRU分類で非破壊推定する手法の開発と比較評価が中心である。
abstracta non-destructive rice seed vigor detection method based on near-infrared (NIR) spectroscopy, spectral augmentation, and Conv1D-GRU classification was developed.
Aims Climate change is altering northern peatland plant communities, shifting from Sphagnum mosses to vascular plants. This transition impacts ecological functions like carbon sequestration, making long-term vegetation monitoring at the site scale more critical than ever. However, current monitoring methods tend to focus on specific species or functional groups with limited spatial coverage. This study uses remote sensing to infer the spatial structure and temporal variations of peatland plant communities. Location Temperate peatland in Pyrenees Mountains, France (Bernadouze, Vicdessos). Methods Nine plots were selected across diverse microhabitats and sampled three times over the growing season of 2023 (May, June, and July). Plant species abundances were recorded, and 45 vegetation indices were derived from drone and Sentinel-2 multispectral imagery. Five vegetation indices were selected to fit a joint Species Distribution Model (JSDM) and a Random Forests (RF) model, and map species spatial distribution. Principal Coordinates Analysis (PCoA) identified plant community composition, and spatiotemporal variations were quantified in relation to environmental variables. Results Plant species occurrences could be predicted from multispectral imagery using the JSDM, with drone-based inferences (mean R 2 = 0.36) outperforming Sentinel-2 (mean R 2 = 0.29). Model performance was high for abundant species ( R 2 > 0.5), whereas predictions for rare species were less accurate ( R 2 R 2 > 0.65, P R 2 = 0.40; P R 2 = 0.04; P Conclusion This study demonstrates that drone multispectral imagery can be used to predict peatland vegetation richness and community composition and capture fine-scale heterogeneity in a small and fragmented peatland site, outperforming satellite data in spatial precision. Although our model was less accurate using satellite imagery, the use of Sentinel-2 imagery enabled long-term community tracking. By combining both, our predictive modelling framework provides a promising preliminary tool to monitor climate-induced shifts in species distributions, supporting targeted conservation.
Why it matches plant phenotyping methodsドローンおよび衛星マルチスペクトル画像から植物種の空間分布、植生多様性、群集組成を推定する画像・モデリング手法が研究の中心であり、植物状態の測定に直接結びつく。
abstractThis study uses remote sensing to infer the spatial structure and temporal variations of peatland plant communities.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicCodes to replicate main analyses are available at https://github.com/vjassey/peatland_vegetation_mapping .Open asset ↗vjassey/peatland_vegetation_mappinglines:369-375Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · checked 5 Sept 2026
Abstract Purpose The variability in tolerance to water stress among cowpea genotypes requires fast and accurate phenotyping methods. The integration of infrared thermography with artificial intelligence is emerging as a robust solution for large-scale, non-invasive monitoring. Thus, the objective was to train models to identify genotypes and diagnose water stress in cowpea using artificial intelligence algorithms to process infrared thermographic images. Methods Ten genotypes (five varieties: Corujinha – G1, Paulistinha – G2, Sempre Verde – G3, Pintado – G4, and Rabo de Tatu – G5) and the cultivars BRS Novaera – G6, BRS Pajeú – G7, IPA 206 – G8, BRS Tapaihum – G9, and BRS Miranda – G10) were subjected to four water regimes (25%, 50%, 75%, and 100% of ETc). Thermographic images were collected at the V3 and R2 stages and processed using Deep Learning architectures (InceptionV3, SqueezeNet, VGG16, and VGG19) to extract features (vectorization). The k-NN, Decision Tree, Random Forest, SVM, Neural Network, and AdaBoost algorithms were trained to classify stress levels and genotypes. Results The vegetative stage (V3) proved more effective for diagnosis than the reproductive stage (R2), exhibiting more stable thermal signatures. The SVM algorithm, combined with the VGG16 vectorizer, achieved the best performance, achieving an accuracy greater than 0.910 in classifying water regimes. The landrace varieties exhibited thermal patterns distinct from those of the improved cultivars, enabling high-precision genotypic identification. Conclusions The proposed approach demonstrates that infrared thermography, combined with machine learning models, is an effective tool for high-throughput digital phenotyping, optimizing the selection of drought-tolerant materials and irrigation management in precision agriculture.
Why it matches plant phenotyping methods赤外線サーモグラフィ画像から水ストレス状態と遺伝型を抽出する機械学習手法を開発・評価しており、植物フェノタイピングが研究の中心である。
abstractThus, the objective was to train models to identify genotypes and diagnose water stress in cowpea using artificial intelligence algorithms to process infrared thermographic images.
Fusarium head blight (FHB) is a major mycotoxigenic disease of wheat, causing yield and quality losses and deoxynivalenol contamination. Rapid, non-destructive tools are needed to detect FHB, monitor wheat physiological responses, and evaluate sustainable management strategies, including biological control agents. Although vegetation spectroscopy is widely used for high-throughput phenotyping, most spectral studies focus on binary disease detection, while the capacity of hyperspectral data to capture concurrent host–pathogen–biocontrol responses across leaf and canopy scales remains underexplored. Here, we tested a full-range (400–2400 nm) hyperspectral phenotyping framework to track early interactions among winter wheat, FHB, and Trichoderma gamsii T6085. Two cultivars, Bingo and Rebelde, with higher and lower FHB susceptibility, respectively, were treated with a chemical fungicide (Chem) or T. gamsii T6085 (Bioc) under FHB pressure. Leaf- and canopy-level spectra were acquired at 2, 5, and 14 days post-inoculation, alongside gas exchange, water status, and chlorophyll measurements. Permutational multivariate analysis of variance (PERMANOVA) tested whole-spectrum effects, partial least squares discriminant analysis (PLS-DA) explored class separability, and partial least squares regression (PLSR) estimated physiological traits. PERMANOVA detected genotype × inoculation × treatment interactions from 5 days post-inoculation at leaf and canopy levels. PLS-DA revealed treatment- and cultivar-dependent spectral fingerprints, but overall low-to-fair validation performance indicates that these class-specific patterns should be interpreted as exploratory and not as evidence of operational treatment discrimination. PLSR provided high accuracy for chlorophyll content and osmotic potential, moderate accuracy for CO 2 -assimilation traits, and poor accuracy for transpiration and leaf water potential. While the workflow is scalable as an experimental and analytical framework, its operational deployment will require broader validation across sites, seasons, cultivars, disease-pressure conditions, and sensing platforms.
Why it matches plant phenotyping methods小麦のFHB・生物防除応答を対象に、葉・群落ハイパースペクトル取得、分類、検証、形質推定を統合したフェノタイピング枠組みが中心である。
abstractwe tested a full-range (400–2400 nm) hyperspectral phenotyping framework to track early interactions among winter wheat, FHB, and Trichoderma gamsii T6085.
Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 5 Sept 2026
CottonField / plotMultimodalFruitClassificationPhysiological trait estimationGrowth / development / phenology
Cotton fiber quality is shaped during boll development, boll opening, fluffing, and harvesting, but current assessment still relies largely on manual field inspection and postharvest laboratory testing. This limits timely harvest scheduling and plot-level quality management. To address this problem, we propose a self-supervised multimodal sensing framework for linking preharvest cotton boll status, environmental conditions, and postharvest fiber quality. First, the Cotton Boll Visual Phenotype Self-Supervised Encoding Module learns maturity-related visual representations by reconstructing masked image patches, so that boll cracking, lint exposure, and surface texture can be captured from unlabeled field images. Second, the Agricultural Sensor Temporal Masked Modeling Module reconstructs masked sensor observations to model temporal patterns in temperature, humidity, light, soil moisture, rainfall, and other environmental variables. Third, the Vision–Environment Cross-Modal Contrastive Fusion Module aligns image features with environmental features and produces a joint representation for downstream prediction. Field experiments were conducted using cotton boll images from different maturity and abnormal states, environmental sensor records, management information, and postharvest fiber quality measurements. The framework was evaluated for maturity classification, harvest-window recognition, and fiber quality prediction. The results showed that the proposed method performed consistently better than representative machine learning, single-modal deep learning, and multimodal fusion baselines, while few-shot and ablation experiments supported the value of self-supervised pretraining and multimodal fusion. These findings indicate that the proposed approach can provide useful information for preharvest cotton maturity assessment and harvest-quality management.
Why it matches plant phenotyping methods綿花の成熟状態を画像・環境センサーから抽出し、成熟度分類や収穫時期認識を行うマルチモーダル手法の開発・評価が中心であり、植物状態の表現型推定に該当する。
abstractwe propose a self-supervised multimodal sensing framework for linking preharvest cotton boll status, environmental conditions, and postharvest fiber quality.
Introduction Early-stage detection and classification of lettuce heat responses are essential for non-destructive phenotyping, yet conventional assessment mainly relies on visible symptoms and manual observation. Methods This study constructed a lettuce hyperspectral dataset comprising heat-sensitive and heat-tolerant varieties under control and high-temperature treatments, and proposed the Dynamic Selective Peak Transformer (DSPformer). DSPformer integrates edge-enhanced feature extraction, dynamic multi-scale spatial-spectral representation, Peak-k selective attention, and a confusion-aware dynamic focal loss to enhance discriminative features while reducing spectral redundancy, class imbalance, and inter-class confusion. Results Under the patch-level evaluation protocol, DSPformer achieved 96.22% accuracy, 95.55% recall, 96.35% precision, and 95.95% F1-score, outperforming the compared CNN- and Transformer-based models. Day-wise evaluation showed that DSPformer reached 82.61% accuracy on Day 1 and 96.55% on Day 3, before visible heat-stress symptoms appeared on Day 6. Under a plant-level partition protocol, DSPformer maintained robust performance with 93.76 +/- 0.49% accuracy. Additional evaluation on the Indian Pines benchmark further demonstrated the applicability of DSPformer to general hyperspectral image classification. Discussion These findings suggest that hyperspectral imaging can capture heat-stress-sensitive information beyond visual phenotypes, and that DSPformer provides a promising framework for early, non-destructive lettuce heat-response screening and hyperspectral phenotyping-assisted breeding.
Why it matches plant phenotyping methodsレタスの熱ストレス応答を非破壊的に早期分類するため、ハイパースペクトル画像データセットと新規Transformer手法を開発・評価しており、植物表現型取得・抽出が中心である。
abstractMethods This study constructed a lettuce hyperspectral dataset comprising heat-sensitive and heat-tolerant varieties under control and high-temperature treatments, and proposed the Dynamic Selective Peak Transformer (DSPformer).
Accurate identification of crop varieties is essential for plant breeding programs and the protection of Plant Breeders' Rights (PBR), yet traditional morphological assessment methods remain subjective and time-consuming, particularly for species with complex morphological diversity such as Rubus crataegifolius . This study demonstrates that geometric morphometric techniques provide an objective, quantitative complementary approach for distinguishing Korean raspberry varieties, addressing the limitations of subjective visual assessment while remaining compatible with molecular marker analysis. We employed three complementary morphometric approaches: landmark-based analysis (19 anatomical points capturing vein junctions and leaf margins), Elliptic Fourier Descriptors (EFD) for outline contours, and a hybrid landmark-EFD dataset. Using these approaches, we analyzed primocane and floricane leaves from 10 accessions of R. crataegifolius comprising 8 varieties and 2 landraces and performed principal component analysis (PCA) and linear discriminant analysis (LDA) with leave-one-out cross-validation. As a result, among the three morphometric approaches applied to primocane and floricane leaves, landmark-based analysis of primocane leaves achieved the highest classification accuracy (87.2%), with an overall average accuracy of 72.0% (range: 51.1-87.2%) across all six analytical combinations. LDA visualization suggested the presence of four major morphological groups, and primocane leaves exhibited higher discriminatory power than floricane leaves, which may reflect greater morphological uniformity under normal growing conditions. Landmark analysis effectively detected subtle differences in leaf venation and leaflet architecture that are difficult to distinguish visually, highlighting the capacity of morphometrics for objective and multidimensional morphological analysis. These findings suggest that morphometric analysis provides a practical and cost-effective preliminary screening tool, complementary to molecular approaches, for supporting Distinctness, Uniformity, and Stability (DUS) examination in raspberry variety evaluation. This approach shows strong potential for offering a scalable solution for variety registration and protection and supporting sustainable horticultural development.
Why it matches plant phenotyping methods葉の形態を幾何学的モルフォメトリクスで定量化し、品種識別とDUS評価に応用した研究で、表現型の取得・解析手法が中心である。
abstractThis study demonstrates that geometric morphometric techniques provide an objective, quantitative complementary approach for distinguishing Korean raspberry varieties
To address this challenge, we propose StyleGAN3-T, the translation-equivariant alias-free variant of StyleGAN3, as a generative framework for producing high-fidelity synthetic plant disease images, integrated with a hybrid Swin Transformer-ResNet50 classifier for precise recognition. Accurate detection of plant leaf diseases is essential for sustainable agriculture and early intervention. However, deep learning models often struggle with small, imbalanced datasets that limit generalization and robustness. To address this challenge, we propose StyleGAN3-T, a novel alias-free generative framework for producing high-fidelity synthetic plant disease images, integrated with a hybrid Swin Transformer-ResNet50 classifier for precise recognition. The proposed approach ensures translation-equivariant, artifact-free image synthesis and enhanced feature diversity. A balanced dataset of 18,000 images was developed by combining real and StyleGAN3-T-generated samples. In pooled GAN benchmarking, StyleGAN2-ADA achieved the strongest generative-quality metrics, whereas StyleGAN3-T was selected as the preferred augmentation model because its alias-free synthesis and spatial consistency yielded superior downstream classification performance in the proposed pipeline.
Why it matches plant phenotyping methods植物病害画像を合成・認識する画像解析手法が研究の中心であり、植物の病害状態を画像から推定するフェノタイピング手法に該当する。
abstractwe propose StyleGAN3-T, a novel alias-free generative framework for producing high-fidelity synthetic plant disease images, integrated with a hybrid Swin Transformer-ResNet50 classifier for precise recognition.
Reproduction assets foundThe paper's grape leaf disease image inputs are two publicly available Kaggle datasets explicitly named in the Data Availability statement. No author code, models, or synthetic dataset deposit is provided; other processed data is request-only.Dataset · publictechnical guidance. Y.L. and A.W. supervised the study, provided critical revisions, and contributed to the interpretation of results. All authors reviewed and approved the final manuscript.
Data availability
The datasets analyzed during the current study are publicly available from Kaggle: Grapevine Disease Dataset (Original) (https://www.kaggle.com/datasets/rm1000/grape-disease-dataset-original; accessed 13 March 2026; license: MIT) and Grape Leaf Disease 4 Class (https://www.kaggle.com/datasets/jawadulkarim117/grape-leaf-disease-4-class; accessed 13 March 2026; license: CC0: Public Domain). Additional processed metadata, label-harmonization records, dataset split definitions, and other daOpen asset ↗Kaggle · rm1000/grape-disease-dataset-originallines:549-576Dataset · publicthors reviewed and approved the final manuscript.
Data availability
The datasets analyzed during the current study are publicly available from Kaggle: Grapevine Disease Dataset (Original) (https://www.kaggle.com/datasets/rm1000/grape-disease-dataset-original; accessed 13 March 2026; license: MIT) and Grape Leaf Disease 4 Class (https://www.kaggle.com/datasets/jawadulkarim117/grape-leaf-disease-4-class; accessed 13 March 2026; license: CC0: Public Domain). Additional processed metadata, label-harmonization records, dataset split definitions, and other data used and/or analyzed during the current study are available from the corresponding author on reasonable request.
Declarations
Competing inOpen asset ↗Kaggle · jawadulkarim117/grape-leaf-disease-4-classlines:549-576Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Tomato (Solanum lycopersicum L.) quality grading based on visual inspection often yields inconsistent results and reduces market value. The 'Perfect Gold 111' variety presents distinct morphological traits, including a characteristic green-to-red color transition, specific calyx structure, and defect patterns such as greenback distribution and suberization. These characteristics differ substantially from internationally studied cultivars, rendering generic pre-trained models insufficient for accurate grading under the Thai TACFS 1503–2007 standard. This study developed an automated grading model for 'Perfect Gold 111' tomatoes using a deep learning model based on a flow-based (node-based) architecture integrated with the Robot Operating System (ROS) framework and implemented on the CiRA CORE platform. A total of 220 samples were collected and graded according to the TACFS 1503–2007 standard. Top and side-view images were used to create a dataset comprising 165 tomatoes for training and 55 for testing. Model performance was evaluated using Precision, Recall, F1-Score, and Accuracy, and was compared with manual grading performed by farmers. The AI model achieved 80.00% of accuracy, outperforming farmer grading, which achieved 52.72% accuracy. In addition, the model reduced misclassification among visually similar grades and provided consistent, quantitative assessments of color, shape, and defects. These findings highlight the potential of AI-based grading systems to improve quality consistency, reduce labor, and support automated postharvest sorting for both smallholder and industrial tomato production.
Why it matches plant phenotyping methodsトマトの色・形状・欠陥という観察可能な器官形質を画像から抽出し、深層学習による自動等級判定法を開発・検証しているため、植物フェノタイピング手法が中心です。
abstractThis study developed an automated grading model for 'Perfect Gold 111' tomatoes using a deep learning model based on a flow-based (node-based) architecture integrated with the Robot Operating System (ROS) framework and implemented on the CiRA CORE platform.
The genetic identity of coffee cultivars is fundamental to the specialty coffee sector, where premium prices are paid under the assumption that the purchased planting material corresponds to the declared variety. However, many producing countries lack the certification infrastructure necessary to guarantee this identity in their informal seed systems, exposing producers to undetected varietal non-conformity. In this study, we examine a case from a specialty coffee ( Coffea arabica L.) farm in southern Ecuador where seeds labeled as Sidra (USD 100/kg) and Gesha (USD 500/kg) were purchased without genetic or phytosanitary certification. Using a combination of SSR-based DNA fingerprinting and quantitative morphological characterization, including plant architecture, leaf functional traits, and fruit characteristics, we documented varietal identity and assessed the discriminant capacity of morphological traits across the four resulting morphotypes. Using eleven microsatellite markers for SSR fingerprinting, we found that two of the four morphotypes did not match their declared commercial identity. One plant sold as Sidra was identified as compatible with Batian, a composite variety of Kenyan origin that is genetically unrelated to Ethiopian landraces. The plants acquired as Gesha corresponded to a pure Ethiopian landrace that is genetically similar to, but not identical to, the Panamanian Geisha reference accession T.02722. Only two morphotypes were confirmed as Sidra. Furthermore, the placement of Sidra within the Core Ethiopia genetic group is consistent with prior population-level analyses and with its likely status as a selected Ethiopian landrace rather than a variety of hybrid origin. Morphological linear discriminant analysis achieved 82.4% overall classification accuracy under leave-one-out cross-validation (LOOCV), with internode length dominating the first discriminant function (LD1 = 66.6%). These results demonstrate that varietal nonconformity in the specialty coffee seed sector can extend to the inadvertent introduction of genetically unrelated material and underscore the urgent need for accessible seed certification.
Why it matches plant phenotyping methodsコーヒー品種識別のための形態形質測定と判別分析が研究の中心であり、形態形質の識別性能をLOOCVで検証しているため、植物フェノタイピング手法の適用・検証に該当する。
abstractquantitative morphological characterization, including plant architecture, leaf functional traits, and fruit characteristics
Reproduction assets foundThe paper's morphological/functional trait dataset (used for the phenotyping and LDA analysis) is explicitly stated to be publicly available on Figshare (10.6084/m9.figshare.32841344). No author analysis code repository is stated; other URLs in the text are generic libraries or cited prior work.Dataset · publicThe morphological and functional trait dataset generated and analyzed in this study is publicly available in the Figshare repository at 10.6084/m9.figshare.32841344 .Open asset ↗Figshare · 10.6084/m9.figshare.32841344lines:526-568Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
ABSTRACT The common bean is vital for food security, but its productivity is often limited by competition with weeds, requiring the use of herbicides. The response of genotypes to herbicides such as fomesafen and imazamox is variable, and the traditional evaluation of phytotoxicity through visual methods is subjective. Therefore, the present study aimed to: (i) propose a methodology based on image analysis for phenotyping herbicide‐induced phytotoxicity in common bean genotypes, aiming to reduce the subjectivity of traditional visual assessments; (ii) characterize common bean genotypes under the effects of different herbicides and their doses in progenies and parental lines, based on morphophysiological traits and indices derived from visible RGB (red, green, and blue) digital images. The experiment was conducted in a completely randomized design under a 3 × 3 × 6 factorial scheme (herbicide × dose × genotype) with three replications, evaluating fomesafen and imazamox at doses of 0%, 100%, and 200% of the recommended rates. Data were collected on visual phytotoxicity, plant height, stem diameter, number of leaves, and image indices (Green Index, Excess Green Index, Excess Red Index, and Color Index of Vegetation Extraction). Results indicated that the triple interaction was significant, revealing the complexity of plant responses to herbicides. Canonical discriminant analysis explained 78.66% of the total variation, with the first canonical discriminant function (29.42%) contrasting structural development and vitality with stress, the second canonical discriminant function (27.59%) reflecting overall plant vigor, and the third canonical discriminant function (21.65%) capturing stress and phytotoxicity negatively affecting growth. The analysis demonstrated that image‐based indices combined with multivariate techniques are effective for quantifying phytotoxicity and distinguishing genotypes (tolerant and sensitive to herbicide effects), overcoming the limitations of visual evaluations, and should be used as a complementary tool to traditional techniques. Therefore, the parental genotype IPR Campos Gerais and the progeny F1A were tolerant to herbicides at different doses, while the parental genotype BAF36 and the progeny F2B were sensitive. Hence, the proposed methodology is effective for identifying herbicide‐tolerant and sensitive genotypes.
Why it matches plant phenotyping methodsRGB画像解析と多変量解析による除草剤誘発 phytotoxicity の表現型評価法の提案が研究の中心であり、従来の主観的評価を改善する方法開発に該当する。
abstractthe present study aimed to: (i) propose a methodology based on image analysis for phenotyping herbicide‐induced phytotoxicity in common bean genotypes
Timely identification of crop diseases is imperative in precision agriculture to intervene at the right time and maximise yield sustainability. Despite achieving high accuracy, deep learning models are ineffective for rare plant disease classes, mainly due to severe data imbalance and insufficient training samples. Currently, most generative augmentation methods are designed to enhance either visual realism or data diversity, while ignoring methods that are sensitive to early-stage diseases or that control disease progression. In this paper, we propose RareAgriDetectAI, which comprises RareSimGAN, a generative deep learning framework for synthesising images of rare diseases, and a latent traversal mechanism that collaboratively visualises disease progression with increasing severity. We introduce a pipeline for synthesising realistic crop images for data augmentation. We augment the representation of rare classes using synthetic samples in a ResNet50-based classification pipeline. A strong experimental setup, relying on controlled baselines and synthetic-aided training scenarios, was employed. Evaluation on a real dataset shows significant improvement for the rare class ToLCNDV, with recall increasing from 0.42 in the baseline to 0.81 after synthetic augmentation. In contrast, the performance on other common disease classes remains stable. SSIM, Inception Score, and FID metrics were shown to validate generative quality. At the same time, an ablation study identified a suitable augmentation threshold at which sufficient performance is achieved without excessive synthetic data generation. The results further indicate improvements in feature diversity, which translate into earlier disease recognition (before full disease onset) and improved classification robustness with RareSimGAN. The post-framework combines generative modelling and latent space exploration to deliver a low-cost, scalable, and data-efficient solution for agricultural AI systems. RareAgriDetectAI utility can assist in the proactive monitoring of crop health and simulate rare disease scenarios to drive learning that can aid reliable, interpretable deep learning applications in precision agriculture.
Why it matches plant phenotyping methods希少作物病害の画像合成、病徴進行の可視化、早期病害認識を中心とする画像ベースの植物病害フェノタイピング手法であり、生成品質と分類性能も検証している。
abstractwe propose RareAgriDetectAI, which comprises RareSimGAN, a generative deep learning framework for synthesising images of rare diseases, and a latent traversal mechanism that collaboratively visualises disease progression with increasing severity.
Reproduction assets foundThe paper's data availability statement lists the public plant-disease image datasets used (PlantVillage, AI Challenger mirror, PlantDoc, Tomato Leaf Disease), and the code availability statement provides an authors' GitHub repository containing the RareSimGAN implementation, preprocessing, classifier training, andGradDataset · publicThe datasets analysed during the current study are publicly available from the following sources:
•PlantVillage dataset:
https://www.kaggle.com/datasets/emmarex/plantdiseaseOpen asset ↗pdf-page:36 lines:1-66Plant phenotyping relevance match · UnverifiedEurope PMC · Crossref · checked 5 Sept 2026
Abstract Crop disease is a major worldwide problem in agricultural production and food security, adversely affecting yield and quality for a variety of plant species. To overcome these drawbacks, this research provides a Double Transfer Learning-based Capsule Network (DTL-CapsNet) approach for automated plant disease classification with multiple crops. Based on the image pre-processing, segmentation, double transfer learning, and Capsule Networks technologies, the proposed framework extracts discriminative features of the diseases and maintains spatial relations between the leaves symptoms effectively. This double transfer learning approach involves extracting general visual features from pre-trained deep learning models and then fine-tuning these features to classify plant diseases. Capsule Networks then leverage the visual similarity of disease patterns to make the recognition more robust, while simultaneously adding hierarchical part–whole relationships in leaf structures, thereby improving the feature representation. Experiments were performed on a heterogeneous data set consisting of 21,927 leaf images belonging to 17 different healthy and diseased classes of apple, chilli, cotton, corn and potato crops. The experimental results proposed DTL-CapsNet framework is more accurate compared to the traditional CNN-based models and conventional transfer learning models. The proposed method of double transfer learning and Capsule Networks offers an efficient and scalable approach for intelligent plant disease diagnosis, offering significant potential in precision agriculture and real-time crop monitoring systems.
Why it matches plant phenotyping methods葉画像から植物病害状態を分類する画像・計算手法が研究の中心であり、提案手法の開発と既存モデルとの比較検証が行われているため。
abstractBased on the image pre-processing, segmentation, double transfer learning, and Capsule Networks technologies, the proposed framework extracts discriminative features of the diseases and maintains spatial relations between the leaves symptoms effectively.
This research introduces a multimodal deep learning framework for early detection of plant pathogens to capture pre-symptomatic biochemical changes in plants while simultaneously modeling the environmental drivers of disease development. A hybrid fusion architecture combines 3D convolutional neural networks for spatial-spectral feature extraction from HSI cubes with transformer-primarily based temporal modeling of climate sequences. Cross-modal attention mechanisms dynamically weight discriminative features, which includes chlorophyll degradation bands and humidity thresholds, to permit joint representation learning. The framework achieved 94.5% accuracy in pathogen detection, outperforming unimodal HSI (84.1%) and climate- only (76.5%) baselines by 10-18 percentage points. Moreover, it detected fungal infections 5-7 days before visual symptom onset and had a 12.3% higher F1-rating compared to the current methods. Field simulations showed that precision application resulted in 41% reduction in fungicide use. By connecting proximal sensing with climatic analytics, this research contributes to precision agriculture by providing timely and eco-friendly pest control of diseases. The multimodal fusion framework is introduced to overcome the limitations of unimodal approaches. It integrates the most appropriate data sources, thus allowing the earliest and most accurate detection of plant pathogens.
Why it matches plant phenotyping methods植物の病害状態をハイパースペクトル画像から抽出するマルチモーダル手法の開発・評価が中心であり、単なる病原体診断や農薬施用試験ではない。
abstractThis research introduces a multimodal deep learning framework for early detection of plant pathogens to capture pre-symptomatic biochemical changes in plants
Early detection of diseases in plants has been identified as a critical factor for ensuring the maintenance of productivity, preventing economic losses, and promoting sustainable agriculture. Traditional manual approaches for diagnosing diseases are time-consuming, subjective, and inappropriate for large-scale and real-time agriculture. In order to overcome the limitations of traditional approaches, the CNN–CBAM–MobileViTNet has been proposed, an efficient attention-guided network by the fusion of Convolutional Neural Networks (CNNs), Convolutional Block Attention Module (CBAM), and Mobile Vision Transformer (MobileViT) for plant diseases recognition.The CNN component is effective in capturing local visual patterns like lesions, discoloration, and texture. The CBAM component is effective in refining the feature representations by focusing on disease-related spatial areas and useful channels. The MobileViTNet branch is useful in capturing contextual relationships from the leaf areas through lightweight transformer blocks. The CNN–CBAM—MobileViTNet is tested on an enhanced dataset with 38 classes of plant diseases and health conditions, splitting data into 70% training, 15% validation, and 15% testing. Significantly, extensive experimental analysis reveals that the test accuracy is 99%, with high precision, recall, and [Formula: see text]1-score values. Training-validation curves show that the model converges stably with little overfitting, while ROC analysis shows high classwise discrimination ability of the model. Hence, the CNN–CBAM–MobileViTNet model is reliable and may be used for real-world applications in smart agriculture and automatic crop disease monitoring systems.
Why it matches plant phenotyping methods植物葉の病徴を画像から分類するCNN・注意機構・Transformer融合モデルを開発し、38クラスの病害・健全状態で性能評価しており、病害状態の表現型取得・推定が中心である。
abstractthe CNN–CBAM–MobileViTNet has been proposed, an efficient attention-guided network by the fusion of Convolutional Neural Networks (CNNs), Convolutional Block Attention Module (CBAM), and Mobile Vision Transformer (MobileViT) for plant diseases recognition.
Ustilago maydis is a biotrophic fungus that causes smut disease in maize, leading to tumor formation on aerial parts of the plant. While U. maydis has been a model for plant-fungal interaction studies, no tool has existed to automatically quantify infection symptoms under laboratory conditions for deep learning analysis. To address this, we developed a rotating camera system that captures videos of plants under customized lighting and shutter settings. These videos were used to train machine learning models to distinguish between healthy and infected plants. Two detection approaches have been presented. In the first approach, by employing a naive masking technique and combining classical machine learning classifiers utilizing handcrafted features, the model achieved a reasonable performance, with an Area Under the Curve (AUC) of maximum 0.90 on the Receiver Operating Characteristic in one of the classifiers, showing relatively high sensitivity and specificity. The second approach utilizes pre-trained YOLO11 model for object detection and further classification. The YOLO11-based approach outperforms traditional methods, achieving near-perfect validation accuracy (AUC: 0.99-1.00), demonstrating its superiority for real-time, scalable applications. Our toolset, featuring a cost-efficient and customizable scanning platform with open building-blocks design, provides a valuable resource as a proof-of-concept for unbiased disease symptom detection and scoring, with potential applications in other plant pathology studies. This point enables easy replication and adaptation by other research laboratories which makes the platform robust, scalable and practical beyond our specific application.
Why it matches plant phenotyping methodsトウモロコシの感染症状を画像から自動検出・スコア化する低コスト撮像プラットフォームと機械学習手法の開発が中心であり、植物病害表現型の取得・抽出方法に該当する。
abstractwe developed a rotating camera system that captures videos of plants under customized lighting and shutter settings.
The rapid and non-destructive screening of defective wheat kernels is essential for quality assurance and process control, yet reliable identification remains challenging due to subtle spectral and spatial differences between defective and sound wheat kernels. In this study, a spectral-spatial fusion convolutional neural network (SSFCNN) was developed to integrate complementary spectral and spatial information from hyperspectral images for the classification of five wheat kernel categories. An end-to-end fusion framework was constructed, in which squeeze-and-excitation (SE), shuffle attention (SA), and efficient channel attention (ECA) were integrated for spectral channel recalibration, spatial feature refinement, and fusion feature enhancement, respectively. The results demonstrated that the SSFCNN with deep feature fusion outperformed a support vector machine (SVM) and a convolutional neural network (CNN) constructed using conventional feature fusion. The highest overall accuracies of 96.48% in the visible and near-infrared (Vis-NIR) and 95.61% in the short-wave infrared (SWIR) were achieved, together with consistently improved precision, recall, specificity, and F1-score across all wheat kernel categories. Moreover, visualization of classification outputs on the external validation set indicated improved spatial coherence and decision reliability of the SSFCNN. Overall, this study provided a validated and interpretable spectral-spatial fusion framework for hyperspectral screening of defective wheat kernels, offering a methodological basis for future intelligent grading and online quality control applications after further validation under real sorting-line and cross-domain conditions.
Why it matches plant phenotyping methods小麦粒の欠陥状態をハイパースペクトル画像から分類する手法を開発・検証しており、植物器官の状態推定が研究の中心である。
abstracta spectral-spatial fusion convolutional neural network (SSFCNN) was developed to integrate complementary spectral and spatial information from hyperspectral images for the classification of five wheat kernel categories.
Rice (Oryza sativa L.) is a crucial food crop, supplying a significant portion of the global population's caloric intake. With the shift from traditional breeding methods to digital approaches, image analysis is becoming essential for distinguishing between rice cultivars. However, the optimal growth stages for effectively utilizing image analysis to classify rice varieties remain uncertain. This study aimed to evaluate 102 rice cultivars through non-destructive image processing and RGB ratio analysis. Images were captured every two days throughout the growth period, and an RGB ratio formula was developed, excluding background pixels to focus on plant characteristics. Regression analysis identified critical time points for differentiation, with the red (R) channel being most effective at 55 and 75 days post-transplanting, and the green (G) channel at 60 and 80 days. Hierarchical clustering of slopes from piecewise regression categorized the 102 cultivars into three distinct clusters, representing their ecological types. These findings provide a precise and efficient method for classifying rice cultivars, offering breeders key insights into the most effective stages for variety differentiation. By optimizing image analysis techniques, this research enhances the efficiency of rice breeding programs and supports the targeted management of genetic resources for improved trait selection.
Why it matches plant phenotyping methodsイネの画像から背景を除去してRGB比を算出し、時系列画像解析と回帰・クラスタリングにより品種識別に有効な時点と特徴量を開発・評価しており、植物表現型取得・抽出手法が中心である。
abstractThis study aimed to evaluate 102 rice cultivars through non-destructive image processing and RGB ratio analysis.
FruitClassificationGrowth / development / phenology
Papaya is a very popular tropical fruit variety because it is rich in nutrients. However, the method of assessing the ripeness of papaya fruit is still often done manually, which can cause errors in the separation and distribution process. Thus, this study aims to develop an automatic system to classify the ripeness level of papaya fruit using the Convolutional Neural Network (CNN) method based on the ResNet50 architecture. The dataset used consists of papaya fruit images divided into four stages of ripeness, namely unripe, half-ripe, and unfit. The images then undergo a preprocessing process that includes resizing the image to 224 × 224 pixels, adjusting pixel values, and data augmentation through techniques such as rotation, zoom, and horizontal flipping to increase the variety of training data. The model is trained using a transfer learning approach by utilizing existing weights from the imagenet dataset. Model performance evaluation is carried out through the use of a confusion matrix and a classification matrix that includes accuracy, precision, recall, and F1 score. The results of the training process show that the model achieved a training accuracy of 91.72% and a validation accuracy of 83.56%, with a validation loss value of 0.4958. These findings indicate that the model can classify papaya fruit images with relatively good and consistent performance. This research is expected to support the automation process in identifying the ripeness level of papaya fruit in the agricultural and food industry sectors. Keywords: image classification, papaya, CNN, Resnet-50, deep learning.
Why it matches plant phenotyping methodsパパイヤ果実の成熟度という植物器官の状態を画像から自動推定するCNN手法の開発・評価が研究の中心であり、植物フェノタイピング手法として採用する。
abstractthis study aims to develop an automatic system to classify the ripeness level of papaya fruit using the Convolutional Neural Network (CNN) method based on the ResNet50 architecture.
ABSTRACT While whole-genome sequencing captures millions of single nucleotide polymorphisms (SNPs) and hyperspectral imaging (HSI) enables non-destructive plant phenotyping, integrating these modalities to link genotype to phenotype remains challenging due to their high dimensionality and non-linearity. This study presents DeepPheno a deep learning framework that predicts SNP genotypes from HSI data, using model predictability as a proxy for genotype-phenotype association. HSI data were acquired from 194 lettuce genotypes under field conditions. HSI data patches (20×20 pixels × 224 spectral bands) were used to train a hybrid CNN to predict the variant of a specific SNP. The framework was validated on SNPs with known phenotypic effects (anthocyanin, leaf serration, pale pigmentation), achieving high predictive performance (AUC ranging from 0.806 to 0.935), whereas models trained on randomly shuffled labels performed at chance (mean AUC ≈ 0.51). Extending the workflow to 50 randomly selected putatively neutral SNPs, most yielded low predictability, but two showed high performance (AUC > 0.76), suggesting uncharacterized genotype-phenotype links. Explainable AI, including SHAP and Grad-CAM, identified relevant spectral and spatial features driving these predictions, particularly the green and red-edge wavelengths associated with pigment dynamics and leaf structure. These results establish a framework for understanding complex genotype-phenotype interactions in plants and extracting these links from HSI data without predefining the exact trait values. It provides an avenue for high-throughput trait discovery and description and extends the integration of image-based phenomics with plant genetics.
Why it matches plant phenotyping methodsHSIと深層学習を統合し、遺伝子型関連の植物表現型情報を抽出する枠組みを開発・検証しており、フェノタイピング手法が研究の中心です。
abstractThis study presents DeepPheno a deep learning framework that predicts SNP genotypes from HSI data, using model predictability as a proxy for genotype-phenotype association.
Reproduction assets foundThe paper's Data Availability statement deposits authors' code, scripts, and supplementary material in a public GitHub repository, including a downscaled de-identified sample dataset demonstrating the pipeline. The raw HSI/genotype datasets are proprietary under NDA and not public.Code · publicThe code, scripts, and supplementary material supporting the findings of this study have been deposited in the GitHub repository at https://github.com/frankgyan/Utrecht-University--HSI .Open asset ↗frankgyan/Utrecht-University--HSIlines:195-223Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Plant diseases threaten global agriculture, causing 20–40% yield losses and food insecurity. Current diagnostic methods are costly and lack scalability. While deep learning advances plant disease detection, there remains a need for CNNs with simpler architectures, better generalizability, and lower computational cost. This study presents a novel CNN for multi-class classification of 38 diseases. Trained on a public dataset of over 87,000 RGB images, the architecture comprises five convolutional blocks (filters 32–512) with max pooling and dropout (0.25, 0.4), followed by a 1,500-unit dense layer and SoftMax output. Optimized with Adam (lr=0.0001) and categorical cross-entropy, the model achieved 98% training and 96% validation accuracy with approximately 28.7 million parameters significantly fewer than transfer learning architectures. These results demonstrate an effective balance between predictive performance and computational efficiency, positioning the model as a promising tool for real-world agricultural deployment.
Why it matches plant phenotyping methods葉画像から植物病害を分類するCNNの開発と性能評価が研究の中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法に該当します。
titleLeaf-by-Leaf Diagnosis: A Custom CNN with Pyramidal Feature Extraction for Plant Disease Classification
Reproduction assets foundThe paper's sole qualifying asset is the plant disease image dataset used for all its CNN training/validation measurements: the publicly available New Plant Diseases Dataset (Augmented) on Kaggle, explicitly declared in the Data availability statement. No author code, trained model checkpoints, or other paper-specific Dataset · publict to disclose.
Acknowledgment:
The authors are sincerely grateful to their institutions for their continued support and trust, which greatly contributed to
the completion of this research.
Data availability
The dataset used and analyzed during the current study, “New Plant Diseases Dataset”, is publicly available on Kaggle at:
(https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset?select=New+Plant+Diseases+Dataset%28Augmented%29)
References
[1] P. Arputharaj and K. Karunanithy, "A review on machine learning and deep learning techniques for plant leaf disease
detection and classification with IoT in agriculture industry," Journal of Industrial Information Integration, vol. 50, Open asset ↗Kaggle · vipoooool/new-plant-diseases-datasetpdf-raw-page:11 lines:1-49Dataset · publict to disclose.
Acknowledgment:
The authors are sincerely grateful to their institutions for their continued support and trust, which greatly contributed to
the completion of this research.
Data availability
The dataset used and analyzed during the current study, “New Plant Diseases Dataset”, is publicly available on Kaggle at:
(https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset?select=New+Plant+Diseases+Dataset%28Augmented%29)
References
[1] P. Arputharaj and K. Karunanithy, "A review on machine learning and deep learning techniques for plant leaf disease
detection and classification with IoT in agriculture industry," Journal of Industrial Information Integration, vol. 50, Open asset ↗Kaggle · vipoooool/new-plant-diseases-datasetpdf-raw-page:11 lines:1-49Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 5 Sept 2026
Sweet potato virus disease (SPVD) is one of the most destructive diseases affecting sweet potato production worldwide, causing severe yield losses and posing a significant threat to food security. Vision-based intelligent diagnosis has emerged as a promising solution for large-scale SPVD monitoring due to its low cost and scalability. However, existing publicly available datasets for SPVD are extremely limited and typically focus on a single task, such as disease classification or lesion segmentation, under constrained imaging conditions. This lack of comprehensive, task-oriented datasets significantly restricts the development, evaluation, and fair comparison of advanced computer vision methods for SPVD analysis. In this study, we present SPVD-Field, a task-oriented multi-task visual dataset suite composed of two independently collected sub-datasets optimized for different computer vision tasks. Rather than constructing a single homogeneous dataset, SPVD-Field is deliberately organized into two complementary task-oriented sub-datasets: SPVD-DET, designed for disease detection with bounding-box annotations, and SPVD-SEG, designed for fine-grained lesion segmentation with pixel-level masks. The two sub-datasets were independently collected using different acquisition protocols optimized for their respective tasks, while sharing a unified semantic definition of SPVD symptoms, crop growth stages, and field environments. SPVD-Field captures substantial real-world variability in imaging scale, viewpoint, illumination, background complexity, and symptom manifestation, reflecting the inherent challenges of fieldbased disease diagnosis. We provide detailed documentation of data acquisition, annotation strategies, and quality control procedures, along with baseline benchmark results for both detection and segmentation tasks to demonstrate the usability and difficulty of the dataset. By offering a structured dataset suite rather than a single-task collection, SPVD-Field aims to support diverse research directions, including detection, segmentation, multi-task learning, and disease severity analysis, and to facilitate reproducible and comparable research in SPVD-related plant phenotyping.
Why it matches plant phenotyping methodsサツマイモの病徴を対象とする画像データセットで、検出・病斑セグメンテーション、データ取得・アノテーション・品質管理、ベンチマークを中心的に提供しており、植物病害状態の画像フェノタイピング手法・データ基盤に該当する。
abstractIn this study, we present SPVD-Field, a task-oriented multi-task visual dataset suite composed of two independently collected sub-datasets optimized for different computer vision tasks.
Reproduction assets foundThe paper's core asset is the SPVD-Field dataset (SPVD-DET detection images with bounding-box annotations and SPVD-SEG segmentation images with pixel-level masks), explicitly deposited in a public repository via the data availability statement with a DOI link.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://dx.doi.org/10.21227/hq1q-jp43 .Open asset ↗10.21227/hq1q-jp43lines:664-703Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Introduction Maize is one of the most important food crops in the world, and foliar diseases can lead to significant yield losses if identification is not performed on time. Experts conducting manual inspections find it less effective and more subjective. Deep learning-based approaches utilizing Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs) have been demonstrated as a viable approach to automate disease diagnosis. Thus, while CNNs fail to capture wider context due to their local feature focus and ViTs need larger datasets and tend to miss finer-grained details. To overcome these limitations, we present EDISP a hybrid framework that connects Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs) for local feature extraction, as well as global contextual learning. Methods The EDISP framework brings together the strengths of CNNs and ViTs to overcome their individual weaknesses. It is trained on a dataset that includes both controlled-environment and real-field maize leaf images, which helps it handle different environmental conditions. The data undergoes thorough preprocessing, including normalization, augmentation, and stratified splitting into training, validation, and test sets to support generalization. The CNN focuses on detailed local disease features, while the ViT captures broader contextual information across the maize leaf surfaces. Results The proposed EDISP model significantly outperforms standalone CNN and ViT Models in multiple performance metrics, achieving an overall classification accuracy of 99.40%, precision of 99.43%, recall of 99.38%, and an F1-score of 99.40%. Experimental results demonstrate that EDISP excels in identifying maize leaf diseases, including Common Rust, Gray Leaf Spot, Northern Leaf Blight, and Healthy leaves, with minimal false positives and negatives. External validation with an independent dataset further highlights the model's robustness and ability to generalize to real-world conditions. Discussion The EDISP hybrid architecture, integrating CNNs and ViTs, provides a stronger method for accurate, automated maize leaf disease detection. Its robust performance, consistent results on controlled and field datasets shows robustness in diverse environments. However, EDISP's effectiveness may be limited by image quality, lighting, or disease types not seen in training. These results highlight the promise of hybrid deep learning in precision agriculture and offer a scalable solution for disease detection, supporting farmers without expert diagnostic resources.
Why it matches plant phenotyping methodsトウモロコシ葉の病害状態を画像から検出・分類するCNN-ViT手法の開発と独立データセットによる検証が研究の中心であり、植物フェノタイピング手法に該当する。
abstractwe present EDISP a hybrid framework that connects Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs) for local feature extraction, as well as global contextual learning.
Abstract Plant diseases affecting leaves and fruits cause substantial yield and economic losses worldwide, particularly in horticultural crops cultivated under diverse agro-climatic conditions. Early and accurate disease diagnosis is essential for effective crop management; however, manual inspection is time-consuming, subjective, and often infeasible at large scale. In this work, we present the Tomato–Chilli–Papaya (TCP) Fruit and Leaf Disease Dataset, a comprehensive multi-crop image dataset designed to support deep learning-based plant disease recognition. The dataset comprises labeled RGB images of healthy and diseased leaves and fruits from three economically important crops—tomato, chilli, and papaya—captured under real-field and semi-controlled environments, reflecting significant variability in illumination, background complexity, and disease severity. To demonstrate the applicability of the dataset, several commonly used convolutional neural network (CNN) architectures, including VGG, ResNet, DenseNet, MobileNet, and EfficientNet models, were trained and evaluated on the TCP dataset using transfer learning. Experimental results show that deep CNN models can effectively learn discriminative visual features corresponding to disease-specific patterns such as leaf spots, lesions, discoloration, curling, and fruit surface abnormalities. Lightweight models such as MobileNet achieve competitive performance with reduced computational cost, while deeper architectures provide improved accuracy at the expense of higher complexity. The results highlight the importance of dataset diversity for robust model generalization across multiple crops and plant organs. The TCP dataset provides a challenging benchmark for single-crop and multi-crop disease classification and supports the development of advanced deep learning, attention-based, and explainable AI models for precision agriculture. By enabling reproducible research and realistic performance evaluation, this dataset contributes toward scalable and practical AI-driven plant disease diagnosis systems aimed at reducing yield losses and supporting sustainable agriculture.
Why it matches plant phenotyping methods植物の葉・果実の病徴を画像から評価する大規模データセットとベンチマークを中心に扱っており、植物病害状態の画像ベース表現型解析に該当する。
abstractwe present the Tomato–Chilli–Papaya (TCP) Fruit and Leaf Disease Dataset, a comprehensive multi-crop image dataset designed to support deep learning-based plant disease recognition.
Reproduction assets foundThe paper introduces the TCP (Tomato-Chilli-Papaya) fruit and leaf disease image dataset and reports CNN experiments on it. The dataset is publicly deposited on Mendeley Data, and the authors state that analysis code is available on GitHub. Both are paper-specific, public, and actionable.Dataset · publicData is available on Mendeley:1Open asset ↗pdf-page:27 lines:1-51Code · publicCode availability: Code is available on GitHub 2Open asset ↗GitHubpdf-page:27 lines:1-51Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
This study presents a large-scale framework for the digitalization of wheat mold odor based on controlled volatile release and standardized gas acquisition. Seven wheat-varieties harvested from 2022 to 2025 in three provinces of China were cultivated into four spoilage levels (normal, mild, moderate, and severe mildew), and a graphene-based sensor array was developed for multidimensional odor detection. A dual pre-treatment strategy integrating temperature-regulated volatilization and cooling-assisted dehumidification was implemented to ensure stable and comparable signal acquisition. Under optimized conditions, 1491 odor response curves from the first three batches were used for machine learning modeling, while an independent fourth batch (n = 503) was used for external validation. For binary classification (normal vs. moldy wheat), the optimized Light Gradient Boosting Machine achieved 95.8% accuracy, 95.5% sensitivity, 96.8% specificity, and an AUC of 0.984. This proposed approach enables rapid, non-destructive mold assessment and supports standardized grain quality monitoring.
Why it matches plant phenotyping methods小麦穀粒のカビ状態を対象に、グラフェンセンサーアレイと揮発成分取得前処理を開発し、機械学習分類と独立バッチ検証まで行っており、植物状態の取得・判定法が研究の中心である。
abstracta graphene-based sensor array was developed for multidimensional odor detection
Agriculture is significant in world food production and global economic stability, but leaf disease and pest infection can cause a threat to crop quantity and quality. Thus, it became crucial to have timely and accurate identification of plant leaf disease to prevent loss in agriculture on a large scale and to have sustainable crop management. This paper introduces LeafLiteX, a lightweight mobile-based deep learning application for real-time detection and classification of leaf diseases. This application uses U-Net segmentation to precisely find leaf regions and MobileNetV3-Large to quickly classify diseases with less computation on the computer. The application performs end-to-end processing, from image acquisition to segmentation and disease prediction on mobile devices. An experiment was performed on publicly available crop disease datasets containing various leaf images having different disease types. The model obtained an accuracy of 98.85% showing improved generalization with minimal latency. The design of the model was such that it was suitable for inference on-device while still being robust enough despite changes in lighting conditions, background noise, and camera resolution. LeafLiteX is a low-cost, easy to use, offline-capable, and in-the-moment decision-making supportive diagnostic application that supports farmers and agrarians who require early detection. This paper demonstrates the capabilities that can be achieved using edge-optimized machine learning and computer vision to support the development of smart agriculture technologies. While traditional methods rely solely on classification, this research focuses more on practical implementation by incorporating segmentation, lightweight classification, and explainability to develop a mobile-friendly model.
Why it matches plant phenotyping methods葉画像から病害状態をセグメンテーション・分類する手法とモバイルアプリ自体が研究の中心であり、植物病害の表現型推定に該当する。
abstractThis paper introduces LeafLiteX, a lightweight mobile-based deep learning application for real-time detection and classification of leaf diseases.
Reproduction assets foundThe paper's Data availability statement explicitly links the public PlantVillage (Mendeley) and PlantDoc (GitHub) leaf-image datasets used for its experiments, and provides the authors' LeafLiteX source code on GitHub.Dataset · publicThe dataset used in this study is publicly available from the repository:
https://data.mendeley.com/datasets/tywbtsjrjv/1Open asset ↗data.mendeley.com · tywbtsjrjv/1pdf-page:29 lines:1-74Code · publicThe source code is available on the following link: https://github.com/phdpawan/LeafLiteX.Open asset ↗github.com/phdpawan/LeafLiteXpdf-page:29 lines:1-74Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Published8 Jul 2026Spectrochimica acta. Part A, Molecular and biomolecular spectroscopyCited by 0 · OpenAlex ↗
Hybrid maize performance depends strongly on the genetic purity of hybrid seeds, but female self-pollinated seeds and target hybrid seeds are difficult to distinguish by conventional visual inspection because of their highly similar phenotypes. This study developed a nondestructive and interpretable maize hybrid purity detection framework by integrating hyperspectral imaging and RGB-derived texture features. Hyperspectral images were acquired from the embryo and endosperm sides of five female parents, one common male parent, and their corresponding hybrids. Texture-based, full-band spectral, characteristic-band spectral, and texture-spectral fusion models were systematically constructed and compared. Competitive Adaptive Reweighted Sampling (CARS), Successive Projections Algorithm (SPA), and Synchronous Two-Dimensional Correlation Spectroscopy (Sync2D) were used for characteristic wavelength selection. The results showed that the embryo side provided more stable and discriminative spectral information than the endosperm side. Texture-only models showed limited ability to distinguish hybrids from female self-pollinated seeds, whereas embryo-side texture-spectral fusion models combined with CARS or SPA and Support Vector Machine (SVM) or Partial Least Squares Discriminant Analysis (PLS-DA) achieved average test accuracies of 0.99-1.00, meeting the national maize hybrid seed purity requirement of 97%. In the optimal low-dimensional models, the retained high-dimensional spectral variables were compressed to 28-69 key features, corresponding to a dimensionality reduction ratio of approximately 88%-95%. SHAP analysis identified mean saturation and seed size as important texture features; among spectral intervals, the 450-462 nm region appeared among the top-ranked embryo-side SHAP features in all five maize lines and showed the highest embryo-side mean absolute SHAP magnitude (0.0107 ± 0.0028). Overall, the proposed framework provides a high-throughput, low-dimensional, and interpretable solution for maize hybrid seed purity detection.
Why it matches plant phenotyping methodsハイパースペクトル画像、RGBテクスチャ、特徴選択、機械学習を統合し、トウモロコシ種子のハイブリッド純度を非破壊推定する手法の開発・比較が研究の中心である。
abstractThis study developed a nondestructive and interpretable maize hybrid purity detection framework by integrating hyperspectral imaging and RGB-derived texture features.
The segmentation model achieved Mean IoU values of 0.7723 for Water Stress 2025, 0.9164 for Common Rust 2025, and 0.9531 on the benchmark dataset. The classifier achieved 99.54% accuracy for the five-class task; however, the improvement over the strongest baselines and the RGB + multispectral configuration was limited. Therefore, the classification component is not presented as a substantially superior classification-only model. Instead, it is interpreted as an exploratory multimodal analysis that quantifies the contribution and limitation of RGB, multispectral, Wavelet, and GLCM branches under the adopted UAV dataset protocol. For classification-only deployment, simpler alternatives such as DenseNet201 or the RGB + multispectral configuration may be more practical because they provide comparable accuracy with lower architectural or preprocessing complexity. Ablation, modality-controlled, and 21-run stability experiments showed reproducible segmentation results and clarified the behavior of the classification branches. RGB and multispectral branches mainly provided the peak classification accuracy, whereas Wavelet and GLCM branches mainly affected offline convergence rather than final accuracy. RGB, NDVI, and NDRE visualizations were also added for qualitative support. Since direct physiological ground measurements were not available for all samples, the masks are interpreted as adaptive index-guided labels rather than direct physiological ground truth. Overall, the main evidence of practical benefit is associated with UAV-based dataset construction, adaptive index-guided segmentation, and field-scale stress/disease mapping, while the classification experiments should be interpreted as modality-contribution and convergence analyses rather than proof of a practically superior complex classifier.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像によるトウモロコシの水ストレス・病害状態のセグメンテーション、データセット構築、再現性評価が研究の中心であり、植物表現型の取得・抽出手法として実質的です。
abstractOverall, the main evidence of practical benefit is associated with UAV-based dataset construction, adaptive index-guided segmentation, and field-scale stress/disease mapping
Introduction Wheat is one of the most widely planted staple crops worldwide and underpins global food security. Fungal diseases severely threaten wheat growth and trigger massive yield losses during cultivation. Traditional manual diagnosis is time-consuming and highly subjective, while existing deep learning models often struggle to achieve high accuracy and robustness in complex field environments. Accurate identification of these fungal diseases is therefore vital to secure grain production. Methods This paper constructs a lightweight convolutional neural network named ShuffleNetV2_SSM_MLCA for wheat fungal disease classification. First, the original basic blocks of ShuffleNetV2 are substituted with SS-Conv-SSM modules to strengthen the extraction of fine-grained lesion features amid visually analogous fungal disease samples; half convolution is embedded to cut down model computational overhead. Second, a Mixed Local Channel Attention (MLCA) unit is attached to the convolution branch of each SS-Conv-SSM module, which adaptively highlights discriminative disease features and filters irrelevant background noise. Standard training configurations and five-fold cross-validation are adopted for fair model evaluation. Results Comparative experiments reveal that the presented network reaches a classification accuracy of 91.35%, which surpasses the original ShuffleNetV2 baseline by 1.16 percentage points. Controlled ablation tests verify the independent performance gain of each core component: the SS-Conv-SSM module raises overall accuracy by 0.89%, and the MLCA mechanism brings an extra 0.27% accuracy increment. Discussion The proposed ShuffleNetV2_SSM_MLCA architecture strikes a favorable trade-off between model lightweight property and classification performance. It delivers a low-computation, high-precision recognition scheme for wheat fungal diseases and lays a solid technical foundation for real-time disease monitoring in intelligent agricultural scenarios.
Why it matches plant phenotyping methods小麦葉片の病斑特徴を画像から抽出し、植物の真菌病状態を分類する軽量深層学習手法を開発・検証しており、病害表現型の取得・推定が研究の中心である。
abstractThis paper constructs a lightweight convolutional neural network named ShuffleNetV2_SSM_MLCA for wheat fungal disease classification.
Reproduction assets foundThe paper's plant-image measurements are based entirely on publicly available wheat disease image datasets: a primary Kaggle dataset (Wheat Plant Diseases by Kushagra Agarwal) used for model development, and two additional public datasets (Alibaba Cloud Developer Community and CSDN Modelers) used for generalization andDataset · publicThe dataset is publicly available at https://www.kaggle.com/datasets/kushagra3204/wheat-plant-diseases and was accessed on September 5, 2025.Open asset ↗Kaggle · kushagra3204/wheat-plant-diseaseslines:322-374Dataset · publicThe second dataset was contributed by blogger DL data set and released on December 25, 2025 via the CSDN Modelers platform ( https://modelers.csdn.net/69a67f4c7bbde9200b9c3240.html )Open asset ↗CSDN Modelerslines:644-669Plant phenotyping relevance match · UnverifiedEurope PMC · OpenAlex · Crossref · checked 5 Sept 2026
Abstract Background Accurate modeling of wildland fuelbeds requires knowledge of not only where fuels are in three-dimensional (3D) space but also what they are. In this study, we introduce an object-based scanning protocol designed to generate detailed three-dimensional mesh models of individual fuel particles (e.g., seedlings, shrubs, litter, and cones) using an industrial-grade laser scanner. While traditional terrestrial laser scanning (TLS) or photogrammetric approaches tend to require objects to be segmented from broader-scope environment-level point clouds, our approach begins with the object itself. Results By scanning discrete plant parts in controlled conditions and capturing their morphology, surface area, and volume at sub-millimeter precision, we create a methodological foundation for fuel characterization that is structurally explicit and ecologically specific. We also propose a flexible workflow to adapt the scanning process for the extensive natural range of variation in fuel object structures, classifying individual objects based on their structural complexity. Conclusions Digital twins of wildland fuel plants and particles serve as building blocks for future integration with machine learning techniques to improve wildland fuelbed classification and simulation. Our approach shifts the basis of 3D fuels modeling from environmental scanning toward object-driven understanding with implications for fire behavior, emissions, and ecological modeling.
Why it matches plant phenotyping methods個別の植物・植物部位をレーザースキャンし、形態・表面積・体積を抽出するオブジェクト中心の3D計測プロトコル自体が研究の中心であり、植物形態のフェノタイピング手法に該当する。
abstractwe introduce an object-based scanning protocol designed to generate detailed three-dimensional mesh models of individual fuel particles (e.g., seedlings, shrubs, litter, and cones) using an industrial-grade laser scanner.
Abstract One of the most important challenges faced by smallholder farmers in the agricultural industry is the lack of accurate, timely knowledge to predict and detect crop health issues. Crop productivity is often threatened not only by diseases but also by environmental and physiological stresses, which contribute to significant yield losses and negatively impact the national economy. Traditional detection methods are time-consuming, costly, and require expert knowledge, creating a need for automated and intelligent systems. This work proposes a dual-functional framework that combines crop disease and stress detection using advanced machine learning and deep learning techniques to accurately classify healthy and diseased leaves. This integrated system ensures early detection, reduces crop loss, improves productivity, and provides a scalable, farmer-friendly solution for sustainable agriculture.
Why it matches plant phenotyping methods葉画像から健康・病害状態を機械学習で分類する手法が研究の中心であり、植物の病害・ストレス状態を直接推定するため、植物フェノタイピング手法として採用。
abstractThis work proposes a dual-functional framework that combines crop disease and stress detection using advanced machine learning and deep learning techniques to accurately classify healthy and diseased leaves.
Introduction The identification and advancement of superior maize hybrids under the All India Coordinated Research Project (AICRP) on Maize rely on multi-environment evaluation integrating grain yield, maturity, and agronomic performance. Interpretation of large multi-environment datasets is often complex, time-consuming, and susceptible to subjectivity, highlighting the need for objective and reproducible decision-support tools. This study evaluated the effectiveness of REMATTOOL-R (Relative Maturity Adjustment Tool in R) in validating the existing hybrid advancement framework adopted under the AICRP on Maize. Methods Multi-environment trial data from the National Initial Varietal Trial (NIVT)-Late conducted during Kharif 2020-21 across five locations representing the Central West Zone (CWZ) of India were analysed. The dataset comprised 45 entries, including 40 experimental hybrids, four commercial checks, and one filler entry. REMATTOOL-R integrated grain yield with days to 50% anthesis, grain moisture at harvest, and harvested plant stand to facilitate simultaneous evaluation of grain yield, maturity, and adaptation-related traits. Least-square means generated from mixed-model analysis were used to identify superior hybrids based on a predefined grain yield superiority threshold (≥5%) over the standard check while maintaining comparable maturity and agronomic performance. Results REMATTOOL-R enabled rapid visualization and integrated assessment of multiple agronomic traits, allowing objective identification of superior hybrids. Five experimental hybrids-PM 21109L (Entry 30), R8050 (Entry 35), PM 21111L (Entry 32), BIO 978 (Entry 4), and DKC 9226 (Entry 9)-recorded ≥5% higher grain yield than the standard check Bio 9682 while maintaining statistically comparable days to 50% anthesis, grain moisture at harvest, and harvested plant stand. All five hybrids identified by REMATTOOL-R corresponded with the official AICRP decisions for advancement from NIVT to Advanced Varietal Trial-I (AVT-I), while three hybrids (R8050, PM 21111L, and DKC 9226) progressed further to AVT-II during subsequent testing cycles, confirming the reliability of the analytical framework. Discussion The findings demonstrate that REMATTOOL-R provides an efficient, transparent, and reproducible framework for the simultaneous evaluation of grain yield, maturity, and adaptation-related traits in maize multi-environment trials. By complementing the existing AICRP hybrid evaluation procedure, the tool facilitates objective advancement decisions and reduces subjectivity associated with manual interpretation of complex datasets. REMATTOOL-R therefore represents a valuable decision-support approach for coordinated maize breeding programmes and has considerable potential for application in large-scale hybrid evaluation systems.
Why it matches plant phenotyping methodsREMATTOOL-Rという解析ツールを開発・評価し、収量、成熟期、収穫時水分、植立本数を統合してハイブリッドの表現型・適応性を客観的に評価することが中心である。
abstractREMATTOOL-R integrated grain yield with days to 50% anthesis, grain moisture at harvest, and harvested plant stand to facilitate simultaneous evaluation of grain yield, maturity, and adaptation-related traits.
Grapevines are economically vital crops but are highly susceptible to fungal, bacterial, and viral diseases that threaten yield and quality. Traditional detection methods rely on manual inspection, are time-consuming, prone to human error, and often delay intervention. This study introduces a lightweight convolutional neural network (CNN) architecture specifically designed for accurately and efficiently detecting grapevine leaf diseases—including Black Rot, ESCA, and Leaf Blight—based on image classification. The proposed model integrates optimized residual blocks, batch normalization, dropout layers, and global average pooling to maximize accuracy while minimizing computational complexity. This lightweight design makes it well-suited for deployment on edge devices such as drones and mobile systems used in precision agriculture. A comprehensive data augmentation strategy was applied during training to simulate real-world variability and enhance generalization. The model was trained using 9,027 labeled grape leaf images from a publicly available grape disease image dataset, and it achieved 99.8% overall accuracy with near perfict precision, recall, F1-score, and area under the ROC curve (AUC) across all classes. These findings highlight the practical potential or real-time, scalable and sustainable disease monitoring in smart vineyard management systems.
Why it matches plant phenotyping methodsブドウ葉の病害状態を画像から分類するCNN手法を開発・評価しており、植物病害表現型の取得・推定が研究の中心です。
abstractThis study introduces a lightweight convolutional neural network (CNN) architecture specifically designed for accurately and efficiently detecting grapevine leaf diseases—including Black Rot, ESCA, and Leaf Blight—based on image classification.
Traditional manual grading of fresh chili peppers suffers from inconsistent quality control and low efficiency. To meet the demand for accurate fruit shape recognition during the post-harvest stage, this study proposes an intelligent recognition method based on an improved DenseNet-121 network. This approach facilitates the application of machine vision in agricultural sorting equipment. DenseNet-121 serves as the backbone network. The Convolutional Block Attention Module (CBAM) is introduced to enhance feature focus on fruit shapes. A regularization strategy (Dropout = 0.3, weight decay = 1 × 10 -4 ) and a cross-entropy loss function with label smoothing (LS = 0.1) are integrated to optimize decision boundaries. These configurations prevent the model from overfitting to hard training labels and yield a robust classification architecture. Experimental results demonstrate that the proposed model achieves a precision of 90.09%, a recall of 89.60%, an F1-score (the harmonic mean of precision and recall) of 89.53%, and an overall accuracy of 89.74%. The model contains 7.09 M parameters and requires a single-frame inference time of 7.35 ms. Comprehensive evaluations indicate that the proposed model achieves an optimal balance among environmental noise robustness, prediction accuracy, and computational efficiency. Consequently, by maintaining high fine-grained classification accuracy alongside a low memory footprint and rapid inference speed, the model demonstrates strong potential for real-time deployment on resource-constrained edge devices within actual agricultural optical sorting equipment.
Why it matches plant phenotyping methodsチリペッパー果実の形状という植物器官形質を画像から分類する深層学習手法の開発・評価が中心であり、単なる品質測定ではない。
abstractExperimental results demonstrate that the proposed model achieves a precision of 90.09%, a recall of 89.60%, an F1-score (the harmonic mean of precision and recall) of 89.53%, and an overall accuracy of 89.74%.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe original image dataset is provided as Supplementary Materials .Open asset ↗lines:30-40Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
This study compared unsupervised and supervised machine learning, and deep learning (U-Net) classifiers on Unmanned Aerial Vehicle (UAV) multispectral imagery to identify nitrogen status in potato crops under nitrogen (N) fertilization treatments, irrigation (I), and their interaction (N × I). The U-Net model outperformed all other methods, achieving accuracies for crop nitrogen status of 65–99% in N, 84–100% in I, and 41–82% in N × I treatments, with variation due to different input data. Supervised machine learning also performed well, with Support Vector Machine achieving 53–87, 66–86, and 32–66% respectively, and Random Forest 61–96, 70–81, and 33–65%. Unsupervised K-means yielded the lowest accuracies (47–58, 9–65, and 8–34%), demonstrating necessity of substantial supervision to delineate crop nitrogen and water status. These findings were confirmed by repeated analyses of UAV imagery acquired later in the growing season with consistent results. Comparable classification performance was observed for crop water status and leaf area index at both time points. Despite being demonstrated in a single-field, single-crop framework, the results provide proof of concept for applying deep learning classifiers to detect subtle nitrogen and water stress under field conditions in precision agriculture. Future research could test diverse agroecosystems and growing seasons, alternative deep learning algorithms, and sensor data fusion to improve classification accuracies.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像からジャガイモの窒素・水分状態およびLAIを推定する分類手法を比較・検証しており、植物状態の取得と手法性能評価が研究の中心である。
abstractThis study compared unsupervised and supervised machine learning, and deep learning (U-Net) classifiers on Unmanned Aerial Vehicle (UAV) multispectral imagery to identify nitrogen status in potato crops
This study aims to improve the performance of the Convolutional Neural Network (CNN) algorithm in detecting coffee leaf diseases using the Inception V3 architecture. The main challenge of this classification is the subtle visual similarity in color, texture, and symptom patterns between diseases. To overcome this, Inception V3 is implemented because of its superiority in multi-scale feature extraction through convolution factorization which reduces parameters while increasing accuracy. The dataset used consists of 1,120 images, evenly distributed into four classes (three types of diseases and one healthy class, each with 280 images), with a training, validation, and test data split ratio of 896:112:112. As a comparison, a conventional basic CNN architecture consisting of 3 convolution layers (3 X 3, stride 1), 3 max-pooling, and 1 dense layer, trained with the same hyperparameters (Adam optimizer, learning rate 0.001, batch size 32) is used. The experimental results show a significant performance improvement; Model accuracy increased from 74.4% on a standard CNN to 97.0% after integrating Inception V3. The scientific contribution of this research lies in mapping overlapping visual characteristics of coffee diseases through multi-scale feature optimization, which demonstrates that computational efficiency can go hand in hand with accuracy improvements on complex agricultural image datasets. These findings confirm that the Inception V3 architecture provides a robust and efficient solution for automating plant disease diagnosis in the field.
Why it matches plant phenotyping methodsコーヒー葉の病徴を画像から分類するCNN手法の改善・比較が研究の中心であり、植物病害状態の画像ベース表現型推定に該当する。
abstractThis study aims to improve the performance of the Convolutional Neural Network (CNN) algorithm in detecting coffee leaf diseases using the Inception V3 architecture.
Non-heading Chinese cabbage is a cool-season crop, and high temperature has become a key factor limiting its quality and yield. Given that plant heat tolerance is a complex quantitative trait regulated by multiple genes, establishing a comprehensive evaluation system integrating multiple physiological and biochemical indicators is of great significance. In this study, 35 varieties of non-heading Chinese cabbage germplasm were used to investigate heat damage indices (HDI) and measure physiological and biochemical indicators under summer high-temperature stress, aiming to provide a basis for heat tolerance evaluation. Correlation analysis revealed significant correlations among the physiological and biochemical indicators, indicating information overlap. Principal component analysis (PCA) was subsequently employed to extract six independent composite indicators. A composite index of heat tolerance productivity, namely the Heat Tolerance Productivity Index (HTPI), was obtained through membership function analysis, and cluster analysis classified the tested germplasm into four heat tolerance levels. A regression equation for evaluating heat tolerance in non-heading Chinese cabbage was successfully established. Eleven key heat tolerance indicators were identified, and two highly heat-tolerant varieties, B21 and B32, with excellent comprehensive traits were selected. The comprehensive evaluation system established in this study not only provides an effective tool for high-throughput screening of heat-tolerant germplasm resources but also lays a solid foundation for subsequent genetic improvement and molecular breeding of heat-tolerant varieties. However, this study was conducted only at the seedling stage, and did not evaluate heat tolerance during the more sensitive reproductive stages (flowering and bolting).
Why it matches plant phenotyping methods複数の生理・生化学指標を統合し、PCA、メンバーシップ関数、回帰式による耐暑性評価システムを開発しており、植物表現型の抽出・スクリーニング手法が研究の中心である。
abstractestablishing a comprehensive evaluation system integrating multiple physiological and biochemical indicators is of great significance
Plants can suffer a number of diseases that impact agricultural productivity and food security, particularly in developing farming communities. Although deep learning is capable of classification of diseases with outstanding results, its use is limited due to the difficulty of obtaining large labeled databases and the high requirement of computation. To address these challenges, this study proposes a new method for plant disease classification based on traditional image processing and machine learning algorithms with lightweight and low computation requirements. This one uses several handcrafted descriptors such as color histograms, Haralick texture features and Hu moments to retrieve the information relevant to a disease from the segmented leaf images. Performance of top five classifiers, namely Random Forest, Support Vector Machine, K-Nearest Neighbors, Logistic Regression and Naïve Bayes classifiers are evaluated from the dataset of healthy plant leaves and diseased plant leaves images on 10-fold cross validation. Based on the results of the research work, the best classification model was the Random Forest Classifier model with the accuracy value is 98.12%, 0.98 precision, 0.98 recall, and 0.98 F1 value. The proposed solution was also found to be uncomputation complex and low memory consuming and can be made realtime inference. Therefore, this solution can be implemented onto agricultural systems, considering edge computing and IoT. The results of the research also demonstrated that feature-based machine learning approaches afford interpretable and reliable plant disease detection at a low computation cost, further contributing to sustainable, and precision agriculture.
Why it matches plant phenotyping methods葉画像から病徴を抽出・分類する画像処理および機械学習手法が研究の中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として含める。
abstractthis study proposes a new method for plant disease classification based on traditional image processing and machine learning algorithms
Mango (Mangifera indica L.) is among the most important commercial fruits grown throughout the world in the tropical and subtropical areas. Even though mangoes are economically important, their cultivation is continuously threatened by a wide variety of leaf and fungi diseases, resulting in crop losses of up to 15-30% annually. [1]. Conventional disease identification depends heavily on expert visual inspection—a process that is inherently slow, subjective, and largely impractical for smallholder farmers operating in remote areas with limited access to agronomic specialists. This paper provides an end-to-end deep learning-based approach towards automatic mango leaf disease detection along with an Android application for real-time deployment in the field. This work is built upon MangoLeafBD [1], an openly accessible dataset that consists of a total of 4,000 images of RGB color space for seven different disease categories and one healthy class, with each category having 500 samples collected from four separate orchards in Bangladesh. Three types of transfer learning models including VGG16 [2], MobileNetV2 [3], and DenseNet121 [4] were considered after applying two-phase fine-tuning based on pre-trained ImageNet weights. For each of the three types of neural network models tested, a series of preprocessing steps consisting of bilinear resizing to size 224 x 224, channel-wise normalization, and image augmentation (rotation, zoom, brightness adjustment, horizontal flip, and shear) was used to increase model accuracy for diverse real-world images. The training model was deployed using TensorFlow Lite (TFLite), which allowed it to be run in offline mode on mid-end Android phones, without needing internet connectivity. The app lets farmers upload leaf images or take images and get a diagnosis of the leaf diseases, along with possible treatments for them.This work contributes a replicable pipeline linking state-of-the-art deep learning research with practical precision agriculture, particularly for rural communities that currently lack access to timely agronomic advisory services.
Why it matches plant phenotyping methodsマンゴー葉画像から病害状態を推定する深層学習パイプラインとモバイル実装が研究の中心であり、植物病害フェノタイピング手法に該当する。
abstractThis paper provides an end-to-end deep learning-based approach towards automatic mango leaf disease detection along with an Android application for real-time deployment in the field.
Accurate detection of plant leaf diseases is essential for enhancing crop productivity and supporting global food security. In addition to disease classification, understanding how environmental and soil conditions affect model performance is important for developing robust real-world agricultural monitoring systems. Although deep learning (DL) models achieve high accuracy on benchmark datasets, their performance in real-world settings is often limited by variations in illumination, background complexity, and environmental conditions. This study proposes a smart DL framework for detecting and classifying multiple leaf diseases in tomato, potato, and pepper plants. The framework combines U2-Net-based leaf segmentation with a Convolutional Neural Network–Bidirectional Gated Recurrent Unit (CNN–Bi-GRU) architecture. MobileNetV2 is employed as the feature extraction backbone to capture spatial characteristics, while Bi-GRU layers model sequential feature dependencies, forming a spatio-temporal network whose architectural design prioritizes parameter efficiency through depthwise separable convolutions and reduced gating complexity. The model was trained and validated using the PlantVillage benchmark dataset and achieved a classification accuracy of 99.8% with a macro-averaged F1-score of 94%, outperforming several state-of-the-art architectures. To assess robustness under real-world conditions, the trained model was further tested on leaf images collected from open-field environments near Eluru, South India. The field evaluation revealed a reduction in classification accuracy to 61.97%, indicating the impact of domain shift and environmental variability. To investigate potential contributing factors, soil parameters, including pH, temperature, moisture, and NPK levels, were monitored using an IoT-based Arduino sensing system over ten consecutive days. Rather than serving as direct inputs to the disease classification model, these environmental measurements were analyzed to assess their potential influence on disease symptom expression and the observed reduction in model performance under field conditions. The results suggest that environmental conditions may influence disease symptom expression and model transferability. This study highlights the importance of integrating DL-based disease recognition with environmental monitoring for reliable field-level agricultural applications. Nevertheless, computational complexity metrics, including inference latency and memory footprint, were not evaluated in the present work and are identified as a priority for future edge deployment studies.
Why it matches plant phenotyping methods植物葉の病徴を画像から分類するセグメンテーション・深層学習手法を開発し、ベンチマークと圃場画像で性能を検証しているため、植物フェノタイピング手法が中心である。
abstractThis study proposes a smart DL framework for detecting and classifying multiple leaf diseases in tomato, potato, and pepper plants.
Plant varieties are essential for the survival of human beings and animals, as they act as an alternative source of food, fiber, fodder, and other raw materials for domestic needs and industries in any society. Early identification of plant leaf diseases is very important for keeping the health of crops intact. Crops being infected can affect the overall yield of crops, which may be detrimental to the earnings of farmers. With the emergence of artificial intelligence technology, it has become possible to deploy systems for quicker identification of illnesses. This work has been carried out for the prediction of plant diseases based on visual phenotypic manifestations, such as images of leaves. For this purpose, the dataset has been created after retrieving data from the PlantVillage dataset. The clinical reliability of different deep learning models of various representational capacities has been tested while using ImageNet pre-trained parameters. The experimental results show that MobileNetV2 achieves the highest accuracy of 96.15%, outperforming deep CNN (76.92%) and medium CNN (61.54%). The test accuracy and class-wise F1-scores for the CNN are observed to be substantially very high. The generalization ability and result of DCNN and MCNN are moderate and poor, respectively, as observed. Additionally, the proposed CNN only uses the disease-affected areas on the leaf, thus making the result more interpretable
Why it matches plant phenotyping methods葉の画像から病徴を推定する深層学習手法を開発・比較し、モデル性能と解釈性を評価しているため、植物表現型取得が中心である。
abstractThis work has been carried out for the prediction of plant diseases based on visual phenotypic manifestations, such as images of leaves.
Cotton leaf diseases present a major threat to global cotton production, significantly impacting both yield and fiber quality. Traditional diagnostic methods are labor-intensive, time-consuming, and demand highly skilled professionals, making them inefficient for large-scale agricultural applications. Although earlier deep learning -based approaches have shown promising results in identifying cotton leaf diseases such as Bacterial Blight, Fusarium Wilt, and Curl Virus Disease, their performance is often limited by complex preprocessing requirements and insufficient generalization to real-world field conditions. To address these challenges, this study proposes and optimized transfer learning-based model, CLDP-CNN, designed to enhance feature extraction and classification efficiency using pre-trained deep neural networks. This study demonstrates the development of Cotton Leaf Disease Prediction Convolutional Neural Network (CLDP-CNN) automatically, utilizing Transfer Learning (TL) which operates on meticulously prepared datasets. Two distinct datasets were used to train the model: the first consisted of field images from cotton farms, while the second was sourced from Kaggle. The main goal of this research examines how the model performs on real-world field datasets. The CLDP-CNN model has proven highly accurate by attaining 99.78% detection success rates for cotton leaf diseases when processing primary dataset which surpasses its secondary dataset accuracy rate of 99.62%. Both the primary dataset and secondary dataset resulted in high accuracy values for the VGG16 pre-trained model which achieved 99.56% accuracy on the primary dataset and 98.82% on the secondary dataset. A web-based application enhances the capabilities of the CLDP-CNN model by providing real-time updates on the health status of cotton plants. This technology empowers farmers with valuable information, enabling them to take timely protective actions to prevent potential severe yield losses in their cotton crops.
Why it matches plant phenotyping methods綿花葉の画像から病害状態を推定する深層学習モデルを開発・評価しており、植物フェノタイピング手法が研究の中心です。
abstractThe main goal of this research examines how the model performs on real-world field datasets.
Reproduction assets foundThe paper's cotton leaf disease image datasets are publicly available: the authors' primary field-collected dataset on the first author's GitHub repository, and the secondary Kaggle dataset used for comparison. No analysis code or trained model checkpoints are explicitly deposited.Dataset · publicbia.
Funding: This work was supported by Princess Nourah bint Abdulrahman
University Researchers Supporting Project number (PNURSP2026R760),
Princess Nourah bint Abdulrahman University, Riyadh, Saudi Arabia.
Data and code availability
The data that support the findings of this study are openly available in Github and
Kaggle at. https://github.com/mnaeem303/Cotton-Leaf_Disease-Dataset),
and https://www.kaggle.com/datasets/seroshkarim/cotton-leaf-disease-dataset/data
Author Contributions
All the authors (Muhammad Naeem, Muhammad Ibrahim, Nadeem Sarwar, Oumaima
Saidani, Asma Irshad, Muhammad Shadab Alam Hashmi, Muhammad Tayyab
Qammar) contributed equally to this work in their respective meaningOpen asset ↗https://github.com/mnaeem303/Cotton-Leaf_Disease-Datasetpdf-raw-page:29 lines:1-54Dataset · publicbdulrahman
University Researchers Supporting Project number (PNURSP2026R760),
Princess Nourah bint Abdulrahman University, Riyadh, Saudi Arabia.
Data and code availability
The data that support the findings of this study are openly available in Github and
Kaggle at. https://github.com/mnaeem303/Cotton-Leaf_Disease-Dataset),
and https://www.kaggle.com/datasets/seroshkarim/cotton-leaf-disease-dataset/data
Author Contributions
All the authors (Muhammad Naeem, Muhammad Ibrahim, Nadeem Sarwar, Oumaima
Saidani, Asma Irshad, Muhammad Shadab Alam Hashmi, Muhammad Tayyab
Qammar) contributed equally to this work in their respective meaningful ways. All the
authors have read and approved the final manuOpen asset ↗pdf-raw-page:29 lines:1-54Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Disease progress curves (DPCs) are central to evaluating disease management strategies, including host plant resistance. Although widely used and often appropriate, scalar summaries such as the area under the disease progress curve (AUDPC) may obscure meaningful differences in epidemic timing and trajectory shape. Here, I introduce a curve-based framework for comparing plant disease epidemics that treats DPCs as epidemic phenotypes, enabling trajectory-based comparisons beyond conventional scalar summaries. Using a hierarchical generalized additive model, environment-adjusted mean epidemic curves were estimated for each treatment (corn hybrid) while accounting for repeated assessments and environmental heterogeneity. Similarity among hybrids was quantified using a functional distance defined over the epidemic time domain, and hierarchical clustering was used to identify epidemic phenotypes based on differences in curve shape. Applied to multi-environment field data (6 environments; 74 DPCs) for southern corn leaf blight in 13 hybrids, this approach identified distinct epidemic phenotypes that were not fully reflected by AUDPC-based comparisons, despite similar overall disease levels. In addition, a distance-based permutation test indicated that breeder-defined resistance classes (moderately resistant versus resistant), established independently of the curve analysis, were associated with systematic differences in epidemic trajectory shape across environments. By shifting emphasis from scalar summaries to curve-based epidemic representations, this framework provides a complementary tool for host resistance phenotyping and comparative epidemiology and establishes a foundation for hierarchical synthesis and trajectory-based inference across environments.
Why it matches plant phenotyping methods植物病害進展曲線を植物病害表現型として解析する統計的・計算的フレームワークを開発し、複数環境・ハイブリッドで適用しているため、方法が研究の中心である。
abstractHere, I introduce a curve-based framework for comparing plant disease epidemics that treats DPCs as epidemic phenotypes, enabling trajectory-based comparisons beyond conventional scalar summaries.
The acquisition of labelled data for new or emerging plant diseases is difficult due to the high cost and logistical complexity of ground-truth collection, challenges that are further compounded by the limited infrastructure available to smallholder farmers in sub-Saharan Africa. This study presents FewShotCropNet, a few-shot learning model based on Spectral-Temporal Attention Mechanisms and Prototypical Networks that utilises multispectral time-series data from Sentinel-2 to classify crop diseases. Two principal innovations are incorporated in the proposed model: (1) a spectral attention mechanism based on the Squeeze-and-Excitation approach to learn disease-relevant spectral band weights; and (2) a temporal attention pooling mechanism to identify the most discriminative growth stages for disease classification. The model employs a two-phase training strategy comprising supervised pre-training followed by episodic meta-learning, enabling the generation of optimal feature representations under extreme label scarcity. Crop disease detection experiments were conducted in Edo State, Nigeria on cassava and maize using monthly Sentinel-2 composites from 2024 (10 spectral bands and five vegetation indices across twelve temporal steps). Under a 4-way 5-shot classification scenario with 100 GPS-validated labelled samples (25 per-class), FewShotCropNet achieved a mean accuracy of 98.15% with a 95% confidence interval of ±0.58%. An equitable comparison was enabled by introducing a Pre-trained Simple Prototypical Network, a variant sharing the same two-phase training strategy as FewShotCropNet but without the attention modules—which achieved 97.75% (±0.63%). FewShotCropNet exceeded the Pre-trained Simple ProtoNet by +0.40 percentage points (t = 1.52, p = 0.13), with the attention module contribution verified as positive though not statistically significant on the current dataset. Statistically significant improvements over models trained without pre-training were observed: FewShotCropNet outperformed the Relation Network (94.40%), Matching Network (94.40%), and the Optimised Baseline Convolutional neural networks (CNN) (86.65%, pre-trained backbone with 5-shot linear probe), with p
Why it matches plant phenotyping methods植物病害状態を対象に、Sentinel-2時系列データから病害を分類するFewShotCropNetを開発し、比較評価しているため、病害フェノタイピング手法が中心である。
abstractThis study presents FewShotCropNet, a few-shot learning model based on Spectral-Temporal Attention Mechanisms and Prototypical Networks that utilises multispectral time-series data from Sentinel-2 to classify crop diseases.
Food productivity, quantity and quality are at stake when plant diseases such as rice diseases undermine the food security. Rice leaf disease treatment necessitates accurate and timely diagnosing. This study describes a deep learning model for categorizing and forecasting rice plant diseases. Using the remora optimization algorithm (ROA) on a rice leaf dataset demonstrates its potential for plant disease classification. The ROA-DM method detects rice leaf diseases using the ROA algorithm, a deep maxout network (DMN), and a deep autoencoder (DAE). ROA is applied to the learning parameters of deep model in order to achieve better convergence and avoiding local minima, which usually happens with conventional gradient-based optimizers. Experiments show that the suggested framework is accurate and precise across illness categories. The confusion matrices display the training and validation accuracy, losses of this model. The performance of our optimal learning method with respect to other methods indicated its potential for identifying leaf diseases. The accuracy of the ROA-DM method is 98.5%.
Why it matches plant phenotyping methodsイネ葉の観察画像から病害状態を分類・検出する深層学習手法が研究の中心であり、植物病害フェノタイピング手法に該当する。
abstractThis study describes a deep learning model for categorizing and forecasting rice plant diseases.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset collected from https://www.kaggle.com/datasets/emmarex/plantdisease (PlantVillage dataset) for algorithm testing in plant disease diagnosis 35 . The selected rice leaf disease samples from PlantVillage dataset consisting of 3050 colour leaf images across four classes.Open asset ↗Kaggle · emmarex/plantdiseaselines:85-97Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 15 Sept 2026
Introduction Accurate and rapid diagnosis of plant leaf disease symptoms is critical for sustainable agricultural crop production, yet traditional methods often lack efficiency and robustness under field conditions. Methods Here, we propose a deep learning framework based on an improved Vision Transformer architecture that integrates a dynamic sparse attention mechanism, termed KBTNet, for targeted feature extraction in symptom-affected regions of leaf images. The model incorporates a learnable nonlinear enhancement module to capture subtle visual disease symptom variations such as lesions, discoloration patterns, and spot distributions, and a lightweight Transformer design to reduce computational cost. Results Evaluated on a multisource dataset containing soybean and tomato leaf images representing diverse disease symptom patterns, our approach achieved 93.19% classification accuracy, outperforming current state-of-the-art models. Additional evaluations on public plant disease datasets from multiple crops further demonstrate the model's ability to recognize disease symptom patterns across diverse crop species. Discussion The proposed framework achieves stable performance across diverse crop and disease symptom categories, maintains high efficiency under reduced parameter complexity, and exhibits strong potential for realtime field diagnostics on edge devices. This work provides a scalable and efficient tool for plant disease symptom detection and classification and supports the integration of visionbased intelligence into crop disease monitoring and management systems.
Why it matches plant phenotyping methods植物葉画像から病徴(病斑、変色、斑点分布)を抽出・分類する深層学習手法を開発しており、植物病害状態の表現型取得が研究の中心である。
abstractwe propose a deep learning framework based on an improved Vision Transformer architecture that integrates a dynamic sparse attention mechanism, termed KBTNet, for targeted feature extraction in symptom-affected regions of leaf images.
Brinjal (eggplant) is a critical crop in South Asia, especially in Bangladesh, but its production is drastically affected by numerous diseases that inhibit yield and quality. Manual diagnosis of disease is time-consuming, subjective, and prone to errors, necessitating automated, scalable technology. To address these issues, this paper proposes PD-ViCo, a lightweight, efficient transformer-based model for brinjal fruit disease classification using Simple Vision Transformer (ViT) with Patch Dropout and Contrastive Captioner (CoCa) methods. One new dataset of 1,823 field-harvested brinjal images encompassing five disease classes including Phomopsis Blight, Fruit and Shoot Borer, Fruit Cracking, Wet Rot, and Healthy samples were prepared through real-world agricultural data collection from Bangladesh. The approach includes extensive preprocessing, class balancing (under-sampling/oversampling), and resilient augmentation methods. The PD-ViCo model significantly improves classification performance under data imbalance with patch dropout regularization and CoCa-style aggregation, resulting in better generalization and robustness. On a range of imbalanced, under-sampled, and oversampled datasets, PD-ViCo achieved a classification accuracy of 99.12% and F1-score of 97.76%, outperforming both ViT and Swin Transformer across all key evaluation metrics. Explainability was also applied using Grad-CAM and Grad-CAM + + , generating visual explanations of model decisions and maintaining conformity to disease-affected regions in the images. These visualizations ensure the credibility of the model and its usability for real agricultural conditions. This study demonstrates that PD-ViCo is a highly accurate, interpretable, and lightweight model for multi-class brinjal disease diagnosis. Not only does it advance state-of-the-art in agricultural AI, but it also provides a valuable dataset and an understandable decision-making protocol that can be applied directly by farmers, agronomists, and agricultural technologists.
Why it matches plant phenotyping methods植物画像から病害状態を分類するモデル、データセット、説明可能性評価を中心に開発・検証しており、植物フェノタイピング手法として適格。
abstractthis paper proposes PD-ViCo, a lightweight, efficient transformer-based model for brinjal fruit disease classification
Reproduction assets foundThe paper's own field-harvested brinjal disease image dataset (1,823 images, five classes) is publicly deposited on Mendeley Data, with an explicit availability statement and URL matching an allowed entry. No code or model checkpoint deposit is stated.Dataset · publicThe data utilized in this study is publicly accessible on Mendeley Data Repository at the following link: [ https://data.mendeley.com/datasets/ngc58fsxgd/1 ].Open asset ↗Mendeley Data · ngc58fsxgd/1lines:226-251Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Rice is the staple food for more than half of the global population. However, the productivity and quality of rice or grain dropped significantly due to leaf diseases. These diseases are difficult to identify through manual processes, which are time-consuming, labour-intensive and often inaccurate, particularly in rural farming communities. With recent advances in computer vision technology, object detection algorithms, namely the you only look once (YOLO) family, can provide high-speed, high-accuracy solutions for automated plant disease detection. This study evaluates four YOLO variants, such as YOLOv5, YOLOv7, YOLOv8 and YOLOv11, using about 1500 field images collected in Bangladesh. The data represent four major rice leaf diseases, such as bacterial leaf blight, brown spot, leaf blast and sheath blight. Data pre-processing, including image annotation and data augmentation, was conducted before model training and was followed by the training of the YOLO models. All the models were trained with the same hyperparameters and their performance was evaluated using standard metrics, such as F1 scores, precision, recall and mean average precision (mAP). According to experimental findings, the YOLOv7 recorded the highest performance based on F1 score of 0.77 and mAP of 0.85 in comparison with the rest of the variants. The results suggest that YOLOv7 will be the most appropriate to use instead of other models in the detection of rice leaf disease in real-time, which can be utilised in precision agriculture and mobile-based disease management systems.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から検出・分類するYOLO手法を複数比較し、フィールド画像データセット上で性能検証しているため、植物フェノタイピング手法が中心である。
abstractThis study evaluates four YOLO variants, such as YOLOv5, YOLOv7, YOLOv8 and YOLOv11, using about 1500 field images collected in Bangladesh.
Plant diseases remain a major challenge to global food production, and timely, accurate, and scalable detection of plant stress is critical to reducing these losses. Recent advances in digital imaging and artificial intelligence offer unprecedented opportunities for precision crop disease detection and management. Yet, existing plant disease datasets remain often fragmented across crop and disease systems, and are largely dominated by controlled-environment imagery. The lack of standardized, interoperable, and representative datasets limits reproducibility, transferability, and scalability of AI systems, thereby constraining their deployment in operational agricultural applications. Here we present LeafMD, an integrated multimodal plant disease dataset and benchmark resource that includes LeafNet 2.0, a large-scale multimodal digital image dataset comprising 255,855 image–text pairs across 37 crop species, 197 crop–disease classes, and 9 geographic regions spanning tropical, subtropical, and temperate agricultural systems. Unlike conventional datasets, LeafNet 2.0 integrates biologically grounded symptom descriptions with image-level annotations of early and late disease stages, enabling symptom-aware analysis of disease progression under realistic field conditions. We further introduce LeafBench 2.0 as part of LeafMD, a visual-question answering benchmark covering nine fine-grained plant pathology tasks, including pathogen classification, lesion characterization, symptom interpretation, and disease severity assessment. Evaluation across 16 vision–language models revealed substantial performance gaps between coarse disease recognition and fine-grained pathological reasoning, while agriculture-adapted models consistently outperformed several larger general-domain architectures on symptom-oriented tasks. Together, LeafNet 2.0 and LeafBench 2.0 establish LeafMD as a multimodal resource for developing disease-aware agricultural foundation models and studying fine-grained pathological reasoning in real-world environments.
Why it matches plant phenotyping methods植物病害の画像・症状記述データセットとベンチマークを構築し、病徴解釈・病変特徴・病害重症度評価を対象にモデル性能を評価しており、植物状態の取得・評価手法が中心である。
abstractHere we present LeafMD, an integrated multimodal plant disease dataset and benchmark resource
Rice leaf diseases can cause a significant decrease in productivity if not treated early, while currently still using a manual diagnosis process that is often slow, inconsistent, and dependent on extension workers. In this study, the SRIKANDI application was developed, a mobile application for image processing for rice leaf diseases using the NASNetMobile Convolutional Neural Network (CNN) architecture. This system is designed using five labels, namely bacterial, blast, brownspot, leafsmut, and healthy leaves. The dataset used consists of 2500 images collected from Kaggle, Mendeley Data, and taken directly. All images go through preprocessing stages of resizing, pixel normalization, and augmentation, then divided into 80% train, 10% test, and 10% validation. The model training was carried out in two stages, namely, 40 epochs of fine-tuning with a learning rate of 0.0008 followed by 20 epochs of fine-tuning with a learning rate of 1e-5, the results obtained by the model with a test set accuracy rate of 96.40%. The trained model is then saved in TFLite format to be integrated into the SRIKANDI mobile application so that it can help farmers detect rice leaf diseases in real-time via camera or taken from the gallery.
Why it matches plant phenotyping methodsイネ葉の画像から病害状態を推定するCNNとモバイルアプリの開発が研究の中心であり、植物の病徴を直接評価するフェノタイピング手法に該当する。
abstractthe SRIKANDI application was developed, a mobile application for image processing for rice leaf diseases using the NASNetMobile Convolutional Neural Network (CNN) architecture.
Seeds storage-year have a significant impact on high-oleic peanut seed vigor and quality. Therefore, it is essential to identify different storage-year seeds for planting, direct consumption, industrial processing, and marketing. In this study, hyperspectral images with 616 spectral bands (from visible light to near-infrared) were employed to classify different storage-year peanut seeds. To extract characteristic information for classification, we proposed a hybrid band selection (HBS) method based on the successive projection algorithm (SPA) by fusing the color-sensitive bands and moisture-sensitive bands. Then three classifiers, support vector machine (SVM), extreme learning machine (ELM), and K-nearest neighbors (KNN), were selected for storage-year classification. The experimental results demonstrated that the features extracted with the HBS method can obtain higher classification accuracy than other methods'. Specifically, the HBS-ELM model achieved the highest classification performance, with accuracy of 90.22%.
Why it matches plant phenotyping methodsハイパースペクトル画像から落花生種子の貯蔵年を推定するバンド選択法を開発・比較しており、種子の状態・品質の表現型抽出が研究の中心である。
abstracthyperspectral images with 616 spectral bands (from visible light to near-infrared) were employed to classify different storage-year peanut seeds.
Crop nutrition deficiency poses a major challenge to achieving optimal yield, particularly in smallholder farming systems where timely expert diagnosis is limited. Early detection is crucial to minimize losses and reduce unnecessary fertilizer or pesticide usage. While deep learning offers potential for automated visual diagnosis, most existing approaches operate as black boxes and lack interpretability, explainability, or actionable recommendations. In this work, we present a neurosymbolic framework for early nutrient deficiency detection in ash gourd leaves using the EarlyNSD dataset. Our approach integrates a ResNet-50 backbone with a dual-head design: a classification head for deficiency prediction and a concept-prediction head that quantifies physiologically meaningful visual patterns such as yellowing, edge discoloration, spots, and vein greenness. These concept scores are combined with predefined domain rules to guide the learning of the neural component and to generate transparent, human-aligned explanations for each diagnosis. Building on the model outputs, we incorporate a Retrieval Augmented Generation (RAG)-based pipeline along with an agricultural knowledge base to generate targeted recommendations. This approach overcomes key shortcomings of pure neural models by incorporating domain knowledge in the form of differentiable fuzzy logic rules. The study demonstrates that the proposed framework improves both classification performance and interpretability compared to standard ResNet baselines. Grad-CAM analysis demonstrates that concept-guided attention aligns with symptom-specific regions, such as yellowed areas for Nitrogen deficiency or marginal discoloration for Potassium deficiency, providing visual validation of the reasoning process. Since EarlyNSD is limited in scale and visual diversity, the results are not directly comparable to large open-field datasets. Overall, our results establish a proof of concept for integrating neural detection with symbolic reasoning, enabling interpretable, actionable, and domain-informed nutrient management for practical applications.
Why it matches plant phenotyping methods葉画像から栄養欠乏状態と症状形質を推定する解釈可能な画像解析手法が研究の中心であり、植物表現型の取得・抽出に該当する。
abstractwe present a neurosymbolic framework for early nutrient deficiency detection in ash gourd leaves using the EarlyNSD dataset.
Rice leaf diseases pose a major challenge to crop health and agricultural productivity, particularly when timely and accurate diagnosis is required under natural field conditions. The development of automated disease recognition systems depends heavily on the availability of large, well-annotated image datasets. However, many existing rice leaf disease datasets are limited in terms of environmental variability, disease representation, and real-field imaging conditions. To address this gap, this paper presents BanglaRiceLeaf, an original rice leaf image dataset collected and curated by the authors from the experimental fields of the Bangladesh Rice Research Institute (BRRI), Gazipur, Bangladesh, between July 2023 and July 2024. The dataset contains 4152 images belonging to five classes: Bacterial Leaf Blight, Bacterial Leaf Streak, Sheath Blight, Leaf Blast, and Healthy Leaf. The images were acquired from two rice varieties, BR11 and BRRI dhan34, under natural field conditions across varying illumination environments in order to reflect practical disease recognition scenarios. All images were manually annotated by trained annotators under expert supervision. The dataset is systematically organized and publicly released to support reproducible research in rice disease classification. In addition to dataset presentation, benchmark experiments using Xception, NASNetMobile, and InceptionV3 are provided to demonstrate its applicability for deep learning-based disease recognition. BanglaRiceLeaf is expected to serve as a useful resource for plant disease analysis, comparative model evaluation, and future research in precision agriculture and agricultural computer vision.
Why it matches plant phenotyping methodsイネ葉の病徴・健全状態を画像で分類する公開ベンチマークデータセットであり、データ収集・注釈・ベンチマーク評価が中心です。
abstractthis paper presents BanglaRiceLeaf, an original rice leaf image dataset collected and curated by the authors
Reproduction assets foundThe paper's core asset is the BanglaRiceLeaf rice leaf disease image dataset (4152 field images, five classes), publicly released on Harvard Dataverse with DOI 10.7910/DVN/XAOBYW. No author analysis code or trained model checkpoints are stated as publicly available.Dataset · publicData Identification Number: https://doi.org/10.7910/DVN/XAOBYW
Direct URL to Data: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/XAOBYW
Access Instructions: This dataset is publicly available on the Harvard Dataverse repository and can be accessed for academic, research, and instructional purposes.Open asset ↗Harvard Dataverse · doi:10.7910/DVN/XAOBYWhtml-lines:100-131Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 5 Sept 2026
Assessing tools for rapid evaluation of new cultivars across large fields is essential for improving crop yields and ensuring future food security. Current phenotyping approaches remain labor-intensive and imprecise at the field scale, particularly for traits determining light interception and the light extinction coefficient ( K ). While robotic phenotyping and three-dimensional (3D) models have gained interest in estimating light interception in plant canopies, primarily at the single-plant scale or using single-plant-derived virtual canopies, applications at the field-scale canopy level remain limited. In this study, a semi-automated robotic phenotyping platform, PhenoLinc, was deployed to obtain canopy-level multispectral 3D data across 200 diverse wheat genotypes grown under field conditions over two years. 3D canopy architecture revealed substantial genotype-specific variation in inclination angle and K , which influenced radiation use efficiency (RUE), contrasting with the constant K commonly assumed in conventional approaches. This architectural variation was classified as two distinct architectural phenotypes, erectophiles (median angle 65°) and planophiles (59°) at pre-anthesis stages, which converged toward being homogenous by the anthesis stage. Erectophile phenotypes exhibited higher RUE (33.1%) than planophile phenotypes, leading to a higher yield. In yield prediction analyses, 3D-derived architectural traits provided comparable predictive performance to conventional measurements, however, architectural phenotype information reduced prediction error. Together, these findings highlight the value of field-scale robotic canopy phenotyping for characterizing genotype-specific canopy architectural traits and their relationship with yield.
Why it matches plant phenotyping methodsフィールド規模のロボット型3D・マルチスペクトル計測プラットフォームを用いて、コムギ群落の建築形質を取得・評価することが研究の中心である。
abstracta semi-automated robotic phenotyping platform, PhenoLinc, was deployed to obtain canopy-level multispectral 3D data across 200 diverse wheat genotypes grown under field conditions over two years.
Abstract Early and accurate detection of plant diseases is vital for global food security and sustainable agriculture. While deep learning offers promising solutions, there is a continuous need for architectures that enhance learning capacity and efficiency. This study introduces ViT-KAN, an innovative hybrid model merging the powerful feature extraction of Vision Transformers (ViT) with the flexible, learnable activation functions of Kolmogorov-Arnold Networks (KAN). By replacing the standard Multilayer Perceptron (MLP) classification head of ViT with a KAN module, the proposed architecture aims to better capture nonlinear patterns in agricultural images. Evaluated on the PlantVillage dataset for potato and maize leaf diseases using standard fivefold cross-validation, with final results reported as mean ± standard deviation across the five folds, the model was trained entirely from scratch. ViT-KAN achieved 99.49 ± 0.13% accuracy on the maize dataset and 98.28 ± 0.51% on the potato dataset, compared with 98.92 ± 0.40% and 97.77 ± 0.88%, respectively, for the standard ViT model. Beyond mean accuracy, ViT-KAN showed lower standard deviation across folds, while representative fold curves suggested smoother early training trajectories under the shared training configuration. These findings suggest that ViT-KAN is a promising alternative to conventional ViT-based classification models for plant disease diagnosis.
Why it matches plant phenotyping methods植物葉画像から病害状態を分類する新規ViT-KANモデルを開発・交差検証しており、病害表現型の取得・推定手法が研究の中心である。
abstractThis study introduces ViT-KAN, an innovative hybrid model merging the powerful feature extraction of Vision Transformers (ViT) with the flexible, learnable activation functions of Kolmogorov-Arnold Networks (KAN).
Crop disease identification is still a big problem in agriculture, which results in large yield losses and food lacks, especially in regions dependent on manual monitoring. Traditional methods of identifying plant diseases are often labor intensive, error-prone, and ineffective in early-stage diagnosis. To overcome these limitations, this study proposes a hybrid machine learning model for accurate crop type identification, disease classification, and severity prediction using image data. The methodology utilizes the PlantVillage dataset, encompassing over 50,000 annotated leaf images across 14 crops. After rigorous preprocessing involving image resizing, normalization, and cleaning, Improved Deep Joint Segmentation is applied to localize disease-affected regions. Feature extraction incorporates color, texture (GLCM, LBP), and shape attributes to enhance classification accuracy. A hybrid approach integrating XGBoost for feature selection and Support Vector Machine (SVM) for classification is proposed to capture both overarching trends and intricate details. Experimental results across four major crops—potato, tomato, corn, and grape—demonstrate superior performance, with the hybrid model achieving 98.6% accuracy, 98.3% precision, 99.0% recall, and 99.1% F1-score. The model outperforms existing approaches, offering a robust, scalable, and accurate solution for early crop disease detection in precision agriculture.
Why it matches plant phenotyping methods画像から病変領域を抽出し、植物病害の分類と重症度を推定する機械学習ワークフローが研究の中心であり、植物状態の表現型計測に該当する。
abstractthis study proposes a hybrid machine learning model for accurate crop type identification, disease classification, and severity prediction using image data.
ABSTRACT Plant disease is a physiological or structural problem caused by pathogens such as fungi, bacteria, viruses, or environmental factors, which disrupts plant development, yield, and overall health. Furthermore, the formation of new and more aggressive diseases complicates disease control, making it harder for farmers to preserve their crops while ensuring consistent food production. In this manuscript, to advance Progressive Graph Convolutional Networks enable early detection and continuous monitoring of plant infections in smart agriculture (PGCN‐EDM‐PID) is proposed. Initially, input images of food grains such as rice, wheat, and maize are collected from internet sources. To implement this, the input image is preprocessed using the Adaptive Two‐Stage Unscented Kalman Filter (ATSUKF), which performs resizing, sharpening, cropping, contrast enhancement, brightness adjustment, and Gaussian blurring on the images from the dataset. Then the preprocessed images are augmented based on horizontal flip, width shift, height shift, vertical flip, rotation range, shear, zoom and brightness. Additionally, Make Sense AI is proposed to annotate the images in the dataset under each class. Then the preprocessed and augmented images are fed to Progressive Graph Convolutional Networks (PGCN) to detect and classify the plant diseases. Generally, PGCN does not show adapting optimization approaches to find ideal factors to assure accurate plant disease detection. Therefore, the Augmented Red Panda Optimizer (ARPO) was proposed to optimize the weight parameter of PGCN, which accurately detects the plant disease. Then the proposed PGCN‐EDM‐PID is executed in Python and the performance metrics such as Accuracy, Precision, False Positive Rate (FPR), True Positive Rate (TPR), Specificity, Recall, F1‐score, Mean Squared Error (MSE), Root Mean Squared Error (RMSE) and Mean Absolute Error (MAE) are analyzed. Performance of the PGCN‐EDM‐PID approach attains high accuracy, high Precision, high Recall when analyzed through existing techniques like Real‐time plant disease dataset improvement and detection of plant disease utilizing DL (PDD‐DPD‐CNN), Detection of plant leaf diseasesusing deep convolutional neural network methods (DPLD‐DCNN), New DL algorithm for cross‐crop detection of plant disease: A generalized model for detecting unhealthy leaves (CPDD‐SVM) methods respectively.
Why it matches plant phenotyping methods植物画像から病害を検出・分類する画像解析手法の開発と性能評価が研究の中心であり、感染状態という植物表現型を直接推定している。
abstractProgressive Graph Convolutional Networks enable early detection and continuous monitoring of plant infections in smart agriculture (PGCN‐EDM‐PID) is proposed.
Semi-arid regions with a high potential for rice and maize cultivation have become some of the most actively farmed areas. They now face the challenge of achieving food security despite the threats of crop water stress, nutrient loss, and environmental changes. In this paper, we develop a real-time crop stress monitoring and early warning system that utilizes multi-temporal Sentinel-2 images and deep learning models in Mahabubabad district, Telangana, India. Different types of crop stresses such as water stress, nutrient deficiency, and phenological anomalies were detected and classified using a hybrid CNN-LSTM architecture with an attention mechanism. The methodology was based on 874 field polygons with extensive in-situ data collection during 2023-24, incorporating multi-temporal spectral indices (NDVI, EVI, NDWI, REP), weather variables, and soil characteristics. The total classification accuracy reached 89.4% for paddy and 87.2% for maize over all stress types, showing that stress detection from satellite images is quite reliable. Water stress was the category that was detected most accurately (92.1% for paddy and 89.8% for maize), followed by nutrient stress (88.7% and 86.3%) and phenological stress (85.2% and 83.9%). The warning system made it possible to identify the problem 15-25 days before there were visible symptoms, making it possible for the farm management to respond in time. Activities of the farm that were most vulnerable to detection were air and water temperatures, precipitation, and crop growth stages for water stress 45-60 days after sowing, 30-45 days for nutrient stress, and during the reproductive phase for phenological stress. The system could be extended for industrial crop stress monitoring across the semi-arid agricultural systems which might lead to precision agriculture and climate-resilient farming practices.
Why it matches plant phenotyping methods衛星画像と深層学習を用いて作物の水ストレス・栄養ストレス・生育異常を直接推定し、精度検証と早期検出性能を評価しているため、植物表現型取得法が中心である。
abstractwe develop a real-time crop stress monitoring and early warning system that utilizes multi-temporal Sentinel-2 images and deep learning models
This study explores the integration of advanced 3D morphometric techniques and machine/deep learning (ML/DL) for the analysis of complex shapes. In this study, cereal grains were employed to develop a series of complex 3D classification tasks, aiming to improve previous 2D-based classifications of barley grain origins, type, and landrace. Traditional geometric morphometric methods in archaeobotany, typically reliant on 2D data, are expanded here using high-resolution 3D models, spherical harmonics (SH) capturing complex shape variations, and different classification models. Using the Northern European Barley Dataset (NEBD), this work tests multiple ML/DL approaches, including gradient boosting machines, multilayer perceptron (MLP), MeshCNN and Tabular Foundation Models (TFM), to determine optimal classification methods across various attributes. Results indicate that SH-based coefficients combined with MLP and TFM achieved the highest classification accuracies, with over 90% accuracy in binary tasks and over 80% accuracy in multi-class landrace classification. While MeshCNN showed potential, performance was limited by computational constraints resulting in the use of lower mesh resolutions. While MLP classification of SH-based 3D shape representation achieved similar results, TFM allowed the direct use of 3D grains measures within a simple workflow. Our results demonstrate that these methods allow for significant shape analysis advances in archaeobotanical studies and beyond. This approach can enable identification and differentiation of, up to now, non-identifiable grain attributes, underscoring its potential for broad application in morphometrics.
Why it matches plant phenotyping methods3D穀粒形状の取得・表現と機械学習による形態分類が研究の中心であり、植物器官の形態形質を抽出・分類する方法論的研究である。
abstracthigh-resolution 3D models, spherical harmonics (SH) capturing complex shape variations, and different classification models
Agriculture is one of the most important sectors contributing to economic development and global food security. However, plant diseases caused by fungi, bacteria, viruses, and other pathogens significantly reduce crop yield and quality, leading to substantial economic losses for farmers. Early and accurate identification of plant diseases is essential for effective crop management and timely application of suitable pesticides. Conventional methods of disease diagnosis rely on manual inspection by agricultural experts, which is time-consuming, labor-intensive, expensive, and often inaccessible to farmers in remote areas. Recent advancements in Artificial Intelligence (AI) and Deep Learning have provided efficient solutions for automating plant disease detection through image analysis. This project, "Plant Disease Identification and Pesticides Recommendation System Using Convolutional Neural Network (CNN) for Crop Protection," presents an intelligent system that automatically identifies plant diseases from leaf images and recommends appropriate pesticides for effective crop protection. The proposed system utilizes a Convolutional Neural Network (CNN), a deep learning model specifically designed for image classification tasks. The CNN model is trained using a large dataset of healthy and diseased plant leaf images collected from publicly available agricultural datasets. During training, the model learns to recognize disease-specific visual features such as color variations, lesion patterns, texture changes, and leaf deformities. Image preprocessing techniques, including resizing, normalization, and data augmentation, are employed to improve the quality of the input images and enhance the overall performance of the model. When a farmer uploads an image of a plant leaf through the system, the trained CNN model analyzes the image and accurately classifies it as either healthy or affected by a specific disease. After identifying the disease, the system recommends suitable pesticides, fungicides, insecticides, or biological treatments based on an agricultural knowledge database. It also provides additional information such as recommended dosage, application method, spraying schedule, safety precautions, and preventive measures to ensure responsible pesticide usage and minimize environmental impact. The proposed system offers several advantages, including rapid disease detection, high classification accuracy, reduced dependence on agricultural experts, optimized pesticide application, lower crop losses, improved productivity, and support for sustainable farming practices. Furthermore, the system can be deployed as a web or mobile application, enabling farmers to access disease diagnosis and treatment recommendations anytime and anywhere using smartphones or other digital devices. Overall, the proposed CNN-based plant disease identification and pesticide recommendation system provides a reliable, cost-effective, and intelligent solution for modern agriculture. By combining image processing, deep learning, and agricultural expertise, the system supports precision farming, enhances decision-making, reduces unnecessary pesticide usage, and contributes to increased crop productivity, environmental sustainability, and long-term food security.
Why it matches plant phenotyping methods葉画像から植物病害の状態をCNNで直接推定する手法が研究の中心であり、病害症状の画像ベース表現型計測に該当する。農薬推薦も含むが、植物病害識別というフェノタイピング要素が明示的である。
abstractpresents an intelligent system that automatically identifies plant diseases from leaf images and recommends appropriate pesticides for effective crop protection.
Published1 Jul 2026Microscopy and microanalysis : the official journal of Microscopy Society of America, Microbeam Analysis Society, Microscopical Society of CanadaCited by 0 · OpenAlex ↗
Fuzhou represents a critical center for tea genetic diversity, yet the micromorphological basis for differentiating its local landraces remains poorly understood. Scanning electron microscopy (SEM) was employed to investigate the foliar micromorphology of 28 tea landraces from Fuzhou and to characterize structural differences among them. Adaxial epidermal wax ornamentation, stomatal architecture, and nonglandular trichome patterns provided important taxonomic characters for germplasm classification. Our analysis reveals that stomata are consistently paracytic and randomly oriented on the abaxial surface. However, their dimensions exhibit high phenotypic plasticity, with mean areas ranging from 421.92 to 822.26 µm2. Leaf surface ornamentation showed high phenotypic variability, with three identifiable types: straight, wrinkled, and undulated. The length, width, and type of nonglandular trichomes varied among the landraces, with values of nonglandular trichome length ranging from 269.99 to 632.31 µm and diameter from 9.72 to 14.62 μm. The nonglandular trichome ornamentation was categorized as smooth, long-stripe, and short-stick. The study demonstrated that SEM-based analysis of foliar micromorphological traits provides a valuable tool for tea germplasm identification and cultivar improvement. Specifically, the combination of adaxial epidermal wax ornamentation and nonglandular trichome surface ornamentation provides stable and reliable diagnostic micromorphological markers for accurate differentiation and identification of Fuzhou tea landraces, filling a critical micromorphological gap in the systematic study of local tea germplasm.
Why it matches plant phenotyping methodsSEM画像に基づく葉の微細形態形質の取得・分類を中心に、茶遺伝資源の識別へ応用しており、単なる生物学的測定ではなく植物フェノタイピング手法として中心的です。
abstractScanning electron microscopy (SEM) was employed to investigate the foliar micromorphology of 28 tea landraces from Fuzhou and to characterize structural differences among them.
Accuracy crop distribution mapping and reliable yield estimation are essential for overcoming fragmentation and decentralization in smallholder farming systems of the Loess Plateau gully region. Multi-source remote sensing data, ancillary datasets, and machine learning techniques were integrated to map maize distribution and estimate yield. First, Sentinel-2 temporal spectral features, vegetation indices, and topographic variables were integrated to identify the optimal maize mapping model by a comparing machine learning algorithms: Random Forest (RF), Extra Trees (ET), Gradient Boosting Decision Tree (GBDT), and Histogram-Based Gradient Boosting Decision Tree (HGBDT). Subsequently, Sentinel-2 optical data and ERA5-Land meteorological data were dynamically resampled and spatiotemporally fused. A maize yield estimation model was then developed by integrating these fused predictors with in-situ measured maize yield samples. Finally, SHapley Additive exPlanations (SHAP) analysis was applied to quantify the feature contribution to both crop mapping and yield estimation, improving model transparency and interpretability. The results indicate that RF model achieved superior performance for maize identification in heterogeneous agricultural landscapes, with an overall Accuracy of 0.825, Precision of 0.849, Recall of 0.933, and F1-Score of 0.889. In the multi-source fusion-based yield estimation task, the HGBDT model yielded the highest predictive accuracy, with an R² of 0.6, RMSE of 1.07 t/ha, relative RMSE (rRMSE) of 11.49%, and MAE of 0.86 t/ha. Here, a methodological advancement is presented toward accurate and interpretable crop mapping and yield estimation in the ecologically complex and topographically fragmented Loess Plateau.
Why it matches plant phenotyping methodsトウモロコシの収量という植物形質を、リモートセンシング・気象データ融合と機械学習で推定する手法を開発・評価しており、単なる農業実験の routine 測定ではない。
abstractA maize yield estimation model was then developed by integrating these fused predictors with in-situ measured maize yield samples.
Modern agriculture is rapidly adopting Artificial Intelligence (AI) and Internet of Things (IoT) technologies to improve crop monitoring and decision-making. Many existing systems focus either on water stress detection or pest detection separately. The proposed system integrates both functions into a single platform. It uses a camera module and environmental sensors connected to a Raspberry Pi (5/4) as the main controller. A Convolutional Neural Network (CNN) model processes leaf images captured by the AI camera, while a soil moisture sensor supports water stress analysis. The system classifies crops into three categories: healthy, water-stressed, and pest-infected. Based on the output, it provides real-time recommendations for irrigation and pesticide application. This reduces manual inspection, prevents unnecessary chemical usage, saves water, and improves crop productivity.
Why it matches plant phenotyping methods植物の葉画像と土壌水分センサーを用いて、健康・水ストレス・害虫感染という植物の状態を自動分類する統合センシング基盤を開発しており、表現型取得・判定が中心的です。
abstractThe proposed system integrates both functions into a single platform.
Reproduction assets foundThe paper's CNN phenotyping/classification analysis is built directly on two public Kaggle image datasets (PlantVillage plant disease and Crop Water Stress), explicitly cited with URLs. No author code or trained model is deposited.Dataset · publicThe PlantVillage Dataset was used for
plant disease detection, and it is available at https://www.kaggle.com/datasets/emmarex/plantdisease.Open asset ↗Kaggle · emmarex/plantdiseasepdf-page:7 lines:1-57Dataset · publicThe Crop Water Stress Dataset was used for crop water stress analysis, and it can be accessed at
https://www.kaggle.com/datasets/harshilsharma/crop-water-stress.Open asset ↗Kaggle · harshilsharma/crop-water-stresspdf-page:7 lines:1-57Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Published1 Jul 20262026 9th International Conference on Computing Methodologies and Communication (ICCMC)Cited by 0 · OpenAlex ↗
Early and accurate plant disease diagnosis is essential for sustainable crop production and effective disease management. This study presents an Explainable Gradient-Based Convolutional Neural Network (EG-CNN) that integrates leaf image data with gene expression and metabolomics information to enhance disease classification while providing transparent and interpretable predictions. The proposed framework was evaluated on four major plant diseases, powdery mildew, blight, anthracnose, and leaf spot, using a multimodal dataset comprising 10,000 images and associated omics data. Comparative analysis against Traditional CNN, ResNet-50, Vision Transformer (ViT), and CNN-LSTM models demonstrated the superior performance of EG-CNN. The model achieved 97.4% accuracy, 97.1% precision, 96.8% recall, and a 96.9% F1-score, outperforming all benchmark approaches. Paired t-test results revealed statistically significant improvements (p 0.05) over competing models. Confusion matrix analysis indicated minimal misclassification across disease classes, while ROC analysis produced near-perfect AUC values, confirming excellent class separability, sensitivity, and specificity. Five-fold cross-validation further demonstrated robust generalization, with accuracy ranging from 97.1% to 97.6%. Grad-CAM visualizations successfully identified disease-relevant regions, including lesions, discoloration, and necrotic tissues, thereby enhancing model transparency and user trust. The integration of omics data also improved biological interpretability by linking predictions to underlying molecular responses. In conclusion, the proposed EG-CNN framework provides a highly accurate, robust, and explainable solution for plant disease diagnosis. Its multimodal architecture and strong generalization capability make it a promising tool for precision agriculture and real-time disease monitoring applications.
Why it matches plant phenotyping methods植物葉画像から病害症状を推定する説明可能な深層学習フレームワークを開発し、複数モデルとの比較、交差検証、Grad-CAMによる病徴領域の評価を行っており、植物表現型取得・判定手法が中心である。
abstractThis study presents an Explainable Gradient-Based Convolutional Neural Network (EG-CNN) that integrates leaf image data with gene expression and metabolomics information to enhance disease classification while providing transparent and interpretable predictions.
Fruit diseases caused by fungal, bacterial, and viral pathogens cause devastating pre- and post-harvest losses to Indian agriculture, particularly in Maharashtra where Guava, Mango, Orange, Papaya, and Pomegranate are major horticulture crops. Accurate, early-stage disease identification directly impacts farmer income, food security, and precision crop management. Conventional manual inspection by agronomists is subjective, time-consuming, and not scalable across thousands of orchard acres. Automated deep learning-based image analysis has emerged as a transformative solution, offering high accuracy, speed, and field deployability. Existing deep learning models for plant disease detection are predominantly trained on the real time database, which inadequately represents Indian fruit crop species. Furthermore, published systems focus on binary disease presence detection and lack disease severity grading — a critical requirement for treatment decision-making. The absence of expert-verified datasets and the visual overlap among disease classes (such as Phytophthora vs. Scab in Guava, and Powdery Mildew vs. Ring-spot in Papaya) present significant classification challenges. Limited training data for rare classes such as Stylerandroot (Guava, 310 samples) and Bacterial Blight (Pomegranate, 304 samples) further compounds model generalization. This study presents an end-to-end deep learning framework using VGG-16 and VGG-19 architectures trained on a novel, expert-verified dataset of 7,372 approved images spanning 22 disease/healthy classes across 5 fruit types, after on filed validation. The pipeline includes image preprocessing (CLAHE, Gaussian denoising, normalization), hybrid multi-feature extraction (CNN features, GLCM, LBP, Color Histograms), transfer learning with progressive fine-tuning, and a cascaded severity estimation module. Three algorithms are designed: (1) a Transfer Learning Classification Algorithm using VGG-16/VGG-19 backbone with softmax multi-class head, (2) a Hybrid Feature Fusion Algorithm combining CNN deep features with handcrafted descriptors for improved minority-class performance, and (3) a Cascaded Rule-CNN Severity Estimation Algorithm classifying disease progression into Healthy, Mild, Moderate, and Severe categories. VGG-19 achieved 96.1% overall accuracy, 95.1% precision, 94.5% recall, and a macro F1-score of 0.942, significantly outperforming VGG-16 (94.5% accuracy, F1: 0.918). Mango classification achieved the highest accuracy at 97.8%, while severity estimation reached 91.2% overall accuracy with the Mild category being the most challenging at 86.4%.The proposed system demonstrates that expert-verified, domain-specific datasets combined with transfer learning and hybrid feature fusion significantly advance the state of fruit disease detection for Indian agriculture. This framework provides a scalable, interpretable, and practically deployable solution for precision horticulture.
Why it matches plant phenotyping methods植物画像から病害状態と重症度を推定する深層学習手法、データセット、評価を中心的に開発しており、植物表現型計測の方法論的研究に該当する。
abstractThis study presents an end-to-end deep learning framework using VGG-16 and VGG-19 architectures trained on a novel, expert-verified dataset of 7,372 approved images spanning 22 disease/healthy classes across 5 fruit types
Agricultural productivity, crop quality, and food security worldwide can be highly impacted by plant diseases. Early detection and accurate diagnosis of disease in crops are vital for minimizing losses and sustaining precision farming practices. Regrettably, all modern disease diagnosis approaches based on deep learning techniques have concentrated on image classification, neglecting the time dependency of the disease process during different stages of the crops’ development cycle. Furthermore, traditional CNN-LSTM models have been associated with increased computational complexities and high memory costs. This research suggests a CNN-GRU hybrid model for early disease detection using sequential analysis of crop images. The suggested technique involves integrating the CNN and GRU, which helps the network develop the capability to learn spatiotemporal information on the crop plant disease. Datasets of sequential crop images that represent the progression stages of the diseases were collected from Plant Village and augmented crop images. The CNN portion of the model is responsible for extracting spatiotemporal characteristics of the diseases, including lesions, discolored parts, and texture changes. It is evident that the suggested Hybrid CNN-GRU method has higher accuracy (94.1%), precision (94.0%), recall (93.9%), and F1-score (94.0%) compared to CNN and CNN-LSTM models. The validation of efficacy and robustness of the suggested approach has been confirmed through standard deviation, paired t-test, and 5-fold cross-validation. Furthermore, the method demonstrated high scalability and strong tolerance to variations in light intensity, noise, and images from the fields of crop plants.
Why it matches plant phenotyping methods植物病害の病変・変色・テクスチャ変化を連続画像から抽出し、CNN-GRUモデルで病害状態を推定する手法の開発と検証が中心であるため。
abstractThis research suggests a CNN-GRU hybrid model for early disease detection using sequential analysis of crop images.
This study presents a deep learning-based framework for automated tomato leaf disease detection using a transfer learning approach built on ResNet18 architecture. The system is designed to classify 10 disease categories using image inputs resized to 224×224 pixels, leveraging ImageNet pre-trained weights to enhance feature extraction. The dataset consists of approximately 18,345 training samples with a batch size of 16 and trained over 10 epochs using the Adam optimizer and CrossEntropy loss function. Experimental results demonstrate strong classification performance, achieving a peak validation accuracy of 98.2% at epoch 9, with validation loss reduced to 0.64 from an initial value of approximately 1.8. The model shows high confidence predictions, with over 90% of test samples falling within the 90–100% confidence range. Per-class F1-scores range between 0.82 and 0.95, indicating consistent performance across multiple disease categories. The confusion matrix reveals strong diagonal dominance, confirming correct classification for most classes; however, specific misclassification patterns were observed. For instance, Bacterial_spot and Early_blight exhibit mutual confusion, while Septoria_leaf_spot shows complete misclassification into Tomato_mold, indicating limitations in distinguishing visually similar disease patterns. A balanced test dataset with class distribution ranging between 9% and 11% ensures unbiased evaluation. Additionally, Grad-CAM visualization confirms that the model focuses on biologically relevant regions such as lesion areas and leaf textures, improving interpretability. Despite achieving high accuracy under controlled conditions, the model’s generalization to real-world environments remains a challenge. The study highlights the need for improved robustness against variations in lighting, background, and disease severity. Overall, the proposed system demonstrates strong potential for precision agriculture applications, particularly in mobile-based disease diagnosis systems for farmers.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から分類する深層学習手法を開発・評価しており、植物の病害状態を直接推定する方法が研究の中心です。
abstractThis study presents a deep learning-based framework for automated tomato leaf disease detection using a transfer learning approach built on ResNet18 architecture.
Fungal diseases cause significant yield losses in rice, making early detection and accurate classification essential for effective disease management. In this study, hyperspectral imaging technique was used to acquire the spectral signatures of three major fungal diseases viz., brown spot, blast and sheath blight in rice. The acquired hyperspectral images were pre-processed using Standard Normal Variate (SNV) transformation and Savitzky-Golay filtering, followed by pixel-wise spectral data extraction. Principal Component Analysis (PCA) was used to investigate spectral variability among healthy and diseased leaf samples. Subsequently, machine learning models including artificial neural networks (ANN), support vector machines (SVM) and random forests (RF) were employed to classify these diseases based on the acquired and pre-processed spectral signature data. The results indicated that the ANN model outperform the others, achieving an accuracy of 98%, followed by SVM at 94%, and RF at 88%. Among the three models, the ANN exhibited the highest accuracy, precision and recall, making it the most effective model for disease detection and classification. Hyperspectral imaging, combined with machine learning, offers an affordable and efficient solution for large-scale detection and assessment of fungal diseases in rice crops.
Why it matches plant phenotyping methodsイネ葉の病害状態をハイパースペクトル画像から取得し、機械学習で検出・分類する手法が研究の中心であり、植物病害表現型の技術評価に該当する。
abstracthyperspectral imaging technique was used to acquire the spectral signatures of three major fungal diseases viz., brown spot, blast and sheath blight in rice.
Agriculture remains one of the most essential sectors for sustaining human life and economic stability. However, crop diseases continue to pose a serious threat to agricultural productivity, often leading to significant financial losses for farmers. Traditional disease identification methods rely heavily on manual inspection, which is time-consuming, requires expert knowledge, and is not always accurate. In this paper, a smart crop disease detection system is proposed using machine learning techniques. The system focuses on analyzing leaf images to identify visible symptoms of diseases at an early stage. Image preprocessing techniques are applied to enhance the quality of the input data, followed by feature extraction and classification using an efficient learning model. The proposed approach aims to reduce human effort while improving detection accuracy. The model is trained and tested on a dataset of crop leaf images and demonstrates promising performance in identifying multiple types of plant diseases. The results indicate that the system can serve as a supportive tool for farmers by providing quick and reliable predictions. This approach not only improves productivity but also contributes to sustainable agricultural practices. Future enhancements can further improve real-time detection and expand the system for a wider range of crops
Why it matches plant phenotyping methods葉画像から植物病害の可視症状を抽出・分類する機械学習手法が研究の中心であり、植物状態の表現型推定に該当する。
abstractThe system focuses on analyzing leaf images to identify visible symptoms of diseases at an early stage.
Global agriculture faces severe economic threats from plant diseases, necessitating automated diagnostic systems. However, standard deep learning models feature over-parameterized architectures that require prohibitive computational resources, limiting field deployment. This paper presents an efficient, lightweight sequential Convolutional Neural Network (CNN) optimized for rapid multi-class plant disease classification using the Kaggle New Plant Diseases Dataset. The proposed architecture streamlines feature extraction by applying a single max-pooling layer after every two 32-filter convolutional layers. To prevent overfitting, a dual dropout strategy (0.25 and 0.5) is integrated alongside a dense layer of 1,500 units. Trained over 10 epochs using the Adam optimizer (learning rate = 0.001) and varying batch sizes (32 to 512), the model demonstrated swift convergence, achieving a peak training accuracy of 98.15% and a validation accuracy of 95.87%. Evaluated across a test support of 70,295 images spanning 38 distinct crop classes, the network delivered an overall macro and weighted average of 1.00 for precision, recall, and F1-score. These results prove that an optimized, computationally economic sequential framework can match complex architectures, providing a viable solution for real-time edge deployment in precision agriculture.
Why it matches plant phenotyping methods植物画像から病害状態を分類する軽量CNNを開発・評価しており、病害表現型の取得・推定手法が研究の中心です。
abstractThis paper presents an efficient, lightweight sequential Convolutional Neural Network (CNN) optimized for rapid multi-class plant disease classification using the Kaggle New Plant Diseases Dataset.
Starfruit (Averrhoa carambola) is a commercially important tropical fruit that is highly susceptible to various diseases, including anthracnose, fruit borer infestation, and bed bug damage, which significantly reduce yield and quality. Early and accurate detection of these diseases is essential for effective crop management and sustainable agricultural production. This study presents a deep learning-based approach using a custom Convolutional Neural Network (CNN) model for automated classification of starfruit diseases from image data. The proposed model is trained on a dataset comprising multiple classes, including Carambola Anthracnose Disease, Carambola Bed Bugs Disease, Carambola Fruit Borer Disease, Healthy Fruits, and Healthy Leaves. The CNN architecture is designed to efficiently extract spatial features and perform high-precision classification. Extensive experimentation shows that the model achieves exceptional performance with an accuracy of 99.80% and a near-zero loss, demonstrating highly stable learning and excellent generalization capability. The results indicate perfect or near-perfect classification across all categories, highlighting the robustness of the proposed model. This work confirms that custom CNN-based systems can significantly enhance automated plant disease detection and provide an effective solution for precision agriculture, enabling early intervention and improved crop health management. Keywords: Start fruit; CNN Model; Attention Mechanism; fruit diseases.
Why it matches plant phenotyping methods植物画像から病害状態を自動分類するCNN手法の開発・評価が研究の中心であり、植物病害フェノタイピングに該当する。
abstractThis study presents a deep learning-based approach using a custom Convolutional Neural Network (CNN) model for automated classification of starfruit diseases from image data.
Rice is an important staple food crop in the world, but the yield is dramatically lowered by fungal diseases including brown spot, leaf blast and neck blast. Thus, disease detection algorithms that are not only computationally efficient but also accurate enough are crucial for the real-time application of precision agriculture systems. In this paper, an Optimized Convolutional Neural Network from Modified Lightweight Weight Convolutional Neural Network (MLWCNN) is proposed to multi-class rice disease classification for the purpose of achieving high accuracy with low computational complexity. The proposed MLWCNN is tested on a Kaggle public data set, which comprises the rice leaf disease dataset as well as sub-images of healthy and diseased leaves with 3-Fold and 5-Fold cross-validation for robustness and unbiased performance evaluation. Experimental results show that they converge consistently well on objective and generalize well under various validation settings. With the strictest evaluation setup (i.e., 5-Fold cross-validation and a training stage of 30 epochs) the novel model demonstrated a validation accuracy just under around 94%. A comparison with state-of-the-art deep learning networks such as wide VGG16, InceptionV3, ResNet50, ResNet152 SqueezeNet and MobileNetV2 on typical datasets proves that the proposed MLWCNN achieves competitive classification accuracy with a higher speedup. Analyzing the class‐wise performance using confusion matrix, balanced prediction characteristics throughout all disease categories are observed. Moreover, computational cost analysis demonstrates that the proposed model needs much less floating-point operations (0.000095 GFLOPs) than deep models, which is ideal for deployment in resource-limited mobile, edge and embedded agricultural applications. The experimental results demonstrate that the MLWCNN achieved high accuracy, thereby providing a practical and scalable solution for automated rice disease detection in precision agriculture.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から分類するCNN手法を開発し、公開データセットと交差検証で性能評価しており、植物フェノタイピング手法が中心である。
abstractan Optimized Convolutional Neural Network from Modified Lightweight Weight Convolutional Neural Network (MLWCNN) is proposed to multi-class rice disease classification
Plant diseases significantly reduce agricultural productivity, threaten global food security, and cause substantial economic losses worldwide. Early and accurate identification of crop diseases is therefore essential for implementing timely disease management strategies and improving agricultural sustainability. However, conventional deep learning-based plant disease classification approaches often suffer from limited training data, high intra-class similarity, complex inter-class variations, poor generalization across diverse crop species, and limited interpretability. To overcome these challenges, this paper proposes QPlantNet, a Quantum-Inspired Diffusion-Augmented Capsule Network for accurate multi-crop plant disease classification. The proposed framework integrates a diffusion-based generative augmentation module, a capsule network-based feature extraction mechanism, and a quantum-inspired optimization strategy into a unified architecture. The diffusion augmentation module generates realistic synthetic disease images by learning complex visual distributions of infected crop regions, thereby improving dataset diversity and reducing overfitting. The capsule network effectively preserves hierarchical and spatial relationships among disease symptoms, enabling robust recognition of visually similar disease patterns. Furthermore, the quantum-inspired optimizer enhances parameter exploration, accelerates convergence, and improves generalization by avoiding local optima during model training. To improve model transparency, Gradient-weighted Class Activation Mapping (Grad-CAM) is incorporated for visual explanation of disease prediction decisions. Extensive experiments on benchmark multi-crop plant disease datasets demonstrate that QPlantNet consistently outperforms conventional CNN, ResNet, EfficientNet, Vision Transformer, and Capsule Network models. The proposed framework achieves an overall classification accuracy of 99.10%, 98.90% precision, 99.00% recall, and an F1-score of 98.95%. Additional evaluation using ROC curves, Precision–Recall analysis, and explainability assessment confirms the robustness, reliability, scalability, and practical applicability of the proposed framework for intelligent plant disease diagnosis and precision agriculture applications.
Why it matches plant phenotyping methods植物病害画像から病徴を分類する新規画像解析手法を開発・評価しており、植物の病害状態を観測する方法が研究の中心です。
abstractExtensive experiments on benchmark multi-crop plant disease datasets demonstrate that QPlantNet consistently outperforms conventional CNN, ResNet, EfficientNet, Vision Transformer, and Capsule Network models.
Plant diseases pose a serious threat to global food production, leading to yield losses, increased production costs, and environmental damage. Plant pests and diseases have widespread negative impacts on economic, ecological, environmental, and human health, and calculating the true cost of these damages is extremely difficult. Traditional diagnostic methods also present significant limitations in terms of time and cost. This study adopts an image processing-based approach to this problem. Using the Crop Disease Detection dataset, plant disease detection was performed using CNN, DNN, K-NN, SVM, XGBoost, and Random Forest algorithms, employing both deep learning and machine learning methods. The study demonstrates that CNN architectures designed from scratch, without resorting to pre-trained models such as ResNet and MobileNet, can also exhibit high performance. The highest accuracy rate was obtained with the CNN model at 94.08%. In machine learning models, grid search was used for hyperparameter optimization, and the best results were achieved through this method.
Why it matches plant phenotyping methods植物葉の画像から病害状態を推定する画像処理・機械学習手法を比較評価しており、病害フェノタイピング手法が研究の中心である。
abstractThis study adopts an image processing-based approach to this problem.
Early detection of chili plant diseases is essential for preventing yield loss, yet practical deployment remains challenging due to inconsistent illumination, leaf orientation variability, and the limited computational capacity of low-cost imaging hardware. This study proposes an integrated detection framework combining an ESP32-CAM acquisition pipeline, MQTT-based transmission, and a Python inference engine running a fine-tuned ResNet-18 model optimized for real-world noise conditions. The research aims to determine whether domain-aligned fine-tuning meaningfully improves generalization performance compared to older non-optimized models under field-like variability. Using a four-day observational design with two leaf subsets, the fine-tuned models consistently outperformed their non-fine-tuned counterparts in overall accuracy, per-class stability, and positional robustness. Real-time deployment using the Telegram Bot API successfully delivered classification results and images with low latency, demonstrating operational feasibility for remote plant health monitoring. These findings indicate that targeted fine-tuning is essential for transforming CNN-based classifiers from laboratory prototypes into stable, field-ready systems capable of supporting early disease detection in resource-constrained agricultural environments. Additionally, due to chili is widely cultivated in agroforestry systems in Indonesia, the proposed early disease detection framework offers substantial benefits for maintaining productivity in heterogeneous microclimatic conditions where manual diagnosis is more difficult.
Why it matches plant phenotyping methodsチリ葉の病害状態を画像から分類するCNNベースの取得・推論フレームワークを開発し、非最適化モデルとの性能比較と実環境展開を検証しており、植物フェノタイピング手法が中心である。
abstractThis study proposes an integrated detection framework combining an ESP32-CAM acquisition pipeline, MQTT-based transmission, and a Python inference engine running a fine-tuned ResNet-18 model optimized for real-world noise conditions.
Penelitian ini dirancang untuk mengembangkan sistem klasifikasi penyakit pada daun tomat menggunakan metode Deep Learning dengan arsitektur Convolutional Neural Network (CNN) berbasis arsitektur model EfficientNetB0 dengan pendekatan Transfer Learning. Dataset yang digunakan untuk penelitian diambil dari Kaggle (ashishmotwani/tomat) dan terdiri dari lebih 20.000 gambar daun tomat yang terbagi menjadi 11 kelas yaitu 10 kelas daun sakit dan 1 kelas daun sehat. Penelitian dilakukan menggunakan platform Google Colab dengan GPU T4. Tahapan penelitian meliputi preprocessing dataset, augmentasi dataset, pembagian data train-validation-test, pembangunan model CNN berbasis EfficientNetB0, pelatihan model dengan mekanisme fine-tuning, serta evaluasi performa menggunakan confusion matrix, precision, recall, dan F1-score. Konfigurasi menggunakan input size 224 × 224 pixel, batch size 32, learning rate awal 0,001 dan maksimal 50 epoch. Hasil menunjukkan bahwa seluruh penyelesaian 50 epoch dengan training accuracy terbaik adalah 99,63% dan validation accuracy terbaik adalah 87,27% yang dicapai pada epoch ke-49. Model terbaik di-restore dari epoch ke-49 berdasarkan nilai val accuracy tertinggi. Kelas Powdery Mildew, Target Spot, dan Tomato Yellow Leaf Curl Virus memperoleh nilai recall tertinggi. Implementasi EfficientNetB0 terbukti efektif dalam melakukan klasifikasi penyakit daun tomat sehingga dapat untuk diterapkan pada sistem pertanian cerdas berbasis mobile maupun web.
Why it matches plant phenotyping methodsトマト葉の画像から病害状態を推定するCNN分類手法の開発・性能評価が研究の中心であり、植物表現型(病害状態)の画像ベース推定に該当する。
abstractmengembangkan sistem klasifikasi penyakit pada daun tomat menggunakan metode Deep Learning dengan arsitektur Convolutional Neural Network (CNN) berbasis arsitektur model EfficientNetB0
The rapid proliferation of plant diseases due to climate change and scarcity of manpower calls for intelligent, automatic and efficient diagnostic systems that can aid in real-time decision making in agriculture. Image based data mining and machine learning have been found to be quite effective in solving such problems; however, the traditional feature selection methods fail to meet the requirements due to the difficulties with high-dimensional leaf images, redundant features and poor generalization across different kinds of crops and diseases. This paper introduces a Hybrid Metaheuristic Feature Selection Framework which uses a combination of several optimization techniques in a cooperative manner for enhancing the efficiency, stability and classification accuracy of plant leaf diseases. The hybridization of GA-PSO approaches, γ-ABC, Bat algorithm, Firefly-DE, PSO Stability, AFSO-SVM, FOA, Binary ALO, Binary WOA, and GWO are chosen to form this framework on the basis of previous research in this field and it makes use of the advantages of both global and local searches in identifying small and informative feature subsets despite the shortcomings such as slow convergence, parameter sensitivity and local optima issues.It is the intention of the hybrid model described herein to seamlessly integrate with the deep learning-based method of feature extraction, thus providing excellent results even in noisy and highly variable agricultural environments. Literature shows that hybrid metaheuristic models have proven superior to single algorithms in terms of accuracy, precision, recall, and computational time. Leveraging from this insight, the current research proposes the development of an integrated and scalable hybrid feature selection model, with an eye to enhancing the predictive power of plant diseases.
Why it matches plant phenotyping methods葉画像から植物病害を推定する特徴選択フレームワークの開発が研究の中心であり、植物の病害状態を直接評価する計算的フェノタイピング手法に該当する。
abstractThis paper introduces a Hybrid Metaheuristic Feature Selection Framework
The study of the effect of various stresses like light stress, temperature stress, pollutant stress etc. may be performed using various spectroscopic techniques like absorption spectroscopy, fluorescence spectroscopy, fluorescence kinetics, Fourier Transform Infrared spectroscopy etc. In addition to these techniques the synchronous luminescence technique may be successfully employed to study the effect of stresses on the plant health. In the present attempt we are going to use the synchronous luminescence spectroscopy for the study of plant health and classification. As per our information the type of measurements made by us is the first report of this kind. It is seen that more information can be obtained from the analysis of synchronous luminescence spectra of the plant leaves
Why it matches plant phenotyping methods植物の健康状態・ストレス状態を評価・分類する同期発光分光法そのものが研究の中心であり、植物状態の表現型取得手法として扱われている。
abstractthe synchronous luminescence technique may be successfully employed to study the effect of stresses on the plant health
Classifying visually proximate categories remains a difficult problem in image analysis because inter-class differences are often small, whereas intra-class variability is substantial. The aim of the study was to evaluate how the adaptation regime of a pretrained neural network affects performance in a high-complexity recognition task under a fixed architecture and identical experimental conditions. The working hypothesis assumed that partial fine-tuning of the upper layers of a pretrained convolutional neural network would outperform a regime in which the convolutional backbone remains frozen and only the final classification block is trained. The open PlantVillage dataset, containing 54,303 images and 38 classes, was used as a standardized benchmark; its subject domain was treated as a convenient testbed for complex classification of visually similar states. MobileNetV3Small served as the base model. Two adaptation regimes were compared: a frozen convolutional backbone and partial fine-tuning of the upper part of the feature extractor. The main gain was achieved with partial fine-tuning: validation accuracy increased from 0.9707 to 0.9816, while validation loss decreased from 0.0929 to 0.0576. Class-wise analysis on the independent test split showed that the F1-score exceeded 0.95 for 33 of 38 classes, whereas the lowest values, 0.8889 and 0.9078, were observed in groups with high visual similarity. The scientific novelty does not lie in the general idea of partial fine-tuning of a pretrained convolutional network, since this approach is widely used in computer vision, but in the controlled experimental comparison of two MobileNetV3Small adaptation regimes under identical conditions on the PlantVillage dataset. The results show that, for the selected architecture, fixed data split, and visually proximate class classification task, partial fine-tuning of the upper part of the feature extractor improves recognition quality and produces an interpretable error structure.
Why it matches plant phenotyping methodsPlantVillage画像を対象に、植物の視覚的状態を分類するCNNの適応方式を統制条件下で比較・検証しており、画像ベースの植物状態推定手法が研究の中心である。
abstractThe open PlantVillage dataset, containing 54,303 images and 38 classes, was used as a standardized benchmark; its subject domain was treated as a convenient testbed for complex classification of visually similar states.
The maturity level of green vegetables is an important factor affecting product quality, market value, and shelf life. Maturity identification is generally performed visually based on leaf color changes, making the assessment subjective and potentially inconsistent. This study aims to develop a classification model for green vegetable maturity levels using a combination of color feature extraction and a Convolutional Neural Network (CNN) to provide a more objective and accurate system. The research began with image acquisition of green vegetables categorized into three maturity levels: immature, mature, and overripe. Preprocessing included image resizing, normalization, and segmentation. Color feature extraction was performed using RGB and HSV color spaces to represent maturity conditions. The dataset was divided into training and testing sets with a 90:10 ratio and processed using a CNN architecture. Model performance was evaluated using accuracy, precision, recall, and F1-score. Results showed that the proposed model achieved 95.2% accuracy, 94.8% precision, 95.6% recall, and 95.1% F1-score. These findings indicate that combining color features and CNN effectively supports automated vegetable sorting and quality control systems.
Why it matches plant phenotyping methods緑色野菜の成熟度という植物器官の状態を、画像取得・色特徴抽出・CNNで自動推定する手法の開発が研究の中心である。
abstractThis study aims to develop a classification model for green vegetable maturity levels using a combination of color feature extraction and a Convolutional Neural Network (CNN) to provide a more objective and accurate system.
To address the challenge of simultaneously optimizing model accuracy and computational efficiency in the automated inspection of wheat grain appearance quality, this study proposes a lightweight deep learning model called MobileNet-WDD. Based on the MobileNetV4-small architecture, this model incorporates the SimAM attention mechanism to enhance feature discrimination capabilities and employs Ghost convolutions and the Mish activation function to optimize the network structure, thereby significantly reducing model complexity while maintaining high recognition accuracy. Using six typical categories of wheat grains-diseased spots, insect damage, mold, sprouting, damage, and intact grains-as the research subjects, experimental results show that compared to the baseline model, MobileNet-WDD achieves a 6.1% increase in accuracy, reaching 94.2%; a 30.3% reduction in the number of parameters; computational cost by 27.6%; and inference speed from 155 FPS to 183 FPS, representing a 1.18-fold acceleration. Quantitative analysis confirms that this model achieves high-precision recognition while offering significant advantages in terms of lightweight design and efficient computational performance, providing an efficient and feasible technical solution for real-time non-destructive inspection of wheat grains.
Why it matches plant phenotyping methods小麦粒の病斑・虫害・カビ・発芽などの可視状態を画像から分類する軽量深層学習手法を開発しており、表現型状態の取得・抽出が研究の中心である。
abstractthis study proposes a lightweight deep learning model called MobileNet-WDD
The research trains and evaluates multiple CNN architectures, including Basic CNN, AlexNet, VGG16, and EfficientNet B0, to enhance the accuracy of plant disease identification. Each model was tested using the New Plant Diseases Dataset from Kaggle, which includes various plant species and diseases, in order to assess performance, accuracy, and efficiency. The trained models were subsequently integrated into a Marathi language chatbot to facilitate real-time disease detection and provide agricultural guidance. This study provides valuable insights into the strengths and limitations of different models for precision agriculture, especially in applications that support regional languages to encourage accessible and sustainable farming practices. Additionally, a Marathi language chatbot is incorporated, enabling users to obtain plant disease information instantly through a user-friendly web application
Why it matches plant phenotyping methods植物病害状態を画像から識別するCNN群を訓練・評価し、リアルタイム検出システムへ統合しており、病害フェノタイプの取得・推定手法が中心である。
abstractThe research trains and evaluates multiple CNN architectures, including Basic CNN, AlexNet, VGG16, and EfficientNet B0, to enhance the accuracy of plant disease identification.
Reproduction assets foundThe paper's plant-phenotyping input is the public New Plant Diseases Dataset from Kaggle (healthy/diseased leaf images of tomato, potato, corn) used to train and evaluate the CNN ensemble. No author analysis code, trained model checkpoints, or supplementary data deposit is mentioned with an availability statement orURLDataset · publicInitially, the dataset was collected from the New Plant Diseases Dataset available
on Kaggle, which contains images of healthy and diseased plant leaves from various crops such as tomato, potato, and corn.Open asset ↗Kaggle · New Plant Diseases Datasetpdf-raw-page:3 lines:1-44Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Published30 Jun 2026International Journal for Research in Applied Science and Engineering TechnologyCited by 0 · OpenAlex ↗
Agriculture in India is challenged due to inappropriate crop selection, climate change, soil nutrient imbalance, and late identification of plant diseases. To overcome these problems, this paper proposes SmartAgriGo, an Explainable Artificial Intelligence (XAI)-based smart agriculture framework for transparent crop recommendation and automated plant dis-ease identification. The proposed framework combines machine learning, and explainable AI for accurate and interpretable agricultural decision support. Crop recommendation is done based on soil nutrients, pH, temperature, humidity and rainfall, where XLNet-based feature extraction and Support Vector Machine (SVM) classification identify the best-suited crop. Plant disease identification is done based on Convolutional Neural Network (CNN) and Softmax classification of leaf images. To improve interpretability, SHAP values are used for crop recommendation, and LIME values are used for disease identification.The interface designed for farmers shows the prediction results with confidence and explanation. SmartAgriGo fills the gap between state-of-the-art AI approaches and real-world agriculture by providing accurate, interpretable, and data-driven agricultural support.
Why it matches plant phenotyping methods葉画像からCNNで植物病害を自動識別する手法が、農業支援フレームワークの主要構成として明示されており、植物の病害状態を画像から推定する中央的な方法貢献がある。
abstractThe proposed framework combines machine learning, and explainable AI for accurate and interpretable agricultural decision support.
Drought poses a global threat to food security and demands intensified efforts from breeding programs. Yet the lack of efficient methods for selecting this trait increases the cost and time required to develop new cultivars. The goal of this work was to assess the feasibility of using spectral data from RGB or multispectral sensors for drought-tolerance classification across various machine-learning models under the most practical cross-validation scenarios typical in breeding programs. The genotypes were assessed during trials conducted under either optimal (irrigated) or drought-stress conditions across two years, and evaluated using up to 10 field traits to determine their drought-tolerance classification based on membership function values related to drought. RGB and multispectral vegetation indices collected during several flights throughout the crop cycle were used to train machine learning models. We found that drought trials offer the best training data. Specificity was the metric most affected by sensor type and the nature of the training data. The multispectral sensor outperformed the RGB sensor on most evaluation metrics in both years. AdaBoost and linear discriminant analysis models demonstrated the strongest consistency across all prediction scenarios. Together, they achieved an overall accuracy, specificity, and F1-Score of 0.71, 0.56, and 0.77, respectively. The most influential vegetation indices for model performance consistently included the NIR band. Spectral information, such as vegetation indices, is a useful tool for plant researchers to complement drought tolerance evaluations in the field. This data-driven approach facilitates automation, paving the way to speed genetic gains by including early assessments of drought tolerance in breeding pipeline, and improves resource utilization efficiency.
Why it matches plant phenotyping methodsUASのRGB・マルチスペクトルデータと機械学習を用いて干ばつ耐性を分類し、センサー比較や交差検証を行うことが研究の中心であるため、植物フェノタイピング手法として適格です。
abstractThe goal of this work was to assess the feasibility of using spectral data from RGB or multispectral sensors for drought-tolerance classification across various machine-learning models under the most practical cross-validation scenarios typical in breeding programs.
Abstract Maize and cassava are staple crops in Nigeria, but their productivity is limited by viral and fungal diseases. This study created a mobile system based on lightweight CNN for smartphone portable real-time detection of cassava and maize diseases. In the 2025 planting season, 10,800 leaf images were gathered from a 10-acre experimental farm in Araromi Area, Bakatari Farm, Ido Local Government, Ibadan that cut across the seven classes of healthy cassava (1,620, 15%), cassava mosaic disease (1,540, 14.3%), cassava brown streak disease (1,410, 13.1%), healthy maize (1,880, 17.4%), maize leaf blight (1,540, 14.3%), maize rust (1,360, 12.6%) and maize streak virus (1,450, 13.4%). In order to make the dataset more diverse, data augmentation was done in the form of rotation by +/-30°, flipping, brightness by +/-20% and random cropping in the range of 80-100%. Lightweight CNN architectures MobileNetV2, EfficientNet-Lite, ShuffleNet, and custom CNN were trained in an 80:20 ratio for train and test. Out of 11 models tested, EfficientNet-Lite model forecast the highest where it achieved an accuracy of 94.6%, precision of 0.95, recall of 0.94, F1-score of 0.94, and an ROC-AUC of 0.97. As for MobileNetV2, it achieved an accuracy of 93.8% while ShuffleNet was estimated to achieve the fastest mobile inference at 65 ms. As for the class-wise analysis, it can be seen that the maize leaf blight (95.2%) and cassava mosaic disease (94.1%) had the most accurate predictions. The offline prediction from mobile deployment showed that EfficientNet-Lite occupied 92 ms and 135 MB. The findings show that low-cost and practical smartphone-based disease diagnosis requires the use of lightweight CNN models that can deliver accuracy and alertness that can allow farmers to manage the crop and food security on their own. Smallholder farmers in a resource-poor rural environment will be able to benefit from these models.
Why it matches plant phenotyping methods植物葉画像から病害状態を推定するCNNベースのモバイル画像解析手法を開発・比較・実装しており、植物状態の取得と技術性能評価が研究の中心である。
abstractThis study created a mobile system based on lightweight CNN for smartphone portable real-time detection of cassava and maize diseases.
Paddy leaf disease (PLD) detection has grown more difficult, yet early detection might prevent significant losses due to decreased crop yield. However, existing models struggle to accurately classify diseases under difficult circumstances like intricate backgrounds, fluctuating lighting, and overlapping leaves. Additionally, existing models do not incorporate efficient optimization strategies, leading to suboptimal accuracy and poor generalization on unseen data. To address these challenges, a novel deep learning-based YOLO-LEAFNET method for PLD detection utilizing IGT-YOLO, integrating the YOLOv8 disease detection with the Improved Gorilla Troops (IGT) optimization. The input paddy leaf images are pre-processed using Bilateral Contrast Limited Adaptive Histogram Equalization (B-CLAHE) to enhance image quality and improve local contrast while preserving disease boundaries. YOLOv8 model is utilized to detect and classify paddy leaf diseases by accurately localizing affected regions with bounding boxes. Then, the IGT algorithm boosts the disease detection accuracy by optimizing YOLOv8 through effective hyperparameter tuning. The proposed YOLO-LEAFNET method effectiveness was evaluated using recall, F1 score, specificity, accuracy, and precision. B-CLAHE enhanced noise-free images improve contrast and detection accuracy, while the IGT-YOLO model ensures scalable, efficient early diagnosis of paddy leaf diseases with 99.07% accuracy. The YOLO-LEAFNET enhanced the total accuracy by 3.21%, 5.25%, and 1.98% related to CNN, DeepRice, and FasterR-CNN, respectively.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から検出・分類するYOLOベース手法を提案し、前処理・最適化・性能評価を中心に扱っているため、植物フェノタイピング手法として該当する。
abstractTo address these challenges, a novel deep learning-based YOLO-LEAFNET method for PLD detection utilizing IGT-YOLO, integrating the YOLOv8 disease detection with the Improved Gorilla Troops (IGT) optimization.
Reproduction assets foundThe paper's phenotyping input is the public UCI Rice Leaf Diseases dataset (paddy leaf images of bacterial leaf blight, leaf smut, brown spot), also mirrored on Kaggle. No author analysis code, trained model, or supplementary assets are disclosed.Dataset · publicThe dataset is publicly available
at: https://archive.ics.uci.edu/dataset/486/rice+leaf+diseases. The dataset is distributed
under the Creative Commons Attribution 4.0 (CC BY 4.0) license.Open asset ↗rice+leaf+diseasespdf-page:7 lines:1-33Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Grapevine downy mildew (GDM), caused by Plasmopara viticola, is managed largely through repeated fungicide applications, yet evaluating spray-program performance is difficult because field infections are spatially heterogeneous. However, host physiological changes can precede visible symptom development. We tested whether standardized, high-throughput VNIR hyperspectral imaging of field-grown grapevine leaf discs can capture early optical changes associated with infection and discriminate program-linked mitigation. Leaves were collected from a 2025 vineyard trial in Geneva, NY (cv. La Crescent) managed under three spray programs (conventional fungicides, biofungicides, and untreated control). Leaf discs (≈87 per program) were excised, inoculated with P. viticola, and imaged at 0.5, 1.5, and 3.5 days post inoculation (dpi) using a custom built, automated, hyperspectral imaging microscopy platform (400-980 nm). No visible sporulation occurred at 0.5 or 1.5 dpi; sporulation was first observed at 3.5 dpi and occurred only in the untreated control, whereas no discs from either treated program sporulated. Multivariate spectral analyses showed significant separation by spray program and dpi, and disease-related spectral indices exhibited program-dependent trajectories, with treated discs showing attenuated optical change relative to the control. A random-forest classifier trained on pre-sporulation spectra (0.5 and 1.5 dpi; N = 169) predicted subsequent sporulation with 0.78 accuracy and 0.77 ROC-AUC (95% CI 0.68-0.85), highlighting informative bands across visible, red-edge, and near-infrared regions. Together, these results support outcome-linked, replicate-rich hyperspectral phenotyping of vineyard spray programs using field-derived material under standardized acquisition conditions.
Why it matches plant phenotyping methods自動化VNIRハイパースペクトル撮像で、発病前のブドウ葉の光学的変化と将来の胞子形成を推定する手法を中心に検証しており、植物病害状態の表現型取得・分類に該当する。
abstractWe tested whether standardized, high-throughput VNIR hyperspectral imaging of field-grown grapevine leaf discs can capture early optical changes associated with infection and discriminate program-linked mitigation.
Against the backdrop of the rapid development of smart agriculture, pest and disease monitoring and crop growth assessment for large-scale farmlands are of substantial importance for precision management and risk early warning. However, traditional unimodal visual methods are highly susceptible to illumination variation, canopy occlusion, scale differences, and background interference in real field environments, and thus fail to make full use of environmental sensing information and spatial priors. To address these issues, a multimodal target perception framework for intelligent farmland inspection is proposed in this study. By jointly integrating UAV imagery, time-series data from ground Internet of Things sensors, and spatial positional information, joint modeling of pest and disease recognition and crop growth assessment is achieved through cross-modal alignment and collaborative encoding, multi-scale target perception, and dynamic multimodal fusion and decision-making. Experimental results demonstrate that, in the pest and disease recognition task, the proposed method achieved a Precision of 91.63%, a Recall of 90.27%, an F1-score of 90.94%, and an mAP of 93.15%, significantly outperforming comparison models such as Faster R-CNN with ResNet50 backbone, YOLOv8-m, Swin Transformer-Tiny, and Multimodal Transformer. In the crop growth assessment task, an Accuracy of 89.96%, a Precision of 89.11%, a Recall of 88.74%, and a Macro-F1 of 88.92% were achieved, again clearly exceeding those of ResNet50, EfficientNet-B3, ViT-B/16, and conventional multimodal fusion models. The ablation study further verified the effectiveness of the cross-modal alignment module, the multi-scale target perception module, and the dynamic fusion module, with the complete model reaching 90.94%, 93.15%, and 88.92% in Pest F1, Pest mAP, and Growth Macro-F1, respectively. Furthermore, the net economic return regression experiment at the unit-area level further demonstrates that the proposed method can effectively connect state information with economic outcomes, showing strong application potential in return prediction, performance evaluation, and resource allocation optimization. These findings indicate that the proposed method can effectively improve perception accuracy and robustness in complex farmland environments, thereby providing reliable technical support for intelligent inspection, pest and disease early warning, and precision management in agricultural scenarios.
Why it matches plant phenotyping methodsUAV画像、IoT時系列データ、空間情報を統合したマルチモーダル手法を開発し、作物生育状態の評価を技術的に検証している。害虫認識単独ではなく、植物の生育評価を含む取得・推定手法が中心である。
abstracta multimodal target perception framework for intelligent farmland inspection is proposed in this study.
Low temperature stress severely restricts the cultivation and distribution of pear ( Pyrus L.) germplasms, frequently resulting in frost injury and yield reduction. To accurately evaluate the cold resistance of pear germplasm resources, this study investigates the physiological and biochemical responses of one-year-old branches to different degrees of low-temperature stress, as well as differences in the tissue structure of these pear germplasms after low-temperature stress. In this study, 122 pear germplasms were classified into high (HR), medium (MR), and low (LR) cold-tolerance categories based on their semi-lethal temperature (LT 50 ). Further analysis of pear germplasms with different levels of cold resistance revealed that, with decreasing temperature, HR germplasms exhibited smaller increases in relative electrolyte conductivity (REC) and malondialdehyde (MDA) content and higher accumulation of proline (Pro), soluble proteins (SP), soluble sugars (SS), and peroxidase activity compared with LR germplasms. In addition, the peak values of these indicators generally occurred at lower temperatures in HR germplasms. A correlation analysis and principal component analysis indicated that physiological indices, including REC, bound water/free water ratio, SS, and MDA, as well as branch anatomical traits related to xylem and cortex proportions, were closely associated with variation in LT 50 . An integrated assessment using membership function analysis produced rankings consistent with LT 50 -based clustering, supporting the reliability of the multivariate evaluation framework. Overall, this study establishes an integrated, indicator-based approach for evaluating cold resistance in pear germplasm by integrating physiological, biochemical, and anatomical characteristics. These results provide a theoretical basis and methodological reference for screening cold resistance germplasms.
Why it matches plant phenotyping methods生理・生化学・解剖学的形質を統合し、LT50と多変量評価によってナシ遺伝資源の耐寒性を分類・スクリーニングする評価フレームワークが研究の中心である。
abstractTo accurately evaluate the cold resistance of pear germplasm resources, this study investigates the physiological and biochemical responses of one-year-old branches to different degrees of low-temperature stress, as well as differences in the tissue structure of these pear germplasms after low-temperature stress.
Reproduction assets foundThe article's Data Availability statement links a public Zenodo deposit containing the paper's raw phenotyping data (LT50, physiological/biochemical and anatomical measurements for pear germplasms). Supplemental files also contain germplasm characteristics and LT50 comparisons, but the Zenodo raw-data deposit is the明确,Dataset · publicThe data is available at Zenodo: liu186253. (2025). liu186253/Data: raw data (Version V11). Zenodo. https://doi.org/10.5281/zenodo.17524773 .Open asset ↗Zenodo · 10.5281/zenodo.17524773lines:636-710Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Published28 Jun 2026International Journal of Computer Information Systems and Industrial Management ApplicationsCited by 0 · OpenAlex ↗
Traditional visual inspection is replaced by plant disease detection (PDD), which integrates plant pathology, image processing, remote sensing, agronomy and machine learning. Remote sensing tools and high-resolution drone imagery enhance real-time disease monitoring. However, challenges like data scarcity and algorithm generalization make accurate and automated disease diagnosis more complex. In this manuscript, Improved Agricultural Monitoring through Automated Detection and Classification of Purple Blotch and Yellow Blotch Diseases on Onion Leaves utilizing Dual Branch Graph Neural Network (ADC-PBYBD-OL-DBGNN) is proposed. The onion leaf dataset was first collected in the Karnataka village of Chilwadigi, which has a variety of climates. Then the collected images are preprocessed using Distributed Adaptive Spatial Filtering (DASF) is used for resizing and cropping. The preprocessed images are fed to Onion Leaf Disease Detection utilizing Dual Branch Graph Neural Network (DBGNN) for detecting and classifying as Healthy, Iris Yellow Virus, Purple Blotch and Leaf Blight. DBGNN generally doesn't show any adaptation of optimization techniques for figuring out the best parameters to guarantee precise onion leaf detection. Hence, Superb Fairy-wren Optimization Algorithm (SFOA) is utilized to optimize DGRGNN for precisely classifying the onion leaves. Then the proposed ADC-PBYBD-OL-DBGNN is implemented and the performance metrics like Accuracy, Precision, Recall, F1 score, Computational time are analyzed. Finally, the performance of proposed ADC-PBYBD-OL-DBGNN method provides 26.68%, 25.75%, and 26.16% higher accuracy and 27.49%, 24.75%, and 25.85% higher precision while compared with existing methods such as the onion plant leaf image dataset for classification and detection (OPLM-CD-Xpection), the onion and maize image datasets for creating AI-based classification models for pests and diseases (OMI-PD-CNN) and the meta-learning based neural architecture search for automated generation of deep neural networks for plant disease detection tasks (SAG-PDD-DNN) correspondingly.
Why it matches plant phenotyping methodsタマネギ葉の画像から病害状態を検出・分類する画像ベースの植物フェノタイピング手法を提案し、性能比較まで行っており、方法開発が中心である。
Vision-based crop disease diagnosis plays a pivotal role in smart agriculture, yet challenges such as complex field backgrounds, high intra-class similarity of lesion morphology, and severe data imbalance continue to impede model stability and interpretability. To address these issues, this study proposes DAPR-AM-Net, an intelligent diagnostic framework for tomato leaf diseases that integrates dual-attention progressive refinement with adaptive MixUp. The method introduces four key innovations: (1) a Dual Attention Fusion Mechanism (DAFM) that jointly leverages channel-wise and spatial attention to enhance lesion-related texture, color, and structural cues while suppressing background noise via the CBAM module, thereby directing the network's focus toward pathogenic regions; (2) an Adaptive MixUp with Attention-Aware Sampling (AMAAS) module that dynamically adjusts sample mixing ratios according to attention maps, effectively improving discrimination in complex boundary areas; (3) a Progressive Feature Refinement with Dual Attention (PFR-DA) module that incrementally optimizes deep feature representations through cross-hierarchical information flows; and (4) an Imbalance-Aware Multi-Objective Optimization (IAMOO) strategy that adaptively modulates loss weights based on category distribution to strengthen recognition of minority disease classes. On our self-constructed Tomato-DD dataset, DAPR-AM-Net achieves superior performance across all major metrics-including an accuracy of 99.73%, precision of 99.73%, recall of 99.74%, and an F1-score of 99.73%-outperforming current state-of-the-art approaches. On the full Plant-Village dataset, the model achieves 99.85% accuracy, 99.78% precision, 99.84% recall, and a 99.81% F1-score, while maintaining a compact model size of only 4.72 M parameters. Multi-level interpretability analyses corroborate the transparency and reliability of the model's inference process. Additionally, we developed an end-to-end smart agriculture platform powered by DAPR-AM-Net. Overall, DAPR-AM-Net provides a forward-looking yet practical solution for high-accuracy and strongly interpretable disease diagnosis in smart agriculture scenarios, demonstrating both methodological innovation and real-world applicability.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から分類する新規深層学習手法を開発し、複数データセットで性能評価するとともに、エンドツーエンドの診断プラットフォームを構築しているため、植物表現型取得・抽出法が中心である。
abstractthis study proposes DAPR-AM-Net, an intelligent diagnostic framework for tomato leaf diseases
Abstract Tomato cultivation represents a critical component of nutrition, economic development, and public health, yet it is increasingly compromised by foliar diseases that diminish yield and intensify dependency on hazardous agrochemicals. Although deep learning models have demonstrated strong capabilities for automated disease recognition, existing benchmark datasets exhibit limited real-world utility, primarily due to the absence of in-field imagery and precise annotations of diseased regions. A novel attention mechanism, I nverted R esidual C onvolutional B lock A ttention M odule ( IR-CBAM ), is proposed, combining inverted residual blocks with the CBAM Module, and is specifically tailored to address challenges posed by in-field image variability, such as complex backgrounds and inconsistent lighting. Furthermore, this study introduces SLIF-Tomato , the S ri L ankan I n- F ield Tomato leaf disease dataset, which is the first complete in-field dataset comprising class labels and bounding box annotations collected under diverse real-world conditions. The proposed approach achieved 99.66% and 99.91% accuracy rates on two curated versions of the SLIF-Tomato dataset. Subsequently, the YOLOv12-large model is employed to detect diseased regions, which obtained an average precision score of 88.5%. These contributions advance the development of accurate, efficient and field-adaptable diagnostic systems for tomato leaf disease management in precision agriculture.
Why it matches plant phenotyping methodsトマト葉の病害領域を画像から検出・認識する手法を開発し、実圃場データセットも構築・評価しており、植物病害状態の表現型取得が中心的です。
abstractA novel attention mechanism, I nverted R esidual C onvolutional B lock A ttention M odule ( IR-CBAM ), is proposed, combining inverted residual blocks with the CBAM Module, and is specifically tailored to address challenges posed by in-field image variability, such as complex backgrounds and inconsistent lighting.
Plants face a range of biotic and abiotic stresses that reduce yield, and in agricultural countries like Bangladesh, manual detection of these stresses remains slow and error-prone. Convolutional Neural Networks (CNNs) classify plant leaves accurately, but they suffer from catastrophic forgetting when trained on tasks sequentially. This is a major obstacle in real agricultural settings, where new crops and stress conditions arrive over time. Existing continual learning (CL) studies in this domain rely on relatively heavy backbones, leaving open the question of whether lightweight CL pipelines can retain prior-task knowledge under realistic resource constraints. We investigate this question by integrating two established CL methods, Elastic Weight Consolidation (EWC) and Learning without Forgetting (LwF), into EfficientNet-B0, a backbone with only 5.3M parameters. The setup is evaluated on the Nutrispace cucurbit nutritional deficiency dataset, where three plant species (ash gourd, bitter gourd, and snake gourd) are treated as three sequential tasks, each with the same three classes: healthy, nitrogen deficiency, and potassium deficiency. Without continual learning, accuracy on the earliest task collapses to 30% by the end of training. EWC preserves over 61% accuracy on prior tasks while reaching 98% on the final task, and LwF reaches 98% on the final task with slightly lower retention on earlier ones. Pairwise Welch's t-tests confirm that both methods significantly outperform the baseline ([Formula: see text]) and that EWC retains prior-task knowledge significantly better than LwF ([Formula: see text]). These results show that lightweight CNNs paired with established CL techniques offer a workable path for plant stress classification in resource-constrained agricultural AI.
Why it matches plant phenotyping methods植物葉画像から栄養欠乏・健全状態を分類するCNNに、継続学習手法を組み込んで性能保持を評価しており、植物ストレス状態の取得・推定手法が研究の中心である。
abstractConvolutional Neural Networks (CNNs) classify plant leaves accurately, but they suffer from catastrophic forgetting when trained on tasks sequentially.
Generally, plants possess great medical benefits that are tremendously diverse and complex to identify the species. There are different varieties of plants that are yet to be fully explored. The plants are made up of some essential parts that are needed for their survival, such as roots, flowers, leaves, shoots, and others, which often appear to be alike with each other. This makes manual sorting of plants more difficult for botanists. Concurrently, image processing performs some operations by extracting useful information from the image for human interpretation. The resulting dataset from the image processing method is then classified by ML (Machine Learning) classifiers. The existing methods have focused on several dimensions; this study provides an overall view of the conventional works of plant species identification and its related plant health. This study was initiated with the purpose of giving a precise review of the advancements in image processing, such as segmentation methods, feature extraction techniques and ML-based models for the identification of plant species and diseases with its leaf because that can be available at all times. Hence, this study discusses the current research between (2019–2024) related to the use of image processing and ML and DL techniques for effective image quality enhancement and plant identification performance. Moreover, it discusses unique contributions in the field, such as agriculture and ayurveda. Moreover, a comparative analysis is carried out by considering the conventional ML models and the varied applications of widely used ML models for the effective classification of plant species.
Why it matches plant phenotyping methods葉画像のセグメンテーション、特徴抽出、機械学習・深層学習による植物病害の画像分類を対象とする方法レビューであり、植物の病態推定手法が中心です。種同定も含みますが、病害・植物健康の画像解析手法を体系的に扱っているため採用します。
abstractThis study was initiated with the purpose of giving a precise review of the advancements in image processing, such as segmentation methods, feature extraction techniques and ML-based models for the identification of plant species and diseases with its leaf
This paper presents a deep learning model to detect cotton plant pests and classify diseases, which must overcome limited datasets, class imbalance, and feature redundancy. At the preprocessing phase, the Gaussian blur filtering and Contrast Limited Adaptive Histogram Equalization (CLAHE) are used to sharpen images by improving their clarity and contrast. To increase and diversify the data, Spa-GAN-based data augmentation is used to produce realistic synthetic samples. To obtain an accurate Region of Interest (RoI), an Attention-Guided Multi-Scale Residual U-Net (AGMS-U-Net) is considered to segment local and global structural information. The proposed framework makes three major contributions: (i) a new attention-based feature extractor, TriAttnNet, that incorporates spatial, channel, and contextual attention to represent diseases on a fine-grained level (ii) a new optimization strategy, Hybrid Mongoose Ray Chaotic Optimization (HMRCO), which includes chaotic strategies to better tune the parameters and explore the feature space and (iii) classification layer with focal loss for final decision. Experimental analyses prove that the suggested method is much more effective than the current state-of-the-art models, providing a powerful and understandable solution to precision agriculture and sustainable cotton crop health monitoring. Experimental results show that TriAttnNet achieves 98.66% accuracy, 98.71% recall, and 98.81% F1-score, which is better than the state-of-the-art algorithms, such as EfficientNetB1-CBAM (96.38%) and BERT-ResNet-PSO (95.69%). The proposed system is computationally feasible and interpretable, and it is interpretable to provide a practical solution to precision agriculture and sustainable monitoring of the health of cotton crops.
Why it matches plant phenotyping methods綿花植物の画像から病害を分類する深層学習手法を開発・評価しており、植物の病害状態を直接推定する方法が研究の中心である。
abstractThis paper presents a deep learning model to detect cotton plant pests and classify diseases
Reproduction assets foundThe paper's plant-phenotyping input is the public Kaggle Cotton Plant Disease Dataset (Dhamodharan R), explicitly cited as the study's data source with a matching public URL. The authors' model/code is not publicly deposited (available only upon request), so no qualifying code asset exists.Dataset · publicThe dataset of this study is taken from the publicly available Kaggle repository, Cotton Plant Disease Dataset 43Open asset ↗Kagglelines:48-58Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Plant diseases have a significant effect on both the amount and quality of agricultural output. The majority of these illnesses have obvious symptoms, and visual examination of the afflicted leaves is the accepted technique for diagnosing plant leaf diseases. New diseases keep emerging as plant structures and agricultural methods change. To prevent the spread of illness and guarantee the healthy growth of crops, these diseases must be identified and classified as soon as possible. Thus, a novel Parallel Convolutional Bidirectional gated recurrent-based framework for Plant Leaf Disease and Severity Classification (PCB-PLDSC) is proposed in this research. In order to balance the dataset by producing more examples for underrepresented classes, image augmentation is done after bilateral filtering for noise reduction. Moreover, sick regions are isolated using a parallel attention-based U-Net (PA-U-Net) model. Adaptive threshold-based local gradient increasing pattern (AT-LGIP), color characteristics, and median binary pattern (MBP) are used to extract features such as texture, color, and spatial patterns. These are categorized using a hybrid parallel convolutional bidirectional gated recurrent (PCB) model, which integrates a bidirectional gated recurrent units (Bi-GRU) model for disease classification with the multi-residual and layer perceptron-based channel attention parallel convolutional neural networks (MRL-CPCNN) model. The impact of each attribute on predictions is shown during the classification phase by SHapley Additive exPlanations (SHAP)-based explainable artificial intelligence (AI). Finally, for detected diseases, the system estimates severity as mild, moderate, or severe to guide effective crop management.
Why it matches plant phenotyping methods植物葉の病害領域を画像から分離し、病害分類と重症度を推定する画像ベースの表現型解析手法が研究の中心であるため。
abstracta novel Parallel Convolutional Bidirectional gated recurrent-based framework for Plant Leaf Disease and Severity Classification (PCB-PLDSC) is proposed in this research.
Objective This study presents an integrated, multi-scale approach for the non-destructive estimation of phenological stages and carotenoid content in carrots by combining spectral techniques, colorimetry, and artificial intelligence. Methods Six commercial varieties, including orange, yellow, white, and purple genotypes, were evaluated under field and laboratory conditions using multispectral drone imagery, high-resolution spectroradiometric signatures, red green blue (RGB) images, and CIELAB color measurements. A hierarchical modeling framework was developed across two phases: (i) spectral modeling using uncrewed aerial vehicle (UAV)-based multispectral indices, textural and geometric metrics, and laboratory-generated hyperspectral signatures; and (ii) a colorimetric index from RGB images. Results Using UAV-based multispectral field data, phenological prediction indices achieved high classification performance (F1-scores > 0.90) when modeled with a Random Forest classifier, supported by distinct spectral signatures associated with canopy development and senescence. In parallel, carotenoid content estimation using a Random Forest regression model demonstrated strong predictive accuracy ( R 2 = 0.897; RMSE = 0.584), with the Plant Senescence Reflectance Index (PSRI) and Carotenoid Reflectance Index (CRI) identified as the most influential predictors. A complementary laboratory-based Random Forest regression model using high-resolution spectral signatures achieved near-perfect predictive performance ( R 2 = 0.987). SHapley Additive exPlanations (SHAP) analysis identified physiologically relevant wavelengths in the green (540-550 nm) and red-edge (∼700 nm) regions as the primary drivers of carotenoid concentration. Likewise, a novel colorimetric index (ICarot), derived from CIELAB parameters, enabled accurate image-based carotenoid estimation ( R 2 = 0.85). Conclusion This study introduces an innovative multi-sensor framework for precision agriculture and automated postharvest quality control, enabling rapid, objective, and scalable phenotyping in carrot production systems. Through the integration of spectral, colorimetric, and AI-based approaches, the proposed methodology effectively captures both internal nutritional attributes and external quality traits within a unified, non-destructive assessment pipeline.
Why it matches plant phenotyping methods複数センサー画像・分光計測とAIを統合し、ニンジンの生育段階およびカロテノイド含量を非破壊推定する手法を開発・評価しており、表現型取得が研究の中心である。
abstractThis study presents an integrated, multi-scale approach for the non-destructive estimation of phenological stages and carotenoid content in carrots by combining spectral techniques, colorimetry, and artificial intelligence.
Reproduction assets foundThe paper's Data Availability section explicitly deposits the study's data (and project materials) on GitHub and Zenodo, both with authors' public URLs matching allowed_urls. These qualify as paper-specific public assets for the carrot phenotyping measurements and analysis.Dataset · publicThe data is available at GitHub and Zenodo:
- https://github.com/agrocompuepidemlab/Carrot-value-chain-proyect/tree/mainOpen asset ↗github.com/agrocompuepidemlab/Carrot-value-chain-proyectlines:184-307Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Tomatoes are the most significant and widely consumed crops globally. Leaf diseases cause an important threat to crop production and quality. Further, various fungi, bacteria and viruses can influence the plant's various parts and gradually destroy the quality and production of tomatoes in an agricultural field, thus it impacts the surrounding cultivated plants to cause more economical loss to farmers. Therefore, various techniques are proposed recently to optimally recognize and categorize the epidemic pathogens. To enhance sustainable plant protection practices, accurate identification and classification of diseases is essential to enhance the production rates. Effective pathogen detection and monitoring of plant health are critical areas of research in agriculture. Understanding disease severity is a crucial role for management practices and preventing the spread of infections. Rapid assessment is crucial because early detection of disease can significantly enhance the crop yield and influence the management strategies implemented by farmers. In this proposed model, a deep learning approach is proposed to classify the severity of diseases in tomato plants. At first, the needed images are collected from publicly available resource. Further, the collected images are subjected to the Adaptive and Attention-based Mask Region Convolutional Neural Network (AA-MRCNN) for optimally segmenting the abnormal regions from the gathered image. Further, the hyperparameters, like epoch, steps per epoch, and hidden neuron count in the Adaptive and Attention-based Mask Region Convolutional Neural Network are tuned by the Fitness-based African Vultures Optimization (FAVO) algorithm. Also, the segmented images are passed into Multiscale Recurrent MobileNet (MRMNet) module for categorizing disease severity in the tomato plant epidemic. The assessment of the recommended severity detection approach of tomato plant disease is determined by conducting a simulation experiment. The proposed model attains better outcomes of 93% accuracy, 93% specificity, 93% precision, 7% False Negative Rate (FNR), 86% Matthews Correlation Coefficient (MCC), 93% Fowlkes mallow Index (FM), 86% Bookmaker Informedness (BM), and 86% Threat Score (TS) measures in the ReLu activation function, which is progressed than the conventional frameworks. The result defines that the suggested technique outperformed than other baseline models to ensure the dependability of the tomato plant epidemic pathogens detection performance.
Why it matches plant phenotyping methodsトマト葉画像から病変領域を分割し、植物病害の重症度を分類する画像ベースの表現型推定手法を開発・評価しており、方法が研究の中心である。
abstracta deep learning approach is proposed to classify the severity of diseases in tomato plants.
Reproduction assets foundThe paper uses a public Kaggle tomato leaf disease image dataset as its phenotyping input and states that the authors' source code is available in a public GitHub repository. Both are paper-specific, publicly accessible, and actionable.Code · publiche tomato disease classification performances were
carried out among the performance metrics like Prevalence Threshold
(PT), BM, Precision, FNR, Accuracy, FM, Specificity, MK (Markedness)
and TS to maximize the reliability of the designed approach. The source
code of the public repository on GitHub link is available on “GitHub-
https://github.com/pdeepika6078/Severity-Classification-of-Tomato-Plant-Epidemic-Pathogens-/tree/main”
In order to demonstrating the effectiveness of the designed approach,
several conventional segmentation, optimization, and classification
approaches are adopted to compare the overall process. The reason
behind selecting the traditional approaches to improve the clasOpen asset ↗pdeepika6078/Severity-Classification-of-Tomato-Plant-pdf-raw-page:55 lines:1-29Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Automated rice seed vigor classification provides a non-invasive and scalable solution for improving agricultural decision-making. This study proposed an image-based framework to compare traditional machine learning and deep learning approaches for classifying individual rice seed vigor using standard RGB images. Machine learning models were developed using hand-crafted morphological and color features, while convolutional neural networks were employed to automatically extract visual patterns related to seed quality. Both single-time-point and multi-time-point image analysis strategies were investigated. Models trained on images captured at individual growth stages were compared with a multi-time-point ensemble approach that integrated visual information across multiple developmental stages. The ensemble approach achieved superior performance, highlighting the importance of incorporating temporal growth dynamics into vigor classification. Notably, traditional machine learning models performed comparably to deep learning models when informative features were carefully engineered. To improve transparency and reliability, interpretability techniques were applied to better understand model decisions. Overall, the findings demonstrate the practical potential of data-driven, image-based seed vigor assessment.
Why it matches plant phenotyping methodsRGB画像と機械学習・深層学習を用いてイネ種子の活力を自動推定する枠組みを開発・比較しており、表現型取得・抽出手法が研究の中心である。
abstractThis study proposed an image-based framework to compare traditional machine learning and deep learning approaches for classifying individual rice seed vigor using standard RGB images.
Accurate crop damage detection is vital for sustaining agricultural productivity and ensuring food security, particularly within the scope of precision farming. Despite significant advancements in Deep Learning (DL), the classification of crop damage under diverse real-world conditions remains challenging due to heterogeneous damage patterns, variable crop types, and environmental inconsistencies. To overcome these challenges, a hybrid DL framework (i.e., EnCropNet) is proposed for binary crop damage classification using field-level RGB images. The proposed model integrates the global semantic representation power of DenseNet121 with a lightweight convolutional stream inspired by ShuffleNetV2, enhanced via Squeeze-and-Excitation (SE) blocks for improved channel-wise attention. The model was trained and evaluated on a balanced version of the publicly available CGIAR Crop Damage Classification (CDC) dataset. To enhance generalization, extensive augmentation techniques such as random rotations, brightness variations, and zoom transformations were applied. The proposed model outperformed leading baseline models, including LightCDC, DenseNet121, EfficientNetV2S, and ShuffleNetV2, achieving a notable test accuracy of 90.00%. Additionally, visualization tools such as GradCAM and t-SNE confirm EnCropNet ability to capture discriminative features while maintaining transparency. The results suggest that EnCropNet is an effective and scalable solution for real-time crop damage assessment, particularly in low-resource agricultural environments. Its deployment could support timely decision-making and contribute to sustainable farming practices.
Why it matches plant phenotyping methods圃場RGB画像から作物被害状態を推定する深層学習手法を開発し、公開データセットで性能比較・評価しており、植物フェノタイピング手法が中心です。
abstracta hybrid DL framework (i.e., EnCropNet) is proposed for binary crop damage classification using field-level RGB images.
This study addresses the need for efficient and accessible plant disease identification systems in the era of Agriculture 4.0, where advances in artificial intelligence (AI) and machine learning (ML) support data-driven agricultural practices. The increasing popularity of home gardening highlights challenges faced by users in identifying plant diseases due to limited knowledge and diagnostic tools. Therefore, this research aims to develop a web plant disease detection system using the Django framework and convolutional neural networks (CNNs). The model was trained on a controlled dataset consisting of 57,320 leaf images collected from the PlantVillage and Turmeric Plant Disease datasets. Image preprocessing was applied, including resizing, normalization, and data augmentation such as image rotation, zooming, image inversion and brightness adjustmen. Class imbalance during training was handled using class weighting. The dataset is divided into a training set and a validation set for model development and evaluation. The CNN model achieved an accuracy of 92% on the labeled validation dataset, with a mean F1 score of 0.79 and a weighted mean F1 score of 0.92. For generalization testing, an uncontrolled (wild) dataset consisting of 223 images collected from online sources was used, resulting in an accuracy of 11%, indicating limited real-world generalization due to domain differences. Despite this limitation, the proposed system demonstrates the feasibility of CNN-based plant disease classification in a web application.
Why it matches plant phenotyping methodsCNNによる葉画像からの植物病害識別システムを開発し、検証データと野外データで性能評価しているため、植物の病害状態を推定する画像ベースのフェノタイピング手法が中心である。
abstractthis research aims to develop a web plant disease detection system using the Django framework and convolutional neural networks (CNNs).
Reproduction assets foundThe paper's CNN plant-disease model was trained primarily on the public Kaggle 'New Plant Diseases Dataset' (PlantVillage-derived, 54,528 images), which is a paper-specific, publicly available image dataset directly used for the study's phenotyping measurements. The Turmeric Plant Disease Dataset (Mendeley DOI 10.17632Dataset · public[23] Samir Bhattarai, “New Plant Diseases Dataset,” San Francisco, CA, USA, 2018. Accessed: Jun. 16, 2025.
[Online]. Available: https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-datasetOpen asset ↗Kaggle · vipoooool/new-plant-diseases-datasetpdf-page:15 lines:1-45Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Global food security is largely based on the accurate and timely diagnosis of crop diseases, where paddy rice is an extremely essential staple of more than half of the world population. The conventional disease identification techniques tend to be laborious, time consuming and demand a great deal of domain knowledge, which becomes a bottleneck in the efficient management of the farms. Although deep learning [and especially Convolutional Neural Networks (CNNs)] have demonstrated a spectacular performance in automated classification of diseases based on leaf images, they tend to overlook important contextual features that are implicitly processed by agronomic experts. The visual defects of a disease might be unclear and this can greatly differ depending on factors like the genetic variety of the plant and the stage of development. We overcome this shortcoming by proposing a new multi-modal deep learning framework, Multi-Modal Factorized Bilinear Pooling (MFBP) model which is capable of a more holistic and precise paddy health measurement. The proposed method is the only one that combines high-level visual information obtained using leaf images and related tabular information, namely the paddy type and number of days. The MFBP model uses Factorized Bilinear Pooling (FBP) rather than the simple feature concatenation which commonly loses the complex relationship between different data types. This systematic method efficiently encodes all the complex interactions between all components of the visual and tabular features vectors in such a way that helps the model to pick up subtle, context-specific patterns. As an example, it will only be possible to educate the model that a specific visual blemish is predictive of a given disease through a specific species at a specific age. We test our model on the Paddy Doctor: Paddy Disease Classification dataset, which is a detailed public dataset comprising of more than 10,000 labeled images and containing relevant metadata, and thus it forms a perfect testing bed to conduct multi-modal research. Through our detailed experiments, we have shown that the proposed MFBP model is much better than a baseline model based on concatenation fusion, which proves that deep, multiplicative interactions can be best modeled in this task. The findings highlight the massive possibilities of multi-modes AI in the development of more robust, more accurate, and more context-aware diagnostic instruments and precision agriculture to enable more sustainable and productive agricultural activities.
Why it matches plant phenotyping methods葉画像とメタデータを統合してイネの健康状態・病害を推定する新規深層学習手法を提案し、ベースライン比較で検証しているため、植物フェノタイピング手法が中心である。
abstractWe overcome this shortcoming by proposing a new multi-modal deep learning framework, Multi-Modal Factorized Bilinear Pooling (MFBP) model which is capable of a more holistic and precise paddy health measurement.
Reproduction assets foundThe paper's phenotyping inputs are the public Kaggle 'Paddy Doctor: Paddy Disease Classification' dataset (10,407 leaf images with tabular metadata for variety and age), explicitly named in the Data Availability statement with a persistent public URL. No author analysis code, trained models, or checkpoints are reportedDataset · publicThe datasets used and/or analysed during the current study are publicly available in the
“Paddy-doctor: paddy disease classification” repository at the following persistent
URL: https://www.kaggle.com/datasets/vbookshelf/paddy-disease-classification.Open asset ↗Kaggle · vbookshelf/paddy-disease-classificationpdf-page:20 lines:1-74Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Cotton, a critical global cash crop, faces significant challenges in disease detection due to wetland conditions and climate-change inconsistency. This work presents a Cotton Crop Disease Detection Model that integrates an EfficientNet--Convolutional Neural Network (CNN) architecture with the Temporal Logic of Actions (TLA+) for formal verification. The proposed model ensures accurate disease classification while providing formal verification for correctness, reliability, and availability. The EfficientNet--CNN demonstrates robust performance in identifying multiple disease conditions, including aphids, armyworms, and bacterial blight, achieving an overall weighted accuracy of 94%, with macro-average scores of 0.94 for precision, recall, and F1-score. Class-specific performance shows an F1-score of 97% for armyworms and 96% for powdery mildew. The TLA+ formal verification validates the model's compliance with disease-monitoring requirements, ensuring correctness, reliability, and availability in real-world industrial applications. This integrated framework enhances cotton crop disease detection and supports sustainable, technology-driven agricultural practices.
Why it matches plant phenotyping methods綿花の病害状態を画像ベースのCNNで分類する手法を開発・検証しており、植物の状態推定が中心的な技術貢献である。
abstractThis work presents a Cotton Crop Disease Detection Model that integrates an EfficientNet--Convolutional Neural Network (CNN) architecture with the Temporal Logic of Actions (TLA+) for formal verification.
Image processing plays a vital role in precision agriculture by enabling automated disease detection and crop health monitoring. This research presents a novel Hybrid Vision Transformer with Dense Attention Capsule Network (HVT-DACapNet) model for accurate cotton plant disease detection. The proposed framework integrates Adaptive Wavelet Transform Filtering (AWTF) for noise removal while preserving disease-related features. A Hybrid Vision Transformer (HVT) is employed to extract both local spatial patterns and global contextual dependencies, and the Dense Attention Capsule Network (DACapNet) captures hierarchical spatial relationships with an attention mechanism that emphasizes infected regions. In addition, a hybrid optimization strategy combining Mayfly and Aquila Optimization (HMAO) is used to fine-tune model hyperparameters for improved convergence. The model is evaluated on a publicly available Kaggle cotton leaf disease dataset containing healthy leaves and multiple disease categories including Target Spot, Powdery Mildew, Bacterial Blight, Army Worm, and Aphids, using a 70:15:15 train-validation-test split under the simulation setup and hyperparameter configuration described in the manuscript. The proposed HVT-DACapNet achieves an F1-score of 99.68%, sensitivity of 99.68%, specificity of 98.89%, and an overall accuracy of 99.79%, outperforming existing models such as ConvLSTM-ZOA, GOA, SFO, Inception-V3, and VGG-16.
Why it matches plant phenotyping methods綿花葉の画像から病害状態を推定する深層学習手法を新規開発し、公開データセットで性能評価しているため、植物フェノタイピング手法が中心である。
abstractThis research presents a novel Hybrid Vision Transformer with Dense Attention Capsule Network (HVT-DACapNet) model for accurate cotton plant disease detection.
Reproduction assets foundThe paper's only qualifying asset is the public Kaggle Cotton Plant Disease Dataset used as the input image dataset for all experiments. The authors' code is explicitly not publicly available (institutional restrictions), with only a supplementary algorithm document and on-request implementation details.Dataset · publicthodological workflow of the proposed model. Additional
implementation details may be made available from the corresponding
author upon reasonable request for academic and non-commercial
research purposes.
Data Availability-The datasets generated and/or analysed during the
current study are available in the Kaggle repository,
https://www.kaggle.com/datasets/dhamur/cotton-plant-disease
Author’s contribution – G.Neelavathi– Research proposal –
construction of the workflow and model – Final Drafting– Survey of
Existing works – Improvisation of the proposed model;
Dr.K.Venkatasalam – Initial Drafting of the paper – Collection of
datasets and choice of their suitability – Formulation of pseudOpen asset ↗Kaggle · dhamur/cotton-plant-diseasepdf-raw-page:39 lines:1-42Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
TomatoMultimodalLeafClassificationStress / disease detectionStress response / tolerancePlant / canopy temperature
Wearable plant sensing systems for simultaneous biochemical and physical monitoring with real-time multimodal data analysis remain limited. Here, we present PhytoClip, a multimodal wearable patch that continuously monitors leaf temperature, humidity, three volatile organic compounds (VOCs) with high selectivity, and microenvironmental light intensity and CO2 concentration. PhytoClip features a bookmark-inspired design for secure attachment to leaves of diverse morphologies, supported by a flexible printed circuit board for data acquisition, wireless communication, and cloud-based monitoring. We develop PhytoSense, an open-source machine learning (ML) framework for sensor importance ranking, multi-stress classification, and early stress detection. The integrated PhytoClip-PhytoSense platform detects and classifies nine biotic and abiotic stresses in tomato plants with 92% accuracy. Notably, P. infestans on tomato was detected within 15.5 h post-inoculation, earlier than quantitative polymerase chain reaction (qPCR) (~4 days) and visual phenotyping (~7 days), highlighting the potential of integrating multimodal wearable sensing and online ML for precision agriculture.
Why it matches plant phenotyping methods植物の葉に装着するマルチモーダルセンサーとオンラインMLによるストレス・病害状態の取得および分類が研究の中心であり、植物フェノタイピング手法として明確に該当する。
abstractWe develop PhytoSense, an open-source machine learning (ML) framework for sensor importance ranking, multi-stress classification, and early stress detection.
Crop leaf diseases cause 10–40% annual yield losses, yet timely field diagnosis remains difficult. Vision-language models (VLMs) lift recognition accuracy with rich textual descriptions, but multimodal pipelines are too slow for real-time field use because they require text processing at inference. We present MTL-AWL, a framework built on a training–inference asymmetry: VLM text serves as privileged training-time supervision, and two coupled mechanisms—one retaining VLM semantics in the image encoder and one exploiting them—enable image-only deployment at multimodal accuracy. A modal-dropout strategy (p=0.6) intermittently masks the VLM text sequence during training, forcing the image encoder to retain cross-modal representations independently. An adaptive multi-task loss jointly optimizes InfoNCE contrastive alignment, attention diversity, and modality consistency under learnable softmax weights, consistently converging to a dominant contrastive weight (55% on soybean, 68% on PlantDoc)—identifying cross-modal alignment as the primary mechanism of VLM knowledge transfer. At inference, the model reaches 818 FPS (3.7× faster than multimodal methods) at only 0.41% accuracy cost, attaining 99.30%/98.89% (multimodal/image-only) on soybean and 72.65%/68.80% on PlantDoc—compact enough for real-time, offline field screening.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定する画像ベース手法を開発し、複数データセットで精度・速度を評価しており、フェノタイピング手法が中心である。
abstractWe present MTL-AWL, a framework built on a training–inference asymmetry: VLM text serves as privileged training-time supervision, and two coupled mechanisms—one retaining VLM semantics in the image encoder and one exploiting them—enable image-only deployment at multimodal accuracy.
Reproduction assets foundThe paper's Data Availability Statement links a public Dryad DOI for the soybean leaf disease image dataset used in the study's phenotyping/recognition experiments. No author code or model release is stated.Dataset · publicThe datasets utilized in this study are openly accessible. The soybean dataset is available at https://doi.org/10.5061/dryad.41ns1rnj3 .Open asset ↗Dryad · 10.5061/dryad.41ns1rnj3lines:441-459Plant phenotyping relevance match · UnverifiedOpenAlex · Crossref · checked 11 Sept 2026
Melon (Cucumis melo L.) is a globally significant horticultural crop, characterized by high nutritional value and substantial commercial status. However, frequent outbreaks of powdery mildew severely threaten its yield and fruit quality. Current early detection methods primarily focus on detached leaf assays, which often lack sufficient model generalization. This study proposes a temporal 3D multispectral point cloud reconstruction method for melon plants by integrating multispectral imaging with 3D reconstruction technology. An Artificial Neural Network (ANN) model for 3D spatial light field distribution was developed based on a hemispherical white reference to achieve precise reflectance calibration of the multispectral point clouds. Post-calibration, the coefficient of variation (CV) for the spectral reflectance of the hemispherical reference in 3D space was reduced to less than 2.4%. On this basis, an early classification model for melon powdery mildew was constructed using Partial Least Squares Discriminant Analysis (PLS-DA) based on the mean reflectance spectra of individual plant point clouds. The results demonstrate that the average recognition accuracy reaches 85.94% from 4 days post-inoculation onwards, enabling disease early warning three days in advance. This research provides critical theoretical support and technical reference for the non-destructive early monitoring and precision smart plant protection of crops in facility agriculture.
Why it matches plant phenotyping methodsメロン個体の病徴状態を対象に、時系列3Dマルチスペクトル点群の再構成・反射率校正と早期病害分類を開発しており、植物表現型取得手法が中心である。
abstractThis study proposes a temporal 3D multispectral point cloud reconstruction method for melon plants by integrating multispectral imaging with 3D reconstruction technology.
The paper discusses the preparation of experimental data used to measure the biopotentials of Novosibirskaya 41 wheat seedlings exposed to elevated and lowered temperatures, in order to conduct phenotyping of these plants using cluster analysis. It is noted that such a preparation is necessary for long-term experimental studies that take several calendar days (up to 10 or more), during which metabolic changes in seedling samples occur, affecting their biopotential values. The paper is based on experimental data obtained in 2020 and 2022 and their regression analysis, as reported in [13]. The results of changes in seedling biopotentials depending on their age are briefly described, and an algorithm for calculating corrective biopotential values for each magnification level of the objects is provided. Statistical regressions of changes in biopotential values depending on the need to preserve seedlings of these wheat varieties were obtained. This allowed the development of an algorithm for correcting the initial average biopotentials for these conditions without preliminary regression analysis of the data. Two data sets were generated for assessing the phenotype of the objects: the original data set, obtained through primary processing of changes in these seedling biopotentials under exposure to elevated and lowered temperatures, and the corrected data set, in the partial parameter (smax.c.) of the maximum filtered centered value (cf) of the wheat seedling biopotentials under these conditions. Plant phenotyping was performed based on the data sets using the original Eclaster program, which implements this methodical spectral clustering from the sklearn.cluster library in the Python programming environment. The clustering results presented in the form of a scatterplot demonstrate improved cluster separation for the corrected data.
Why it matches plant phenotyping methods小麦幼苗のバイオポテンシャルを用いた表現型評価のため、データ補正アルゴリズムとクラスタリング解析プログラムを開発・適用しており、表現型取得・抽出手法が研究の中心である。
abstractThe paper discusses the preparation of experimental data used to measure the biopotentials of Novosibirskaya 41 wheat seedlings exposed to elevated and lowered temperatures, in order to conduct phenotyping of these plants using cluster analysis.
Plant leaf disease classification is essential in the agriculture industry, and recent advances in deep learning (DL) and machine learning (ML) have resulted in numerous approaches for detecting and classifying diseases using plant images. However, traditional diagnosis methods rely on human expertise and remain time-consuming and labor-intensive. To address this issue, the proposed system introduces a novel approach, Enhanced Hybrid Vision Transformer with Zero-shot learning classification (EHVZSC), for plant species identification. The method combines the strengths of Vision Transformers (ViT) and Zero-Shot Learning, enabling accurate classification of unseen classes without additional training data. The proposed approach leverages ViT to learn robust image representations, which are then used to generate a set of prototypes for zero-shot classification. Evaluated on the Plant Village dataset The model was trained with 50 epochs, a batch size of 32, and a learning rate of 0.0001 because these parameters provided stable convergence without overfitting, the proposed EHVZSC model achieves state-of-the-art performance with reduced data requirements, improving testing accuracy by up to 15 %, sensitivity by up to 10 %, specificity by up to 10 %, F1-score by up to 12 %, and ROC performance by up to 25 % over existing methods, while attaining 95.7 % accuracy, 97.8 % sensitivity, 95.0 % specificity, and a 96.45 % F1-score, demonstrating its superior ability to capture fine-grained disease features through attention-enhanced representation learning and robust zero-shot adaptability.
Why it matches plant phenotyping methods植物葉画像から病害状態を分類する新規Vision Transformer/ゼロショット手法の開発と性能評価が中心であり、植物病害フェノタイピング手法に該当する。
abstractthe proposed system introduces a novel approach, Enhanced Hybrid Vision Transformer with Zero-shot learning classification (EHVZSC), for plant species identification.
A booming population around the world raises the concern of shortages of food resources in this new era. Thus, monitoring and managing crop production is extremely essential, especially rice crops, as they are the fundamental food source for most countries. Several challenges need to be addressed in this case, such as the classification of farmland from various land usages, precise monitoring of rice seedlings, and segmentation of rice growth. By leveraging advanced technologies such as drone imagery and machine learning, this paper proposed a new integrated pipeline for rice field classification and growth monitoring: a combination of convolutional neural networks (CNNs), You Only Look Once (YOLO), and modified U-Net models. These models were used in stages, specifically for paddy field classification, rice seedling detection, and rice growth segmentation. Substantial measurements and analysis have been carried out to verify the performance of the proposed system, including an accuracy of at least 85%, low classification/segmentation loss below 0.35, and high detection recall above 0.9. Thus, the findings highlight how combining different machine learning models with aerial photography can revolutionise conventional farming methods for better efficacy.
Why it matches plant phenotyping methodsドローン画像とCNN・YOLO・改良U-Netを統合し、イネ苗の検出および生育セグメンテーションを行う技術パイプラインが中心で、性能検証も実施している。農地分類は除外対象になり得るが、植物の生育状態を直接抽出する手法部分が十分に実質的である。
abstractThese models were used in stages, specifically for paddy field classification, rice seedling detection, and rice growth segmentation.
Abstract Satellite-based prediction of grain protein concentration (GPC) in wheat typically relies on spectral observations composited over fixed calendar windows, implicitly assuming phenological synchrony across fields. This study tests whether aligning multi-source remote sensing time series to field-specific phenology-based windows improves field-level GPC prediction. We integrated Sentinel-2 multispectral imagery (32 vegetation indices, 10 spectral bands), ERA5-Land meteorological reanalysis, gSSURGO soil properties, and USGS 3DEP topographic data, and systematically compared six temporal strategies, the factorial combination of two normalization approaches (peak-relative vs.\calendar) and three resolutions (monthly, biweekly, growth stages), across 228 commercial winter wheat fields in western Kansas (2024--2025). Three ensemble tree models (Random Forest, XGBoost, LightGBM) were trained under nested cross-validation with Boruta feature selection. Peak-relative monthly normalization achieved the highest accuracy (\((R^2 = 0.304 \pm 0.051)\), RMSE \((= 1.11)\)%), explaining an additional 5.1% of variance compared with the best calendar strategy (\((R^2 = 0.253)\)). A single 30-day post-peak window (M\((+)\)1, \((\sim)\)15--45 days after maximum canopy greenness) carried more predictive information than any broader aggregation. SHAP analysis identified topsoil organic matter, SWIR-based senescence indices (NBR2, MIRBI), and grain-filling temperature as the most influential predictors. Three-class quality classification reached 47--49% accuracy (versus 33.3% by chance), indicating practical utility for early grain segregation. While demonstrated for wheat GPC, the framework is transferable to other crop traits with temporally concentrated satellite signals, particularly those tied to specific developmental stages. The results highlight phenological alignment as a generalizable strategy for trait prediction from Earth observation data.
Why it matches plant phenotyping methods衛星リモートセンシング時系列を用いた小麦粒タンパク質濃度予測のため、フェノロジー整列と複数の時間集約戦略を体系的に比較・検証しており、植物形質推定手法が研究の中心である。
abstractThis study tests whether aligning multi-source remote sensing time series to field-specific phenology-based windows improves field-level GPC prediction.
Reproduction assets foundThe paper's data availability statement releases a de-identified field-level GPC dataset alongside a public authors' code repository (Ciampitti-Lab WheatGPCPipeline) implementing the data-acquisition, feature-engineering, and modeling pipeline. Both are paper-specific, public, and actionable.Code · publicthe figure-generation scripts is available at https://github.com/Ciampitti-Lab/Open asset ↗pdf-page:48 lines:1-55Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Published24 Jun 2026RECIMA21 - Revista Científica Multidisciplinar - ISSN 2675-6218Cited by 0 · OpenAlex ↗
O uso de rizobactérias promotoras de crescimento de plantas (RPCPs) apresenta-se como alternativa sustentável para a agricultura, porém a predição de seus efeitos envolve múltiplas variáveis. Este trabalho teve como objetivo desenvolver um aplicativo móvel apoiado por aprendizado de máquina para análise preditiva do impacto de RPCPs no crescimento de arroz. A metodologia abrangeu quatro fases: levantamento de requisitos com especialista, análise exploratória de uma base de dados com 6.038 registros experimentais, desenvolvimento e avaliação de modelos de classificação e implementação do sistema. Foram comparados os algoritmos KNN, Random Forest e XGBoost, sendo este último selecionado por apresentar maior acurácia (0,945) e menor desvio padrão (0,010) na validação cruzada. A arquitetura Cliente-Servidor integrou um aplicativo Android em Kotlin com Jetpack Compose a uma API RESTful em FastAPI, operando em duas modalidades: não destrutiva, baseada em medições de campo, e destrutiva, com métricas de biomassa seca. Os resultados indicam que a ferramenta pode auxiliar a tomada de decisão ao reduzir a necessidade de coletas destrutivas em determinadas situações, contribuindo para práticas agrícolas mais sustentáveis.
Why it matches plant phenotyping methodsイネの生育影響という植物形質を、非破壊測定および乾物バイオマスから機械学習で予測するアプリケーションの開発・評価が研究の中心であり、単なる生育実験ではない。
abstractdesenvolver um aplicativo móvel apoiado por aprendizado de máquina para análise preditiva do impacto de RPCPs no crescimento de arroz
Manually counting sunflower seeds on capitula is labor-intensive, requiring approximately one person-hour per head, and can be inconsistent for densely packed heads. Existing phenotyping approaches often depend on laboratory-based equipment, limiting their accessibility. In this study, we developed a benchtop image-based pipeline for rapid, non-destructive estimation of developed and aborted seeds on intact dried sunflower heads. A dataset of 1093 sunflower capitula was imaged under fixed indoor lighting, and individual seeds were annotated as developed or aborted. A YOLOv8m one-stage object detector was trained and evaluated using a counting-focused protocol, in which a single confidence threshold was selected on the validation set and then applied unchanged to an independent test set of 109 images. The baseline model was compared with recent YOLO variants and different augmentation strategies. On the test set, the model achieved a mean absolute count error of 61.3 seeds per image, a mean relative error of 12.0%, and an mAP50 of 0.18 at the locked confidence threshold of 0.15. Only 13.8% of test images had relative errors below 2%. Larger YOLO models and augmentation variants did not improve performance. These findings show that the proposed system provides approximate, non-destructive seed-count estimation under controlled imaging conditions, while highlighting the need for improved localization in dense regions and domain adaptation for fresh heads or field conditions. The annotated dataset and trained model weights are made available to support reproducible research.
Why it matches plant phenotyping methodsヒマワリ頭花の発達・不稔種子数という植物形質を、画像取得とYOLOによる推定パイプラインで定量化する手法を開発・評価しており、方法が研究の中心である。
abstractwe developed a benchtop image-based pipeline for rapid, non-destructive estimation of developed and aborted seeds on intact dried sunflower heads.
Reproduction assets foundThe authors state the source code is available on GitHub and the CVAT-annotated dataset is available via a public share link; the GitHub repository URL is explicitly provided and matches an allowed URL. The dataset link itself is not given, so only the code/checkpoint repository qualifies as an actionable public asset.Code · publicThe developed system is available as a Telegram bot [ 19 ] and the source code is available on GitHub [ 20 ]. The CVAT annotated dataset is available via a public share link.Open asset ↗lines:84-103Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Abstract Objective Minimizing crop losses through the early detection of plant diseases is vital for enhancing global agricultural efficiency. While deep learning has emerged as a promising solution, a significant gap exists between laboratory performance and practical, in-field utility. This study evaluates this discrepancy through a dual-methodological approach. Methods First, a tertiary systematic literature review was conducted, synthesizing 22 secondary reviews encompassing over 750 unique primary studies to establish the current state of the art. Second, an empirical validation was performed using a VGG16 transfer learning model trained on three distinct dataset types, which vary in scale (small vs. large), environment (laboratory vs. in-field), and condition (raw vs. pre-processed). Results The tertiary review identifies Convolutional Neural Networks, particularly VGG architectures, as the leading model but highlights a critical reliance on private and unrealistic datasets. Furthermore, the analysis reveals that Accuracy, the most common metric, is often insufficient for evaluating the imbalanced datasets typical of the field. Empirical results corroborate these findings, demonstrating that VGG16 performance is highly dependent on dataset characteristics; models perform significantly better on large, pre-processed laboratory data than on realistic in-field datasets. Conclusion These findings suggest that many current models remain inapplicable to real-world agricultural scenarios. To bridge this reality gap, future research must prioritize the development of open-source, standardized, and validated in-field datasets to ensure the reliability and scalability of automated disease detection systems.
Why it matches plant phenotyping methods植物病害を画像から検出する深層学習手法を体系的にレビューし、VGG16を異なるデータセット条件で実証評価しており、病害状態の取得・推定方法が中心である。
titleA tertiary systematic literature review and experimental evaluation of deep learning models for plant disease detection
Pearl millet is an important crop in arid regions, but its yield is reduced by foliar diseases like Downy Mildew and Rust. Traditional and deep learning methods struggle with accurate lesion detection, severity estimation, and robustness under complex field conditions, and often lack interpretability for practical agricultural deployment. To address these challenges, this study proposes the Adaptive Severity-Aware Swin Attention Network (ASA-SAN), an integrated framework designed for disease segmentation, classification, and severity estimation in pearl millet leaves. The proposed architecture combines a Swin Transformer encoder for hierarchical feature extraction with a ResUNet++ decoder for accurate lesion segmentation. This is further enhanced using Adaptive Channel Attention to improve feature discrimination and a dual-stream classification network to jointly capture local lesion characteristics and global contextual information. Additionally, an Adaptive Disease Severity Index (ADSI) is introduced to quantitatively assess disease progression based on lesion area ratio, color degradation, edge irregularity, and texture variations. Experimental evaluations conducted on a pearl millet leaf dataset demonstrate that the proposed method achieves a Dice score of 97.8%, IoU of 95.6%, classification accuracy of 98.3%, and F1-score of 98.2%, outperforming several state-of-the-art methods. Furthermore, Grad-CAM visualizations enhance model interpretability by highlighting disease-relevant regions. Overall, the ASA-SAN framework provides a robust, interpretable, and severity-aware solution for automated pearl millet disease analysis, enabling early detection and supporting precision agriculture practices for improved crop protection and yield optimization.
Why it matches plant phenotyping methods真珠粟葉の病斑を画像から分割・分類し、病害重症度を定量推定する手法を中心に開発・評価しているため、植物表現型計測手法として含める。
abstractAdditionally, an Adaptive Disease Severity Index (ADSI) is introduced to quantitatively assess disease progression based on lesion area ratio, color degradation, edge irregularity, and texture variations.
Reproduction assets foundThe paper's phenotyping inputs are drawn from a public, open-access image dataset: the Pearl Millet Leaf Disease dataset (Version 2) hosted on Roboflow Universe, containing annotated images of Downy Mildew, Rust, and healthy pearl millet leaves. This is a paper-specific, publicly available asset directly used for the作者Dataset · publicThe dataset used in this research was taken from the publicly available open-access Pearl
Millet Leaf Disease dataset hosted on Roboflow Universe, which has images of Downy
Mildew, Rust and healthy pearl millet leaves annotated publicly available [26]. To ensure
experimental consistency and reproducibility, all experiments were conducted with Version
2 of the open access dataset.Open asset ↗Roboflow Universepdf-raw-page:10 lines:1-28Code / dataset availability confirmedOpenAlex · Crossref · checked 15 Sept 2026
LeafScans-Orchard is a curated, multi-year RGB image dataset of orchard plant leaves designed to support research in computer vision, machine learning, and plant phenotyping. The dataset comprises 9708 high-quality leaf scans acquired during collection campaigns conducted between 2015 and 2025, covering seven orchard crop species: apple, pear, sweet cherry, sour cherry, plum, peach, and apricot. In total, the dataset includes 67 cultivar labels. All samples were acquired using flatbed scanning under controlled conditions on a uniform background, ensuring high visual consistency and minimal background variability. The original scans were captured at 1200 dpi and subsequently converted into a public release format at 300 dpi, stored as lossless TIFF images to preserve morphological and textural details. Each image corresponds to a single leaf and is organized in a hierarchical directory structure by species, cultivar, and acquisition year, accompanied by image-level metadata and aggregated species–cultivar–year counts. LeafScans-Orchard is suitable for plant species classification, cultivar recognition, leaf morphology analysis, texture analysis, and general visual feature extraction. In addition to the main release, a representative subset of 300 original 1200 dpi scans is provided to support high-resolution analyses. The dataset is particularly suited for fine-grained classification, morphology-driven analysis, and methodological studies under controlled imaging conditions.
Why it matches plant phenotyping methods果樹葉のRGBスキャン画像を収録した公開データセットで、植物フェノタイピングおよび葉形態解析を目的とする。標準化された画像取得と再利用可能なデータ構成が中心であり、フェノタイピング用データセットとして適格。
abstractLeafScans-Orchard is a curated, multi-year RGB image dataset of orchard plant leaves designed to support research in computer vision, machine learning, and plant phenotyping.
Reproduction assets foundThe paper's core asset is the LeafScans-Orchard dataset itself (9708 RGB leaf scans, 300 dpi TIFF release plus 1200 dpi subset, image-level metadata and summary counts), openly deposited on Zenodo with an explicit DOI and CC BY 4.0 license. This is a paper-specific, public, actionable phenotyping image dataset. No codeDataset · publicthe published version of the manuscript.
Funding: This research received no external funding.
Institutional Review Board Statement: Not applicable.
Informed Consent Statement: Not applicable.
Data Availability Statement: The dataset described in this article is openly available in Zenodo
as LeafScans-Orchard Dataset (v1.0.0) at https://doi.org/10.5281/zenodo.20187966 (accessed on
10 May 2026). The repository includes the 300 dpi image release, the 1200 dpi high-resolution subset,
image-level metadata, aggregated species–cultivar–year counts, and supporting documentation. The
complete archive of original 1200 dpi scans is retained locally by the authors but is not included in
the current pubOpen asset ↗Zenodo · 10.5281/zenodo.20187966pdf-raw-page:12 lines:1-46Plant phenotyping relevance match · UnverifiedEurope PMC · bioRxiv · checked 5 Sept 2026
Guava cultivation is considerably influenced by foliar and fruit diseases whose overlapping symptoms and environmental variability make accurate field-level diagnosis challenging. Numerous studies have been conducted to find efficient methods of diagnosing plant diseases, but most focus on image-level classification and do not include lesion localization or pixel-level segmentation of the images within a single framework of analysis. This study proposes a comprehensive framework for utilizing automated image analysis to classify guava leaf and fruit diseases at the image level, locate lesions, and segment lesions at the pixel level from multiple images of the same type of disease collected from various growing conditions. The dataset was enriched through three augmentation strategies including standard preprocessing, structured augmentation, and GAN-based synthetic image generation, expanding the effective training data to approximately 7,000 images, while a 5-fold cross-validation strategy guided model selection and final performance was assessed on a held-out test set. The experimental evaluation of multiple state-of-the-art Convolutional Neural Networks (CNNs) for the classification of guava leaf and fruit diseases indicated that the model generated using the ResNet50+DenseNet121 model fusion achieved the highest classification accuracy of 98.20%. For lesion detection and segmentation, YOLOv8-seg outperformed Mask R-CNN, achieving mAP@0.5 of 0.907 and 0.889, and mAP@0.5:0.95 of 0.783 and 0.769 for detection and segmentation, respectively, with a balanced precision–recall profile. The techniques of Explainable AI (XAI) were used to increase the transparency of this model by identifying areas in the image that are significant to the actual lesion. The framework was further designed with practical web-based deployment in mind, evaluating both lightweight and high-capacity models to balance computational efficiency against predictive accuracy. From this research, it was concluded that using model fusion, data augmentation, and segmentation-aware lesion detection would provide a solution for managing guava diseases effectively.
Why it matches plant phenotyping methodsグアバの葉・果実における病斑の分類、位置特定、画素レベル分割を自動化する画像解析フレームワークを開発・評価しており、植物の病害状態の表現型取得が研究の中心である。
abstractThis study proposes a comprehensive framework for utilizing automated image analysis to classify guava leaf and fruit diseases at the image level, locate lesions, and segment lesions at the pixel level
Agriculture is a critical sector for global food security, but plant diseases and nutrient deficiencies remain major challenges that reduce crop yield and economic returns for farmers. Traditional diagnosis methods depend on manual observation and expert intervention, which are often time-consuming, subjective, and inaccessible in remote regions. This paper presents an intelligent crop health analysis system that automates the detection of plant diseases and nutrient deficiencies using a hybrid deep learning framework. The proposed approach integrates Convolutional Neural Networks (CNNs) for feature extraction and classification with Generative Adversarial Networks (GANs) for synthetic image generation and dataset augmentation. The CNN model learns discriminative features such as color variations, texture patterns, and lesion characteristics from leaf images, while the GAN enhances dataset diversity by generating realistic samples, thereby addressing class imbalance and limited training data. The system is trained on a dataset containing more than 55,000 leaf images across 32 classes and is deployed through a Flask-based web application. It supports two operational modes: Basic Mode for disease identification and Advanced Mode for comprehensive crop health assessment through the integration of CNN-based predictions and rule-based nutrient analysis. Experimental results demonstrate improved classification performance, robustness, and scalability under real-world conditions. Additionally, the multilingual user interface enhances accessibility for farmers from diverse linguistic backgrounds. The proposed system provides an effective and practical solution for early crop health monitoring, enabling timely intervention, reducing dependency on agricultural experts, and contributing to increased agricultural productivity and sustainable farming practices.
Why it matches plant phenotyping methods葉画像から植物病害と栄養欠乏を推定するCNN・GAN手法と運用システムが研究の中心であり、植物の病徴・健康状態を直接評価する画像ベース表現型計測に該当する。
abstractThis paper presents an intelligent crop health analysis system that automates the detection of plant diseases and nutrient deficiencies using a hybrid deep learning framework.
The emergence of multimodal large language models (MLLMs) is opening a new avenue for explainable and interactive intelligent diagnosis in agriculture. However, generic MLLMs still face two major obstacles in plant disease recognition-insufficient fine-grained visual perception and misalignment between visual and linguistic features-which jointly limit diagnostic accuracy. To address these issues, we propose a Qwen2.5-VL-based full-chain fine-tuning framework termed dual-side synergistic low-rank adaptation. Unlike the mainstream paradigm that freezes the vision encoder, our method injects trainable LoRA adapters into both the vision encoder and the large language model, while establishing end-to-end gradient backpropagation across the entire multimodal pipeline. By using the supervision signal from autoregressive text generation (text-supervised visual learning), the framework directly drives deep optimization of visual representations, thereby enabling coordinated alignment between pixel-level perception and semantic-level understanding. We trained Qwen over CDDM and conducted in-domain (CDDM) and cross-domain (PlantVillage) experiments. The results show that the proposed 7B-parameter model achieves 98.8 and 96.0% diagnostic accuracy under in-domain and cross-domain scenarios, respectively. The recognition accuracy of Qwen in the case of cross-domain only decreases slightly, which demonstrates that the MLLM trained by our method exhibits excellent cross-domain recognition capability. This indicates that our method can significantly improve the robustness and generalization ability of MLLM in complex agricultural scenarios.
Why it matches plant phenotyping methods植物画像から病害状態を診断するMLLMのファインチューニング手法を開発し、ドメイン内外で精度検証しているため、植物フェノタイピング手法が中心である。
The robust Dutch rose, also known as the Rosa hybrida is distinguished by its vibrant colors, superior product quality, and extended vase life. These rose varieties, originating from Netherlands, have proven highly successful in Indian agricultural conditions and the international export industry. The dataset consists of a total of 1,995 high resolution petal image collected during this research, encompassing petal color categories, such as red, yellow, white, pink, purple, orange, bi-color, and multi-color, as well as health statuses including fresh, dry, and diseased petals. The primary purpose of this dataset is to support machine learning activities in agriculture and specifically for tasks such as automatic petal health evaluation and rose variety categorization. Although the rose flower is scientifically rich and has a wide range of industrial uses, it has not been given much attention in machine learning, especially when compared to other plant-based datasets. This study adds to the accuracy of quality assessment through the use of modern computer vision and machine learning methods, thus helping the agriculture sector, rose-based edible product making, and flavor development industries.
Why it matches plant phenotyping methodsバラ花弁画像データセットの構築と、花弁の健康状態・色分類による植物状態評価が研究の中心であり、画像ベースの表現型計測データセットに該当する。
abstractThe dataset consists of a total of 1,995 high resolution petal image collected during this research, encompassing petal color categories, such as red, yellow, white, pink, purple, orange, bi-color, and multi-color, as well as health statuses including fresh, dry, and diseased petals.
Reproduction assets foundThe paper's own rose petal image dataset is publicly deposited on Mendeley Data, and the authors' validation/metadata scripts are publicly available on GitHub. Both are paper-specific, public, and actionable.Dataset · publicThe RoseVisuals dataset is publicly available on Mendeley Data at Direct URL to data: https://data.mendeley.com/datasets/f44jwtbfjg/5. Data Identification Number: 10.17632/f44jwtbfjg.5. Repository Name: RoseVisuals.Open asset ↗Mendeley Data · 10.17632/f44jwtbfjg.5html-lines:246-284Code · publicThe RoseVisuals codebase, comprising all validation scripts, is publicly available on GitHub Repository at https://github.com/Arya-S14/RoseVisuals-Validation-Doc.Open asset ↗GitHubhtml-lines:246-284