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-18Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
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-34Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
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-38Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
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-22Code / dataset availability confirmedCrossref · checked 15 Sept 2026
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-59Code / dataset availability confirmedCrossref · checked 11 Sept 2026
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-23Code / dataset availability confirmedOpenAlex · arXiv · checked 5 Sept 2026
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-2163Code / dataset availability confirmedOpenAlex · Europe PMC · bioRxiv · checked 14 Sept 2026
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-69Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
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-119Code / dataset availability confirmedEurope PMC · Crossref · checked 15 Sept 2026
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-87Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-1076Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
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-116Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-55Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
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-1162Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
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-103Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published11 Aug 2026Engineering, Technology & Applied Science ResearchCited by 0 · OpenAlex ↗
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-63Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
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-597Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
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-1474Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
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-616Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-565Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
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-409Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-186Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published1 Aug 2026International Journal of Advances in Data and Information SystemsCited by 0 · OpenAlex ↗
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-52Code / dataset availability confirmedCrossref · checked 14 Sept 2026
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-60Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
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-974Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
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-497Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
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-1047Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-124Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-274Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published23 Jul 2026Journal of Intelligent Decision Making and Information ScienceCited by 0 · OpenAlex ↗
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-23Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-81Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-74Code / dataset availability confirmedEurope PMC · Crossref · checked 5 Sept 2026
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-57Code / dataset availability confirmedCrossref · checked 14 Sept 2026
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-375Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
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-576Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-568Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-66Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
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.
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-703Code / dataset availability confirmedEurope PMC · Crossref · checked 5 Sept 2026
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-51Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-74Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-669Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
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-40Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
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-54Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
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-97Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-251Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-131Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published1 Jul 2026International Journal of IoT, Embedded Systems and Industrial AutomationCited by 0 · OpenAlex ↗
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-57Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published30 Jun 2026International Journal for Research in Applied Science and Engineering TechnologyCited by 0 · OpenAlex ↗
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-44Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-33Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-710Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
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-58Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-29Code / dataset availability confirmedCrossref · checked 14 Sept 2026
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-74Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
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-42Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
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-459Code / dataset availability confirmedEurope PMC · Crossref · checked 6 Sept 2026
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-55Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-103Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
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-46Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
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-284Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Plant diseases cause 20-40% annual crop losses worldwide, yet conventional detection methods remain slow, subjective, and inaccessible to smallholder farmers. This work presents GreenAid, an end-to-end plant disease detection and management system that bridges the gap between laboratory-level deep learning performance and practical agricultural deployment. The system integrates a confidence-weighted ensemble of three CNN architectures (VGG16, ResNet50, InceptionV3), fused through per-class F1-score reliability weights, with a cross-platform mobile application supporting offline inference via TensorFlow Lite, a web-based analytics dashboard, and an NLP-powered chatbot. On the PlantVillage benchmark (87,000 images, 38 classes, 14 species), the ensemble achieves 98.74% accuracy and 98.48% F1-score. Systematic comparison of six fusion strategies confirms that per-class F1 weighting outperforms alternatives including majority voting, simple averaging, and stacking. The INT8-quantised deployment model (78 MB, 127 ms on a mid-range smartphone) retains 98.43% accuracy with per-class analysis confirming disproportionate impact on the five most challenging categories. All pairwise model comparisons are validated by McNemar's test ([Formula: see text]). The primary contribution is the complete, reproducible integration of competitive classification, edge deployment, and an end-to-end agricultural delivery pipeline (mobile application, web dashboard, and NLP chatbot) rather than the ensemble mechanism itself.
Why it matches plant phenotyping methods植物画像から病害状態を推定する深層学習手法の開発・比較検証と、モバイル実装が中心であり、植物病害フェノタイピング手法として適格。
abstractThis work presents GreenAid, an end-to-end plant disease detection and management system
Reproduction assets foundThe paper's plant-disease phenotyping analysis is built on the public PlantVillage dataset (87,000 leaf images, 38 classes), which the authors explicitly state is publicly accessible via Kaggle. No authors' analysis code, trained models, or checkpoints are released with an explicit public URL in the supplied blocks.Dataset · publicThe dataset used in this study is the publicly available PlantVillage dataset, accessible via Kaggle at:Open asset ↗Kagglelines:270-340Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Sapodilla (Manilkara zapota), or chickoo, is a key tropical fruit, very popular in India, Mexico, and Thailand, as it is nutritionally and economically valuable. Nonetheless, the production of sapodillas is often affected by several diseases, which reduce fruit quality and quantity. The dataset used in this paper is a sapodilla fruit image dataset, comprising 1,518 images, gathered in the field under the practicing conditions on 18 February 2025, 22 February 2025, in Rahu village, Pune district, Maharashtra, India, with the use of smartphone cameras. The data is sorted into four categories, namely: Anthracnose, Bacterial rot, Healthy, and Sap bleeding. The photographs were taken in different backgrounds and in different lighting conditions to represent real-life cultivation conditions. The data is expected to be useful in machine learning-based plant disease detection, classification, and analysis, and spur the creation of intelligent and sustainable agricultural systems.
Why it matches plant phenotyping methodsサポディラ果実の病害・健全状態を画像で記録したデータセット自体が中心で、植物病害の画像ベース表現型解析に利用できる。
titleA curated image dataset for sapodilla fruit (Manilkara zapota) disease and fruit quality analysis.
Wheat (Triticum aestivum L.) is a staple crop of paramount importance to global food security; however, its productivity is significantly compromised by foliar diseases. Conventional diagnostic approaches, relying on manual observation or laboratory analyses, are often labor-intensive and susceptible to inaccuracies. While recent advancements in deep learning present promising avenues for automated disease detection, persistent challenges such as limited annotated datasets, environmental heterogeneity, and model generalization continue to hinder optimal performance. This study proposes a novel hybrid deep learning model called HybridViT, which combines ConvNeXt and Vision Transformer (ViT) architectures with the Convolutional Block Attention Module (CBAM) to improve the classification of wheat leaf diseases. While ConvNeXt ensures local feature extraction and ViT provides global contextual understanding, CBAM dynamically highlights the most discriminative features. Additionally, the Contrast Limited Adaptive Histogram Equalization (CLAHE) method is employed to enhance the visibility of disease symptoms in low-contrast leaf images. Unlike conventional hybrid CNN-Transformer approaches that rely on static feature concatenation, the proposed model employs an adaptive gated fusion mechanism to dynamically balance local and global feature representations. The fused features are further refined using a lightweight CBAM module to enhance discriminative capability. Additionally, Contrast Limited Adaptive Histogram Equalization (CLAHE) is applied to improve feature visibility under varying illumination conditions. Evaluated on three different datasets obtained under both controlled and field conditions, HybridViT achieved 100% accuracy on balanced datasets and 99.10% accuracy on complex images captured in real-world conditions, surpassing existing methods. Furthermore, a 5-fold cross-validation strategy yielded an average accuracy of 99.04% ± 0.22, demonstrating the model's robustness and stability across different data splits. The results demonstrate the model's robustness against environmental noise, lighting variations, and class imbalance. This approach, which enables early and accurate disease diagnosis, supports sustainable agricultural practices, reduces pesticide use, and contributes to global food security.
Why it matches plant phenotyping methods小麦葉の病徴を画像から分類する深層学習手法を開発・検証しており、植物病害状態の取得・推定が研究の中心です。
abstractThis study proposes a novel hybrid deep learning model called HybridViT, which combines ConvNeXt and Vision Transformer (ViT) architectures with the Convolutional Block Attention Module (CBAM) to improve the classification of wheat leaf diseases.
Reproduction assets foundThe paper evaluates HybridViT on three public wheat leaf disease image datasets from Kaggle, cited in the reference list with explicit URLs. These are the paper-specific image inputs used for its disease-classification measurements. No author analysis code, trained model checkpoints, or supplementary code deposit is披露dDataset · publicAvailable: https://www.kaggle.com/datasets/olyadgetch/wheat-leaf-datasetOpen asset ↗Kaggle · olyadgetch/wheat-leaf-datasetpdf-page:51 lines:1-64Dataset · public[78] J. Jayaprakash, “Wheat Leaf Disease,” Kaggle. Accessed: May 1, 2026.
[Online]. Available:
https://www.kaggle.com/datasets/jayaprakashpondy/wheat-leaf-diseaseOpen asset ↗Kaggle · jayaprakashpondy/wheat-leaf-diseasepdf-page:51 lines:1-64Dataset · public[79] S. Kumar, “Multiple Plant Diseases Dataset,” Kaggle. Accessed: May 1, 2026.
[Online]. Available:
https://www.kaggle.com/datasets/samareshkumar/multipleplantdiseasesOpen asset ↗Kaggle · samareshkumar/multipleplantdiseasespdf-page:51 lines:1-64Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
The global food security is severely threatened by various bacterial and fungal diseases that significantly degrade the quality, yield and productivity of wheat crop. This increases the need for an accurate and efficient system to improve wheat yield and mitigate these losses by enabling early intervention. The dataset used in this research comprises of 10,000 images from brown rust, yellow rust, powdery mildew, loose smut diseases and healthy wheat plants. The existing neural networks, ensembling and transformer-based models used for classifying wheat diseases are limited by high computational resource requirements that leads to inefficient feature extraction. These challenges are addressed by proposing a customized, lightweight and optimized Swin-Streamlined High Accuracy and Reduced Parameters (Swin-SHARP) transformer, a lightweight and optimized transformer model that enhances feature extraction while significantly reducing computational overhead. In particular, Swin-SHARP results in 82.5% reduction (48.9M to 8.5M parameters), making it an attractive solution for resource-constrained environments. The extracted features are further optimized by integrating the Swin-SHARP transformer with boosted Model-Agnostic Meta-Learning (MAML) and a weighted ensembling strategy to enhance generalization and classification accuracy. Our proposed model achieves a remarkable 98.1% accuracy, significantly outperforming existing CNN-based solutions, ensemble approaches, transformer, and deep learning models. We also cross-validated our proposed model on an unseen wheat plant diseases dataset, achieving 95.57% accuracy. Our proposed model is also compared against prominent models such as Inception-v3, ResNet-18, and VGG-16, which outperforms them by 1.6%, 1.7%, and 2.6%, respectively. The comparison with existing state-of-the-art models, including Sequential CNN, SGDR-S, Inception-v3, Cereal Conv, Darknet-53 CNN, EfficientNet B3, GLNet, CNN & SVM, Customized CNN, CaiT-YOLOv9 and MSFNet revealed that our method outperforms them by 0.6%, 5.8%, 5.3%, 0.75%, 2.8%, 2.68%, 1.42%, 1.3%, 3.31%, 3.29%, and 2.4% respectively. These results demonstrate the effectiveness and practicality of the Swin-SHARP transformer for wheat disease classification, particularly for real-time agricultural applications on mobile and embedded systems aimed at early disease detection and crop management.
Why it matches plant phenotyping methods小麦の病徴画像から植物の病害状態を推定する深層学習手法を開発し、別データセットで交差検証しており、植物表現型取得・判定が研究の中心である。
abstractproposing a customized, lightweight and optimized Swin-Streamlined High Accuracy and Reduced Parameters (Swin-SHARP) transformer
Reproduction assets foundThe paper's Data Availability Statement explicitly states that the authors' wheat disease dataset and analysis code are publicly available on GitHub (https://github.com/SWIN-SHARP/), which is a paper-specific, actionable asset. The paper also uses third-party public datasets (Zindi ICLR Workshop, Mundi, Watershed/GrabcCode · publicThe dataset and code used in this research have made publicly available on https://github.com/SWIN-SHARP/
SWIN-SHARP for reproducibility purposes.Open asset ↗SWIN-SHARPpdf-page:25 lines:1-104Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Introduction Wheat stem rust (Puccinia graminis f. sp. tritici) remains a major threat to wheat production worldwide. Detecting the disease at the pre-symptomatic stage is important for earlier warning and more timely management. Methods We evaluated hyperspectral imaging and deep learning for pre-symptomatic wheat stem rust detection using a time-series dataset collected at 4-9 days post inoculation (DPI 4-9). Seven representative deep learning models were compared across DPI stages. A weighted cross-entropy strategy was then applied to the three strongest models, and model interpretability was examined using input gradient analysis, SHAP attribution, and vegetation-index screening. Results The weighted optimization increased overall F1-scores by 10.0%-18.4%. At the pre-symptomatic stage, the best model achieved an F1-score of 0.94 at DPI 4 and 0.99 at DPI 5, enabling detection before visible symptom development at DPI 6-7. Across the interpretability analyses, the 480-550 nm blue-green region emerged as the main source of information for pre-symptomatic detection, whereas the 750-870 nm near-infrared region contributed more general information on disease presence. Discussion These results show that hyperspectral imaging paired with deep learning can support accurate pre-symptomatic detection of wheat stem rust under controlled experimental conditions and provide useful evidence for future field-scale studies of early disease warning.
Why it matches plant phenotyping methods小麦の病害状態をハイパースペクトル画像と深層学習で検出する方法が研究の中心であり、時系列評価・モデル比較・性能改善・解釈性分析を含むため、植物フェノタイピング手法として含める。
abstractWe evaluated hyperspectral imaging and deep learning for pre-symptomatic wheat stem rust detection using a time-series dataset collected at 4-9 days post inoculation (DPI 4-9).
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe data can be accessed at: https://drive.google.com/drive/folders/1vpKPlPw5uK5AnKctaE2oYCuOaRFX4-yN .Open asset ↗lines:787-847Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Accurate and timely identification of plant diseases along with their severity is critical for effective crop management and minimizing agricultural losses. While recent advances in deep learning have demonstrated high performance in plant disease classification, limited attention has been given to quantifying disease severity, which is essential for informed agronomic decision-making. To address this gap, this study proposes TomatoMTL, a unified multi-task learning framework for simultaneous disease classification and severity estimation of tomato leaf diseases from a single image. The proposed architecture employs a shared ResNet50-based convolutional backbone augmented with CBAM-based feature refinement, followed by task-specific branches for disease classification and severity prediction. Furthermore, a cross-task attention mechanism is introduced to enable interaction between disease-specific and severity-related features, thereby enhancing the robustness of severity estimation. To effectively leverage partially labeled data, a masking strategy is incorporated during training. Experimental evaluation on a publicly available tomato leaf disease severity dataset demonstrates that the proposed model achieves 97.85% disease classification accuracy and 77.66% severity prediction accuracy, outperforming state-of-the-art single-task classifiers including EfficientNetV2-S, ViT-B/16, and ConvNeXt-Tiny as well as existing multi-task learning baselines including Cross-Stitch Networks and MTAN. Comprehensive ablation studies confirm the individual contributions of CBAM, MixUp and CutMix augmentation, and the cross-task attention mechanism. Statistical significance analysis across five independent runs yields p-values less than 0.001 and Cohen's d greater than 14, establishing the reliability of the reported improvements. Quantitative localization analysis reveals that the model achieves 89.4% Pointing Game accuracy, confirming that attention maps focus on biologically meaningful disease regions. The proposed framework represents a complete and effective approach for integrated plant disease analysis with strong potential for real-world precision agriculture applications.
Why it matches plant phenotyping methodsトマト葉画像から病害の重症度という植物状態を推定するマルチタスク画像解析手法を開発・評価しており、表現型取得・推定が研究の中心である。
abstractthis study proposes TomatoMTL, a unified multi-task learning framework for simultaneous disease classification and severity estimation of tomato leaf diseases from a single image.
Reproduction assets foundThe paper's Data availability and Code availability statements explicitly link a public Kaggle tomato leaf disease severity dataset (the phenotyping image data used) and the authors' public GitHub repository containing the TomatoMTL implementation scripts and documentation.Dataset · publicThe datasets analysed during the current study are publicly available in the kaggle Data repository at: https://www.kaggle.com/datasets/janiruwalisingha/tomato-leaf-disease-severity-dataset .Open asset ↗kaggle Data repository · tomato-leaf-disease-severity-datasetlines:354-386Code · publicThe implementation, along with relevant scripts and documentation, can be accessed through the following GitHub repository: https://github.com/Parnika798/tomato_leaf_disease .Open asset ↗GitHub repository · Parnika798/tomato_leaf_diseaselines:354-386Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Accurate and efficient identification of cucumber leaf diseases is a critical step in preventing losses and facilitating timely intervention in agricultural activi-ties. However, most state-of-the-art plant disease recognition models, including those employing deep learning, often fail to identify spatial dependencies among symptomatic leaf feature regions, require high computational resources, and lack robustness in their predictions. To overcome these challenges, this paper pro-poses MobileGraph, a graph-aided deep learning model that jointly reasons local texture patterns and spatial dependencies among CNN-derived cucumber leaf feature regions using MobileNetV3 as a lightweight feature extractor. Experi-ments on a publicly available cucumber leaf disease dataset containing 5 classes and 4,000 images show that the proposed model achieves 99.75% accuracy, 99.75% macro F1-score, and 99.69% MCC, outperforming several state-of-the-art models including ResNet-152, EfficientNet-B7, DenseNet-201, ConvNeXt, and VGG16, while having a significantly lower computational cost of 0.465 GFLOPs. Explainability results from Grad-CAM and LIME indicate that the model is focused on biologically important regions of plant lesions. Furthermore, a proto-type mobile application illustrates the feasibility of real-time cucumber disease diagnosis for practical agricultural monitoring. These results indicate that Mobi-leGraph provides an efficient and interpretable solution for intelligent crop health surveillance.
Why it matches plant phenotyping methodsキュウリ葉の病斑という植物状態を画像から診断する深層学習手法を開発し、複数モデルとの性能比較・検証まで行っており、病害表現型の取得・推定が研究の中心である。
abstractExplainability results from Grad-CAM and LIME indicate that the model is focused on biologically important regions of plant lesions.
Reproduction assets foundThe paper's experiments use the publicly available Cucumber Disease Recognition Dataset (4,000 images, 5 classes) hosted on Mendeley Data, which is a paper-specific public phenotype/image asset. The MobileGraph source code is only available upon request, so it does not qualify as a public asset.Dataset · publicThe dataset analysed of this study, titled ”Cucumber Disease Recognition
Dataset” is publicly available in the Mendeley Data repository at
(https://data.mendeley.com/datasets/y6d3z6f8z9/1).Open asset ↗Mendeley Data · y6d3z6f8z9pdf-page:36 lines:1-71Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Agricultural disease monitoring remains a critical challenge in precision farming, particularly when deploying computer vision systems on resource-constrained platforms. This study presents a rigorous comparative evaluation of four deep learning architectures—ResNet50, DenseNet121, a Binarized Neural Network (BNN), and YOLOv8-cls—for multi-class plant disease classification using the PlantVillage dataset (15 classes). Unlike prior benchmarking studies, we incorporate statistical validation through repeated stratified experiments (5 runs) and report mean ± standard deviation for accuracy, precision, recall, and F1-score. Results show that while DenseNet121 achieves high classification accuracy (99.48)% ± 0.12), it exhibits significantly higher inference latency. The BNN achieves minimal latency but suffers substantial performance degradation (88.31% ± 0.45). YOLOv8-cls provides the best trade-off, achieving 99.64% ± 0.09 accuracy with low latency (3.3 ms ± 0.2). Statistical comparison using paired t-tests confirms that YOLOv8 significantly outperforms ResNet50 p
Why it matches plant phenotyping methods植物病害を画像から分類する深層学習モデルを比較・反復実験・統計検証しており、植物の病害状態を推定する画像ベース表現型手法の技術評価が中心です。
abstractThis study presents a rigorous comparative evaluation of four deep learning architectures—ResNet50, DenseNet121, a Binarized Neural Network (BNN), and YOLOv8-cls—for multi-class plant disease classification using the PlantVillage dataset (15 classes).
Reproduction assets foundThe authors' Data Availability statement points to a public Zenodo deposit containing the dataset, source code, and models used for this paper's plant disease classification experiments. The PlantDoc Kaggle dataset and Ultralytics GitHub repositories are cited third-party resources, not paper-specific assets.Dataset · publicThe complete dataset is available at [Dataset, Source Code, and Models for: Deep Learning-based Plant Disease Detection using YOLOv8] via [https://doi.org/10.5281/zenodo.18895667].Open asset ↗zenodo · 10.5281/zenodo.18895667html-lines:284-295Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Abstract Rice and potatoes are major crops in Bangladesh, frequently affected by major disease outbreaks that challenge food security. Inaccurate disease identification often contributes to yield losses. Recently, machine learning garnered much attention in identifying crop diseases. The present study was conducted to develop a deep learning model-based image‑analysis system that automatically identifies key diseases of Bangladeshi rice and potato, and integrates it into a web app to provide farmers with rapid, accurate diagnoses. The system employs a convolutional neural network (CNN) implemented with TensorFlow’s Sequential API, featuring ReLU-activated hidden layers and a Softmax output layer. A dataset of 4,809 images, comprising both healthy and diseased, was collected and processed through pre-processing, feature extraction, and classification. A web-based application was deployed utilizing the Python Streamlit framework. This application integrates the proposed model to predict 2 rice diseases viz. blast ( Magnaporthe oryzae ), bacterial leaf blight ( Xanthomonas campestris ), and 2 potato diseases viz. Early blight (Alternaria solani) and Late blight ( Phytophthora infestans ) from uploaded images, providing a confidence score for the predictions with approximately 92.84% for all detected diseases. The proposed model achieved a training accuracy of 0.9357, a validation accuracy of 0.8983, and a test accuracy of 0.9333. The developed web application indicates strong diagnostic performance for four major diseases, offering Bangladeshi farmers an accessible tool to make timely management decisions.
Why it matches plant phenotyping methodsイネ・ジャガイモ葉の病徴を画像から分類するCNNと実用Webアプリを開発・評価しており、植物の病害状態推定が中心的な方法論的貢献である。
abstractdevelop a deep learning model-based image‑analysis system that automatically identifies key diseases of Bangladeshi rice and potato
Reproduction assets foundThe paper's rice/potato leaf disease image dataset partially comes from Kaggle, and the data availability statement points to PlantVillage for additional image data; both are public image assets used for the paper's CNN phenotyping/disease-classification analysis. No author analysis code, trained model checkpoints, or专Dataset · publicch, M.Y.H. analyzed the data, A.A.J.,
452
M.Y.H. and M.S. wrote this manuscript, M.R.I., F.M.A. and S.O.N. reviewed and edited the
453
manuscript. All authors have read and agreed to the published version of the manuscript.
454
Data availability statement
455
Some of the datasets used in this study was obtained from Kaggle
456
(https://www.kaggle.com/datasets). Additional datasets used and/or analyzed during the current
457
study are available from the corresponding author upon reasonable request. More image data can
458
be found at https://www.plantvillage.org/en/plant_images
459Open asset ↗Kagglepdf-raw-page:24 lines:1-57Dataset · publiche manuscript.
454
Data availability statement
455
Some of the datasets used in this study was obtained from Kaggle
456
(https://www.kaggle.com/datasets). Additional datasets used and/or analyzed during the current
457
study are available from the corresponding author upon reasonable request. More image data can
458
be found at https://www.plantvillage.org/en/plant_images
459Open asset ↗PlantVillagepdf-raw-page:24 lines:1-57Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Early and accurate disease detection is important for increasing the agricultural output, decreasing the financial costs, and ensuring food security. Traditional diagnostic procedures take much time and effort, involve the necessity of having deep expertise, and are not always suitable for large scale farming disease detection. For this purpose, the current research suggests developing an explainable lightweight CNN-based model for crop disease identification based on RGB leaf images. The model utilizes several innovative architectural solutions such as depth-wise separable convolution, SE blocks, skip connections, and guided attention-based feature learning that allow enhancing the effectiveness of features extraction and decreasing computation load. Moreover, Grad-CAM is used to visualize affected areas on a map and thus increase the interpretability of the model. The suggested solution was implemented and tested on the PlantVillage dataset containing 54,305 images for 38 crop diseases out of 14 crops. The results show that the training, validation, and testing accuracies equal 97.6%, 88.3%, and 97.63%, correspondingly, along with the Macro-F1 measure of 0.867 and Micro-ROC-AUC equal to 0.99. A comparative study reveals that the presented model performs comparably well in terms of classification with lightweight structure and built-in interpretability capabilities to be applied in the mobile and edge-enabled agriculture environment. The results show that the presented approach is capable of being used as an effective and interpretable tool for diagnosing plant diseases in real-time.
Why it matches plant phenotyping methods葉画像から植物病害を推定するCNN手法の開発・評価が研究の中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として含める。
abstractthe current research suggests developing an explainable lightweight CNN-based model for crop disease identification based on RGB leaf images.
Reproduction assets foundThe paper's plant-phenotyping input is the public PlantVillage leaf-image dataset (54,305 RGB images, 38 crop-disease classes), explicitly declared in the Data availability statement with a Kaggle URL. No author code, trained model, or checkpoint is deposited.Dataset · publicThe data set analyzed during current study are available in https://www.kaggle.com/datasets/emmarex/plantdisease.Open asset ↗Kaggle · emmarex/plantdiseaselines:366-390Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Crop diseases play a significant role in food production globally; therefore, there is an urgent need to develop quick and accurate diagnostic techniques that are more effective than manual inspection methods. The proposed hybrid multimodal learning framework in this research provides a solution that integrates adaptive therapy suggestion, market price prediction, and image-based disease detection. This study also proposes a framework for pesticide recommendation and the treatment of plants. This study experiment on tomato and cotton crop leaf data for disease detection. Experimental results on a tomato crop disease detection dataset show that the proposed model shows high performance. EfficientNetB0 provides more stability and generalization capabilities in different scenarios compared to other models, such as YOLOv8, ResNet50, and a custom CNN model. The use of a knowledge-based decision support system provides sustainable pesticide recommendations based on environmental and symptom-specific parameters. Forecasting of pesticide prices through LSTM methods yields forecasts within 3.2% and 4.1% MAE, enabling improved decision-making by providing instant points of reference for potential price movements. Research uses SHAP and LIME to provide explainability to users, thus improving user buy-in through transparency. Overall, this modular system provides a data-driven decision-making model to improve the efficiency of managing crops.
Why it matches plant phenotyping methods植物葉画像から病害状態を推定する画像ベース手法を、複数モデルで比較評価しており、植物病害フェノタイピングがシステムの主要構成要素です。価格予測や農薬推薦も含みますが、病害検出の技術評価が明示されています。
abstractThe proposed hybrid multimodal learning framework in this research provides a solution that integrates adaptive therapy suggestion, market price prediction, and image-based disease detection.
Reproduction assets foundThe paper's disease-detection experiments use publicly available cotton and tomato leaf image datasets (Kaggle, IEEE DataPort, Roboflow), all cited with explicit public URLs in the references. No author analysis code or trained model checkpoints are stated as publicly available; the supplementary material is referencedDataset · publiccholar
View reference in article
19
Muppala C. Guruviah V. ( 2020 ). Machine vision detection of pests, diseases, and weeds: a review . J. Phytol. 12 , 9 – 19 . doi: 10.25081/jp.2020.v12.6145
CrossRef
Google Scholar
View reference in article
20
National College of Ireland ( 2025 ). “Cotton Disease Dataset.” Available online at: https://www.kaggle.com/datasets/janmejaybhoi/cotton-disease-dataset (Accessed May 19, 2025).
Google Scholar
View reference in article
21
Naveed Gul and Kaggle ( 2026 ). Tomato Leaf Disease . Kaggle. Available online at: https://www.kaggle.com/datasets/naveedgull/tomato-leaf-disease (Accessed March 29, 2026).
Google Scholar
View reference in article
22
Ngugi H. N. EzugOpen asset ↗Kagglelines:554-633Dataset · publicreference in article
20
National College of Ireland ( 2025 ). “Cotton Disease Dataset.” Available online at: https://www.kaggle.com/datasets/janmejaybhoi/cotton-disease-dataset (Accessed May 19, 2025).
Google Scholar
View reference in article
21
Naveed Gul and Kaggle ( 2026 ). Tomato Leaf Disease . Kaggle. Available online at: https://www.kaggle.com/datasets/naveedgull/tomato-leaf-disease (Accessed March 29, 2026).
Google Scholar
View reference in article
22
Ngugi H. N. Ezugwu A. E. Akinyelu A. A. Abualigah L. ( 2024 ). Revolutionizing crop disease detection with computational deep learning: a comprehensive review . Environ. Monit. Assess. 196 : 302 . doi: 10.1007/s10661-024-12454-z
Pubmed AOpen asset ↗Kagglelines:554-633Dataset · publicComputer Vision and Pattern Recognition (CVPR) ( Las Vegas, NV : IEEE ), 779 – 788 . doi: 10.1109/CVPR.2016.91
CrossRef
Google Scholar
View reference in article
29
Roboflow ( 2026a ). A Comprehensive Dataset of Cotton Plant Diseases for National Disease Identification and Treatment Guidance | IEEE DataPort. Available online at: https://ieee-dataport.org/documents/comprehensive-dataset-cotton-plant-diseases-national-disease-identification-and-treatment (Accessed March 29, 2026).
Google Scholar
View reference in article
30
Roboflow ( 2026b ). Cotton Plant Disease Prediction Object Detection Model by National College of Ireland . Available online at: https://universe.roboflow.com/national-colleOpen asset ↗IEEE DataPortlines:554-633Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Early and accurate detection of apple leaf diseases is critical for sustainable agriculture, yet manual diagnosis remains time-consuming and error-prone. This study introduces a novel deep learning framework centered on a custom ContinuousLayer, a spatially adaptive convolutional layer designed to overcome the limitations of standard CNNs. This architecture automates the classification of apple leaf diseases Black rot, rust, scab, and healthy leaves with high precision. The model addresses dataset imbalance through strategic resampling, achieving uniform class distribution. The ContinuousLayer introduces spatial feature modulation using trainable Gaussian basis functions, enhancing feature extraction while penalising kernel irregularities through a hybrid composite loss function. Trained on a dataset of 3,164 images balanced via bicubic up-sampling, and evaluated on a held-out test set of 10% of the data, the model attains a 98.63% test accuracy, with F1-scores ranging from 0.98 to 1.00 across classes. Visual analysis of the confusion matrix reveals minimal misclassification, predominantly between rust and scab. Comparative evaluation against baseline architectures demonstrates the efficacy of the ContinuousLayer in capturing disease-specific spatial patterns. These results underscore the potential of integrating mathematically inspired layers into CNNs for plant pathology applications, offering a highly accurate tool for precision agriculture in controlled environments.
Why it matches plant phenotyping methodsリンゴ葉の病徴を画像から分類する新規深層学習層と解析手法を開発・比較評価しており、植物病害状態の表現型抽出が中心である。
abstractThis study introduces a novel deep learning framework centered on a custom ContinuousLayer, a spatially adaptive convolutional layer designed to overcome the limitations of standard CNNs.
Reproduction assets foundThe paper's apple leaf disease image dataset (3,164 images) is explicitly stated to be publicly available on Kaggle, matching an allowed URL. No author code or model checkpoints are reported as available.Dataset · publicThe datasets analysed during the current study is publicly available in the Kaggle repository at https://www.kaggle.com/datasets/mhantor/apple-leaf-diseases.Open asset ↗Kaggle · mhantor/apple-leaf-diseaseslines:595-613Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Field / plotClassificationDisease symptoms / severity
This research discusses the incorporation of IoT with blockchain technique to enhance the efficiency of smart farming systems, particularly focusing on plant disease classification, pest detection, and smart irrigation. The study aims to develop a secure and effective IoT-based smart farming framework using the Ethereum blockchain to store and transmit data, and a Hybrid Convolution Adaptive Recurrent MobileNet (HC-ARMNet) model for predictive analytics, optimized by the Improved Secretary Bird Optimization (ISBO) algorithm. The research employs IoT sensors to acquire real-time data, which is then stored in the Ethereum blockchain to ensure security. The HC-ARMNet model, combining 1D/2D convolutions with recurrent connections, processes this data for pest detection and irrigation management. The ISBO algorithm is leveraged to fine-tune the technique's parameters. Datasets used: The proposed system utilizes three standard datasets for evaluation. The PlantifyDr Dataset is used for classifying plant disease, and the Pest Detection Dataset is used for recognizing pests. Also, for the smart irrigation process, the significant field images are collected manually. The accuracy, precision, and FNR rates of the ISBO-HC-ARMNet-aided plant disease classification are 94.16%, 94.2% and 5.87%. At the same time, the ISBO-HC-ARMNet-based pest detection process's accuracy, sensitivity, and specificity are 93.78%, 93.79% and 93.76%, respectively. In addition, the ISBO-HC-ARMNet-based smart irrigation task's MSE is 3.21, SMAPE is 0.03, and MASE is 30.23. Thus, the designed system showcases promising performance over classical approaches in terms of accuracy and error rates for plant disease classification, pest detection, and smart irrigation. The research concludes that the IoT-aided smart farming framework with blockchain and the HC-ARMNet model provides a robust solution for secure and efficient agricultural management. The system's predictive capabilities provide accurate and timely data analysis, facilitating to the improvement of precision agriculture. Future work will focus on improving the system with advanced feature extraction strategies to reduce processing time.
Why it matches plant phenotyping methods植物画像に基づく病害分類モデルの開発・評価が研究の中心的技術貢献であり、感染植物の状態を直接推定しているため含める。
abstractThe study aims to develop a secure and effective IoT-based smart farming framework using the Ethereum blockchain to store and transmit data, and a Hybrid Convolution Adaptive Recurrent MobileNet (HC-ARMNet) model for predictive analytics
Reproduction assets foundThe paper explicitly states that implementation code, trained models, and experimental configurations are publicly available in an authors' GitHub repository, and that the PlantifyDr plant disease dataset and IP02 pest detection dataset used in the study are available on Kaggle. These are paper-specific, public, and可直接Code · publicThe implementation code, trained models, and experimental configurations used are publicly available in: “ https://github.com/sumanthvmani/-Pest-Detection-and-Smart-Irrigation ”. The repository contains all necessary instructions and dependencies required to reproduce the reported experimental results.Open asset ↗https://github.com/sumanthvmani/-Pest-Detection-and-Smart-Irrigationlines:253-302Dataset · publicThe datasets generated and/or analyzed during the current study are available in the [PlantifyDr Dataset and Pest detection dataset] repository“ https://www.kaggle.com/datasets/lavaman151/plantifydr-dataset ”Open asset ↗https://www.kaggle.com/datasets/lavaman151/plantifydr-datasetlines:400-436Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract Aegle marmelos (bael) is a medicinally important tropical crop that remains severely underrepresented in computational plant pathology research. This study proposes AMnet, a deep learning framework integrating an InceptionV3 backbone with a fixed graph convolutional network to capture both within-region disease texture and between-region spatial propagation patterns for automated four-class classification of Aegle marmelos leaf diseases: Cercospora leaf, healthy leaf, leaf curl, and leaf spot. The graph module constructs a 25-node spatial graph directly from CNN feature maps, enabling end-to-end training without external preprocessing. Compared against MobileNetV2, InceptionV3, VGG19, and DenseNet201, AMnet achieved the best overall performance with 98.83% accuracy, 98.84% F1-score, 99.95% PR-AUC, and 98.45% MCC, alongside the fastest inference time of 1.83 ms. Robustness was confirmed through bootstrap confidence interval estimation and four-fold cross-validation. PCA-based clustering analysis with silhouette scoring and Davies–Bouldin indexing demonstrated clear class separability in the learned embeddings. Grad-CAM and LIME visualizations confirmed that predictions were grounded in biologically meaningful leaf regions rather than background artifacts. A Gradio-based prototype further demonstrated practical deployment potential. Although broader field validation remains necessary, AMnet provides an accurate, interpretable, and reproducible framework for diagnosing Aegle marmelos leaf disease.
Why it matches plant phenotyping methods葉画像から植物の病害状態を分類する説明可能な深層学習手法を開発・比較・検証しており、植物表現型(病徴・病害状態)の取得・推定が中心的です。
abstractThis study proposes AMnet, a deep learning framework integrating an InceptionV3 backbone with a fixed graph convolutional network to capture both within-region disease texture and between-region spatial propagation patterns for automated four-class classification of Aegle marmelos leaf diseases: Cercospora leaf, healthy leaf, leaf curl, and leaf spot.
Reproduction assets foundThe paper analyses a publicly available Aegle marmelos leaf disease image dataset deposited on Mendeley Data, explicitly linked in the Data availability statement and reference [36]. No author analysis code or trained model checkpoint is reported as publicly available.Dataset · publicThe dataset analysed of this study is publicly available in the Mendeley Data repository at
(https://data.mendeley.com/datasets/54r883j5zr/1).Open asset ↗Mendeley Datapdf-page:29 lines:1-43Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Nutrient deficiencies in coffee plants significantly impact bean quality and yield, making timely detection crucial for successful cultivation. Current assessment methods rely on manual inspection, which is labor-intensive and time-consuming, posing challenges for large-scale field management. This approach often results in inconsistent evaluations and delayed interventions. Methods This study presents CoNutriNet, an automated deep learning architecture that integrates DenseNet121 with a novel Graph-Enhanced Attention Feature Network (GEAFNet) for classifying nutrient deficiencies in coffee leaves. DenseNet121 provides deep hierarchical and regional feature representation, while GEAFNet captures local, fine-grained spatial features through Inception, Ghost, and Efficient Channel Attention (ECA) modules. Furthermore, a Graph Convolutional Network (GCN) is included to model spatial dependencies and structural variations between leaf regions. Feature representations from both pathways are concatenated and refined using a Coordinate Attention (CA) module to enhance discriminative capability. Results Evaluation on the CoLeaf dataset demonstrates that CoNutriNet achieves an accuracy of 94.5%. The integration of lightweight attention mechanisms, dense connectivity, and graph-based modeling improves both performance and computational efficiency. Conclusion These results indicate that CoNutriNet achieves and efficient performance in nutrient deficiency detection in coffee crops, highlighting its potential for deployment in agricultural environments to support precision farming and optimize yield.
Why it matches plant phenotyping methodsコーヒー葉の栄養欠乏という植物状態を画像から分類する深層学習手法を開発し、データセットで性能評価しており、表現型取得・推定が研究の中心である。
abstractThis study presents CoNutriNet, an automated deep learning architecture that integrates DenseNet121 with a novel Graph-Enhanced Attention Feature Network (GEAFNet) for classifying nutrient deficiencies in coffee leaves.
Reproduction assets foundThe paper's phenotyping analysis (coffee nutrient deficiency classification) is performed on publicly available leaf image datasets. The data availability statement links a Mendeley Data repository containing the analyzed data, which is an allowed URL. No author analysis code or trained model checkpoints are explicitlyDataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://data.mendeley.com/datasets/brfgw46wzb/1Open asset ↗brfgw46wzb/1lines:866-910Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Testing for distinctness, uniformity, and stability (DUS) is a requirement for plant variety registration and based on phenotypic traits, which is time-consuming and sensitive to environmental variation. Advances in genomics allow to complement DUS testing with molecular markers, for which two models in DUS testing were proposed by the Union for the Protection of New Varieties of Plants (UPOV). A use cases was described for maize, but an implementation has been hindered by a lack of suitable markers and validated analytical frameworks. We address these challenges by integrating historical DUS characteristics scores from 352 European hybrid maize varieties with high-density genome-wide single nucleotide polymorphism (SNP) data. Using genome-wide association studies (GWAS), we identified 18 genomic regions and candidate genes associated with 12 DUS characteristics, enabling the development of diagnostic markers consistent with the UPOV model “Characteristic-Specific Molecular Markers”. Since most DUS traits are polygenic, we combined GWAS-informed marker selection with XG-Boost-based machine learning to predict notes of DUS characteristics. This approach achieved strong predictive performance across multiple traits (mean accuracy 0.67), demonstrating its potential for managing reference collections under UPOV model “Combining phenotypic and molecular distances in the management of variety collections”. Both approaches were validated for two characteristics using independent public USDA-NPGS maize datasets (>1,700 accessions) highlighting the value of public data for method validation. We also identify key limitations of historical DUS data, including imbalanced and sparse trait representation, and discuss mitigation strategies. Despite these constraints, our results demonstrate that molecular markers may improve maize DUS testing, enabling faster, more accurate variety registration and supporting accelerated crop improvement. Key message Historical DUS datasets can be used to identify marker-trait associations of DUS characteristics using genome-wide association study (GWAS) and to develop a genomic prediction framework for an accurate prediction of DUS character notes from marker data.
Why it matches plant phenotyping methodsGWASと機械学習によるDUS形質ノート予測フレームワークを開発し、独立データで検証しており、植物表現型評価の技術的手法が中心である。
abstractwe combined GWAS-informed marker selection with XG-Boost-based machine learning to predict notes of DUS characteristics
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicthe R scripts and computational pipelines used for the analysis of genetic and phenotypic variation in both the European maize hybrid panel and the USDA dataset have been deposited in the Zenodo repository (DOI: 10.5281/zenodo.20610279 )Open asset ↗Zenodo · 10.5281/zenodo.20610279lines:213-244Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Common beanLeafClassificationStress / disease detectionDisease symptoms / severity
Introduction Accurate disease diagnosis is crucial for enhancing agricultural productivity and reducing postharvest losses, directly impacting food quality and safety. Traditional detection methods often rely on extensive feature modeling and perform poorly in complex field environments. Methods This study proposes a deep learning model called ZDAM, based on an improved ZFNet integrated with a dual attention mechanism. The classical ZFNet is first optimized to improve feature extraction efficiency. A combined channel and spatial attention mechanism is then incorporated to refine feature representation for disease identification in key crops. Finally, a residual module is added to boost accuracy. Results Evaluated on a dataset of 11,903 bean leaf images covering healthy leaves and four disease types, including leaf mould, rust, mosaic, and white spot, the model achieves an average recognition accuracy of 99.02%, outperforming MobileMamba, Vision Transformer, and Chest- OMD. Discussion This approach offers a scalable solution for automated disease monitoring, supporting postharvest quality preservation and sustainable crop production.
Why it matches plant phenotyping methods豆葉の病害状態を画像から推定する深層学習モデルを開発し、複数モデルとの性能比較も行っており、植物フェノタイピング手法が研究の中心である。
abstractThis study proposes a deep learning model called ZDAM, based on an improved ZFNet integrated with a dual attention mechanism.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publictomato leaf disease data from the open-source dataset New Plant Disease Dataset ( https://www.kaggle.com/vipoooool/new-plant-diseases-dataset ) were also utilized. Both datasets include healthy samples and four disease categories: rust disease, mosaic disease, leaf mold disease, and white spot disease. ( https://pan.baidu.com/s/197Lyn2TGdIjLCE2gylsiHA?pwd=krpw )Open asset ↗pan.baidu.comlines:405-484Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published8 Jun 2026International Journal of Engineering and ManufacturingCited by 0 · OpenAlex ↗
Plant disease detection is vital for agricultural sustainability and food security. While Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs) have achieved high accuracy in this domain, CNNs often require millions of parameters and substantial computation. ViTs suffer from the quadratic time and space complexity of self-attention (SA), limiting their use on resource-constrained devices. Although SA is capable of modelling long-range dependencies when symptoms are dispersed, many plant diseases exhibit small, localized lesions or texture changes; therefore, Neighborhood Attention (NA) offers a more efficient and targeted alternative by focusing on nearby regions rather than the entire image. This work proposes a custom Localized NA block implemented in TensorFlow/Keras that operates directly on CNN feature maps, bypassing patch embedding and transformer modules. A lightweight CNN is then developed by combining depth-wise separable convolutions with the proposed localized NA block. In addition, a 100-category plant disease dataset covering 16 crops is presented. The dataset is curated, class-balanced, and made publicly available to support reproducibility and encourage further research. The proposed 9-layer CNN, with just 1.7M parameters and a size of 6.74 MB, achieved a favorable balance between accuracy, model size, and computational efficiency, compared with MobileNetV1, MobileNetV2, DenseNet121, InceptionV3, MobileViT-XXS, and EfficientViT-M0, achieving 98.97%± 0.33% accuracy on PlantVillage and 93.36%± 0.28% on the proposed dataset. The ablation study showed that the NA block improved test accuracy by approximately 2–3%, while Grad-CAM visualizations indicated more precise targeting of diseased areas in the leaf image.
Why it matches plant phenotyping methods植物葉画像から病徴を推定する軽量CNNと注意機構を開発し、複数データセットで比較評価・アブレーションを行い、さらに100カテゴリの公開データセットを提示しているため、植物フェノタイピング手法が中心である。
abstractThis work proposes a custom Localized NA block implemented in TensorFlow/Keras that operates directly on CNN feature maps
Reproduction assets foundThe paper's authors curated a 100-category plant disease dataset and explicitly state it is publicly available on Kaggle in both augmented-train and raw split forms. These are paper-specific, public, actionable phenotype image datasets. The PlantVillage benchmark is a third-party dataset, not a paper-specific asset, soDataset · publicrs declare no conflict of interest
Funding Declaration
This research work was supported by KLE Technological University, Hubbali, India under the Ph.D. Fellowship
Program.
Data Availability Statement
The newly curated 100-category Plant Disease Dataset used in this study is publicly available on Kaggle.
Augmented Train Dataset: https://www.kaggle.com/datasets/rithambararajput/augmented-train
Raw Dataset: https://www.kaggle.com/datasets/rithambararajput/100-class-split-raw-dataset
The Plant Village dataset, used as a benchmark for comparative evaluation, is also publicly accessible at:
https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset.Ethical Declarations
This study does noOpen asset ↗Kaggle · rithambararajput/augmented-trainpdf-raw-page:19 lines:1-51Dataset · publicsupported by KLE Technological University, Hubbali, India under the Ph.D. Fellowship
Program.
Data Availability Statement
The newly curated 100-category Plant Disease Dataset used in this study is publicly available on Kaggle.
Augmented Train Dataset: https://www.kaggle.com/datasets/rithambararajput/augmented-train
Raw Dataset: https://www.kaggle.com/datasets/rithambararajput/100-class-split-raw-dataset
The Plant Village dataset, used as a benchmark for comparative evaluation, is also publicly accessible at:
https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset.Ethical Declarations
This study does not involve human participants or animals. Therefore, ethical approval was not rOpen asset ↗Kaggle · rithambararajput/100-class-split-raw-datasetpdf-raw-page:19 lines:1-51Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Convolutional Neural Networks (CNNs) are widely used for plant disease detection, yet their performance is strongly influenced by hyperparameter selection. Traditional manual tuning or random search approaches are inefficient and may lead to suboptimal solutions. In this study, we propose and evaluate four hybrid metaheuristic strategies, Ant Lion Optimizer combined with Whale Optimization Algorithm (ALO-WOA), Ant Lion Optimizer with Dragonfly Algorithm (ALO-DA), Ant Lion Optimizer with Particle Swarm Optimization (ALO-PSO), and Particle Swarm Optimization with Whale Optimization Algorithm (PSO-WOA), for automatic hyperparameter tuning of CNNs. The methods were applied to a tomato leaf disease dataset comprising 21,421 training, 4,586 validation, and 4,602 test images across 10 classes. The CNN architecture was fixed with three convolutional blocks and a tunable dropout and learning rate. The experimental results show that ALO-DA achieved the highest test accuracy of 97.83%, closely followed by ALO-WOA (97.67%) and PSO-WOA (97.52%), while ALO-PSO achieved 95.26%. These findings demonstrate that hybrid metaheuristics can effectively improve CNN hyperparameter search compared to single optimizers, balancing exploration and exploitation more efficiently. Limitations and future research directions are discussed.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から分類するCNNについて、ハイブリッドメタヒューリスティックによるハイパーパラメータ最適化手法を開発・評価しており、植物フェノタイピング手法が中心である。
abstractIn this study, we propose and evaluate four hybrid metaheuristic strategies, Ant Lion Optimizer combined with Whale Optimization Algorithm (ALO-WOA), Ant Lion Optimizer with Dragonfly Algorithm (ALO-DA), Ant Lion Optimizer with Particle Swarm Optimization (ALO-PSO), and Particle Swarm Optimization with Whale Optimization Algorithm (PSO-WOA), for automatic hyperparameter tuning of CNNs.
Reproduction assets foundThe paper uses the public Kaggle Tomato Leaf Disease Dataset V2 as its phenotyping image data and publishes the authors' complete hybrid metaheuristic CNN optimization pipeline (training, optimization, evaluation scripts) in a public GitHub repository. Trained models/logs are only available on request.Code · publicThe source code, trained model configurations, and experimental scripts used in this study are publicly available at: https://github.com/simarkalsi24/Hybrid-of-Optimization-Algorithm-.git The repository includes the complete training and optimization pipeline, implementations of all hybrid algorithms (ALO–DA, ALO–PSO, ALO–WOA, and PSO–WOA), as well as experiment configurations, logs, evaluation scripts, and visualization outputs to ensure full reproducibility of the reported results.Open asset ↗GitHub · simarkalsi24/Hybrid-of-Optimization-Algorithm-lines:579-588Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
Plant leaf disease classification and severity grading are essential for precision agriculture, enabling timely intervention and optimized management. Existing models often fail to recognize previously unseen disease categories due to rigid label spaces and limited representation of plant phenotypes. To address these challenges, we propose a knowledge-driven unified framework for plant disease classification and severity grading. A Common Knowledge Learner consolidates fundamental features of plant species, disease categories, and severity levels from labeled data, forming a transferable representation space. It employs a multi-level contrastive learning strategy to capture both global semantic representations and fine-grained lesion patterns. Building on these representations, a Cross-Domain Adaptation module leverages a teacher-student framework with Low-Rank Adaptation (LoRA) bridges in-domain and out-of-domain feature spaces using large-scale unlabeled data. Meanwhile, a contrastive feature library enables similarity-based reasoning and supports flexible label space expansion during inference without retraining. We evaluate our approach on Leaf-CG, a large-scale dataset comprising 441,448 images from 59 plant species, 373 disease categories, and four severity levels. Experiments demonstrate that our framework outperforms existing baselines, achieving 94.9% disease classification accuracy and 90.6% severity grading accuracy in-domain. Under out-of-domain conditions, the method achieves 82.1% true positive rate (TPR) in open-set settings, highlighting its strong generalization ability and potential for practical plant disease management. Code and dataset are available at https://www.uniplantcg.samlab.cn.
Why it matches plant phenotyping methods植物画像から病害分類と病害重症度を推定する計算・画像ベース手法を開発し、大規模データセットで評価しており、フェノタイピング手法が中心である。
abstractwe propose a knowledge-driven unified framework for plant disease classification and severity grading.
Reproduction assets foundThe paper's Leaf-CG dataset (test subset publicly available), analysis code, and trained model weights (plant.pth, disease.pth, severity.pth) are explicitly released at the authors' site https://www.uniplantcg.samlab.cn. Cited datasets (AI Challenger 2018, PlantVillage, etc.) are prior work, not paper-specific assets.Code · publicving 94.9% disease classification accuracy and 90.6% severity grading accuracy in-domain. Under out-of-domain conditions, the method achieves 82.1% true positive rate (TPR) in open-set settings, highlighting its strong generalization ability and potential for practical plant disease management. Code and dataset are available at https://www.uniplantcg.samlab.cn .
Keywords
Plant disease diagnosis Knowledge-driven learning Domain adaptation pmc-status-qastatus 0 pmc-status-live yes pmc-status-embargo no pmc-status-released yes pmc-prop-open-access yes pmc-prop-olf no pmc-prop-manuscript no pmc-prop-legally-suppressed no pmc-prop-has-pdf yes pmc-prop-has-supplement yes pmc-prop-pdf-onlyOpen asset ↗uniplantcg.samlab.cnlines:1-29Code / dataset availability confirmedOpenAlex · Europe PMC · bioRxiv · checked 5 Sept 2026
Abstract Waterlogging is a major constraint on barley productivity, yet its dynamic, multi-phase nature makes it challenging to dissect using traditional phenotyping approaches. High-throughput phenotyping (HTP) platforms address this by enabling temporal, multi-sensor imaging of large populations, but generate complex datasets that demand new analytical frameworks. Here, we imaged 230 barley accessions over 14 days of waterlogging stress and seven days of recovery using visible, chlorophyll fluorescence, and hyperspectral sensors. Explainable AI was applied to classify stress responses into early stress, late stress, and recovery phases, achieving 86% classification accuracy, and to identify the hyperspectral indices most informative for each phase. Water index (WATER1) and structure insensitive pigment index (SIPI) emerged as primary predictors of stress response. Longitudinal genome-wide association studies (GWAS), using a treatment-by-marker interaction model, identified 236 significant loci across 12 linkage disequilibrium blocks, implicating candidate genes involved in oxidative stress regulation, transcriptional control, and auxin transport. MYB transcription factors were consistently identified across all stress phases, underscoring their central role in waterlogging adaptation. To support interpretation of longitudinal GWAS results, we developed 3D-QTLVis, an interactive visualisation tool that extends Manhattan plots across time, enabling clearer identification of dynamic genomic regions underlying stress tolerance.
Why it matches plant phenotyping methods長期マルチセンサー画像による水ストレス応答の表現型取得と、AIによるフェーズ分類・指標抽出が研究の中心であり、3D-QTLVisも開発している。
abstractHigh-throughput phenotyping (HTP) platforms address this by enabling temporal, multi-sensor imaging of large populations
Reproduction assets foundThe paper's authors publicly release their GWAS Interaction model R scripts and the 3D-QTLVis Shiny visualization tool on GitHub; no public phenotype dataset or trained model deposit is stated (phenotypic data only as summary statistics in supplements).Code · publicCode used for running the GWAS interaction model in R and the 3D-QTLVis tool are available at https://github.com/Walshj73/3D-QTLVis .Open asset ↗Walshj73/3D-QTLVislines:216-267Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Soybean production is significantly affected by crop diseases and improper pesticide use, which hinder effective disease management and reduce yield. In this study, we propose an efficient multi-task convolutional neural network (CNN) framework for the simultaneous detection of soybean seed diseases and pesticide presence from seed images. The model leverages a shared feature extraction backbone with task-specific output heads to learn complementary features for both disease classification and pesticide detection. A dataset of 429 soybean leaf images was preprocessed using normalization and augmentation techniques and split into training, validation, and testing sets. We evaluated three backbone architectures VGG19, MobileNetV3, and ConvNeXt within the multi-task framework. Experimental results demonstrate that the approach maintains computational efficiency suitable for real-world deployment while achieving high performance, with accuracies of 95%, 96%, and 97% for MobileNetV3, VGG19, and ConvNeXt, respectively. Additionally, explainable AI methods, such as Grad-CAM, highlight regions of focus for both tasks, making the model's decision-making process interpretable. This framework provides a practical tool for informed crop management and agricultural monitoring.
Why it matches plant phenotyping methods植物画像から病害状態を推定するCNN手法の開発・評価が研究の中心であり、病害表現型の画像ベース推定に該当する。
abstractwe propose an efficient multi-task convolutional neural network (CNN) framework for the simultaneous detection of soybean seed diseases and pesticide presence from seed images.
Reproduction assets foundThe paper's authors publicly released their custom analysis code (preprocessing, training, evaluation) on GitHub, matching an allowed URL. The enriched Kaggle image/annotation dataset is also public but its URL is not among the allowed URLs, so it is not listed.Code · publicThe custom code developed for this study is publicly available on GitHub at https://github.com/fikaduberie/Soybean-Disease-and-Pest (version v1.0).Open asset ↗fikaduberie/Soybean-Disease-and-Pesthtml-lines:1281-1329Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract Potatoes are one of the major crops eaten in developing countries; however, their production is falling due to various diseases. Early identification and detection of potato leaf diseases play a vital role in improving potato quality and quantity. Existing methods are either computationally resource intensive or lack trust in their decision-making process, which makes them difficult to deploy for real-time potato disease classification and limits its accessibility. To mitigate these limitations, this study proposed an attention-enhanced MobileNetV2 with a squeeze-and-excitation architecture, which balances high accuracy with low computational resources. This method incorporates the strength of MobileNetV2 and Squeeze-and-excitation networks. A total of 2152 images of early blight, late blight, and healthy leafs were obtained from the Kaggle public repository, which are partitioned into 70% training, 20% validation, and 10% testing and were utilized to train, validate, and test the proposed model. The MobileNetV2 backbone is utilized for feature extraction, and then a squeeze-and-attention block is used to recalibrate the feature maps by focusing on important features and suppressing irrelevant ones. Gradient-weighted Class Activation Mapping (Grad-CAM) was implemented to visualize the most relevant region of the leaf for decision-making, which increases model interpretability and user trust. The proposed model achieves a remarkable performance of 99% testing accuracy with 9.41 MB total parameters. The proposed model is suitable for real-time potato leaf disease detection and classification, which can be easily accessible to agricultural stakeholders, including farmers, and contributes to food security.
Why it matches plant phenotyping methodsジャガイモ葉の病害状態を画像から分類する深層学習手法を提案・評価しており、植物表現型(病害状態)の取得・推定が中心である。
abstractthis study proposed an attention-enhanced MobileNetV2 with a squeeze-and-excitation architecture, which balances high accuracy with low computational resources.
Reproduction assets foundThe paper's phenotyping inputs are 2152 potato leaf images (early blight, late blight, healthy) obtained from a public Kaggle repository, explicitly stated as publicly available in the Declarations. No author analysis code is shared (Code Availability: Not applicable), and no trained model checkpoints are released.Dataset · publicAvailability of Data: The datasets generated during and/or analyzed during the current study are
publicly available at https://www.kaggle.com/datasets/faysalmiah1721758/potato-dataset.Open asset ↗Kaggle · faysalmiah1721758/potato-datasetpdf-page:23 lines:1-35Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published1 Jun 2026International Journal of Electrical and Computer Engineering (IJECE)Cited by 0 · OpenAlex ↗
Plant diseases remain a critical challenge in agriculture, causing substantial yield losses and threatening food security. In this work, we propose a hybrid deep feature engineering framework that integrates deep learning-based feature extraction with classical machine learning for accurate plant disease detection. A pretrained vision transformer (ViT) model is employed to extract discriminative features from leaf images, effectively capturing complex spatial relationships. To address the curse of dimensionality, principal component analysis (PCA) is applied, retaining 98% of the variance while reducing feature space complexity. The refined features are then classified using a support vector machine (SVM) optimized through hyperparameter tuning. Experimental results on the bean leaf lesions dataset demonstrate strong performance, achieving 92% accuracy and a weighted F1-score of 0.92. The proposed ViT–PCA–SVM pipeline effectively balances accuracy, computational efficiency, and generalization, making it a promising solution for real-time smart farming applications.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定するViT–PCA–SVM解析パイプラインが研究の中心であり、植物表現型(病斑・病害状態)の画像ベース推定手法に該当する。
titleTransformer-based hybrid classification for plant leaf disease detection using vision transformer, principal component analysis, and support vector machine
Reproduction assets foundThe paper's only qualifying asset is the public Bean Leaf Lesions dataset (leaf images used as phenotyping input for disease classification), explicitly declared in the DATA AVAILABILITY section with a Kaggle URL. No author analysis code, trained models, or checkpoints are released.Dataset · publicI R D O E Vi Su P Fu
Vijayalakshmi S. Abbigeri ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓
Geetha D. Devanagavi ✓ ✓
CONFLICT OF INTEREST STATEMENT
All authors declare that they have no conflicts of interest.
DATA AVAILABILITY
The data that support the findings of this study are openly available in Kaggle, "Bean leaf lesions
dataset," [Online] at https://www.kaggle.com/datasets/advayprasad/bean-leaf-lesions-dataset.
REFERENCES
[1] Food and Agriculture Organization (FAO), “Climate change fans spread of pests and threatens plants and crops, new FAO study,”
Food and Agriculture Organization (FAO), 2021. https://www.fao.org/newsroom/detail/Climate-change-fans-spread-of-pests-
and-threatens-plants-and-crops-new-FAOOpen asset ↗Kagglepdf-layout-page:7 lines:1-70Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Plant leaf diseases must be detected and treated early to improve crop yield and reduce agricultural losses. However, pixel-level representations and the inability to be read limit the applicability of existing deep learning approaches to the agricultural sector. A graph neural network termed the Attention-Enhanced Graph Neural Network (AE-GNN) may explain and diagnose multi-plant leaf disease. The proposed framework models leaf pictures as a graph with nodes representing discriminative leaf areas and edges representing their spatial connection. Before creating the global context vector and classification, graph features are aggregated, and an attention weighting method is applied to refocus on disease-relevant nodes obscured by less informative background characteristics. Final disease prediction uses a multilayer perceptron classifier. A curated dataset of half-spinach and curry leaf pictures is used to assess the proposed method for fifteen illnesses and their healthy classifications. Grad-CAM-based explainable AI methods make the model predictions' most important areas clearer. The dataset and source code from this work are available on GitHub for reproducibility and openness. Experimental results reveal that the proposed AE-GNN outperforms convolutional neural networks and graph-based models in classification. Graph-structured learning, attention enhancement, and explainability create a robust and interpretable framework for multi-plant leaf disease diagnosis.
Why it matches plant phenotyping methods葉画像から植物病害状態を分類・診断する画像解析手法を提案し、既存モデルとの比較評価と説明可能性解析を行っているため、植物フェノタイピング手法が中心である。
abstractA graph neural network termed the Attention-Enhanced Graph Neural Network (AE-GNN) may explain and diagnose multi-plant leaf disease.
Reproduction assets foundThe paper's Data availability section explicitly links a public GitHub repository containing the paper's spinach/curry leaf fungal disease image dataset used for the AE-GNN phenotyping/classification analysis.Dataset · publicData availability
The dataset is available at the link below. https://github.com/MeganathanE1990/FINAL-DISEASE-DATA-SET/tree/mainOpen asset ↗MeganathanE1990/FINAL-DISEASE-DATA-SETlines:413-463Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Pearl millet is a vital crop in arid and semi-arid regions, but its productivity is significantly impacted by fungal and bacterial diseases. Traditional disease detection methods, including manual inspection and conventional machine learning techniques, often suffer from inefficiencies due to subjectivity, time consumption, and limited feature extraction capabilities. Deep learning-based segmentation models such as U-Net, SegNet, DeepLabV3, and FCN have been employed to automate disease identification, but they exhibit limitations in accurately localizing disease-affected regions, handling complex spatial patterns, and maintaining high segmentation precision. To address these challenges, this study proposes HAMNet-Mask R-CNN, an AI-powered hierarchical multi-scale attention network integrated with a spectral-spatial fusion module for precise pearl millet disease detection. The novel framework enhances disease localization by utilizing hierarchical multi-scale feature learning, where low, mid, and high-level features contribute to superior classification accuracy. The attention mechanism prioritizes critical disease regions, reducing false positives, while Mask R-CNN enables pixel-wise segmentation, refining disease boundary identification. The proposed model is implemented using Python and TensorFlow with high-resolution image datasets. Performance evaluation demonstrates HAMNet-Mask R-CNN achieving a 99.35% Dice score, 98.80% IoU, 99.75% Precision, 99.78% Recall, and 99.65% Accuracy, outperforming U-Net (95.03% Dice, 90.53% IoU), SegNet (94.58% Dice, 89.73% IoU), DeepLabV3 (98.31% Dice, 96.69% IoU) and FCN(98.47% Dice score, 97.00% IoU). The results confirm the model's superiority in disease segmentation and classification, offering a robust and scalable solution for real-time disease monitoring in smart agriculture. The integration of hierarchical attention and spectral-spatial fusion significantly enhances detection accuracy, ensuring reliable disease identification and contributing to improved agricultural productivity.
Why it matches plant phenotyping methods真珠粟の病変領域を画像から画素単位で抽出・分類する深層学習手法を開発し、既存モデルと性能比較しているため、植物病害状態のフェノタイピング手法が中心である。
abstractthis study proposes HAMNet-Mask R-CNN, an AI-powered hierarchical multi-scale attention network integrated with a spectral-spatial fusion module for precise pearl millet disease detection.
Reproduction assets foundThe paper's authors explicitly state that the custom HAMNet–Mask R-CNN implementation code (preprocessing, training, evaluation, visualization) is publicly available on GitHub. The pearl millet leaf image dataset used as phenotyping input is also publicly hosted on Roboflow Universe and cited as the data source. The roCode · publicThe custom code developed for the implementation of the proposed HAMNet–Mask R-CNN framework, including data preprocessing, model training, evaluation, and visualization scripts, is publicly available in a GitHub repository. The code can be accessed at: https://github.com/ramyalaksha/Hamnet.gitOpen asset ↗https://github.com/ramyalaksha/Hamnet.gitlines:267-297Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
This article presents a multispectral imaging dataset dedicated to training a machine learning algorithm for the in situ detection of Huanglongbing (HLB). HLB, also known as citrus greening disease, is a major pathology caused by the bacterial pathogen Candidatus Liberibacter asiaticus , particularly in species of the citrus genus. The dataset is constituted of terrestrial images acquired in a commercial sweet orange orchard of the variety Pera Rio ( Citrus sinensis (L.) Osbeck). The images describe large portions of canopy, with healthy leaves and sections infected by HLB as well as some confounding factors naturally present in orchards. Multispectral images were acquired with a multi-lens camera within the visible-near-infrared domain, resulting in 14 narrow spectral bands. The image acquisition was conducted during two field campaigns in 2023 and 2024. In total, the dataset contains 2,978 images divided into two classes HLB (1,681) and non-HLB (1,297). Originally, data are stored in TIFF format as 14 monochromatic images, organised by spectra band. Additionally, an HDF5-format version is provided, where images are stored as 3D arrays with spectral bands in ascending order. This format is compatible with various programming languages, enables efficient data handling, and is optimised for machine learning and image processing applications, supporting reproducible and portable analysis. This dataset is a valuable resource for the development and benchmarking of classification models, including deep learning approaches, aimed at the detection of HLB. Phytopathology imaging datasets are scarce yet essential for advancing digital agriculture and the development of robust tools for crop disease detection worldwide.
Why it matches plant phenotyping methods柑橘葉・樹冠のマルチスペクトル画像からHLB感染状態を推定するデータセットであり、植物病害状態の表現型取得と機械学習ベンチマークを中心とする。
abstractThis article presents a multispectral imaging dataset dedicated to training a machine learning algorithm for the in situ detection of Huanglongbing (HLB).
Reproduction assets foundThe article is a Data in Brief describing a public multispectral HLB citrus image dataset deposited on Data INRAE (Recherche Data Gouv, DOI 10.57745/054NAB), plus an authors' GitHub repository with preprocessing, registration, and model training scripts. Both are paper-specific, public, and directly actionable.Dataset · publicData accessibility
Repository name: Data INRAE
Data access link: https://doi.org/10.57745/054NABOpen asset ↗Data INRAE · 10.57745/054NABhtml-lines:89-123Code / dataset availability confirmedEurope PMC · bioRxiv · checked 14 Sept 2026
Hyperspectral imaging is an imaging technique that allows for acquisition of high-resolution spectral information beyond that of the visible spectrum. When applied to plants, it effectively enables non-invasive characterization of physiological status and has been widely used in agricultural settings. Marchantia is a model bryophyte species whose flat morphology and visually distinct stress-response phenotypes makes it an ideal candidate for imaging studies. Here, we provide a comprehensive protocol for hyperspectral imaging for Marchantia plants, which encompasses hardware configuration, data acquisition, and computations processing. This protocol features a streamlined data processing pipeline hosted on a web-based development platform that automates 1) the segmentation of plant area into spatially distinct regions for localized analysis of intra-specimen physiological gradients, and 2) classification of plant pixels based on their spectral signatures. All results are exported as structured CSV files for ease of further analysis as desired by the user.
Why it matches plant phenotyping methodsマーチャンティアを対象としたハイパースペクトル撮像プロトコルと、植物領域のセグメンテーション・スペクトル分類を含む処理パイプラインを開発しており、植物の生理状態取得が中心的な方法論的貢献である。
abstractHere, we provide a comprehensive protocol for hyperspectral imaging for Marchantia plants, which encompasses hardware configuration, data acquisition, and computations processing.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicExample images used in this protocol have previously been published by Krishnamoorthi et al. (2024) 4 and can be downloaded from https://github.com/dr-daisuke-urano/PlantHyperspectralSVDOpen asset ↗PlantHyperspectralSVDlines:47-85Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Plant leaf disease detection is a critical task in precision agriculture, where reliable diagnosis under real-world conditions is essential for reducing crop losses and supporting timely intervention. Although deep learning models have achieved high classification accuracy, their performance often degrades under domain shift between controlled laboratory datasets and real-field environments, while predictive uncertainty and confidence calibration remain largely unaddressed.This study presents an uncertainty-aware cross-domain evaluation framework based on a Hierarchical Vision Transformer (HViT) for plant leaf disease classification. The framework integrates multi-scale feature learning with Monte Carlo Dropout-based predictive uncertainty estimation and temperature-based calibration to systematically analyze model behavior in terms of accuracy, reliability, and robustness. Experiments were conducted on two complementary datasets: the New Plant Diseases Dataset (controlled conditions) and the PlantDoc dataset (field conditions), enabling bidirectional cross-domain evaluation. Results demonstrate that the proposed framework achieves superior performance, attaining 97.8% accuracy on controlled data and 93.6% on field data, while significantly improving calibration with lower Expected Calibration Error (ECE = 0.032 / 0.041), reduced Negative Log-Likelihood, and lower Brier score compared to baseline CNN and transformer models. Furthermore, the framework exhibits improved robustness under domain shift, with reduced performance degradation and stable uncertainty behavior. Overall, this study highlights the importance of integrating uncertainty estimation and calibration within a hierarchical transformer-based framework, providing a more reliable and deployment-ready solution for real-world agricultural disease diagnosis.
Why it matches plant phenotyping methods植物葉の病害状態を直接推定する不確実性-aware分類フレームワークの開発・評価が中心であり、異なる条件のデータセット間で精度、校正、頑健性を検証している。
abstractThis study presents an uncertainty-aware cross-domain evaluation framework based on a Hierarchical Vision Transformer (HViT) for plant leaf disease classification.
Reproduction assets foundThe paper's Data availability statement explicitly links the two public image datasets used for its cross-domain plant leaf disease classification experiments: the New Plant Diseases Dataset on Kaggle and the PlantDoc dataset on Dataset Ninja. No author analysis code, models, or checkpoints are reported as available.Dataset · publicThe New Plant Diseases Dataset can be obtained from Kaggle at [https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset]Open asset ↗Kaggle · vipoooool/new-plant-diseases-datasetlines:360-398Dataset · publicThe PlantDoc dataset is available for download at [https://datasetninja.com/plantdoc#download]Open asset ↗plantdoclines:360-398Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Cotton production is highly vulnerable to foliar diseases and pest-induced damage, which significantly reduce yield and compromise fiber quality. Rapid, reliable, and automated disease identification is therefore essential for supporting sustainable crop management. In this study, we propose a hybrid deep learning framework integrating a ResNet50 backbone with Squeeze-and-Excitation (SE) channel attention modules to enhance discriminative feature representation for cotton leaf disease classification. The model is trained on a publicly available disease dataset comprising six classes and optimized using Weighted CrossEntropyLoss, Adam optimization, ReduceLROnPlateau scheduling, and Early Stopping to ensure stable convergence and robust generalization. Experimental results demonstrate outstanding performance, achieving 99.72% training accuracy and 99.31% validation accuracy, with convergence at the 14th epoch. Visualization through Grad-CAM reveals that the model focuses on biologically relevant symptom regions, thereby enhancing interpretability and supporting expert validation. Comparative analysis with state-of-the-art methods shows that the proposed model surpasses existing CNN, transfer learning, and hybrid architectures in both accuracy and model transparency. These results indicate that the proposed SE-ResNet50 framework offers a highly accurate, interpretable, and computationally efficient solution suitable for real-world cotton disease monitoring and precision agriculture applications.Clinical trial registrationThis study is not a clinical trial; therefore, clinical trial registration is not applicable.
Why it matches plant phenotyping methods綿花葉の病徴を画像から分類する深層学習フレームワークの開発が中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として適格です。
titleA hybrid SE-ResNet50 deep learning framework for high-accuracy and explainable cotton leaf disease classification.
Reproduction assets foundThe paper's Data Availability statement points to the public Kaggle cotton plant disease dataset used for training the SE-ResNet50 model. No author analysis code or trained model checkpoint is explicitly deposited.Dataset · public“Cotton plant disease.” Accessed: Nov. 21, 2025. [Online]. Available: https://www.kaggle.com/datasets/dhamur/cotton-plant-disease.Open asset ↗Kaggle · dhamur/cotton-plant-diseasehtml-lines:458-493Code / dataset availability confirmedEurope PMC · Crossref · checked 5 Sept 2026
Plant diseases pose a major threat to global food security, significantly reducing agricultural yields. Therefore, timely diagnosis of plant diseases can help prevent food losses and support economic stability. This study explores the use of eight Convolutional Neural Networks and two Vision Transformers for apple leaf disease diagnosis. The feature extraction layers of each model were modified to incorporate DropBlock layers, while preserving pretrained weights from the ImageNet dataset. Images from the Plant Pathology 2021 dataset were used to fine-tune the models for multi-label classification, targeting five disease categories and a healthy label. Three experiments were conducted to evaluate model performance on the test set. First, the ResNet50 model was used to determine optimal Dropout and DropBlock probabilities. Second, these parameters were applied across all models to identify those with the best performance. Finally, twenty-three Swarm Optimization Algorithms were used to optimize classifier thresholds, improving accuracy and F1-scores. A DropBlock probability of 0.05 and a Dropout probability of 0.2 yielded superior results. Among the models, SwinV2T attained an accuracy of 90.7%, while SwinV2S achieved the highest F1-score of 91.7%, slightly outperforming the ConvNeXtT and ConvNeXtS architectures. The results demonstrated the effectiveness of DropBlock regularization and optimized classifier thresholds, highlighting the superior performance of recent architectures and optimization algorithms over their older counterparts. These findings suggest that such networks hold substantial promise for accurately identifying and diagnosing apple leaf diseases.
Why it matches plant phenotyping methodsリンゴ葉画像から病害状態を分類・診断する深層学習手法を比較評価し、正則化や閾値最適化による性能改善も検証しており、植物フェノタイピング手法が研究の中心である。
abstractThis study explores the use of eight Convolutional Neural Networks and two Vision Transformers for apple leaf disease diagnosis.
Reproduction assets foundThe paper's apple leaf disease phenotyping is based on the public Plant Pathology 2021 (FGVC8) Kaggle image dataset and an authors' reorganized multi-label version publicly deposited on GitHub; both are explicitly linked in the Data availability statement. No author analysis code or trained model checkpoints are statedDataset · publicFor this research, the dataset was reorganized and extended into a multi-label format. The complete modified dataset is publicly available at: https://github.com/soroushtou/Plant-Pathology-2021---MultiLabel-Dataset.Open asset ↗Plant-Pathology-2021---MultiLabel-Datasetlines:239-262Dataset · publicThe original dataset used in this study is the publicly available Plant Pathology 2021 dataset from the FGVC8 competition available at: https://www.kaggle.com/competitions/plant-pathology-2021-fgvc8.Open asset ↗lines:239-262Code / dataset availability confirmedOpenAlex · Crossref · checked 15 Sept 2026
A comprehensive description of plant phenotypes of certain taxa is an important task when describing genera and species, as well as when setting their natural taxonomies. The development of modern technologies of effective phenotyping makes it possible to obtain a large amount of data with a quantitative and/or qualitative description of various traits in plants, mainly based on the analysis of their digital images. The study compared the results of the F2 hybrids assessment - visually and using machine learning methods - of two endemic tetraploid (2n = 4x = 28) wheat species which are Ethiopian wheat (Triticum aethiopicum Jakubz.) and Kartalian or Dika wheat (T. carthlicum Nevski). In the latter case, it is proposed to use the method of a mixture of Gaussian (normal) distributions in plant morphometry in order to identify groups that differ in character values. Most taxonomically important (species-specific) traits are controlled oligogenically and have a clear phenotypic manifestation, so hybridological analysis was an indispensable and basic type of analysis for subsequent detailed phenotyping of wheat spikes using machine-learning methods. According to a number of criteria, the estimates of patterns of inheritance obtained by different methods coincide. Based on the conducted research, we can state that the trait "tetraaristatum" (the presence of awns on both flower and spike glumes) is species-specific (taxonomically important) for T. carthlicum and it can be effectively used for taxonomic purposes both in carrying out hybridological analysis and in experiments using machine learning. Such a species-specific character is the "character (type) of awnedness" for T. aethiopicum. Our study demonstrates that a combination of automatic phenotyping methods and a model of a mixture of Gaussian distributions can, in principle, lead to an automatic analysis of the allocation of classes in F2 hybrids. It allows, in turn, to detect the presence of genes associated with species-specific traits of wheat plants. Further, the improvement of the applied artificial intelligence (AI) algorithms is required.
Why it matches plant phenotyping methodsコムギ穂の形態形質を対象に、画像に基づく機械学習フェノタイピングとガウス混合モデルを提案・適用しており、表現型の自動抽出・分類が研究の中心である。
abstractThe study compared the results of the F2 hybrids assessment - visually and using machine learning methods
Reproduction assets foundThe paper's supplementary materials (Supplementary Tables S1–S3 and Figure S1) contain the paper-specific phenotyping data: species-specific trait descriptions, the 19 spike morphometric characters per projection, and the Gaussian mixture model splitting results (means, variances, group sizes, χ² values). The full textSupplement · publicof these traits
are controlled by oligogenes and have a clear phenotypic
manifestation, the hybridological method was an indispensable
and primary type of analysis for subsequent detailed
phenotyping spikes of wheat species using machine learning
methods.
Supplementary Materials are available in the online version of the paper:
https://vavilov.elpub.ru/jour/manager/files/Suppl_Kruch_Engl_30_3.pdf
Plant material. The object of study was interspecific
hybrids obtained by crossing two endemic tetraploid
wheat species ♀T. aethiopicum Jakubz. (k-19301/2) with
♂T. carthlicum
Nevski (k-32496). The experiment was produced
in spring sowing in the greenhouses of the Breeding
and Genetics Complex (BGC)Open asset ↗lines:111-200Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
PollenBB16 is an RGB pollen image dataset of Chilean flora with pixel-accurate instance segmentation masks, whose annotation was fully verified by an expert palynologist to guarantee the taxonomic reliability of every published instance. The dataset is designed to close a concrete gap in existing palynological datasets, which typically combine low taxonomic diversity, few samples per class, and low-resolution crops restricted to bounding boxes. PollenBB16 contains 16,198 brightfield optical microscopy images at the native resolution of 3088 × 2064 pixels and 36,383 pixel-accurate polygons across 16 species from the Biobío Region, spanning endemic, native and exotic species of high ecological and melliferous value such as Eucryphia glutinosa and Quillaja saponaria (endemic), Gevuina avellana and Aristotelia chilensis (native), and Medicago sativa and Brassica rapa (introduced). Each spatial position is recorded at three focal planes. The displacement along the z axis reveals features of the exine together with information on the internal structure of the grain that remain inaccessible on a single plane. From this multifocal information, more robust convolutional networks can be trained with more accurate classification. The operational quality of the dataset is backed by a leakage-safe partition that keeps the three focal planes of the same position in the same subset to avoid metric inflation, complemented by a YOLO11n-seg baseline trained for 50 epochs that reaches 0.985 mask mAP@50 on the validation set, establishing a reproducible reference point. Beyond deep learning, PollenBB16 enables interdisciplinary applications in aerobiology, biodiversity monitoring under climate change, ecological restoration of the South American temperate forest, and botanical-origin authentication of Chilean monofloral honeys.
Why it matches plant phenotyping methods植物由来の花粉粒を対象とした高解像度画像データセットとセグメンテーション基準を構築し、深層学習による画像解析を再現可能な形で検証しているため、植物フェノタイピング手法・データセットとして中心的です。
abstractPollenBB16 is an RGB pollen image dataset of Chilean flora with pixel-accurate instance segmentation masks
Reproduction assets foundThe paper's PollenBB16 pollen image dataset (16,198 multifocal RGB microscopy images with pixel-accurate instance segmentation masks) and the accompanying authors' script polygons_to_bboxes.py are publicly deposited on Zenodo (10.5281/zenodo.19830051), per the Data Availability Statement.Code · publicThe only custom code distributed with this Data Descriptor is the Python script polygons_to_bboxes.py, which regenerates the YOLO bounding-box labels in labels_bb/ from the polygon labels in labels/. The script is packaged inside the scripts/ folder of the same Zenodo repository that hosts the dataset (10.5281/zenodo.19830051) and is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license, with no restrictions on access.Open asset ↗Zenodo · 10.5281/zenodo.19830051html-lines:731-797Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published23 May 2026Informatika: Jurnal Teknik Informatika dan MultimediaCited by 1 · OpenAlex ↗
Early identification of Rice leaf diseases remains a challenge in agricultural practices, as detection is commonly performed through manual visual observation that is time-consuming and prone to misclassification. Diseases such as blast, Bacterial Leaf Blight, tungro, and Brown Spot often exhibit similar visual characteristics, particularly at early stages. To address this problem, an Android-based application was developed to classify Rice leaf diseases using a Convolutional Neural Network (CNN) with a transfer learning approach based on the MobileNetV3 architecture. The model was trained using a labeled Rice leaf image Dataset obtained from Hugging Face, with preprocessing and data augmentation applied to improve generalization performance. The trained model was deployed through Hugging Face Space using an API-based architecture, allowing image classification to be performed without heavy computational requirements on mobile devices. Experimental results demonstrate that the proposed model achieved an accuracy of approximately 90% on the testing Dataset, exceeding the predefined minimum target accuracy of 85%, with precision and recall values above 80% across all disease classes based on confusion matrix evaluation. These results indicate that the MobileNetV3-based transfer learning approach provides reliable classification performance with good computational efficiency, making it suitable for mobile-based Rice leaf disease detection applications.
Why it matches plant phenotyping methodsイネ葉の画像から病害状態を分類するCNN手法を開発・評価し、モバイル実装まで行っているため、植物病害フェノタイピング手法が中心です。
abstractan Android-based application was developed to classify Rice leaf diseases using a Convolutional Neural Network (CNN) with a transfer learning approach based on the MobileNetV3 architecture
Reproduction assets foundThe paper's plant-phenotyping input is a public labeled rice leaf disease image dataset obtained from Hugging Face (girish787/riceLeafDataset), used to train the MobileNetV3 classifier. No author analysis code or trained model checkpoint is explicitly deposited.Dataset · public[12] G. Kumar, “riceLeafDataset.” Apr. 25, 2024. Accessed: Oct. 20, 2025. [Online]. Available:
https://huggingface.co/Datasets/girish787/riceLeafDatasetOpen asset ↗huggingface.co/Datasets/girish787/riceLeafDataset · girish787/riceLeafDatasetpdf-page:10 lines:1-44Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Introduction Confidence calibration, selective prediction, out-of-distribution scoring, and deep ensembles are mature techniques in machine learning, yet their efficacy under the severe domain shift encountered when plant disease classifiers move from controlled laboratory imagery to heterogeneous field photographs has not been systematically benchmarked. Methods Models trained on PlantVillage were evaluated on PlantDoc leaf-level crop images under a parent-image-aware split protocol, and a suite of standard mitigation techniques was applied to characterize the reliability gap. Analyses included temperature scaling and selective prediction for a fine-tuned ResNet-50, quantitative image-level shift analysis, Grad-CAM visualization, simple target-aware adaptation baselines, frozen-feature backbone comparisons, and ensemble baselines. Results In the primary case study, a fine-tuned ResNet-50 suffered a 67.7-percentage-point accuracy collapse upon cross-domain transfer, while mean predicted confidence remained at 79.76%. Post-hoc temperature scaling reduced calibrated ECE to 0.3645 but left selective risk at 80% coverage at 64.30%. Quantitative image-level shift analysis confirmed large-effect-size differences in saturation ( d = 3.90), border edge density ( d = 3.33), and foreground-occupancy proxy ( d = 2.48) between the two domains, while Grad-CAM visualizations showed that the model shifts attention from lesion-centered regions in PlantVillage to background-dominated areas in PlantDoc. Simple target-aware mitigations, including adaptive batch normalization and feature moment matching, improved accuracy from 0.321 to 0.343 and 0.366, respectively, whereas DANN-style adversarial adaptation degraded performance to 0.252. A frozen-feature backbone comparison across five backbones showed that, within the energy-scoring frozen-backbone comparison, DINOv2-S/14 achieved the highest unknown-detection AUROC (0.764) and the lowest selective risk at 80% coverage (0.520), with paired Wilcoxon tests confirming statistically significant accuracy and macro-F1 differences across backbones. Two ensemble baselines were evaluated: a warm-start end-to-end ResNet-50 ensemble reduced calibrated ECE to 0.063 but achieved only 0.666 AUROC, while a lightweight DINOv2 linear-probe ensemble achieved 0.779 AUROC after calibration but under limited epistemic diversity. Discussion Neither ensemble established deployment-grade reliability: the best selective risk at 80% coverage across all configurations remained above 0.51. The principal contribution is a reproducible, deployment-oriented reliability characterization showing that standard post-hoc and lightweight adaptation techniques reduce but do not eliminate the severe reliability gap under controlled-to-field transfer in agricultural computer vision.
Why it matches plant phenotyping methods植物病害画像分類の信頼性・ドメインシフト・校正・選択的予測を体系的にベンチマークしており、病害状態を画像から推定する方法の技術評価が中心である。
abstracttheir efficacy under the severe domain shift encountered when plant disease classifiers move from controlled laboratory imagery to heterogeneous field photographs has not been systematically benchmarked.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1 ) was therefore constructed by normalizing all labels to a canonical Crop_Disease format and retaining only those categories for which an unambiguous semantic match existed in both datasets.Open asset ↗lines:335-337Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published22 May 2026JITK (Jurnal Ilmu Pengetahuan dan Teknologi Komputer)Cited by 0 · OpenAlex ↗
Plant leaf diseases are a major factor in reducing agricultural productivity, particularly for local commodities that often lack adequate artificial intelligence-based disease detection systems. This study aims to optimize the performance of a Convolutional Neural Network (CNN) model using the Inception V3 architecture through the application of multi-stage data augmentation to improve the classification accuracy of local plant leaf diseases. The dataset used is PlantifyDR from Kaggle, which has limited data volume and visual variation, requiring an effective augmentation strategy to improve the model's generalization ability. The proposed multi-stage augmentation approach consists of three stages—geometric, photometric, and texture-noise augmentation—that systematically enrich the diversity of training images. Evaluation results show that the proposed model provides significant performance improvements compared to the baseline model. The Inception V3 model with multi-stage augmentation achieved an accuracy of 0.762, an F1-score of 0.727, and a perfect AUC (1.00) across all classes, while the baseline model only achieved an accuracy of 0.595 and an average AUC of 0.877. Accuracy, loss, ROC curve, and confusion matrix analyses confirmed that multi-stage augmentation reduced overfitting and enhanced the model's ability to differentiate disease symptoms across leaf types. Therefore, this study concludes that multi-stage data augmentation is an effective approach for optimizing deep learning models on small and complex datasets, while also providing a significant contribution to the development of more accurate and reliable AI-based plant disease detection systems.
Why it matches plant phenotyping methods葉画像から植物病害症状を分類するCNNと、性能改善のための多段階データ拡張を開発・評価しており、植物の病害状態を推定する画像ベースのフェノタイピング手法が中心です。
abstractThis study aims to optimize the performance of a Convolutional Neural Network (CNN) model using the Inception V3 architecture through the application of multi-stage data augmentation to improve the classification accuracy of local plant leaf diseases.
Reproduction assets foundThe paper's plant leaf disease classification experiments use the publicly available PlantifyDR Kaggle dataset (Apple, Berry, Guava leaf images), which is the image input for the study's phenotyping measurements. No author analysis code or trained model checkpoints are reported as publicly deposited.Dataset · publice: (Research Results, 2025)
Figure 1. Sample Image from the Research Dataset
Figure 1 shows a sample of the research data.
The dataset used in this study was obtained from
the open dataset platform Kaggle under the title
"PlantifyDR Dataset," provided by Lavaman151.
The dataset is publicly accessible through the
following link:
https://www.kaggle.com/datasets/lavaman151/pl
antifydr-dataset. This dataset is a collection of plant
leaf images from several species, including Apple,
Berry, and Guava, categorized based on leaf health,
making it relevant for plant disease classification
research.
Comparison of the Baseline Model with the
Proposed Model (Multi-Stage Data
Augmentation)
This subsectioOpen asset ↗lavaman151pdf-raw-page:4 lines:1-150Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
The research proposes Cross Disease Similarity Awareness Learning (CDSAL), a robust multiclass tomato leaf disease detection framework based on high-quality and explainable deep learning. The approach solves the problem of superimposed patterns of disease especially Leaf Miner, Tomato Spotted Wilt Virus (TSWV), and nutrient deficiencies through the combination of multi-domain feature learning and inter-disease similarity modeling. In contrast to conventional metric learning or contrastive learning methods that function on pairwise or triplet sample associations, CDSAL develops a class-level Cross Disease Similarity Matrix that represents structured inter-disease proximity within the embedding space. Moreover, rather than employing episodic prototype construction typical of few-shot learning, the proposed system persistently updates centroid representations throughout supervised training and incorporates similarity-aware regularization directly into the loss function. This facilitates structural embedding reshaping specifically designed for visually overlapping illness categories, beyond traditional prototype-based learning methodologies. The input images are processed through HSV based green masking, morphological cleaning, extraction of leaf contours and resizing, and using a large amount of geometric and color-space augmentation to reduce the imbalance among the classes. DenseNet121 and EfficientNet-B0 are used to obtain feature representations and class-separated centroid of latent embedding's to form a Cross Disease Similarity Matrix, where similarity-aware optimization is possible during training. Grad-CAM on the target layers offers decipherable disease-specific activation signatures. The findings of the experiments show that classification accuracy at unseen samples is 99.77% with high resilience to visual confounding. The predictions, proximity of diseases that are similar and explainable features are provided by CDSAL, thereby facilitating reliable decision-making in agricultural diagnostics.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から推定する深層学習手法を提案し、前処理・特徴抽出・類似度学習・説明可能性を技術的中心として評価しているため。
abstractThe research proposes Cross Disease Similarity Awareness Learning (CDSAL), a robust multiclass tomato leaf disease detection framework based on high-quality and explainable deep learning.
Reproduction assets foundThe paper's plant-phenotyping inputs are two publicly available Kaggle image datasets explicitly named in the Data Availability statement: PlantVillage (emmarex/plantdisease) used as the main dataset and TomatoVillage (mamtag/tomato-village) used for ablation/field-condition experiments. No author analysis code, modelsDataset · publicThe datasets analyzed during the current study are available in the Kaggle repository. [https://www.kaggle.com/datasets/emmarex/plantdisease]Open asset ↗Kaggle · emmarex/plantdiseasehtml-lines:605-624Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Field / plotMultimodalWhole plant / canopy / plot / fieldClassificationCountingGrowth / development / phenology
Phenological monitoring of Actinidia chinensis is critical for optimising operational costs and yield prediction. However, current manual assessment methods are time-consuming, making them impractical for large-scale precision agriculture applications. Most existing phenological datasets focus exclusively on image data without spatial validation. The Multi-Modal Actinidia chinensis Phenology Dataset is composed of (i) 1 665 annotated images of phenological stages from bud to fruit set and (ii) georeferenced videos with systematic manual ground truth of spatial stage distributions. The dataset employs an adapted 17-class BBCH system that consolidates visually similar stages, excludes problematic categories, and introduces generic structural classes to address practical annotation difficulties. Additionally, the data is organised hierarchically across various plant structures, genders, and phenological stages. The annotated images offer versatility for a range of applications, including training data for computer vision models to detect phenological stages. Furthermore, the georeferenced videos facilitate the validation of automated counting algorithms. This combined approach enables plant-level detection accuracy and provides an illustrative methodology for spatial validation that users can extend to additional orchards, promoting the development and benchmarking of automated phenological monitoring systems for precision agriculture applications in kiwifruit production.
Why it matches plant phenotyping methodsキウイフルーツの生育段階を対象とした注釈画像・地理参照動画データセットであり、自動フェノロジー検出と空間検証のためのベンチマーク基盤が中心である。
abstractThe Multi-Modal Actinidia chinensis Phenology Dataset is composed of (i) 1 665 annotated images of phenological stages from bud to fruit set and (ii) georeferenced videos with systematic manual ground truth of spatial stage distributions.
Reproduction assets foundThe paper describes a public multi-modal Actinidia chinensis phenology dataset (annotated images, georeferenced videos, ground-truth counts) deposited on Zenodo, plus authors' MIT-licensed preprocessing scripts on GitHub. CVAT and FiftyOne are generic third-party tools and excluded.Dataset · publicThe Multi-Modal Actinidia chinensis Phenology Dataset described in this Data Descriptor is publicly available
at Zenodo: https://doi.org/10.5281/zenodo.17371025.Open asset ↗Zenodo · 10.5281/zenodo.17371025pdf-page:12 lines:1-92Code · publicCustom scripts for dataset preparation are publicly available under the MIT License at https://github.com/Open asset ↗GitHubpdf-page:12 lines:1-92Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Chili peppers (Capsicum annuum L.) are a strategic horticultural commodity in Indonesia, but their productivity is often hampered by pathogen infections that cause leaf diseases such as anthracnose, leaf spot, and yellow virus. Early detection by farmers is still dominated by subjective visual observation and prone to misdiagnosis due to the similarity of symptoms between diseases. Although Deep Learning technology through Convolutional Neural Networks (CNN) offers an automated solution, implementation in real-world conditions still faces significant challenges such as lighting variations, complex backgrounds, and limited local datasets. This often leads to a drastic decrease in model performance compared to testing in a controlled environment. To address these issues, this study proposes an optimization of the transfer learning strategy on the MobileNetV2 architecture by integrating progressive layer-wise fine-tuning and adaptive data augmentation techniques. The fine-tuning method is carried out gradually on the pre-trained model layers, while adaptive augmentation dynamically manipulates images based on environmental characteristics to improve model robustness. The results of this study, which include multi-class classification on cross-location image data, are projected to be able to boost the accuracy and generalization ability of the model in heterogeneous field conditions. Practically, this research provides a framework for a more precise and robust disease detection system to accelerate the implementation of precision agriculture in the future.
Why it matches plant phenotyping methods植物葉の病徴を画像から分類するCNN手法の改良が研究の中心であり、病害状態の表現型推定に該当する。転移学習のファインチューニングと適応的画像拡張、異なる圃場条件での頑健性評価を扱っている。
abstractThe results of this study, which include multi-class classification on cross-location image data, are projected to be able to boost the accuracy and generalization ability of the model in heterogeneous field conditions.
Reproduction assets foundThe paper states its chili leaf image dataset was supplemented with data from a supporting repository, cited as a public Mendeley Data deposit (reference [2]). This is a public plant-image dataset directly used for the paper's disease-classification phenotyping. No authors' analysis code or trained model checkpoint is,Dataset · public[2] F. Wajidi and N. Arifin, “Deteksi Penyakit Daun Cabai Menggunakan Kombinasi GLCM dan HSV dengan
Klasifikasi SVM,” vol. 11, no. 02, 2025. [Online]. Available:
https://data.mendeley.com/datasets/w9mr3vf56s/1Open asset ↗w9mr3vf56s/1pdf-page:9 lines:1-56Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Abstract Plant diseases are a serious danger to the world’s food security, because they lower agricultural output and increase economic losses. Due to subjectivity, fluctuating lighting, and environmental unpredictability, traditional visual examination techniques are frequently incorrect. The Excess Green (ExG) vegetation index and pseudo-thermal representations produced from RGB pictures are two synthetically developed complementary representations that are integrated with RGB imagery in this study’s lightweight multimodal deep learning system to address these issues. Histogram shifting and pseudo-infrared color mapping are used in a reproducible picture alteration pipeline to create the pseudo-thermal modality, which allows for extra visual signals without the need for specific thermal sensors. In order to classify plant diseases while preserving computational efficiency, the suggested framework uses MobileNetV3-Small backbones to extract modality-specific characteristics. This is followed by feature-level fusion. The publicly accessible Ginger Leaf Dataset, which includes RGB pictures of ginger leaves in four different conditions—Damage-Pest, Dehydrated, Healthy, and Leaf-blight—was used for the experiments. For training, validation, and testing, the dataset was split using a stratified 70:15:15 split. Python-based preprocessing procedures were used to create the extra modalities (ExG and pseudo-thermal representations) from the original RGB images. The experimental results show that the combination of the representations with RGB images can enhance the classification performance compared with the unimodal RGB-based models. Ablation experiments are also conducted to examine the contributions of different modalities to the overall categorization accuracy. The experimental results show that plant disease recognition can be improved with the help of efficient computing by combining lightweight convolutional neural networks with computationally generated visual representations.
Why it matches plant phenotyping methodsRGB画像からExG・疑似熱画像を生成し、植物葉の病害状態を分類するマルチモーダル手法が研究の中心であり、アブレーション評価も実施している。
titleHybrid deep learning-based multimodal framework for plant leaf disease classification using RGB, Excess Green (ExG), and pseudo-thermal representations with MobileNetV2
Reproduction assets foundThe paper's phenotyping experiments use the publicly available Ginger Leaf Dataset (RGB leaf images of four ginger leaf conditions), with a public GitHub repository and dataset website. The authors' derived ExG/pseudo-thermal representations and preprocessing scripts are only available upon request, so they do not yetDataset · publicor multispectral images
IEEE Geosci. Remote Sens. Lett. 2025
10.1109/LGRS.2025.XXXXXXX
Ulku, I., Tanriover, O. O. & Akagündüz, E. Cross-band correlation-aware interactive fusion for multispectral images. IEEE Geosci. Remote Sens. Lett.
10.1109/LGRS.2025.XXXXXXX
(2025).
10. Wong, J. Ginger Leaf Dataset. GitHub Repository (2023). https://github.com/wongjay1941/Ginger-Leaf-Dataset
11.
Bhakta I
A novel plant disease prediction model based on thermal images using modified deep convolutional neural network
Precis. Agric. 2023 24 23 39
10.1007/s11119-022-09927-x
Bhakta, I. et al. A novel plant disease prediction model based on thermal images using modified deep convolutional neural network. Precis.Open asset ↗https://github.com/wongjay1941/Ginger-Leaf-Datasetlines:580-681Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Many countries greatly rely on agriculture as a means of livelihood and economic growth. Even the most industrialized countries need food, medicine, clothing, and shelter produced by crops. Rice is one of the most significant and widely grown crops worldwide. Nonetheless, the severely impacted crops in rice production are those of bacteria, fungi, and viruses, which decrease yield and quality. Manual disease detection is hectic, challenging, and, in most cases, inaccurate. Recent advances in deep learning and computer vision have demonstrated significant potential to improve the detection and classification of diseases. This study proposes a deep learning hybrid model for the automated detection and classification of rice leaf diseases. This method consists of five key stages: image preprocessing, segmentation, augmentation, multi-feature extraction via adaptive fusion, and classification. There are five rice leaf diseases to discuss and recognize: Blight, brown spot, sheath blight, tungro, and leaf blast. The first step is global contrast enhancement, which improves image quality. After that, the segmentation is performed using Otsu's Thresholding to extract the leaf area. Then, the modified VGG16 and modified ResNet50 networks are used in parallel to extract features using a transfer-learning approach. The adaptive fusion technique combines these features to obtain a dominant, proper feature representation. Lastly, the classification is done using an adaptive fusion score technique. Experimental results show excellent performance, with class-wise Precision in the range of 95.5-100%, class-wise recall in the range of 97.4-100%, and overall test accuracy of 98.5%.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から自動検出・分類する深層学習ワークフローが研究の中心であり、葉領域抽出、特徴抽出、分類性能まで評価しているため、植物病害フェノタイピング手法に該当する。
abstractThis study proposes a deep learning hybrid model for the automated detection and classification of rice leaf diseases.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset employed in this study is accessible online at https://www.kaggle.com/datasets/rajeshbhattacharjee/rice-diseases-using-cnn-and-svm.Open asset ↗Kaggle · rajeshbhattacharjee/rice-diseases-using-cnn-and-svmhtml-lines:929-951Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Today, the intelligent automation of agriculture has received much attention from researchers. One of the important factors for the success of this automation is the timely diagnosis of plant disease and making a decision appropriate to the existing conditions of the plant. Since the progress of the disease is a determining factor in the type of treatment method, the diagnosis of the severity of the disease is of particular importance. However, accurate diagnosis of plant disease progression depends on various factors, including the availability of appropriate and well-annotated training datasets for designing an efficient diagnostic system. On the other hand, the similarity of the complications of different diseases has made this work challenging. In this study, two tomato diseases, namely Bacterial Spot and Mosaic Virus, are investigated using images collected from the PlantVillage, Taiwan tomato leaves, Field-PlantVillage, and Syn-PlantVillage datasets. The disease severity levels are divided into six stages for Bacterial Spot and four stages for Mosaic Virus, and a specifically designed deep convolutional neural network is proposed for severity classification. Experimental results demonstrate that the proposed method achieves high accuracy under challenging field conditions and outperforms several state-of-the-art methods.
Why it matches plant phenotyping methodsトマト葉の病徴・病害重症度を画像から段階分類するCNN、背景除去、病斑セグメンテーションを開発しており、植物状態の取得・推定手法が中心である。
titleA parallel convolutional neural network with background removal and lesion segmentation for field plant disease severity classification
Reproduction assets foundThe paper's own severity-annotated datasets are explicitly restricted (available only on request), so no public paper-specific data asset qualifies. The authors do provide an explicit public code availability link for their proposed BaSPaC model. The Mendeley and Drive links are pre-existing external datasets cited as,Code · publicCode availability
https://github.com/m-hasheminejad/BaSPaC.Open asset ↗m-hasheminejad/BaSPaChtml-lines:878-908Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
The citrus diseases are affecting the fruit production worldwide thereby posing an economical burden. Major research is moving towards finding solutions using Artificial Intelligence (AI) and Image processing methods. Due to factors like illumination variations, leaf form, and disease symptoms, image data has intrinsic uncertainties that are typically difficult for traditional machine learning techniques to handle. In this paper, the interpretability of fuzzy logic is combined with the resilience of deep learning to propose a novel Fuzzy Convolutional Neural Network (Fuzzy-CNN) architecture for the automated diagnosis of citrus leaf diseases. The hybrid method uses a Convolutional Neural Network (CNN) to obtain complex features of citrus images, and a Fuzzy Inference System (FIS) to improve the classification results. The proposed approach encodes accurate data into fuzzy sets and applies linguistic concepts to determine the severity of a disease, which will contribute to the further development of the decision. In order to test and verify the proposed approach, several experiments were carried out, which proved that Fuzzy-CNN is more effective than regular CNN models with the approximate accuracy difference approximately 1.8, and especially in cases when the symptoms of disease are not clear. To strengthen experimental validation, the proposed method is evaluated on two independent datasets, including an external benchmark dataset, imbalance-aware evaluation metrics are employed to ensure robustness and generalizability. Experimental results demonstrate consistent and statistically significant improvements over existing neuro-fuzzy and machine learning approaches. This research contributes to early detection by collaborating the potential of fuzzy neural networks and offering a flexible solution for real-time disease detection in citrus crops.
Why it matches plant phenotyping methods柑橘葉画像から病害および重症度を推定するFuzzy-CNN手法を開発し、独立データセットとベンチマークで検証しており、植物フェノタイピング手法が中心である。
abstractpropose a novel Fuzzy Convolutional Neural Network (Fuzzy-CNN) architecture for the automated diagnosis of citrus leaf diseases.
Reproduction assets foundThe paper's Data Availability statement links two public image datasets used for the citrus disease phenotyping/classification experiments (a Mendeley citrus leaves dataset and a Kaggle orange fruit dataset), and a third public Kaggle citrus disease dataset is cited as the external benchmark dataset used for validationDataset · publicThe data used in the current study is publicly available from the following links. [https://data.mendeley.com/datasets/3f83gxmv57/2]Open asset ↗data.mendeley.com · 3f83gxmv57/2html-lines:525-539Dataset · publicThe data used in the current study is publicly available from the following links. [https://data.mendeley.com/datasets/3f83gxmv57/2] [https://www.kaggle.com/datasets/sgandhi2003/orange-fruit-dataset]Open asset ↗www.kaggle.com · sgandhi2003/orange-fruit-datasethtml-lines:525-539Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Field / plotFlowerClassificationCountingFruit / seed / panicle traits
As a crucial agricultural crop in China, litchi exhibits a biennial bearing pattern with alternating high-yield and low-yield cycles, known as on-year and off-year respectively. Research has identified unstable floral initiation as the primary cause of irregular fruiting in mid-to-late maturing cultivars. Rapid and accurate quantification of female to male flower ratios during the flowering phase enables targeted management strategies to optimize floral development and enhance fruit-setting rates. This study proposes Flower Quantification and Gender Recognition Network (FQGR-Net), a three-branch neural network architecture for simultaneous classification and counting of female and male flowers. Through module-level optimization, FQGR-Net improves both counting accuracy and computational efficiency, achieving average MAE of 8.498 and RMSE of 13.209 across categories in experiments conducted on the self-constructed dataset. Comparative experiments with other deep neural network models on public datasets show the proposed method achieves optimal performance. A regression analysis between predictions and ground truth produces R2 values of 0.930 and 0.971 for female and male flower quantification respectively. A dedicated litchi flower phenotyping analyzer was developed to address the technological gap in automated floral census systems. Field trials demonstrated over 80% accuracy in female/male flower counting.
Why it matches plant phenotyping methods雌雄花の画像ベース計数・性別認識手法と専用フェノタイピング解析器を開発し、データセットおよび野外試験で性能評価しているため、植物形質取得法が中心である。
abstractThis study proposes Flower Quantification and Gender Recognition Network (FQGR-Net), a three-branch neural network architecture for simultaneous classification and counting of female and male flowers.
Reproduction assets foundThe authors explicitly state that the code and data for this litchi flower quantification/gender recognition study are publicly downloadable from their GitHub repository. The Roboflow datasets are cited third-party comparison datasets, not paper-specific assets, and the litchi dataset itself is only available upon (un)Code · publicThe code and data mentioned in the article can be downloaded from https://github.com/Mazhe-02/Morphology-based-Litchi-Flower-Quantification-and-Gender-RecognitionOpen asset ↗Mazhe-02/Morphology-based-Litchi-Flower-Quantification-and-Gender-Recognitionlines:583-591Code / dataset availability confirmedEurope PMC · Crossref · checked 5 Sept 2026
Northern Corn Leaf Blight (NCLB; also, Turcicum Leaf Blight, TLB), caused by Exserohilum turcicum (teleomorph: Setosphaeria turcica), is one of the most destructive foliar diseases of maize worldwide, often causing severe yield losses under favorable conditions. We developed a maize-specific, web-based Decision Support System (DSS) for real-time NCLB detection and management ( https://maize-nclb.streamlit.app/ ), integrating advanced deep-learning for automated diagnosis and fungicide advisory. Among thirteen Machine-learning and deep-learning models evaluated for classification, the Visual Geometry Group 16-layer convolutional neural network (VGG16) outperformed all others, achieving 94.0% accuracy, with balanced precision, recall, and F1-score of 0.94, and an AUC-ROC of 0.93. Confusion matrix analysis revealed minimal misclassification, with only 12 errors out of 357 samples, confirming the model's high reliability in distinguishing healthy and infected plants, while Grad-CAM visualizations consistently highlighted biologically meaningful lesion regions, supporting the model's interpretability and alignment with plant pathological symptoms. Field validation of DSS-guided fungicide recommendations (Azoxystrobin 18.2% + Difenoconazole 11.4% w/w SC) demonstrated significant benefits, reducing disease incidence to 6.8% compared with 67.4% in controls, achieving 90% disease reduction, and enhancing grain yield by 35.4% (8.55 t/ha), with a favorable cost-benefit ratio of 1:2.49. Seasonal disease progression analysis further confirmed DSS effectiveness, with cumulative disease burden reduced by approximately 85% compared with untreated control. These results highlight the potential of integrating deep-learning with field-validated management strategies into a practical DSS, demonstrating its potential for precision disease management in maize.
Why it matches plant phenotyping methods葉の病斑を画像から分類・可視化する深層学習法を開発し、野外で検証した研究であり、植物病害状態のフェノタイピング手法が中心です。
abstractintegrating advanced deep-learning for automated diagnosis and fungicide advisory
Reproduction assets foundThe paper explicitly states that the complete implementation (model training, preprocessing, evaluation, Grad-CAM visualization) and the final trained VGG16 model are publicly available on GitHub, and the deployed Streamlit DSS is publicly accessible. The Scribd link is a cited prior-work bulletin, not a paper-specificCode · publicthe complete implementation, including model training, preprocessing, evaluation, and Grad-CAM visualization, along with deployment instructions, is publicly available at: https://github.com/anuragd02/NCLB-VGG16-Detection.Open asset ↗anuragd02/NCLB-VGG16-Detectionhtml-lines:133-143Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
This paper explores the use of optimized convolutional neural networks (CNNs) to classify diseases affecting potato leaves using TensorFlow-2. The dataset, sourced from Kaggle's Plant Village repository, includes 152 images of healthy potato leaves and 1000 images each of early and late blight. The methodology covers data preparation, model architecture design, training, evaluation, and deployment. During data preparation, the data set was split into training sets (80%) and testing sets (20%), with images resized to 128x128 pixels. The Deep Learning (DL) models built using CNN with 4 different optimizers (ADAM, SGD, RMSPROP, and ADAMAX) and trained using a sparse categorical cross-entropy loss function, include multiple convolutional and pooling layers for feature extraction, and fully connected layers for classification. Early stopping was used to prevent overfitting. Model performance was assessed using accuracy, loss curves, confusion matrix, ROC curve, precision recall curve, classification report, and F1 score. In addition, we have used data augmentation to balance the dataset by increasing healthy potato leaves 6 times and the use of Ensemble Deep Learning (EDL). EDL10 which contains DL1 (CNN + ADAM), DL2 (CNN + SGD), DL3 (CNN + RMSPROP) and DL4 (CNN + ADAMX) performs best with a accuracy score of 97.0%. This highlights the importance of data balancing and the use of the ensemble classification approach for the detection of blight in Potato Leaves.
Why it matches plant phenotyping methodsジャガイモ葉の病害状態を画像から分類するCNN・アンサンブル手法の設計、評価、データ拡張が研究の中心であり、植物病害フェノタイピング手法に該当する。
abstractThis paper explores the use of optimized convolutional neural networks (CNNs) to classify diseases affecting potato leaves using TensorFlow-2.
Reproduction assets foundThe paper uses the public Kaggle PlantVillage potato leaf image dataset and archives its complete analysis source code on Zenodo with explicit availability statements and URLs.Code · publicThe complete source code is hosted in a DOI-minting repository and has been archived on Zenodo to ensure long-term accessibility and reproducibility. The code is released under an open-source license. The archived version corresponding to this publication is available at : https://doi.org/10.5281/zenodo.19624017Open asset ↗Zenodo · 10.5281/zenodo.19624017lines:252-314Dataset · publicThe datasets generated and/or analysed during the current study are available at : PlantVillage Dataset, accessed from https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset.Open asset ↗Kaggle · plantvillage-datasetlines:252-314Code / dataset availability confirmedEurope PMC · bioRxiv · Crossref · checked 15 Sept 2026
Plant disease detection using deep learning is essential for precision agriculture, enabling early and automated crop health monitoring. This study proposes an end-to-end transfer learning pipeline, LeafyVGG-16, for multi-class classification of plant diseases and nutrient deficiencies using a tomato leaf dataset. The framework integrates data preprocessing, augmentation, and a VGG-16 backbone with a two-stage fine-tuning strategy. The proposed model is evaluated against CNN, DenseNet-121, Inception-V3, EfficientNetB0, and ResNet-50, achieving an accuracy of 0.93 with precision, recall, and F1-scores of 0.93, 0.90, and 0.92, respectively. These results demonstrate the effectiveness of transfer learning for fine-grained plant disease recognition. We further evaluate model robustness under adversarial cyber attacks to assess deployment reliability in agricultural systems. Under Fast Gradient Sign Method (FGSM) attacks ( ϵ = 0.01– 0.05), the model shows an accuracy drop of 1%–7.5%, while Projected Gradient Descent (PGD) attacks ( ϵ = 0.05, step size = 0.005, 10 iterations) produce similar degradation, highlighting the model’s vulnerability to adversarial perturbations. These findings highlight potential security and reliability risks in AI-based agricultural decision-making systems. Future work will focus on improving robustness and cyber-resilience and extending this framework to other crops for secure and context-aware deployment in resource-constrained environments.
Why it matches plant phenotyping methods植物葉の画像から病害・栄養欠乏状態を分類する深層学習パイプラインが研究の中心であり、複数モデルとの比較評価と敵対的攻撃下での頑健性検証も実施しているため。
abstractThis study proposes an end-to-end transfer learning pipeline, LeafyVGG-16, for multi-class classification of plant diseases and nutrient deficiencies using a tomato leaf dataset.
Reproduction assets foundThe paper's plant-phenotyping input is the publicly available Tomato-Village Variant-a dataset (4,525 tomato leaf images across 8 disease/deficiency classes), which the authors explicitly cite with a public Kaggle URL. No author analysis code, trained model checkpoints, or supplementary data deposits are mentioned. TheDataset · publicThis study uses the publicly available Tomato-Village
dataset [18], which is designed for real-world tomato disease
detection in agricultural environments.Open asset ↗pdf-raw-page:3 lines:1-59Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Crop diseases pose a significant threat to agricultural productivity and global food security. Timely and accurate detection of such diseases is crucial for improving both crop yield and quality. While numerous deep learning approaches rely solely on image data for disease identification, they often overlook the complementary value of textual information in enhancing visual analysis. To address this limitation and effectively fuse features from different modalities, we propose a Cross-Model fusion framework based on a vision-language model that integrates cross-attention and gated fusion mechanisms for crop disease recognition. Our approach utilizes the Zhipu.ai multi-modal model to generate comprehensive textual descriptions of diseased crop leaves, including global description, local lesion description, and color-texture description. These textual descriptions are then encoded into feature embeddings, while visual features are extracted using the ShuffleNet-v2 model as the image encoder. Subsequently, a cross-attention module aligns and fuses the two modalities, and a gated fusion module enables dynamic feature selection during the fusion process. Extensive evaluations on the Soybean Disease and PlantVillage datasets demonstrate that our method outperforms existing image-based models in terms of accuracy. Specifically, our model achieves recognition accuracies of 99.04% and 99.12% on the respective datasets, surpassing the ShuffleNet-V2 model by 1.09% and 2.53%, respectively. These results highlight the effectiveness of Cross-Model learning in integrating visual and textual cues for accurate and efficient disease recognition, offering a scalable solution for crop disease diagnosis.
Why it matches plant phenotyping methods植物葉の病徴を画像と言語情報から認識する融合フレームワークを開発し、複数データセットで既存手法と比較評価しているため、植物フェノタイピング手法が中心である。
abstractwe propose a Cross-Model fusion framework based on a vision-language model that integrates cross-attention and gated fusion mechanisms for crop disease recognition.
Reproduction assets foundThe paper's crop disease recognition experiments use two openly available image datasets, both with explicit public availability statements in the Data Availability section: the Soybean Disease dataset (Dryad DOI) and the PlantVillage dataset (Kaggle). No author analysis code, trained models, or generated text-annotaitDataset · 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.41ns1rnj3html-lines:403-424Dataset · publicThe plantvillage dataset is available at https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset.Open asset ↗Kaggle · plantvillage-datasethtml-lines:403-424Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
AppleField / plotRGB / grayscaleFruitClassificationObject detectionSegmentationGrowth / development / phenology
This article presents a comprehensive dataset of 1406 RGB images of apples ( Malus domestica ), covering three key growth stages-immature (green), semi-mature (color transition), and mature (red). The dataset serves as a resource for detecting and segmenting apples across different developmental phases. Each image includes pixel-level instance segmentation masks annotated in JSON format using the VGG Image Annotator (VIA), ensuring compatibility with deep learning frameworks. The dataset's real-world variability-spanning lighting conditions, occlusions, and clustered fruit arrangements-enhances its utility for training generalizable computer vision models in precision agriculture. It supports tasks such as fruit detection, segmentation and growth-stage classification, addressing the scarcity of annotated data for transitional maturity phases. With 2574 annotated apple instances, this dataset facilitates research on maturity grading and transfer learning for agricultural robotics. By standardizing annotations and incorporating diverse field conditions, this dataset reduces preprocessing overhead and accelerates the development of deployable AI solutions for orchard management. It is particularly valuable for improving model robustness in heterogeneous environments, thereby advancing data-driven horticultural practices.
Why it matches plant phenotyping methodsリンゴ果実の発育段階・成熟度という植物器官の状態を対象に、画素単位アノテーション付き画像データセットを構築しており、観測・抽出手法の再利用可能な基盤が中心である。
abstractThis article presents a comprehensive dataset of 1406 RGB images of apples ( Malus domestica ), covering three key growth stages-immature (green), semi-mature (color transition), and mature (red).
Reproduction assets foundThe paper is a data descriptor for a public apple image dataset (1406 RGB images, pixel-level instance segmentation masks in JSON) deposited on Mendeley Data with a direct URL and DOI, matching the allowed URL exactly.Dataset · publicRepository name: Wang, Dandan; Wang, Bo (2026), “A Multi-Stage, Pixel-Level Annotated Apple Dataset for Precision Agriculture Research”, Mendeley Data, V4
Data identification number: 10.17632/gfcmdbvw65.4
Direct URL to data:https://data.mendeley.com/datasets/gfcmdbvw65/4Open asset ↗Mendeley Data · 10.17632/gfcmdbvw65.4html-lines:1-97Code / dataset availability confirmedEurope PMC · bioRxiv · checked 15 Sept 2026
Accurate and reproducible assessment of foliar disease severity is essential for evaluating the performance of heterogeneous plant communities and understanding host-pathogen interactions. However, traditional visual scoring methods remain subjective, with limited precision, and difficult to scale in large phenotyping experiments. Here, we present a semi-automated image analysis workflow designed to quantify multiple foliar disease symptoms simultaneously on wheat flag leaves sampled from varietal mixtures. The workflow combines three methodological components: (i) a standardized protocol for leaf sampling and imaging, (ii) supervised machine learning segmentation using Random Forest implemented in Ilastik to classify multiple symptoms (powdery mildew and yellow rust), and (iii) a graphical user interface facilitating pipeline deployment by non-specialist operators. To evaluate the influence of image representation on classification performance, four color spaces (RGB, HSV, HLS, LAB) were systematically compared. The approach was validated using images of durum wheat flag leaves collected from a field experiment assessing eight-way varietal mixtures under natural fungal pressure. Cross-validation against manually annotated images demonstrated high segmentation accuracy across all symptom. Comparison among color spaces revealed only minor differences in performance. Overall, this workflow offers a cost-effective, annotation-efficient and reproducible alternative to deep learning approaches, leveraging open-source and actively maintained tools while requiring limited training data and enabling objective, reproducible and scalable disease phenotyping.
Why it matches plant phenotyping methods葉の病害症状を画像解析で定量化するワークフローを開発し、色空間比較と手動アノテーションによる検証を行っており、植物表現型取得法が中心である。
abstractwe present a semi-automated image analysis workflow designed to quantify multiple foliar disease symptoms simultaneously
Reproduction assets foundThe paper's authors explicitly state that all code implementing the leaf disease quantification workflow (SegLeaf, including the graphical interface and documentation) is hosted in a public GitHub repository. No separate public phenotype dataset or trained model checkpoint is described in the supplied blocks.Code · publicted by the Agence Nationale de
la Recherche (ANR) (project SCOOP, grant no. ANR-19-CE32-0011; and project MOBIDIV,
grant no. ANR-20-PCPA-0006).
Code and Data Availability
The method and associated scripts developed in this work are freely available to the re-
search community. All code is hosted in a public GitHub repository at https://github.com/titouanlegourrierec/SegLeaf, which includes the full implementation of the method includ-
ing the graphical interface and documentation to guide users through the analysis pipeline.
15
.
CC-BY 4.0 International license
made available under a
(which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display tOpen asset ↗titouanlegourrierec/SegLeafpdf-raw-page:15 lines:1-39Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Abstract Timely and accurate plant disease detection is important for enhancing agricultural productivity and promoting sustainability. The study introduces Multimodal Adaptive Fuzzy-based Deep Neural Network (MAF-DNN) for classification of plant diseases. The proposed method combines fuzzy logic with multimodal data fusion to effectively address the complex interactions and uncertainties in agricultural datasets. The MAF-DNN employs a robust adaptive fuzzy framework with dynamic rule optimization and integrates Hyperspectral Imaging Data (HID) with RGB imaging data to acquire detailed spectral information and high-resolution visual cues for disease classification. The multimodal fusion enhances the model’s ability to capture intricate patterns that relate to plant health, improving the accuracy of disease classification. The experimental results showed that the MAF-DNN outperforms traditional models by achieving an accuracy of 97.8%, precision of 96.5%, recall of 98.2%, and F1-score of 97.3%. Additionally, the adaptive design reduces computational overhead, increases efficiency, and improves scalability for large-scale agricultural applications. The MAF-DNN represents a significant advancement in plant disease classification and provides a robust and efficient solution for precision agriculture.
Why it matches plant phenotyping methods植物病徴を画像から分類するマルチモーダル画像・深層学習手法の開発と性能評価が中心であり、植物の病害状態を直接推定するため。
abstractThe study introduces Multimodal Adaptive Fuzzy-based Deep Neural Network (MAF-DNN) for classification of plant diseases.
Reproduction assets foundThe paper uses two public Kaggle plant disease image datasets (New Plant Diseases Dataset and CCMT Plant Disease Dataset) as its phenotyping inputs and states that the authors' custom MAF-DNN code is publicly available on GitHub, with all three URLs given in the article and matching allowed URLs.Code · publicThe custom code used to develop and evaluate the proposed Multimodal Adaptive Fuzzy Deep Neural Network (MAF-DNN) framework is publicly available at: https://github.com/skbsangeetha/MAF-DNN-Plant-disease-classificationOpen asset ↗skbsangeetha/MAF-DNN-Plant-disease-classificationhtml-lines:102-118Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Machine learning has become an increasingly important tool for overcoming agricultural challenges by enabling efficient and consistent classification of crop-related data. Training such supervised models requires high quality labeled datasets. This work presents a dataset consisting of raw and preprocessed hyperspectral imaging (HSI) files capturing reflectance in the visible to near-infrared range (400-1000 nm) from two problematic weed species on California's Central Coast: annual sowthistle ( Sonchus oleraceus ) and little mallow ( Malva parviflora ). Hyperspectral imaging provides rich spectral-spatial data cubes that can support the development of deep learning models and autonomous technology for precision weed management. Plants were grown in a greenhouse under five conditions: standard, drought, overwatering, excess fertilizer, and no fertilizer. Custom MATLAB scripts were utilized for preprocessing, including k-means clustering to define regions of interest (ROIs), and extraction of spectral metrics. Data visualization was performed using Wolfram language and MATLAB. The dataset includes both raw and ENVI-formatted hyperspectral cubes and pre-processed MATLAB outputs, supporting spectral feature engineering, benchmark development, and exploratory machine learning workflows for controlled environment stress classification.
Why it matches plant phenotyping methods植物のストレス状態を対象とするハイパースペクトル画像データセットで、ROI抽出・スペクトル指標化と機械学習ベンチマークを中心的に提供しているため、植物フェノタイピング手法・データセットとして適格。
abstractThis work presents a dataset consisting of raw and preprocessed hyperspectral imaging (HSI) files capturing reflectance in the visible to near-infrared range (400-1000 nm) from two problematic weed species
Reproduction assets foundThe paper is a Data in Brief article describing its own hyperspectral imaging dataset of annual sowthistle and little mallow under five abiotic stress treatments, deposited publicly on Zenodo (record 17398082). The dataset includes raw ENVI-format hyperspectral cubes, preprocessed MATLAB outputs (ROI masks, extracted植被Dataset · publicData accessibility
Repository name: Zenodo
Data identification number: zenodo.17398082
Direct URL to data: https://doi.org/10.5281/zenodo.17398082Open asset ↗Zenodo · zenodo.17398082html-lines:92-120Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Tea (Camellia sinensis) is the world's second most consumed beverage, enjoyed daily by more than two billion people. In Bangladesh, it serves as a cornerstone agricultural export and a major sector of the domestic economy. However, commercial tea cultivation remains highly vulnerable to fungal and pest-related diseases such as Blight, Red Rust, and Helopeltis which severely reduce crop yield and compromise leaf quality. While early detection is critical to preventing widespread outbreaks, traditional manual inspection is slow, subjective, and highly error-prone. Deep learning provides a scalable alternative, yet single-branch networks often struggle to capture both minute disease lesions and broader structural degradation simultaneously. To address this, we propose a Hybrid Feature Fusion architecture that runs two highly efficient feature extractors in parallel: EfficientNetV2-Small to isolate fine-grained local textures, and MobileNetV3-Small to capture the global structural context of the leaf. The models were trained and evaluated on a real-world dataset of 2,000 annotated images, evenly distributed across the four target classes (Blight, Red Rust, Helopeltis, and Healthy). Before training, the images underwent a standardized preprocessing pipeline including resizing to 224 × 224 pixels and normalization, supplemented by a dynamic augmentation strategy featuring random rotations, horizontal flips, and brightness adjustments to improve model robustness. The proposed hybrid framework achieved an outstanding peak classification accuracy of 96.80% alongside a macro Area Under the Curve (AUC) of 0.9980. To rigorously validate its performance, the hybrid model was benchmarked against six diverse architectures: a Vision Transformer (ViT-B16 at 76.40%), a Custom CNN (89.60%), MobileNetV3 (94.40%), ResNet50 (95.60%), DenseNet121 (96.40%), and EfficientNetV2-B3 (97.60%). Although EfficientNetV2-B3 achieved a marginally higher raw accuracy, the proposed dual-branch framework delivered a superior precision-recall balance and faster convergence stability. These findings demonstrate that the proposed hybrid methodology is highly reliable and computationally balanced, making it an ideal candidate for integration into Internet of Things (IoT) edge devices for real-time disease monitoring in precision agriculture.
Why it matches plant phenotyping methods茶葉の病徴を画像から分類する深層学習手法の開発と、注釈付きデータセットおよび複数モデルとのベンチマーク検証が中心であり、植物病害状態の表現型推定に該当する。
abstractwe propose a Hybrid Feature Fusion architecture
Reproduction assets foundThe paper's Data Availability statement explicitly deposits the curated 2000-image tea leaf dataset on Mendeley Data and the analysis code on GitHub, both with public URLs matching allowed_urls.Dataset · publicThe dataset comprising 2000 annotated tea leaf images was curated under real-world field conditions. It has been made available at https://data.mendeley.com/datasets/3x42rbj8yv/1.Open asset ↗3x42rbj8yv/1html-lines:465-480Code · publicThe computational code supporting the findings of this study is publicly accessible on GitHub: https://github.com/rayhankhan2192/Tea_Leaf_Disease_Model.Open asset ↗GitHub · rayhankhan2192/Tea_Leaf_Disease_Modelhtml-lines:465-480Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Introduction Plant diseases pose a major challenge to sustainable agriculture, particularly in regions that heavily depend on farming. Early and accurate identification of plant diseases is crucial for ensuring food production and minimizing crop losses. The rapid advancement of deep learning, particularly in convolutional neural networks (CNNs), has significantly enhanced plant disease classification performance. However, many models often struggle to generalize effectively in real-world scenarios due to challenges such as low-intensity visuals, low contrast between the background and foreground of the suspected sample, noise, and chrominance variation. Methods To address the challenges mentioned above, we introduce ConvGem-NeXt, an end-to-end deep learning architecture specifically designed for fine-grained plant disease classification, built on the ConvNeXt baseline model featuring enhanced generalization capabilities. More precisely, our method incorporates a learnable Generalized Mean pooling layer and ReLU activation in the ConvNeXt model to enhance spatial feature representation, and a custom classifier head that integrates batch normalization, ReLU activation, and dropout to mitigate overfitting and improve classification accuracy. Results We tested the presented model on two large-scale and diverse databases, PlantVillage and the PlantDoc. The model achieved 99.65% accuracy on the PlantVillage dataset and 94.69% accuracy on the real-world PlantDoc dataset, demonstrating the efficacy of our method for reliably classifying plant diseases. Discussion This work contributes to the rapidly growing field of agricultural automation by providing a reliable framework for timely disease diagnosis and supporting the enhancement of crop productivity.
Why it matches plant phenotyping methods植物病害を画像から分類する深層学習アーキテクチャを開発し、複数データセットで性能検証しており、植物の病害状態の取得・推定が研究の中心である。
abstractwe introduce ConvGem-NeXt, an end-to-end deep learning architecture specifically designed for fine-grained plant disease classification
Reproduction assets foundThe paper's plant disease classification experiments were performed on two public image datasets, PlantVillage and PlantDoc, both explicitly linked in the data availability statement. No author code or model checkpoints are released.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/abdallahalidev/plantvillage-datasetOpen asset ↗kaggle.com/datasets/abdallahalidev/plantvillage-datasetlines:1466-1516Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published12 May 2026Journal of Advanced College of Engineering and ManagementCited by 0 · OpenAlex ↗
Apple cultivation is a crucial agricultural activity in various mountainous regions, playing a vital role in supporting the local economy and sustaining the livelihoods of farmers. Several prominent mountain districts are known for leading apple production. However, apple orchards in these areas are often threatened by numerous diseases that reduce fruit yield and quality. In this research, we suggest a machine learning-based technique to automate the detection and classification of common apple diseases based on images of apple leaves collected from various regions. Through the use of Convolutional Neural Networks (CNN), the system can classify diseases with 97.36% precision. For post hoc explainability, Grad-CAM is used, which highlights the important regions that influenced CNN’s decision. The automated disease detection tool provides farmers in Nepal’s rural mountain areas with an affordable real time solution to monitor orchard health, minimize crop loss, and improve apple production. The dataset used in this study is originally derived from the United States based PlantVillage dataset, which is widely used for apple leaf disease classification research. Although the dataset is not collected from Nepal, the visual characteristics of apple leaf diseases remain largely consistent across regions due to similar biological infection patterns. Therefore, the model trained on this dataset is applicable to Nepali apple cultivation environments as well. At present, a publicly available or annotated Nepali specific apple leaf disease dataset is not available, which limits region-specific training and evaluation.
Why it matches plant phenotyping methodsリンゴ葉画像から病害状態を分類するCNNベースの手法とGrad-CAMによる解釈を中心に扱うため、植物病害フェノタイピング手法として該当する。
abstractwe suggest a machine learning-based technique to automate the detection and classification of common apple diseases based on images of apple leaves collected from various regions.
Reproduction assets foundThe paper's apple leaf disease image dataset (9,696 images, four classes) is publicly available on Kaggle and explicitly cited by the authors as the dataset used for training and evaluation. No author code, trained model, or other paper-specific assets are reported.Dataset · publicIn this study, the dataset used for apple leaf disease classification was obtained from
Kaggle [20]. The dataset contains a total of 9,696 images of apple leaves, which include
both diseased and healthy samples.Open asset ↗Kagglepdf-raw-page:4 lines:1-39Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Common beanRiceWheatLeafClassificationDisease symptoms / severity
In Bangladesh, crop leaf diseases create a serious risk to food security and production from agriculture. Timely identification of leaf diseases in rice, wheat, and bean crops is considered crucial for the implementation of effective disease detection and classification strategies. To address this challenge, a MobilenetV2-based disease identification and classification system is proposed in this research. Previous studies focus on classifying diseases of a single species, leaving the need to train models separately for each species. This research focuses on forming a single standard model to perform leaf disease classification for multiple crop species including rice, wheat, and beans. The approach makes use of transfer learning with the MobilenetV2 model, which is fine-tuned using a dataset of annotated crop leaf images specific to Bangladesh. Following a comprehensive evaluation, an overall accuracy of 97.87% was achieved in the classification of crop leaf diseases, which surpasses the accuracy of a number of previous studies focusing on leaf disease detection of a single crop. The system demonstrates the capability to rapidly diagnose diseases in real time by enabling the users to prompt intervention to mitigate potential crop losses, ultimately leading to amplified crop yield and food security. Overall, the research highlights the promise of AI-powered solutions in tackling crop leaf disease detection, which in turn encourages greater research and technology adoption to support sustainable farming methods especially in the crop disease classification domain in Bangladesh and throughout the world. Received: 24 May 2025 | Revised: 9 March 2026 | Accepted: 14 April 2026 Conflicts of Interest The authors declare that they have no conflicts of interest to this work. Data Availability Statement The data that support the findings of this study are openly available in the Bangladeshi Crops Disease Dataset at https://www.kaggle.com/datasets/nafishamoin/bangladeshi-crops-disease-dataset and the Bean Disease Dataset at https://www.kaggle.com/datasets/therealoise/bean-disease-dataset. Author Contribution Statement Md. Mahmudul Hasan: Conceptualization, Methodology, Visualization, Supervision. Md. Omar Faruq: Software, Validation, Writing – original draft. Mahadi Hasan Musa: Formal analysis, Investigation. Mohammad Mamunur Rashid: Resources, Data curation, Writing – review & editing. Khandaker Mohammad Mohi Uddin: Writing – review & editing, Project administration, Supervision.
Why it matches plant phenotyping methods葉画像から作物の病害状態を推定する深層学習手法を開発・評価しており、植物病害フェノタイピングが中心的な技術貢献である。
abstracta MobilenetV2-based disease identification and classification system is proposed in this research.
Reproduction assets foundThe paper's Data Availability Statement openly provides the Bean Disease Dataset on Kaggle, which is one of the two public image datasets used to train the multi-crop leaf disease classification model. The Bangladeshi Crops Disease Dataset URL is not among the allowed URLs, so only the bean dataset is reported. No codeDataset · publict
The authors declare that they have no conflicts of interest to
this work.
Data Availability Statement
The data that support the findings of this study are openly
available in the Bangladeshi Crops Disease Dataset at https://
www.kaggle.com/datasets/nafishamoin/bangladeshi-crops-disease-
dataset and the Bean Disease Dataset at https://www.kaggle.com/datasets/therealoise/bean-disease-dataset.Author Contribution Statement
Md. Mahmudul Hasan: Conceptualization, Methodology,
Visualization, Supervision. Md. Omar Faruq: Software, Valida-
tion, Writing – original draft. Mahadi Hasan Musa: Formal
analysis, Investigation. Mohammad Mamunur Rashid: Resources,
Data curation, Writing – review & editing.Open asset ↗Kaggle · therealoise/bean-disease-datasetpdf-raw-page:11 lines:1-83Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 5 Sept 2026
Latest imaging technologies play a vital role in the extraction of plant phenotypic traits in high ranges. Most existing analytical methods treat these traits as independent features, overlooking the complex interaction patterns that focus on plant responses to environmental stress. Proposed Perceptual Graph Kernel (PGK) framework model address the limitation in terms of image-derived phenotypic traits plat information graph structured interaction networks leverages perceptual similarity learning to capture higher-order phenotypic patterns. In the PGK framework, traits extracted from RGB (Red, Green, Blue) and multispectral imagery are encoded as nodes, and biologically meaningful relationships amongst trait pairs are represented as weighted edges. Extracted trait values are continuously transformed into perceptual states to enhance biological interpretability, and a graph kernel is employed to measure similarity between trait graphs. Experiments performed in an agricultural field with a precision agriculture dataset for plant stress phenotyping demonstrated that the proposed PGK achieved 93.8% classification accuracy, improving performance by 5.3 percentage points over the CNN baseline. The outcome results clearly highlight the effectiveness of the perceptual graph model for plant phenotyping and provide a robust, interpretable computational framework for sustainable crop monitoring and decision-support in precision agriculture.
Why it matches plant phenotyping methods画像由来の植物形質を抽出・関係グラフ化し、ストレス表現型分類を行う計算手法が研究の中心であるため。
abstractProposed Perceptual Graph Kernel (PGK) framework model address the limitation in terms of image-derived phenotypic traits
Reproduction assets foundThe paper's Data Availability Statement points to a public GitHub repository (marathonengineer/Agriproject) containing the datasets used in this plant stress phenotyping study. The other allowed URL (PlantCV) is a generic phenotyping library, not a paper-specific asset.Dataset · publicThe datasets used in this study are available in publicly accessible online repositories. The repository can be accessed at: https://github.com/marathonengineer/Agriproject.Open asset ↗marathonengineer/Agriprojecthtml-lines:589-657Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Pakistan is the fourth-largest rice producer and the fifth-largest exporter worldwide. Timely disease detection remains challenging due to the scale of cultivation and reliance on manual monitoring. Developing reliable, ongoing computerized systems for plant health management is essential for efficient disease control. A deep learning approach is used as the core method to identify diseases in rice leaves. This methodology employs a range of advanced deep learning architectures to achieve top-tier feature extraction and classification. The publicly available rice leaf disease dataset on Zenodo supports research reproducibility and data transparency. We systematically process a balanced dataset of 1914 image samples using Python with TensorFlow and a GPU to enable high-speed computation for large-scale image processing. This study conducts a systematic comparative evaluation of five deep transfer learning architectures (InceptionV3, DenseNet201, ResNet152V2, EfficientNetV2L and MobileNetV2) trained independently. The base backbone models are then integrated with guided GrabCut segmentation with contour-detection method for interpretable disease localization. In this work, the methods of segmentation by GrabCut and contour detection are introduced to make the results of the study easier to interpret and explain the disease areas, but the final classification outcomes are obtained only on the basis of the underlying deep transfer learning models. As a result, infected leaf areas can be identified more effectively, allowing for better understanding and explainable of the disease.To enhance interpretability, GrabCut segmentation and contour detection are applied as post-hoc visualization techniques to highlight diseased regions corresponding to CNN predictions. These techniques do not influence the classification training process. All five models InceptionV3, DenseNet201,ResNet152V2,EfficientNetV2L and MobileNetV2 demonstrated their effectiveness in detecting rice diseases during training, validation, and testing phases, with models trained over 30 epochs. The training methods and accuracy rates of the models were compared during validation and final testing. InceptionV3 demonstrated the most moderate performance of 98.80% training, 98.44% validation, and 98.43% test accuracy, which means that it has strong generalization and consistent learning behavior. The performance of very high-density networks such as DenseNet201 (98.72% train, 98.43% val, 98.43% test), ResNet152V2 (99.02% train, 99.22% val, 97.39% test), EfficientNetV2L model accuracies (39.01% train, 48.70% val, 44.50% test) also showed competitive results, which validated the effectiveness of deep transfer learning in the classification of rice leaf disease, while MobileNetV2 model accuracies (98.09% train, 98.18% val, 96.87% test) indicate that a lightweight model can still achieve reliable classification performance with lower computational complexity. In general, the comparative analysis defines InceptionV3 as the most stable and efficient model in the framework proposed. These results illustrate InceptionV3 superior generalization ability, supported by explainable methods for improved feature localization, confirming the viability of transfer learning for accurate and practical rice disease detection using GrabCut segmentation and contour detection technique. The complete implementation code and data used for the research experimentation is publicly available at https://github.com/ummershakeel03/Rice-Leaf-Diseases-Classification for reproducibility and reuse.
Why it matches plant phenotyping methodsイネ葉の病徴領域を画像から分類・局在化する深層学習ワークフローが研究の中心であり、GrabCut・輪郭検出と複数モデルの比較評価を含むため、植物病害状態の画像ベース表現型計測として採用。
abstractA deep learning approach is used as the core method to identify diseases in rice leaves.
Reproduction assets foundThe paper explicitly states that the complete implementation code and the rice leaf disease image dataset (1914 samples) used in this study are publicly available: code on the authors' GitHub repository and the dataset on Zenodo (DOI 10.5281/zenodo.15817084). Both are paper-specific, public, and actionable.Code · publicThe complete implementation code and data used for the research experimentation is publicly available at https://github.com/ummershakeel03/Rice-Leaf-Diseases-Classification for reproducibility and reuse.Open asset ↗ummershakeel03/Rice-Leaf-Diseases-Classificationhtml-lines:1357-1368Dataset · publicThe dataset for this research study is available at: https://doi.org/10.5281/zenodo.15817084.Open asset ↗10.5281/zenodo.15817084html-lines:1357-1368Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Climate change-induced drought increasingly constrains water management in mixed-species urban gardens, requiring scalable and non-destructive approaches. This study proposes an integrated framework combining chlorophyll fluorescence, RGB image indices, and machine learning to classify plant drought response patterns. Ten garden plant species were evaluated under varying soil moisture conditions. Hierarchical cluster analysis integrating fluorescence parameters and RGB indices identified three physiologically defined response clusters, and their reproducibility using RGB indices alone was assessed. A total of 1,629 samples were augmented to 1,881 using the synthetic minority over-sampling technique (SMOTE) to address class imbalance. A support vector machine (SVM) model with a radial basis function kernel, using green leaf index (GLI), normalized green-red difference index (NGRDI), blue-green pigment index (BGI), and soil moisture (%) as predictors, achieved an accuracy of 0.91 and a Kappa coefficient of 0.84. In contrast, PLS-DA showed lower performance (accuracy 0.79, Kappa 0.65), indicating limited separability under linear assumptions. These results demonstrate that RGB indices combined with nonlinear models were able to reproduce physiologically defined drought response patterns under the given conditions. As a proof of concept, this study demonstrates the potential of the proposed framework; however, its generalizability is limited by the controlled greenhouse setting, the relatively small number of species, and the lack of external validation in heterogeneous field environments. The framework may provide a cost-effective approach for classifying plant drought responses and has the potential to support the grouping of plants with similar water requirements, which could contribute to improved irrigation management in mixed-species gardens under further validation.
Why it matches plant phenotyping methodsRGB画像指標と機械学習により、植物の干ばつ応答パターンという生理状態を分類し、蛍光測定との再現性を評価しているため、表現型取得・抽出手法が中心です。
abstractThis study proposes an integrated framework combining chlorophyll fluorescence, RGB image indices, and machine learning to classify plant drought response patterns.
Reproduction assets foundThe paper explicitly states that the authors' analysis code (data processing, feature extraction, SVM/PLS-DA modeling) is publicly deposited on Zenodo with a DOI matching an allowed URL. The phenotype datasets are only said to be in the manuscript/supplementary files, so the code deposit is the qualifying paperSpecificCode · publicThe code supporting the findings of this study, including data processing, feature extraction, and machine learning modeling is available at Zenodo: https://doi.org/10.5281/zenodo.19127295 .Open asset ↗Zenodo · 10.5281/zenodo.19127295lines:98-116Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Image analysis of pits and grains provide alternative routes for overcoming the invasive approach of genomic tools in the investigation of archaeological or modern plant material, which is only seldom a viable option due to the complex and laborious methodologies required. Nevertheless, any investigation of pit morphology and cultivar interpretation requires a high quality, comprehensive dataset for comparison. Such a benchmark dataset for the morphology of olive (Olea europaea) pits is presented in this paper, designed to facilitate similar research and establish a base for future investigations. The dataset was established by image analysis of pits of 18 olive cultivars that were photographed in both lateral and dorsal positions. A dedicated MATLAB® code was developed to extract the silhouettes of each pit and to calculate 16 morphometric traits of each view of the pit. Altogether, a total of 1008 photos of 504 pits of the 18 cultivars, together with their detailed morphometric description and statistical analysis are available here. These were used to test the accuracy of the dataset and the new approach in representing the different cultivars.
Why it matches plant phenotyping methodsオリーブ核の画像から形態形質を抽出する専用コードと、検証用ベンチマークデータセットを開発・提示しており、植物形質取得法が中心である。
abstractSuch a benchmark dataset for the morphology of olive (Olea europaea) pits is presented in this paper, designed to facilitate similar research and establish a base for future investigations.
Reproduction assets foundThe paper's olive pit images (1008 photos of 504 pits) and morphometric trait data (16 parameters per view) are openly deposited on Zenodo, along with the authors' MATLAB 'PitAnalyzer' software used for silhouette extraction and trait calculation. Both are paper-specific, public, and directly actionable via the Zenodo.Dataset · publicAll the images are available on a dedicated Zenodo repository17. The file name of each image comprises an abbreviation of the cultivar name (Table 1), tree number (a, b or c), pit number (1–30) and the pit position (VD VL for dorsal and lateral, respectively).Open asset ↗Zenodohtml-lines:220-292Code · publicThe code that was used in this work is compiled as a stand-alone software based on MATLAB “PitAnalyzer”. The software is available to download at the following repository, where any use of it should be attributed appropriately to this publication (https://zenodo.org/records/18789307).Open asset ↗Zenodohtml-lines:381-404Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Plant disease is a serious threat to agricultural productivity and food security worldwide. Traditional diagnostic methods such as manual observation and laboratory testing are time-consuming, labor-intensive and error prone. The emergence of artificial intelligence (AI) and deep learning (DL) offer scalable solutions for precision agriculture in plant disease detection using advanced computational techniques to process large datasets. Hybrid deep learning architecture integrates Convolutional Neural Networks (CNNs) along with Artificial Neural Networks (ANNs) can leverage both visual and contextual data to improve detection performance. The hybrid CNN-ANN model was developed to analyze visual data (plant images) and contextual data (environmental and soil metrics). The CNN module extracted spatial and textural features from plant images, while the ANN module processed environmental parameters. These outputs were fused into a unified feature vector for disease classification. A total of 15 plant species and their associated diseases were analyzed using 200-270 training samples and 150-190 testing samples for each disease across a total of 1000 images. The model was judged by metrics such as detection accuracy, AUC, sensitivity etc. Data augmentation, pre-trained architectures (e.g., ResNet50) and early stopping techniques were utilized to improvise model performance. The hybrid model saliently achieved detection accuracy consistently above 87% with majority of diseases surpassing 90%. Highperforming cases like Rice Blast (92.5%), Tomato Early Blight (93.8%), and Coffee Rust (93.0%), with AUC values of 0.93 or higher, sensitivity exceeding 94% and specifically above 90%. Diseases of Sugarcane Red Rot and Tea Blister Blight exhibited sensitivities of 92.4% and 92.1% and specificities of 91.1% and 90.5% respectively. Moderate accuracy for Coconut Bud Rot (87.5%) and Mustard Alternaria Blight (87.8%) was due to smaller training sample sizes.
Why it matches plant phenotyping methods植物画像から病害状態を分類するハイブリッドCNN-ANN手法を開発し、精度・AUC・感度などで評価しており、病害フェノタイピング手法が研究の中心である。
abstractThe hybrid CNN-ANN model was developed to analyze visual data (plant images) and contextual data (environmental and soil metrics).
Reproduction assets foundThe paper's plant disease detection model was trained on public plant image datasets: the PlantSeg dataset (Zenodo record 13958858, DOI 10.5281/zenodo.13293891) and the UCI Machine Learning Repository Plants dataset. Both are cited in Materials and Methods as sources of the visual data used for the CNN module. No code,Dataset · publicebao (ZiranKexueBan)/Journal of
Huazhong University of Science and Technology
(Natural Science Edition). 2021;49(8).
37. Ma C, Mu X, Sha D. Multi-Layers Feature Fusion of
Convolutional Neural Network for Scene
Classification of Remote Sensing. IEEE Access.
2019;7.
38. Hämäläinen W.Plants Dataset[Internet]. 2024.
Available from:
https://archive.ics.uci.edu/dataset/180/plants
39. WeiT. PlantSeg: A Large-Scale In-the-wild Dataset
for Plant Disease Segmentation [Internet]. 2018.
Available from: https://zenodo.org/records/13958858Open asset ↗180pdf-raw-page:15 lines:1-48Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Background Recently, plant disease detection and classification have become major concerns in agriculture. Early detection of plant diseases supports farmers to take precautionary actions to prevent the spread of infections across different parts of the plant. However, detecting and classifying plant leaf diseases remain challenging tasks due to the overlapping characteristics of different diseases. Methods To mitigate these limitations, this research developed a Multi-FusNet–convolutional neural network (Multi-FusNet–CNN) with an improved Huber loss function to classify multiple classes of plant leaf diseases. Here, a multipath residual network (Multi-RG) with cross-filtering fusion is integrated, and the pixel shuffling fusion method is developed for fusing low-level to up-sampled features. An improved Huber loss function is incorporated into the Multi-FusNet–CNN to effectively handle outliers and enhance the model’s generalization capability during training. Results The developed Multi-FusNet–CNN with improved Huber loss function achieved 99.95% accuracy, 99.13% F1-score, 99.87% recall, 99.27% precision, and 99.93% specificity, thereby outperforming existing conventional techniques. Conclusion The proposed Multi-FusNet–CNN model improved the generalization capability of the method during the training process on plant leaf disease detection and classification.
Why it matches plant phenotyping methods植物葉の病徴を画像から検出・分類するCNN手法の開発と性能評価が研究の中心であり、植物の病害状態を推定するフェノタイピング手法に該当する。
abstractthis research developed a Multi-FusNet–convolutional neural network (Multi-FusNet–CNN) with an improved Huber loss function to classify multiple classes of plant leaf diseases.
Reproduction assets foundThe paper uses two public plant leaf image datasets directly in its analysis: the Plant Village dataset (Kaggle) as the primary training/classification dataset and the RoCoLe dataset (datasetninja) for coffee leaf disease samples. Both have explicit public URLs in the references. No author code, models, or checkpoints,Dataset · public26
Plant village dataset . Available online at: https://www.kaggle.com/datasets/emmarex/plantdisease (Accessed February 03, 2026 ).Open asset ↗Kaggle · emmarex/plantdiseaselines:1010-1131Dataset · public31
RoCoLe dataset . Available online at: https://datasetninja.com/rocoleing (Accessed February 03, 2026 ).Open asset ↗datasetninja · rocoleinglines:1010-1131Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Field / plotLeafClassificationSegmentationStress / disease detectionDisease symptoms / severity
Early and accurate detection of plant leaf diseases is an essential requirement for precision agriculture, given their severe impact on global food security. While much has been done recently, many deep learning-based approaches will still fail in real-world tests because of challenges such as background clutter, differences in illumination, occlusion, or the fact that visual symptoms for these diseases can be very subtle early on. Traditional CNN- and Transformer-based architectures generally lack accurate lesion localisation and interpretability, hindering their practical deployment in agricultural decision-support tools. To address these issues, we present LDDHybridNet, a region-based, explanation-friendly deep learning framework that can identify leaf disease at an early, accurate stage. It then applies preprocessing steps guided by ROI, based on leaf segmentation from the U-Net, followed by a compact CNN-based spatial feature-extraction framework. We arrange spatial feature embeddings extracted from lesion regions into an ordered sequence and employ a Bi-LSTM with attention to model structured contextual dependencies, allowing progression-aware feature learning without requiring actual temporal image sequences. Lastly, Grad-CAM-based post-hoc explainability is employed to interpret model decisions, enabling transparent visualisation of disease-relevant regions. We conduct extensive experiments on the PlantVillage benchmark and the FieldPlant dataset and show that LDDHybridNet consistently outperforms representative CNN, transformer, and hybrid baselines across multiple evaluation metrics. Although the near-ceiling performance on PlantVillage reveals the dataset's artificial nature, the proposed framework achieves 95.37% accuracy under real-world field conditions and 92.84% on weak-lesion early-stage samples, demonstrating the method's robustness and early-stage detection potential. The performance boosts are statistically significant (P < 0.01). In general, LDDHybridNet is an interpretable and robust deep learning framework for leaf disease detection, which can support data-driven crop protection and precision agriculture applications.
Why it matches plant phenotyping methods葉の病害症状を画像から検出・局在化する深層学習手法の開発とベンチマーク評価が中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として収録する。
abstractwe present LDDHybridNet, a region-based, explanation-friendly deep learning framework that can identify leaf disease at an early, accurate stage.
Reproduction assets foundThe paper's phenotyping measurements are leaf disease detection experiments on two public image datasets: PlantVillage (Kaggle) and FieldPlant (IEEE Dataport), both cited with explicit public URLs. The authors' code, trained weights, and scripts are not publicly released and are available only on request, so no code/模型Dataset · public43.Hughes, D. P. & Mohanty, S. P. PlantVillage Dataset. [online] (2015). Available at: https://www.kaggle.com/datasets/emmarex/plantdiseaseOpen asset ↗PlantVillage Datasethtml-lines:657-726Dataset · public44.Moupojou, R. K., Bouachir, W., Ahamed, T. & Taki, A. H. FieldPlant: A Real-World Dataset for Leaf Disease Detection in Field Conditions. IEEE Dataport. [online] (2021). Available at: https://ieee-dataport.org/documents/fieldplant-datasetOpen asset ↗FieldPlanthtml-lines:657-726Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
Crop phenology is a critical determinant for yield prediction and germplasm evaluation. However, precise phenological monitoring in large-scale rice breeding trials faces significant challenges due to the inherent phenological asynchrony among hundreds of cultivars and the trade-off between spatial resolution and temporal continuity in unmanned aerial vehicle (UAV) remote sensing. To address these issues, this study proposes a multi-scale temporal deep learning framework that integrates high-frequency medium-resolution (MR) images as temporal anchor with sparse high-resolution (HR) images as spatial enhancement. We introduce a Missing Aware Gated Fusion (MAGF) mechanism to dynamically integrate multi-resolution features on non-aligned timelines, enabling robust modeling under irregular sampling conditions. Validated on a massive dataset covering approximately 500 rice cultivars and over 100,000 images across 2023 and 2024 growing seasons, the proposed method significantly outperformed single-temporal-scale baselines despite multiple growth stages coexisting within the same dates. The integration of multi-spatial-scale fusion with LSTM temporal modeling yielded superior performance considering efficiency, achieving an Overall Accuracy (OA) and F1-score of 0.873, with a Kappa coefficient of 0.84. A hybrid sampling strategy (daily MR image combined with weekly HR image) demonstrates that weekly flight time can be reduced from 28 h to approximately 6 h while maintaining high accuracy. Notably, even when HR acquisition was reduced to a once every 14 days frequency, the fusion performance remained significantly superior to that of daily MR monitoring alone. The model exhibited strong generalization capabilities. When directly applying the model trained on 2024 data to the 2023 dataset, it maintained an OA of 0.774 and an F1-score of 0.738 under a 3-day error tolerance, with recall for the maturity stage consistently exceeding 0.96. This framework offers a flexible, scalable, and cost-effective solution for high-throughput phenotyping in precision breeding.
Why it matches plant phenotyping methodsUAVリモートセンシング画像と深層学習によるイネの生育ステージ(フェノロジー)推定手法を開発・検証し、大規模育種データで性能評価しているため、フェノタイピング手法が中心である。
abstractTo address these issues, this study proposes a multi-scale temporal deep learning framework that integrates high-frequency medium-resolution (MR) images as temporal anchor with sparse high-resolution (HR) images as spatial enhancement.
Reproduction assets foundThe article explicitly states that the authors' source code and test samples for the rice phenology identification framework are publicly available on GitHub, matching an allowed URL. No public dataset deposit is stated; additional data is only on request.Code · publicThe source code and test samples used in this study are publicly available at: https://github.com/gfjiyue/Rice-phenology-identification-by-UAV . Additional data can be made available upon reasonable request.Open asset ↗https://github.com/gfjiyue/Rice-phenology-identification-by-UAVlines:601-709Code / dataset availability confirmedOpenAlex · arXiv · checked 5 Sept 2026
Purpose: Fast detection of plant stress is key to plant phenotyping, precision agriculture, and automated crop management. In particular, efficient irrigation management requires early identification of water stress to optimize resource use while maintaining crop performance. Direct physiological sensing offers the potential to detect stress responses before visible symptoms appear. Methods: In this study, we recorded electrophysiological signals from greenhouse-grown tomato plants subjected to water stress and developed a framework based on machine learning for online stress detection. The recorded time-series data were processed using a processing pipeline that includes statistical feature extraction and selection, automated machine learning or alternatively deep learning, and probability calibration. Results: Across multiple input time horizons, we found that a 30-minute look-back window strikes the best balance between rapid decision-making and classification performance. Using automated machine learning, the framework achieved classification accuracies of up to 92%, outperforming deep learning approaches. Sequential backward selection reduced the feature set while maintaining performance. Importantly, the framework detects transitions from healthy to stressed states in recordings that were not included in the training set. Conclusion: Overall, we provide a decision-support tool for farmers and establish a foundation for biofeedback-driven irrigation control to improve resource efficiency in (semi-)autonomous crop production systems.
Why it matches plant phenotyping methodsトマトの電気生理シグナルから水ストレス状態を推定するセンシング・機械学習パイプラインを開発し、未学習データで性能検証しているため、植物フェノタイピング手法が中心である。
abstractDirect physiological sensing offers the potential to detect stress responses before visible symptoms appear.
Reproduction assets foundThe paper's electrophysiological time-series and soil moisture measurements from the water-stress tomato experiment are explicitly stated to be publicly available online via a Zenodo deposit (Buss et al. 2026a), referenced in both the Methods and Data availability sections.Dataset · publicAll recorded and
processed data are available online (Buss et al. 2026a).Open asset ↗pdf-page:5 lines:1-37Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Accurate detection of cocoa pod diseases is vital to reducing yield losses and supporting sustainable agriculture. Although deep learning models have shown promise in plant disease classification, their performance often varies between datasets due to limitations in feature extraction and generalisation. This study introduces a Learnable Gated Fusion Convolutional Block Attention Module (LGF-CBAM) integrated with a ResNetV2-101 backbone to improve discriminative feature learning and improve robustness in cocoa disease classification. Unlike the standard CBAM, which processes attention modules sequentially, LGF-CBAM adaptively balances the importance of spatial and channel cues through trainable gating parameters normalized with a softmax function. Incorporating LGF-CBAM provided outstanding results on the Cocoa_Pod_Disease_Gh dataset, achieving 98.95% accuracy along with F1 and PPV scores of 99.11%. The cross-dataset evaluation confirmed robustness, with accuracies of 98.53% on Cocoa Diseases (YOLOv4), 97.96% on Black and Borer Pod Rot, and 96.19% on Cacao Diseases in Davao. Although greater variability in the Coffee and Cocoa dataset reduced accuracy to 94.00%, the model still maintained strong adaptability under diverse conditions. These findings establish LGF-CBAM as a state-of-the-art framework that outperforms all other referenced systems, offering high accuracy, stability, and generalization. In general, this research contributes to a novel attention-based deep learning framework that can support early and reliable identification of cocoa pod diseases, providing a scalable solution for precision agriculture.
Why it matches plant phenotyping methodsカカオ果実の病害状態を画像から分類する深層学習手法を開発し、複数データセットで性能・頑健性を評価しており、植物フェノタイピング手法が研究の中心である。
abstractThis study introduces a Learnable Gated Fusion Convolutional Block Attention Module (LGF-CBAM) integrated with a ResNetV2-101 backbone to improve discriminative feature learning and improve robustness in cocoa disease classification.
Reproduction assets foundThe authors' primary plant-phenotyping asset is the Cocoa_Pod_Disease_Gh image dataset, publicly deposited on Figshare with an explicit Data Availability statement and DOI. The Kaggle/Roboflow datasets are cited prior external datasets used for cross-dataset evaluation, not paper-specific deposits, so they are excludedDataset · publicThe data that support the findings of this study is available at https://figshare.com/articles/dataset/Cocoa_Disease_Datasets/31294003. https://doi.org/10.6084/m9.figshare.31294003.Open asset ↗figshare · 10.6084/m9.figshare.31294003html-lines:1039-1062Code / dataset availability confirmedCrossref · checked 5 Sept 2026
Disease prevention and water management are important to all the crops, particularly rice and sugarcane production in India. The article proposes a reinforcement learning (RL) based intelligent irrigation management system that is capable of optimising water consumption and crop nutrition in response to the changing agricultural climatic conditions. Decentralised reinforcement learning (RL) is used in a network of irrigation agents that utilise soil and microclimate sensor networks to set the terms of water allocation, water use efficiency (WUE) and crop health. At the same time, deep convolutional networks can be used to differentiate between plant stress/disease and leaf images and take applicable proactive actions. It is a framework that incorporates satellite-derived indices (NDVI, EVI, land surface temperature) with local sensor measurements and image-based health measurements through multimodal deep learning. Far-reaching simulations (including Indian climate and crop calendars) demonstrate that the multi-agent system lowers water consumption and preserves the yields and properly notifies stressed plants. The scores of disease detection with plantvillage-based fine-tuned on rice (120 (3 disease types) and 3829 (5 disease types) and sugarcane (2569 images for all disease types, Convolutional Neural Network (CNN) yield results of >98 % accuracy. Crop mapping (rice/sugarcane) Satellite/LSTM-based crop mapping (with Sentinel-1 / Sentinel-2) achieves more than 97 % accuracy. The suggested structure provides a data-driven, scalable system for precision agriculture to enhance the management of irrigation periods and crop health. Simulation experiments show that the RL-based controller can reduce water consumption while preserving optimal soil moisture levels when compared to rule-based irrigation strategies.
Why it matches plant phenotyping methods画像・衛星・センサーを統合して植物ストレス/病害状態を推定するマルチモーダル基盤が提案され、病害検出性能も評価されているため、植物表現型推定が実質的な構成要素である。
abstractdeep convolutional networks can be used to differentiate between plant stress/disease and leaf images
Reproduction assets foundThe paper reports simulation-based experiments using public leaf-image datasets. The only paper-specific public asset explicitly identified is the Kaggle rice leaf diseases dataset (vbookshelf/rice-leaf-diseases) cited as a data source for the rice disease fine-tuning set. No authors' code, trained models, or data dépDataset · publicConflict of interest: Authors do not have any conflict of interest 2026 Mar 31). Available from: https://www.kaggle.com/datasets/Open asset ↗Kagglepdf-page:16 lines:1-58Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Common beanLeafClassificationStress / disease detectionDisease symptoms / severity
Context Plant diseases are a serious danger to the world's food security since they drastically lower crop output. Traditional manual plant leaf inspection is time-consuming, labor-intensive, and frequently subjective. Recent developments in deep learning provide effective and scalable methods for image-based analysis-based automated plant disease identification. Techniques Three deep learning architectures-a proprietary Convolutional Neural Network (CNN), ResNet18, and Vision Transformer (ViT)-are used in this study to examine automated bean leaf disease identification. The Augmented iBean dataset, which has three classes-angular leaf spot, bean rust, and healthy leaves-was used to train and assess the models. Every model was trained using the same preprocessing and training settings to provide fair benchmarking. Receiver Operating Characteristic (ROC) curves, accuracy, precision, and confusion matrices were used to assess the model's performance. Outcomes ResNet18 fared better than CNN and Vision Transformer models, according to a comparative analysis. ResNet18 maintained a high level of computing efficiency while achieving 99% accuracy and 99.01% precision. Its better categorisation capacity across all disease categories was validated using confusion matrix and ROC analysis. In conclusion The study shows that ResNet18 offers the optimal trade-off between accuracy and efficiency and creates a standard benchmarking framework for bean leaf disease identification. The results demonstrate its applicability for real-time deployment in precision agricultural systems for better crop management and early disease identification.
Why it matches plant phenotyping methods豆葉の病徴を画像から認識する深層学習手法を比較・ベンチマークしており、植物病害状態の取得手法が研究の中心である。
abstractThree deep learning architectures-a proprietary Convolutional Neural Network (CNN), ResNet18, and Vision Transformer (ViT)-are used in this study to examine automated bean leaf disease identification.
Reproduction assets foundThe paper's data availability statement points to the Augmented iBean dataset on IEEE DataPort, the public bean leaf image dataset used for all phenotyping/classification experiments in this study. No author analysis code or trained model checkpoints are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://ieee-dataport.org/documents/bean-leaf-disease-augmented-ibean-dataset.Open asset ↗ieee-dataport · bean-leaf-disease-augmented-ibean-datasethtml-lines:446-496Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Proper diagnosis of crop diseases and accurate measurement of fruit ripeness is essential in enhancing agricultural productivity, but conventional methods of diagnosis are time-consuming, error-prone, and inefficient. With the rapid development of AI, deep learning (DL), and IoT, there is increasing demand for combined solutions that jointly address plant health monitoring and harvest optimization in a reproducible and deployment-oriented manner. This study develops a new bi-phasic DL framework, AgroDualNet, that predicts crop diseases and identifies fruit ripeness stages to optimize yield quality and minimize agricultural losses. The work explicitly targets improved classification reliability, broader class evaluation, rigorous validation and generation of decision-ready outputs for precision agriculture. AgroDualNet comprises two modules. The crop-disease prediction module integrates ResNet50 with a Convolutional Block Attention Module (CBAM), and a Sequential Minimal Optimization (SMO)-based SVM classifier to enhance feature learning and classification performance Several different architectural designs are benchmarked and the resultant model is tested on both a dedicated 3-class subset and a large multi-class model of the PlantVillage dataset with leakage safe protocol(augmentation applied only on training data), cross-validation, statistical significance testing as well as ablation. The fruit-ripeness module employs YOLOv8 for real-time fruit localization and MobileNetV2 for lightweight ripeness classification suitable for edge deployment and a prototype decision-support layer maps predictions to actionable recommendations. That is able to run on the edge. Experiments show that the hybrid CBAM + ResNet50 + SMO model achieves 99.6% accuracy for crop disease classification on a three-class configuration of the PlantVillage dataset and maintains consistently higher accuracy than strong baseline in a 38-class setting, with statistically significant results confirmed by McNemar's test (p < 0.001) outperforming baseline and intermediate architectures in accuracy, precision, Recall and F1-Score The fruit ripeness pipeline achieves 98.88% classification accuracy across four ripeness stages (unripe, semi-ripe, ripe, over-ripe) on a combined Kaggle and real-field apple dataset with low inference time, confirming its suitability for near real-time deployment on edge devices. Cross-validation, Statistical significance tests and ablation studies collectively validate the robustness and significance of these gains and the decision-support layer demonstrates the feasibility of converting raw predictions into interpretable, recommendation-oriented outputs. AgroDualNet provides an efficient and unified system for monitoring plant diseases and evaluating fruit ripeness, with statically validated performance across both focused and full multi-class settings, addressing two critical challenges in precision agriculture with a single extensible framework. The dual-module design of AgroDualNet, which combines disease prediction with ripeness analysis and a preliminary decision-support prototype offers a more comprehensive and practically relevant AI-driven monitoring solution than conventional single-task models. By emphasizing multi-class validation on PlantVillage, leakage-aware experimentation, statistical verification, and system-level integration, this works supports real-time, precise and automated guidance to reduce crop losses, improve harvest timing, and enable smarter farm-level decision making.
Why it matches plant phenotyping methods植物病害状態と果実成熟度を画像から推定する深層学習パイプラインの開発・比較検証が中心であり、PlantVillageおよび実圃場データで交差検証、アブレーション、統計検定を実施しているため、植物フェノタイピング手法として含める。
abstractThis study develops a new bi-phasic DL framework, AgroDualNet, that predicts crop diseases and identifies fruit ripeness stages
Reproduction assets foundThe paper's Data availability statement names two public datasets used directly in the phenotyping experiments: the PlantVillage crop-disease dataset and a Kaggle apple fruit-ripeness dataset, both with explicit Kaggle URLs matching allowed_urls. The statement also mentions implementation files, trained weights, and a Dataset · public. and V.V. wrote the main manuscript text, and K.N. prepared figures. All authors reviewed the manuscript.
Funding
There is no funding received from any organization for this work.
Data availability
The datasets that have been used and analysed in this study are publicly available. PlantVillage crop disease data are on kaggle ( https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset ) accessed March 2026). The dataset on the ripeness of apple fruits can be found in Kaggle ( https://www.kaggle.com/datasets/mdsagorahmed/fruit-image-dataset-22-classes ) accessed March 2026). The files used to run the implementation, trained model weights, class definitions and split metadata are opeOpen asset ↗Kaggle · plantvillage-datasetlines:583-665Dataset · publiction for this work.
Data availability
The datasets that have been used and analysed in this study are publicly available. PlantVillage crop disease data are on kaggle ( https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset ) accessed March 2026). The dataset on the ripeness of apple fruits can be found in Kaggle ( https://www.kaggle.com/datasets/mdsagorahmed/fruit-image-dataset-22-classes ) accessed March 2026). The files used to run the implementation, trained model weights, class definitions and split metadata are openly available at: 10.5281/zenodo.19051520.
Declarations
Competing interests
The authors declare no competing interests.
References
1.
George R Thuseethan S RagelOpen asset ↗Kaggle · fruit-image-dataset-22-classeslines:583-665Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Plant diseases threaten global agriculture, and deep learning-based disease recognition has become crucial for addressing this challenge. While DenseNet excels in plant disease classification due to its dense connectivity, its large size limits deployment on resource-constrained edge devices. This paper proposes Connection-Aware DenseNet Pruning (CADP), achieving efficient compression through three collaborative modules. First, the EdgePrune module explicitly models inter-channel feature flows via an edge weight network, using dual-channel importance scoring that fuses activation correlation and gradient information to remove redundant connections while preserving critical propagation paths. Second, connection-guided CP decomposition leverages EdgePrune's importance information, adaptively assigning differentiated ranks through the Connection Importance Index (CII) to balance preservation of critical layers with deep compression of secondary layers. Third, dual-stream knowledge distillation integrates throughout post-pruning and post-decomposition fine-tuning, combining output-level soft labels and intermediate spatial attention transfer to recover compression losses. CADP achieves 88% parameter reduction and 89% computational savings on DenseNet-121, maintaining 99.67% and 99.66% accuracy on PlantVillage and RiceLeaf datasets, achieving competitive accuracy with significantly fewer parameters. This provides a promising approach for resource-constrained deployment with potential generalizability and practical value.
Why it matches plant phenotyping methods植物画像から病害状態を推定する分類モデルの軽量化手法を開発し、PlantVillageおよびRiceLeafで性能を評価しているため、病害フェノタイピング手法が中心である。
titleCADP: Connection-Aware DenseNet Pruning for lightweight plant disease classification.
Reproduction assets foundThe paper uses two publicly available plant image datasets (PlantVillage and Rice Leaf Disease) hosted on Mendeley Data, explicitly linked in the Data Availability statement. No author analysis code, models, or checkpoints are shared.Dataset · publicThe datasets used in this study are publicly available. The PlantVillage dataset can be accessed at https://data.mendeley.com/datasets/tywbtsjrjv, and the Rice Leaf Disease dataset is available at https://data.mendeley.com/datasets/fwcj7stb8r/1.Open asset ↗fwcj7stb8rhtml-lines:698-748Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
This study proposes RoViT-KAN, a multi-task deep learning framework for plant disease classification, severity estimation, and uncertainty quantification. The architecture integrates a DeiT-Tiny Vision Transformer backbone with task-specific heads for disease classification, ordinal severity prediction, and heteroscedastic uncertainty estimation. To enhance interpretability, a Kolmogorov–Arnold Network (KAN) module is introduced to model continuous disease severity through learnable spline-based transformations. A four-stage curriculum learning strategy is employed to stabilize multi-task optimization by progressively activating prediction objectives. The model is evaluated on a rose leaf disease dataset comprising 3,113 original images and 10,000 augmented samples across four classes: healthy leaf, leaf holes, black spot disease, and dry leaf condition. Experimental results demonstrate a classification accuracy of 99.70%, with calibrated uncertainty estimates (Brier score = 0.0914) and reliable severity prediction. Ablation studies validate the contribution of each architectural component. The model highlights the potential of combining transformer-based architectures with uncertainty-aware learning and interpretable neural representations for robust plant disease analysis.
Why it matches plant phenotyping methodsバラ葉の画像から病害分類と病害重症度を推定する手法を開発・評価しており、植物の病態を対象とした画像ベース表現型解析が研究の中心である。
abstractThis study proposes RoViT-KAN, a multi-task deep learning framework for plant disease classification, severity estimation, and uncertainty quantification.
Reproduction assets foundThe paper's rose leaf disease dataset (RoseLeafSet) is publicly deposited on Mendeley Data, and the authors' RoViT-KAN implementation code is publicly available on GitHub, both with explicit availability statements and URLs matching allowed entries.Dataset · publicThe datasets analyzed during the current study are publicly available in the Mendeley Data repository at: https://data.mendeley.com/datasets/9g668bfhy5/3.Open asset ↗Mendeley Datahtml-lines:716-742Code · publicThe code used to develop and evaluate the model in this study is publicly available to support transparency and reproducibility of the research. The implementation, along with relevant scripts and documentation, can be accessed through the following GitHub repository: https://github.com/nishitbohra/RoViT-KAN-Interpretable-Vision-Transformer-for-Rose-Disease-Severity-Estimation.Open asset ↗GitHubhtml-lines:716-742Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Early detection of plant diseases is essential for maintaining crop health and ensuring sustainable agricultural productivity. Guava fruit and leaf diseases, if not identified at an early stage, can lead to significant yield losses. Recent advances in deep learning offer promising solutions; however, challenges remain in achieving both high accuracy and model interpretability for practical agricultural deployment. Methods This study proposes an explainable deep learning-based framework for the classification of guava fruit and leaf diseases. A real-world dataset consisting of 527 annotated images across five classes-Disease Free, Phytophthora, Red Rust, Scab, and Styler and Root Rot-was utilized. Six hybrid model architectures were developed by integrating transfer learning backbones (VGG16, MobileNetV2, InceptionV3, and ResNet50) with custom convolutional neural network (CNN) classifiers. Model performance was evaluated using accuracy, precision, recall, F1-score, and class-wise metrics. To enhance transparency, Gradient-weighted Class Activation Mapping (Grad-CAM) was employed to visualize disease-relevant regions. Results Among all evaluated models, the proposed VGG16 + MobileNetV2 hybrid architecture achieved the best performance, attaining an accuracy of 96%, an F1-score of 0.96, and strong generalization across all disease classes. Comparative analyses using confusion matrices, ROC-AUC curves, precision-recall curves, and radar plots confirmed the superior and consistent performance of the proposed model over other hybrid configurations. Discussion The results demonstrate that combining deep feature extractors with lightweight architectures enhances both classification accuracy and computational efficiency. The integration of Grad-CAM provides meaningful visual explanations, increasing trust and interpretability in AI-assisted disease diagnosis. This framework shows strong potential for deployment in real-time smart farming systems and mobile-based diagnostic applications, particularly in resource-constrained agricultural environments.
Why it matches plant phenotyping methodsグアバの葉・果実画像から病害状態を推定する深層学習手法が研究の中心であり、複数モデルの比較評価とGrad-CAMによる説明可能性検証も行っているため、植物フェノタイピング方法論として採用する。
abstractThis study proposes an explainable deep learning-based framework for the classification of guava fruit and leaf diseases.
Reproduction assets foundThe paper's plant image dataset (527 annotated guava fruit/leaf disease images) is a public Kaggle deposit explicitly cited by the authors with a URL, making it a paper-specific, publicly actionable asset. No author analysis code or trained model checkpoints are stated as publicly available; the data availability only指Dataset · publicKaggle ). Available online at: https://www.kaggle.com/datasets/noamaanabdulazeem/guava-dataset (Accessed January 10, 2024 ).Open asset ↗Kagglelines:550-617Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Objectives Nutritional deficiency in coffee is a major problem that compromises plant health, crop yield, and bean quality, directly threatening the economies of coffee-dependent regions. Traditional detection methods are primarily manual, time-consuming, and relied upon expert availability. Methods This study introduces a novel Deep Learning (DL)-based dual-track architecture designed for the efficient classification of nutritional deficiencies in coffee leaf. The first track utilizes a MobileNetV3 backbone integrated with a Multi-Convolutional Shape-Aware Kernel (MCSK) block to capture spatially adaptive features from leaf textures and vein patterns. The second track employs a Hierarchical Shuffled Group Attention Network (HSGAN), utilizing Efficient Channel Attention (ECA) and Local Group Attention (LGA) modules to balance fine-grained local variations with broad spatial dependencies. Finally, a Multidimensional Collaborative Attention (MCA) mechanism is applied to the fused features to enhance cross-channel interactions and feature extraction. Results The proposed model was evaluated using the CoLeaf dataset, where it achieved an accuracy score of 96.04%. This performance demonstrates an improvement over existing research and current state-of-the-art models, highlighting the architecture's ability to identify complex nutrient-related patterns in coffee leaves. Conclusion The performance of the proposed DL approach offer a solution for the automated monitoring of coffee plants. By providing a reliable alternative to manual inspection, this method presents the potential to help coffee production and support the agricultural regions worldwide.
Why it matches plant phenotyping methodsコーヒー葉の栄養欠乏という植物状態を画像から分類する深層学習手法を開発・評価しており、表現型取得・推定が研究の中心であるため。
abstractThis study introduces a novel Deep Learning (DL)-based dual-track architecture designed for the efficient classification of nutritional deficiencies in coffee leaf.
Reproduction assets foundThe paper's primary phenotyping asset is the CoLeaf coffee leaf nutrient-deficiency image dataset, which the authors state is publicly available via a Mendeley Data URL matching an allowed URL. No author analysis code or trained model checkpoints are disclosed.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://data.mendeley.com/datasets/brfgw46wzb/1 .Open asset ↗brfgw46wzb/1lines:733-764Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Abstract 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 machine learning models have been presented. In the first approach, by employing a naive masking technique and combining classical machine learning with deep learning classifiers, the model achieved a reasonable performance, with an Area Under the Curve (AUC) of 0.90 on the Receiver Operating Characteristic (ROC), displaying 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 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 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 decline in environmental quality caused by industrial pollution and climate change has weakened the natural resistance of rice plants (Oryza sativa), increasing their susceptibility to various diseases. Conventional disease identification methods that rely on manual observation are often limited by subjectivity and human visual constraints. This study proposes a deep learning–based system for automatic rice leaf disease classification using the You Only Look Once version 8 (YOLOv8) architecture. The model was trained using a publicly available rice leaf image dataset consisting of 6,889 images categorized into eight classes: Bacterial Leaf Blight, Brown Spot, Leaf Blast, Leaf Scald, Sheath Blight, Narrow Brown Leaf Spot, Rice Hispa, and Healthy Rice Leaf. The research methodology includes image pre-processing, data augmentation, dataset splitting, and training using the YOLOv8n-cls model for 50 epochs. Experimental results demonstrate high classification performance with an accuracy of 99.5%, precision of 99%, recall of 98%, and an F1-score of 0.99. The trained model was then deployed into a web-based application that allows users to upload rice leaf images and obtain real-time disease classification results. The proposed system provides a practical tool to support early detection of rice plant diseases and assist farmers in improving crop management in modern agriculture.
Why it matches plant phenotyping methodsイネ葉画像から病害状態を推定するYOLOv8画像解析手法の開発と性能評価が中心であり、植物病害フェノタイピングに該当する。
abstractThis study proposes a deep learning–based system for automatic rice leaf disease classification using the You Only Look Once version 8 (YOLOv8) architecture.
Reproduction assets foundThe paper's rice leaf disease image dataset (6,889 images, eight classes) used for YOLOv8n-cls training is a publicly available Kaggle dataset cited by the authors with an explicit URL. No author code, trained model, or other paper-specific assets are reported.Dataset · publicThe primary dataset was obtained from a
publicly available dataset on Kaggle [16], which provides a
comprehensive collection of rice leaf disease images for
machine learning research.Open asset ↗Kagglepdf-raw-page:3 lines:1-102Code / dataset availability confirmedOpenAlex · Crossref · checked 5 Sept 2026
Abstract 3D models are used in plant phenotyping for non-destructive quantification and analysis of morphological characteristics. Analyzing plant structure allows breeders to select for desirable traits, associated with e.g. drought tolerance or increased productivity. In sugar beet, morphological parameters depict an essential element of the variety approval for distinguishing between genotypes. However, only a limited number of measured or scored parameters are considered at a single time point. In contrast, 4D data adds a temporal component and can depict the dynamic development of 3D parameters. To explore the potential of spatio-temporal 4D phenotyping for automated crop genotype differentiation, a greenhouse experiment was conducted by us covering twelve sugar beet genotypes. High-resolution 3D models were generated twice a week over the course of two months and both common and novel 3D morphological parameters were extracted. The importance of these parameters was assessed by us, and the dataset was analyzed using unsupervised pointwise clustering and time series clustering. Varying importance of parameters depending on the time point and significantly higher importance of plant parameters compared to leaf parameters are demonstrated by our results. Moreover, increased and more stable genotype differentiation is archived using time series clustering compared to pointwise clustering. Furthermore, taproot formation of sugar beet was found to have a crucial impact on morphological development. Substantial variations in the dynamic development of 3D morphological parameters underline the importance of 4D data for plant genotype differentiation. Thus, a novel foundation for genotype differentiation in plant phenotyping is provided by our findings.
Why it matches plant phenotyping methods3Dモデルから植物形態形質を抽出し、時系列クラスタリングで遺伝型識別を評価する4Dフェノタイピング手法が研究の中心である。
titleSpatio-temporal 4D phenotyping for automated morphological genotype differentiation of sugar beet
Reproduction assets foundThe paper publicly deposits its generated sugar beet point cloud dataset under CC BY 4.0 at a Dataverse DOI, directly reproducing the paper's phenotyping measurements. Supplementary Python codes and extracted parameter values are stated to be included with the article, but no authors' public URL for the code is presentDataset · publicThe generated point cloud dataset is available at https://doi.org/10.60507/FK2/IS8YBZ under CC BY 4.0 license.Open asset ↗10.60507/FK2/IS8YBZlines:277-363Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Plant disease diagnosis based on visual symptoms is crucial for preventing yield loss; however, deployment in practical settings remains challenging due to inter-class similarity, background noise, and limited computational resources. This study presents a plant disease classification framework evaluated on a curated multi-crop dataset aggregated from multiple publicly available repositories, comprising 51 disease and healthy classes. The dataset includes approximately 45,000 original images that were expanded through controlled augmentation during training to improve generalization. We benchmark eight ImageNet-pretrained tiny vision transformer architectures trained for up to 50 epochs. Among these, CAFormer-s18 achieved strong validation performance but with increased computational overhead. To enable efficient and computationally lightweight solutions, we design two fully customized convolutional neural networks: PlantaNetLite (1.28M parameters) and PlantaNet (2.58M parameters). After hyperparameter optimization and full 100-epoch training, PlantaNet achieved 99.37% validation accuracy and 99.66% test accuracy with a compact model size (9.85 MB) and moderate computational cost, while PlantaNetLite achieved a best validation accuracy of 99.22% under further parameter reduction. Qualitative Grad-CAM and Grad-CAM++ analyses provide insight into the regions influencing model predictions. Overall, the proposed models demonstrate competitive accuracy while maintaining computational efficiency, highlighting their potential suitability for resource-constrained deployment scenarios.
Why it matches plant phenotyping methods植物の視覚症状から病害状態を推定する画像ベースの表現型解析手法を開発・比較し、データセット上で性能評価しているため、方法が中心的である。
abstractThis study presents a plant disease classification framework evaluated on a curated multi-crop dataset aggregated from multiple publicly available repositories
Reproduction assets foundThe paper's Data Availability Statement explicitly states the curated multi-crop plant disease image dataset used for all classification experiments is publicly available on Kaggle at the authors' URL. No author analysis code, trained model checkpoints, or code repository is disclosed in the supplied blocks.Dataset · publicThe dataset used in this study is publicly available at https://www.kaggle.com/datasets/alimransonet/plant-disease-dataset.Open asset ↗Kaggle · alimransonet/plant-disease-datasethtml-lines:727-758Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published23 Apr 2026International Journal of Drug Delivery TechnologyCited by 0 · OpenAlex ↗
The currently growing effects that plant diseases have on global agriculture require the creation of highly intelligent and accurate detection systems. Convolutional Neural Networks (CNNs), as deep learning, have proved effective in the detection of plant diseases based on images. The CNN performance, however, is very sensitive to hyperparameter tuning, which usually requires manual, sub-optimal tuning. The study suggests a new method to detect plant diseases with an optimized CNN architecture optimized by the Bacterial Colony Optimization (BCO). The BCO algorithm replicates the adaptive foraging behavior of bacterial colonies to automatically determine optimal CNN hyperparameters, such as the number of filters, kernel size, pooling methods, learning rate, and dropout probability of the CNN. The experiment conducted on the PlantVillage dataset demonstrated that the proposed BCO-CNN achieved an accuracy of 96.68% with a false alarm rate (FAR) of 4.05% outperforming other heuristic-fitted models such as particle swarm optimization (PSO) - CNN, CNN with support vector machine (SVM), and CNN, VGG16 in accuracy, precision, recall, and F1-score. The given work offers an automated, scalable approach to the accurate, early detection of the diseases of the plant, contributing to better yields of crops and sustainable agriculture.
Why it matches plant phenotyping methods植物葉画像から病害状態を推定するCNNのハイパーパラメータ最適化手法を開発・評価しており、植物フェノタイピング手法が研究の中心である。
abstractThe study suggests a new method to detect plant diseases with an optimized CNN architecture optimized by the Bacterial Colony Optimization (BCO).
Reproduction assets foundThe paper's plant-phenotyping experiments (CNN/BCO leaf disease detection) were run on the public Kaggle Plant Disease (PlantVillage) dataset, explicitly cited with its public URL. No author code or models are reported as available.Dataset · publictectural and hyperparameter changes. A
comparison of the results also indicates the success of data
augmentation, which indicates whether the model has a better
generalization when the data is more diverse. The MATLAB
2022b was used to implement the proposed method. The
tomato dataset was collected from Plant Disease datasets
(“https://www.kaggle.com/datasets/emmarex/plantdisease").
The average values of 30 independent runs with varying
random seeds are used to report the obtained results. This will
minimize the effects of the chance and provide a fair
representation of the strength of the model. Also, 80 % of the
data is employed in the training and the rest 20 % in the test
purposes. TableOpen asset ↗Kaggle · emmarex/plantdiseasepdf-raw-page:6 lines:1-115Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Accurate classification of corn leaf diseases is critical for timely detection and control of pests and diseases. By accurately recognizing different types of leaf diseases, farmers and agricultural experts can quickly take targeted control measures to reduce crop losses and safeguard corn yield and quality. Since these corn leaf disease images usually contain complex backgrounds, similar lesion features, and limited labeling data, it causes traditional convolutional neural networks (CNNs) to easily confuse the lesion region with the background, making it difficult to distinguish between different disease types. To address these limitations, we propose G-ResNet, a hybrid CNN-Vision Mamba network that enhances disease-relevant feature learning through a hierarchical feature attention module and a scale feature attention module. It was demonstrated experimentally that G-ResNet can better classify maize leaf disease images. The code is available at https://github.com/gustafmy/g_resnet.git.
Why it matches plant phenotyping methodsトウモロコシ葉の病害状態を画像から分類するCNN・Vision Mamba手法の開発と実験評価が研究の中心であり、植物病害フェノタイピングに該当する。
titleCorn or maize leaf disease classification based on CNN and vision mamba model.
Reproduction assets foundThe paper's analysis code (G-ResNet) is publicly available on GitHub with explicit availability statements, and the plant image dataset used for the disease classification experiments is a public Kaggle dataset explicitly cited in the Experiment section. The underlying data availability statement also mentions request,Code · publicSource code for the algorithms described in this paper is available at https://github.com/gustafmy/g_resnet.git.Open asset ↗gustafmy/g_resnethtml-lines:300-328Code / dataset availability confirmedEurope PMC · Crossref · checked 15 Sept 2026
Abstract Current phytopathological diagnostic systems rely on manual inspections or laboratory analyses, which delay early detection and limit in-field responsiveness. Phytopathogenic fungal diseases pose a persistent threat to food security, directly affecting the productivity of essential crops such as potato ( Solanum tuberosum ) and tomato ( Solanum lycopersicum ) [1]–[5]. Among these diseases, Phytophthora infestans , the causal agent of late blight, is characterized by its high virulence and rapid spread, capable of generating significant losses in short periods when detection occurs too late [3], [4]. To address this issue, a computer vision and deep learning–based system for multistage detection of fungal infections in potato and tomato crops is proposed. The system comprises a convolutional neural network optimized for edge processing and a mobile robotic platform equipped with a manipulator arm for localized treatment application. The developed model was deployed on a Raspberry Pi 4 connected to a 12-MP Raspberry Pi Camera Module 3 NoIR, responsible for acquiring RGB images in the field. The proposed network was compared with reference architectures—ResNet-50, VGG16, MobileNetV2, and Inception-v3—within a four-stage detection pipeline: crop identification, health-state classification, infection diagnosis, and foliar severity estimation. A dataset of 18,200 images obtained from publicly accessible online sources, under diverse lighting and background conditions, was used, partitioned into 70% for training, 20% for validation, and 10% for testing. Preliminary results show an average accuracy in the range of 0.90–0.92, with inference latencies below 60 ms per image, ensuring smooth performance on the Raspberry Pi 4 without requiring cloud connectivity. Additionally, the network demonstrated higher sensitivity to visual variations compared to the baseline models.
Why it matches plant phenotyping methods植物病害の健康状態・感染・葉面重症度を画像から推定するコンピュータビジョン手法を開発・比較検証しており、植物表現型取得が中心である。
abstracta computer vision and deep learning–based system for multistage detection of fungal infections in potato and tomato crops is proposed
Reproduction assets foundThe paper's CNN training data are two publicly available third-party plant-disease image datasets (Mendeley Data and Kaggle Plant Village) with explicit URLs in the Data Availability Statement. The authors' field-test images and experimental records are only available on request, and no analysis code or trained model/сDataset · public10
Network, DOI: 10.17632/tywbtsjrjv.1, available at
https://data.mendeley.com/datasets/tywbtsjrjv/1, and the
Kaggle Plant Village dataset, available at
https://www.kaggle.com/datasets/emmarex/plantdisease.The field-test images and experimental records generated during
the current study during the real-world evaluation of the
embedded-vision system are available from the corresponding
author on reasonable request.
IX. REFERENCOpen asset ↗10.17632/tywbtsjrjv.1pdf-raw-page:11 lines:1-98Dataset · public10
Network, DOI: 10.17632/tywbtsjrjv.1, available at
https://data.mendeley.com/datasets/tywbtsjrjv/1, and the
Kaggle Plant Village dataset, available at
https://www.kaggle.com/datasets/emmarex/plantdisease.The field-test images and experimental records generated during
the current study during the real-world evaluation of the
embedded-vision system are available from the corresponding
author on reasonable request.
IX. REFERENCES
[1] P. W. Crous, A. Y. Rossman, M. C. Aime, W. C. Allen, T.
Burgess, J. Z. Groenewald y L. A. CastlebuOpen asset ↗Kagglepdf-raw-page:11 lines:1-98Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Accurate identification of maize diseases is crucial for safeguarding global food security. Traditional image-based methods often struggle with lighting variations, occlusions, and noise, limiting their robustness and generalisation. Multimodal approaches that integrate visual and textual information have shown promise. However, these methods frequently require manually curated textual descriptions for each image, increasing data collection costs and limiting scalability and practical implementation. To address these limitations, we proposed a maize image-text framework with Cross-Modal Category Alignment (mIT-CMCA). This approach enforces category-level alignment between image and text modalities, enabling more accurate and interpretable cross-modal mapping. First, we construct cross-modal representations by aligning image and text modalities at the category level within a shared embedding space. Second, inspired by contrastive learning, we introduce a Cross-Modal Category Alignment (CMCA) loss based on category-level textual descriptions, reducing annotation complexity. Finally, we present an Efficient Channel-Spatial Hybrid Attention (CSHA) module that preserves inter-class boundaries while incurring minimal computational overhead, thereby enhancing feature discriminability under complex conditions. Experimental results on the maize subset of the PlantVillage dataset (MPVD) show that mIT-CMCA achieves 99.48% accuracy, 99.28% precision, 99.54% recall, and 99.41% F1-score. These results represent improvements of 0.24%, 0.13%, 0.17%, and 0.15% over the strongest vision-only baseline, MaxViT_tiny. On the self-built Maize Leaf-Field dataset (MLFD), the model achieves 93.67% accuracy, 93.76% precision, 93.67% recall, and 93.71% F1-score. It uses only 8.27 million parameters, which is 71.6% fewer than MaxViT_tiny. Its model size is 32.13 MB, which is 72.3% smaller. The proposed method also outperforms comparative models in robustness experiments under artificially added perturbations. These results demonstrate that mIT-CMCA achieves a favorable balance between accuracy and efficiency, making it suitable for practical agricultural deployment.
Why it matches plant phenotyping methodsトウモロコシ葉画像から病害状態を推定する画像・マルチモーダル手法の開発と性能評価が研究の中心であり、植物病害フェノタイピングに該当する。
abstractwe proposed a maize image-text framework with Cross-Modal Category Alignment (mIT-CMCA).
Reproduction assets foundThe paper's maize disease identification analysis code and trained models are explicitly stated as publicly available in a GitHub repository. The phenotype image datasets (MPVD subset and self-built MLFD) are not publicly available and require contacting the corresponding author.Code · publicCode availability
The code and models are available in the GitHub repository at https://github.com/TANGFEILONG626/mIT-CMCA..Open asset ↗TANGFEILONG626/mIT-CMCAhtml-lines:673-695Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Rapid population growth and climate change have intensified the need for sustainable agricultural productivity. Plant leaf diseases significantly impact the crop yield, quality, and food safety, necessitating accurate and automated detection methods. Methods This study proposes a deep learning (DL)-based framework for automated detection and classification of tomato and soybean leaf diseases. The proposed framework is trained and evaluated over a large-scale datasets comprising 16,012 tomato leaf images and 6,410 soybean leaf images. Multiple convolutional neural network (CNN) models, including DenseNet121, MobileNetV2, and InceptionV3, are employed for classification. Object detection is performed using YOLOv12. To enhance interpretability, Gradient-Weighted Class Activation Mapping (Grad-CAM) is integrated. Furthermore, a novel Hybrid Attention-Based Stacking Ensemble Model is developed using ResNet152V2, VGG19, and EfficientNetB0, combined with Convolution Block Attention Module (CBAM) and spatial attention mechanisms. Results The CNN models achieved classification accuracies of 97% for DenseNet121, 98% for MobileNetV2, and 99.94% for InceptionV3. YOLOv12 attained a mean average precision (mAP) of 99.5%. The proposed hybrid ensemble model achieved an accuracy of 99.18%, demonstrating improved feature learning through combined channel and spatial attention. Grad-CAM visualizations confirmed that the model effectively identifies the disease-relevant regions. Discussion The results indicate that the proposed framework has attained a high accuracy, robustness, and interpretability for plant disease detection. The integration of attention mechanisms and explainable AI enhances model reliability and transparency. This framework shows a strong potential for the real-time agricultural monitoring, although further validation across diverse crops and real-world field conditions is required.
Why it matches plant phenotyping methods植物葉の病害状態を画像から自動検出・分類する深層学習フレームワークの開発であり、病害表現型の取得・推定が研究の中心。
abstractThis study proposes a deep learning (DL)-based framework for automated detection and classification of tomato and soybean leaf diseases.
Reproduction assets foundThe paper's leaf-disease classification/detection experiments are built on two public Kaggle image datasets cited by the authors as the study's data sources: a soybean leaf dataset (Patil 2024) and a tomato leaf disease dataset (Rex 2019). No authors' analysis code, trained model checkpoints, or paper-specific phenotypDataset · publicPatil A. ( 2024 ). Soyabean-Latest Dataset (
Kaggle ). Available online at: https://www.kaggle.com/datasets/adityapatil1205/soyabean-latestOpen asset ↗Kagglelines:1523-1646Dataset · publicRex E. ( 2019 ). Plant Disease Dataset (Tomato Leaf Diseases) (
Kaggle ). Available online at: https://www.kaggle.com/datasets/emmarex/plantdisease197Open asset ↗Kagglelines:1523-1646Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
The quality of forest reproductive material is crucial for successful reforestation and afforestation. While physical seed properties like mass are known indicators of quality, the potential of non-destructive, rapid color analysis for predicting germination in coniferous species requires further exploration. This study investigates the relationship between the seed coat color of individual Pinus sylvestris seeds, quantified in RGB (Red, Green, Blue) space using a flatbed scanner, and their subsequent germination in container nurseries. The resulting images were processed using ImageJ software to measure the mean pixel intensity (0–255) for the Red (R), Green (G), and Blue (B) channels from the segmented seed area, following the «seed–culture» passport methodology [Forestry Engineering Journal 14 | 55 (2024), 37–60]. From a population of individually tracked seeds, we compared the RGB values of germinated (N = 942) and non-germinated (N = 258) seeds after 30 days. Results from the Kolmogorov-Smirnov test showed that non-germinated seeds had significantly lower individual mass (p = 0.0045) and significantly higher pixel brightness values in the R-, G-, and B-channels (p < 0.0001) compared to germinated seeds. Normalized RGB indices also showed significant differences between groups. Our findings demonstrate that seeds with a lighter, more reflective epidermis – indicative of higher RGB brightness – are statistically associated with a lower probability of successful germination under container nursery conditions. This non-destructive, low-cost method shows significant promise for the rapid pre-sorting of Scots pine seeds. It offers a practical tool to improve the efficiency and predictability of seedling production in forest nurseries by increasing the proportion of viable seeds in sowing batches.
Why it matches plant phenotyping methods個別種子のRGB画像から種皮色を定量抽出し、発芽予測・事前選別に用いる非破壊的な表現型計測法が研究の中心である。
abstractthe potential of non-destructive, rapid color analysis for predicting germination in coniferous species requires further exploration
Reproduction assets foundThe paper openly deposits its three core phenotyping datasets in Mendeley Data: morphometric seed data (Dataset 1), the raw VIS/RGB scanner images of individual Pinus sylvestris seeds (Dataset 2), and germination outcome data (Dataset 3). All three DOIs are listed in the Data Availability statement and match allowed URDataset · publicThe original morphometric data—Dataset 1—of Pinus sylvestris L. are openly available in Mendeley Data at DOI: https://doi.org/10.17632/8g258nbgmf.1Open asset ↗Mendeley Data · 10.17632/8g258nbgmf.1lines:133-160Dataset · publicThe original VIS image data of Pinus sylvestris L. are openly available in Mendeley Data at DOI: https://doi.org/10.17632/dt78jhyw2j.2Open asset ↗Mendeley Data · 10.17632/dt78jhyw2j.2lines:133-160Dataset · publicThe original germination data—Dataset 3—are openly available in Mendeley Data at DOI : https://doi.org/10.17632/hrs3fgc8tt.1Open asset ↗Mendeley Data · 10.17632/hrs3fgc8tt.1lines:133-160Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
FruitClassificationGrowth / development / phenology
Introduction Cashew apple is a nutrient-rich fruit containing abundant minerals, vitamins, and energy. However, its fleshy texture and delicate skin significantly limit its storage life and market value. Accurate maturity grading is therefore essential for improving post-harvest management and transportation efficiency. Methods This study proposes a lightweight vision transformer (ViT) student model trained using multi-granular knowledge distillation (KD) from a stronger data-efficient image transformer (DeiT)-Base teacher. The distillation framework integrates response-based soft-label supervision, attention transfer, and token-level feature regression to enhance representation learning under limited data conditions. Auxiliary lightweight architectures, including MobileNet, ConvNeXt, and EdgeNeXt, were trained independently to provide complementary predictions, and a weighted fusion strategy was employed for ensemble evaluation. Results The proposed ensemble ViT-KD with EdgeNeXt achieved 90% accuracy under the evaluated test split. To ensure statistical reliability and address potential partition bias, a stratified fivefold cross-validation was conducted on the dataset, yielding a mean accuracy of 86.89% ± 2.89% with consistent F1 scores and recall. The relatively low variance across the folds indicates stable internal generalization. Comparative experiments with conventional convolutional neural network (CNN) baselines and lightweight CNN baselines such as MobileViT-S and ShuffleNetV2 were performed, with the proposed ensemble framework achieving improved accuracy while maintaining computational efficiency. Computational analysis indicates that the stand-alone distilled ViT maintains a real-time inference capability of 8.79 ms per image, which supports suitability for edge-oriented agricultural applications. Discussion These results highlight the effectiveness of knowledge-distilled lightweight transformers for data-efficient maturity grading of cashew apples.
Why it matches plant phenotyping methodsカシューナッツ果実の成熟度という植物器官の状態を画像から推定する手法を開発し、交差検証・比較実験・推論速度評価まで行っており、フェノタイピング手法が中心である。
abstractThis study proposes a lightweight vision transformer (ViT) student model trained using multi-granular knowledge distillation (KD) from a stronger data-efficient image transformer (DeiT)-Base teacher.
Reproduction assets foundThe paper's cashew apple maturity grading experiments use a public image dataset from IEEE Dataport (Sawant, 2025), explicitly linked in the data availability statement. No author code or models are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://ieee-dataport.org/documents/goa-cashew-apple-maturity-grading .Open asset ↗goa-cashew-apple-maturity-gradinglines:837-851Code / dataset availability confirmedOpenAlex · checked 5 Sept 2026
Unmanned aerial vehicles (UAVs) have become indispensable tools in precision agriculture and plant phenotyping, enabling the rapid, non-destructive assessment of crop traits across space and time. Equipped with RGB, multispectral, thermal, and other sensors, UAVs provide detailed information on canopy structure, physiology, and stress responses that can guide management decisions and accelerate breeding programs. Despite these advances, the downstream processing of UAV imagery remains technically demanding. Converting orthomosaics into standardized, biologically meaningful data often requires a combination of photogrammetry, geospatial analysis, and custom scripting, which can limit reproducibility and accessibility across research groups. We present drone2report, an open-source python-based software that processes orthomosaics from UAV flights to generate vegetation indices, summary statistics, derived subimages, and text (html) reports, supporting both research and applied crop breeding needs. Alongside the basic structure and functioning of drone2report, we also present five case studies that illustrate practical applications common in UAV-/drone-phenotyping of plants: (i) thresholding to remove background noise and highlight regions of interest; (ii) monitoring plant phenotypes over time; (iii) extracting information on plant height to detect events like lodging or the falling over of spikes; (iv) integrating multiple sensors (cameras) to construct and optimize new synthetic indices; (v) integrate a trained deep learning network to implement a classification task. These examples demonstrate the tool’s ability to automate analysis, integrate heterogeneous data and models, and support reproducible computation of agronomically relevant traits. drone2report streamlines orthorectified UAV-image processing for precision agriculture by linking orthomosaics to standardized, plot-level outputs. Its modular, configuration-driven design allows transparent workflows, easy customization, and integration of multiple sensors within a unified analytical framework. By facilitating reproducible, multi-modal image analysis, drone2report lowers technical barriers to UAV-based phenotyping and opens the way to robust, data-driven crop monitoring and breeding applications.
Why it matches plant phenotyping methods植物表現型取得のためのUAV画像処理ソフトウェアを開発し、植物高・倒伏などの形質抽出、マルチセンサー統合、再現可能な解析ワークフローを中心的に提示している。
abstractWe present drone2report, an open-source python-based software that processes orthomosaics from UAV flights to generate vegetation indices, summary statistics, derived subimages, and text (html) reports
Reproduction assets foundThe paper explicitly states that the code and data to reproduce its five case studies (thresholding, temporal vegetation indices, height analysis, multi-sensor index optimization, deep learning classification) are publicly available in the authors' GitHub repository, and the DRONE2REPORT software itself is released as Code · publicThe code and data to reproduce these case studies
can be found at https://github.com/ne1s0n/paper-drone2report (accessed on 13 April
2026).Open asset ↗ne1s0n/paper-drone2reportpdf-page:6 lines:1-59Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Plant diseases are a major problem for farmers around the world, reducing crop yields. The absence of expertise makes plant disease detection difficult and complicated. Plant disease detection is made easier by deep learning algorithms; however, they are computationally demanding and need huge training datasets. This research work proposes a novel Conv-7 DCNN model with modified ParNet attention layer to classify plant leaves into distinct categories with improved accuracy. Because of its architecture, the proposed network can identify leaf diseases with more accuracy by extracting the wider range of features from the images. The proposed Conv-7 DCNN model classifies the leaf diseases of three plants such as tomato, potato, and pepper-bell into fifteen categories. The CNN model is trained using publicly accessible Kaggle dataset, utilising image augmentation techniques. It is evident from the simulation results that the proposed model outperforms several pre-trained, and other trending deep learning models. Proposed model achieves 99.18% classification accuracy with an average precision of 99.17% and area under the curve (AUC) of 1, making this model highly effective in leaf diseases detection. Additionally, Conv-7 DCNN achieved high FPS of 112.49, low inference time of 18.34 s, and low GFLOPS of 13.98, making it suitable for real-time applications in smart agriculture systems.
Why it matches plant phenotyping methods植物葉画像から病害状態を推定する深層学習モデルを開発・比較しており、病害表現型の取得・分類手法が研究の中心である。
abstractThis research work proposes a novel Conv-7 DCNN model with modified ParNet attention layer to classify plant leaves into distinct categories with improved accuracy.
Reproduction assets foundThe paper's plant-phenotyping measurements (leaf disease classification of tomato, potato, and pepper-bell) are based on a publicly available Kaggle dataset explicitly named in the Data Availability statement. No author analysis code, trained model checkpoints, or other paper-specific assets are disclosed.Dataset · publicThe dataset is available online at https://www.kaggle.com/datasets/emmarex/plantdisease.Open asset ↗Kaggle · emmarex/plantdiseasehtml-lines:824-854Code / dataset availability confirmedEurope PMC · Crossref · checked 5 Sept 2026
Accurate and efficient grain quality assessment is critical for making informed decisions throughout the grain value chain. Early detection of disease enables actions to mitigate spread and further damage, and optimal batch mixing to fulfill specified quality requirements allows for maximizing value and minimizing scrapping. Vision based machine learning and deep learning approaches are gaining attention in the agricultural sector and are useful for the development of automated grain quality assessment. These techniques can reduce the current manual inspection load and are key for objective and precise analysis. Yet, the majority of prior studies are constrained to small or controlled and curated datasets. Practical challenges associated with real-world deployment and reliability are rarely addressed. That is the focus of this work. We present and demonstrate a structured approach for investigating convolutional neural networks (CNNs) and key factors influencing performance for wheat kernel classification. The objective is to determine a CNN model that ensures high and robust classification accuracy, while elucidating and explaining how different image dataset characteristics and training parameters affect performance and reliability. We use a commercial mirror-based imaging system that captures over 90% of each kernel's surface and contrast and compare model architectures, robustness, the effect on pre-processing and image resolution. Our results show similar and high overall performance for ResNet50V2 and EfficientNetV2B0 ([Formula: see text]% accuracy), but per-class analysis indicate that the smaller classes suffer from lack of representative examples, and that most classes benefit from pre-processing including downsampling whereas others benefit from higher resolution. Interactive visualizations reveal that another contributing factor is dubious annotation and multi-class belongingness. Thus, our step-by-step analysis of CNN performance underscores the need for representative data, proper pre-processing, and class-aware evaluation to ensure trustworthy deployment in wheat grain quality assessment.
Why it matches plant phenotyping methods小麦粒画像から品質・病害クラスを推定するCNN画像解析手法の性能、頑健性、前処理、解像度、データ特性を体系的に評価しており、フェノタイピング手法が中心的である。
abstractWe present and demonstrate a structured approach for investigating convolutional neural networks (CNNs) and key factors influencing performance for wheat kernel classification.
Reproduction assets foundThe paper's wheat grain image dataset has a publicly available subset deposited on Zenodo (DOI 10.5281/zenodo.17397123), explicitly stated in the Data Availability statement. The full dataset is proprietary; code is only available upon request, so no qualifying code asset.Dataset · publicA publicly available subset of the segmented wheat grain images used in this study has been deposited in Zenodo to support transparency and reproducibility. The dataset includes representative samples per class collected from instrument and can be accessed at https://doi.org/10.5281/zenodo.17397123.Open asset ↗Zenodo · 10.5281/zenodo.17397123html-lines:337-368Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
RGB / grayscaleFlowerClassificationGrowth / development / phenology
This study presents a comprehensive BDFlower growth stage dataset designed to support research in precision agriculture and floriculture. The dataset encompasses eight common flower species found in Bangladesh: Bush Allamanda, Red Hibiscus, Yellow Bell, Pinwheel Flower, Pink Periwinkle, White Madagascar Periwinkle, Marvel of Peru, and White Hibiscus. Each species is represented across three growth stages-Early, Mid, and Full-resulting in 24 distinct classes. A total of 23,334 colour images are included, comprising 3889 original photographs and 19,445 augmented samples generated with five augmentation techniques. Bush Allamanda contains 499 images, Red Hibiscus contains 489 images, Yellow Bell contains 483 images, Pinwheel Flower contains 497 images, Pink Periwinkle contains 452 images, White Madagascar Periwinkle contains 472 images, Marvel of Peru contains 468 images and White Hibiscus contains 529 images. Each image was collected using smartphone camera at three-time intervals per day, spaced eight hours apart, to capture natural variations in lighting and appearance. The dataset is further organized into training, validation, and testing splits, enabling direct application to machine learning workflows. This is a publicly available dataset specifically curated for flower growth stage classification. In addition to dataset collection, we also conducted a simple experiment using a CNN model to evaluate its performance on this dataset. It is intended to facilitate the development of robust computer vision models that can monitor flower development, with potential applications in automated plant phenotyping, crop monitoring, and digital floriculture systems.
Why it matches plant phenotyping methods花の生育段階を画像で分類する公開データセットを構築し、CNN評価も行っており、植物表現型取得・解析が研究の中心である。
abstractThis is a publicly available dataset specifically curated for flower growth stage classification.
Reproduction assets foundThe paper's own flower growth-stage image dataset (BDFlower) is publicly deposited on Mendeley Data with an explicit direct URL and DOI, directly reproducing the paper's phenotyping (flower growth stage) image measurements. No author analysis code or trained model checkpoints are explicitly deposited.Dataset · publicRepository name: Data Mendeley
Data identification number: 10.17632/m8g2wynwyr.2
Direct URL to data: https://data.mendeley.com/datasets/m8g2wynwyr/2Open asset ↗10.17632/m8g2wynwyr.2html-lines:94-129Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
We introduce ``Primitive Indian Paddy Panicle Images,'' a benchmark image dataset of 22 primitive Indian rice panicle varieties (Sethy, Prabira; Pamerelli, Ranjith, 2026; Mendeley Data, V1, doi:10.17632/khfd7pzskd.1) and present an identification approach based on deep residual transfer learning. Using a transfer-learned ResNet-50 with image augmentation and an 80/10/10 train/validation/test split, the model attains 100.0% validation accuracy and 98.74% accuracy on the held-out test set. Per-class one-vs-rest AUCs on validation are 1.000 for all 22 classes; test AUCs range from 0.9924 to 1.000 (mean ≈ 0.999), with separate confusion matrices and ROC curves provided for validation and test partitions. These results demonstrate that deep residual transfer learning can robustly discriminate closely related panicle morphotypes when trained on a carefully curated dataset. We release the dataset to support reproducible research in germplasm identification, varietal purity assessment, and automated phenotyping.
Why it matches plant phenotyping methodsイネ穂画像のベンチマークデータセットと、深層学習による穂形態の自動識別手法が研究の中心であり、再現可能な植物表現型解析基盤として明示されている。
abstractWe introduce ``Primitive Indian Paddy Panicle Images,'' a benchmark image dataset of 22 primitive Indian rice panicle varieties
Purpose/significance Sugarcane is a vital global crop, critical for sugar and energy production. The accurate and timely identification of its leaf diseases is paramount for sustaining the health and stability of the sugarcane industry. While deep learning models offer promising solutions, their deployment on mobile or edge devices is often hindered by substantial model size and high computational demands. Conversely, existing lightweight models frequently compromise on feature extraction capabilities and recognition accuracy. To bridge this gap, this study develops an architecturally improved lightweight model designed to achieve both high accuracy and computational efficiency. Methods We propose the ReMA-MobileViT model, which significantly enhances feature representation by incorporating a newly designed Residual Multi-head Attention (ReMA) module. This module ingeniously leverages a multi-head attention mechanism to capture richer contextual information from diverse subspaces, while its residual connection structure effectively mitigates network degradation and facilitates robust gradient flow. The proposed model underwent rigorous training and evaluation on a comprehensive Mendeley Data repository for classification tasks. Results Experimental evaluations demonstrate that the ReMA-MobileViT model achieves an outstanding classification accuracy of 99.02% on the sugarcane leaf disease dataset, substantially surpassing existing state-of-the-art methods. An ablation study confirms the module's efficacy, showing that the ReMA-MobileViT model, integrated with the ReMA module, improved accuracy, recall, and F1-Score by 1.58, 1.76, and 1.58 percentage points, respectively, over the baseline MobileViT. Comparative analyses further illustrate ReMA-MobileViT's superior overall performance; it exceeds classic lightweight MobileNetV2 by 15.77 percentage points and the mainstream Vision Transformer by 2.96 percentage points in accuracy. Critically, ReMA-MobileViT achieves this with significantly fewer model parameters and reduced computational complexity compared to Vision Transformer, establishing a superior balance between accuracy and efficiency. Conclusion The proposed ReMA-MobileViT model offers an effective and lightweight solution for improving sugarcane leaf disease recognition accuracy, particularly in challenging complex backgrounds. Its ability to balance high accuracy with computational efficiency presents a promising technical avenue and a deployable solution for high-precision crop disease diagnosis systems on resource-constrained mobile or edge platforms.
Why it matches plant phenotyping methodsサトウキビ葉の病害状態を画像から認識する軽量深層学習モデルを開発し、精度・計算量・アブレーションを評価しており、植物表現型取得・判定手法が中心である。
abstractWe propose the ReMA-MobileViT model, which significantly enhances feature representation by incorporating a newly designed Residual Multi-head Attention (ReMA) module.
Reproduction assets foundThe paper's sugarcane leaf disease image dataset (2022 Sugarcane Leaf Disease Dataset, Thite et al.) is publicly available on Mendeley Data and directly constitutes the image inputs used for the paper's disease recognition experiments. No author analysis code or trained model checkpoints are reported.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://data.mendeley.com/datasets/9424skmnrk/1 .Open asset ↗9424skmnrklines:757-778Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract The global issue of water scarcity and climate change requires highly efficient and intelligent irrigation systems that are capable of optimizing water consumption with high crop productivity. The paper aims to provide a holistic machine learning framework for crop water stress prediction and efficient irrigation scheduling using multi-parametric agronomic data. The paper analyzes 55,450 soybean data with 13 physiological and biochemical parameters to implement and compare six regression models for predicting the water stress index. After eliminating tautology by removing the direct water content parameter from the prediction model, LightGBM and XGBoost ensemble tree models achieved near-perfect accuracy for predicting crop water stress using regular plant parameters alone, with R² = 1.0 and RMSE = 1.57×10⁻⁸ to 5.04×10⁻⁵. The Random Forest classifier, which was implemented without any direct stress indicators, achieved perfect discrimination between low, moderate, and high stress classes with precision/recall equal to 1.0, and 5-fold cross-validation and noise tests confirmed its robustness. SHAP analysis of the results showed protein percentage (PPE) and seed yield per unit area (SYUA) to be key drivers of water stress, providing valuable insights for precision agriculture. The model for determining irrigation requirements based on crop evapotranspiration and stress level achieved R² = 1.0 with zero error, making it possible to translate trait values directly into irrigation requirements. The framework presented in this paper brings together machine learning and agronomic knowledge to provide real-time data-driven solutions for irrigation systems, which have 30–50% water savings potential while maintaining healthy crops. It lays the ground for the development of AI-assisted irrigation systems that are applicable to different crops and climatic conditions, particularly in water-scarce countries such as Iraq.
Why it matches plant phenotyping methods作物の水ストレス状態を生理・農学データから機械学習で推定し、複数モデルの比較、交差検証、ノイズ試験、解釈分析まで行う計算的フェノタイピング手法が中心である。灌漑最適化への応用を含むが、単なる日常的測定ではない。
abstractThe paper aims to provide a holistic machine learning framework for crop water stress prediction and efficient irrigation scheduling using multi-parametric agronomic data.
Reproduction assets foundThe paper's soybean phenotyping dataset (55,450 records, 13 physiological/biochemical traits) is publicly available on Kaggle; the Data Availability statement points to it, though it ambiguously labels it as the code implementation location. No separate verified code repository is provided.Dataset · publicThe dataset used in this study (Advanced Soybean Agricultural Dataset) is available from the corresponding author upon reasonable request. The code implementation for all analyses is available at: https://www.kaggle.com/datasets/wisam1985/advanced-soybean-agricultural-dataset-2025 .Open asset ↗kaggle · wisam1985/advanced-soybean-agricultural-dataset-2025lines:372-406Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
This dataset consists of a collection of high-resolution RGB images of grapevine leaves, designed to support research in plant pathology, precision viticulture, and computer vision. The images were collected in situ from experimental and commercial vineyards in the north of Portugal, covering different vineyard conditions and management practices. The dataset includes healthy leaves from three grapevine Portuguese cultivars Loureiro, Viosinho and Malvasia Fina, photographed under natural lighting conditions without artificial adjustments. It is organized into five categories: healthy leaves and leaves showing symptoms of downy mildew ( Plasmopara viticola ), powdery mildew ( Erysiphe necator ), Esca complex and Erineum Mite ( Colomerus vitis ). Images are provided in JPEG format with a resolution of 3000 × 3000 pixels and 1024 × 1024 pixels and arranged in folders by health status and disease type. This dataset can be used for machine learning and deep learning applications in disease detection/classification, cultivar identification, and can support other precision agriculture applications, as well as being used for agricultural robotics and educational purposes. An evaluation on three deep learning architectures demonstrated the suitability of the dataset into separating the five classes.
Why it matches plant phenotyping methodsブドウ葉の病徴を画像化した再利用可能なデータセットで、植物の健康状態・病害状態の画像ベース推定を支えることが中心です。深層学習による5クラス分類評価も記載されています。
abstractThis dataset consists of a collection of high-resolution RGB images of grapevine leaves, designed to support research in plant pathology, precision viticulture, and computer vision.
Reproduction assets foundThe paper is a Data in Brief article describing a public Zenodo repository of RGB grapevine leaf images (healthy plus downy mildew, powdery mildew, Esca complex, erineum mite) collected for plant disease/phenotyping research, with explicit data accessibility details. No author analysis code or trained model checkpointsDataset · publicData accessibility
Repository name: Zenodo
Data identification number: https://doi.org/10.5281/zenodo.17343473
Direct URL to data: https://zenodo.org/records/17343473Open asset ↗Zenodo · 10.5281/zenodo.17343473html-lines:93-144Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Proper detection and treatment of plant leaf diseases are essential factors for achieving good crop yields and ensuring food security. Convolutional Neural Networks (CNNs) have shown significant potential for classifying diseases from leaf images. Instead, most current work focuses on image-level prediction and ignores the relationship between infected leaves. This limitation somewhat constrains their use in modelling disease spread. Also, it makes them less efficient in typical field situations where disease is transmitted from plant to plant by physical contact. Moreover, existing CNN architectures do not access inter-lobar contextual information, an essential factor for early detection and control. To tackle this, we propose AdjLeafGNN, an innovative hybrid deep learning and graph neural network model that performs multi-class leaf disease classification and probabilistic prediction of adjacent-leaf disease spread in a single pass. The method uses the enhanced CNN model (LDDNet), with Atrous Spatial Pyramid Pooling (ASPP) and a Channel-Spatial Attention Module (CSAM), to achieve a more precise representation across multiple scales. These embeddings are then used to construct a similarity graph, enabling a GNN to infer likely disease transmission paths among leaves. We evaluate the PlantVillage dataset on the proposed model, and the results show that it outperforms state-of-the-art CNN-based methods, achieving 98.88% classification accuracy and 98.71% F1 Score. Additionally, we were able to predict disease spread with a high AUC-ROC of 0.942 and an MCC of 0.884 using our framework. These results confirm that AdjLeafGNN can accurately model both local and relational patterns. The approach we propose is scalable and interpretable, facilitating real-time monitoring and control of diseases in precision agriculture.
Why it matches plant phenotyping methods葉画像から植物病害を分類し、隣接葉間の病害拡大を推定する深層学習・GNN手法を提案・評価しており、植物の病害状態の取得・推定が研究の中心である。
abstractwe propose AdjLeafGNN, an innovative hybrid deep learning and graph neural network model that performs multi-class leaf disease classification and probabilistic prediction of adjacent-leaf disease spread in a single pass.
Reproduction assets foundThe paper uses the public Kaggle PlantVillage leaf-image dataset as its phenotyping input and releases the complete AdjLeafGNN implementation (model, preprocessing, training, evaluation) on GitHub with a Zenodo-archived DOI.Dataset · publicthe dataset was obtained from the publicly available Kaggle distribution of the PlantVillage dataset: https://www.kaggle.com/datasets/mohitsingh1804/plantvillageTheOpen asset ↗html-lines:584-607Code · publicThe complete source code of the proposed AdjLeafGNN framework, including model implementation, training scripts, and evaluation pipeline, is publicly available. GitHub repository: https://github.com/surekhareddy123/AdjLeafGNN. A permanent archived version of the repository has been deposited in Zenodo and assigned the following DOI: 10.5281/zenodo.18862439.Open asset ↗https://github.com/surekhareddy123/AdjLeafGNN · 10.5281/zenodo.18862439html-lines:584-607Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract 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-UNet) 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 image input is the public Kaggle Cotton Plant Disease Dataset, explicitly cited with URL. Authors' code/models are only available upon request, so no public code asset qualifies.Dataset · publicThe dataset of this study is taken from the publicly available Kaggle repository, Cotton Plant Disease
Dataset [25].Open asset ↗Kagglepdf-page:6 lines:1-48Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Deep learning has improved automated plant disease detection by increasing recognition accuracy and robustness compared with traditional vision-based methods. Self-supervised learning (SSL) further reduces dependence on manual labels, but its transferability across heterogeneous agricultural datasets remains insufficiently characterized. Here, we evaluate a contrastive SSL pretraining and fine-tuning pipeline, termed PlantCLR, for plant disease classification under cross-dataset transfer with target-domain fine-tuning. PlantCLR combines SimCLR-style contrastive pretraining with a lightweight convolutional classifier to balance representation quality and deployment efficiency. Experiments on PlantVillage and Cassava Leaf Disease show strong performance, achieving 99.10% accuracy and 99.04% F1-score on PlantVillage, and 96.83% accuracy and 96.70% F1-score on Cassava. Feature embedding visualization using t-SNE and explanation maps using Grad-CAM indicate improved class separability and attention to disease-relevant regions. These results suggest that contrastive SSL can improve representation transfer while maintaining computational efficiency, supporting scalable plant disease diagnostics in practical agricultural settings. Code is available at GitHub .
Why it matches plant phenotyping methods植物病害を画像から分類するPlantCLR手法を開発し、異なるデータセット間で性能評価・検証しているため、植物の病害状態を推定するフェノタイピング手法が中心である。
abstractHere, we evaluate a contrastive SSL pretraining and fine-tuning pipeline, termed PlantCLR, for plant disease classification under cross-dataset transfer with target-domain fine-tuning.
Reproduction assets foundThe paper's plant disease detection experiments use two publicly available image datasets with explicit Kaggle URLs in the Data availability statement. The authors also state code is available at GitHub, but no concrete URL is provided, so no code asset is included.Dataset · publicThe Cassava Leaf Disease Classification dataset is available at https://www.kaggle.com/c/cassava-leaf-disease-classificationOpen asset ↗Kaggle · cassava-leaf-disease-classificationlines:232-268Dataset · publicthe PlantVillage dataset is available at https://www.kaggle.com/datasets/emmarex/plantdiseaseOpen asset ↗Kaggle · emmarex/plantdiseaselines:232-268Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Crop diseases significantly threaten global food security by directly affecting the crop yield and quality. The traditional diagnostic methods are labour intensive and human error prone. However, the existing deep learning solutions suffer with poor generalization due to the sharp loss landscapes. The proposed work addresses this limitation and optimizes the Convolutional Neural Network (CNN) using the Sharpness-Aware Minimization (SAM). This method minimizes both the training loss and loss landscape sharpness and enables the model to converge to a flatter-minima with improved generalization. The proposed work is evaluated on 60,000 corn leaf image samples for four classes with 15,000 balanced samples per class after augmentation. The optimized CNN model has achieved 99.66% test accuracy at 0.33% classification error rate and outperforms the conventional optimizers like Adam (98.44% accuracy) and the Stochastic Gradient Descent (SGD). The state-of-the-art analysis presents a 99% average precision rate along with 99.66% F1-score and 0.0013% mean squared error (MSE). The quantized model achieves an inference latency of 22.7 ms/image (≈44 FPS) on a Raspberry Pi 4 and reduces model overfitting and enhances feature discriminability. These results underscore the potential of SAM-based optimization in precision agriculture by driving a scalable automation of disease management. This work bridges the gap between theoretical advances in deep learning optimization and practical deployment in resource-constrained farming environments.
Why it matches plant phenotyping methodsトウモロコシ葉画像から病害を分類するCNNの最適化と性能評価が中心であり、植物の病害状態を画像から推定するフェノタイピング手法に該当する。
abstractThe proposed work addresses this limitation and optimizes the Convolutional Neural Network (CNN) using the Sharpness-Aware Minimization (SAM).
Reproduction assets foundThe paper's Data availability statement lists the public corn leaf image datasets used for its disease-classification experiments (Kaggle corn/maize leaf disease dataset, New Bangladeshi crop disease dataset, New Plant Diseases Dataset, and the MahindiNet maize leaf disease dataset on Science Data Bank). No author codeDataset · publicg.; Gireesh Kumar: Formal Analysis, Visualization, Writing – Review & Editing, Resources.
Funding
Open access funding provided by Manipal University Jaipur. Open access funding provided by Manipal University Jaipur, Jaipur. No external funding was received for this research.
Data availability
Corn or Maize Leaf Disease Dataset, https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset [ 33 ] New Bangladeshi crop disease dataset. https://www.kaggle.com/datasets/nafishamoin/new-bangladeshi-crop-disease [ 38 ] New Plant Diseases Dataset, https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset [ 46 ] Mohammed Abo-Zahhad et al. (2023). MahindiNet: Maize Leaf DOpen asset ↗Kagglelines:2568-2620Dataset · publicby Manipal University Jaipur. Open access funding provided by Manipal University Jaipur, Jaipur. No external funding was received for this research.
Data availability
Corn or Maize Leaf Disease Dataset, https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset [ 33 ] New Bangladeshi crop disease dataset. https://www.kaggle.com/datasets/nafishamoin/new-bangladeshi-crop-disease [ 38 ] New Plant Diseases Dataset, https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset [ 46 ] Mohammed Abo-Zahhad et al. (2023). MahindiNet: Maize Leaf Disease Dataset[DS/OL]. V1. Science Data Bank. https://cstr.cn/31253.11.sciencedb.12556 . CSTR:31,253.11.sciencedb.12556 [ 55 ] Open asset ↗Kagglelines:2568-2620Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published31 Mar 2026Journal of Wireless Mobile Networks, Ubiquitous Computing, and Dependable ApplicationsCited by 0 · OpenAlex ↗
The aspect of crop monitoring takes into consideration the timely detection of crop stages, leaf disorders, and deficiencies to enhance crop yield and decrease losses in agriculture. However, most of the current methods are limited to either disease detection or nutrient evaluation and do not examine the conditions of crops at various stages of growth, even though several AI -IoT-based solutions have been suggested to be applied to crop health monitoring. In addition, the estimation of the severity of the diseases is neglected, and this restricts decision-making in favor of the farmers. To address these constraints, the paper presents a Parametrized Elliptical Cauchy Fuzzy Inference System (PECFIS) combined with a Deep Glorot Bessel Elliott Softplus Convolutional Neural Network (DGBESCNN), proposed as an AI-based solution for crop monitoring and IoT support. The IoT devices in the form of drones are used to get real-time field images, and they are preprocessed in terms of noise reduction, contrast enhancement by LHM-CLAHE, conversion to HSV color space, and feature discrimination by vegetation indexing, as well as C3MEK-Means. PECFIS is used to determine eight key stages of rice growth and the severity of leaf diseases, whereas DGBESCNN provides proper classification of leaf diseases and nutrient deficiencies at each growth stage. The evaluation of the proposed framework was conducted using publicly available datasets on rice leaf disease and nutrient deficiency. The results of the experiments show that the system achieves high classification performance, with an accuracy of 98.82, a precision of 98.65, a recall of 98.73, an F1-score of 98.59, and low error rates (MSE = 0.0135, RMSE = 0.116). The findings show that the developed AI-IoT system is superior to available approaches and can serve as a dependable, real-time, and scalable solution in precision agriculture and intelligent crop monitoring.
Why it matches plant phenotyping methodsドローン画像からイネの生育段階と葉病害の重症度を推定・分類するAI-IoT手法が研究の中心であり、植物状態の取得・抽出方法を技術的に評価している。
abstractThe IoT devices in the form of drones are used to get real-time field images
Reproduction assets foundThe paper evaluates its PECFIS-DGBESCNN crop monitoring framework on two publicly available Kaggle datasets (Nutrient Deficiency Symptoms in Rice, 1,156 images; Rice Leaf Diseases, 120 images), with explicit dataset links provided by the authors. No author code, models, or other paper-specific assets are shared.Dataset · publicn of the low-cost ground-based IoT and weather sensors and enhanced robustness in the
current unfavorable environmental conditions.
Future Enhancement
In the future, enhanced techniques will be developed to classify the numerous types of nutrient
deficiencies in rice crops for improved productivity in agriculture.
Dataset link: https://www.kaggle.com/datasets/guy007/nutrientdeficiencysymptomsinrice
https://www.kaggle.com/datasets/vbookshelf/rice-leaf-diseases/data
References
[1] Aggarwal, M., Khullar, V., Goyal, N., Alammari, A., Albahar, M. A., & Singh, A. (2023).
Lightweight federated learning for rice leaf disease classification using non independent and
identically distributed images. SuOpen asset ↗Kaggle · guy007/nutrientdeficiencysymptomsinricepdf-raw-page:21 lines:1-50Dataset · publicstness in the
current unfavorable environmental conditions.
Future Enhancement
In the future, enhanced techniques will be developed to classify the numerous types of nutrient
deficiencies in rice crops for improved productivity in agriculture.
Dataset link: https://www.kaggle.com/datasets/guy007/nutrientdeficiencysymptomsinrice
https://www.kaggle.com/datasets/vbookshelf/rice-leaf-diseases/data
References
[1] Aggarwal, M., Khullar, V., Goyal, N., Alammari, A., Albahar, M. A., & Singh, A. (2023).
Lightweight federated learning for rice leaf disease classification using non independent and
identically distributed images. Sustainability, 15(16), 12149.
https://doi.org/10.3390/su151612149
[2] AlfOpen asset ↗Kaggle · vbookshelf/rice-leaf-diseasespdf-raw-page:21 lines:1-50Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract Abstract. Accurate and timely identi cation of plant diseases is essential for improving crop productivity and ensuring sustainable agricultural practices. This paper presents a comprehensive image dataset of fruit and leaf diseases covering six economically important horticultural crops: Apple, Banana, Citrus, Guava, Mango, and Papaya. The dataset comprises high-quality RGB images representing both healthy and diseased samples, with disease symptoms including spots, lesions, discoloration, blight, rot, and fungal and bacterial infections captured under diverse real-world conditions. Variations in illumination, background complexity, viewing angles, growth stages, and symptom severity are intentionally included to enhance the robustness and generalizability of learning models developed using this data. The dataset is structured in a class-wise manner and preprocessed to support direct integration with deep learning frameworks. It is extensively used to train, validate, and evaluate deep learning based plant disease classi cation models, enabling automatic feature learning from raw images without manual intervention. Experimental usage demonstrates that the dataset is well suited for convolutional neural networks and attentionbased architectures, facilitating e ective discrimination between multiple disease categories across di erent crops and plant organs. By providing a uni ed multi-crop, multi-disease benchmark, this dataset aims to accelerate research in automated crop disease diagnosis, precision agriculture, and intelligent decision-support systems for sustainable farming.
Why it matches plant phenotyping methods植物の葉・果実の病徴画像を収録したデータセット/ベンチマークであり、病害状態の画像ベース推定を中心的に扱うため。
abstractThis paper presents a comprehensive image dataset of fruit and leaf diseases covering six economically important horticultural crops
Reproduction assets foundThe paper's core asset is the ABCGMP fruit and leaf disease image dataset, publicly deposited on Mendeley Data, with author analysis code also stated to be available on GitHub. Both are paper-specific, public, and actionable.Dataset · publicData is available on Mendeley:1Open asset ↗pdf-page:33 lines:1-56Code · publicCode availability: Code is available on GitHub 2Open asset ↗GitHubpdf-page:33 lines:1-56Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Sugarcane diseases significantly reduce crop yield and quality, posing persistent challenges to the agricultural sector. This study presents a novel ensemble framework that integrates Vision Transformer and Swin Transformer architectures for accurate sugarcane leaf disease detection. By combining global self-attention with localized window-based attention mechanisms, the proposed model effectively captures multi-scale visual features associated with diverse disease symptoms. Experimental evaluation on a large, labeled sugarcane leaf dataset achieved a validation accuracy of 98.16% and a test accuracy of 97.06%, outperforming several convolutional neural network baselines. Additionally, a large language model (LLM) interface is employed as a post-prediction decision-support module, generating disease-specific descriptions and management suggestions based solely on the predicted disease class. This integrated framework indicates the potential effectiveness of transformer-based ensemble models combined with intelligent advisory support for practical decision-making in precision agriculture.
Why it matches plant phenotyping methodsサトウキビ葉の病徴を画像から分類するTransformerベースの手法開発と性能評価が中心であり、植物病害状態のフェノタイピングに該当する。
abstractThis study presents a novel ensemble framework that integrates Vision Transformer and Swin Transformer architectures for accurate sugarcane leaf disease detection.
Reproduction assets foundThe paper's sugarcane leaf disease image dataset (19,926 images, six classes) is explicitly stated to be publicly available on Kaggle; no author code or model checkpoints are shared.Dataset · publicThe Sugarcane Plant Diseases Dataset used in this study is publicly available on Kaggle at: https://www.kaggle.com/datasets/akilesh253/sugarcane-plant-diseases-dataset . The dataset is released for academic research and benchmarking purposes.Open asset ↗Kagglelines:112-131Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Published28 Mar 2026Metabolomics : Official journal of the Metabolomic SocietyCited by 0 · OpenAlex ↗
Introduction Pearl millet is a high nutritional cereal recognised for its agro-climatic resilience, making it relevant for food security under climate change scenarios. Phenotypic traits are indicative of crop performance, stability and adaptability, yet the potential of metabolomics to predict these traits has not been explored. Objectives This study aimed to identify metabolite-trait associations in the Brazilian germplasm core collection, comprising 203 pearl millet genotypes, by combining untargeted metabolomics with machine-learning models. Methods Grains metabolic profiles were obtained using untargeted UHPLC-LTQ-Orbitrap-HRMS. Phenotypic data were sourced from standardised evaluations conducted by Embrapa across different years and field trials within the Sete Lagoas experimental station (Minas Gerais, Brazil). Generalised linear modelling with penalisation (GLM) and Random Forest was applied to explore the correlation between metabolism and 21 phenotypic traits. Results GLM successfully predicted eight qualitative and seven quantitative traits. Prediction accuracy was higher for qualitative traits, reflecting their comparatively simpler genetic architecture, whereas quantitative traits also achieved satisfactory performance (R² ≥ 0.6). Key predictors included phenolic compounds, amino acids, fatty acids, and carbohydrates. Notably, several associations corresponded to metabolites involved in nitrogen metabolism and vegetative growth, underscoring biologically meaningful links between metabolic profiles and trait variation. Conclusions This exploratory study presents the first metabolome characterisation of a pearl millet germplasm bank, coupled with predictive modelling of phenotypic traits. However, our findings are constrained by the single-environment design and the absence of population-structure assessment. To establish the stability and biological relevance of these results, future work should incorporate multi-environment trials and pathway-level analyses accounting for population structure.
Why it matches plant phenotyping methodsメタボロームを入力として機械学習で植物の表現型形質を予測し、複数形質で予測精度を評価しているため、単なる生物学的測定ではなく形質推定手法の検証が中心です。
abstractThis study aimed to identify metabolite-trait associations in the Brazilian germplasm core collection, comprising 203 pearl millet genotypes, by combining untargeted metabolomics with machine-learning models.
Reproduction assets foundThe paper deposits its metabolomics and phenotypic metadata in a public repository (Recherche Data Gouv, DOI 10.57745/GU6WDG). No author analysis code or trained model deposit is stated; supplementary materials are not linked to a qualifying URL.Dataset · public.623/2023; 26/210.152/2023; 26/201.317/2022), National Council for Scientific and Technological Development (CNPq) (407350/2023-3; 314100/2023-7), Coordination for Improvement of Personnel with Higher Education (CAPES) (financial code 001).
Data availability
The metabolomics and metadata reported in this paper are available via https://doi.org/10.57745/GU6WDG.
Declarations
Competing interests
The authors declare no competing interests.
References
Alonso-Blanco C Méndez-Vigo B
Genetic architecture of naturally occurring quantitative traits in plants: An updated synthesis
Current Opinion in Plant Biology 2014 18 37 43
10.1016/j.pbi.2014.01.002
24565952
Alonso-Blanco, C., & Méndez-VigoOpen asset ↗10.57745 · GU6WDGlines:121-160Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Abstract The precise classification of plant diseases is crucial for ensuring food security for all people and boosting agricultural productivity. Although there has been significant progress in this field using deep learning approaches, cross-dataset training hasn’t drawn as much attention from researchers as intra-dataset training has. Moreover, very few models have successfully blended intra-dataset and cross-dataset training approaches. This paper proposes a novel attention-based Convolutional Neural Network (CNN) to overcome these limitations. The model improves feature extraction and classification accuracy across multiple datasets by using attention mechanisms. It was tested on five datasets (Digipathos, Northern Leaf Blight (NLB), PlantVillage, PlantDoc, and the CD&S dataset) that covered leaf diseases of both corn and potatoes. During intra-dataset training, the model achieved the highest classification accuracy of 99.38% when trained on images of potato leaves from the PlantVillage dataset. During cross-dataset training, the model exhibited the highest average classification accuracy of 82.93% for corn leaf diseases when trained on images from the CD&S dataset with their backgrounds removed. When compared to the techniques taken into consideration in this study under comparable experimental conditions, the results demonstrate improved performance. This study shows how the model may be flexible for both intra- and cross-datasets, offering a flexible way to categorize diseases that affect plants. Because of its ability to generalize across different datasets, it may be helpful in real-world agricultural applications with a wide variety of image quality and situations. This encourages the advancement of precision farming techniques and disease control.
Why it matches plant phenotyping methods植物葉の画像から病害状態を分類するCNN手法の開発・データセット間検証が中心であり、植物病害の表現型推定に該当する。
abstractThis paper proposes a novel attention-based Convolutional Neural Network (CNN) to overcome these limitations.
Reproduction assets foundThe paper's plant disease classification experiments rely on five publicly available leaf-image datasets, each cited with an explicit public access URL in the reference list: PlantVillage (GitHub), PlantDoc (GitHub), Digipathos (Embrapa), NLB (SciDB), and CD&S (OSF). No author analysis code or trained model checkpoint,Dataset · publicHughes, D., & Salathé, M. (2015). An open access repository of images on plant health to enable the development of mobile disease diagnostics. arXiv preprint arXiv:1511.08060. Dataset accessed via GitHub: https://github.com/spMohanty/PlantVillage-DatasetOpen asset ↗GitHub · spMohanty/PlantVillage-Datasethtml-lines:1013-1082Dataset · publicDataset available at: https://github.com/pratikkayal/PlantDoc-DatasetOpen asset ↗GitHub · pratikkayal/PlantDoc-Datasethtml-lines:979-1012Dataset · publicCD&S dataset: Handheld imagery dataset acquired under field conditions for corn disease identification and severity estimation. arXiv preprint arXiv:2110.12084. Dataset available at: https://osf.io/s6ru5/files/osfstorageOpen asset ↗OSF · s6ru5html-lines:1013-1082Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
The growing global demand for food production, coupled with the increasing threat of plant diseases, necessitates advanced and automated solutions for crop health monitoring. Among various crops, pome fruits such as apples and pears are widely cultivated yet highly susceptible to multiple diseases that can significantly reduce yield and quality. Existing approaches for disease detection and severity classification are often limited by their dependency on manual inspection and their inability to handle complex real-world imagery, especially when multiple diseases coexist on a single leaf. To address these limitations, this research introduces a novel dual-model deep learning framework for multi-disease severity detection and classification in pome fruit leaves. A fine-tuned MobileNetV2 backbone is employed to extract high-level discriminative features from a specialized pome leaf dataset annotated with multiple disease types and severity levels. The proposed system integrates a lightweight Lite-U-Net for semantic segmentation to isolate diseased regions and an enhanced Lite-YOLACT for instance segmentation using a linear combination of prototype masks and mask coefficients. Moreover, a new multi-disease severity scale is proposed to quantify the impact of multiple coexisting infections on a single leaf, an aspect not addressed in previous studies. To enhance interpretability, an improved Grad-CAM technique generates visual heatmaps highlighting the most influential regions in the model's decision-making process, providing transparency and validation for agricultural experts. Experimental evaluations demonstrate that the proposed framework achieves 95% accuracy in disease severity estimation, effectively identifying and grading multiple infections simultaneously. This study represents a significant step forward in precision agriculture, offering an efficient, interpretable, and scalable deep learning solution for real-world crop health monitoring and management. The source code and trained models are publicly available at: https://github.com/mqasim0787/Multi-Disease-Severity .
Why it matches plant phenotyping methods果樹葉の病斑領域を画像から分割し、複数病害の重症度を定量推定する深層学習フレームワークが研究の中心であり、植物状態の画像ベース表現型計測に該当する。
abstractthis research introduces a novel dual-model deep learning framework for multi-disease severity detection and classification in pome fruit leaves.
Reproduction assets foundThe paper's authors publicly release source code and trained models on GitHub, and the study analyzes two public Kaggle plant-image datasets (DiaMOS Plant and PlantVillage) used directly for the multi-disease severity phenotyping experiments.Code · publicThe source code and trained models are publicly available at: https://github.com/mqasim0787/Multi-Disease-Severity .Open asset ↗https://github.com/mqasim0787/Multi-Disease-Severity · mqasim0787/Multi-Disease-Severitylines:1-23Dataset · publicThe datasets analyzed during the current study are available publicly in the Kaggle repository, DiaMOS dataset (1) and PlantVillage Dataset (2) 0.1. [https://www.kaggle.com/datasets/alexandraneagu101/diamos-plant-dataset]Open asset ↗https://www.kaggle.com/datasets/alexandraneagu101/diamos-plant-dataset · diamos-plant-datasetlines:964-977Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Abstract Tomato leaf diseases significantly impact agricultural productivity, necessitating accurate and efficient diagnostic methods. Deep learning has emerged as a robust approach for plant disease detection, but challenges such as inefficient feature extraction, classification, model complexity and limited computational resources hinder its widespread adoption. This study introduces a PhytoNet (Mish-Optimized SqueezeNet) Framework to enhance tomato leaf disease prediction. The SqueezeNet architecture, known for its lightweight design, is optimized with the Mish activation function to improve feature extraction and classification capabilities while maintaining computational efficiency. The methodology involves training the SqueezeNet model on 10 classes of mendaley dataset of tomato leaf images, encompassing multiple disease classes and healthy samples. Data preprocessing techniques, including image augmentation and normalization, are employed to ensure model robustness. The integration of the Mish activation function in critical layers enhances non-linearity, aiding in better gradient flow and improved performance during training. Model evaluation is conducted using metrics such as accuracy, precision, recall and F1-score. Experimental results demonstrate that the PhytoNet outperforms traditional SqueezeNet and other lightweight architectures in terms of classification accuracy, achieving over 0.9957 accuracy on the dataset. Additionally, the model maintains low computational overhead, making it suitable for deployment on resource-constrained devices. Hence, the proposed framework effectively balances accuracy and efficiency, addressing critical limitations in existing plant disease detection models. This work underscores the potential of lightweight and activation-optimized deep learning frameworks for real-time agricultural applications, paving the way for scalable and sustainable solutions in precision farming.
Why it matches plant phenotyping methodsトマト葉画像から病害状態を推定する深層学習モデルを開発・評価しており、植物病害フェノタイピング手法が中心的な貢献である。
abstractThis study introduces a PhytoNet (Mish-Optimized SqueezeNet) Framework to enhance tomato leaf disease prediction.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset used in this study,Open asset ↗pdf-page:38 lines:1-41Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Early detection of maize leaf diseases is essential to prevent yield losses. Existing vision-based models face challenges in real-world environments due to data imbalance, lighting variations, and interpretability. This study presents MaizeFormerX, a lightweight Vision Transformer designed for cross-domain, explainable maize disease detection on resource-limited settings. MaizeFormerX employs multi-scale patch embeddings and a Cross-Scale Attention Fusion (CSAF) module to capture both detailed lesion textures and larger disease patterns. The CSAF output is processed through a transformer encoder stack using multi-head self-attention to model long-range dependencies. Robust preprocessing and dataset-specific augmentations were applied to improve feature extraction and address class imbalances in the Dataverse, Tanzania, and Plagues Maiz datasets. For interpretability, Grad-CAM was used for pixel-level saliency mapping in an efficient web application. When benchmarked against MobileViT, EfficientFormer, TinyViT, and Swin Transformer, MaizeFormerX achieved 97.8% accuracy on Dataverse, 97.5% on Tanzania, and 96.9% on Plagues Maiz, outperforming Swin Transformer V2 by 2–3%. Cross-domain testing yielded 88.9% accuracy when trained on Dataverse and tested on Tanzania, surpassing baseline performance by 3–6%. Class-wise analysis revealed F1 scores over 98% for Healthy and MLB classes with 6× augmentation, and over 97% for MSV. Ablation studies highlighted the significance of the cross-scale attention module for high MCC during domain shifts. This study introduces a precise, explainable, and efficient image-based method for classifying maize diseases, which could aid in more targeted crop management, reduce unnecessary agrochemical use, and promote sustainable maize production in future decision-support environments.
Why it matches plant phenotyping methodsトウモロコシ葉の病徴を画像から分類する手法の開発・ベンチマーク・交差ドメイン検証が中心であり、植物病害状態の画像ベース表現型計測に該当する。
abstractThis study presents MaizeFormerX, a lightweight Vision Transformer designed for cross-domain, explainable maize disease detection on resource-limited settings.
Reproduction assets foundThe paper's Data Availability statement explicitly lists three public maize leaf image datasets used for its phenotyping/disease-classification experiments (Dataverse, Tanzania/Mendeley, Plagues Maiz/figshare) and an authors' GitHub repository containing all code, preprocessing pipelines, and experimental configs. All四Dataset · publicThe datasets used in this study are publicly available and sourced from Dataverse (https://doi.org/10.7910/DVN/LPGHKK)Open asset ↗Dataverse · 10.7910/DVN/LPGHKKhtml-lines:2304-2339Code · publicAll code, preprocessing pipelines, and experimental configurations used in this work are available at: https://github.com/rezaul-h/MaizeFormerX/.Open asset ↗github · rezaul-h/MaizeFormerXhtml-lines:2304-2339Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Oranges, mandarins, bitter oranges, and lemons are examples of citrus fruits that make delicious meals and are highly nutritious. Citrus fruits suffer from a variety of infections that affect their yield. The Department of Agriculture wants to increase the production of oranges and lemons. On the other hand, several plant diseases and their advanced stages have impacted production. The quality of fruit influences market value and its financial effect. Therefore, accurate detection of ailments and their severity is crucial for improving the output and market value of oranges and lemons. To automatically evaluate and predict diseases in citrus leaves and fruits, this paper has proposed a modified convolutional neural network (ICNN) model. Python is used to create the ICNN model, and testing is performed using benchmark datasets from various repositories. The research presented here shows that ICNN performs better than traditional deep learning and machine learning models, such as the Convolutional Neural Network (CNN) and K-Nearest Neighbours (KNN). This illustrates how machine learning models require supplementary approaches to extract parameters from data that arrives in non-automated ways. Additionally, to improve the accuracy of their classification or prediction, deep learning models require pre-trained models. As a result, ICNN, an enhanced deep learning model that can automatically predict disease with higher accuracy than other models, represents an advancement over standard CNNs. Compared with KNN and CNN, ICNN achieves 99.69% accuracy.
Why it matches plant phenotyping methods柑橘の葉・果実の病害と重症度を画像から自動推定するCNN手法を開発し、ベンチマークデータセットで比較評価しており、植物フェノタイピング手法が中心である。
abstractTo automatically evaluate and predict diseases in citrus leaves and fruits, this paper has proposed a modified convolutional neural network (ICNN) model.
Reproduction assets foundThe paper's Data Availability statement explicitly lists three public Kaggle URLs as the datasets used and analysed in the study (citrus/plant leaf disease image datasets). These are paper-specific, publicly accessible image assets directly supporting the phenotyping/disease-classification analysis. The Mendeley URL (3Dataset · publicg agricultural specialists to properly understand and accept the model’s predictions.
Author contributions
Arunapriya.R – Problem Statements, Implementation and Testing Dr.S.P.Valli – Results, Conclusion, and Summary.
Data availability
The datasets used and/or analysed during the current study available and mentioned in below [ https://www.kaggle.com/code/ghazanfarali96/leaf-disease-classification-using-cnn-lstm-rnn ]. (https:/ www.kaggle.com/code/ghazanfarali96/leaf-disease-classification-using-cnn-lstm-rnn ). [ https://www.kaggle.com/code/moazeldsokyx/plant-leaf-diseases-detection-using-cnn ]. (https:/ www.kaggle.com/code/moazeldsokyx/plant-leaf-diseases-detection-using-cnn ). [ https://wwOpen asset ↗kagglelines:372-388Dataset · publicts, Conclusion, and Summary.
Data availability
The datasets used and/or analysed during the current study available and mentioned in below [ https://www.kaggle.com/code/ghazanfarali96/leaf-disease-classification-using-cnn-lstm-rnn ]. (https:/ www.kaggle.com/code/ghazanfarali96/leaf-disease-classification-using-cnn-lstm-rnn ). [ https://www.kaggle.com/code/moazeldsokyx/plant-leaf-diseases-detection-using-cnn ]. (https:/ www.kaggle.com/code/moazeldsokyx/plant-leaf-diseases-detection-using-cnn ). [ https://www.kaggle.com/code/ritzing/plant-disease-detection-using-keras-cnn-model ]. (https:/ www.kaggle.com/code/ritzing/plant-disease-detection-using-keras-cnn-model ).
Declarations
Competing interOpen asset ↗kagglelines:372-388Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Introduction Crop diseases have to be diagnosed early to save crop yields and food safety. Commonly used conventional practices are time-consuming and likely to involve human error. Automatic plant disease detection is a highly efficient technology that has been brought into existence by the development of deep learning and computer vision technology and can effectively detect the signs of diseases in plant species. Sustainable agriculture and early intervention depend on accurate and interpretable detection of plant diseases. Methods This study introduces a hybrid model based on deep learning techniques that effectively identifies and categorizes leaf diseases. The proposed model, LeafFusionNet, incorporates Convolutional Neural Network (CNN) and Vision Transformer (ViT) with an efficient attention module, LeafTAM (Leaf Texture Attention Module), to effectively capture both global and local information. This architecture is enhanced by the addition of a Gabor filter layer before the CNN-ViT fusion, hence augmenting the model’s ability to extract physiologically relevant texture features. Results and discussion The model was trained and validated on the Plant Village dataset. This model attained an accuracy of 99.33%, 99% precision, recall, and F1 score, demonstrating strong generalization on new data when compared with the state-of-the-art models. This proposed hybrid model can be utilized to develop a strong agricultural diagnostics system. These results point to the possibility of designing a powerful, interpretable system by utilizing transformer-based vision modules, Gabor filters, and explainability systems such as Grad-CAM.
Why it matches plant phenotyping methods植物葉の病徴を画像から検出・分類する深層学習手法を開発し、PlantVillageデータセットで訓練・検証しており、植物病害状態の表現型取得が研究の中心です。
abstractThis study introduces a hybrid model based on deep learning techniques that effectively identifies and categorizes leaf diseases.
Reproduction assets foundThe paper's only analysis input is the public PlantVillage dataset, explicitly linked in the data availability statement; no author code or models are shared. The CABI Global Burden of Crop Loss reference is only a background statistic, not a phenotyping asset.Dataset · publicPublicly available datasets were analysed in this study. This data can be found here: https://www.kaggle.com/datasets/mohitsingh1804/plantvillage.Open asset ↗Kaggle · mohitsingh1804/plantvillagehtml-lines:554-590Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Premise Plants are frequently exposed to combinations of abiotic and biotic stresses that pose a greater threat to yield and productivity than individual stresses. However, knowledge of the impact of many stress combinations in numerous plants is limited due to the lack of experimental data, which could take decades to generate. To overcome this limitation, we utilized existing literature data from various plant species and stress combinations to derive biological inferences, thereby gaining a comprehensive understanding of plant responses through a computational tool. Methods Public databases were used to gather literature on the impact of various abiotic and biotic stress combinations. Then, a composite artificial neural network (ANN)-based multi-target classification and regression deep learning model was developed using machine learning algorithms. Results The model predicted the impact of stress interactions in plants, including the morphological parameters affected and percentage changes in those parameters, with an overall accuracy of 76.33%. Predicted reductions in yield were validated in rice under combined drought and heat stress. Discussion The ANN-based model developed in this study is a valuable resource for plant researchers seeking to understand the impact of stress combinations. The tool can make use of multivariate and complex combined stress datasets.
Why it matches plant phenotyping methods植物のストレス応答として形態形質や収量変化を予測するANNベースの計算ツールを開発し、イネで予測を検証しており、表現型推定が中心である。
abstracta composite artificial neural network (ANN)-based multi-target classification and regression deep learning model was developed using machine learning algorithms
Reproduction assets foundThe paper's ANN model code (scripts, Jupyter Notebooks, example datasets) is publicly available on GitHub, and the underlying morphological combined-stress phenotype dataset is publicly downloadable from SCIPDb. Supporting Information appendices contain raw/processed training data and validation data but no explicit作者-Code · publicnteraction in plants. Applications in Plant Sciences
14(2): e70047. 10.1002/aps3.70047
Piyush Priya, Prachi Pandey, Rubi Jain, and Manu Kandpal contributed equally to this work.
DATA AVAILABILITY STATEMENT
The scripts, Jupyter Notebooks, quick start guide, and example datasets used in this study are freely available at GitHub ( https://github.com/scipdatabase/Prediction_model ). The literature sources used for data extraction and for training the ANN model are provided in the Supporting Information. For details on various stress combinations and input data features, readers may refer to the Stress Combinations and their Interactions in Plants Database (SCIPDb) (Priya et al., 2023 ), availablOpen asset ↗scipdatabase/Prediction_modellines:392-432Dataset · public), Python package scikit‐learn v1.4.2 ( https://scikit-learn.org/stable/ ), and Google Tensorflow version 2.17.0 ( https://www.tensorflow.org/ ) were used to implement the deep learning model in this study.
Data mining
The SCIPDb FTP server was utilized to download the morphological dataset for 41 distinct stress combinations ( https://db.nipgr.ac.in/plant_complete/downloads.php ; accessed on December 2021) (Priya et al., 2023 ). The dataset integrated into SCIPDb has been obtained through literature mining performed by employing relevant and carefully designed keywords (Appendix S1 ). The major search engines (Appendix S2 ) and the inclusion of various keyword variants ensured comprehensiveOpen asset ↗lines:41-51Dataset · publicdel ). The literature sources used for data extraction and for training the ANN model are provided in the Supporting Information. For details on various stress combinations and input data features, readers may refer to the Stress Combinations and their Interactions in Plants Database (SCIPDb) (Priya et al., 2023 ), available at https://db.nipgr.ac.in/plant_complete/index_orangesunset.php .
REFERENCES
Ahuja, I.
, De Vos R. C. H., Bones A. M., and Hall R. D.. 2010. Plant molecular stress responses face climate change. Trends in Plant Science
15: 664–674.
Atkinson, N. J.
, Lilley C. J., and Urwin P. E.. 2013. Identification of genes involved in the response of Arabidopsis to simultaneous bioticOpen asset ↗lines:392-432Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Reliable identification of maize leaf diseases is critical for mitigating crop losses, particularly in regions where farmers have limited access to experts. Although vision transformers (ViTs) have recently demonstrated strong performance in image recognition, their weak inductive bias and limited modeling of local texture patterns make them non-ideal for fine-grained maize leaf disease classification. To address these limitations, we propose ConvDeiT-Tiny, a lightweight hybrid ViT that improves DeiT-Ti by placing depthwise convolutions in parallel with multi-head self-attention modules in the first three transformer blocks. The local and global features captured by the convolution and attention modules are concatenated along the embedding dimension and fused using a multilayer perceptron. This results in richer token representations without significantly increasing model size. Across three datasets, ConvDeiT-Tiny (6.9 M parameters) consistently outperformed DeiT-Ti, DeiT-Ti-Distilled, and DeiT-S (21.7 M parameters) when trained from scratch. With transfer learning, ConvDeiT-Tiny achieved an accuracy of 99.15%, 99.35%, and 98.60% on the CD&S, primary, and Kaggle datasets, respectively, surpassing many previous studies with far fewer parameters. For explainability, we present gradient-weighted transformer attribution visualizations showing the disease lesions driving model predictions. These results indicate that injecting local inductive bias in early transformer blocks is beneficial for accurate maize leaf disease classification.
Why it matches plant phenotyping methodsトウモロコシ葉の病徴画像を対象に、病害分類のための新規Vision Transformerモデルを開発・比較しており、植物病害状態の画像ベース表現型推定が中心である。
abstractwe propose ConvDeiT-Tiny, a lightweight hybrid ViT that improves DeiT-Ti by placing depthwise convolutions in parallel with multi-head self-attention modules in the first three transformer blocks.
Reproduction assets foundThe authors publicly release their analysis code and dataset splits (including their field-collected primary maize leaf image dataset) via a GitHub repository, and the paper's classification experiments use the public Kaggle Corn or Maize Leaf Disease Dataset (COMLDD). Both are paper-specific, public, and actionable.Code · publicThe program code and dataset splits for the three datasets used in this study, including our primary data, can be found at https://github.com/DamarisWaema/ConvDeiT-Tiny (accessed on 18 March 2026).Open asset ↗DamarisWaema/ConvDeiT-Tinylines:121-289Dataset · publicGhose S.
Corn or Maize Leaf Disease Dataset
Available online: https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset (accessed on 10 July 2025)Open asset ↗lines:474-623Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Deploying rice disease detectors in the field remains challenging because models that are accurate in the lab are often poorly calibrated and provide limited uncertainty estimates, raising the risk of costly misclassification. This paper proposes a multi-objective Big-Bang Big-Crunch (MO-BBBC) framework that jointly performs disease detection and variety classification while optimizing six deployment-oriented criteria: classification error, calibration quality, uncertainty estimation, model size, inference latency, and energy consumption. The proposed framework presents conditional temperature scaling, an adaptive scheme that mitigates over-calibration and preserves reliability. The framework is implemented in Python on a lightweight two-headed classifier and evaluated on the Paddy Doctor dataset, MO-BBBC base framework achieves 90.6% disease accuracy and 97.9% variety accuracy; improves calibration to [Formula: see text] ([Formula: see text]% better than strong post-hoc baselines); achieves micro-AUC of 0.994/0.999 and micro-AP of 0.961/0.994 (disease/variety); delivers robust OOD detection (AUROC = 0.887/0.886); and supports real-time inference at [Formula: see text] ms and [Formula: see text] ms per 64-sample batch on CPU/GPU with Monte Carlo Dropout uncertainty. The resulting Pareto set enables practitioners to trade accuracy for efficiency and reliability, narrowing the gap between prototype validation and field deployment in precision agriculture.
Why it matches plant phenotyping methods植物病害状態を画像から検出する分類・校正・不確実性推定フレームワークが研究の中心であり、植物の病害表現型を対象とした手法開発と評価に該当する。
abstractThis paper proposes a multi-objective Big-Bang Big-Crunch (MO-BBBC) framework that jointly performs disease detection and variety classification while optimizing six deployment-oriented criteria
Reproduction assets foundThe paper publicly releases its authors' analysis code (MO-BBBC framework, calibration, leakage audits, evaluation scripts) on GitHub, and a Zenodo deposit containing the paper-specific split indices, metadata, and reproducibility notebook. The underlying PaddyDoctor plant image dataset used for all phenotyping/class- Code · publicaddyDoctor images and to reproduce the results reported in the manuscript.
All code used to implement the MO–BBBC framework, multitask classifier, uncertainty-aware curricula, calibration routines, and evaluation scripts (including leakage audits, OOD evaluation, and generation of all tables and figures) is freely available at: https://github.com/manhas82/MO-BBBC-Rice.git .
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.
Ethics statement
This study uses only publicly available plant imagery and does not involve human participants, animalOpen asset ↗https://github.com/manhas82/MO-BBBC-Rice.gitlines:361-386Dataset · publicAll data underlying the findings in this study are available without restriction. The minimal dataset underlying the reported analyses (including the exact group-aware train/validation/test split indices, supporting metadata, and a complete reproducibility notebook) is publicly available on Zenodo at: https://doi.org/10.5281/zenodo.18471419 .
The underlying images and labels used in this work come from the public PaddyDoctor image dataset [ 18 ], which can be accessed from the official project page https://paddydoc.github.io/dataset/ and via its IEEE DataPort record https://ieee-dataport.org/documents/paddy-doctor-visual-image-dataset-automated-paddy-disease-classOpen asset ↗Zenodo · 10.5281/zenodo.18471419lines:361-386Dataset · publicvalidation/test split indices, supporting metadata, and a complete reproducibility notebook) is publicly available on Zenodo at: https://doi.org/10.5281/zenodo.18471419 .
The underlying images and labels used in this work come from the public PaddyDoctor image dataset [ 18 ], which can be accessed from the official project page https://paddydoc.github.io/dataset/ and via its IEEE DataPort record https://ieee-dataport.org/documents/paddy-doctor-visual-image-dataset-automated-paddy-disease-classification-and-benchmarking . The Zenodo record contains the files needed to reconstruct our exact experimental partitions from the original PaddyDoctor images and to reproduce the results reportedOpen asset ↗lines:361-386Dataset · publicproducibility notebook) is publicly available on Zenodo at: https://doi.org/10.5281/zenodo.18471419 .
The underlying images and labels used in this work come from the public PaddyDoctor image dataset [ 18 ], which can be accessed from the official project page https://paddydoc.github.io/dataset/ and via its IEEE DataPort record https://ieee-dataport.org/documents/paddy-doctor-visual-image-dataset-automated-paddy-disease-classification-and-benchmarking . The Zenodo record contains the files needed to reconstruct our exact experimental partitions from the original PaddyDoctor images and to reproduce the results reported in the manuscript.
All code used to implement the MO–BBBC framework, multiOpen asset ↗IEEE DataPortlines:411-413Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Recognizing lineages is a central challenge in plant systematics, making it essential to explore multiple analytical tools. In this context, this study investigates how frond shape can assist in discriminating against lineages within the Scaly clade of Microgramma (Polypodiaceae), and tests whether the integration of multiple lines of evidence enables a more consistent recognition of lineages than exclusively macromorphological approaches. We analyzed 271 specimens representing eight species, using Elliptical Fourier Analysis (EFA) to quantify frond shape, followed by multivariate statistical tests (PCA, MANOVA, LDA). Evolutionary relationships between spectral and morphometric data were assessed through phylogenetic generalized least squares (PGLS) regressions and phylogenetic partial least squares (Phylo-PLS) analyses. Dimorphic species exhibited higher discrimination capacity (average accuracy of 80–83%). Fertile and combined fronds yielded the highest accuracy values. Morphologically similar species, such as M. reptans and M. tobagensis, showed significant overlap, whereas M. percussa achieved the best performance (average accuracy of 80%). Morphometric-spectral integration showed a strong correlation (R² = 0.72; P = 0.003), and both the combined datasets (spectra and outline) and the individual datasets of spectral and shape features revealed a high phylogenetic signal (λ = 1–0.84), indicating partial coevolution between frond shape, chemical composition, and the evolutionary history of the group. Outline morphometry combined with infrared spectroscopy within a phylogenetic framework improves lineage discrimination, although overlap zones persist, reflecting complex evolutionary processes. Our study highlights the potential of integrative systematics to elucidate species boundaries in groups with high morphological disparity, as well as the need for broad sampling and multi-evidence approaches in future systematic reviews.
Why it matches plant phenotyping methodsフロンド形状をElliptical Fourier Analysisで定量化し、赤外分光との統合を用いて系統識別性能を評価しており、植物器官形質の取得・解析手法が研究の中心です。
abstractusing Elliptical Fourier Analysis (EFA) to quantify frond shape, followed by multivariate statistical tests (PCA, MANOVA, LDA).
Reproduction assets foundThe authors state that raw data, processed data, and R analysis code for the frond outline morphometrics are publicly available on GitHub (Microgramma-Outline), and the FT-NIR spectral data repository (Microgramma-FTNIR) is referenced in the methods. Both are paper-specific, public, and actionable.Code · publicSciELO Preprints - Este documento é um preprint e sua situação atual está disponível em: https://doi.org/10.1590/SciELOPreprints.15500
573 The raw data, processed data, and R analysis code are publicly available on GitHub:
574 https://github.com/labevofern/Microgramma-Outline.git.
575
576 REFERENCES
577 Ackerly D.D. (2004) Adaptation, Niche Conservatism, and Convergence: Comparative
578 Studies of Leaf Evolution in the California Chaparral. The American Naturalist, 163, 654–
579 671.
580 Adams D.C., Collyer M.L. (2018) Multivariate Phylogenetic Comparative Methods:
581 Evaluations, Comparisons, and RecoOpen asset ↗labevofern/Microgramma-Outline · Microgramma-Outlinepdf-layout-page:25 lines:1-48Dataset · publicbiting the highest
157 perpendicular distance from the line connecting the first and last bands in the R² × ranking
158 plot (Fig. S2). Following the methods described in Mendonça et al. (2026), spectral data were
159 acquired using a PerkinElmer Frontier™ near-infrared Fourier transform spectrometer (FT-
160 NIR) available at (https://github.com/labevofern/Microgramma-FTNIR).
161 Phylogenetic comparative analyses
162 To provide a phylogenetic framework for comparative morphometric and spectral analyses,
163 we used the pruned version of the Microgramma chloroplast phylogenetic inference from
164 Mendonça et al. (2026). This tree was based on the Bayesian phylogenetic tree published by
165 AOpen asset ↗labevofern/Microgramma-FTNIR · Microgramma-FTNIRpdf-layout-page:8 lines:1-55Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
Peanut (Arachis hypogaea L.), a major legume crop valued for its high oil content, displays complex genotypic-phenotypic interactions shaped by environmental influences, yet these relationships remain poorly understood. We present a high-throughput phenotyping framework that captures the geometry of peanut pods using digital microscopy or smartphone imaging integrated with manifold-learning for large-scale analysis and visualization. Using over 6500 pods collected across China, we identify a geographically distinct morphological signature and demonstrate accurate cultivar discrimination. This scalable approach establishes the foundation for a Large Geometric Model capable of predicting phenotypic traits and accelerating precision agriculture. Our pipeline offers a transformative tool for peanut breeding and sustainable crop improvement.
Why it matches plant phenotyping methodsデジタル顕微鏡・スマートフォン画像と多様体学習を統合し、ピーナッツ莢の形態を大規模に取得・解析する高スループット表現型解析フレームワークが中心である。
abstractWe present a high-throughput phenotyping framework that captures the geometry of peanut pods using digital microscopy or smartphone imaging integrated with manifold-learning for large-scale analysis and visualization.
Reproduction assets foundThe authors state that the peanut pod image dataset, extracted phenotypic trait data, and the Orange Data Mining workflow (.ows) used for analysis are publicly available in their GitHub repository.Dataset · publicThe image dataset of peanut pods analyzed in this study and the extracted phenotypic trait data are publicly available in the GitHub repository: https://github.com/pengwengkung/Complex-geometry-peanut .Open asset ↗pengwengkung/Complex-geometry-peanutlines:169-192Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Accurate delineation of crop growth stages under real-world field conditions remains a long-standing challenge in computational phenotyping, particularly for wheat whose developmental phases are characterized by subtle, continuous morphological transitions and environmental noise. In this study, we propose AMFR-Net, an Adaptive Multi-Scale Feature Refinement Network tailored for fine-grained wheat stage identification using ground-level RGB imagery. Unlike conventional architectures that struggle with ambiguous inter-stage boundaries and rigid receptive structures, AMFR-Net leverages a ResNet-101 backbone augmented by a novel Adaptive Multi-Scale Attention Fusion (AMSAF) module-comprising cross-scale interaction blocks and confidence-weighted feature aggregation-to hierarchically recalibrate spatial-semantic representations. This design enables the network to adaptively amplify phenologically salient cues while suppressing irrelevant context, ensuring robust generalization under constrained annotation and deployment conditions. Evaluated on the expert-labeled CGIAR benchmark, AMFR-Net achieves state-of-the-art performance across all major metrics (Top-1 Accuracy: 89.10%; Macro-F1: 89.10%; AUC: 97.88%) and demonstrates superior discriminability in phenologically adjacent stages compared to lightweight and deep CNN baselines. Ablation studies validate the synergistic effect of multi-level attention and scale-aware refinement. The proposed framework offers a scalable, interpretable, and field-deployable solution for in-situ phenology monitoring, and sets a foundation for future integration of multimodal sensing, weak supervision, and cross-seasonal adaptation.
Why it matches plant phenotyping methods小麦の生育ステージを地上RGB画像から推定する新規深層学習手法を開発し、ベンチマーク、比較、アブレーションで検証しており、植物フェノタイピング手法が研究の中心です。
abstractwe propose AMFR-Net, an Adaptive Multi-Scale Feature Refinement Network tailored for fine-grained wheat stage identification using ground-level RGB imagery.
Reproduction assets foundThe paper's phenotyping analysis is built on the public CGIAR Wheat Growth Stage Challenge dataset (ground-level RGB wheat images with growth-stage labels), which the authors explicitly state is publicly available on Zindi with a direct link. No author analysis code, trained model checkpoints, or supplementary code/deeDataset · publicPublicly available datasets were analyzed in this study. This data can be found here: Dataset name: CGIAR Wheat Growth Stage Challenge Primary repository: Zindi (official competition page) Direct link: https://zindi.africa/competitions/cgiar-wheat-growth-stage-challengeAccession/Open asset ↗Zindilines:808-824Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Doubled haploid (DH) technology can fast-track crop breeding. Haploid induction yields haploids with only one set of genomes, which are usually sterile. Haploid fertility (HF) is the ability of haploid plants to set seed, and it is a critical bottleneck in DH pipelines. Genetic mechanisms to restore HF hold immense potential in DH crop breeding, yet its phenotyping remains manual, destructive, and inconsistent. While recent advances in imaging and machine learning have improved throughput for general plant traits, no curated image dataset exists for Arabidopsis thaliana that explicitly represents HF. Here, we present AutoSiQ, a dataset and baseline deep learning pipeline for automated HF quantification. AutoSiQ includes high-resolution scanned inflorescences annotated with a seven-class ontology encompassing green siliques, green fertile siliques, mature siliques, fertile siliques, cracked fertile siliques, cracked siliques, and flowers. This multi-class annotation scheme preserves biologically meaningful information beyond binary fertile/non-fertile distinctions, enabling reliable fertility estimation and future phenotyping applications. We release baseline object detection models (YOLOv5), trained using the AutoSiQ dataset, and evaluate their performance across confidence thresholds. Model predictions strongly correlate with manual counts, achieving R² up to 0.94 for total silique number estimation. We further demonstrate AutoSiQ's utility for automated haploid fertility rate (HFR) estimation and genotype discrimination between two contrasting genotypes (WT and bmf2 mutant). A longitudinal analysis identifies ~60 days after sowing (DAS) as the optimal harvest time for maximizing mature silique counts by balancing between the number of immature buds and silique shattering. By releasing both the dataset and baseline code, AutoSiQ provides a reproducible and extensible foundation for high-throughput fertility phenotyping in haploid Arabidopsis .
Why it matches plant phenotyping methodsハプロイド稔性を画像から定量するデータセットと深層学習パイプラインを開発・評価しており、植物フェノタイピング手法が中心である。
abstractHere, we present AutoSiQ, a dataset and baseline deep learning pipeline for automated HF quantification.
Reproduction assets foundThe paper's AutoSiQ dataset (annotated scanned Arabidopsis inflorescence images with seven-class silique ontology and manual fertility counts) is publicly deposited on Zenodo per the data availability statement. The YOLOv5 GitHub repository is a generic third-party library, not an authors' code asset.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://zenodo.org/records/17905566 .Open asset ↗zenodo · 17905566lines:367-402Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract Cassava diseases such as Cassava Mosaic Disease (CMD), Cassava Brown Streak Disease (CBSD), and Cassava Bacterial Blight (CBB) pose serious threats to global food security, particularly in resource-limited regions where expert diagnosis is scarce. Although large vision–language models enable automated plant disease recognition, existing fine-tuning approaches struggle under extreme data scarcity. This paper proposes Progressive Layer Activation CLIP (PLA-CLIP), a curriculum-inspired fine-tuning framework for efficient few-shot classification of cassava diseases. PLA-CLIP progressively unfreezes transformer layers during training, stabilizing the optimization process while preserving pretrained vision–language alignment. Using only 43 images per class, PLA-CLIP achieves 78.25% accuracy and a 78.00% F1-weighted score on CD1, outperforming zero-shot CLIP by +15.98% and standard fine-tuning by +3.94%. Cross-dataset evaluations on CD2 and CD3 demonstrate robust generalization across varying conditions. Attention map visualizations confirm that the model focuses on disease-relevant regions, supporting interpretability. With a 2.65 ms inference time and moderate model size, PLA-CLIP offers an effective balance between efficiency and performance for practical plant health monitoring. The implementation and experimental code are publicly available at https://github.com/ mshafay5/PLA-CLIP.
Why it matches plant phenotyping methodsカッサバ葉画像から病害状態を推定するCLIPベースの画像解析手法を開発・評価しており、植物フェノタイピング手法が中心である。
abstractThis paper proposes Progressive Layer Activation CLIP (PLA-CLIP), a curriculum-inspired fine-tuning framework for efficient few-shot classification of cassava diseases.
Reproduction assets foundThe paper explicitly states that its implementation and experimental code for the PLA-CLIP cassava disease phenotyping/classification framework are publicly available on GitHub. The cassava image datasets (CD1/CD2/CD3) are cited third-party prior datasets, not paper-specific assets.Code · publicexperimental code are publicly available at https://github.com/Open asset ↗pdf-page:2 lines:1-62Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Abstract Disease detection and categorization in rice leaf play a crucial role in mitigating crop damage and supporting sustainable agriculture. Traditional approaches, which often rely on manual inspection, are limited by labor intensity, variability and error susceptibility. This paper introduces a Hybrid Convolutional Vision Transformer (CVT) model with Spatial Attention (SA) to enhance the detection accuracy and classification reliability in rice leaves. The proposed CVT framework integrates a Convolutional Neural Network (CNN), which is the backbone for initial feature extraction with a Vision Transformer (ViT) in advanced feature representation. Convolutional Neural Network captures the essential textures and shapes, while the Vision Transformer applies attention across image patches, effectively learning the complex spatial dependencies necessary for identifying disease-specific characteristics within diverse field environments. Further, SA module refines the model by assigning greater weight to diseased regions, reducing interference from non-leafbackground areas. Experimental results on rice leafdataset demonstrate that the hybrid CVT with SA model achieves over 98.12% feature extraction accuracy, 98.56% classification accuracy in dataset 1 and 98.26% feature extraction accuracy, 98.67% classification accuracy in dataset 2 across multiple rice leaf categories, outperforming baseline CNN and ViT models. Spatial Attention heat maps highlight the most important locations during decision-making process, making the model more interpretable. This hybrid CVT model offers a scalable solution for rice leaf disease detection and categorization, with potential applications in precise agriculture systems, including drone-based or mobile implementations for field monitoring. The presented model exhibits maximum performancethan the othertraditional methods.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から推定する深層学習モデルの開発と比較評価が論文の中心であり、植物病害フェノタイピング手法に該当する。
abstractThis paper introduces a Hybrid Convolutional Vision Transformer (CVT) model with Spatial Attention (SA) to enhance the detection accuracy and classification reliability in rice leaves.
Reproduction assets foundThe paper uses two public Kaggle rice leaf disease image datasets as its phenotyping inputs, with explicit URLs. The authors' code and generated data are only available on request, so no code/model asset qualifies.Dataset · publicconducted interviews with Department
of Agriculture—particularly those from the Regional Crop Protection Center. Images of several
rice plant diseases are collected using the means available, which included digital cameras and
smart phones. After gathering, all the imagesare pre-processed and included in the dataset.
Dataset 1: https://www.kaggle.com/datasets/nashehannafii/datasetleafblast
Dataset 2: https://www.kaggle.com/datasets/vbookshelf/rice-leaf-diseases
4.2 Data preprocessingOpen asset ↗kaggle · nashehannafii/datasetleafblastpdf-raw-page:13 lines:1-17Dataset · publicm the Regional Crop Protection Center. Images of several
rice plant diseases are collected using the means available, which included digital cameras and
smart phones. After gathering, all the imagesare pre-processed and included in the dataset.
Dataset 1: https://www.kaggle.com/datasets/nashehannafii/datasetleafblast
Dataset 2: https://www.kaggle.com/datasets/vbookshelf/rice-leaf-diseases
4.2 Data preprocessingOpen asset ↗kaggle · vbookshelf/rice-leaf-diseasespdf-raw-page:13 lines:1-17Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Background: A major challenge to agricultural productivity in the tea industry is disease. that affects the quantity and quality of tea leaves produced. The extensive development of computational methods for treating diseases has been widely used due to fast and accurate detection. Methods: The proposed method uses sequential Convolutional Neural Network (CNN) computations with many hidden layers to classify diseased and healthy tea leaves into multiple groups. By enhancing feature identification, this structure increases the criteria for accurate disease detection. The data having 5 diseased and one healthy category is obtained from the Kaggle database. After preprocessing the data, it is split into 80:20 ratios for training and testing steps. CNN is constructed using the Keras Sequential API in Jupiter notebook using Anaconda environment. Result: The total accuracy of the ML neural network training for classification was 98.52%. After 50 epochs of training, the model performed well, achieving high accuracy on training and validation datasets. The examination of the confusion matrix showed that several tea leaf diseases may be identified with high accuracy and few misclassifications. In general, the model demonstrated remarkable precision in differentiating between unhealthy and undamaged tea leaves.
Why it matches plant phenotyping methods茶葉画像から病害状態をCNNで分類する手法が研究の中心であり、植物の病徴・健全性という状態を直接推定しているため、植物フェノタイピング手法として含める。
abstractThe proposed method uses sequential Convolutional Neural Network (CNN) computations with many hidden layers to classify diseased and healthy tea leaves into multiple groups.
Reproduction assets foundThe paper's tea leaf disease image dataset is publicly available on Kaggle, with an explicit dataset link in the references. No author code or trained model is publicly deposited; other data are available only upon request.Dataset · publical tealeaf disease recognition
using a convolutional neural network model. Symmetry.
11(3): 343. https://doi.org/10.3390/sym11030343.Cho, O.H., Na, I.S. and Koh, J.G. (2024). Exploring advanced machine
learning techniques for swift legume disease detection.
Legume Research. 47(7): 1221-1227. doi: 10.18805/LRF-789.
Dataset Link: https://www.kaggle.com/datasets/shashwatwork/identifying-disease-in-tea-leafs?select=tea+sickness+
dataset. (Accessed on 06/05/2024).
Datta, S. and Gupta, N. (2023). A novel approach for the detection
of tea leaf disease using deep neural network. Procedia
Computer Science. 218: 2273-2286. https://doi.org/10.1016/j.procs.2023.01.203.Deka, N. and Goswami, K. (2020). EcOpen asset ↗Kaggle · shashwatwork/identifying-disease-in-tea-leafspdf-raw-page:8 lines:1-75Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published13 Mar 2026DMPedia Lecture Notes in Computer Science & EngineeringCited by 0 · OpenAlex ↗
This paper presents a practical pipeline for image-based plant disease detection that operates without pre-trained weights or internet access. A compact Efficient Net-like convolutional network is trained from random initialisation on the Plant Village dataset (∼ 41,000 snapshots, 15 classes) at 224 × 224 resolution. Adam, Intensive Augmentation, Reduce LROn Plateau, Early Stopping, and the sampling of the optimal checkpoint to stabilise convergence and avoid overfitting are used to optimise the geometry. Despite early validation oscillations typical of de novo training, the model converges reliably and attains 98.4%–98.9% accuracy on held-out data, with a highly diagonal confusion matrix and uniformly strong per-class precision/recall. These results show that carefully tuned schedules and lightweight regularization can substitute for transfer learning when bandwidth or policy constraints prevent downloading external backbones, enabling classroom, extension, and field deployments. The paper details dataset preparation, architecture and training choices, learning curve behavior, and common failure modes, and concludes with limitations and a roadmap for higher-resolution, field-domain generalization and efficient on-device inference.
Why it matches plant phenotyping methods植物病害状態を画像から推定する深層学習パイプラインが研究の中心であり、モデル、データ準備、学習、検証性能が具体的に記述されているため。
abstractThis paper presents a practical pipeline for image-based plant disease detection
Reproduction assets foundThe paper's phenotyping input is the public PlantVillage Kaggle dataset (15-class pepper/potato/tomato subset), explicitly cited with the allowed Kaggle URL. No author code or model checkpoints are released.Dataset · public[3] PlantVillage, “PlantVillage Dataset,” Kaggle, 2018. [Online]. Available:
https://www.kaggle.com/datasets/emmarex/plantdiseaseOpen asset ↗Kaggle · emmarex/plantdiseasepdf-page:10 lines:1-61Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Field / plotMultimodalWhole plant / canopy / plot / fieldClassificationGrowth / development / phenology
Abstract Phenological monitoring of Actinidia chinensis is critical for optimising operational costs and yield prediction. However, current manual assessment methods are time-consuming, making them impractical for large-scale precision agriculture applications. Most existing phenological datasets focus exclusively on image data without spatial validation. The Multi-Modal Actinidia chinensis Phenology Dataset is composed of (i) 1 665 annotated images of phenological stages from bud to fruit set and (ii) georeferenced videos with systematic manual ground truth of spatial stage distributions. The dataset employs an adapted 17-class BBCH system that consolidates visually similar stages, excludes problematic categories, and introduces generic structural classes to address practical annotation difficulties. Additionally, the data is organised hierarchically across various plant structures, genders, and phenological stages. The annotated images offer versatility for a range of applications, including training data for computer vision models to detect phenological stages. Furthermore, the georeferenced videos facilitate the validation of automated counting algorithms. This combined approach enables plant-level detection accuracy and provides an illustrative methodology for spatial validation that users can extend to additional orchards, promoting the development and benchmarking of automated phenological monitoring systems for precision agriculture applications in kiwifruit production.
Why it matches plant phenotyping methodsキウイフルーツの生育段階を対象とした注釈画像・地理参照動画のデータセットで、植物フェノロジー自動検出の訓練、検証、ベンチマークを目的とする方法論的成果である。
titleA Multi-Modal Dataset for Automated Phenological Stage Mapping in Actinidia chinensis
Reproduction assets foundThe paper is a Data Note describing the Multi-Modal Actinidia chinensis Phenology Dataset, which is explicitly stated to be publicly available on Zenodo with a DOI matching an allowed URL. The dataset contains the paper's own phenotyping assets: 1,665 annotated images with bounding-box phenological labels, georeferenedDataset · publicThe Multi-Modal Actinidia chinensis Phenology Dataset described in this Data Descriptor is publicly available
at Zenodo: https://doi.org/10.5281/zenodo.17371025. This dataset comprises two components: (1) 1 665
JPEG images (1 024 × 1 024 pixels) with corresponding Pascal VOC XML annotation files containing bounding
box coordinates and phenological class labels, and (2) 24 MP4 video files (3 840 × 2 160 pixels) with corresponding
GPX coordinate files and Excel validation files containing manual ground truth counts.Open asset ↗Zenodo · 10.5281/zenodo.17371025pdf-page:13 lines:1-62Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Rice production is integral to the agricultural sector of India; over 65% of the populations are dependent on rice as their major staple. The cultivation of rice sustains this important agricultural sector; yet, there are many challenges encountered by rice producers, one of which is several types of disease that negatively impact yield and quality. Due to the fact that rice leaf smut, brown spot and bacterial leaf blights are among the most important types of diseases that can significantly reduce the yield and quality of rice, it is important to be diligent when identifying these diseases using accurate and speedy methods on an annual basis for successful and sustainable production of rice crops. As technology advances there continue to be emerging technologies such as Deep Learning (DL) as applied in agriculture to identify diseases and therefore reshape the agricultural paradigm so as to address agricultural disease challenges more readily. This research proposes a previously undemonstrated approach for identifying Rice Leaf Disease using EfficientNetV2; a Diffusion Bounded Attention method for disease detection. The quality of the input imagery has been greatly increased using a Preceding Noise Reduction (PNR) using the Guided Filopic Diffusion (GFD) technique, retaining important characteristics of Rice Leaves (Leaf Texture) which are critical for disease classification within agricultural imaging. To evaluate the performance of our model we utilized the Dice Similarity Coefficient (DSC). This coefficient measures how much the predicted image areas representing disease overlap with the actual affected areas of the image. Therefore, DSC is a reliable way to evaluate model segmentation capability. The Rice Leaf Diseases Dataset we used to identify and classify Rice Leaf Diseases was very comprehensive. Our model achieved an accuracy rate of 98.92% and also attained the best recall, precision and F1 score.
Why it matches plant phenotyping methodsイネ葉の病害症状を画像から検出・分類・セグメンテーションする手法が研究の中心であり、植物の病害状態を直接推定している。
abstractThis research proposes a previously undemonstrated approach for identifying Rice Leaf Disease using EfficientNetV2; a Diffusion Bounded Attention method for disease detection.
Reproduction assets foundThe paper's sole data asset is the public Kaggle Rice Leaf Diseases Dataset used for all experiments; no author code or models are deposited.Dataset · publicl analysis and data collection. N.K has done the initial drafting and statistical analysis. P.R. did the investigation. All the authors of the article have read and approved the final article.
Funding
Open access funding provided by Vellore Institute of Technology.
Data availability
The rice leaf disease data are assessed using https://www.kaggle.com/datasets/vbookshelf/rice-leaf-diseases
Declarations
Competing interests
The authors declare no competing interests.
References
1.
Upadhyay N Gupta N
Detecting fungi-affected multi-crop disease on heterogeneous region dataset using modified ResNeXt approach
Environ. Monit. Assess. 2024 196 7 610
10.1007/s10661-024-12790-0
38862723
Upadhyay, N. & Open asset ↗Kaggle · vbookshelf/rice-leaf-diseaseslines:553-627Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Accurate classification of maize yield potential is essential for food security and effective agricultural planning, particularly in regions characterized by environmental variability and socio-economic constraints. This study explores the binary classification of maize kernel weight into low ( n = 160). A Hybrid Cascade - Deep Belief Network (HCA-DBN) is proposed, utilizing the feature extraction capabilities of Deep Belief Networks (DBN) coupled with Hill Climbing Algorithm (HCA) as a lightweight hyperparameter tuning strategy. The model's performance was benchmarked against standard classifiers including Logistic Regression, Random Forest, XGBoost, Decision Tree, Multi-Layer Perceptron (MLP), and Support Vector Classifier (SVC). The proposed HCA-DBN achieved a peak classification accuracy of 94%, demonstrating its potential to outperform conventional baselines even under small sample conditions. Rigorous validation, including bootstrapping and stratified 10-fold cross-validation, confirmed the statistical stability of the results. While these findings serve as a proof-of-concept given the dataset constraints, this study contributes a methodological benchmark for field-based maize yield classification and provides a scalable framework for future validation on larger, multi-season datasets.
Why it matches plant phenotyping methodsトウモロコシの収量ポテンシャル(kernel weight)を分類する計算手法を提案し、複数モデルとのベンチマークおよび交差検証で技術的に評価しているため、植物形質推定法が中心である。
abstractA Hybrid Cascade - Deep Belief Network (HCA-DBN) is proposed, utilizing the feature extraction capabilities of Deep Belief Networks (DBN) coupled with Hill Climbing Algorithm (HCA) as a lightweight hyperparameter tuning strategy.
Reproduction assets foundThe paper's maize field phenotyping dataset (plant/ear traits, canopy temperature, chlorophyll from 160 tagged plants at VIT Sevur farm) is explicitly stated as publicly available via a Data in Brief DOI deposit, and the same dataset is cited in the references as a Mendeley Data deposit authored by the paper's authors.Dataset · publicPublicly available datasets were analysed in this study. This data can be found here: https://doi.org/10.1016/j.dib.2024.110367.Open asset ↗html-lines:851-875Dataset · publicRadhakrishnan S., Sandhya P., Venkatramana B., Pradeep Kumar T.
Analyzing various maize varieties grown organically: VIT Vellore’s phenotypic, yield, and canopy data. (2024) 1. Available online at: https://data.mendeley.com/datasets/6py9v57sf2/1Open asset ↗6py9v57sf2/1html-lines:900-924Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
3D crop phenotyping technology provides critical support for screening morphology-related plant genes and identification of germplasm resource. Organ segmentation or recognition is the first key step in 3D crop phenotyping, where inductive deep learning currently dominates as the mainstream methodology. However, the high requirement for data annotation in inductive learning paradigm has transformed the manual data labeling into a labor-intensive task, thereby in turn restricting the progress of inductive learning. This problem has inspired us to leverage Graph Neural Networks (GNNs) as the transductive learning tool to directly segment organs on sparsely annotated crop point clouds. We propose a Dual-branch Graph Convolutional Network (DBGCN) that only requires sparse labels to perform organ instance inference directly on plant point clouds that have featureless point features. Different from existing graph-based networks, DBGCN not only carries out the static-feature-space graph convolutions that are good at mining and aggregating on local information on the point cloud, but also incorporates dynamic graph convolutions that captures the potential changes of the graph manifold in deep feature space. Extensive experiments prove that the fusion of two types of graph feature convolutions brings a high node (point) classification accuracy, outperforming mainstream GNNs and even several popular inductive deep architectures. On the PlantNet sub-dataset, DBGCN achieves an mAcc (mean accuracy of node classification) of 93.00% under 1.95% manual annotation ratio. On the Soybean-MVS sub-dataset, DBGCN achieves an mAcc of 91.05% under 4.88% manual annotation ratio. Furthermore, our DBGCN not only works well on crop 3D data but can also serve other applications such as the segmentation of point cloud data for large-scale street view. Our dataset and code can be found at https://github.com/chinazhouzhaoyi/DBGCN/tree/master/.
Why it matches plant phenotyping methods3D植物点群から器官を分割・推論する深層学習手法を開発し、植物フェノタイピングデータ上で精度検証しているため、表現型取得・抽出法が中心である。
abstractWe propose a Dual-branch Graph Convolutional Network (DBGCN) that only requires sparse labels to perform organ instance inference directly on plant point clouds
Reproduction assets foundThe authors explicitly state that their dataset (plant point clouds) and DBGCN code are publicly available on GitHub.Code · publicOur data and code are available at: https://github.com/chinazhouzhaoyi/DBGCN/tree/master/.Open asset ↗chinazhouzhaoyi/DBGCNhtml-lines:414-455Dataset · publicOur dataset and code can be found at https://github.com/chinazhouzhaoyi/DBGCN/tree/master/Open asset ↗chinazhouzhaoyi/DBGCNhtml-lines:88-94Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Service crops are grown to provide ecosystem services in viticulture, but their adoption remains limited due to their competition with grapevine for soil resources. To identify trade-offs between services, the effect of service crops management strategies on grapevine performances still need further research. This dataset presents data from two experiments conducted to study the effect of service crops management on soil resources and grapevine performances. The inter-row vegetation was sampled in two Mediterranean vineyards using quadrats for biomass estimation. In addition, an unmanned aerial vehicle (UAV) was regularly flown over the vineyards for a period spanning more than four years in total over the two vineyards. The dataset presented here includes both raw data acquired during fieldwork and processed data derived from this raw inputs. The raw data consists of image series captured by two UAVs during each flight campaign, including RGB and multispectral imagery. Images were acquired between 2021-06-10 and 2022-07-29 for the first vineyard, and between 2023-06-08 and 2025-03-12 for the second vineyard. Based on these raw data, the processed data comprises spatial vectors, raster layers, and dense point clouds generated from UAV images using a Structure from Motion (SfM) photogrammetry workflow, at a 5 cm spatial resolution. The raster layers and dense point clouds provide specific information on vineyard characteristics for each UAV flight date, including elevation, vegetation indices, visible and near-infrared reflectance, and canopy height. In addition, the processed data include measurements of vegetation dry biomass, as well as separate measurements of dry biomass and leaf area measured for selected service crops species. This dataset can be reused for the calibration and/or evaluation of classification algorithms aimed at discriminating vines from the inter-row vegetation, or as part of a larger dataset to explore relationships between remotely-sensed vegetation indices and field-measured vegetation biomass or surface.
Why it matches plant phenotyping methodsUAV画像とSfM処理により、植生指数・樹冠高・バイオマス等の植物形質を取得した再利用可能なデータセットで、分類アルゴリズムの校正・評価用途も明示されており、植物フェノタイピング手法・データ基盤が中心です。
abstractThe dataset presented here includes both raw data acquired during fieldwork and processed data derived from this raw inputs.
Reproduction assets foundThe paper is a Data in Brief article describing a public dataset on Research Data Gouv (doi: 10.57745/MXM55R) containing UAV RGB/multispectral imagery, SfM-derived rasters and point clouds, and field-measured vegetation biomass/leaf-area data from two Mediterranean vineyards — directly the paper's phenotyping inputs. ADataset · publicollected in vineyards located in southern France near Montpellier (43°32.5243′N, 3°50.8240′E). Data are stored on Research Data Gouv, a remote storage solution curated by the French Department of Research.
Data accessibility
Repository name: Research Data Gouv
Data identification number: doi: 10.57745/MXM55R
Direct URL to data: https://doi.org/10.57745/MXM55R
Related research article
None
1.
Value of the Data
•
The fine scale imaging of vineyards (i.e., 5 cm resolution) allows for classification of the vegetation in the vineyard inter-rows, and subsequent exploration of its respective dynamics.
•Open asset ↗Research Data Gouv · 10.57745/MXM55Rlines:1-47Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Rapid and accurate identification of DUS (Distinctness, Uniformity, and Stability) test traits in lettuce leaves is essential for advancing multi-omics-driven intelligent breeding. It also plays a critical role in germplasm protection and enhancing agricultural competitiveness. However, the phenotypic traits of lettuce leaves are highly diverse and complex due to both genotypic variation and environmental influences, posing significant challenges for precise DUS trait quantification. To address these challenges, we propose a high-precision phenotypic trait extraction pipeline and introduce an interpretable phenotypic fingerprinting framework for lettuce subgroup identification. First, a lightweight semantic segmentation network guided by group attention is developed to extract leaf components. Then, shape, color, and texture traits are comprehensively quantified. Following UPOV (International Union for the Protection of New Varieties of Plants) guidelines, we establish quantitative methods for seven DUS test traits: leaf shape, leaf tip shape, leaf margin shape, leaf vein shape, color hue, brightness, and anthocyanin coloration. Finally, PCA (Principal component analysis) was used to select 13 key traits, capturing over 95.82% of the total variance, for constructing "phenotypic ID" of lettuce varieties. Experiments conducted on 709 lettuce leaf image datasets showed that the accuracy of subgroup identification based on phenotypic fingerprints reached 98.59%. This study offers a scalable approach for automated DUS test trait evaluation and intelligent crop variety identification, providing a novel paradigm with strong potential for application in precision breeding and germplasm resource management.
Why it matches plant phenotyping methodsレタス葉画像からDUS形質を抽出・定量化する画像解析パイプラインを開発し、709画像で評価しており、植物フェノタイピング手法が研究の中心である。
abstractwe propose a high-precision phenotypic trait extraction pipeline and introduce an interpretable phenotypic fingerprinting framework for lettuce subgroup identification.
Reproduction assets foundThe article provides a public GitHub repository containing the authors' source code for the lettuce phenotypic fingerprint pipeline. The 709-image dataset and annotations are only available upon request, so they do not qualify as public assets.Code · publicThe data used to support the findings of this study are available upon request from the corresponding author, and the source code is accessible at https://github.com/qiuguangjie87/PP_Phenotypic_Fingerprint .Open asset ↗PP_Phenotypic_Fingerprintlines:263-278Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
To achieve agricultural automation, deep learning applications for early and accurate disease detection in tomato plants have been extensively developed. However, there is a fundamental trade-off between computational efficiency and diagnostic accuracy in resource-constrained agricultural edge environments. This paper proposes an evaluation framework for seven architectures that represent standard, efficient, and hybrid CNN structures to assess their implementation potential. Through evaluations of explainability, computational efficiency, and diagnostic performance, seven lightweight architectures (ShuffleNetV2, MobileNetV3-Small, SqueezeNet, MobilePlantViT, DenseNet121, ResNet50, and VGG16) are thoroughly examined. Three significant findings are derived from experiments conducted on a subset of tomato diseases in the PlantVillage dataset. First, the MobilePlantViT architecture accurately strikes the ideal balance between efficiency and performance. Second, in order to quantitatively assess the explainability of XAI models (Grad-CAM, SHAP, and LIME) and identify the best option for edge devices, we propose the perturbation stability score (PSS) metric. Third, we test CPU inference measurements to better reflect the actual scenario and find that the hybrid design effectively leverages parallel computing. According to these findings, MobilePlantViT is the ideal architecture for applications that require operation on edge devices with limited resources and achieve high diagnosis accuracy (above 99.5%).
Why it matches plant phenotyping methodsトマト病害という植物状態を画像から分類する深層学習手法について、複数モデルの精度・計算効率・説明可能性を体系的に比較評価しており、病害フェノタイピング手法の技術評価が中心である。
abstractThis paper proposes an evaluation framework for seven architectures that represent standard, efficient, and hybrid CNN structures to assess their implementation potential.
Reproduction assets foundThe authors publicly deposited their paper-specific tomato phenotype image subsets (derived from PlantVillage and expert-curated PlantDoc) on Kaggle via explicit Data Availability links. No author analysis code or trained model checkpoints are shared; ONNX Runtime is a generic library, not a paper-specific asset.Dataset · publicThe datasets are available at the following links: https://www.kaggle.com/datasets/cthngon/tomato-plantvillage-datasets, https://www.kaggle.com/datasets/cthngon/tomato-only.Open asset ↗Kaggle · cthngon/tomato-plantvillage-datasetshtml-lines:710-734Dataset · publicWe enhanced the quality of the PlantDoc dataset by collaborating with experts to identify and crop regions containing disease-specific symptoms, while eliminating irrelevant image content. For long-term preservation and ease of access, we have stored copies of the datasets in the published repository. The datasets are available at the following links: https://www.kaggle.com/datasets/cthngon/tomato-plantvillage-datasets, https://www.kaggle.com/datasets/cthngon/tomato-only.Open asset ↗Kaggle · cthngon/tomato-onlyhtml-lines:710-734Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Reliable identification of maize leaf diseases is critical for mitigating crop losses, particularly in regions where farmers have limited access to experts. Although vision transformers (ViTs) have recently demonstrated strong performance in image recognition, their weak inductive bias and limited modelling of local texture patterns make them non-ideal for fine-grained maize leaf disease classification. To address these limitations, we propose ConvDeiT-Tiny, a lightweight hybrid ViT that improves DeiT-Ti by placing depthwise convolutions in parallel with multi-head self-attention modules in the first three transformer blocks. The local and global features captured by the convolution and attention modules are concatenated along the embedding dimension and fused using a multilayer perceptron. This results in richer token representations without significantly increasing model size. Across three datasets, ConvDeiT-Tiny (6.9M parameters) consistently outperformed DeiT-Ti, DeiT-Ti-Distilled, and DeiT-S (21.7M parameters) when trained from scratch. With transfer learning, ConvDeiT-Tiny achieved an accuracy of 99.15%, 99.35%, and 98.60% on the CD&S, primary, and Kaggle datasets, respectively, surpassing many previous studies with far fewer parameters. For explainability, we present gradient-weighted transformer attribution visualizations showing the disease lesions driving model predictions. These results indicate that injecting local inductive bias in early transformer blocks is beneficial for accurate maize leaf disease classification.
Why it matches plant phenotyping methodsトウモロコシ葉の病害状態を画像から分類する手法を新規に開発し、複数データセットで性能比較・検証しており、病害フェノタイピング手法が中心である。
abstractwe propose ConvDeiT-Tiny, a lightweight hybrid ViT that improves DeiT-Ti by placing depthwise convolutions in parallel with multi-head self-attention modules
Reproduction assets foundThe paper's Data Availability Statement points to a public GitHub repository containing the authors' program code and dataset splits (including their field-collected primary dataset). The paper also evaluates on the public Kaggle Corn or Maize Leaf Disease Dataset, a public plant-image dataset directly used for the论文'sCode · publicData Availability Statement: The program code and dataset splits for the three datasets used in this study,
including our primary data, can be found at https://github.com/DamarisWaema/ConvDeiT-Tiny.Open asset ↗DamarisWaema/ConvDeiT-Tinypdf-page:18 lines:1-60Dataset · public43. Ghose, S. Corn or Maize Leaf Disease Dataset. Available online:
https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset (Accessed on 10 July
2025).Open asset ↗pdf-page:21 lines:1-59Code / dataset availability confirmedCrossref · OpenAlex · Europe PMC · checked 5 Sept 2026
Developing climate-resilient wheat varieties requires combining high yield with stability across diverse environments, especially under increasingly variable precipitation and rising temperatures. This study evaluated 64 post-Green Revolution durum wheat cultivars under irrigated and rainfed conditions at two contrasting Mediterranean sites in Spain. A classification framework was developed to support genotype selection based on yield and yield stability, estimated using linear mixed models and yield slopes across environments. Genotypes were classified by interquartile thresholds, and those showing either low yield or low stability were considered undesirable for selection. High-throughput phenotyping was conducted throughout the season using ground-sensor Red-Green-Blue (RGB) and multispectral (MS) vegetation indices (VIs), along with UAV-derived RGB, MS, and thermal-infrared (TIR) data. VIs and TIR at anthesis and grain filling, and their differences (senescence proxies), were used to train Random Forests for yield and stability estimation including sequential feature selection. Environmental covariates (water input, reference evapotranspiration) were integrated in yield models, with strong outcomes (R 2 > 0.74; MAPE <23.6%). Stability predictions were based on VI stability and, though moderate (R 2 up to 0.56; MAPE <17.75%), outperformed previous studies. Selected features were used to evaluate seasonal reflectance phenotypes: “keep” genotypes (intermediate/high yield or/and stability) exhibited early-vigor but lower green retention by the end of grain filling, while “discard” genotypes (low yield or/and stability) showed reduced early vigor and “stay-green” behavior. This study highlights early-vigor and earlier senescence over “stay-green” for wheat selection, offering a cost-effective approach shifting the breeding focus from yield maximization to joint yield-stability evaluation, promoting sustainability.
Why it matches plant phenotyping methods高スループットの地上・UAVセンサーによる表現型取得と、機械学習による収量・安定性推定が研究の中心であり、育種選抜に用いる手法を実質的に評価・適用している。
abstractHigh-throughput phenotyping was conducted throughout the season using ground-sensor Red-Green-Blue (RGB) and multispectral (MS) vegetation indices (VIs), along with UAV-derived RGB, MS, and thermal-infrared (TIR) data.
Reproduction assets foundThe authors explicitly state that the datasets and analysis scripts for all analyses (yield/stability modeling, VI extraction, Random Forest workflows) are publicly available in their Zenodo repository (DOI 10.5281/zenodo.17435708), referenced both in the statistical analysis section and the Data Availability statementCode · publicThe datasets and scripts for all the analyses conducted are available in our repository ( https://doi.org/10.5281/zenodo.17435708 ).Open asset ↗zenodo · 10.5281/zenodo.17435708lines:222-237Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 5 Sept 2026
Abstract Observer bias and inconsistencies in traditional plant phenotyping methods limit the accuracy and reproducibility of fine-grained plant analysis. To address these limitations, TomatoMAP is introduced as a comprehensive dataset for Solanum lycopersicum . The dataset contains 68,080 RGB images: 3,616 high-resolution macrophotographs (3648 × 5472) with semantic annotations, and 64,464 moderate-resolution images (1080 × 1440) captured from 12 plant poses at four camera elevations. Each image is accompanied by manually annotated bounding boxes for seven regions of interest (leaves, panicle, flower clusters, fruit clusters, axillary shoot, shoot, and whole-plant area) and by labels spanning 50 BBCH classes representing phenologically growth stages. A general cascading structure is proposed. For real-time applicability, models emphasizing the accuracy-efficiency trade-off (MobileNetv3, YOLOv11, and Mask R-CNN) are prioritized and benchmarked against multiple state-of-the-art models. Performance is assessed using accuracy, mAP, inference FPS, and normalized confusion matrices. In a study involving five domain experts, AI models trained on TomatoMAP achieves comparable accuracy levels. Reliability of automated fine-grained phenotyping is supported by Cohen’s Kappa statistics and inter-rater agreement heatmaps.
Why it matches plant phenotyping methodsトマトの多視点画像、器官領域・生育ステージ注釈を備えたデータセットを構築し、画像モデルの精度・効率・専門家一致度をベンチマークしており、植物フェノタイピング手法が中心である。
titleTomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping.
Reproduction assets foundThe paper's authors publicly release their analysis code (dataset construction scripts for TomatoMAP-Cls/Det and model training/evaluation code) on GitHub. The TomatoMAP phenotype image dataset itself is deposited at e!DAL (10.5447/ipk/2025/14), but no matching URL is present in the allowed list, so only the code assetCode · publicThe scripts for constructing TomatoMAP-Cls and TomatoMAP-Det, as well as the code used for model evaluation, are available at: https://github.com/0YJ/TomatoMAP.Open asset ↗https://github.com/0YJ/TomatoMAPhtml-lines:423-479Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Abstract Diseases of tomato leaves are significant threats to the global food security and agricultural production. The old method of diagnosis is not reliable and is time consuming, and there is a demand to have effective and accurate automated systems. The paper uses transfer learning using Inception-V3 and Inception-ResNet-V2 network to detect tomato leaf diseases using an open dataset. To encourage generalizability, data augmentation and preprocessing techniques were used, whereas Grad-CAM was used to encourage visual interpretability. Experimentally, it has been demonstrated that Inception-ResNet-V2 and Inception-V3 performed with 92.33 and 89.33 accuracy, respectively, which is higher than the other existing methods. These results demonstrate the possibility of deep learning to improve precision agriculture and prepare further development of real-time and field-deployable systems of disease detection.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から深層学習で自動推定する手法が研究の中心であり、植物病害フェノタイピングに該当する。
abstractThe paper uses transfer learning using Inception-V3 and Inception-ResNet-V2 network to detect tomato leaf diseases using an open dataset.
Reproduction assets foundThe paper's Data Availability Statement explicitly identifies the public Kaggle tomato leaf image dataset used to train and evaluate the deep learning models, making it a paper-specific, publicly actionable asset. No author analysis code or trained model checkpoints are disclosed.Dataset · publicThe dataset used in this study is publicly available on Kaggle. It can be accessed at:
https://www.kaggle.com/datasets/kaustubhb999/tomatoleaf
The dataset contains labeled images of healthy and diseased tomato leaves and was used for training
and evaluating the proposed deep learning model.Open asset ↗Kaggle · kaustubhb999/tomatoleafpdf-page:30 lines:1-9Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Maize is a vital global crop, but its productivity is often threatened by plant diseases, highlighting the need for precise and timely diagnostic methods. Traditional manual inspection is inefficient and prone to errors, motivating the development of automated solutions. Recent advances in computer vision and deep learning have enabled effective automated plant disease diagnosis. While Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs) have shown promise in plant disease classification, CNNs struggle to capture global contextual information, and ViTs require large datasets and high computational resources. Inspired by mixture-of-experts (MoE) architectures, we propose a lightweight hybrid model that integrates CNN and ViT components, adaptively emphasizing local or global features based on input characteristics. Evaluated on a novel, real-world dataset of full maize plant images, our approach achieves 99.90% classification accuracy, significantly outperforming state-of-the-art baselines such as MobileViT, PiT, EdgeNeXt, and DeiT. These results demonstrate that lightweight hybrid architectures can deliver high-performance disease diagnosis suitable for practical agricultural deployment. The code is available at: https://www.github.com/sabermehdipour/MXiT .
Why it matches plant phenotyping methodsトウモロコシ全身画像から病害状態を推定する軽量CNN-ViT手法を開発・評価しており、植物表現型取得・判定が中心的です。
abstractwe propose a lightweight hybrid model that integrates CNN and ViT components
Reproduction assets foundThe paper's authors' MXiT analysis code is publicly available via a GitHub URL stated in the abstract, and the PlantVillage image dataset used for evaluation is publicly available. The Plant Scanner maize dataset is paper-specific but only available upon request, so it is listed as request_only.Code · publicThe code is available at: https://www.github.com/sabermehdipour/MXiT.Open asset ↗sabermehdipour/MXiThtml-lines:1-77Dataset · publicThe PlantVillage dataset is publicly available (https://github.com/spMohanty/PlantVillage-Dataset).Open asset ↗spMohanty/PlantVillage-Datasethtml-lines:707-785Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Common beanLeafClassificationStress / disease detectionDisease symptoms / severity
Early identification of bean leaf diseases, particularly Angular Leaf Spot and Bean Rust, is vital for ensuring crop productivity and global food security, especially within smallholder farming systems where disease outbreaks can rapidly escalate and cause severe yield losses. Conventional disease identification through visual inspection is labor-intensive, subjective, and highly dependent on expert knowledge, making it impractical for large-scale agricultural monitoring. Although recent deep learning-based approaches have demonstrated impressive accuracy in plant disease classification, their inherent “black-box” nature significantly limits real-world adoption, as farmers and agronomists often lack the ability to understand, trust, or act upon unexplained predictions. To address these challenges, this study proposes an automated and explainable disease diagnostic framework based on a Vision Transformer (ViT-B/16) architecture optimized through transfer learning from ImageNet. Unlike traditional convolutional neural networks that primarily focus on localized features, the Vision Transformer processes images as a sequence of flattened patches and leverages self-attention mechanisms to capture long-range dependencies and global contextual patterns across the entire leaf surface. This global representation enables the model to detect subtle and spatially distributed disease symptoms that are often overlooked by CNN-based approaches. To further enhance transparency and interpretability, GradCAM + + is integrated into the framework as an explainable artificial intelligence (XAI) mechanism. This method generates class-specific heatmaps that visually highlight the exact pathological regions influencing the model’s predictions, thereby establishing a human-interpretable validation loop for farmers, agronomists, and domain experts. The proposed framework was evaluated on the publicly available I-Bean dataset, achieving a validation accuracy of 97.52% along with strong precision, recall, and F1-score performance. The generated GradCAM + + visualizations consistently demonstrate the model’s sensitivity to true diseased regions, reinforcing both the reliability and trustworthiness of its predictions. By combining high-capacity global feature learning with visual explainability, the proposed approach offers a scalable, transparent, and practical solution for real-world precision agriculture. This framework not only enhances diagnostic accuracy but also bridges the critical gap between model performance and user trust, enabling informed decision-making and timely disease management in modern farming environments.
Why it matches plant phenotyping methods画像から豆葉の病害症状を分類・可視化する手法が研究の中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として適格。
abstractThis method generates class-specific heatmaps that visually highlight the exact pathological regions influencing the model’s predictions
Reproduction assets foundThe paper uses the publicly available I-Bean bean leaf disease image dataset (Healthy, Angular Leaf Spot, Bean Rust) and points to it via a Data availability DOI (10.21227/4k7y-vs03), which is an allowed URL. No author analysis code or trained model checkpoint is explicitly deposited.Dataset · publicPSP and SNT: Problem Formulation and MethodologyAS and DS: Implementation and VisualizationMVV PK and KB: Original Draft and Supervision.
Funding
Open access funding provided by Symbiosis International (Deemed University). This research received no external funding.
Data availability
[https://dx.doi.org/10.21227/4k7y-vs03]
Declarations
Competing interests
The authors declare no competing interests.
The authors declare that they have no conflict of interest.
References
1.
Wang Y Wang Q Su Y Jing B Feng M
Detection of kidney bean leaf spot disease based on a hybrid deep learning model
Sci. Rep. 2025 15 1 11185
10.1038/s41598-025-93742-7
40169647
POpen asset ↗10.21227/4k7y-vs03lines:325-415Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Accurate and non-destructive assessment of fruit maturity is critical for sustainable agricultural practices. This study proposes a novel framework for evaluating strawberry ripeness using Mid-Infrared (MIR) spectroscopy combined with metaheuristic feature selection and supervised classification. A dataset of 443 strawberries spanning eight maturity stages was analyzed using six metaheuristic algorithms—Binary Grey Wolf Optimizer, Binary Particle Swarm Optimizer, Bee Colony Optimizer, Genetic Algorithm, Ant Colony Optimizer, and Gravitational Search Optimizer—integrated with four classifiers: Naïve Bayes, Decision Tree, Linear Discriminant Analysis, and Support Vector Machine. A new fitness function was designed to optimize classifier performance, and results were validated through Self-Organizing Map Neural Networks, cross-validation, and statistical significance testing. The Genetic Algorithm–Linear Discriminant Analysis combination achieved the highest and most stable accuracy (94.6–99%), outperforming existing image-based, deep learning, and conventional spectroscopic approaches while retaining interpretability. These findings demonstrate that metaheuristic-driven MIR analysis provides a robust, explainable, and efficient method for precise strawberry maturity assessment, offering significant potential for advancing eco-friendly and intelligent agricultural practices.
Why it matches plant phenotyping methodsイチゴ果実の成熟度という植物器官の状態を、MIR分光と特徴選択・分類器で非破壊推定する方法を開発し、交差検証や統計検定で性能評価しており、フェノタイピング手法が中心である。
abstractThis study proposes a novel framework for evaluating strawberry ripeness using Mid-Infrared (MIR) spectroscopy combined with metaheuristic feature selection and supervised classification.
Reproduction assets foundThe paper's analysis code is explicitly stated to be publicly available at the authors' GitHub release URL. The spectral dataset itself is not public and is available only from the corresponding author on request.Code · publicCode availability
The code is available publicly on:
https://github.com/RabihAssaf89/RabihAssaf-codes/releases/tag/v1.0.Open asset ↗RabihAssaf89/RabihAssaf-codes · v1.0html-lines:822-851Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Abstract Agriculture and global food security are critically dependent on accurate and timely identification of plant diseases and pests. Traditional approaches to disease identification rely heavily on visual inspection and expert knowledge, which frequently lack the accuracy, speed, and scalability needed to address growing agricultural challenges. Early and precise disease detection enables proactive interventions that can prevent widespread crop damage and reduce excessive pesticide use, thereby supporting sustainable agricultural practices. Artificial intelligence, particularly deep learning methods, has emerged as a transformative solution for automated plant disease diagnosis. Convolutional neural networks (CNNs) have demonstrated remarkable capabilities in image classification tasks, evolving from individual architectures to sophisticated ensembles and transferring learning models. However, existing CNN-based research on rice disease identification has typically focused on a limited number of disease classes, restricting their practical applicability in real-world agricultural settings. This study addresses these limitations by implementing DenseNet121, an advanced CNN architecture known for its efficient feature reuse and gradient flow, for comprehensive rice disease classification. We utilized a dataset comprising seven of the most common rice diseases, significantly expanding the scope beyond previous studies. The model employs transfer learning with pre-trained ImageNet weights and is optimized using the Adam optimizer with carefully tuned hyperparameters. The experimental evaluation on an independent test set demonstrates that our proposed model achieves an overall accuracy of 97.9%, with individual disease classification accuracy ranging from 94% to 99.67%. The model exhibits balanced performance across multiple metrics, including precision (96.2%), recall (97.97%), and F1-score (97%), confirming its robustness and generalizability. These results establish DenseNet121 as a highly effective framework for automated rice disease diagnosis, offering a practical tool for enhancing agricultural productivity and food security.
Why it matches plant phenotyping methodsイネ葉の画像から病害状態を分類する深層学習手法が研究の中心であり、独立テストセットによる性能評価も実施しているため、植物病害フェノタイピング手法として収載する。
abstractThis study addresses these limitations by implementing DenseNet121, an advanced CNN architecture known for its efficient feature reuse and gradient flow, for comprehensive rice disease classification.
Reproduction assets foundThe paper's rice disease classification experiments use the public Kaggle Paddy Disease Classification dataset (8030 images, 7 disease classes), explicitly cited and linked by the authors in the Data Availability Statement. No author code or trained model checkpoints are disclosed.Dataset · publicThe data presented in this study are available in Kaggle42.Open asset ↗Kagglehtml-lines:487-556Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Phenotypic characters have long been central to species diagnosis and remain indispensable even in the age of genomics. However, phenotypic datasets are often complex-spanning dozens of traits of varying types and units, with correlated variables and unbalanced sampling-posing challenges for robust, reproducible analysis. Existing software solutions are fragmented, usually requiring labor-intensive workflows across multiple tools and manual steps, which undermines reproducibility and hinders comparisons across studies. To address these methodological and practical challenges, I introduce Orangutan , an R package designed to provide a reproducible, easy-to-implement framework for comparing groups using mensural and meristic data. Orangutan integrates statistical analysis and visualization for species diagnosis and population comparisons within a single workflow. The package streamlines the identification of diagnostic, nonoverlapping traits between species, while enabling rigorous assessment of both individual and multivariate trait differences in overlapping traits. Core features include optional allometric correction to remove size effects, optional outlier removal, automated selection of appropriate univariate tests with post hoc comparisons, and integrated multivariate analyses. All outputs, including tables and publication-ready figures, are generated with minimal coding, ensuring accessibility and standardization. Empirical validation with real-world datasets-including animal and plant species-demonstrates that Orangutan robustly identifies diagnostic traits, reveals both subtle and clear group differences, and achieves high classification accuracy with phenotypic data alone. By automating and unifying key analytical steps, Orangutan promotes reproducibility, transparency, and efficiency in phenotypic research. This package could empower researchers in taxonomy, ecology, and evolutionary biology to adopt quantitative good practices for species diagnoses, facilitating comparative studies and advancing methodological standards in morphological data analysis. Orangutan is freely available as open-source software with comprehensive documentation to facilitate broad adoption.
Why it matches plant phenotyping methods植物を含む表現型データの解析・可視化を統合するRパッケージを開発し、実データで検証しているため、植物表現型解析ソフトウェアとして方法論が中心である。
abstractI introduce Orangutan , an R package designed to provide a reproducible, easy-to-implement framework for comparing groups using mensural and meristic data.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産3件を確認しました。Code · publicThe data to reproduce this work and software are freely and publicly available at https://github.com/metalofis/Orangutan‐R , https://cran.r‐project.org/web/packages/Orangutan/index.html and https://zenodo.org/records/18488056 .Open asset ↗GitHub · metalofis/Orangutan‐Rlines:328-395Code · publicThe data to reproduce this work and software are freely and publicly available at https://github.com/metalofis/Orangutan‐R , https://cran.r‐project.org/web/packages/Orangutan/index.html and https://zenodo.org/records/18488056 .Open asset ↗Zenodo · 18488056lines:396-502Dataset · publicThe anole datasets can be downloaded from https://github.com/metalofis/Orangutan‐R/tree/main/example_datasets .Open asset ↗GitHub · metalofis/Orangutan‐Rlines:88-96Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Plant Leaf Diseases represent a significant risk to global agricultural production. Crops ranging from Peppers and Tomatoes to Potatoes are affected by these diseases. Traditional methods of identifying leaf diseases based primarily on visual inspection have historically been slow and relatively inaccurate. A deep learning-based solution for the automated identification of plant leaf diseases utilizes Convolutional Neural Networks (CNNs) as the primary methodology. To identify leaf images into 15 disease categories, both pre-trained models such as VGG16, EfficientNetB3, Inception V3 and a custom CNN model were used. Using pre-trained models to allow for the use of Transfer Learning helps to mitigate some of the issues associated with computational resource limitations and data limitations in providing faster convergence rates and higher accuracy when compared to training a model from scratch. The Plant Village image collection which contains over 20,000 images of different plant leaf diseases was utilized for training and testing purposes. Each model's performance was evaluated based on its accuracy, loss and generalization capabilities. Additionally, each model was fine-tuned through hyperparameter optimization. As a result, the model that achieved the highest validation accuracy rate of 95% was the EfficientNetB3 model while the second highest accuracy rate was achieved by the Inception V3 model at 92%. This methodology provides an excellent answer to addressing early disease detection, enabling farmers to take the necessary actions quickly to reduce their losses and maximize their harvest.
Why it matches plant phenotyping methods植物葉画像から病害状態を推定する深層学習手法を比較・評価しており、病害フェノタイピングと手法検証が研究の中心です。
abstractA deep learning-based solution for the automated identification of plant leaf diseases utilizes Convolutional Neural Networks (CNNs) as the primary methodology.
Reproduction assets foundThe paper's plant-phenotyping measurements (CNN classification of 15 leaf disease classes) were performed on the public PlantVillage-derived Kaggle 'Plant Disease Dataset' by E. Marrex, which the authors cite as their training/testing image source. No author analysis code, trained model checkpoints, or paper-specific衍生Dataset · publicD. E. Popescu, M. K. Chowdary, and J. Hemanth, "Deep learning-based leaf
disease detection in crops using images for agricultural applications," Agronomy, vol. 12, no. 10,
p. 2395, 2022. doi: 10.3390/agronomy12102395. Available:
https://doi.org/10.3390/agronomy12102395.11. E. Marrex, "Plant Disease Dataset," Kaggle, Available:
https://www.kaggle.com/datasets/emmarex/ plantdisease. [Accessed: 03- Apr-2025].Open asset ↗Kagglepdf-raw-page:12 lines:1-8Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Abstract Plant diseases continue to pose a significant threat to worldwide food security, resulting in notable yield reductions and economic consequences. Automated disease diagnosis through machine learning has arisen as a potential solution; nevertheless, current methods frequently have difficulty in capturing both detailed local attributes and overarching contextual patterns found in plant leaf images. This study presents a thorough comparative examination of conventional and deep learning methods—such as Convolutional Neural Networks (CNNs), Vision Transformers (ViTs), YOLO, Support Vector Machines (SVMs), and Random Forests—for the classification of multi-class plant diseases. To overcome the constraints of individual CNN and transformer models, a new hybrid framework that integrates EfficientNet-B7 for strong spatial feature extraction with a Vision Transformer (ViT-B16) for comprehensive contextual modeling is suggested. The system is assessed on an extensive dataset consisting of 21,534 images covering 38 classes of plant diseases and healthy specimens. Experimental findings show that the suggested hybrid model reaches an accuracy of 98.13%, surpassing standalone CNN baselines and other rival models, while consistently achieving high precision, recall, and F1-scores for all classes. The results emphasize the success of combining convolutional and transformer-based models for scalable and precise plant disease detection, aiding the creation of smart decision-support systems for precision farming.
Why it matches plant phenotyping methods植物葉画像から病害状態を分類する新規ハイブリッド画像解析手法を提案し、複数手法との比較評価と大規模データセットでの検証を行っており、フェノタイピング手法が中心である。
abstractAutomated disease diagnosis through machine learning has arisen as a potential solution
Reproduction assets foundThe paper's plant disease image dataset (New Plant Diseases Dataset on Kaggle) and the authors' complete hybrid CNN–ViT implementation (GitHub repository with Zenodo DOI) are both publicly and explicitly available.Dataset · publicThe data that support the findings of this study are openly available in the New Plant Diseases Dataset at Kaggle [https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset/data].Open asset ↗Kaggle · new-plant-diseases-datasethtml-lines:296-327Code · publicThe source code, including model architecture, training scripts, evaluation routines, and Google Colab notebooks for inference, is hosted on GitHub at: https://github.com/mohdzunaidahmed15-ui/hybrid-cnn-vit-plant-disease-diagnosis.Open asset ↗GitHub · mohdzunaidahmed15-ui/hybrid-cnn-vit-plant-disease-diagnosishtml-lines:296-327Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract Agriculture plays a pivotal role in global economic growth, yet it faces significant challenges from pests and crop diseases. Early detection is crucial for preventing large-scale crop losses and ensuring food security. This study introduces a hybrid transformer model, Swin-HViT, which integrates the strengths of a vision transformer (ViT) and a Swin transformer to accurately predict crop diseases. While ViT captures global image features, the Swin Transformer excels at extracting fine-grained local details. Evaluated on two benchmark datasets, Corn and PlantDoc, our model achieved accuracies of 98.81% and 81.81%, respectively, surpassing recent works. Here, we demonstrate the effectiveness of combining complementary transformer architectures to improve disease identification in diverse agricultural settings. The code, data and the hybrid model are available at https://github.com/hema2107/Swin-HViT.
Why it matches plant phenotyping methods植物画像から病害状態を推定するハイブリッド画像解析モデルを開発し、2つのベンチマークデータセットで評価しており、病害フェノタイピング手法が中心である。
abstractThis study introduces a hybrid transformer model, Swin-HViT, which integrates the strengths of a vision transformer (ViT) and a Swin transformer to accurately predict crop diseases.
Reproduction assets foundThe paper reports a hybrid ViT-Swin crop disease classification model evaluated on two public Kaggle plant image datasets (Corn/maize leaf disease and PlantDoc). The authors explicitly state that the code, data, and trained hybrid model are publicly available in their GitHub repository, and both image datasets are usedCode · publicThe code, data and the hybrid model are available at
https://github.com/hema2107/Swin-HViT.Open asset ↗hema2107/Swin-HViTpdf-page:2 lines:1-60Dataset · publicThe first dataset used for hybrid model evaluation is available on Kaggle at
https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset (accessed on August 2025).Open asset ↗pdf-page:7 lines:1-31Dataset · publicThe second dataset is also from Kaggle and is available at the link
https://www.kaggle.com/datasets/abdulhasibuddin/plant-doc-dataset (accessed on August 2025) [25].Open asset ↗pdf-page:7 lines:1-31Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published15 Feb 2026Journal of Artificial Intelligence and Engineering Applications (JAIEA)Cited by 0 · OpenAlex ↗
Monitoring plant health is an important factor in maintaining agricultural productivity. Manual identification of leaf diseases requires expert knowledge and is prone to errors due to visual similarities among disease symptoms. This study aims to develop a plant leaf disease classification system based on digital images using a Convolutional Neural Network (CNN) approach. The dataset consists of plant leaf images representing three disease classes: Corn–Common rust, Potato–Early blight, and Tomato–Bacterial spot. Prior to model training, the images undergo preprocessing steps including image resizing and pixel normalization. The performance of the CNN model is evaluated using a testing dataset that is not involved in the training process, employing accuracy, confusion matrix, precision, recall, and F1-score as evaluation metrics. Experimental results show that the proposed model achieves a test accuracy of 95.56%, with balanced performance across all disease classes. In addition to quantitative evaluation, the trained model is implemented in a Streamlit-based application, allowing users to upload plant leaf images and obtain disease classification results interactively. The findings indicate that the CNN-based approach is effective for plant leaf disease classification and has potential application as an early decision-support system for plant health monitoring.
Why it matches plant phenotyping methods植物葉の画像から病害状態を推定するCNN分類法を開発し、独立テストデータで性能評価しているため、植物フェノタイピング手法が中心である。
abstractThis study aims to develop a plant leaf disease classification system based on digital images using a Convolutional Neural Network (CNN) approach.
Reproduction assets foundThe paper's phenotyping input is a publicly available PlantVillage image dataset (900 leaf images across three disease classes) obtained from Kaggle, with an explicit authors' URL. No author analysis code or trained model is publicly deposited.Dataset · publicleaf disease images obtained from the PlantVillage Dataset, which is publicly available through the Kaggle platform [17]. The dataset is
organized using a folder-based class structure, where each folder represents a specific leaf disease category. In this study, three disease
classes are used—Corn–Common rust, Potato–Early blight, and Tomato–Bacterial spot—with 300 images per class, resulting in a total of
900 images.Open asset ↗Kagglepdf-page:3 lines:1-51Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published14 Feb 2026International Journal of Engineering Trends and TechnologyCited by 0 · OpenAlex ↗
The study is a design and development of a strong disease detection system of cucumber and grape leaves with noisy image data, focusing on the ability to withstand salt-and-pepper and Gaussian noises. The image datasets used in agriculture are usually affected by noise because of changes in light, sensor defects, and environmental conditions, which may lead to lower diagnostic accuracy. In order to address this, the proposed system incorporates high noise reduction methods whereby a median filter and a Gaussian filter are used to restore the image quality without compromising on the important leaf texture information. After processing, colour, texture, and shape are used to extract features, which are effective in extracting disease-specific visual representations. These fine features are then trained on various optimized machine learning models, such as Light Gradient Boosted Machine (LGBM), Quantum Support Vector Machine (QSVM), a Modified Random Forest (MRF) with adaptive weighted features, and a Multi-SVM classifier with a custom kernel to map nonlinear features. Through experimental analyses, the proposed ensemble framework is shown to be highly accurate, robust, and noise-tolerant as opposed to the traditional frameworks. The hybrid method is effective in recognizing the significant cucumber diseases and grapes, including powdery mildew, downy mildew, and anthracnose, which will be utilized in the noisy agricultural conditions in the real world. In general, this system offers a noise-resistant, reliable, and computationally efficient system to detect early signs of plant diseases, which can be used in sustainable crop monitoring and precision farming.
Why it matches plant phenotyping methods植物葉の画像から病徴を推定する画像処理・特徴抽出・機械学習システムの設計開発が中心であり、植物病害状態のフェノタイピング手法に該当する。
abstractThe study is a design and development of a strong disease detection system of cucumber and grape leaves with noisy image data
Reproduction assets foundThe paper uses two public Kaggle leaf-image datasets (cucumber and grape) as its phenotyping inputs; both are publicly accessible with URLs given in the references. No author code or model checkpoints are reported.Dataset · publicGrape Disease Dataset, which was collected on Kaggle
[17], is an extensive collection of images created for the
classification and analysis of different diseases in grape
leaves.Open asset ↗Kagglepdf-raw-page:7 lines:1-64Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Pepper / chilliField / plotLiDAR / point cloudWhole plant / canopy / plot / fieldClassificationObject detectionSegmentationTrackingGrowth / development / phenology
Pepper (Capsicum annuum) is a globally significant horticultural crop cultivated for its culinary, medicinal, and economic value. Traditional approaches for boosting the agricultural production of pepper, notably, expanding farmland, have become increasingly unsustainable. Recent advancements in artificial intelligence and 3D computer vision have started to transform crop cultivation and phenotyping, which has shed new light on increasing production by advanced breeding. However, currently, the field still lacks 3D pepper data that contains enough detail for organ-level analysis. Therefore, we propose Pepper-4D, a new, high-precision 4D point cloud dataset that records both the spatial structure and temporal development of pepper plants across various continuous growth stages. Our dataset is divided into three subsets, including a total of 916 individual point clouds from 29 indoor-cultivated pepper plant samples. Our dataset provides manual annotations at both the plant-level and organ-level, supporting phenotyping tasks such as pepper growth status classification, organ semantic segmentation, organ instance segmentation, organ growth tracking, new organ detection, and even the generation of synthetic 3D pepper plants.
Why it matches plant phenotyping methods植物の器官レベル表現型解析を支援する4D点群データセットを構築し、成長状態分類・器官分割・追跡などを可能にする研究であり、フェノタイピング用データ基盤が中心です。
abstractPepper-4D, a new, high-precision 4D point cloud dataset that records both the spatial structure and temporal development of pepper plants across various continuous growth stages.
Reproduction assets foundThe authors publicly release the Pepper-4D spatiotemporal 3D pepper point cloud dataset (with plant- and organ-level annotations) and associated code via a GitHub repository stated in the Data Availability Statement. CloudCompare is a generic third-party tool, not a paper-specific asset.Dataset · public.J.; writing—original draft preparation, F.A.; writing—review and editing, D.L.; visualization, F.A. and D.L.; supervision, D.L.; project administration, H.Y.; funding acquisition, D.L. and H.Y. All authors have read and agreed to the published version of the manuscript.
Data Availability Statement
Data and code can be found at https://github.com/foysalahmed10/Pepper-4D (accessed on 9 February 2026).
Conflicts of Interest
The authors declare no conflicts of interest.
Funding Statement
This work was supported in part by the Shanghai Sailing Program under Grant 24YF2701200, in part by the Fundamental Research Funds for the Central Universities under Grant 2232025D-50, and in part by Donghua UnOpen asset ↗foysalahmed10/Pepper-4Dlines:238-264Code · publicang Q., Zeng Y., Hou J., Zhe X. WarpingGAN: Warping multiple uniform priors for adversarial 3D point cloud generation; Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; New Orleans, LA, USA. 18–24 June 2022; pp. 6397–6405.
Associated Data
Data Availability Statement
Data and code can be found at https://github.com/foysalahmed10/Pepper-4D (accessed on 9 February 2026).Open asset ↗foysalahmed10/Pepper-4Dlines:308-314Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Medicinal plants including Ocimum tenuiflorum L. (Tulsi), Azadirachta indica A. Juss. (Neem), and Kalanchoe pinnata (Lam.) Pers. (Patharkuchi) are essential sources of bioactive compounds, yet leaf diseases threaten their yield and phytochemical integrity. This study proposes LSeTNet, a lightweight hybrid CNN (Convolutional Neural Network) Transformer architecture with Squeeze-and-Excitation (SE) blocks, achieving 99.72% accuracy, 1.00 macro F1-score, and AUC = 1.00 across 12 disease classes (1,000 images/class post-augmentation) using only 9.38 M parameters and 2.50 GFLOPs. Five-fold cross-validation yielded 99.74% ± 0.14% accuracy, with rapid convergence and no overfitting. Explainable Artificial Intelligence (XAI) via Gradient-weighted Class Activation Mapping (Grad-CAM) (mean intensity: 0.1664-0.2702), Local Interpretable Model-agnostic Explanations (LIME), and t-distributed Stochastic Neighbor Embedding (t-SNE) (silhouette score: 0.87) confirmed biologically meaningful attention on pathological regions. External validation on the independent BD-MediLeaves dataset (8 classes, 8,000 samples) achieved 99.42% accuracy and 0.99 macro F1. With 6.98 ms/image inference latency and 35.81 MB memory, LSeTNet enables real-time, edge-based deployment. It significantly outperforms DenseNet169 (95.56%), ViT-B16 (95.61%), and LW-CNN+SE (95.39%) ([Formula: see text], paired t-tests), establishing a transparent, efficient, and generalizable benchmark for precision phytopathology and sustainable medicinal plant cultivation.
Why it matches plant phenotyping methods植物葉の病害状態を画像から分類するCNN・Transformer手法を開発し、交差検証、外部データセット、既存モデルとの比較で検証しており、植物フェノタイピング手法が中心である。
abstractThis study proposes LSeTNet, a lightweight hybrid CNN (Convolutional Neural Network) Transformer architecture with Squeeze-and-Excitation (SE) blocks
Reproduction assets foundThe paper publicly releases its primary medicinal leaf image dataset (MedicinalLeaf-12) on Mendeley Data, uses a public external validation dataset (BD-MediLeaves, also on Mendeley), and provides full training/evaluation code for LSeTNet on GitHub. All three are paper-specific, public, and actionable.Dataset · publicThe primary dataset used in this study is available in the Mendeley Data Repository: https://data.mendeley.com/datasets/ncg7kk3gwx/1 .Open asset ↗Mendeley Data · ncg7kk3gwx/1lines:712-750Code · publicThe full training and evaluation code for the proposed LSeTNet model is publicly available on GitHub at: https://github.com/mdtuhinkhan101/LSeTNet .Open asset ↗GitHub · mdtuhinkhan101/LSeTNetlines:712-750Code / dataset availability confirmedCrossref · checked 13 Sept 2026
Field / plotLiDAR / point cloudRGB / grayscaleLeafStem / branchWhole plant / canopy / plot / fieldClassificationSegmentation
Abstract Annotated datasets are essential for training and evaluating machine learning models in forest ecology. This dataset provides high-resolution, annotated LiDAR point clouds of 674 individual trees from 12 forest plots in the Shivalik Range of northern Haryana, India, representing 24 species. Data were acquired using Terrestrial Laser Scanning (TLS) and Airborne Laser Scanning (ALS), include field-measured attributes such as species identity and Diameter at Breast Height (DBH), and terrestrial and aerial RGB imagery. TLS point clouds were georeferenced and co-registered with centimetre-level accuracy, enabling precise integration with ALS data. The dataset includes segmented individual trees and wood–leaf classifications, suitable for applications such as tree morphology analysis, biomass estimation, and species classification. To support benchmarking, outputs from established classification algorithms (LeWoS, TLSeparation, CANUPO, and Random Forest) are included. As one of the first open-access LiDAR datasets from Indian tropical forests, it provides critical reference data for developing and validating forest structure models. It can also aid biomass mapping efforts in support of large-scale missions such as NASA-ISRO’s NISAR and ESA’s BIOMASS.
Why it matches plant phenotyping methods個体樹木のLiDAR点群・RGB画像と樹木セグメンテーションを含む公開データセットで、樹形解析や森林構造モデルの開発・検証、分類アルゴリズムのベンチマークを目的としており、植物形質取得が中心です。
abstractThis dataset provides high-resolution, annotated LiDAR point clouds of 674 individual trees from 12 forest plots in the Shivalik Range of northern Haryana, India, representing 24 species.
Reproduction assets foundThe paper's authors explicitly state that all code used for data processing, wood-leaf classification, feature extraction, and tree volume estimation is openly available on GitHub at https://github.com/moonis-ali/Dataset, which is an allowed URL. The paper's core LiDAR dataset is deposited on Zenodo (10.5281/zenodo.153Code · publicAll code used for data processing, wood-leaf classification, feature extraction, and tree volume estimation is openly available on GitHub at https://github.com/moonis-ali/Dataset .Open asset ↗https://github.com/moonis-ali/Datasetlines:479-553Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Ensuring the post-harvest quality and health of leafy vegetables is critical for minimizing economic loss, enhancing food security, and promoting sustainable agricultural practices. Spinach, a highly nutritious yet perishable crop, is particularly susceptible to rapid freshness degradation and foliar diseases. While computer vision and deep learning have shown promise for automated quality assessment, existing models often lack the robustness to handle the dual-task classification of both freshness and disease states across diverse local spinach varieties. To bridge this gap, this paper introduces a novel hybrid Convolutional Neural Network (CNN) architecture specifically designed for the multi-class detection of freshness and visual disease symptoms in local spinach leaves. The proposed model synergistically integrates a powerful feature extraction backbone with a tailored attention and fusion mechanism, enhancing its ability to capture discriminative spatial and textural features critical for fine-grained classification. It was trained and validated on a curated dataset comprising high-resolution images of three prominent local varieties (Malabar, Water, and Red spinach) in both fresh and non-fresh conditions. The proposed hybrid model achieved a classification accuracy of 98.36%, significantly outperforming benchmark state-of-the-art models including DenseNet121, ResNet50, and EfficientNetB0. Furthermore, explainable AI (XAI) techniques visually validated the model’s decision-making process, confirming its focus on biologically relevant leaf regions. The results demonstrate that the proposed hybrid framework offers a highly accurate, reliable, and interpretable tool for non-destructive, real-time quality monitoring. This work provides a significant contribution towards intelligent post-harvest management systems, capable of reducing waste and supporting the value chain for local spinach cultivation.
Why it matches plant phenotyping methods葉画像から鮮度および視覚的な病徴を分類するCNN手法の開発・検証が中心であり、植物の状態を直接推定している。
abstractthis paper introduces a novel hybrid Convolutional Neural Network (CNN) architecture specifically designed for the multi-class detection of freshness and visual disease symptoms in local spinach leaves.
Reproduction assets foundThe paper's Data Availability statement points to a public Mendeley Data deposit of the local spinach leaf image dataset used for the CNN freshness/disease classification, matching the paper's phenotyping inputs.Dataset · publicThe datasets analyzed during the current study are publicly available in the Mendeley Data repository at: [https://data.mendeley.com/datasets/skf6w2s2h2/2](https:/data.mendeley.com/datasets/skf6w2s2h2/2).Open asset ↗Mendeley Datahtml-lines:660-689Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Background: Plant disease detection remains a major challenge in agriculture, with direct implications for improving crop productivity and ensuring food security. Seasonal variation significantly influences plant characteristics, making the classification of plant leaves by season-specifically summer and winter-important for optimizing disease detection and management strategies. Methods: In this study, a plant leaf disease detection dataset was developed and categorized based on seasonal conditions. The dataset includes 47 classes representing summer crops and 16 classes for winter crops. To classify plant leaf diseases effectively, we propose a novel dual-encoder Variational Autoencoder (VAE) model that integrates ResNet and VGGNet as parallel encoders. These encoders extract complementary feature maps from the seasonal datasets, which are then concatenated to improve classification accuracy. Result: Experimental evaluation demonstrates the robustness and accuracy of the proposed approach. The dual-encoder VAE achieved a classification accuracy of 98.86% on the summer dataset and 97.53% on the winter dataset, highlighting the model’s ability to generalize effectively across seasonal variations in plant leaf disease detection.
Why it matches plant phenotyping methods植物葉の病徴を画像から検出・分類する新規VAE手法を開発し、季節別データセットで精度評価しているため、病害状態の表現型取得が中心である。
abstractTo classify plant leaf diseases effectively, we propose a novel dual-encoder Variational Autoencoder (VAE) model that integrates ResNet and VGGNet as parallel encoders.
Reproduction assets foundThe paper's plant leaf disease image inputs are publicly available Kaggle datasets explicitly cited as the sources for the summer and winter subsets (Sankalana plant-diseases-training-dataset, Gadde yellow vein mosaic, Kapadnis watermelon, Mir pumpkin). No authors' analysis code, trained model checkpoints, or paper-derDataset · public, G., Rathod, N., Pooja, S., Huligol,
S.N., Channakeshava, R. and Vijaykumar, K.N. (2025).
Artificial intelligence based precise disease detection in
soybean using real-time object detectors. Legume
Research. 48(11): 1878-1883. doi: 10.18805/LR-5431.
Kapadnis, S. (n.d.). Watermelon Disease Recognition Dataset
[Dataset]. Kaggle. https://www.kaggle.com/datasets/sujaykapadnis/watermelon-disease-recognition-dataset.Kashyap, N. and Kashyap, A.K. (2025). Deep learning VGG19
model for precise plant disease detection. Agricultural
Science Digest. 1-8. doi: 10.18805/ag.D-6220.
Dual-encoder Variational Autoencoder for Detection and Classification of Plant Leaf Diseases
Fig 5: Confusion matrix obtainedOpen asset ↗Kaggle · Watermelon Disease Recognition Datasetpdf-raw-page:6 lines:1-85Code / dataset availability confirmedOpenAlex · Europe PMC · checked 14 Sept 2026
Crop phenotyping of important agronomic traits in field conditions at single-plant resolution has long been a major bottleneck in both genetic analysis (e.g. large-scale association/linkage analysis) and breeding applications (e.g. genomic prediction/selection). Despite growing interest, ultra-affordable, high-throughput and accurate phenotyping tools for maize ears remain limited. Here, we developed OpenEar, an open source, low-cost phenotyping system that combines a DIY maize ear imaging platform with a deep learning-based end-to-end phenotypic data extraction pipeline. The imaging platform is composed of 3D-printed parts and electronics components easily available from local retailers to perform high-quality 360° surface scanning of maize ears. Our pipeline first employs CNN-based models to identify normally-developed ears suitable for phenotyping, followed by reliable segmentation of ears and ear surface projection images by YOLOv11-based models, from which ten key traits are subsequently extracted. OpenEar demonstrates reliable agreement with manual measurements across a diverse set of ear- and kernel-related traits, including ear length ( R 2 = 0.972), ear diameter ( R 2 = 0.905), ear volume ( R 2 = 0.976), ear weight ( R 2 = 0.878), kernel number ( R 2 = 0.98), kernel row number ( R 2 = 0.888), kernel number per row ( R 2 = 0.852), kernel thickness ( R 2 = 0.705), kernel width ( R 2 = 0.515), and thousand kernel weight ( R 2 = 0.605). A user-friendly graphical interface is developed for manual inspection of ears after computer annotation. Manually annotated ear videos and images are publicly released as a resource for the crop phenomics community. Our study highlights the potential of DIY-based low-cost solutions to make phenotyping more accessible in crop genetic analysis and breeding.
Why it matches plant phenotyping methodsトウモロコシ穂の画像取得・深層学習による形質抽出システムを開発し、手動測定との一致を検証しており、植物フェノタイピング手法が研究の中心です。
abstractwe developed OpenEar, an open source, low-cost phenotyping system that combines a DIY maize ear imaging platform with a deep learning-based end-to-end phenotypic data extraction pipeline.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicAll codes and the manual of command line interface and GUI can be found at the GitHub repository: https://github.com/Chimaco37/OpenEar.Open asset ↗Chimaco37/OpenEarhtml-lines:294-325Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Accurate and timely diagnosis of rice leaf diseases is crucial for smart agriculture leveraging vision sensors. However, existing lightweight convolutional neural networks (CNNs) often struggle in complex field environments, where small lesions, cluttered backgrounds, and varying illumination complicate recognition. This paper presents I-GhostNetV3, an incrementally improved GhostNetV3-based network for RGB rice leaf disease recognition. I-GhostNetV3 introduces two modular enhancements with controlled overhead: (1) Adaptive Parallel Attention (APA), which integrates edge-guided spatial and channel cues and is selectively inserted to enhance lesion-related representations (at the cost of additional computation), and (2) Fusion Coordinate-Channel Attention (FCCA), a near-neutral SE replacement that enables efficient spatial-channel feature fusion to suppress background interference. Experiments on the Rice Leaf Bacterial and Fungal Disease (RLBF) dataset show that I-GhostNetV3 achieves 90.02% Top-1 accuracy with 1.831 million parameters and 248.694 million FLOPs, outperforming MobileNetV2 and EfficientNet-B0 under our experimental setup while remaining compact relative to the original GhostNetV3. In addition, evaluation on PlantVillage-Corn serves as a supplementary transfer sanity check; further validation on independent real-field target domains and on-device profiling will be explored in future work. These results indicate that I-GhostNetV3 is a promising efficient backbone for future edge deployment in precision agriculture.
Why it matches plant phenotyping methods画像からイネ葉の病徴を認識・分類する軽量深層学習手法を開発し、複数データセットで精度と計算量を評価しているため、植物フェノタイピング手法が中心である。
abstractThis paper presents I-GhostNetV3, an incrementally improved GhostNetV3-based network for RGB rice leaf disease recognition.
Reproduction assets foundThe paper's phenotyping inputs are two publicly available plant image datasets explicitly linked by the authors: the RLBF rice leaf disease dataset on Mendeley Data (primary evaluation) and the PlantVillage-Corn dataset on GitHub (cross-domain transfer). No author analysis code or trained model checkpoints are stated.Dataset · publicThe Rice Leaf Bacterial and Fungal Disease Dataset can be accessed at https://data.mendeley.com/datasets/hx6f852hw4/2 (accessed on 20 July 2025)Open asset ↗hx6f852hw4lines:688-704Dataset · publicthe PlantVillage-Corn Dataset is available at https://github.com/gabrieldgf4/PlantVillage-Dataset (accessed on 27 August 2025)Open asset ↗github.com/gabrieldgf4/PlantVillage-Datasetlines:688-704Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Early and precise diagnosis of diseases in tomato plants is critical in ensuring productivity in agriculture and reducing losses caused by diseases. Classical classification approaches, however, are often limited by different image quality, different lighting, low resolution, and imbalanced classes. In order to confront these issues, this paper suggests a hybrid ensemble model that integrates the advantages of deep learning, fuzzy logic, and a generative model to classify diseases successfully. The suggested approach combines three strong convolutional neural networks, ResNet-50, EfficientNet-B0, and DenseNet-121, into the adaptive ensemble system. Individual models are combined to form the final decision depending on the predictive accuracy and confidence level. The use of fuzzy logic to refine intelligently the decision-making process provides more flexibility than the decisions of the static ensemble methods. A Conditional Generative Adversarial Network (C-GAN) is used to alleviate the problem of class imbalance and overfitting through the production of multiple synthetic images of high quality. This, in turn, significantly enhances the generalization of models and even gives a balanced representation of the disease’s classes. The hybrid structure achieved a classification accuracy of 99.19% when tested on the PlantVillage dataset and outperformed the traditional ensemble and classical techniques. The results highlight the potential of the hybrid approach for real-world agricultural applications. This offers a scalable, accurate, and intelligent solution for automated plant disease diagnosis. This study contributes a novel, interpretable, and performance-driven model that can support sustainable agriculture through timely and precise disease management in tomato crops.
Why it matches plant phenotyping methodsトマト葉画像から病害状態を分類する深層学習・ファジー論理・生成モデルの統合手法を開発し、PlantVillageで性能評価しているため、植物病害フェノタイピング手法が中心です。
abstractthis paper suggests a hybrid ensemble model that integrates the advantages of deep learning, fuzzy logic, and a generative model to classify diseases successfully.
Reproduction assets foundThe paper uses four public tomato leaf image datasets (PlantVillage, Tomato Leaves, PlantDoc, Tomato-Village) plus two Mendeley-hosted datasets for robustness evaluation, and declares a public GitHub repository of C-GAN-generated tomato crop images under Code availability. No trained model checkpoints or analysis code/Dataset · publicTomato Leaves Dataset
https://www.kaggle.com/datasets/ashishmotwani/tomato?
Over 20,000 samples of tomato leaves with 10 diseases and 1 healthy class are availableOpen asset ↗html-lines:399-523Dataset · publicThe “Tomato-Village” dataset: The “Tomato-Village” dataset is designed to improve tomato disease detection in real-world agricultural conditions. It is available at the following link.: https://github.com/mamta-joshi-gehlot/Tomato-VillageOpen asset ↗Tomato-Villagehtml-lines:1009-1039Dataset · publicMendeley Data: This dataset contains images of tomato leaves afflicted with distinct diseases gathered under several conditions. This is available on link: https://data.mendeley.com/datasets/zfv4jj7855/1Open asset ↗html-lines:1009-1039Dataset · publicGTLD: The images in the dataset were taken with a DSLR and a quality mobile phone. Some images were taken in direct sunlight, while others were captured in shaded areas beneath the plants. This is available on link: https://data.mendeley.com/datasets/2bdfjb99k5/1Open asset ↗html-lines:1009-1039Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
The rapid and precise identification of apple leaf diseases is crucial for minimizing yield loss in precision agriculture. However, many existing deep learning methods struggle to be applicable in real-world settings, are not easily interpretable, and often lack sufficient statistical validation. To address these difficulties, we propose our solution approach LeafSightX . This dual-backbone architecture combines features from DenseNet201 and InceptionV3 using Multi-Head Self-Attention (MHSA) techniques, enhancing representational capability and spatial context reasoning. Our extensive procedure includes specialized preprocessing and limited data augmentation, improving model resilience in many scenarios. Furthermore, LeafSightX integrates explainable AI techniques with Grad-CAM visualizations to improve transparency. In assessments of a five-class apple leaf disease dataset featuring field and laboratory images, LeafSightX demonstrates exceptional performance, attaining a test accuracy of 99.64%, an F1-score of 0.9962, and AUC and PR-AUC scores of 1.000, far surpassing all baseline CNNs. Cross-validated Cohen's Kappa (mean = 0.9917, σ = 0.0020) and AUC (mean = 0.9998) indicate a significant level of predictive consistency. Despite its architectural complexity, the model offers real-time inference capabilities, ensuring per-sample latency suitable for edge device deployment. Additionally, the proposed LeafSightX framework was trained and evaluated on an additional independent apple leaf disease dataset, achieving a test accuracy of 99.69%, demonstrating its robustness and generalization. Our approach is a rigorously evaluated, clear, and highly accurate system for identifying plant diseases, providing a reproducible foundation for the actual application of AI in agriculture.
Why it matches plant phenotyping methodsリンゴ葉の病害状態を画像から識別するCNN手法を開発し、複数データセット・交差検証・ベースライン比較で性能を評価しており、植物病害表現型の取得・推定が中心である。
Reproduction assets foundThe paper uses two public Kaggle apple leaf disease image datasets as its phenotyping inputs; both are directly cited with public URLs. No author analysis code, trained model checkpoints, or supplementary code repository is deposited — the data availability statement only offers contact with corresponding authors.Dataset · publicThis research utilizes the Apple Tree Leaf Disease dataset, collected from Kaggle and made available by Nirmal (Kaggle, 2025).Open asset ↗Kagglehtml-lines:128-184Dataset · publicDhar S. (2023). Apple leaf disease classification dataset. Available online at: https://www.kaggle.com/datasets/showravdhar/apple-disease-dataset (Accessed November 1, 2023).Open asset ↗Kaggle · showravdhar/apple-disease-datasethtml-lines:1449-1484Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 5 Sept 2026
Segmentation of hyperspectral image data is a well-established technique in remote sensing. While it is commonly applied to individual field crops, its use for individual trees is less prevalent. Conifers are crucial in forestry, and assessing physiological status, or genetic diversity is required for effective early-age treatment in nurseries and hyperspectral imaging (HSI) combined with high-throughput phenotyping (HTP) offers faster and non-destructive evaluation. NDVI-based thresholding is sufficient for detection of leaves with large projection areas, but needles of conifers present challenges due to spatial resolution constraints and increased proportion of border pixels. This study monitored the offspring of three locally adapted Scots pine (Pinus sylvestris L.) populations, representing distinct upland and lowland ecotypes. This study presents a hyperspectral image processing pipeline for segmenting and isolating individual Scots pine seedlings. Using a K-means algorithm, 23 hyperspectral centroids were successfully derived and subsequently classified into ten biologically distinct groups. Random forest classification model effectively differentiated Scots pine seedlings based on origin during water stress and recovery periods. This study highlights the potential of hyperspectral imaging and machine learning in evaluating the physiological state of conifer seedlings, demonstrating promising applications in forest tree physiology research and tree breeding.
Why it matches plant phenotyping methods個体のマツ苗を分離・セグメンテーションするハイパースペクトル画像処理パイプラインを開発し、機械学習で生理状態や由来を評価しており、表現型取得手法が中心である。
abstractThis study presents a hyperspectral image processing pipeline for segmenting and isolating individual Scots pine seedlings.
Reproduction assets foundThe paper's Data availability statement explicitly deposits demonstration hyperspectral sample data on Zenodo and the segmentation/classification scripts on GitHub; both are paper-specific, public, and actionable. Full experimental data is request-only and not listed as a public asset.Dataset · publicDemonstration sample data and their accompanying descriptions are available in the Zenodo repository (https://doi.org/10.5281/zenodo.17167809).Open asset ↗Zenodo · 10.5281/zenodo.17167809lines:161-192Code · publicThe scripts developed for this study are available on GitHub at: https://github.com/JCepl/Pine-hyperspectral-image-segmentaionCompleteOpen asset ↗GitHub · JCepl/Pine-hyperspectral-image-segmentaionCompletelines:161-192Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
In real-world agriculture, healthy plant leaves are significantly more common than diseased ones. This natural class imbalance presents challenges in automated plant disease detection, as analyzing each leaf with computationally intensive deep-learning models is problematic, leading to inefficiency and increased resource consumption. To tackle this challenge and promote sustainable AI solutions, this study presents an iterative, hybrid AI approach that boosts computational efficiency, interpretability, and scalability for real-time disease detection. This hybrid system operates in two stages: first, a lightweight traditional machine learning classifier performs binary classification to quickly separate and exclude healthy leaves, followed by a deep learning model (ResNet, DenseNet, MobileNet, and EfficientNet) that classifies the specific disease in the smaller group of diseased leaves. This two-stage method minimizes computational load while maintaining high classification accuracy. Additionally, this study uses Explainable AI (XAI) methods, particularly Gradient-weighted Class Activation Mapping (Grad-CAM), to generate heatmaps. These heatmaps highlight the image areas that most significantly influence the model’s predictions, thereby improving transparency and refining the feature extraction process. The proposed hybrid model, comprising Logistic Regression and Mobilenetv3, offers up to 77.6% faster inference than conventional deep learning models with only about 3% accuracy loss. For a large-scale test of 1,227 images on an entry-level laptop, the hybrid model reduced the total inference time from 4,548 seconds to just 1,010.13 seconds, with minimal CPU load. By addressing class imbalance, optimizing inference efficiency, and incorporating explainable AI, this work contributes a scalable, sustainable, and trustworthy solution for plant disease detection in precision agriculture.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定する二段階AI手法とXAIを開発・評価しており、病害の表現型取得が研究の中心である。
abstractThis two-stage method minimizes computational load while maintaining high classification accuracy.
Reproduction assets foundThe paper uses the public MangoLeafBD dataset (Mendeley Data) and the authors state they made their complete source code, trained model weights, and preprocessing scripts publicly available on GitHub. Both are paper-specific, public, and actionable.Code · publicwe have made the complete source code, trained model weights (for MobileNet and Random Forest), and preprocessing scripts publicly available on GitHub. The repository is accessible at:
3. GitHub - abkafi1234/Disease_Agnostic_Hybrid_classifierOpen asset ↗abkafi1234/Disease_Agnostic_Hybrid_classifierlines:832-873Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Brinjal (Solanum melongena) or eggplant is one of the four most essential vegetable crops that are grown in Bangladesh and contribute significantly to the agricultural industry of the country. Brinjal supports the livelihood of numerous small farmers; however, brinjal is severely susceptible to various fruit diseases, which have serious impacts on yield quality and may cause considerable economic losses. While most existing plant disease datasets primarily focus on leaf-related disorders, only a limited number include fruit-related diseases and even those contain very few classes. This gap is significant because fruit diseases directly affect crop quality, market value, and overall yield. This is why we present here a new and comprehensive dataset that is unparalleled, exclusively for brinjal fruit diseases. This data set consists of 1823 high-quality, labelled images, across five distinct classes: Phomopsis Blight, Shoot and Fruit Borer, Fruit Cracking, Wet Rot, and Healthy Fruit. The images were collected from real farm conditions in numerous areas of Bangladesh to ensure a robust sample of varied environmental and farming practices impacting the growth of diseases. This dataset is designed with the unique aim to support plant disease research and enhance training of deep learning models for autonomous disease detection. Lastly, the dataset will allow early disease detection, enhancing crop management practice, reduction of losses, and increasing farmers' economic returns. The release of this dataset will encourage agricultural research as well as practical use in precision agriculture.
Why it matches plant phenotyping methodsナス果実の病徴を対象とした画像データセットの構築・公開が中心であり、植物の病害状態を画像から識別する再利用可能な表現型データ資源に該当する。
abstractwe present here a new and comprehensive dataset that is unparalleled, exclusively for brinjal fruit diseases.
Reproduction assets foundThe paper's brinjal fruit disease image dataset (1823 labeled images, five classes) is publicly deposited on Mendeley Data, and the authors' model training/augmentation code is publicly available on GitHub.Code · publicThe complete code, along with augmentation scripts and model development, is publicly available in our GitHub repository [12].Open asset ↗GitHubhtml-lines:299-357Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
Abstract Mango diseases and pest infestations represent a major challenge to agricultural productivity, making early and accurate diagnosis crucial for reducing crop losses. This study presents a security-preserving ensemble convolutional neural network (CNN) framework for the automated identification and classification of mango leaf diseases using image-based analysis. The proposed system is designed to work with images captured under real field conditions, ensuring its suitability for practical agricultural applications. The dataset includes mango leaf images affected by various diseases and pests such as Gall Midge, Powdery Mildew, Sooty Mould, Die Back, Cutting Weevil, and Anthracnose, each characterized by distinct visual symptoms including discoloration, necrotic spots, fungal growth, leaf deformation, and edge damage. Traditional manual diagnosis of these conditions is often time-consuming, labor-intensive, and susceptible to human error. To overcome these limitations, the proposed framework employs an ensemble of transfer-learning-based CNN models to extract meaningful features related to texture, color distribution, shape, and lesion patterns. A security-preserving learning mechanism is integrated to ensure the safe handling of agricultural image data, minimizing data exposure risks while maintaining high model performance. Additionally, data augmentation techniques are utilized to improve model robustness, reduce overfitting, and address class imbalance commonly found in agricultural datasets. The system is capable of multi-class classification, reflecting real-world scenarios where multiple diseases may exhibit visually similar characteristics. Experimental results indicate that the ensemble CNN framework achieves high classification accuracy and demonstrates strong generalization across varying lighting conditions and complex backgrounds. By effectively capturing disease-specific visual features, the proposed approach enhances detection reliability in real-world field environments. Overall, this system offers a scalable, non-invasive, and security-aware solution for early mango leaf disease detection, contributing to precision agriculture and informed decision-making. The findings highlight the potential of deep learning and computer vision technologies in developing intelligent, secure, and efficient plant health monitoring systems.
Why it matches plant phenotyping methodsマンゴー葉の病徴を画像から分類するCNNフレームワークの開発が研究の中心であり、植物の病害状態を直接推定する画像ベース表現型解析に該当する。
abstractThis study presents a security-preserving ensemble convolutional neural network (CNN) framework for the automated identification and classification of mango leaf diseases using image-based analysis.
Reproduction assets foundThe paper's plant-phenotyping input is the public Kaggle Mango Leaf Disease Dataset of mango leaf images (Gall Midge, Powdery Mildew, Sooty Mould, Die Back, Cutting Weevil, Anthracnose, Healthy), explicitly declared as publicly available with a link. No author code, models, or checkpoints are shared.Dataset · publicdation.
Zahra Maryam handled data curation and resources.
Muhammad Haseeb Zia conducted the formal analysis. All
authors reviewed and approved the final manuscript for
submission.
Funding This research did not receive funding.
Data Availability The dataset used in this study is
publicly available on Kaggle. The dataset link is:
https://www.kaggle.com/datasets/aryashah2k/mango-leaf-disease-dataset.Declarations
Conflict of interest The authors declare that they
have no conflict of interest.
Ethical approval This study utilizes a publicly
available benchmark dataset from Kaggle (Mango
Leaf Disease Dataset:
https://www.kaggle.com/datasets/aryashah2k/mang
o-leaf-disease-dataset ). The dataset is Open asset ↗Kaggle · aryashah2k/mango-leaf-disease-datasetpdf-raw-page:11 lines:1-91Code / dataset availability confirmedCrossref · Europe PMC · checked 14 Sept 2026
Plant diseases remain a significant challenge in global agricultural production. Achieving efficient and accurate disease detection is essential for reducing crop losses, controlling agricultural costs, and improving yields. As agriculture rapidly advances toward digitalization and intelligent transformation, the application of artificial intelligence technologies has become a key pathway to enhancing industrial competitiveness. In this study, Chat Demeter, a multi-agent system for plant disease diagnosis based on deep learning. The system captures real-time leaf images through camera devices. It employs a CNN-Transformer model to perform instance segmentation and object detection, thereby enabling automatic identification of diseased leaves and classification of disease types. To enhance interactivity and practical value, the system incorporates a natural language interface, allowing users to upload images and receive automated diagnostic results and treatment suggestions. Experimental results demonstrate that the system achieves an accuracy of 99.50% and an AUC o f 99.91% on the validation dataset, highlighting its superior performance. Overall, Chat Demeter provides an effective tool for crop health monitoring and disease intervention, while offering a feasible pathway and developmental direction for integrating and optimizing future agricultural multi-agent systems.
Why it matches plant phenotyping methods植物葉の画像から病葉をセグメンテーション・分類する診断システムが研究の中心であり、植物病害状態の画像ベース表現型計測に該当する。
abstractChat Demeter, a multi-agent system for plant disease diagnosis based on deep learning.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe original dataset can be accessed at https://www.kaggle.com/code/anshulm257/rice-disease-detection-using-cnn , which includes four distinct datasets to ensure diversity in data sources: https://www.kaggle.com/datasets/nirmalsankalana/rice-leaf-disease-imageOpen asset ↗Kaggle · nirmalsankalana/rice-leaf-disease-imagelines:304-312Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Abstract Agriculture is essential to human civilization, providing food and raw materials. Plant diseases significantly threaten agricultural productivity, making early and accurate detection essential. Despite Recent advances of deep learning in making automatic plant leaf diseases diagnosis systems, some of them depend on simple features fusion methods and lack an efficient method to exploit complementary information. Therefore, this paper proposes a system for diagnosing plant leaf diseases by fusing two powerful deep learning models: EfficientNetV2B0 and Swin Transformer via attention-based feature fusion that adaptively weights each model’s contribution with features. These models extract complementary features: EfficientNetV2B0 extracts fine-grained local features, and the Swin Transformer extracts global contextual information, producing highly and complementary expressive fused features. The high-dimensional fused features demand High-Performance Computing (HPC) resources for efficient parallel processing and accelerated training. Moreover, the Henry Gases Solubility Optimization (HGSO) metaheuristic is applied to select the most discriminative and related features. Unlike previous methods that diagnose diseases affecting only one plant, the proposed approach handles multiple plant species simultaneously, further increasing computational demand. Finally, RBF-kernel SVM is applied for a classification step. The system was implemented on a GPU-based high-performance computing environment using CUDA acceleration to enhance computational efficiency. Experimental evaluation on the PlantVillage benchmark dataset with seven classes achieved a high classification accuracy of 99.2%, outperforming other state-of-the-art methods. These results enhance the model’s practical capability for application in real-world agricultural decision-support systems.
Why it matches plant phenotyping methods葉画像から植物病害を診断する深層学習システムの開発とベンチマーク評価が研究の中心であり、植物の病害状態を直接推定しているため。
abstractTherefore, this paper proposes a system for diagnosing plant leaf diseases by fusing two powerful deep learning models: EfficientNetV2B0 and Swin Transformer via attention-based feature fusion
Reproduction assets foundThe paper's sole experimental input is the PlantVillage leaf-disease image dataset, which the authors explicitly state is publicly available online with a Kaggle URL in the Data availability statement. No author code, models, or other paper-specific assets are disclosed.Dataset · publicuthors have
read and agreed to the published version of the manuscript.
Funding Open access funding provided by The Science, Technology & Innovation Funding Authority
(STDF) in cooperation with The Egyptian Knowledge Bank (EKB). No funding.
Data availability The datasets used during the current research are available online at: https://www.kag-gle.com/datasets/mohitsingh1804/plantvillageOpen asset ↗kag-gle.com/datasets/mohitsingh1804/plantvillagepdf-raw-page:53 lines:1-44Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Malabar spinach is a nutrient-dense leafy vegetable widely cultivated and consumed in Bangladesh. Its productivity is often compromised by Alternaria leaf spot and straw mite infestations. This work proposes an efficient and interpretable deep learning framework for automatic Malabar spinach leaf disease classification. A curated dataset of Malabar spinach images collected from Habiganj Agricultural University and supplemented with public samples was categorized into three classes: Alternaria, straw mite, and healthy leaves. A lightweight SpinachCNN established a strong baseline, while Spinach-ResSENet, enhanced with squeeze-and-excitation modules, improved channel-wise attention and feature discrimination. A customized Vision Transformer (SpinachViT) and SwinV2-Base were further investigated to assess the benefits of transformer-based architectures under limited data. To mitigate annotation scarcity, we employed SimSiam-based self-supervised pretraining on unlabeled images, followed by supervised fine-tuning with cross-entropy or a hybrid objective combining cross-entropy and supervised contrastive loss. The best-performing domain-optimized model, SimSiam-CBAM-ResNet-50, incorporated Convolutional Block Attention Modules and achieved 97.31% test accuracy, 0.9983 macro ROC-AUC, and low calibration error, while maintaining robustness to Gaussian and salt-and-pepper noise. Although a SwinV2-Base benchmark pretrained on ImageNet-22k reached slightly higher accuracy (97.98%, 98.99% with test-time augmentation), its 86.9M parameters and reliance on large-scale pretraining reduce feasibility for edge deployment. In contrast, the SimSiam-CBAM model offers a more parameter-efficient and deployment-friendly solution for real-world agricultural applications. Model decisions are interpretable via Grad-CAM, Grad-CAM++, and LayerCAM, which consistently highlight biologically relevant lesion regions. The spinach dataset used in this study is publicly available on: https://huggingface.co/datasets/saifullah03/malabar_spinach_leaf_disease_dataset.
Why it matches plant phenotyping methods葉画像から病害状態を分類する深層学習手法を開発・比較し、公開データセットと解釈可能性・頑健性も評価しており、植物表現型取得が中心である。
abstractThis work proposes an efficient and interpretable deep learning framework for automatic Malabar spinach leaf disease classification.
Reproduction assets foundThe paper's Malabar spinach leaf disease image dataset (the phenotyping input used for all measurements) is explicitly stated as publicly available on Hugging Face, with the URL given in the abstract and Data Availability Statement. No author analysis code or trained model checkpoints are explicitly deposited.Dataset · publicThe spinach dataset used in this study is publicly available on: https://huggingface.co/datasets/saifullah03/malabar_spinach_leaf_disease_dataset.Open asset ↗huggingface · saifullah03/malabar_spinach_leaf_disease_datasethtml-lines:585-614Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Wheat, being a major staple crop worldwide, is often attacked by rust diseases, which cause severe yield losses. The early detection and diagnosis of fungal infections, yellow rust, and brown rust are critical in minimizing their consequences. A web-based system based on a Convolutional Neural Network (CNN) was developed for the quick identification and classification of wheat plant diseases. The diseases that we examine in wheat plants are brown rust (BR) and yellow rust (YR), and healthy plants are classified in the third category. A dataset of labeled images of YR, BR, and healthy wheat plants was used to train the CNN. The model achieved a remarkable 96% classification accuracy. In addition to disease diagnosis, a recommendation module that gives advice on proper treatment based on disease names or symptoms is also provided. This twofold functionality allows for timely disease management and identification and facilitates the treatment of other wheat diseases besides rust diseases. Integrating the trained CNN model into an intuitive web application makes it user-friendly for end users, notably farmers, to have a practical tool in protecting wheat crops.
Why it matches plant phenotyping methods小麦植物画像から病害状態を分類するCNN手法を開発・評価しており、植物病害表現型の取得・推定が中心。治療推薦機能もあるが、画像ベース病害診断が主要な技術的貢献である。
abstractA web-based system based on a Convolutional Neural Network (CNN) was developed for the quick identification and classification of wheat plant diseases.
Reproduction assets foundThe paper's wheat disease image dataset (YR, BR, healthy; 3679 images) is a publicly available Kaggle dataset explicitly used for the CNN training, with an authors-provided URL matching an allowed URL.Dataset · publicThe images of YR and BR were taken from a Kaggle dataset, which is available at https://www.kaggle.com/datasets/sinadunk23/behzad‐safari‐jalal. The dataset includes 3679 images divided into three different categories, as shown in Table 2.Open asset ↗Kaggle · sinadunk23/behzad‐safari‐jalalhtml-lines:249-257Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract Agriculture plays a pivotal role in global economic growth, yet it faces significant challenges from pests and crop diseases. Early detection is crucial for preventing large-scale crop losses and ensuring food security. This study introduces a hybrid transformer model, Swin-HViT, which integrates the strengths of Vision Transformer (ViT) and Swin Transformer to accurately predict crop diseases. While ViT captures global image features, Swin Transformer excels at extracting fine-grained local details. Evaluated on two benchmark datasets, Corn and PlantDoc, our model achieved accuracy of 98.81% and 81.81%, respectively, surpassing recent works. Here, we demonstrate the effectiveness of combining complementary transformer architectures to enhance disease identification in diverse agricultural settings. The code, data and the hybrid model are available at https://github.com/hema2107/Swin-HViT.
Why it matches plant phenotyping methods植物画像から病害状態を推定する画像解析モデルの開発・ベンチマークが中心であり、植物病害の表現型推定手法に該当する。
abstractThis study introduces a hybrid transformer model, Swin-HViT, which integrates the strengths of Vision Transformer (ViT) and Swin Transformer to accurately predict crop diseases.
Reproduction assets foundThe paper explicitly states that the code, data, and hybrid model are publicly available in the authors' GitHub repository, and it evaluates on two public Kaggle plant-disease image datasets (Corn/maize leaf disease and PlantDoc) that serve as the phenotyping image inputs for the study.Code · publicThe code, data and the hybrid model are available at
https://github.com/hema2107/Swin-HViT.Open asset ↗hema2107/Swin-HViTpdf-page:2 lines:1-60Dataset · publicThe first dataset used for hybrid model evaluation is available on Kaggle at
https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset (accessed on August 2025).Open asset ↗pdf-page:7 lines:1-31Dataset · publicThe second dataset is also from Kaggle available at the link
https://www.kaggle.com/datasets/abdulhasibuddin/plant-doc-dataset (accessed on August 2025) [24].Open asset ↗pdf-page:7 lines:1-31Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction Ensuring smarter and more sustainable farming practices is a critical challenge in modern agriculture. Agentic Artificial Intelligence (AAI), combined with Precision Agriculture (PA) and Federated Learning (FL), has the potential to enhance decision-making, optimize resource utilization, and reduce environmental impact. Methods This study proposes an AAI based framework for precision agriculture that integrates distributed sensing devices, intelligent agents, and federated learning to enable real time monitoring and decision support at the farm level. A practical deployment architecture is outlined, detailing inter-device communication and localized intelligence. The proposed model is evaluated across two distinct datasets tomato disease classification and weed detection. The model is designed to have DenseNet121, MobileNetV2, EfficientDet-D0, and YOLOv8 as local models within a federated learning environment. Results The federated global model achieved an accuracy of 96.4%, outperforming individual client models, with DenseNet121 and MobileNetV2 attaining accuracies of 95.0% and 93.9%, respectively. For weed species detection, EfficientDet-D0 demonstrated superior performance, achieving an mAP@0.5 of 0.978, average precision of 0.865, and an F1-score of 0.961, compared to YOLOv8 with an mAP@0.5 of 0.956 and an F1-score of 0.935. Discussion The results confirm the feasibility and effectiveness of integrating AAI with federated learning for intelligent precision agriculture. A SWOT analysis highlights the strengths of the proposed approach, along with deployment challenges and constraints. Overall, this study establishes a roadmap for future research, emphasizing sustainable intelligent farming systems.
Why it matches plant phenotyping methods植物病害分類を含む連合学習・エージェント型AI基盤を提案し、データセット上で性能評価しているため、植物の病害状態を推定する計算的フェノタイピング手法が中心である。雑草検出も含まれるが、病害分類の技術評価が明示されている。
abstractThis study proposes an AAI based framework for precision agriculture that integrates distributed sensing devices, intelligent agents, and federated learning to enable real time monitoring and decision support at the farm level.
Reproduction assets foundThe paper evaluates its federated learning phenotyping models on two publicly available Kaggle image datasets (tomato disease classification and weedcrop detection), explicitly linked in the data availability statement and references. No author code or models are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: The datasets used in the current study are openly accessible at https://www.kaggle.com/datasets/ashishmotwani/tomato and https://www.kaggle.com/datasets/vinayakshanawad/weedcrop-image-dataset/data .Open asset ↗Kaggle · ashishmotwani/tomatolines:838-838Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: The datasets used in the current study are openly accessible at https://www.kaggle.com/datasets/ashishmotwani/tomato and https://www.kaggle.com/datasets/vinayakshanawad/weedcrop-image-dataset/data .Open asset ↗Kaggle · vinayakshanawad/weedcrop-image-datasetlines:838-838Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Potato foliar diseases, particularly early and late blight, pose a serious threat to yield and food security, yet reliable visual recognition remains challenging due to cultivar heterogeneity, variable symptom expression, and acquisition noise in field-like imagery. To address these issues, we propose PotatoLeafNet, a two-stage deep learning framework that combines a fixed-sequence image-augmentation pipeline with a compact, task-optimized 11-layer convolutional neural network (CNN) using 3 × 3 kernels for robust, data-efficient classification of potato leaf conditions (Healthy, Early Blight, Late Blight). Methods We construct a dataset of 4,072 labeled potato leaf images from the PlantVillage-Potato subset and standardize all inputs to 224 × 224 RGB tensors with pixel intensities normalized to [0,1]. A balanced, fixed-order augmentation policy-comprising rotation, translation, shear, zoom, horizontal flipping, brightness adjustment, and channel jitter-is applied exclusively to the training split, increasing it to 6,000 images (2,000 per class) while keeping the validation and test sets free of synthetic samples. The second stage consists of an 11-layer CNN implemented in TensorFlow/Keras and trained with categorical cross-entropy loss and the Adam optimizer under a unified training and evaluation protocol. Performance is benchmarked against strong CNN and hybrid baselines, including ResNet-50 + VGG-16, VGG-16 + MobileNetV2, MobileNetV2, and Inception-V3. Results On the PlantVillage-Potato test set, PotatoLeafNet achieves 98.52% accuracy, 98.67% macro-precision, 99.67% macro-recall, 99.16% macro-F1, and 1.00 macro-AUC, outperforming all baseline models under identical preprocessing and training conditions. In particular, PotatoLeafNet surpasses ResNet-50 + VGG-16 (97.10% accuracy, AUC 0.98), VGG-16 + MobileNetV2 (94.80% accuracy, AUC 0.93), MobileNetV2 (93.20% accuracy, AUC 0.92), and Inception-V3 (92.50% accuracy, AUC 0.91). Short 10-epoch runs yield stable convergence (training accuracy 88.22%, validation accuracy 86.91%, test accuracy 88.15%), indicating efficient learning from the augmented distribution. Discussion The results demonstrate that explicitly coupling a fixed sequential augmentation stage with a lightweight 3×3-kernel CNN enables high tri-class accuracy, strong recall for disease classes, and improved generalization relative to deeper or fused architectures, without incurring substantial computational cost. By emphasizing disease-relevant structure while limiting overfitting, PotatoLeafNet provides a practical and resource-efficient solution for automated screening of potato leaf health in real-world agronomic settings, supporting timely and data-driven disease management.
Why it matches plant phenotyping methodsジャガイモ葉の病害状態を画像から分類するCNN手法を開発し、複数モデルとの性能比較で検証しており、植物フェノタイピング手法が研究の中心である。
abstractwe propose PotatoLeafNet, a two-stage deep learning framework
Reproduction assets foundThe paper's potato leaf disease classification is built on two publicly available Kaggle image datasets: the PlantVillage dataset (source of the PlantVillage-Potato subset) and the Potato Leaf Disease Dataset (PLD, 4,072 images across Healthy, Early Blight, Late Blight). Both are cited with public Kaggle URLs in the 3.Dataset · publicPotato Leaf Disease Dataset ( 2025 ). Kaggle dataset 2024. Available online at: https://www.kaggle.com/datasets/rizwan123456789/potato-disease-leaf-datasetpldOpen asset ↗Kaggle · rizwan123456789/potato-disease-leaf-datasetpldlines:788-867Dataset · publicPlant Village Dataset ( 2024 ). Kaggle [dataset]. Available online at: https://www.kaggle.com/datasets/mohitsingh1804/plantvillage (Accessed April 29, 2024).Open asset ↗Kaggle · mohitsingh1804/plantvillagelines:788-867Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Abstract Plant diseases pose a critical threat to global food security, agricultural sustainability, and farmer livelihoods, particularly in regions with limited access to advanced diagnostic technologies. Traditional methods of disease detection rely heavily on manual inspection, which is time-consuming, error-prone, and often results in delayed interventions. This paper presents a novel, solar-powered autonomous robotic system designed to detect plant diseases in real time using deep learning and IoT technologies. The proposed system integrates a high-resolution imaging unit, IoT-based environmental sensors, and an onboard processing module based on Raspberry Pi. Deep CNNs, trained on diverse datasets including PlantVillage, are used for accurate disease classification, while soil moisture and temperature sensors provide contextual environmental data to support diagnosis. The robot’s mobility, powered by solar energy, allows for continuous field monitoring with minimal human intervention. Experimental results demonstrate the system’s high classification performance, achieving 99.39% training accuracy, 97.47% validation accuracy, and 97.13% testing accuracy. Furthermore, the model achieved 99.63% overall accuracy, with a Precision of 99.40%, a Recall/Sensitivity of 99.56%, an F1-score of 99.46%, and a Specificity of 99.99% across multiple disease classes. These results highlight the robustness of the proposed approach in real-world agricultural conditions, enabling reliable disease detection and monitoring. The integration of cloud-based monitoring enables farmers to receive real-time alerts and insights, supporting timely and informed decision-making. This cost-effective, scalable, and environmentally sustainable solution has the potential to transform precision agriculture by enhancing early disease detection, reducing pesticide overuse, and improving crop yield and health.
Why it matches plant phenotyping methods植物病害状態を画像と深層学習で検出するロボット型フェノタイピング基盤が研究の中心であり、技術性能も評価している。
abstractThis paper presents a novel, solar-powered autonomous robotic system designed to detect plant diseases in real time using deep learning and IoT technologies.
Reproduction assets foundThe paper's Data Availability statement explicitly points to the public Kaggle PlantVillage leaf-disease image dataset used to train the CNN models, which is a paper-specific, publicly accessible phenotyping image asset. No author code, models, or field-collected data are deposited.Dataset · publicThe data presented in this study are available in [kaggle and roboflow] at [ [https://www.kaggle.com/datasets/emmarex/plantdisease](https:/www.kaggle.com/datasets/emmarex/plantdisease) ], reference number [46].Open asset ↗kaggle · emmarex/plantdiseasehtml-lines:319-384Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Precise and timely identification of cotton leaf diseases is essential for sustaining crop yield and quality, yet manual inspection remains time-consuming, labor-intensive, and prone to error. Existing automated approaches are limited by insufficient dataset diversity, inconsistent evaluation practices, limited use of explainable AI (XAI), and high computational cost. To address these challenges, we propose an attention-enhanced CNN ensemble, namely CottonLeafNet, which integrates lightweight convolutional neural networks for accurate cotton leaf disease classification across two publicly available datasets. CottonLeafNet achieves state-of-the-art performance, obtaining 98.33% accuracy, a macro F1-score of 0.9833, Cohen's kappa of 0.9800, a mean PPV of 0.9838, and an NPV of 0.9967 on Dataset D1, with an inference time of 0.51 s per image. On Dataset D2, it reaches 99.43% accuracy, a macro F1-score of 0.9942, Cohen's kappa of 0.9924, a mean PPV of 0.9943, and an NPV of 0.9981, with a 0.40 s inference time. Moreover, a unified eight-class dataset created by merging both datasets yields a test accuracy of 99.08%. Robustness analysis under artificially induced class imbalance further confirms the model's stability, with consistently strong macro F1-scores. To evaluate the generalization capability of the proposed CottonLeafNet, we conducted cross-dataset experiments, and the results indicate that the model maintains moderate performance even when trained and tested on different datasets. Gradient-Weighted Class Activation Mapping (Grad-CAM) visualizations demonstrate that CottonLeafNet reliably attends to disease-relevant regions, enhancing interpretability. Finally, real-time feasibility is validated through a web-based deployment achieving ≈1 s inference per image. These results establish CottonLeafNet as an accurate, robust, interpretable, and computationally efficient solution for automated cotton leaf disease diagnosis.
Why it matches plant phenotyping methods綿花葉の画像から病害状態を推定する分類手法を開発・評価しており、植物病害フェノタイピングが中心的である。
abstractwe propose an attention-enhanced CNN ensemble, namely CottonLeafNet, which integrates lightweight convolutional neural networks for accurate cotton leaf disease classification across two publicly available datasets.
Reproduction assets foundThe paper's plant-phenotyping inputs are three publicly available Kaggle cotton leaf disease image datasets (D1, D2, and cross-dataset D3) explicitly named in the Data availability statement. No author analysis code, trained model checkpoints, or supplementary code repository is disclosed in the supplied blocks.Dataset · publicThe datasets analyzed during the current study are publicly available in the Kaggle repository. Dataset D1 can
be accessed atOpen asset ↗Kagglepdf-page:17 lines:68-84Dataset · publicThe dataset used for
cross-dataset testing is publicly available at:Open asset ↗pdf-page:17 lines:68-84Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract Phenotypic clustering is a cornerstone of population structure analysis in agrobiodiversity research, especially for neglected and underutilized species (NUS) where genomic data are scarce. However, there is currently no formal method to determine whether a given dataset contains sufficient biological signal to justify clustering, leading to potential overinterpretation of spurious patterns. To address this, we introduce a signal-first diagnostic framework. This framework mandates the assessment of phenotypic differentiation prior to any unsupervised classification, providing clear, data-driven thresholds to decide if clustering is statistically meaningful. We developed this framework through a large-scale, empirically-grounded simulation study. Using realistic trait architectures calibrated on fonio ( Digitaria exilis ), we evaluated 11 clustering algorithms across a continuous gradient of phenotypic differentiation (Pst = 0.05–0.85). Our results establish quantitative detectability thresholds: under the calibrated trait architecture, clustering fails to recover meaningful structure below Pst ≈ 0.30, a range typical for many NUS. Even the best-performing algorithm required Pst > 0.47 for moderate accuracy. We further demonstrate that internal validation metrics (e.g., Silhouette score) are unreliable under weak differentiation, often misleadingly suggesting robust clusters. The proposed framework shifts the analytical paradigm from algorithm selection to signal assessment. We provide practical guidelines and an openly available simulation template to help researchers implement this workflow, thereby supporting more reliable diversity assessments, core collection design, and germplasm management decisions in data-scarce systems.
Why it matches plant phenotyping methods植物の表現型データを対象に、クラスタリングの妥当性を事前評価する統計的診断フレームワークをシミュレーションで開発しており、再利用可能な表現型解析手法が中心である。
abstractTo address this, we introduce a signal-first diagnostic framework.
Reproduction assets foundThe preprint states that simulation scripts, clustering implementations, parameter sets, and representative synthetic datasets are publicly available on Zenodo, with a specific DOI (10.5281/zenodo.15877862) given in the data availability statement. This is a paper-specific, publicly actionable asset covering the studyâCode · publicThe datasets and code supporting the conclusions of this article are available in the Zenodo repository, DOI: 10.5281/zenodo.15877862.Open asset ↗Zenodo · 10.5281/zenodo.15877862lines:256-273Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
This study employed an HY-6010-S hyperspectral imaging system, covering a spectral range of 400-1000 nm, combined with an RGB industrial camera to acquire multimodal data. The dataset simulates phenotypic analysis scenarios of maize seeds under controlled laboratory conditions, with the ambient temperature maintained at 20-25°C. Comprehensive testing was conducted using 12 different maize varieties. Approximately 200 seed samples were collected per variety, resulting in a total sample size of about 2400, each subjected to hyperspectral and RGB image acquisition. Preprocessing steps included noise reduction, background removal, band selection, and modality alignment. To ensure the accuracy and reliability of the experimental data, HHIT software and Python were utilized for data processing. This dataset plays a significant role in seed variety classification, phenotypic analysis, precision agriculture, and machine learning applications.
Why it matches plant phenotyping methodsトウモロコシ種子のマルチモーダル画像を収集・前処理した再利用可能なデータセットであり、種子の表現型解析を主要目的としているため、フェノタイピング手法・データセット研究に該当する。
abstractThis study employed an HY-6010-S hyperspectral imaging system, covering a spectral range of 400-1000 nm, combined with an RGB industrial camera to acquire multimodal data.
Reproduction assets foundThe paper is a Data in Brief article depositing its own multimodal maize seed hyperspectral and RGB image dataset (2400 seeds, 12 varieties) on Mendeley Data, with a direct public URL and DOI given in the article.Dataset · publicRepository name: Mendeley Data
Data identification number: doi: 10.17632/4n4xbnx8sr.1
Direct URL to data: https://data.mendeley.com/datasets/4n4xbnx8sr/1Open asset ↗Mendeley Data · 10.17632/4n4xbnx8sr.1html-lines:1-110Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Abstract Wheat, the third most widely consumed cereal crop worldwide, faces substantial yield and quality losses as a result of rust disease, notably leaf rust, stem rust, and stripe rust. These rust disease, caused by Puccinia triticina , Puccinia graminis , and Puccinia striiformis , respectively, are capable of causing significant yield losses in wheat in the absence of timely detection. Conventional disease identification relies heavily on manual visual inspection, which is time consuming, labor intensive, and prone to error, especially in large scale agricultural systems. To address these limitations, this study proposes a deep learning-based framework for the early detection and classification of wheat rust diseases. A real-time dataset was developed using field images collected from various wheat-growing regions and augmented with publicly available data. The dataset comprises images of healthy leaves and those affected with the three major rust diseases. A modified convolutional neural network (CNN) architecture was employed for extract features and disease classification. Experimental results demonstrate that the proposed approach achieves high classification accuracy, highlighting its effectiveness as a reliable tool for automated wheat rust detection in precision agriculture. By enabling rapid and accurate disease identification, the system supports timely decision-making, reduces potential yield losses, and improves crop management practices, thereby contributing to food security and sustainable agricultural production.
Why it matches plant phenotyping methods小麦葉の画像からさび病の有無・種類を推定する深層学習手法が研究の中心であり、植物病害状態の画像ベース表現型計測に該当する。
abstractA real-time dataset was developed using field images collected from various wheat-growing regions and augmented with publicly available data.
Reproduction assets foundThe paper's own wheat rust image dataset (field images from North Punjab, Pakistan plus Kaggle-sourced images, with disease severity, GPS, variety, and weather metadata) is publicly deposited on Kaggle via an explicit repository link in Table 1. No author analysis code or trained model checkpoint is publicly released.Dataset · publict, Stripe Rust
Collection Region North Punjab, Pakistan
Collection Period Feb–March 2025
Collection Method Field observation + Kaggle image samples
Plant Growth Stage Tillering to heading
Field Data Includes Disease severity, GPS, wheat variety, weather data
Usage Disease classification, model training, analysis
Repository Link https://www.kaggle.com/datasets/sabaunnisa/wheat-rust-disease
We have divided the datasets 1294 into 962 training
images and 332 testing images. In the current study, a 3:1
ratio was used to create the training, and validation sets for
the image dataset, meaning 75% of the data 722 used to
training and 25% 240 to validation. A fixed random seed
(seed = 42) was used toOpen asset ↗Kaggle · sabaunnisa/wheat-rust-diseasepdf-raw-page:4 lines:1-66Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Potato plants are highly vulnerable to numerous diseases that can substantially affect both yield and quality. Conventional approaches for detecting these diseases are often labor-intensive, slow, and prone to inaccuracies, particularly under variable environmental conditions. This study presents a hybrid deep learning architecture, termed potato leaf diseases DenseNet (PLDNet), which integrates a DenseNet-based convolutional neural network with a Transformer-based attention module to accurately classify potato leaf diseases. Furthermore, an adaptive parametric activation function, referred to as Adaptive Flatten p-Mish (AFpM), is proposed to enhance the model's learning flexibility and representational capacity. When evaluated on the PlantVillage and Mendeley datasets, PLDNet attains classification accuracies of 99.54% and 87.50%, respectively, surpassing contemporary state-of-the-art models and activation techniques. The proposed framework exhibits strong generalization performance and offers a scalable, efficient approach for automated plant disease identification. To highlight the novelty, the proposed AFpM activation function introduces a learnable parameter enabling adaptive nonlinearity, improving over Mish, Swish, and PFpM activation functions through dynamic gradient control. AFpM improves accuracy by 2.52% on Mendeley dataset, and 1.93% on PlantVillage dataset compared to PFpM, and by more than 3% compared to Swish and Mish.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定する深層学習モデルと新規活性化関数を開発・評価しており、植物フェノタイピング手法が研究の中心である。
abstractThis study presents a hybrid deep learning architecture, termed potato leaf diseases DenseNet (PLDNet), which integrates a DenseNet-based convolutional neural network with a Transformer-based attention module to accurately classify potato leaf diseases.
Reproduction assets foundThe paper's phenotyping inputs are two public leaf-image datasets used directly for its classification experiments: the Mendeley Potato Leaf Disease dataset (explicitly deposited with URL) and the PlantVillage dataset via Kaggle (explicitly linked in Data availability). The authors' PLDNet code is only promised 'upon' Dataset · publicsis. A.M initially drafted the paper, and all the authors (A.M, A.C, and N.A) reviewed and edited the paper.
Funding
Open access funding provided by University of Inland Norway. INN have subscription for open-access (OA) publication in Scientific Reports, Nature.
Data availability
The dataset used in this study is available at: https://data.mendeley.com/datasets/ptz377bwb8/1 and https://www.kaggle.com/datasets/emmarex/plantdisease .
Code availabilityOpen asset ↗Mendeley · ptz377bwb8/1lines:1390-1403Dataset · publicthors (A.M, A.C, and N.A) reviewed and edited the paper.
Funding
Open access funding provided by University of Inland Norway. INN have subscription for open-access (OA) publication in Scientific Reports, Nature.
Data availability
The dataset used in this study is available at: https://data.mendeley.com/datasets/ptz377bwb8/1 and https://www.kaggle.com/datasets/emmarex/plantdisease .
Code availabilityOpen asset ↗Kaggle · emmarex/plantdiseaselines:1390-1403Code / dataset availability confirmedOpenAlex · Europe PMC · bioRxiv · checked 15 Sept 2026
Abstract In perennial crops, inner wood degradation by pathogens often escapes detection until irreversible damage has occurred. Grapevine trunk disease (GTD) is a well-known example in viticulture that alters plants from within, years before foliar symptoms arise, making early assessment difficult. To overcome this limitation, we present a novel non-destructive 3D + t pipeline for Magnetic Resonance Imaging (MRI) spatial quantification and monitoring of early internal tissue degradation resulting from fungal colonization. This pipeline integrates (i) anatomical alignment and rigid time-series registration of volumetric MRI scans, (ii) a generalized cylindrical coordinate transformation for cross-sectional trunk anatomy normalization, (iii) supervised classification to segment water-depleted (diseased/non-functional) regions, and (iv) population-level statistical analyses including construction of population mean images, probabilistic atlases of lesions, and 3D lesion descriptors. Applied to multiple Vitis vinifera cultivars inoculated with a fungal trunk pathogen, our approach enables time-lapse comparisons between cultivar and treatment in vivo. The results reveal consistent early degradation signals across individuals and cultivar-dependent lesion differences. By combining high-resolution MRI with advanced image processing and statistical atlas tools, this method provides a new paradigm for 3D plant phenotyping of internal disease progression. This methodological innovation allows non-invasive quantification of disease development and comparative assessment of host responses in woody plants, demonstrating its potential to advance understanding and management of GTDs.
Why it matches plant phenotyping methodsMRI画像と画像処理・統計アトラスを統合し、ブドウ樹内部の病変・組織劣化を3Dで定量化する植物フェノタイピング手法の開発が中心である。
abstractwe present a novel non-destructive 3D + t pipeline for Magnetic Resonance Imaging (MRI) spatial quantification and monitoring of early internal tissue degradation resulting from fungal colonization.
Reproduction assets foundThe paper's raw/processed MRI datasets are only available from the corresponding author upon reasonable request, but the authors' processing pipeline (scripts and parameters to reproduce processed outputs from raw data) is publicly deposited on Zenodo with an explicit DOI.Code · publiceer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
available under a CC-BY 4.0 International license.
1 reasonable request. The processing pipeline (including scripts and parameters required to reproduce the
2 processed outputs from the raw data) is available at https://doi.org/10.5281/zenodo.17944369.
3
Plant Phenomics Page 26 of 29Open asset ↗zenodo · 10.5281/zenodo.17944369pdf-layout-page:26 lines:1-14Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Jackfruit cultivation is highly affected by leaf diseases that reduce yield, fruit quality, and farmer income. Early diagnosis remains challenging due to the limitations of manual inspection and the lack of automated and scalable disease detection systems. Existing deep-learning approaches often suffer from limited generalization and high computational cost, restricting real-time field deployment. Methods This study proposes CNNAttLSTM, a hybrid deep-learning architecture integrating Convolutional Neural Networks (CNN), Long Short-Term Memory (LSTM) units, and an attention mechanism for multi-class classification of algal leaf spot, black spot, and healthy jackfruit leaves. Each image is divided into ordered 56×56 spatial patches, treated as pseudo-temporal sequences to enable the LSTM to capture contextual dependencies across different leaf regions. Spatial features are extracted via Conv2D, MaxPooling, and GlobalAveragePooling layers; temporal modeling is performed by LSTM units; and an attention mechanism assigns adaptive weights to emphasize disease-relevant regions. Experiments were conducted on a publicly available Kaggle dataset comprising 38,019 images, using predefined training, validation, and testing splits. Results The proposed CNNAttLSTM model achieved 99% classification accuracy, outperforming the baseline CNN (86%) and CNN-LSTM (98%) models. It required only 3.7 million parameters, trained in 45 minutes on an NVIDIA Tesla T4 GPU, and achieved an inference time of 22 milliseconds per image, demonstrating high computational efficiency. The patch-based pseudo-temporal approach improved spatial-temporal feature representation, enabling the model to distinguish subtle differences between visually similar disease classes. Discussion Results show that combining spatial feature extraction with temporal modeling and attention significantly enhances robustness and classification performance in plant disease detection. The lightweight design enables real-time and edge-device deployment, addressing a major limitation of existing deep-learning techniques. The findings highlight the potential of CNNAttLSTM for scalable, efficient, and accurate agricultural disease monitoring and broader precision agriculture applications.
Why it matches plant phenotyping methods植物葉の病害状態を画像から分類する深層学習手法を提案・比較評価しており、病害フェノタイピングの方法開発が中心である。
abstractThis study proposes CNNAttLSTM, a hybrid deep-learning architecture integrating Convolutional Neural Networks (CNN), Long Short-Term Memory (LSTM) units, and an attention mechanism for multi-class classification of algal leaf spot, black spot, and healthy jackfruit leaves.
Reproduction assets foundThe paper's core phenotyping input is a publicly available Kaggle jackfruit leaf disease image dataset (38,019 images) explicitly linked in the data availability statement; no author code or model checkpoints are deposited.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/shuvokumarbasak4004/jackfruit-leaf-diseases .Open asset ↗Kaggle · shuvokumarbasak4004/jackfruit-leaf-diseaseslines:823-830Code / dataset availability confirmedOpenAlex · checked 14 Sept 2026
Genotype-to-phenotype prediction remains a fundamental challenge in current genetic research. In recent years, it has become possible to construct different predictive models based on genomic data. However, in many horticultural crops, it is difficult to accurately verify genomic variations because of the complexity of their genome, making the application of these genome-based methods challenging. Gene expression reflects both genetic regulatory mechanisms and environmental stimuli, offering potential for predicting phenotypes in plants with complex genomes. Thus, in this paper, we tested the possibility for predicting adult plant phenotypes using the gene expression data from seedlings. By applying the transcriptional-based deep learning methods on cut chrysanthemums (Chrysanthemum spp.), which exhibits a complex genetic background characterized by high repetitiveness, heterozygosity, and genome size and is recognized as a segmental allopolyploid, we found that the method is robust and accurate for predicting continuous variables such as leaf vase life, as well as categorical variables such as flower types on the basis of gene expression data. Moreover, the power and performance of transcriptional-based deep learning methods for prediction was validated in rice (Oryza sativa). Our research shows the good performance of phenotype prediction based on gene expression, with potential applications in future gene chip-based breeding practices.
Why it matches plant phenotyping methods遺伝子発現データから成体の植物形質を予測する深層学習手法を開発・検証しており、形質予測が研究の中心である。
titlePredicting adult phenotypes from seedling transcriptional data using deep learning: a case study in chrysanthemum
Reproduction assets foundThe paper deposits its authors' analysis code publicly on GitHub and its raw RNA-seq data (used for the seedling-transcriptome phenotype prediction) in the Genome Sequence Archive with accession CRA022074. Both are paper-specific, public, and actionable.Code · publicn for
multiclass classification. For compiling each model, the RMSprop
optimization algorithm was used with a default initial learning rate
of 0.001, and categorical cross-entropy was selected as the loss func-
tion. The model was trained for 100 epochs with a default batch size
of 32.
The source codes are publicly available at https://github.com/lkwwang-ui/Deep-model-for-predicting-adult-traits-using-seedling-data-study.git
We used Weka 3.9.7 data mining software[23] and performed
machine learning analysis as described in our previously published
paper[24]. In brief, all 101 samples were used for training and testing
with 10-fold cross-validation, and the 20 samples from BGZ were
used for mOpen asset ↗https://github.com/lkwwang-ui/Deep-model-for-predicting-adult-traits-using-seedling-data-study.gitpdf-raw-page:3 lines:1-80Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Timely crop stress detection is essential for safeguarding yields and promoting sustainable agriculture. Traditional vegetation indices (e.g., NDVI, EVI) are widely used but remain static, crop-agnostic, and often insensitive to early stress signals. This study proposed RL-VI, a reinforcement learning-based framework that dynamically formulates vegetation indices optimized for rice stress detection. Unlike existing methods, RL-VI integrates Sentinel-2 multispectral imagery with smartphone-captured RGB data, creating the first cross-platform environment where vegetation indices are learned rather than predefined. The reinforcement learning agent adaptively selects stress-sensitive spectral band combinations guided by classification rewards. Experiments on real-world rice fields in Tamil Nadu, India, and benchmark datasets (Indian Pines, wheat salt stress) show that RL-VI achieves an overall accuracy of 89.4% and F1-score of 0.88, outperforming static and machine-learned indices by up to 12%. Importantly, RL-VI enables early stress detection up to 10 14 days before visible symptoms, providing actionable lead time for intervention. The proposed framework is computationally lightweight and scalable to UAV or edge devices, offering a farmer-ready tool for precision agriculture, bridging field-level mobile sensing with satellite monitoring for low-cost, real-time crop health management. Statistical validation using ANOVA (F = 88.24, p < 0.001) and pairwise t-tests (p < 0.001) confirmed RL-VI's superiority, while SHAP analyses emphasized the physiological significance of red-edge and SWIR bands in stress discrimination.
Why it matches plant phenotyping methods植物ストレス状態を推定する動的植生指数と強化学習フレームワークを開発し、実圃場・ベンチマークデータで性能検証しているため、フェノタイピング手法が中心である。
abstractThis study proposed RL-VI, a reinforcement learning-based framework that dynamically formulates vegetation indices optimized for rice stress detection.
Reproduction assets foundThe paper publicly releases its authors' field-captured mobile RGB rice canopy dataset on Kaggle and its full RL-VI analysis code (RL formulation, preprocessing, VI computation, training, evaluation) on GitHub. Sentinel-2 imagery and benchmark datasets are third-party public sources, not paper-specific deposits.Dataset · publicThe Mobile RGB dataset, consisting of field-captured rice canopy images collected by the authors at Polur, Tamil Nadu, India, is publicly available on Kaggle under a CC BY-NC 4.0 license (DOI: [https://doi.org/10.34740/kaggle/dsv/14105754](https:/doi.org/10.34740/kaggle/dsv/14105754)).Open asset ↗Kaggle · 10.34740/kaggle/dsv/14105754html-lines:616-683Code · publicAll custom code developed for this work including the RL-VI (Reinforcement Learning–based Vegetation Index) formulation algorithm, image preprocessing scripts, vegetation index computation modules, model training pipelines, and evaluation routines is openly accessible in a public GitHub repository. The code is available without restriction for non-commercial research use and fully available at Github Repository (https://github.com/Poornisrm/Vegetation-Index.git).Open asset ↗GitHub · Poornisrm/Vegetation-Indexhtml-lines:684-711Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Agriculture is a cornerstone of the economies of many countries, and wheat is a staple cereal crop that sustains nearly half of the worldwide population. However, production of wheat is highly vulnerable to biotic stress such as pathogens and pests, as well as adverse environmental conditions. These factors significantly affect yield and quality, posing critical threats to food security and economic resilience. Conventional disease detection methods often involve intense human labor, prolonged procedures, and are predisposed to subjectivity. Therefore, the development of an automated, accurate, and real-time disease monitoring system is imperative for modern precision agriculture. We propose a hybrid deep learning based Multi-Disease Detection Framework for Wheat Diseases (MDDM-WD) for the identification of multiple wheat diseases using UAV imagery. The framework leverages the pre-trained VGG-16 convolutional neural network for deep feature extraction via a transfer learning approach. These features are subsequently classified using Support Vector Machine (SVM), Random Forest (RF), Decision Tree (DT), XGBoost, and Bernoulli Naïve Bayes (BNB) algorithms of machine learning. The model is trained and evaluated on a custom-curated dataset, containing wheat diseases: stripe rust, powdery mildew, scab (Fusarium head blight), and yellow dwarf. Evaluation of experiments demonstrates that the classification performance is enhanced significantly through our hybrid approach, with accuracy ranging from 74 to 97%, precision from 73 to 96%, and recall from 73 to 95.7%. The SVM-based variant of the model achieved the highest performance, yielding 96% precision, 95.7% recall, 96% F1-score, and 97% accuracy. The proposed two-phase fine-tuned system demonstrates its effectiveness and efficiency in detecting multiple wheat diseases. The MDDM-WD model offers a resource-efficient and scalable approach for early disease detection, supporting informed decision-making for farmers, agronomists, and policymakers in advancing sustainable agriculture.
Why it matches plant phenotyping methodsUAV画像からコムギの病徴・病害状態を直接推定する深層学習フレームワークを開発・評価しており、植物表現型取得法が中心です。
abstractWe propose a hybrid deep learning based Multi-Disease Detection Framework for Wheat Diseases (MDDM-WD) for the identification of multiple wheat diseases using UAV imagery.
Reproduction assets foundThe paper's wheat disease image analysis is based on two public datasets (DAE-Mask GitHub dataset and a Kaggle multi-class crop disease image dataset), explicitly declared as open-source and publicly available in the Data Availability statement. No author code or trained model is released.Dataset · publicThe two datasets analyzed during the current study are open-source and publicly available online in the repositories https://github.com/YcZhangSing/Dataset-of-DAE-Mask and https://www.kaggle.com/datasets/jawadali1045/20k-multi-class-crop-disease-images.Open asset ↗https://github.com/YcZhangSing/Dataset-of-DAE-Maskhtml-lines:699-732Dataset · publicThe two datasets analyzed during the current study are open-source and publicly available online in the repositories https://github.com/YcZhangSing/Dataset-of-DAE-Mask and https://www.kaggle.com/datasets/jawadali1045/20k-multi-class-crop-disease-images.Open asset ↗https://www.kaggle.com/datasets/jawadali1045/20k-multi-class-crop-disease-imageshtml-lines:699-732Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Effective pest and disease detection plays a crucial role in minimizing crop losses and improving decision-making in precision agriculture. Among the most destructive pests affecting maize crops globally is the Fall Army Worm (FAW), known for its rapid spread and high impact on yield. Existing detection practices often rely on manual scouting, which can be inefficient, labour intensive and prone to human error. This study proposes a novel deep learning based framework for the automatic classification of FAW infested and healthy maize crops by integrating RGB and thermal image modalities. The core objective is to enhance detection accuracy through multimodal image fusion. A hybrid DNN-ViT model is introduced, combining two complimentary pipelines: (i) feature-level fusion, where CNN extracted features from RGB and thermal images are fused and classified using a Deep Neural Network (DNN) and (ii) image-level fusion, where a 6 channel RGB-thermal image is directly processed using a modified Vision Transformer (ViT). Experimental results demonstrate that the fused model achieved superior performance with an accuracy of 0.98, precision, recall and F1-score of 0.98 and AUC-ROC of 0.98 on the test set, outperforming models trained on RGB-only, thermal-only and unfused data. The ablation study confirms the effectiveness of multimodal fusion, with the no-fusion model showing significantly lower performance (accuracy-0.60 and AUC-ROC-0.67). This work highlights the benefits of integrating complementary data sources for robust crop health monitoring. Future research will explore enhanced fusion strategies, environmental robustness and field level deployment to validate the model's practical applicability.
Why it matches plant phenotyping methodsRGB・熱画像融合によるFAW被害・健全状態の画像判定モデルを開発し、融合方式や性能を比較検証しているため、植物の健康状態を取得する方法が中心である。
abstractThis study proposes a novel deep learning based framework for the automatic classification of FAW infested and healthy maize crops by integrating RGB and thermal image modalities.
Reproduction assets foundThe paper's paired RGB/thermal maize FAW image dataset is publicly deposited on Figshare (part of a peer-reviewed data publication), and the authors' custom Python analysis code is released as a public supplementary file (Supplementary Code.zip) with explicit availability language. The Figshare URL matches an allowed, Dataset · publicThe dataset has been made publicly available in the Figshare Data repository as a part of a peer reviewed data publication54. Detailed information on data acquisition, sensor specifications, environmental conditions and annotation protocols is provided in the associated data article. The dataset can be accessed at: https://figshare.com/s/677d2384ba6e02db9230 (10.6084/m9.figshare.28388018).Open asset ↗Figshare · 10.6084/m9.figshare.28388018html-lines:324-345Code · publicThe custom python code developed for this study is available as supplementary file (“Supplementary Code.zip”) and includes all scripts necessary to reproduce the multimodal feature fusion, image-level fusion and ablation experiments described in the manuscript. The dataset used is publicly available on Figshare. All dependencies are listed within the code file. Readers can execute the python script to reproduce the reported results.Open asset ↗html-lines:324-345Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
High-throughput plant phenotyping with hyperspectral imaging (HSI) is pivotal for accelerating crop improvement to address global food security. Adoption is limited by a data-processing bottleneck, forcing a trade-off between costly, inflexible commercial software and programming-intensive open-source libraries. To overcome this barrier, we developed PlantSpecLab, an open-source, no-code platform that unifies the HSI workflow from image processing to modeling within a single interactive interface. The platform introduces spectrally guided segmentation strategies (Range Averaging, Difference Enhancement) and a spectral Fractional-Order Differencing (FOD) preprocessor to enhance extraction of subtle, physiologically relevant features. Across diverse in-house and public datasets, FOD-preprocessed spectra improved model performance over conventional pipelines, yielding 87.35% accuracy for tomato maturity and R 2 = 0.878 for fruit firmness. In cross-software benchmarks, PlantSpecLab matched the accuracy of ENVI and code-based Python pipelines while reducing end-to-end workflow time by >90% (>80 min to ∼8 min). PlantSpecLab provides a transparent, efficient analytical environment that lowers the technical barrier to HSI analysis. This enables researchers to prioritize biological interpretation while minimizing computational overhead.
Why it matches plant phenotyping methods植物のハイパースペクトル画像から表現型特徴を抽出・モデル化するオープンソース基盤を開発し、既存ソフトウェアとの性能・処理時間を比較検証しているため、フェノタイピング手法が中心である。
abstractwe developed PlantSpecLab, an open-source, no-code platform that unifies the HSI workflow from image processing to modeling within a single interactive interface.
Reproduction assets foundThe authors explicitly state the PlantSpecLab source code (the platform used for all phenotyping analyses in the paper) is publicly available on GitHub under an MIT license, with a versioned release archived alongside the data.Code · publicsis. Jingye Liu: Data curation. Chu Zhang: Supervision, Writing—review & editing. Wei Xu: Supervision, Funding acquisition, Writing—review & editing.
Data and code availability
All data and code that support the findings of this study will be made publicly available upon publication. The PlantSpecLab source code is available at https://github.com/Another-Train/PlantSpecLab (MIT License), with a versioned release archived alongside the data.
Funding
This work was supported by the National Natural Science Foundation of China (Grant Nos. 62265015 and 32360750), the Xinjiang Uygur Autonomous Region Key R&D Program (Grant No. 2023B02028-3), and the Finance Plan Project of the 8th Division of the Open asset ↗Another-Train/PlantSpecLablines:458-487Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Timely and precise detection of diseases on plants is crucial for minimizing losses during crop production in order to sustain food supply demands worldwide. In this work, deep learning (DL) was used to develop an automatic disease identification system for the leaves of potato and mango plants using two publicly available datasets, the PlantVillage Potato Leaf Disease (2,152 images) dataset and the Kaggle Mango Leaf Disease dataset (4,000 images). Images were pre-processed, augmented, and split into training and testing datasets (80:20), to enable better model generalization. Four deep learning architectures, namely Convolutional Neural Networks (CNN), AlexNet, Residual Networks (ResNet), and EfficientNet, were evaluated in the context of multi-class disease classification. The baseline CNN achieved a training accuracy of 93.67% and a testing accuracy of 92.61%, with balanced precision and recall (92.5%), thus providing a very strong feature extraction and classification capability. AlexNet showed moderate performance (91.3% training, 90.2% validation), and a very small overfitting was observed. ResNet had an efficient convergence, and attained 96.7% validation accuracy in just a few epochs, thus pointing out the advantage of residual connections in the context of deeper learning. EfficientNet surpassed all the other architectures, since it reached a training accuracy of 98.2% and a validation accuracy of 97.8%, with very small loss (≈ 0.015) and no overfitting, thus proving to have the best generalization ability. The models demonstrated stability and discriminative ability with the support of confusion matrices and accuracy and loss plots produced on an epoch-wise basis. Therefore, the findings indicate that DL models can be adapted for real-time and accurate plant disease diagnosis, establishing a pathway for early remediation, and supporting precision agriculture. The research establishes the opportunity for EfficientNet to be considered a promising solution for scalable smart farming.
Why it matches plant phenotyping methods葉画像から植物病害を分類する深層学習手法を開発・比較し、複数データセットで精度を検証しており、植物の病害状態の取得・推定が研究の中心である。
abstractdeep learning (DL) was used to develop an automatic disease identification system for the leaves of potato and mango plants
Reproduction assets foundThe paper uses two public Kaggle leaf-image datasets (PlantVillage potato, mango leaf disease) and states that all code, preprocessing scripts, dataset splits, and model artifacts are publicly available in a GitHub repository (also archived on Zenodo). All three are paper-specific, public, and actionable.Dataset · publicThe datasets analyzed during the current study are available in (https://www.kaggle.com/datasets/aarishasifkhan/plantvillage-potato-disease-dataset)Open asset ↗html-lines:473-503Code · publicAll code, preprocessing scripts, dataset splits, and model artifacts used in this study are publicly available in the GitHub repository at: [https://github.com/logeswarig/PROJECT_1].Open asset ↗logeswarig/PROJECT_1html-lines:473-503Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Abstract The research develop an accurate and efficient method for detecting multiple corn leaf diseases to support sustainable agricultural practices in Soppeng Regency, Indonesia. The goal is to design a Convolutional Neural Network (CNN) model capable of classifying corn leaf diseases, including rust, blight, and gray leaf spot, using high-resolution image data. The research employed a balanced dataset sourced from open-access repositories, followed by preprocessing, data augmentation, and CNN model optimization. The model’s performance was evaluated using accuracy, precision, recall, and F1-score to ensure comprehensive assessment. Experimental results show that the proposed CNN achieved high accuracy across all disease classes, with strong per-class metrics, indicating robust performance in distinguishing visually similar symptoms. The classification results with the Convolutional Neural Network algorithm have 95% training data accuracy and 93% test data accuracy in detecting leaf diseases in corn plants. The findings contribute to agricultural technology by offering a scalable and field-deployable disease detection system that can be integrated into mobile or edge-based platforms. Limitations include reliance on publicly available datasets, which may not fully capture the variability of local field conditions. The research concludes that the proposed CNN model can significantly enhance early disease detection, reduce dependency on manual inspections, and support precision agriculture. Future research should focus on expanding the dataset with locally captured images, incorporating real-time image acquisition, and optimizing the model for deployment in low-resource environments to improve adaptability and reliability.
Why it matches plant phenotyping methodsトウモロコシ葉の病害症状を画像から分類するCNN手法の開発・性能評価が中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として含める。
abstractThe goal is to design a Convolutional Neural Network (CNN) model capable of classifying corn leaf diseases, including rust, blight, and gray leaf spot, using high-resolution image data.
Reproduction assets foundThe paper's phenotyping analysis is based entirely on a public Kaggle corn leaf disease image dataset, explicitly cited with URL and access date in the Data Availability statement and Methods. No author code or trained model is shared.Dataset · publicrch and innovation in the field of agricultural technology and artificial intelligence
Data Availability
The data used in this study comes from a publicly available and curated image repository. The dataset was obtained from the “Corn or Maize Leaf Disease Dataset” . The data source can be seen in the Kaggle – https://www.kaggle.com/smaranjitghose/corn-or-maize-leaf-disease-dataset
References
Rozi F, et al. Indonesian market demand patterns for food commodity sources of carbohydrates in facing the global food crisis. Heliyon. 2023;9(6):e16809. 10.1016/j.heliyon.2023.e16809 .
Yu B-G, Chen X-X, Zhou C-X, Ding T-B, Wang Z-H, Zou C-Q. Nutritional composition of maize grain assoOpen asset ↗Kaggle · smaranjitghose/corn-or-maize-leaf-disease-datasetlines:224-246Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Aim Phenotypic characters have long been central to species diagnosis and delimitation and remain indispensable even in the age of genomics. However, phenotypic datasets are often complex— spanning dozens of traits of varying types and units, with correlated variables and unbalanced sampling—posing challenges for robust, reproducible analysis. Existing software solutions are fragmented, usually requiring labor-intensive workflows across multiple tools and manual steps, which undermines reproducibility and hinders comparisons across studies. To address these methodological and practical challenges, I introduce Orangutan, an R package designed to provide a flexible, easy-to-implement framework for comparing groups using mensural and meristic data. Innovation Orangutan provides a flexible and efficient framework for analyzing mensural and meristic data, supporting a full suite of statistical and visualization tools optimized for species delimitation and population comparisons. The package streamlines the identification of diagnostic, non-overlapping traits between species, while enabling rigorous assessment of both individual and multivariate trait differences. Core features include optional allometric correction to remove size effects, automated selection of appropriate univariate tests with post hoc comparisons, and integrated multivariate analyses. All outputs, including summary statistics and annotated publication-ready figures, are generated with minimal coding, ensuring accessibility and standardization. Main Conclusions Empirical validation with real-world datasets—including animal and plant species— demonstrates that Orangutan robustly identifies diagnostic traits, reveals both subtle and clear group differences, and achieves high classification accuracy with phenotypic data alone. By automating and unifying key analytical steps, Orangutan promotes reproducibility, transparency, and efficiency in phenotypic research. This package empowers researchers in taxonomy, ecology, and evolutionary biology to adopt quantitative best practices for species delimitation, facilitating comparative studies and advancing methodological standards in morphological data analysis. Orangutan is freely available with comprehensive documentation to support widespread adoption.
Why it matches plant phenotyping methods植物を含む形態形質データの解析・可視化を標準化するRパッケージの開発論文であり、植物種データでの検証も行っているため、表現型解析手法が中心です。
titleOrangutan: an R package for analyzing and visualizing phenotypic data in the context of ecology and systematics
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産2件を確認しました。Code · publicThe data to reproduce this work and software are freely and publicly available at
https://github.com/metalofis/Orangutan-R.Open asset ↗metalofis/Orangutan-Rpdf-page:15 lines:1-28Dataset · publicThe anole datasets can be downloaded from
https://github.com/metalofis/Orangutan-R/tree/main/example_datasets.Open asset ↗metalofis/Orangutan-R · example_datasetspdf-page:5 lines:1-51Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Plants move chloroplasts in response to light, changing the optical properties of leaves. Low irradiance induces chloroplast accumulation, while high irradiance triggers chloroplast avoidance. Chloroplast movements may be monitored through changes in leaf transmittance and reflectance, typically in red light. We present a step-by-step procedure for the detection of chloroplast positioning using reflectance hyperspectral imaging in white light. We show how to employ machine learning methods to classify leaves according to the chloroplast positioning. The convolutional network is a method of choice for the analysis of the reflectance spectra, as it allows low levels of misclassification. As a complementary approach, we propose a vegetation index, called the Chloroplast Movement Index (CMI), which is sensitive to chloroplast positioning. Our method offers a high-throughput, contactless way of chloroplast movement detection. Key features • Protocol for detached leaves handled in laboratory conditions. • Based on differential (dark-adapted versus irradiated) hyperspectral images of plant leaves. • Data analysis includes machine learning methods and the calculation of a vegetation index. • Requires irradiation equipment apart from the hyperspectral camera set.
Why it matches plant phenotyping methods葉の反射ハイパースペクトル画像から葉緑体位置を検出・分類する手法と指標を開発し、高スループット測定として提示しており、植物表現型取得が中心である。
abstractWe present a step-by-step procedure for the detection of chloroplast positioning using reflectance hyperspectral imaging in white light.
Reproduction assets foundThe protocol explicitly deposits its authors' analysis code (HyperspectralImageProcessing.m, including the pretrained CNN classifier for chloroplast positioning) on GitHub and makes the original hyperspectral images of Arabidopsis and Nicotiana leaves used in the paper's figures available on figshare. Both are paper-‐Code · publicAll code has been deposited to GitHub: https://github.com/plantPhotobiologyLab/machine-learning-for-chloroplast-movement-detection (access date, 08/18/2025)Open asset ↗plantPhotobiologyLab/machine-learning-for-chloroplast-movement-detectionhtml-lines:104-130Dataset · publicOriginal files with hyperspectral images of Nicotiana benthamiana and Arabidopsis thaliana (WT and phot2) leaves, including recordings shown in Figure 3 and Figure 4 of this protocol, can be downloaded from https://figshare.com/articles/dataset/Hyperspectral_images_of_Arabidopsis_thaliana_and_Nicotiana_benthamiana_leaves/30402409?file=58898569Open asset ↗html-lines:104-130Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Background The breeding process enables plants to inherit desirable traits, such as yield, flowering time, pest resistance, and cannabinoid and/or terpene content. As a result of these intensive genetic improvement practices, where genetically similar individuals or those from the same lineage are crossed, the expression of unfavorable recessive alleles may occur due to homozygosity. This can lead to less productive plants, increased susceptibility to diseases, and reduced quality. Despite the potential negative effects associated with inbreeding, self-pollination (a form of inbreeding) is a necessary cultivation technique used to obtain seeds that produce phenotypically female plants (feminized seeds) for commercialization and/or to fix desirable traits, albeit at the cost of reduced genetic variability. The Cannabis sativa L. seed market has grown significantly in recent decades, driven by the legalization and regulation of medicinal and recreational use. Self-pollinated feminized seeds are popular among growers and commercial seed banks because, in most cases, they guarantee that inflorescences will express the cannabinoid and terpene profile of the single parent plant. The objective of this work is to compare the morphological variation of seeds obtained from the reversal of female clones followed by self-pollination, and seeds obtained from crossing genetically distinct parental. To study seed shape and size, we employed 2D geometric morphometrics (GM) based on landmarks and semilandmarks, coupled with a supervised machine learning approach and multivariate statistical approach for analysis. Results No direct relationship was observed between size and seed type, although significant differences between varieties were detected. The shape of seeds from crosses between different parents (male and female) showed lower classification accuracy compared to feminized seeds. These results support the hypothesis that inbreeding reduces the variability, as feminized seeds from self-pollination were correctly identified at a high rate using a discriminant function. Conclusions Our research demonstrates that 2D geometric morphometrics can effectively distinguish and trace feminized and self-pollinated cannabis seeds. These seeds exhibit the least morphological variation, enabling accurate identification and providing a reliable foundation for practical applications. The Random Forest classifier's high performance confirms the effectiveness of using morphological traits for seed discrimination. These results open the door for advanced machine-learning techniques aimed to improve scalability and automation.
Why it matches plant phenotyping methods2D幾何形態計測と機械学習を用いて種子の形状・サイズを抽出し、種子タイプを識別する手法が研究の中心であるため。
abstractTo study seed shape and size, we employed 2D geometric morphometrics (GM) based on landmarks and semilandmarks, coupled with a supervised machine learning approach and multivariate statistical approach for analysis.
Reproduction assets foundThe authors publicly deposited the custom Python machine-learning code and the Procrustes coordinate dataset used for the paper's seed-shape classification in a GitHub repository, explicitly stated in the Data availability section.Code · publicTo ensure full reproducibility, the Procrustes coordinates and the custom Python code used for the machine learning classification are provided in a public GitHub repository: https://github.com/Francisco-ft/Self-pollinated-cannabis-seeds-lead-to-less-variation-in-shape.Open asset ↗Francisco-ft/Self-pollinated-cannabis-seeds-lead-to-less-variation-in-shapelines:115-151Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Cassava is one of the most widely cultivated crops worldwide, renowned for its rich natural ingredients and numerous nutritional benefits. However, the complex interdependencies among its features often pose challenges in image restoration and segmentation, particularly when identifying disease regions. In previous work, this manifested as higher false positives and misidentification of non-relevant areas, leading to a decline in precision and accuracy. Methods To address these issues, this study proposed an efficient artificial intelligence-powered image analysis system that leverages optimal feature selection with a HyperCapsInception-ResNet-V2-CNN model to enhance disease detection accuracy. Initially, the dataset was collected from the Kaggle repository, its name was Cassava Leaf Disease Classification, and it comprised 21,367 different images. Our approach began by normalizing cassava plant disease data using adaptive Gaussian Otsu thresholding. Histogram color evaluation and iterative clustering fragmentation were then applied to better isolate disease variations and improve precision. Subsequently, Cascaded Canny Edge Segmentation (CCES) was used to effectively segment the disease region. The disease variation properties were further evaluated using the Optimal Spider Swarm Intelligence Technique (OSSIT) to reduce irrelevant feature dimensions. For classification, the HyperCapsInception-ResNet-V2-CNN model was employed to categorize cassava diseases, including cassava bacterial blight (CBB), cassava mosaic disease (CMD), cassava green mite (CGM) disease, and cassava brown streak disease (CBSD), along with regular and abnormal leaf states. Results The proposed method's simulation results achieved 98.15% accuracy, a 97.22% F1-score, and 96.02% precision, outperforming other traditional methods such as EfficientNetB3, AlexNet, Faster-RCNN, and InceptionV3. Discussion Both optimized feature selection with OSSIT and hybrid HyperCapsInception-ResNet-V2-CNN architecture significantly enhanced the detection reluctance and the classification of the data. These findings indicate that the proposed system is effective in the automated detection of cassava disease and has a high potential of being practical in agricultural practices especially in precision farming and early detection of diseases.
Why it matches plant phenotyping methodsカッサバ葉画像から病変領域を分割・抽出し、病害状態を分類する画像解析手法の開発が研究の中心であるため、植物表現型手法として採用。
abstractCascaded Canny Edge Segmentation (CCES) was used to effectively segment the disease region.
Reproduction assets foundThe paper uses the public Kaggle 'Cassava Leaf Disease Classification' dataset (21,367 cassava leaf images) as its phenotyping input; the dataset is publicly downloadable at the authors' stated URL, which matches an allowed URL.Dataset · publicThe Cassava Leaf Disease Classification dataset is available on Kaggle and comprises 21,367 images. The images have an average resolution of 512 × 512 pixels. The data are split into training and test sets, enabling machine learning algorithms to be trained and tested to accurately detect diseases. The data are available for download from Kaggle: https://www.kaggle.com/datasets/nirmalsankalana/cassava-leaf-disease-classification .Open asset ↗Kaggle · cassava-leaf-disease-classificationlines:523-601Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Rice leaf diseases significantly reduce productivity and cause economic losses, highlighting the need for early detection to enable effective management and improve yields. This study proposes Artificial Neural Network (ANN)-based image-processing techniques for timely classification and recognition of rice diseases. Despite the prevailing approach of directly inputting images of rice leaves into ANNs, there is a noticeable absence of thorough comparative analysis between the Feature Analysis Detection Model (FADM) and the Direct Image-Centric Detection Model (DICDM), specifically when it comes to evaluating the effectiveness of Feature Extraction Algorithms (FEAs). Hence, this research presents initial experiments on the Feature Analysis Detection Model, utilizing various image Feature Extraction Algorithms, Dimensionality Reduction Algorithms (DRAs), Feature Selection Algorithms (FSAs), and Extreme Learning Machine (ELM). The experiments are carried out on datasets encompassing 3829 original rice leaf images across six classes (bacterial leaf blight, brown spot, leaf blast, leaf scald, sheath blight rot, and healthy leaf). A Direct Image-Centric Detection Model is established without the utilization of any FEA, and the evaluation of classification performance relies on different metrics. Ultimately, an exhaustive contrast is performed between the achievements of the Feature Analysis Detection Model and the Direct Image-Centric Detection Model in classifying rice leaf diseases. The results reveal that the highest performance is attained using the Feature Analysis Detection Model. We have also applied Gradient-weighted Class Activation Mapping (Grad-CAM) for visual interpretability of the model's predictions. The adoption of the proposed Feature Analysis Detection Model for detecting rice leaf diseases holds excellent potential for improving crop health, minimizing yield losses, and enhancing the overall productivity and sustainability of rice farming.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から分類する手法を中心に、特徴抽出モデルと直接画像モデルを比較・評価しており、植物病害フェノタイピング手法の開発・検証に該当する。
abstractThis study proposes Artificial Neural Network (ANN)-based image-processing techniques for timely classification and recognition of rice diseases.
Reproduction assets foundThe paper's rice leaf disease classification experiments are built on a publicly available Kaggle image dataset (3829 rice leaf images across six classes), explicitly linked in the Data Availability Statement. Datasets produced during the study are only available upon request from the corresponding author.Dataset · publicThe dataset is publicly available at https://www.kaggle.com/datasets/vbookshelf/riceleafdiseases.Open asset ↗Kaggle · vbookshelf/riceleafdiseaseshtml-lines:883-951Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
TomatoGreenhouseMultimodalRGB / grayscaleMultispectral / hyperspectralFruitClassificationSegmentationGrowth / development / phenology
Computer vision and multispectral imaging have increasingly become essential tools in modern precision agriculture. Accurate ripeness assessment is critical for yield optimization, reducing post-harvest losses, and enabling automated harvesting systems. However, traditional RGB-based approaches struggle to differentiate subtle maturity changes, and existing solutions often fail under varying lighting, occlusion, or cultivar-specific conditions. To address these challenges, this study focuses on the integration of complementary spectral cues for reliable tomato ripeness evaluation. The work utilizes a curated RGB-NIR tomato dataset comprising 224 hyperspectral samples, processed into aligned multimodal image pairs with balanced ripeness categories.The proposed TomatoRipen-MMT model employs a multimodal Transformer framework with dual encoders, cross-spectral attention, and a joint decoder to fuse spatial and biochemical cues. The novelty of the methodology lies in the dynamic cross-attention mechanism, which learns inter-modal dependencies between RGB and NIR signals for enhanced ripeness interpretation. Performance metrics including accuracy, precision, recall, F1-score, mIoU, and AUC were used to comprehensively evaluate the system. Experimental results demonstrate that TomatoRipen-MMT significantly outperforms all baseline RGB-only, NIR-only, and fusion methods, achieving 94.8% classification accuracy and 82.6% mIoU. These findings establish the effectiveness of multimodal Transformers for robust, high-precision fruit maturity assessment in controlled and greenhouse environments.
Why it matches plant phenotyping methodsトマト果実の成熟度という植物器官の状態を、RGB・NIR画像融合とTransformerで推定する手法を開発・評価しており、フェノタイピング手法が中心です。
abstractThe proposed TomatoRipen-MMT model employs a multimodal Transformer framework with dual encoders, cross-spectral attention, and a joint decoder to fuse spatial and biochemical cues.
Reproduction assets foundThe paper's phenotyping analysis is built on a publicly available USDA/NAL hyperspectral tomato dataset, explicitly linked in the Data Availability statement with an exact URL match. No author code or model checkpoints are disclosed.Dataset · publicThe dataset analyzed in this study is publicly available at the https://agdatacommons.nal.usda.gov/articles/dataset/Data_from_b_Hyperspectral_Imaging_Analysis_for_Early_Detection_of_Tomato_Bacterial_Leaf_Spot_Disease_b_/26046328.Open asset ↗26046328html-lines:1038-1053Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Hyperspectral remote sensing has shown great promise for early detection of plant diseases, yet its adoption is often hindered by spectral variability, noise, and distribution shifts across acquisition conditions. In this study, we present a systematic preprocessing pipeline tailored for hyperspectral data in plant disease detection, combining pixel-wise correction, curve-wise normalization and smoothing, and channel-wise standardization. The pipeline was evaluated on an experiment on early detection of stem rust ( Puccinia graminis f. sp. tritici Eriks. and E. Henn.) of wheat ( Triticum aestivum L.). The pipeline implementation enhanced the classification models accuracy raising F1-scores of logistic regression, support vector machines and Light Gradient Boosting Machine from 0.67-0.75 (raw spectra) to 0.86-0.94. Notably, it enabled reliable detection of asymptomatic infections as early as 4 days after inoculation, which was not achievable without preprocessing. The framework demonstrates potential for generalization beyond plant pathology, suggesting applicability to a range of hyperspectral remote sensing tasks such as vegetative health monitoring, environmental assessment, and material classification through improved signal interpretability and robustness. This work lays the groundwork for advancing hyperspectral image processing by proposing a reproducible, scalable pipeline that could be adapted for integration into unmanned and satellite imaging systems.
Why it matches plant phenotyping methods小麦茎锈病の無症状感染を対象に、ハイパースペクトル画像の前処理パイプラインを開発・評価し、植物病害状態の早期推定性能を検証しているため、植物フェノタイピング手法が中心である。
abstractwe present a systematic preprocessing pipeline tailored for hyperspectral data in plant disease detection
Reproduction assets foundThe paper's data availability statement points to a public Google Drive repository containing the study's hyperspectral datasets used for wheat stem rust early detection. No separate author analysis code or trained model checkpoints are explicitly deposited.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://drive.google.com/drive/folders/1vpKPlPw5uK5AnKctaE2oYCuOaRFX4-yN .Open asset ↗lines:616-634Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
The date palm ( Phoenix dactylifera L.) is a vital crop in arid and semi-arid regions, contributing over $13 billion annually to the global economy. However, it faces significant yield losses due to pests, such as the red palm weevil, and diseases, including Bayoud and Black Scorch. Currently, expert visual inspection is the primary method of management, but it is time-consuming, subjective, and unsuitable for detecting large-scale or early-stage damage. Automated approaches based on classical machine learning offer limited improvements due to their lack of generalizability and environmental sensitivity. Recent deep learning methods, such as CNNs and Vision Transformers, have improved classification accuracy, but treat tasks like classification, detection, segmentation, and severity estimation as separate. This paper proposes an integrated Reveal-Aware Hybrid Vision-Language and Transformer-based AI framework that combines GAN-based augmentations for feature generation, CLIP for multimodal classification, PaliGemma2 for text-based detection, Grounding DINO + SAM 2.1 for zero-shot segmentation, and a Vision Transformer regression model for severity prediction. This end-to-end explainable diagnostic pipeline achieved 98% classification accuracy, 95.8% precision, 91.3% recall, and 94.2% F1-score across two datasets: nine classes of infected date palm leaves and three classes of date palm diseases. The proposed framework demonstrated detection accuracy of 94-98%, high-quality segmentations, and reliable severity estimates. This integrated approach highlights the potential of combining AI, vision-language models, and transformers for scalable, accurate, and sustainable plant disease management.
Why it matches plant phenotyping methods植物病害の分類・検出・セグメンテーション・重症度推定を統合した画像ベース手法の開発と評価が中心であり、感染植物の状態を直接推定するため収録対象。
abstractThis paper proposes an integrated Reveal-Aware Hybrid Vision-Language and Transformer-based AI framework
Reproduction assets foundThe paper analyzes two publicly available date palm disease image datasets (Kaggle and Mendeley Data), both explicitly named in the data availability statement and used directly for the paper's phenotyping measurements. No author analysis code or trained model checkpoints are disclosed.Dataset · public1)Kaggle Dataset: The date palm leaf disease dataset used for this study is available on Kaggle and can be accessed via the following link: https://www.kaggle.com/datasets/hadjerhamaidi/date-palm-data. This dataset contains images of date palm leaves categorized into three classes: healthy leaves, brown spot disease, and white scale infection.Open asset ↗Kaggle · hadjerhamaidi/date-palm-datahtml-lines:510-532Dataset · public2)Mendeley Dataset: Additionally, the second dataset, which includes images of date palm leaves with eight types of diseases, can be accessed via Mendeley Data: https://data.mendeley.com/datasets/g684ghfxvg/2. This dataset was collected from 10 date farms in Madinah, Saudi Arabia.Open asset ↗Mendeley Data · g684ghfxvg/2html-lines:510-532Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Background Developing an effective machine vision system is crucial to successfully deploying robotic inspection in open field conditions and controlled environments like greenhouses. Robotic arms with vision-based deep learning models offer an efficient, real-time, non-invasive crop monitoring solution. In agricultural settings, they enable consistent, automated inspection under varying conditions, reduce labor dependency, and support early disease detection, enhancing productivity and sustainability in precision farming. Although considerable progress has been made in computer vision-based approaches, significant challenges persist in developing models that reliably perform under the diverse and variable conditions encountered in real-world agricultural settings. Method Within the domain of precision agriculture, we introduce an advanced robotic system for the detection of plant diseases, utilizing an innovative model based on deep learning principles. This system introduces an algorithm for real-time analysis, called as Strawberry Leaf Disease Inspection (SLDI). The algorithm integrates the use of Receptive Guided Channel Attention (RGCA) alongside a Deep Context Aggregator (DCA), designed to significantly improve the characterization and representation of feature sets, thereby enhancing the overall accuracy and efficiency of disease identification. To optimize the system performance and preserve real-time performance, a Multi-Scale Feature Fusion Module (MSFF) is proposed that facilitates a comprehensive multi-level representation, enabling the model to capture disease symptoms promptly. The SLDI algorithm is deployed on a robotic platform equipped with an RGB camera, enabling real-time, in-field inspection of strawberry crops. Results The proposed system is trained on two publicly available datasets, PlantDoc and PlantVillage. It attains a precision of 91.10% and a recall of 88.50%, while maintaining a real-time processing speed of 76.50 frames per second (fps). Experimental field inspection of strawberry studies demonstrates that the proposed model significantly outperforms existing approaches in accuracy and efficiency.
Why it matches plant phenotyping methodsイチゴ葉の病徴をRGB画像と深層学習でリアルタイム検出するアルゴリズムおよびロボットプラットフォームを開発・評価しており、植物病害状態の表現型取得が中心である。
abstractwe introduce an advanced robotic system for the detection of plant diseases, utilizing an innovative model based on deep learning principles.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe publicly avail- able datasets can be accessed at [ www.plantvillage.org ] and [ https://github.com/pratikkayal/PlantDoc-Dataset ].Open asset ↗pratikkayal/PlantDoc-Datasetlines:271-381Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
Abstract The development of accurate and efficient plant disease classification systems is vital for addressing the challenges of climate change and the growing global demand for food. This study presents $$\hbox {V}^2$$ PlantNet, a novel lightweight multi-class classification model based on a modified MobileNet architecture, designed to detect plant leaf diseases across a diverse range of crop types. $$\hbox {V}^2$$ PlantNet employs depthwise separable convolutions to significantly reduce model complexity without compromising accuracy. The architecture integrates Batch Normalization (BN) and Rectified Linear Unit (ReLU) activation after each convolutional layer, while a multi-stage design enhances feature extraction and overall performance. Despite its compact size, comprising only 389,286 parameters and requiring just 1.46 MB of memory, $$\hbox {V}^2$$ PlantNet achieved up to 99% training accuracy, with validation and test accuracies of 97% and 98%, respectively. Across most classes, precision, recall, and F1-scores ranged from 0.97 to 1.0, demonstrating consistent and robust generalization across diverse plant species. These architectural innovations enable $$\hbox {V}^2$$ PlantNet to outperform larger models such as ResNet-50 and Inception V3 in terms of computational efficiency, owing to its smaller model size (1.46 MB), reduced parameter count (389,286), and faster inference time (0.676 s), offering a scalable solution for real-time plant disease detection in precision agriculture.
Why it matches plant phenotyping methods植物葉の病害状態を画像から分類する軽量な深層学習手法を開発し、精度・計算量・推論速度を比較評価しており、フェノタイピング手法が中心である。
abstractThis study presents $$\hbox {V}^2$$ PlantNet, a novel lightweight multi-class classification model based on a modified MobileNet architecture, designed to detect plant leaf diseases across a diverse range of crop types.
Reproduction assets foundThe paper's Data Availability statement explicitly links the PlantVillage dataset used to train and evaluate PlantNet, hosted publicly on Kaggle. No author code or trained model checkpoint is deposited.Dataset · publicThe datasets generated and analysed during the current study are available in the Kaggle repository (see link to dataset: https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset).Open asset ↗Kaggle · plantvillage-datasethtml-lines:1649-1677Code / dataset availability confirmedEurope PMC · bioRxiv · checked 6 Sept 2026
Citrus farming plays an essential role in agriculture; however, diseases like canker, greening, black spot, and melanose significantly reduce yield and fruit quality. Efficient classification of citrus leaf diseases is important for crop health maintenance and optimal crop yield. Traditional methods for leaf disease detection are slow, labor-intensive, and often inaccurate, which highlights the need for automated solutions. This research presents a novel hybrid approach for identifying citrus diseases by combining a vision transformer with deep learning architectures. Using Bidirectional Encoder Representation from Image Transformers (BEIT) and MobileNetV2 as feature extractors, the proposed model captures distinctive features from images, which are then classified using Support Vector Machine (SVM). The dataset includes four different disease categories and a healthy class. Data augmentation techniques are applied to improve model robustness. The experimental findings demonstrate that CitriBEiTNet achieves a remarkable training accuracy of 99.82% and a testing accuracy of 99.57%, outperforming current leading techniques. This model provides an efficient, scalable, and economical approach for early disease identification, enabling farmers to take preventive measures and improve agricultural yields.
Why it matches plant phenotyping methods柑橘葉画像から病害状態を自動分類する深層学習手法の開発が研究の中心であり、植物の病害表現型を直接推定している。
abstractThis research presents a novel hybrid approach for identifying citrus diseases by combining a vision transformer with deep learning architectures.
Reproduction assets foundThe paper uses a public Kaggle citrus leaf image dataset (1,023 images across black spot, canker, greening, healthy) as its phenotyping input, with an explicit public URL. No author analysis code or trained model checkpoints are reported as publicly available.Dataset · publicThe Kaggle dataset is publicly available at:
https://www.kaggle.com/datasets/sourabh2001/citrus-leaves-dataset/data.Open asset ↗Kaggle · sourabh2001/citrus-leaves-datasetpdf-page:5 lines:1-61Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Owing to changing climatic and environmental conditions, plant diseases are becoming increasingly prevalent, posing a serious threat to global agriculture. Timely and accurate diagnosis remains challenging, especially where scouting still relies on manual inspection. We propose B2-GraftingNet, a deep learning framework for automated detection of grape leaf diseases. B2-GraftingNet is a streamlined variant of our earlier B4-GraftingNet, retaining its strengths while simplifying blocks for faster inference and deployment. The architecture combines a VGG16 backbone with Inception-style blocks inside a custom CNN to extract robust, multi-scale features based on color, size, and shape. To reduce redundancy and improve generalization, Binary Particle Swarm Optimization (BPSO) selects informative features prior to classification. We evaluate Support Vector Machines (SVM) and k-Nearest Neighbors (KNN); a cubic SVM attains 99.56% peak accuracy on the public Kaggle grape-leaf dataset. For context, we also benchmarked standard pretrained CNNs on the same data, observing validation accuracies of 34.04% (VGG16), 34.04% (VGG19), 97.95% (Xception), 94.91% (Darknet), and 98.44% (ResNet-50); B2-GraftingNet matches or exceeds these while remaining lighter and faster to train and deploy. To enhance transparency and actionability, we pair Grad-CAM, LIME, and occlusion-sensitivity visualizations with a local gpt-oss:20b assistant (served via Ollama) that converts evidence into plain, grower-focused guidance and supports interactive chat validated by horticulturists. Results are further checked against expert-annotated ground-truth labels, confirming high accuracy and computational efficiency. Overall, B2-GraftingNet offers a reliable, interpretable, and scalable solution for early grape-leaf disease detection. The complete setup (code, model, web platform, configuration, and assets) is available on Zenodo: https://doi.org/10.5281/zenodo.17353656.
Why it matches plant phenotyping methodsブドウ葉の病徴を画像から検出する深層学習手法を開発し、複数モデル・専門家アノテーションと比較検証しているため、植物フェノタイピング手法が中心である。
abstractWe propose B2-GraftingNet, a deep learning framework for automated detection of grape leaf diseases.
Reproduction assets foundThe paper's Data Availability Statement points to a public Zenodo deposit containing the grape leaf images used for disease classification, which is a paper-specific, publicly actionable asset. The underlying Kaggle source dataset is also cited, but the Zenodo record is the authors' own public deposit matching an exactDataset · publicICCK Journal of Image Analysis and Processing
reproducible runs, API examples for mobile image https://zenodo.org/records/18401218.
uploads and programmatic retrieval of classifications
and explainability overlays, as well as additional Funding
figures and code listings that mirror the production
This work was supported without any funding.
repository.
Conflicts of Interest
4 Conclusion
Syed Adil Hussain Shah is affiliated with the
In this study, we introdOpen asset ↗Zenodo · 18401218pdf-layout-page:16 lines:1-68Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
In this study, we present a combined image dataset created from two distinct plant species: Hibiscus and Tea leaf. The dataset consists of high-resolution images of leaves from both species, captured using a SONY α7 II DSLR camera and a OnePlus 7T lubricant Tea Leaf dataset includes images categorized into five disease classes: Algal Leaf Spot, Brown Blight, Grey Blight, Red Leaf Spot, and Healthy, while the Hibiscus Leaf dataset includes images labeled across eight conditions, including citrus spot, fungal infection, mild edge damage, and healthy foliage. To ensure balanced representation and address class imbalances, extensive data augmentation techniques-such as flipping, rotation, zooming, shifting, noise addition, and brightness adjustment-were applied, resulting in a total of 1,413 combined original images and 13,000 augmented images. The ConvNextTiny deep learning model was fine-tuned on this combined dataset to classify the various leaf conditions, achieving an overall accuracy of 96%. This demonstrates the model's robust performance and high discriminatory power across the diverse set of leaf diseases and conditions. This experiment highlights the utility of combining multiple plant species into a single dataset and utilizing a lightweight yet effective model like ConvNextTiny for plant disease classification. The resulting dataset, along with the model and training scripts, is publicly available to facilitate further research in plant pathology, computer vision, and smart farming applications, enabling more accurate and efficient early-stage disease detection for both Hibiscus and Tea plants.
Why it matches plant phenotyping methods植物葉の病害・健全状態を画像から分類するデータセットを構築し、分類モデルで性能評価しているため、植物フェノタイピング手法・ベンチマークが中心です。
abstractwe present a combined image dataset created from two distinct plant species: Hibiscus and Tea leaf
Reproduction assets foundThe paper's combined Hibiscus and Tea leaf disease image dataset is publicly deposited on Mendeley Data (DOI 10.17632/5bzy89brkv.4), and the authors' augmentation/training scripts are on a public GitHub repository; both are paper-specific, public, and directly actionable.Dataset · publicRepository name: Mendeley Data
Data identification number: 10.17632/5bzy89brkv.4
Direct URL to data: https://data.mendeley.com/datasets/5bzy89brkv/4Open asset ↗Mendeley Data · 10.17632/5bzy89brkv.4lines:1-46Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
This study introduces a hybrid deep learning model that combines CNN-based hierarchical feature extraction with light-efficient vision transformer self-attention to classify multiple types of cotton leaf diseases and fabric defects. Using Explainable AI (XAI) techniques, the framework enhances interpretability, allowing domain experts to better understand the model's decisions. Evaluated on four benchmark datasets, the proposed XCottL-FebViT achieved consistent improvements in accuracy, MCC, and F1 Score compared with leading transformer-based models, while maintaining computational efficiency through hyperparameter optimization. For CottonLeafNet and SAR-CLD, it attained training accuracies of 99.97% and 99.95%, with validation accuracies of 99.93% and 99.91%, respectively. In fabric defect classification, the model achieved 99.97% training accuracy on CottonFabricImageBD and FabricSpotDefect, with validation accuracies of 99.93% and 99.95%, respectively. A lightweight web-based application enables practical deployment for remote disease and defect detection. This work highlights the integration of interpretability, efficiency, and high performance in AI-driven agricultural and textile quality assessment.
Why it matches plant phenotyping methods綿花葉の病害を画像から分類する深層学習手法の開発・比較評価が中心であり、植物の病害状態を直接推定するため、フェノタイピング方法論として採用する。
abstractThis study introduces a hybrid deep learning model that combines CNN-based hierarchical feature extraction with light-efficient vision transformer self-attention to classify multiple types of cotton leaf diseases and fabric defects.
Reproduction assets foundThe paper's cotton leaf disease image datasets (CottonLeafNet, SAR-CLD-2024) are publicly available and directly used as phenotyping inputs, and the authors' analysis code is publicly deposited on GitHub and archived on Zenodo. Fabric defect datasets are excluded as non-plant assets; generic PyPI libraries are excludedCode · publicCode: Source code of the study is available at https://github.com/rezaul-h/CottonVerse.Open asset ↗github · rezaul-h/CottonVersehtml-lines:2058-2083Code / dataset availability confirmedCrossref · checked 15 Sept 2026
The farming of citrus is a crucial component of Pakistan’s fruit-based agricultural economy. But, the foliar diseases citrus canker, black spot, and greening have been posing a constant threat on citrus’s productivity. An optimal solution is an early and accurate detection of these diseases to improve the productivity. Therefore, this paper proposes an automated citrus leaf disease detection and classification framework based on deep convolutional neural networks (DCNNs). The proposed solution has five stages: image acquisition (dataset), preprocessing, data augmentation, deep feature extraction and optimization, and disease classification. Firstly, the images are obtained from a public dataset downloaded from Kaggle. Secondly, preprocessing techniques are used to improve the image quality and shape, thirdly the data augmentation techniques are used to enhance the model generalization, fourthly pre-trained models DenseNet-121, MobileNet, and InceptionV3 with transfer learning technique to extract deep features, and finally Adam optimizer and categorical cross-entropy loss function are used to fine tune the pre-trained models for classifications. The proposed model is evaluated on accuracy, precision, recall, and F1-score metrics. All the models demonstrated robust performance while DenseNet-121 achieved the best performance. The evaluation results assured the robustness of the use of transfer learning-based DCNN in citrus leaf disease detection.
Why it matches plant phenotyping methods柑橘葉の病害状態を画像から直接検出・分類する深層学習ワークフローが研究の中心であり、植物病害フェノタイピング手法に該当する。
abstractTherefore, this paper proposes an automated citrus leaf disease detection and classification framework based on deep convolutional neural networks (DCNNs).
Reproduction assets foundThe paper's phenotyping input is a public Kaggle citrus leaf image dataset (654 RGB images of healthy, blackspot, canker, and greening leaves) explicitly cited with a URL matching an allowed URL. No author code or trained models are reported as publicly available.Dataset · publictaset is essential. Additionally, the dataset must be prepared
so that our model can fully comprehend the data. The model will then be able to effectively
use that dataset for learning. A random sample of infected and healthy leaves images from the
datasets shown in Figure 1. The details of the images are provided in Table 1.
1
https://www.kaggle.com/datasets/sourabh2001/citrus-leaves-dataset?resource=downloadOpen asset ↗Kaggle · sourabh2001/citrus-leaves-datasetpdf-raw-page:3 lines:1-48Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Coffee is a vital agricultural commodity that sustains millions of farmers worldwide, yet its cultivation is increasingly threatened by devastating leaf diseases such as Leaf Rust, Phoma, Cercospora, and Leaf Miner. These diseases reduce photosynthetic efficiency, cause defoliation, and ultimately lower crop yield and quality. Traditional diagnostic methods, including visual inspection and laboratory-based tests such as PCR and ELISA, are often time-consuming, costly, and require expert intervention, making them impractical for large-scale use. To address these challenges, we propose EffResViT-SE FusionNet, a novel hybrid deep learning framework that integrates EfficientNetB3 and ResNet50 enhanced with Squeeze-and-Excitation (SE) blocks for adaptive local feature recalibration, along with a Vision Transformer (ViT) for modeling global contextual dependencies. This fusion design effectively combines CNN-based local feature extraction with transformer-based long-range attention in a unified architecture. The model was trained on a large-scale dataset comprising 58,555 coffee leaf images distributed across five classes: Healthy (18,984), Miner (16,983), Leaf Rust (8336), Cercospora (7681), and Phoma (6571). The dataset was split into 70%, 15%, and 15% testing. Key hyperparameters included the Adam optimizer, a learning rate of 0.001, a batch size of 32, and 80 training epochs, ensuring stable convergence. Experimental results demonstrate the superior capability of the proposed model, achieving an overall classification accuracy of 99%, with precision, recall, and F1-scores all ranging between 98% and 99% across all classes. Comparative analysis confirmed notable improvements over baseline models: ResNet50 (94% accuracy), EfficientNetB3 (95% accuracy), and standalone ViT (97% accuracy). Furthermore, ablation studies validated the critical role of SE blocks and feature fusion with the transformer in achieving optimal performance. These outcomes highlight EffResViT-SE FusionNet as a powerful, precise, and scalable solution for early detection and classification of coffee leaf diseases, supporting timely interventions and promoting sustainable agriculture.
Why it matches plant phenotyping methodsコーヒー葉画像から病害状態を分類する深層学習フレームワークの開発・比較検証が研究の中心であり、植物病害表現型の取得・推定に該当する。
titleEffResViT-SE FusionNet: A Hybrid Deep Learning Framework for Accurate Classification of Coffee Leaf Diseases.
Reproduction assets foundThe paper's plant-phenotyping input is a public Kaggle coffee leaf image dataset (58,555 images across five classes) explicitly linked in the Data Availability Statement. No author analysis code or trained model checkpoints are disclosed.Dataset · publicInterest
The authors declare no conflicts of interest.
Acknowledgments
Princess Nourah bint Abdulrahman University Researchers Supporting Project number (PNURSP2025R238), Princess Nourah bint Abdulrahman University, Riyadh, Saudi Arabia.
Data Availability Statement
The dataset used in this study is publicly available on Kaggle: https://www.kaggle.com/datasets/noamaanabdulazeem/jmuben‐coffee‐dataset/data .
References
Adelaja , O.
, and
B.
Pranggono
. 2025 . “
Leveraging Deep Learning for Real‐Time Coffee Leaf Disease Identification
.” Aǧrı
7 , no. 1 : 13 .
10.3390/agriengineering7010013
.
Alirezazadeh , P.
,
M.
Schirrmann
, and
F.
Stolzenburg
. 2023 . “
Improving Deep Learning‐Based Plant DisOpen asset ↗Kaggle · jmuben‐coffee‐datasetlines:822-895Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
Coffee, the world’s most traded tropical crop, is vital to the economies of many producing countries. However, coffee leaf diseases pose a serious threat to coffee quality and sustainable production. Deep learning has shown strong performance in plant disease identification through automatic image classification. Nevertheless, reliance on a single convolutional neural networks (CNNs) architecture restricts feature variability and real-world generalization. Moreover, limited work has systematically combined feature selection/reduction with CNNs, which constrains the advancement of hybrid models capable of capturing complementary features while ensuring computational efficiency without accuracy loss. This article presents an enhanced deep learning-based framework for coffee disease classification incorporating a hybrid strategy that integrates CNNs and advanced feature selection algorithms. GoogLeNet and ResNet18 are paired for complementary feature extraction, Principal Component Analysis (PCA) and Singular Value Decomposition (SVD) are employed for dimensionality reduction, and ANOVA and Chi-square are applied to select the most informative features. An Adam optimizer (learning rate = 0.001, batch size = 20, epochs = 50) with early stopping is used for training. Experiments on the BRACOL dataset achieved 99.78% accuracy, with precision, recall, and F1-score all exceeding 99% across classes. To the best of our knowledge, this study systematically integrates GoogLeNet and ResNet18 with PCA/SVD dimensionality reduction and analysis of variance (ANOVA)/Chi-square feature selection, for coffee disease classification, thereby addressing a key gap in prior research.
Why it matches plant phenotyping methodsコーヒー葉の病害を画像から分類する深層学習フレームワークが研究の中心であり、植物の病害状態を直接推定する実質的な表現型解析手法である。
abstractThis article presents an enhanced deep learning-based framework for coffee disease classification incorporating a hybrid strategy that integrates CNNs and advanced feature selection algorithms.
Reproduction assets foundThe paper uses the public BRACOL/RoCoLe coffee leaf image dataset (Mendeley) and provides authors' analysis code publicly on GitHub and Zenodo, all explicitly linked in the text.Dataset · publicWe utilized the BRACOL dataset, a publicly available dataset of coffee leaf images. The dataset can be accessed at the following DOI: ( https://data.mendeley.com/datasets/c5yvn32dzg/2 ).Open asset ↗lines:30-49Code · publicAll implementation details, including preprocessing scripts, model training, and evaluation codes, are available in the following GitHub repository: ( https://github.com/DrMaherAlrahhal/coffe-code ).Open asset ↗GitHublines:30-49Code · publicThe code is available at GitHub and Zenodo:
- https://github.com/DrMaherAlrahhal/coffe-code .
- w. (2025). coffee code. Zenodo. https://doi.org/10.5281/zenodo.17470672 .Open asset ↗Zenodo · 10.5281/zenodo.17470672lines:2688-2696Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction The real-time, accurate detection and classification of rice seeds are crucial for improving agricultural productivity, ensuring grain quality, and promoting smart agriculture. Although significant progress has been made using deep learning, particularly convolutional neural networks (CNNs) and attention-based models, earlier methods such as threshold segmentation and single-grain classification faced challenges related to computational efficiency and latency, especially in high-density seed agglutination scenarios. This study addresses these limitations by proposing an integrated intelligent analysis model that combines object detection, real-time tracking, precise classification, and high-accuracy phenotypic measurement. Methods The proposed model utilizes the lightweight YOLOv11-LA for real-time grain segmentation, which builds upon the YOLOv11 architecture. YOLOv11-LA incorporates several enhancements over YOLOv11, including separable convolutions, CBAM (Convolutional Block Attention Module) attention mechanisms, and module pruning strategies. These modifications not only improve detection accuracy but also significantly reduce the number of parameters by 63.2% and decrease computational complexity by 51.6%. For classification, the model employs a custom-designed, lightweight RiceLCNN classifier. Additionally, the DeepSORT algorithm is employed for real-time multi-object tracking, and sub-pixel edge detection along with dynamic scale calibration mechanisms are applied for precise phenotypic feature measurement. Results Compared to YOLOv11, the YOLOv11-LA model increases the mAP@0.5:0.95 score by 1.9%, showcasing its superior detection performance while maintaining lower computational overhead. The RiceLCNN classifier achieved classification accuracies of 89.78% on private datasets and 96.32% on public benchmark datasets. The system demonstrated high accuracy in measuring phenotypic features such as seed size and roundness, with measurement errors kept within 0.1 millimeters. The DeepSORT algorithm effectively managed multi-object tracking, reducing duplicate identifications and frame loss in real-time. Discussion Experimental validation confirmed that the YOLOv11-LA model outperforms the original YOLOv11 in terms of both detection speed and accuracy, while also maintaining low computational complexity. The integration of the YOLOv11-LA, RiceLCNN, and DeepSORT algorithms, combined with advanced measurement techniques, underscores the model's potential for industrial applications, particularly in enhancing smart agricultural practices.
Why it matches plant phenotyping methodsイネ種子画像からサイズや真円度を抽出するリアルタイム画像解析手法を開発し、精度・速度・測定誤差を検証しており、表現型取得が研究の中心です。
abstractThe proposed model utilizes the lightweight YOLOv11-LA for real-time grain segmentation
Reproduction assets foundThe paper's data availability statement points to a public GitHub repository (RiceLCNN) containing the study's rice seed datasets and analysis code. The supplementary material link is generic and not confirmed to contain paper-specific assets.Dataset · publicang , Southwest Forestry University, China
Guodong Sun , Beijing Forestry University, China
Xiaofei Fan , Hebei Agricultural University, China
Data availability statement
The 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://github.com/5120191452/RiceLCNN .
Author contributions
DZ: Methodology, Software, Writing – original draft. SS: Funding acquisition, Resources, Writing – review & editing. JL: Validation, Writing – review & editing. WX: Data curation, Resources, Writing – review & editing. NX: Formal Analysis, Visualization, Writing – review & editing.
Conflict of interest
ThOpen asset ↗https://github.com/5120191452/RiceLCNN · RiceLCNNlines:619-662Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Technology-driven agriculture, or precision agriculture (PA), is indispensable in the contemporary world due to its advantages and the availability of technological innovations. Particularly, early disease detection in agricultural crops helps the farming community ensure crop health, reduce expenditure, and increase crop yield. Governments have mainly used current systems for agricultural statistics and strategic decision-making, but there is still a critical need for farmers to have access to cost-effective, user-friendly solutions that can be used by them regardless of their educational level. In this study, we used four apple leaf diseases (leaf spot, mosaic, rust and brown spot) from the PlantVillage dataset to develop an Automated Agricultural Crop Disease Identification System (AACDIS), a deep learning framework for identifying and categorizing crop diseases. This framework makes use of deep convolutional neural networks (CNNs) and includes three CNN models created specifically for this application. AACDIS achieves significant performance improvements by combining cascade inception and drawing inspiration from the well-known AlexNet design, making it a potent tool for managing agricultural diseases. AACDIS also has Region of Interest (ROI) awareness, a crucial component that improves the efficiency and precision of illness identification. This feature guarantees that the system can quickly and accurately identify illness-related areas inside images, enabling faster and more accurate disease diagnosis. Experimental findings show a test accuracy of 99.491%, which is better than many state-of-the-art deep learning models. This empirical study reveals the potential benefits of the proposed system for early identification of diseases. This research triggers further investigation to realize full-fledged precision agriculture and smart agriculture.
Why it matches plant phenotyping methods植物葉の病徴領域を画像から検出・分類する深層学習手法の開発が中心であり、植物の病害状態を直接推定するため、方法論文として採用する。
abstractwe used four apple leaf diseases (leaf spot, mosaic, rust and brown spot) from the PlantVillage dataset to develop an Automated Agricultural Crop Disease Identification System (AACDIS), a deep learning framework for identifying and categorizing crop diseases.
Reproduction assets foundThe paper's phenotyping inputs are PlantVillage apple leaf disease images (leaf spot, mosaic, rust, brown spot), explicitly cited with a public GitHub URL; no author analysis code or trained model checkpoints are released.Dataset · publicPlantVillege Dataset. Available online: https://github.com/spMohanty/PlantVillage-Dataset/tree/master/raw/color (accessed
on 1 December 2024).Open asset ↗PlantVillage-Dataset · raw/colorpdf-page:21 lines:1-59Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published8 Dec 2025Engineering, Technology & Applied Science ResearchCited by 1 · OpenAlex ↗
Plant diseases significantly threaten global food security, often leading to severe yield losses and unsustainable reliance on chemical usage and pesticides. This paper presents an integrated, real-time system for sustainable plant disease management using Internet of Things (IoT) sensors, deep learning models, and cloud-edge computing. The proposed framework enables early disease detection and adaptive crop optimization by fusing environmental telemetry with AI-driven image diagnostics. Using the PlantVillage dataset and real-world sensor data, the system achieves 99.1% disease detection accuracy, a 27% reduction in pesticide usage, and a 22% improvement in crop yield, a critical metric in assessing the broader effectiveness of plant disease management strategies compared to leading benchmarks. Field trials confirm its efficacy in enhancing farm productivity while minimizing environmental impact. This work demonstrates a practical, scalable solution for precision agriculture that aligns with the principles of sustainability, resilience, and data-driven decision-making.
Why it matches plant phenotyping methods植物画像から病害状態を推定するAI診断とセンサー統合基盤が研究の中心であり、植物病害フェノタイプの実質的な取得・評価を行っている。
abstractThis paper presents an integrated, real-time system for sustainable plant disease management using Internet of Things (IoT) sensors, deep learning models, and cloud-edge computing.
Reproduction assets foundThe paper's disease-classification measurements are based on the public PlantVillage dataset, cited with an explicit Kaggle URL. The real-world IoT sensor/field-trial data and the authors' code or trained MobileNetV2 model have no stated public availability.Dataset · publicThis study employed the PlantVillage dataset [22], a
publicly available and widely used dataset for training plant
disease classification systems.Open asset ↗pdf-raw-page:4 lines:1-96Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Accurate detection of apple leaf diseases remains a critical challenge in precision agriculture, where complex field conditions and subtle symptom variations often degrade model performance. This paper introduces a novel hybrid architecture combining enhanced spatial attention with edge-aware feature extraction to improve disease classification robustness. The proposed model integrates a multi-scale feature fusion module to capture both local lesion patterns and global contextual cues, while a lightweight attention mechanism dynamically prioritizes disease-relevant regions. Experiments on a curated dataset of 12,350 apple leaf images demonstrate the effectiveness of proposed approach, achieving 96.7% classification accuracy across six disease categories - a significant improvement over baseline models like EfficientNet-B4 (94.1%) and ResNet-50 (93.8%). The system particularly excels in detecting early-stage infections, showing 15% higher precision for subtle scab lesions compared to existing methods. With only 3.2 million parameters, the model maintains practical deployment potential for edge devices in orchard environments. These advances address key limitations in current vision-based plant disease detection systems while balancing accuracy and computational efficiency for real-world agricultural applications.
Why it matches plant phenotyping methodsリンゴ葉画像から病害状態を推定するCNN手法の開発と評価が研究の中心であり、植物病害表現型の画像ベース計測に該当する。
abstractThis paper introduces a novel hybrid architecture combining enhanced spatial attention with edge-aware feature extraction to improve disease classification robustness.
Reproduction assets foundThe paper's Data Availability statement points to the public Kaggle Apple Leaf Disease Dataset (ALDD-v2) used for all training/evaluation, matching an allowed URL. No author code or model checkpoints are shared.Dataset · publicThe datasets analysed during the current study is publicly available in the Kaggle repository at https://www.kaggle.com/dsv/2068940.Open asset ↗Kagglehtml-lines:505-539Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Accurate monitoring of wheat phenology is critical for ensuring wheat production. Recent advances in deep learning have enabled the automated detection of wheat phenology in the field. In particular, deep learning models using multi-temporal image series have addressed the challenge of low accuracy in models that only use spatial features by incorporating dynamic aspects of the wheat growth process. However, utilizing multi-temporal image series introduces challenges such as model parameter redundancy, complex inference processes, and difficulties in real-time deployment. To address these issues, this study presents an optimization method for deriving wheat phenology from single-temporal images (WPDSI) that combines knowledge distillation and multi-layer attention transfer. The proposed approach employs knowledge distillation. In this framework, a teacher model extracts spatiotemporal features from multi-temporal image-series and generates soft labels to guide a student model trained on single-temporal images. This reduces model complexity and input data requirements. Multi-layer attention transfer allows the student model to inherit feature representations from multiple layers of the teacher model. This enhances its ability to capture key phenological characteristics and supports interpretability through attention mechanisms. The proposed method achieves an overall accuracy (OA) of 0.927, comparable to models trained on multi-temporal image series. Furthermore, the model demonstrates strong generalization on unseen datasets, enhancing real-time performance and computational efficiency while maintaining high accuracy, providing a practical solution for deriving wheat phenology in the field. The dataset is available at https://github.com/phenology-detection/WPDSI.
Why it matches plant phenotyping methods小麦の生育ステージを単一時点画像から推定する深層学習手法を開発・評価しており、植物フェノタイピング手法が研究の中心です。
abstractthis study presents an optimization method for deriving wheat phenology from single-temporal images (WPDSI)
Reproduction assets foundThe paper's wheat phenology image dataset is explicitly stated as publicly available at the authors' GitHub repository (https://github.com/phenology-detection/WPDSI), matching an allowed URL. No separate code availability is stated beyond this repository, so it is treated as the paper-specific public asset.Dataset · publicData availability
The dataset is publicly available at https://github.com/phenology-detection/WPDSI .Open asset ↗phenology-detection/WPDSIlines:270-275Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Polyploidy (whole-genome duplication) is a common yet under-surveyed property of tissues across multicellular organisms. Polyploidy plays a critical role during tissue development, following acute stress, and during disease progression. Common methods to reveal polyploidy involve either destroying tissue architecture by cell isolation or tedious identification of individual nuclei in intact tissue. Therefore, there is a critical need for rapid and high-throughput ploidy quantification using images of nuclei in intact tissues. Here, we present iSPy (inferring Spatial Ploidy), an unsupervised learning pipeline that is designed to create a spatial map of nuclear ploidy across a tissue of interest. We demonstrate the use of iSPy in Arabidopsis, Drosophila, and human tissue. iSPy can be adapted for a variety of tissue preparations, including whole mount and sectioned. This high-throughput pipeline will facilitate rapid and sensitive identification of nuclear ploidy in diverse biological contexts and organisms.
Why it matches plant phenotyping methodsiSPyは画像から組織内の核倍数性を空間的・高スループットに推定する教師なし学習パイプラインであり、Arabidopsisで実証されている。植物の状態を抽出する計算フェノタイピング手法が中心である。
abstractHere, we present iSPy (inferring Spatial Ploidy), an unsupervised learning pipeline that is designed to create a spatial map of nuclear ploidy across a tissue of interest.
Reproduction assets foundThe paper deposits its paper-specific phenotyping assets publicly: confocal images of A. thaliana, D. melanogaster, and human cardiomyocytes, ilastik segmentation files, and A. thaliana cotyledon flow cytometry data are all in an OSF repository, and the iSPy analysis code is available both on OSF and in a public GitLabDataset · publicAll data presented in the study are publicly available in the OSF data repository (https://osf.io/um7r3/; https://doi.org/10.17605/osf.io/um7r3).Open asset ↗10.17605/osf.io/um7r3html-lines:253-271Code · publicThe code for iSPy can also be found in the OSF data repository (https://osf.io/um7r3/; https://doi.org/10.17605/osf.io/um7r3), as well as in a GitLab repository, https://gitlab.gwdg.de/devplantpatterning/Publications/ispy-inferring-spatial-ploidy.Open asset ↗gitlab.gwdg.de · devplantpatterning/Publications/ispy-inferring-spatial-ploidyhtml-lines:253-271Code / dataset availability confirmedCrossref · checked 6 Sept 2026
CoffeeMultispectral / hyperspectralLeafClassificationPhysiological trait estimationWater status / transpiration
Water potential is an important indicator used to study water relations in plants, as it reflects the level of hydration in their tissues. There are different numerical variables that describe plant properties and can be acquired from leaf reflectance. The objective of this study was to estimate water potential in coffee plants using spectral variables. For this, a range of wavelengths that provided analytical flexibility was used. After this, machine learning techniques were employed to build data-driven models. The dataset used presents spectral characteristics (wavelength) of coffee plants, collected through the CI-710 Mini-Leaf Spectrometer equipment and also the water potential of each coffee plant, measured by the Scholander Chamber equipment. The dataset was divided into two crop management groups: irrigated and rainfed. Four machine learning techniques were implemented: Multi-Layer Perceptron (MLP), Decision Tree, Random Forest and K-Nearest Neighbor (KNN). The implementation of machine learning techniques followed two distinct strategies: regression and classification. The results indicate that the decision tree-based model demonstrated superior performance under irrigated conditions for regression tasks. In contrast, the KNN technique achieved the best performance for classification. Under rainfed conditions, the MLP model outperformed the other techniques for regression, while the Random Forest method exhibited the highest accuracy in classification tasks. While no hardware prototype was developed, the machine learning-based methods presented here suggest a possible pathway toward future intelligent, user-friendly, and accessible sensing technologies for coffee plantations.
Why it matches plant phenotyping methodsコーヒー植物の葉スペクトルから水ポテンシャルという生理形質を機械学習で推定・分類する手法が研究の中心であり、植物フェノタイピング手法の開発・評価に該当する。
abstractThe objective of this study was to estimate water potential in coffee plants using spectral variables.
Reproduction assets foundThe paper's Data Availability Statement explicitly states that the study's datasets (coffee leaf spectral reflectance and water potential measurements) and the MATLAB analysis codes are publicly available at the authors' UFLA repository, which is an allowed URL. This is a paper-specific, public, actionable asset.Dataset · publicData Availability Statement: The datasets and MATLAB codes used in this study are available at
http://www.aia.ufla.br/home/filesdatasets/, accessed on 27 November 2025.Open asset ↗aia.ufla.brpdf-page:18 lines:1-54Code / dataset availability confirmedOpenAlex · bioRxiv · Crossref · checked 14 Sept 2026
Abstract Leaf appearance is a crucial plant phenotype. However, traditional methods for extracting this information are inefficient, limiting its full utilization. Deep learning based on convolutional neural networks (CNNs) enables us to capture previously inaccessible information from images. In this study, we made the surprising discovery that the leaf appearance of each individual plant is unique. Using deep learning, leaves from one plant could be efficiently distinguished from those of another plant of the same species and cultivar. We term this phenomenon the “ Plant Face ” and suggest the potential to develop a “plant face recognition system,” analogous to human facial recognition. We also applied similar methods to study the relationship between leaflet appearance and their position on compound leaves, leaf bilateral symmetry, and differences in leaves from twining stems with different chirality. These results collectively indicate that plant genetic characteristics, growth conditions, and developmental features can be stored within their appearance. With appropriate decoding, leaf appearance is poised to play an increasingly important role in phenomics. Significance The saying “no two leaves in the world are identical” holds philosophical significance, as such variation encompasses considerable contingency and randomness. Here, we assert that no two trees have identical leaves ; meaning that even for plants of the same species and cultivar, the leaf morphology of each individual plant is distinct at the population level, even though single leaves may overlap in appearance. Genetic, environmental, and developmental information is recorded in some manner within the phenotypic appearance of leaves. With advancements in computational technologies like artificial intelligence, this information can now be decoded. Highlights The leaves of each individual plant are statistically unique. The relationship between leaflet appearances in compound leaves hints at their developmental patterns. Leaves are not necessarily bilaterally symmetric in a statistical sense. Leaves from stems with different chirality (twining direction) exhibit distinct appearances.
Why it matches plant phenotyping methods葉画像から植物の個体差や形態情報を深層学習で抽出・識別する手法が研究の中心であり、植物フェノタイピングへの応用を明示している。
abstractLeaf appearance is a crucial plant phenotype. However, traditional methods for extracting this information are inefficient
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicCodes are available at git-hub.Open asset ↗pdf-page:13 lines:1-54Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Cotton has, in recent years, become one of the most important cash crops worldwide while being impacted in yield from leaf disease which generally goes unnoticed in the early stage. Detection methods depend on manual efforts producing slow processes and human errors. Automated detection methods establish low accuracies, limited scalability and real time applications. To tackle the research issue, this study proposes the CLD-Net which stands for Cotton Leaf Disease Detection Network a novel deep learning-based framework which combines Faster-RCNN and YOLOv5 algorithms into a single action to achieve ultimately real time detection of accurate diseases the combination helps identify both the high detection speed of YOLOv5 along with Faster-RCNN regional proposal accuracy. The new method is that the compilation of these two modern object detection methods has been compiled and designed specifically for detecting leaf disease across varying environmental conditions. Notable contributions to this method include increases in classification accuracy, processing speed, real time detection making these methods suitable for farmers agronomists and sensor deployment. CLD-Net integrates YOLOv5 and Faster R-CNN, combining real-time detection capability with precise classification, to deliver robust cotton leaf disease identification. Experimental validation on a curated dataset of cotton leaf images demonstrates the superiority of CLD-Net, achieving an accuracy of 96.7%, which surpasses that of traditional models. These results confirm the potential of the proposed approach to revolutionize crop disease detection, leading to timely intervention and increased yield.
Why it matches plant phenotyping methods綿花葉の病害状態を画像から推定する深層学習手法を開発し、画像データセットで性能検証しており、植物フェノタイピング手法が中心です。
abstractthis study proposes the CLD-Net which stands for Cotton Leaf Disease Detection Network a novel deep learning-based framework which combines Faster-RCNN and YOLOv5 algorithms
Reproduction assets foundThe paper's Data Availability statement points to a public Kaggle cotton leaf disease image dataset used for the CLD-Net experiments; no author code or trained model deposit with a public URL is provided despite a mention of 'reproducible code and trained models'.Dataset · publicThe data used in this research are available in the following links: https://www.kaggle.com/datasets/seroshkarim/cotton-leaf-disease-dataset.Open asset ↗Kaggle · seroshkarim/cotton-leaf-disease-datasethtml-lines:541-573Code / dataset availability confirmedCrossref · OpenAlex · Europe PMC · checked 14 Sept 2026
MultimodalLiDAR / point cloudAnnotation / quality controlClassificationObject detectionCalibration / preprocessingSegmentationTracking
Plant phenomics, the comprehensive study of plant phenotypes, has gained prominence as a vital tool for understanding the intricate relationships between genotypes and the environment. Image-based plant phenomics has progressed rapidly, and three-dimensional (3D) phenotyping is a valuable extension of traditional 2D phenomics. However, the increased data dimensionality poses challenges to feature extraction and phenotyping. In recent decades, deep learning has led to remarkable progress in revolutionizing 3D phenotyping. Therefore, this review highlights the importance of using deep learning in 3D plant phenomics. It systematically overviews the capabilities of deep learning for 3D computer vision, covering 3D representation, classification, detection and tracking, semantic segmentation, instance segmentation, and generation. Additionally, deep learning techniques for 3D point preprocessing (e.g., annotation, downsampling, and dataset organization) and various plant phenotyping tasks are discussed. Finally, the challenges and perspectives associated with deep learning in 3D plant phenomics are summarized, including (1) benchmark dataset construction by using synthetic datasets and methods such as generative artificial intelligence and unsupervised or weakly supervised learning; (2) accurate and efficient 3D point cloud analysis by leveraging multitask learning, lightweight models, and self-supervised learning; and (3) deep learning for 3D plant phenomics by exploring interpretability, extensibility, and multimodal data utilization. The exploration of deep learning in 3D plant phenomics is poised to spur breakthroughs in a new dimension of plant science.
Why it matches plant phenotyping methods3D植物フェノミクスにおける深層学習手法を体系的にレビューしており、植物形質の抽出・推定手法が中心である。
abstractTherefore, this review highlights the importance of using deep learning in 3D plant phenomics.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset can be downloaded from https://github.com/Jinlab-AiPhenomics/Mazie3D.Open asset ↗Jinlab-AiPhenomics/Mazie3Dhtml-lines:332-336Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Overcoming the strong chlorophyll background poses a significant challenge for measuring and optimizing plant growth. This research investigates the novel application of specialized quantum light emitters introduced into intact leaves of tobacco ( Nicotiana tabacum ), a well-characterized model plant system for studies of plant health and productivity. Leaves were harvested from plants cultivated under two distinct conditions: low light (LL), representing unhealthy leaves with reduced photosynthesis and high light (HL), representing healthy leaves with highly active photosynthesis. Higher-order correlation data were collected and analyzed using machine learning (ML) techniques, specifically a Convolutional Neural Network (CNN), to classify the photon emitter states. This CNN efficiently identified unique patterns and created distinct fingerprints for Nicotiana leaves grown under LL and HL, demonstrating significantly different quantum profiles between the two conditions. These quantum fingerprints serve as a foundation for a novel unified analysis of plant growth parameters associated with different photosynthetic states. By employing CNN, the emitter profiles were able to reproducibly classify the leaves as healthy or unhealthy. This model achieved high probability values for each classification, confirming its accuracy and reliability. The findings of this study pave the way for broader applications, including the application of advanced quantum and machine learning technologies in plant health monitoring systems.
Why it matches plant phenotyping methods量子発光体による葉の光子プロファイル取得とCNN解析を組み合わせ、光合成状態および植物の健康状態を分類する手法が研究の中心である。
abstractThis CNN efficiently identified unique patterns and created distinct fingerprints for Nicotiana leaves grown under LL and HL
Reproduction assets foundThe article's Data availability statement explicitly deposits the paper's time-tagged photon correlation data (the raw measurements underlying the quantum fingerprinting and CNN analysis) in the Dryad Digital Repository, a public, paper-specific dataset.Dataset · publicay: conceptualization, funding acqui-
sition, supervision, project administration, visualization,
writing – original draft, writing – review & editing.
Conflicts of interest
There are no conflicts to declare.
Data availability
Data for this article, including time tangled photon data, are
available at Dryad Digital Repository at https://doi.org/10.5061/dryad.1rn8pk15f.Supplementary information is available. See DOI: https://
doi.org/10.1039/d5an00326a.
Acknowledgements
This research was funded in part by the Faculty Industry
Applied Research (FIAR) program, by the University at
Buffalo’s Center of Excellence in Materials Informatics.
References
1 E. Murchie and T. Lawson, J. Exp. Bot., 2013, 6Open asset ↗Dryad Digital Repository · 10.5061/dryad.1rn8pk15fpdf-raw-page:7 lines:1-96Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Varieties show their unique characteristics in morphology, growth, and fruits. Tomato maturity is related to multiple dimensional characteristics including color, texture, smell, etc. An effective classification method of tomato variety and maturity is crucial for evaluating its growth and yield. However, due to the complex growth environment, some problems such as leaf occlusion and fruit shaded by each other make it difficult to accurately and efficiently identify them. To solve these problems, this study innovatively proposes a simultaneous detection model on tomato variety and maturity based on improved YOLOv8n, with the combination of frequency-adaptive dilated convolution (FADC) feature extraction module and the high-level screening-feature path aggregation network (HSPAN) with the aim of local and global feature fusion by the channel attention module and feature selection fusion mechanism. In addition, we use the Powerful-IoU (PIoU) loss function to replace the original Complete IoU (CIoU) to enhance the accuracy of bounding boxes. We also introduce a dynamic detection head as the final output of the model, which can adaptively adjust the focus of feature extraction according to the color and size of tomato fruits, thereby improving the recognition accuracy. Experimental results show that our model with better global perception capability achieves the highest detection accuracy and lower computation complexity among the comparative models.
Why it matches plant phenotyping methodsトマト果実の成熟度という観察可能な植物状態を画像から推定する検出モデルを開発しており、特徴抽出・検出ヘッド・損失関数の改良と比較評価が研究の中心である。
abstractthis study innovatively proposes a simultaneous detection model on tomato variety and maturity based on improved YOLOv8n
Reproduction assets foundThe paper's tomato variety/maturity detection experiments are built on the public Laboro Tomato dataset, which is explicitly cited with a public GitHub URL. No author analysis code, trained models, or supplementary assets are reported as available.Dataset · publicThe constructed dataset in this study is based on the Laboro Tomato open-access dataset [ 24 ], which is an image dataset of tomatoes with different maturity collected in a greenhouse in winter (15 December 2019).Open asset ↗lines:33-42Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Lettuce ( Lactuca sativa ), a widely cultivated leafy vegetable, is highly susceptible to bacterial and fungal infections that severely reduce yield and quality. Rapid and accurate disease identification is therefore essential for precision agriculture and sustainable crop management. This study proposes Efficient-FBM-FRMNet, a modular deep learning framework for automated lettuce disease detection. The model integrates EfficientNetB4 with dilated convolutions, a Feature Bottleneck Module (FBM) for redundancy reduction, a Reasoning Engine for higher-order semantic inference, and a Feature Refinement Module (FRM) for enhanced generalization. The framework was trained and validated on a publicly available dataset of 2,813 lettuce leaf images (bacterial, fungal, and healthy classes) using stratified 5-fold cross-validation. The proposed Efficient-FBM-FRMNet achieved an overall accuracy of 97.5%, outperforming baseline CNNs such as EfficientNetB4, ResNet50, and DenseNet121. It demonstrated superior precision (96.0%), recall (96.6%), and F1-score (97.0%), confirming its robustness and consistency across multiple folds. Statistical significance analysis (p
Why it matches plant phenotyping methodsレタス葉画像から病害状態を推定する深層学習フレームワークを開発し、公開データセット上で交差検証・ベースライン比較により性能を評価しており、植物表現型取得手法が中心である。
abstractThis study proposes Efficient-FBM-FRMNet, a modular deep learning framework for automated lettuce disease detection.
Reproduction assets foundThe paper's phenotyping measurements are based entirely on a public Kaggle lettuce plant disease image dataset (2,813 images, bacterial/fungal/healthy), cited with an explicit public URL matching an allowed URL. No author code or model checkpoints are stated as available.Dataset · publiceelwal P.
Dhiman P.
Gulzar Y.
Kaur A.
Wadhwa S.
Onn C. W.
( 2024 ).
A systematic review of deep learning applications for rice disease diagnosis: current trends and future directions
. Front. Comput. Sci.
6 . doi:
10.3389/fcomp.2024.1452961
Shaha, S.
.(n.d.) Lettuce plant Disease Dataset [Data set]. Kaggle. Available online at: https://www.kaggle.com/datasets/santoshshaha/lettuce-plant-disease-dataset (Accessed March 12, 2025 ).
Shoaib M. A.
Lai K. W.
Chuah J. H.
Hum Y. C.
Ali R.
Dhanalakshmi S.
. ( 2022 ).
Comparative studies of deep learning segmentation models for left ventricle segmentation
. Front. Public Health
10 , 981019 . doi:
10.3389/fpubh.2022.981019
, PMID:
36091529
PMC9453312
SuOpen asset ↗Kaggle · lettuce-plant-disease-datasetlines:990-1174Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Field / plotLeafClassificationDisease symptoms / severity
This Data Descriptor presents the Jute Diseases Image Dataset; a curated collection of 1390 high-resolution images aimed at supporting the development of machine learning models for timely identification and accurate diagnosis of jute (Corchorus) plant diseases. The dataset is categorized into five classes: Dieback (300), Holed (300), Mosaic (240), Stem Soft Rot (270), and Fresh (280) representing healthy leaves. Images were captured under varied natural lighting and directional conditions across diverse jute cultivation areas to enhance model generalizability. A rigorous pre-processing pipeline was applied, including uniform resizing to 1024 × 1024 pixels and removal of duplicate images to ensure data integrity. The dataset is organized into two components: a raw, pre-processed set and an augmented train-test split version, enabling immediate use in machine learning workflows. Additionally, Grad-CAM and Guided Grad-CAM techniques were applied to sample images to visualize and validate model attention on disease-relevant regions. This resource addresses the lack of labelled jute disease imagery and supports timely disease management, particularly for stakeholders in Bangladesh and other major jute-producing regions.
Why it matches plant phenotyping methods植物病害症状を画像として収集・ラベル化したデータセットであり、病害状態の画像ベース表現型判定を支援することが中心です。
abstractThis Data Descriptor presents the Jute Diseases Image Dataset; a curated collection of 1390 high-resolution images aimed at supporting the development of machine learning models for timely identification and accurate diagnosis of jute (Corchorus) plant diseases.
Reproduction assets foundThe paper's own jute disease image dataset (1390 labeled images, raw and augmented train/test splits) is publicly deposited in Harvard Dataverse with an explicit DOI and direct URL, matching an allowed URL. No separate analysis code or trained model checkpoint is publicly released.Dataset · publicData accessibility
Repository name: Harvard Dataverse
Data identification number: https://doi.org/10.7910/DVN/FJ1DM1
Direct URL to data: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/FJ1DM1Open asset ↗Harvard Dataverse · doi:10.7910/DVN/FJ1DM1html-lines:1-91Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Early and accurate detection of sugarcane leaf diseases is critical for improving crop productivity and reducing economic losses in the agricultural sector. Timely interventions enable sustainable crop management and better resource use. In this study, we propose a deep learning-based approach for sugarcane leaf disease classification that leverages a novel architecture, the Multi-scale Attention-based Dense Residual Network (MADRN). The MADRN model integrates dense residual learning and multi-scale attention mechanisms to effectively capture fine-grained, disease-specific features and address challenges related to domain variability and complex data patterns. Two datasets are used to evaluate the model: a Kaggle dataset and a blended dataset created by combining Kaggle images with those from the Bangladesh Sugarcrop Research Institute (BSRI), simulating real-world conditions. All images undergo preprocessing steps, including resizing, normalization, and data augmentation, before training. Additionally, several baseline models (CNN, VGG16, MobileNetV2, and XceptionNet) are fine-tuned and compared with the MADRN model. Experimental results demonstrate that MADRN consistently outperforms baseline models in accuracy, precision, recall, and F1-score across both datasets, achieving up to 94.78% accuracy on the Kaggle dataset and 92.25% on the blended dataset. These findings highlight MADRN's superior ability to learn discriminative features and generalize effectively across diverse data sources, making it a promising tool for precision agriculture and disease management. To facilitate practical implementation, a web-based application is developed, enabling real-time and user-friendly disease detection. This research lays a strong foundation for the development of accurate, scalable, and practical disease classification tools that can support sustainable agricultural practices.
Why it matches plant phenotyping methodsサトウキビ葉の画像から病害状態を推定する深層学習手法を開発し、複数データセットとベースラインで比較検証しているため、植物フェノタイピング手法が中心です。
abstractwe propose a deep learning-based approach for sugarcane leaf disease classification that leverages a novel architecture, the Multi-scale Attention-based Dense Residual Network (MADRN).
Reproduction assets foundThe paper's Kaggle sugarcane leaf disease image dataset (2521 images, five classes) is a public, paper-specific phenotyping image asset with an explicit URL in the Data Availability statement. The BSRI field images are only available upon request, and no author analysis code or trained model is deposited.Dataset · publicg and preparation.
Funding
This research did not receive any specific grant from funding agencies in the public, commercial, or not-for-profit sectors.
Data availability
The data supporting the findings of this study are publicly available and can be accessed through the following sources. Kaggle Sugarcane Leaf Disease Dataset [https://www.kaggle.com/datasets/nirmalsankalana/sugarcane-leaf-disease-dataset](https:/www.kaggle.com/datasets/nirmalsankalana/sugarcane-leaf-disease-dataset) (accessed Jan. 15, 2025). Bangladesh Sugarcrop Research Institute (BSRI): Data available upon request. For BSRI data inquiries, please contact the corresponding author, Dr. Md. Shamim Reza.
Declarations
CompetinOpen asset ↗Kagglelines:278-299Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Recent advancements in precision agriculture have introduced innovative approaches to addressing plant stress, a critical factor influencing crop productivity and agricultural sustainability. Accurate, real-time prediction of plant stress has become essential for optimizing water utilization and promoting healthy crop development. While existing machine learning methods have demonstrated efficacy, they often lack the adaptability required to accommodate the dynamic conditions of agricultural environments. Prior research has identified soil moisture and chlorophyll content as key indicators of plant health and stress, with conventional models relying on simplistic algorithms for stress prediction. However, these models exhibit limitations in scalability, adaptability and interpretability. To overcome these challenges, this study employed sparse additive models with learning (SAM-L) algorithms, integrated with explainable artificial intelligence (XAI), to provide a flexible and transparent solution. In this paper, we proposed a novel framework that integrates SAM-L and XAI to predict plant stress using soil moisture and chlorophyll content. The SAM-L algorithm is a machine learning method that focuses on sparsely selecting relevant features through additive models. It aims to enhance model interpretability while maintaining high prediction accuracy by learning sparse representations of input data. The SAM-L algorithm enhances interpretability while preserving high predictive accuracy by learning sparse feature representations from input data. Additionally, XAI was incorporated to ensure interpretable decision-making, enabling farmers and stakeholders to comprehend the rationale behind irrigation recommendations. The model's architecture incorporates a three-layer Long Short-Term Memory (LSTM) network to process sequential data effectively. The proposed framework achieved a high performance on publicly available dataset, yielding an overall accuracy of 89.2% on the multi-class classification task. Further analysis of the results across the three predefined stress categories (healthy, moderate stress, and high stress) revealed strong performance, with the model obtaining a macro F1-score of 0.88 and a macro recall of 0.88. The proposed framework not only can enhance prediction accuracy but also can promote sustainable farming practices by reducing water wastage and improving crop resilience.
Why it matches plant phenotyping methods植物ストレス状態を土壌水分とクロロフィルから推定するSAM-L・XAI・LSTM統合手法が研究の中心であり、植物の生理状態を対象とした計算的フェノタイピング手法に該当する。
abstractIn this paper, we proposed a novel framework that integrates SAM-L and XAI to predict plant stress using soil moisture and chlorophyll content.
Reproduction assets foundThe paper states its plant-stress phenotyping data came from a publicly available Kaggle dataset ('Real-Time Plant Health Insights: Simulated Biosensor Data for AI-Driven Monitoring'), used directly for the SAM-L/XAI stress-prediction experiments. Code is only available on request, so it does not qualify as a public,作者Dataset · publicThe dataset used in this study was sourced from Kaggle and was publicly available.Open asset ↗Kagglepdf-page:16 lines:1-70Code / dataset availability confirmedOpenAlex · Europe PMC · checked 6 Sept 2026
Domain adaptation in agricultural settings has traditionally focused on 2D imagery, leaving a significant gap in the robust application of 3D sensing technologies for plant monitoring and classification. In this paper, we propose an adversarial unsupervised domain adaptation framework for 3D point cloud classification in agriculture, addressing the domain shift between controlled (Crops3D) and real-world (Pheno4D) datasets. Our approach leverages a PointNet-based feature extractor, a domain discriminator trained with a Gradient Reversal Layer (GRL), and an entropy minimization objective to ensure confident predictions on the unlabeled target domain. Extensive experiments demonstrate that our method achieves a classification accuracy of 97% on the target domain, with strong per-class F1 scores, despite significant sensor and environmental differences between datasets. We also evaluate model performance in real-time scenarios and discuss deployment feasibility on edge devices. This work highlights the potential of 3D domain adaptation in precision agriculture and paves the way for more generalizable plant phenotyping models.
Why it matches plant phenotyping methods3D点群分類のための敵対的ドメイン適応フレームワークを開発・評価しており、植物モニタリングおよび植物フェノタイピングへの適用が中心である。
abstractwe propose an adversarial unsupervised domain adaptation framework for 3D point cloud classification in agriculture
Reproduction assets foundThe paper uses two public 3D plant point cloud datasets as its source (Crops3D) and target (Pheno4D) domains; both are explicitly described as publicly available. No author code, trained models, or repository URLs are provided in the supplied blocks.Dataset · publicThe Crops3D dataset was collected by researchers at the Leibniz Institute of Agricultural Engineering and
Bioeconomy (ATB Potsdam) and made publicly available for academic research under an open data license.Open asset ↗pdf-page:5 lines:1-54Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Field / plotLeafClassificationStress / disease detectionDisease symptoms / severity
Existing disease discovery in papaya leaves is most significant in achieving yield and profitability stability in the tropics but has proven difficult in the presence of deficiencies in manual exploration and tailored crop models in crop-AI systems. Therefore, this study introduces PapayaNet, a lightweight attention-guided convolutional network specifically structured for the automated classification of six papaya leaf states, including major diseases and healthy leaves. For real-world deployment in scarce-resource farming contexts, PapayaNet adopts batch norm and hierarchical attention steps in five convolution stages and accelerates both computational celerity and discriminability. Trained on 6618 manually annotated orchard images sourced from orchards in Bangladesh at a very high resolution, it has a 98.79% classification accuracy, all of which was realized using 483,926 parameters and an average infer time of 0.01 s, which is significantly better when evaluated using EfficientNetB6, DenseNet121, and VGG16. XAI methods, including Grad-CAM and LIME, showed model decisions towards the biologically informative parts of the leaf, thus boosting interpretability and user confidence. Systematic ablation analysis also confirmed the importance of distributed attention in ensuring robust generalization towards visually similar disease classes. An in-browser diagnostic portal deployed using Gradio provides intra-browser predictive deployment and interpretability overlay in real time, thus inviting field practicability. Given its low-latency inference and minimal computational footprint, PapayaNet is well-suited for integration into edge devices and drone platforms, offering a scalable solution for real-time in-situ crop health monitoring. This study advances the field of precision agriculture by delivering a crop-specialized, explainable, and deployable AI system for sustainable management of papaya diseases.
Why it matches plant phenotyping methodsパパイヤ葉の病害・健全状態を画像から分類するCNN手法を開発し、データセット、比較評価、アブレーション、実運用ポータルまで中心的に扱っているため、植物病害フェノタイピング手法に該当する。
abstractthis study introduces PapayaNet, a lightweight attention-guided convolutional network specifically structured for the automated classification of six papaya leaf states, including major diseases and healthy leaves.
Reproduction assets foundThe paper's papaya leaf image dataset is publicly deposited on Mendeley Data with an explicit availability statement and authors' URL; no code or model checkpoint availability is stated.Dataset · publiccript.
Funding
This research did not receive any specific grant from funding agencies in the public, commercial, or not-for-profit sectors.
Data availability
The dataset analysed of this study, titled ”Healthy and Unhealthy Papaya Leaf Images from Bangladeshi Orchards,” is publicly available in the Mendeley Data repository at ( https://data.mendeley.com/datasets/44p8v6ywsm/1 ).
Competing interests
The authors declare no competing interests.
References
1. Sandhu, G. K. & Kaur, R. Plant disease detection techniques: A review. In 2019 International Conference on Automation, Computational and Technology Management, ICACTM 2019 34–38 (2019). 10.1109/ICACTM.2019.8776827
2.
Ngugi LC Abelwahab M AboOpen asset ↗Mendeley Datalines:622-669Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
In accordance with human life, agriculture has main role in it, and in addition to that most people are involved in some kind of agricultural activity either in a direct or indirect manner. Moreover, the agricultural sectors acquired a major role in supplying better quality food and thus made the greatest attribution to the growth of populations and economics. But, the disease over the crop has influenced the growth of the corresponding species and thus requires an earlier diagnosis of plant disease by utilizing the most adequate and automatic detection approach for improving the quality of the production of food as well as to reduce the loss in economic. But, there are no techniques in the conventional system for identifying the disease in diverse crops in the agricultural environment. In modern times, deep learning approaches have acquired tremendous enhancement in the identification of image categorization as well as the object detection system. For precise detection of plant disease, an improved classification model is developed. Initially, from the standard publicly available database, the images of the plants are aggregated. The gathered images are segmented using Dilated, Adaptive, and Attention-based Mask Recurrent Convolutional Neural Networks (DAA-MRCNN). Then, it is fed into a hybrid classification phase, where the new model namely Dilated, Adaptive, and Attention-based Multiscale DenseNet termed as (DAA-MDeNet) for classification. The classifier performance is improved by optimizing the parameter in Mask RCNN and Multiscale DenseNet using the hybrid optimization algorithm named African Vulture and Lemur Optimizer (AVLO). When compared with the other model, a superior performance is shown in the proposed model.
Why it matches plant phenotyping methods植物画像から病害をセグメンテーション・分類する深層学習手法を開発しており、罹病状態の推定が中心的な方法論的貢献である。
abstractFor precise detection of plant disease, an improved classification model is developed.
Reproduction assets foundThe paper uses the public PlantifyDr Kaggle dataset of plant disease images and provides the authors' implementation code on GitHub with explicit availability statements.Dataset · publica total of 12,500 images in it from 10 different plant types, where the 10 different types are considered as 10 individual datasets. (1) Apple, (2) Cherry, (3) Citrus, (4) Corn, (5) Grape, (6) Peach, (7) Pepper, (8) Potato, (9) Strawberry, and (10) Tomato. It contains a total of 37 as plant diseases. It was collected through “ https://www.kaggle.com/datasets/lavaman151/plantifydr-dataset ”: “Access Date: 2023-08-09”.
Thus, the images are significantly aggregated, and it has been termed as \documentclass[12pt]{minimal}
\usepackage{amsmath}
\usepackage{wasysym}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsbsy}
\usepackage{mathrsfs}
\usepackage{upgreek}
\setlength{\oddsidemargin}{-Open asset ↗lines:103-129Code · publicThis research did not receive any specific funding.
Data availability
In case of benchmark data: The data underlying this article are available in the dataset link as: https://www.kaggle.com/datasets/lavaman151/plantifydr-dataset .
Code availability
The code for the implementation of the developed model is available at the link https://github.com/kalicharan8u/Plant-Disease-Detection-using-Mask-RCNN-with-Multiscale-DenseNet - and it has been given in Section " Simulation setup ".
Declarations
Competing interests
The authors declare no competing interests.
References
1.
Ashourloo D Matkan AA Huete A Aghighi H Mobasheri MR
Developing an index for detection and identification of disease stages
IOpen asset ↗lines:1529-1559Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
India is an agro-based country. The major goal of agriculture is to produce disease-free healthy crops. For Indian agronomists, cotton is a profitable commercial and fibre crop, it is the world's second-biggest export crop after China. Cotton production is also affected in a negative way by high use of water, authority of soil erosion and the practice of using dangerous fertilizers and pesticides. The two greatest threats to the rapid growth of the crop are the sucking bugs and cotton diseases. Prompt detection and accurate identification of diseases is vital to ensure healthy crop growth and achieve better yields. The primary objective of this research is to build a model by implementing deep learning-based approaches to spot infections in cotton crops. Deep learning is used because of its exceptional results in classification and image processing tasks. To address this issue, we developed CottonNet-MHA a novel deep learning framework to identify pathological symptoms in cotton leaves. The model employs multi-head attention mechanisms to strengthen feature learning and highlight the diseased-affected regions. To evaluate the performance of the proposed model, five pretrained transfer learning architectures-VGG16, VGG19, InceptionV3, Xception, and MobileNet were used as benchmark models. Furthermore, Gradient-weighted Class Activation Mapping (Grad-CAM) visualization was applied to enhance the trustworthiness and interpretability of the model. A web-based application was developed to deploy the trained model for real-world applicability. The performance analysis is carried out on the developed model based on the conventional models and the results indicate that CottonNet-MHA dominates the conventional models with respect to its accuracy as well as efficiency in the detection of diseases. The use of attention mechanisms approach strengthens the model's diagnostic accuracy and overall reliability. Grad-CAM results further demonstrated that the model effectively targets diseased areas, enhancing interpretability and reliability. Discussion: The study shows that CottonNet-MHA not only automates disease detection but also enhances interpretability through Grad-CAM analysis. The developed web platform allows the model to be applied in real-world environments, supporting live disease monitoring. The proposed framework not only improves the accuracy of cotton disease diagnosis but also offers potential for extension to other crop disease detection systems.
Why it matches plant phenotyping methods綿花葉の病徴を画像から検出・分類する深層学習手法を開発し、既存モデルとの比較検証とGrad-CAMによる病変領域の解釈を行っており、植物病害状態の表現型取得が中心である。
abstractThe primary objective of this research is to build a model by implementing deep learning-based approaches to spot infections in cotton crops.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset used in this work is downloaded from Akash Zade (Data Scientist) which is openly accessible and can be found at: https://drive.google.com/drive/folders/1vdr9CC9ChYVW2iXp6PlfyMOGD-4Um1ue.Open asset ↗Akash Zadehtml-lines:312-354Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Field / plotFruitClassificationStress / disease detectionDisease symptoms / severity
Timely and accurate detection of pomegranate fruit diseases is critical for minimizing crop losses, preserving fruit quality, and supporting sustainable agricultural practices. This study introduces the Halabja Pomegranate Fruit Disease Image Dataset, a systematically compiled collection of images from orchards in one of Iraq's major pomegranate-producing regions. The dataset comprises 2178 original images and 28,314 augmented images, categorized into four specific classes: ectomyelois ceratoniae, colletotrichum spp., sunburn, and healthy fruit samples. To create an ecological setting and ensure significant class variation, images were captured in natural outdoor environments. A standard preprocessing step was applied, which involved resizing all images to 512×512 pixels and using several image augmentation techniques to improve the flexibility and robustness of machine learning models. The unique characteristics of this dataset make it highly suitable for developing machine learning and deep learning models aimed at plant disease detection and other computer vision tasks in precision agriculture. Its contextual relevance and content diversity make it valuable for building an effective diagnostic tool capable of functioning in real field conditions.
Why it matches plant phenotyping methods植物病害状態を画像で分類するデータセットの構築が中心で、再利用可能な植物表現型データとして適格です。
abstractThis study introduces the Halabja Pomegranate Fruit Disease Image Dataset
Reproduction assets foundThe paper is a data descriptor for the authors' own Halabja Pomegranate Fruit Disease Image Dataset (2178 original + 28,314 augmented images), publicly deposited on Zenodo with an explicit direct URL matching an allowed URL. This is a paper-specific public plant-image/phenotyping asset.Dataset · publicasses: Colletotrichum spp. (anthracnose), Ectomyelois ceratoniae (fruit borer), sunburn, and healthy fruit.
Data source location
Pomegranate orchards in Halabja city, Kurdistan region, Iraq (location code: 46,018).
Data accessibility
Repository name: Zenodo
Data identification number: 10.5281/zenodo.15856012
Direct URL to data: https://zenodo.org/records/15856012
Halabja Pomegranate Fruit Disease Image Dataset. Zenodo [ 1 ].
Related research article
None
1.
Value of the Data
•
Regional Uniqueness: This dataset is the first publicly available collection of pomegranate fruit disease images from Halabja, in the Kurdistan Region of Iraq, an area renowned for its high-quality pomegranate proOpen asset ↗Zenodo · 10.5281/zenodo.15856012lines:1-52Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Field / plotClassificationDisease symptoms / severity
The accurate identification of crop pests and diseases is critical for global food security, yet the development of robust deep learning models is hindered by the limitations of existing datasets. To address this gap, we introduce DLCPD-25, a new large-scale, diverse, and publicly available benchmark dataset. We constructed DLCPD-25 by integrating 221,943 images from both online sources and extensive field collections, covering 23 crop types and 203 distinct classes of pests, diseases, and healthy states. A key feature of this dataset is its realistic complexity, including images from uncontrolled field environments and a natural long-tail class distribution, which contrasts with many existing datasets collected under controlled conditions. To validate its utility, we pre-trained several state-of-the-art self-supervised learning models (MAE, SimCLR v2, MoCo v3) on DLCPD-25. The learned representations, evaluated via linear probing, demonstrated strong performance, with the SimCLR v2 framework achieving a top accuracy of 72.1% and an F1 score (Macro F1) of 71.3% on a downstream classification task. Our results confirm that DLCPD-25 provides a valuable and challenging resource that can effectively support the training of generalizable models, paving the way for the development of comprehensive, real-world agricultural diagnostic systems.
Why it matches plant phenotyping methods作物の病害・健全状態を画像で認識する大規模公開ベンチマークデータセットを構築・評価しており、植物状態の画像ベース表現型解析基盤が中心です。害虫認識も含まれますが、病害・健全状態の評価は植物フェノタイピングに該当します。
abstractwe introduce DLCPD-25, a new large-scale, diverse, and publicly available benchmark dataset.
Reproduction assets foundThe paper introduces DLCPD-25, a public crop pest/disease image dataset (221,943 images, 203 classes), with an explicit Data Availability Statement pointing to the authors' GitHub repository containing all image data and documentation.Dataset · publicThe DLCPD-25 dataset introduced and analyzed in this study is publicly available at: https://github.com/hwzhanng/DLCPD-25-Dataset (accessed on 20 October 2025). The repository provides access to all image data, and relevant documentation used in this research.Open asset ↗https://github.com/hwzhanng/DLCPD-25-Dataset · DLCPD-25lines:141-207Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Corn is a critical food crop globally, widely cultivated due to its strong adaptability. However, it is susceptible to various diseases, necessitating advanced intelligent detection methods to enhance disease prevention, control efficacy, and production efficiency. Traditional disease recognition models suffer from high computational costs or inadequate feature extraction capabilities, making it challenging to achieve efficient and accurate disease identification in complex environments. To improve the accuracy and efficiency of corn leaf disease identification and to meet the requirements of portable devices, this paper proposes a novel ES-ShuffleNetV2 (Exponential Linear Unit + Spatial Group-wise Squeeze-and-Excitation Block) lightweight recognition model for corn diseases. The proposed model builds upon the ShuffleNetV2 architecture. Firstly, an improved attention mechanism, SGSE, is incorporated immediately following the first convolutional layer to emphasize fine-grained features in corn leaf disease images, enhancing the model's focus on key characteristics. Secondly, the model replaces the ReLU activation function in the down-sampling and basic units with the ELU function, facilitating smoother gradient propagation and faster convergence by allowing a small negative gradient inflow. Additionally, layer pruning techniques are employed to eliminate redundant parameters, reduce model complexity, and enhance operational efficiency on mobile devices. Experimental results demonstrated that the ES-ShuffleNetV2 model achieved recognition accuracy of 97.07%, surpassing the base model's accuracy of 95.43%. After pruning, the new model reduced parameters by 30.45% and FLOPs by 30.26% compared to the original model, meeting the criteria for a lightweight recognition model. Furthermore, the ES-ShuffleNetV2 model outperformed competing models in Accuracy and F1-Score, validating its effectiveness in corn leaf disease recognition and providing valuable insights for future research.
Why it matches plant phenotyping methodsトウモロコシ葉の病害状態を画像から認識する軽量モデルを開発・評価しており、植物病害フェノタイピング手法が中心です。
abstractExperimental results demonstrated that the ES-ShuffleNetV2 model achieved recognition accuracy of 97.07%
Reproduction assets foundThe paper's Data Availability statement deposits a representative subset of the corn leaf disease image dataset (sample images, partial experimental results, metadata) on Figshare, publicly available. No author analysis code or trained model checkpoints are explicitly deposited.Dataset · publico pmc-prop-is-real-version no pmc-prop-is-scanned-article no pmc-prop-preprint no pmc-prop-in-epmc yes pmc-license-ref CC BY Data Availability A representative, de-identified subset of the dataset used in this study has been deposited in Figshare under the title Corn Leaf Disease Recognition Dataset and is publicly available at https://doi.org/10.6084/m9.figshare.30264037 . This repository contains sample images, partial experimental results, and metadata for reproducibility. Due to privacy concerns, the full dataset cannot be made publicly available. However, it may be made available upon reasonable request from the Research Center of Intelligent Planting and Processing Technology of Crops Open asset ↗Figshare · 10.6084/m9.figshare.30264037lines:46-55Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
Background: Quantitatively detecting whether plants exhibit measurable bioelectric differences in the presence of nearby human movement remains challenging, in part because plant signals are low-amplitude, slow, and easily confounded by environmental factors. Methods: We recorded bioelectric activity from 2978 plant samples across three species (basil, salad, tomato) using differential electrode pairs (leaf and soil electrodes) sampling at 142 Hz. Two trained performers executed three specific eurythmic gestures near experimental plants while control plants remained isolated. Random Forest and Convolutional Neural Network classifiers were applied to distinguish the control from treatment conditions using engineered features including spectral, temporal, wavelet, and frequency domain characteristics. Results: Random Forest classification achieved 62.7% accuracy (AUC = 0.67) distinguishing differences in recordings collected near a moving human from control conditions, representing a statistically significant 12.7 percentage point improvement over chance. Individual performer signatures were detectable with 68.2% accuracy, while plant species classification achieved only 44.5% accuracy, indicating minimal species-specific artifacts. Temporal analysis revealed that the plants with repeated exposure exhibited consistently less negative bioelectric amplitudes compared to single-exposure plants. Innovation: We introduce a data-driven approach that pairs standardized, short-window bioelectric recordings with machine-learning classifiers (Random Forest, CNN) to test, in an exploratory manner, whether plant signals differ between human-moving-nearby and isolation conditions. Conclusions: Plants exhibit modest but statistically detectable bioelectric differences in the presence of nearby human movement. Rather than attributing these differences to eurythmic movement itself, the present design can only demonstrate that plant recordings collected within ~1 m of a moving human differ, modestly but statistically, from recordings taken ≥3 m away. The underlying biophysical pathways and specific contributing factors (airflow, VOCs, thermal plumes, vibration, electromagnetic fields) remain unknown. These results should therefore be interpreted as exploratory correlations, not mechanistic evidence of gesture-specific plant sensing.
Why it matches plant phenotyping methods植物の生体電気記録をセンサーで取得し、特徴抽出と機械学習によって植物の状態差を判別する方法が研究の中心であり、単なる生理測定ではない。
abstractWe introduce a data-driven approach that pairs standardized, short-window bioelectric recordings with machine-learning classifiers (Random Forest, CNN) to test, in an exploratory manner, whether plant signals differ between human-moving-nearby and isolation conditions.
Reproduction assets foundThe paper's plant bioelectric recordings (wav sensor data from basil, salad, tomato with/without nearby human movement) are publicly deposited on figshare, with an explicit Data Availability Statement and URL matching an allowed URL.Dataset · publicThe datasets generated and analyzed during the current study are available from figshare https://figshare.com/articles/dataset/Machine_Learning_Detection_of_Plant_Bioelectric_Responses_to_Human_Eurythmic_Gestures_/30227083?file=58324288 (accessed 25 October 2025).Open asset ↗figshare · 30227083lines:172-191Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Tea flowers play a crucial role in taxonomic research and hybrid breeding of tea plants. As traditional methods of observing tea flower traits are labor-intensive and inaccurate, TflosYOLO and Tea Flowering Stage Classification (TFSC) models were proposed for tea flowering quantification, which enable the estimation of flower count and flowering period. In this study, a highly representative and diverse dataset was constructed by collecting flower images from 29 tea accessions in 2 years. Based on this dataset, the TflosYOLO model was built on the YOLOv5 architecture and enhanced with the Squeeze-and-Excitation (SE) network, Adaptive Rectangular Convolution, and Attention Free Transformer, which is the first model to offer a viable solution for detecting and counting tea flowers. The TflosYOLO model achieved a mean Average Precision at 50% IoU (mAP50) of 0.844, outperforming YOLOv5, YOLOv7, and YOLOv8. Furthermore, the TflosYOLO model was tested on 31 datasets encompassing 26 tea accessions and five flowering stages, demonstrating high generalization and robustness. The correlation coefficient (R 2 ) between the predicted and actual flower counts was 0.964. Additionally, the TFSC model-a seven-layer neural network-was designed for the automatic classification of the flowering period. The TFSC model was evaluated for 2 years and achieved an accuracy of 0.738 and 0.899. Using the TflosYOLO+TFSC model, the tea flowering dynamics were monitored, and the changes in flowering stages were tracked across various tea accessions. The framework provides crucial support for tea plant breeding programs and the phenotypic analysis of germplasm resources.
Why it matches plant phenotyping methods茶花画像から花数と開花期を推定するモデルを開発・検証しており、植物表現型の取得・抽出手法が研究の中心である。
abstractTflosYOLO and Tea Flowering Stage Classification (TFSC) models were proposed for tea flowering quantification, which enable the estimation of flower count and flowering period.
Reproduction assets foundThe paper's data availability statement explicitly deposits the tea flower datasets and models in a public GitHub repository (sufie-mi/tea-flower-model), which directly supports this paper's tea flower phenotyping measurements and models. The labelImg repository is a generic third-party annotation tool, not a paper-ownDataset · 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://github.com/sufie-mi/tea-flower-model .Open asset ↗https://github.com/sufie-mi/tea-flower-model · tea-flower-modellines:764-781Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Early identification of grapevine diseases is critical for reducing yield losses and ensuring sustainable viticulture. CNNs trained on benchmark datasets such as PlantVillage often achieve near-perfect accuracy, yet this performance fails to translate to real-world field conditions where lighting, backgrounds, and lesion appearance vary widely. To address challenges of data scarcity and imbalance, this study introduces VitiForge, a novel procedural synthetic imagery pipeline for generating realistic synthetic grape leaf textures representing healthy, Black Rot, Esca, and Leaf Blight conditions. VitiForge is systematically evaluated against GAN-based augmentation through a data ablation study on PlantVillage and FieldVitis, a curated field dataset, using MobileNetV2, InceptionV3, and ResNet50V2 classifiers. Results show that VitiForge significantly improves performance in low-data regimes, enabling model training even without real samples, whereas GAN augmentation proves more effective once sufficient real data is available. On field imagery, VitiForge often matched or surpassed GAN-based methods, particularly when paired with MobileNetV2. These findings highlight the complementary roles of procedural and GAN-based synthetic data: VitiForge offers flexibility and scalability under cross-domain and data-scarce conditions, while GANs enhance realism and variability when ample data exists. Together, they support the development of robust and generalizable models for automated grape disease detection in precision agriculture.
Why it matches plant phenotyping methodsブドウ葉の病徴を画像から識別するための合成画像生成パイプラインを開発し、GAN augmentationと比較評価しているため、植物病害状態のフェノタイピング手法が中心である。
abstractthis study introduces VitiForge, a novel procedural synthetic imagery pipeline for generating realistic synthetic grape leaf textures representing healthy, Black Rot, Esca, and Leaf Blight conditions.
Reproduction assets foundThe paper introduces FieldVitis, a curated field grapevine leaf image dataset assembled from public sources, explicitly deposited on Zenodo with a DOI matching an allowed URL. No explicit public availability of the VitiForge pipeline code or trained models is stated in the supplied blocks.Dataset · publicThe introduction of FieldVitis, a curated dataset of grapevine leaves collected from multiple public sources to reflect the real-world variability of vineyard imagery, providing a valuable benchmark for evaluating model generalization under realistic field conditions. It is available in Zenodo at https://doi.org/10.5281/zenodo.17307846 .Open asset ↗Zenodo · 10.5281/zenodo.17307846lines:310-320Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction Agriculture is crucial to human survival. The growing of biotic rice plants is very helpful for feeding a lot of people around the world, especially in places where rice is a main food. The detection of rice leaf disease is critical to increasing crop productivity. Methods To improve the accuracy of rice leaf disease prediction, this paper proposes a hybrid Vision Transformer (ViT) with pre-trained ResNet18 models (ViT-ResNet18). In general, the input images apply to the pre-trained ViT and ResNet18 models independently. The output features of these two models are combined and fed into the final Fully Connected (FC) layer, followed by a Softmax layer for final classification. Results The output of rice leaf diseases from the FC layer of the proposed hybrid ViT with ResNet18 model achieved 94.4% accuracy, a precision of 0.948, a recall of 0.944, an F1-Score of 0.942, and an Area Under Curve (AUC) of 0.985. Discussion The proposed hybrid model ViT-ResNet18 shows a 5%, 1%, and 1% improvement in accuracy compared to VGG16 with Neural Network, Inception V3 with Neural Network, and SqueezeNet with Neural Network classifier, respectively.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から分類する深層学習手法の提案・比較評価が研究の中心であり、植物病害フェノタイピング手法に該当する。
abstractthis paper proposes a hybrid Vision Transformer (ViT) with pre-trained ResNet18 models (ViT-ResNet18).
Reproduction assets foundThe paper trains a hybrid ViT-ResNet18 model for rice leaf disease classification on public rice leaf disease image datasets. Two public image datasets are cited in the references with explicit URLs: the Kaggle rice diseases image dataset and the Mendeley rice leaf diseases dataset. No authors' analysis code or trainedDataset · publicly represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
References
( 2024 ). Rice diseases image dataset . Available online at: https://www.kaggle.com/datasets/minhhuy2810/rice-diseases-image-dataset (Accessed November 5, 2024).Open asset ↗kaggle · minhhuy2810/rice-diseases-image-datasetlines:512-537Dataset · public( 2023 ). Rice leaf diseases dataset . Available online at: https://data.mendeley.com/datasets/dwtn3c6w6p/1:~:text=Overview%3A%20The%20Rice%20Life%20Disease,and%20Leaf%20Smut%20(LS) (Accessed November 5, 2024 ).
Abasi A. K.
Makhadmeh S. N.
Alomari O. A.
Tubishat M.
Mohammed H. J.
( 2023 ).
Enhancing rice leaf disease classification: a customized convolutional neural network approach
. Sustainability
15 , 15039 . doi:
10.3390/su152015039
Aggarwal M.
Khullar V.
Goyal N.
Singh A.
Tolba A.
Thompson E. B.
(Open asset ↗mendeley · dwtn3c6w6p/1lines:538-750Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Precision agriculture technologies based on satellite remote sensing remain largely inaccessible to smallholder farmers in developing countries due to technical complexity, cost barriers, and infrastructure demands. This study presents the design and implementation of an open-source, web-based platform for processing Sentinel-2 Level-2A imagery tailored to the specific needs of family farming systems. The platform integrates a FastAPI backend for geospatial data processing with a Next.js frontend providing simplified tools for spectral index computation (NDVI, EVI, SAVI, NDWI, NDBI), crop classification using supervised and unsupervised machine learning, and interactive 2D/3D visualization. A laboratory module implements thirteen digital image processing techniques—including Gaussian filtering, edge detection, morphological operations, and thresholding—for educational and comparative analysis. The browser-based system eliminates installation requirements and automates key workflows such as coordinate reprojection, JP2 band extraction, and statistical evaluation. Validation using ground-truth data from coffee and soybean fields in the Brazilian Cerrado achieved classification accuracies above 85% and correlation coefficients exceeding 0.90 for biomass estimation based on NDVI-derived metrics. The platform contributes to the democratization of remote sensing technologies and enhances accessibility of precision agriculture tools for smallholder farmers.
Why it matches plant phenotyping methods植物圃場の衛星画像を処理し、NDVI等からバイオマスを推定するオープンソース基盤の設計・実装・検証が中心であり、植物形質推定ワークフローとして収録対象。
titleAn Open-Source Web Platform for Sentinel-2 Multispectral Analysis in Smallholder Agriculture: Design, Implementation and Validation
Reproduction assets foundThe paper's Data Availability Statement explicitly deposits the authors' complete source code, documentation, and example datasets for the Sentinel-2 phenotyping/analysis platform on a public GitHub repository under MIT license. Sentinel-2 imagery is from the public Copernicus browser, but that is a generic data sourceCode · publicresearch received no external funding
Institutional Review Board Statement: Not applicable. This study did not involve humans or animals.
Informed Consent Statement: Not applicable. This study did not involve humans.
Data Availability Statement: Complete source code, documentation, and example datasets are publicly available
at https://github.com/rexionmars/icev-remote-sensing under MIT license. The platform can be deployed locally
or accessed via hosted instance for testing purposes. Sentinel-2 satellite imagery used in this study was obtained
from the Copernicus Open Access Hub (https://browser.dataspace.copernicus.eu/) and is freely available.
Acknowledgments: The authors thank the iCEV IOpen asset ↗https://github.com/rexionmars/icev-remote-sensing · icev-remote-sensingpdf-layout-page:11 lines:1-70Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Plant diseases can cause heavy yield losses in arable crops resulting in major economic losses. Effective early disease recognition is paramount for modern large-scale farming. Since plants can be infected with multiple concurrent pathogens, it is important to be able to distinguish and identify each disease to ensure appropriate treatments can be applied. Hyperspectral imaging is a state-of-the art computer vision approach, which can improve plant disease classification, by capturing a wide range of wavelengths before symptoms become visible to the naked eye. Whilst a lot of work has been done applying the technique to identifying single infections, to our knowledge, it has not been used to analyse multiple concurrent infections which presents both practical and scientific challenges. In this study, we investigated three wheat pathogens (yellow rust, mildew and Septoria), cultivating co-occurring infections, resulting in a dataset of 1447 hyperspectral images of single and double infections on wheat leaves. We used this dataset to train four disease classification algorithms (based on four neural network architectures: Inception and EfficientNet with either a 2D or 3D convolutional layer input). The highest accuracy was achieved by EfficientNet with a 2D convolution input with 81% overall classification accuracy, including a 72% accuracy for detecting a combined infection of yellow rust and mildew. Moreover, we found that hyperspectral signatures of a pathogen depended on whether another pathogen was present, raising interesting questions about co-existence of several pathogens on one plant host. Our work demonstrates that the application of hyperspectral imaging and deep learning is promising for classification of multiple infections in wheat, even with a relatively small training dataset, and opens opportunities for further research in this area. However, the limited number of Septoria and yellow rust + Septoria samples highlights the need for larger, more balanced datasets in future studies to further validate and extend our findings under field conditions.
Why it matches plant phenotyping methods小麦葉の感染状態をハイパースペクトル画像と深層学習で分類する手法が研究の中心であり、植物病害状態の表現型推定に該当する。
abstractHyperspectral imaging is a state-of-the art computer vision approach, which can improve plant disease classification
Reproduction assets foundThe paper's Data availability statement explicitly deposits the authors' training/deployment/testing code for the hyperspectral wheat disease classification models in a public GitHub repository. The 1447-image hyperspectral dataset itself has no stated public deposit, so it is not included as an asset.Code · publicCode for training, deploying and testing the models can be found at https://github.com/mc2295/hyperspectralplants .Open asset ↗mc2295/hyperspectralplantslines:140-218Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Black gram, also known as urad bean, is an economically crucial crop widely cultivated in India, particularly in the central and southern regions. However, black gram is highly prone to multiple leaf diseases, resulting in considerable crop losses and economic challenges for farmers. Manual disease identification is slow and often unreliable, necessitating the development of automated disease detection methods. In this study, we propose ConViTSE, a lightweight hybrid deep learning architecture specifically designed for black gram leaf disease classification. ConViTSE integrates ConvMixer, Vision Transformer (ViT), and Squeeze and Excitation (SE) blocks to effectively extract and refine both local and global features. The model introduces Local Channel Attention Refinement (LCAR) and Global Channel Attention Refinement (GCAR) modules to enhance feature representation at different hierarchical levels. Extensive studies show that ConViTSE achieves a leading classification accuracy of 99.30% on the black gram dataset, outperforming traditional deep learning models. Furthermore, ConViTSE exhibits robust cross-domain generalization, achieving accuracies of 98.75% for rice, 98.20% for maize, and 95% for wheat, highlighting its potential for widespread adoption in precision agriculture. ConViTSE enhances disease detection accuracy while remaining computationally efficient, making it a practical tool for real-time disease management in diverse agricultural environments.
Why it matches plant phenotyping methods黒豆葉の病徴を画像から分類する深層学習手法の開発が研究の中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として適格です。
abstractwe propose ConViTSE, a lightweight hybrid deep learning architecture specifically designed for black gram leaf disease classification.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe Black Gram Plant Leaf Disease (BPLD) dataset from Mendeley Data49 is used in this work to classify leaf
diseases into five classes: anthracnose, healthy, leaf crinkle, powdery mildew, and yellow mosaic.Open asset ↗Mendeley Datapdf-page:14 lines:1-40Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Field / plotFlowerLeafRootStem / branchClassificationDisease symptoms / severity
This dataset comprises 5452 images of durian plant parts-including leaves, flowers, branches, stems, and roots-affected by ten common disease classes. The images were captured from one family-owned durian orchard and four nearby orchards in Vinh Long Province, Vietnam. Each class contains approximately 405-427 raw images, photographed using an iPhone 14 under natural field conditions. These conditions simulate typical farmer photography practices, featuring varied angles, inconsistent lighting, and complex environmental backgrounds, resulting in significant visual noise. All raw JPEG images were manually reviewed and cropped on macOS systems using MacBook devices equipped with Apple M4 chips to focus on disease-affected regions, reduce file size, and minimize background noise. The processed, cropped images are provided in PNG format with variable dimensions. Images were resized to 224×224 pixels only during model training for machine learning experiments. Disease symptoms were verified in collaboration with plant pathologists to ensure accurate classification. This dataset is publicly available on Mendeley Data and is suitable for developing and evaluating machine learning models in plant disease classification. It is particularly valuable for testing model performance under real-world, noisy conditions and for supporting the creation of mobile or edge-based diagnostic tools in agriculture.
Why it matches plant phenotyping methods植物病徴を画像で直接捉えた公開データセットで、植物病害状態の分類モデル開発・評価を主目的とするため、表現型計測データセットとして中心的です。
abstractThis dataset comprises 5452 images of durian plant parts-including leaves, flowers, branches, stems, and roots-affected by ten common disease classes.
Reproduction assets foundThe paper is a Data in Brief describing a public durian disease image dataset (5452 field images, ten classes) deposited on Mendeley Data with an explicit DOI and direct URL, matching an allowed URL. This is a paper-specific, publicly available image dataset directly reproducing the paper's phenotyping measurements. NoDataset · publicRepository name: Mendeley Data
Data identification number: 10.17632/mhjwyb5p48
Direct URL to data: https://data.mendeley.com/datasets/mhjwyb5p48/1Open asset ↗Mendeley Data · 10.17632/mhjwyb5p48lines:47-125Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
In the arid cultivation region of Xinjiang, China, shrinkage disease severely compromises the quality, yield, and market value of jujube. Published research has achieved high accuracy in detecting larger lesions using RGB imaging and hyperspectral imaging (HSI). However, these methods lack sensitivity in detecting early and subtle symptoms of disease. In this study, a multi-source data fusion strategy combining RGB imaging and HSI was proposed for non-destructive and high-precision detection of early-stage jujube shrinkage disease. Firstly, a total of 317 fruits of the 'Junzao' cultivar were collected during multiple stages of natural infection, covering early-stage shrinkage disease detection across different growth stages, including both green and mature red fruits. Secondly, morphological features were extracted from RGB images in multiple dimensions, while a three-stage feature selection strategy combining Principal Component Analysis (PCA), the Successive Projections Algorithm (SPA), and the Genetic Algorithm (GA) was implemented to identify four key wavelengths from HSI. Thirdly, a hybrid convolutional neural network-multilayer perceptron (CNN-MLP) architecture was constructed, with dynamic feature weighting employed to achieve effective multimodal fusion and optimize detection performance. Experimental results demonstrated that compared to the MLP and CNN models, the proposed method achieved approximately 8.0% and 5.4% improvements in accuracy and 38.6% and 32.4% improvements in F1 scores, respectively. It offers a robust and scalable solution for early disease detection and postharvest quality assessment in jujube production.
Why it matches plant phenotyping methodsRGB画像・HSIから果実の病斑形態と分光特徴を抽出し、マルチモーダル深層学習で植物病害状態を検出する手法の開発・性能評価が中心であるため。
abstracta multi-source data fusion strategy combining RGB imaging and HSI was proposed for non-destructive and high-precision detection of early-stage jujube shrinkage disease.
Reproduction assets foundThe paper's Data Availability Statement points to a public GitHub repository containing the study's dataset (RGB images and hyperspectral data of jujube fruits). No separate analysis code availability is stated, but the deposited dataset is a paper-specific, publicly actionable asset.Dataset · publicThe data from this study are publicly available. The dataset is available at https://github.com/2484733079/Early-detection-of-Jujube-Shrinkage-Disease-by-Multi-source-Data-on-Multi-task-Deep-Network.git (accessed on 13 October 2025).Open asset ↗2484733079/Early-detection-of-Jujube-Shrinkage-Disease-by-Multi-source-Data-on-Multi-task-Deep-Networklines:365-367Code / dataset availability confirmedCrossref · Europe PMC · checked 13 Sept 2026
In this study, we present a pilot investigation using a single Purple Heart plant (Tradescantia pallida) to explore whether bioelectrical signals for dual-purpose classification tasks: environmental state detection and human emotion recognition. Using an AD8232 ECG sensor at 400 Hz sampling rate, we recorded 3 s bioelectrical signal segments with 1 s overlap, converting them to mel-spectrograms for ResNet18 CNN (Convolutional Neural Network) classification. For lamp on/off detection, we achieved 85.4% accuracy with balanced precision (0.85–0.86) and recall (0.84–0.86) metrics across 2767 spectrogram samples. For human emotion classification, our system achieved optimal performance at 73% accuracy with 1 s lag, distinguishing between happy and sad emotional states across 1619 samples. These results should be viewed as preliminary and exploratory, demonstrating feasibility rather than definitive evidence of plant-based emotion sensing. Replication across plants, days, and experimental sites will be essential to establish robustness. The current study is limited by a single-plant setup, modest sample size, and reliance on human face-tracking labels, which together preclude strong claims about generalizability.
Why it matches plant phenotyping methods植物の生体電気信号をセンサーで取得し、スペクトログラムとCNNで環境状態を分類する手法を開発・評価しており、植物の生理状態に基づく表現型取得が中心です。ただし、人間の感情分類は植物表現型ではありません。
abstractUsing an AD8232 ECG sensor at 400 Hz sampling rate, we recorded 3 s bioelectrical signal segments with 1 s overlap, converting them to mel-spectrograms for ResNet18 CNN (Convolutional Neural Network) classification.
Reproduction assets foundThe paper's Data Availability Statement provides explicit public URLs for both the phenotype/bioelectrical signal dataset (figshare project) and the authors' analysis code (GitHub), directly reproducing this paper's plant-phenotyping measurements and computational analysis.Dataset · publicThe data is available at https://figshare.com/projects/Plant_Bioelectrical_Signals_for_Environmental_and_Emotional_State_Classification/265783 (accessed on 25 October 2025).Open asset ↗figshare · Plant_Bioelectrical_Signals_for_Environmental_and_Emotional_State_Classification/265783lines:129-206Code · publicCode is available at https://github.com/pgloor/hiddenbiosignals (accessed on 25 October 2025).Open asset ↗github · pgloor/hiddenbiosignalslines:129-206Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Cotton diseases and pests pose significant threats to cotton production, necessitating accurate and efficient classification methods. Despite existing advanced methods, there is a research gap in utilizing both local feature extraction and global context capture for enhanced classification accuracy. Hence, this study developed and evaluated three advanced models for cotton disease and pest classification: a convolutional neural network (CNN)-based model, a Vision Transformer (ViT)-based model, and a hybrid CNN-ViT model. These models were trained on a dataset comprising eight classes of cotton diseases and pests, namely aphids, armyworm, bacterial blight, cotton boll rot, green cotton boll, healthy, powdery mildew, and target spot. The results demonstrated that the hybrid CNN-ViT model achieved the highest overall performance with an average test accuracy of 98.5%. The CNN model showed strong performance with an average accuracy of 97.9%. The ViT models, while having self-attention mechanisms to capture context and dependencies, exhibited improved performance with increased depth. The ViT model having four transformer layers outperformed the two-layer variant, achieving an average accuracy of 97.2% compared to 96.3%. The hybrid model effectively combined the strengths of CNN's local feature extraction and ViT's global feature capture, resulting in superior classification accuracy across most classes. Future research should focus on expanding the dataset to include more diverse diseases and pests and integrating the models with autonomous platforms for spraying the chemicals, thus facilitating real-world adoption and application in agricultural settings.
Why it matches plant phenotyping methods綿花の病害・害虫を画像から分類するCNN、ViT、ハイブリッド手法を開発・評価しており、植物の病害状態推定が研究の中心である。
abstractthis study developed and evaluated three advanced models for cotton disease and pest classification
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset for this study was downloaded from Kaggle ( https://www.kaggle.com/datasets/saeedazfar/customized-cotton-disease-dataset ) and comprises images of various cotton diseases and pests.Open asset ↗Kaggle · saeedazfar/customized-cotton-disease-datasetlines:78-87Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Abstract The disease and pest recognition algorithms based on computer vision can automatically process and analyze a large amount of disease and pest images, thereby achieving rapid and accurate identification of disease and pest categories on crop leaves. Currently, most studies use deep learning models for feature extraction and identification of crop leaf disease and pest images. However, these methods are often seen as “black box” model, making it difficult to interpret the basis for their specific decisions. To address this issue, we propose an intrinsically interpretable crop leaf disease and pest identification model named C ontrastive P rototypical Part Net work (CPNet). The idea of CPNet is to find the key regions that influence the model’s decision by calculating the similarity values between the convolutional feature maps and the learnable latent prototype feature representations. Moreover, because the limited availability of data resources for crop leaf disease and pest images, we employ a supervised contrastive learning strategy to capture the similar information between examples in one class and contrast them with examples in other classes. Finally, we evaluate our approach on four publicly available datasets, and the experimental results demonstrate that our proposed CPNet not only achieves improvements in performance over baseline methods across multiple datasets, but also provides interpretable evidence for crop leaf disease and pest identification.
Why it matches plant phenotyping methods作物葉の病害状態を画像から推定する解釈可能なコンピュータビジョン手法を開発し、複数データセットで評価しており、病害表現型の取得・分類手法が中心です。
titleAn interpretable crop leaf disease and pest identification model based on prototypical part network and contrastive learning
Reproduction assets foundThe paper evaluates CPNet on four public leaf disease/pest image datasets. Two are directly linked in the Data availability statement: the Wheat Plant Diseases dataset (Kaggle) and the Dataset for Crop Pest and Disease Detection (Mendeley), both paper-specific image assets used for the phenotyping-style classification/Dataset · publicnstruction Project of Anhui Science and Technology University (Grant No. XK-XJGY002), the Anhui Provincial Department of Education Natural Science Major Project (Grant No. 2023AH040276).
Data availability
The data used in this study is publicly available at the following link: https://data.mendeley.com/datasets/bwh3zbpkpv/1 and https://www.kaggle.com/datasets/kushagra3204/wheat-plant-diseases .
Declarations
Competing interests
The authors declare no competing interests.
References
1.
Xing S Lee HJ
Crop pests and diseases recognition using DANet with TLDP
Comput. Electron. Agric. 2022 199 107144
10.1016/j.compag.2022.107144
Xing, S. & Lee, H. J. Crop pests and diseases recognition using DANetOpen asset ↗Kaggle · kushagra3204/wheat-plant-diseaseslines:1594-1660Dataset · publicversity (Grant No. FZ230122 ), the key Discipline Construction Project of Anhui Science and Technology University (Grant No. XK-XJGY002), the Anhui Provincial Department of Education Natural Science Major Project (Grant No. 2023AH040276).
Data availability
The data used in this study is publicly available at the following link: https://data.mendeley.com/datasets/bwh3zbpkpv/1 and https://www.kaggle.com/datasets/kushagra3204/wheat-plant-diseases .
Declarations
Competing interests
The authors declare no competing interests.
References
1.
Xing S Lee HJ
Crop pests and diseases recognition using DANet with TLDP
Comput. Electron. Agric. 2022 199 107144
10.1016/j.compag.2022.107144
Xing, S. & Lee, HOpen asset ↗Mendeley · bwh3zbpkpv/1lines:1594-1660Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Wax gourd ( Benincasa hispida (Thunb.) Cogn.) and Mangalore Cucumber (Cucumis melo L. subsp. agrestis var. conomon) are nutritionally rich, mineral-dense crops with a short growing cycle, making them a preferred choice for cultivation among farmers across the country. The Mangalore cucumber, also known as the culinary cucumber, Indian yellow cucumber, or Japanese pickling melon, is widely used in Asian cuisine for pickling. While proper nutrient management is essential for optimal growth, disease control poses a significant challenge in ensuring healthy yields, as disease can rapidly spread from one leaf to another, affecting larger areas of the field and reducing crop yield. Since cucurbits grow close to the soil, they spread across the ground, exhibit dense canopies, and often overlap with neighboring plants. Early detection is crucial to ensure sustainable cultivation, food security, and increased crop productivity. To address this challenge, we collected a dataset comprising 3200 images that includes image samples of Wax gourd and Mangalore cucumber plants affected by leaf miner, pests and image samples of healthy leaves. The Cucurbitaceae datasets that are available in the public domain lack representation of the Mangalore cucumber and Wax gourd varieties. To the best of our knowledge, no publicly available dataset exists for the Wax gourd. Moreover, existing datasets typically contain images captured under controlled greenhouse conditions with plain backgrounds, featuring a single leaf per image. They exhibit low background complexity and limit the scope to detect diseases at the object level, including multiple diseases present on a single leaf or plant. The uniqueness of the proposed dataset lies in addressing this gap by providing field-level images of cucurbits. These images capture variations in soil, overlapped leaves, complex background, varying angles and distances, weeds, and human interference. This makes the dataset suitable for training object detection models capable of identifying single and multiple disease instances, and it can also be effectively used for classification tasks to distinguish between healthy and diseased leaves. It supports advancement in deep learning, feature extraction, segmentation and pattern recognition tasks. Additionally, the dataset serves as a valuable resource for plant pathologists, agronomists and agricultural experts in disease detection, monitoring and management, thereby promoting sustainable agricultural practices. By offering open access, this dataset promotes collaboration within the scientific community to facilitate the development of robust disease detection, identification, and disease control, thus enhancing farming practices and increasing agricultural yields and advancing food security.
Why it matches plant phenotyping methods植物の病害状態を画像から検出・分類する公開データセットが研究の中心であり、植物病害の画像ベース表現型解析に該当する。
abstractwe collected a dataset comprising 3200 images that includes image samples of Wax gourd and Mangalore cucumber plants affected by leaf miner, pests and image samples of healthy leaves.
Reproduction assets foundThe paper is a Data in Brief article describing the WMC-Leafset dataset of 3200 annotated field images of wax gourd and Mangalore cucumber plants for leaf miner/pest object detection. The dataset is publicly deposited on Mendeley Data with an explicit direct URL and DOI, making it a paper-specific, publicly actionable,Dataset · public6° 44′ 46″ east, latitude of 12.16999° or 12° 10′ 12″ north and Mangalore cucumber images were collected from Hulimahu village in longitude of 76.73329° or 76° 43′ 60″ east, latitude 12.1598° or 12° 9′ 35″ north
Data accessibility
Repository name: WMC-Leafset
Data identification number: 10.17632/8m2ytxd4dg.4
Direct URL to data: https://data.mendeley.com/datasets/8m2ytxd4dg/4
Related research article
[ 11 ] M. A. Keerthi Prasad, N. Shobha Rani, M. A. Sangamesha and K. V. Vinay, ``Identification and Detection of Leaf Miner, Pest Infestation in Cucurbitaceae Family in Real-Time Infield Scenarios using YOLOv5s Object Detection Model,'' 2024 11th International Conference on Computing for SustainaOpen asset ↗10.17632/8m2ytxd4dg.4lines:35-65