Accurate litchi counting from whole-tree images is essential for yield estimation, orchard management, and plant phenotyping, but remains challenging in real orchards because fruits occur in dense, heavily occluded clusters and vary markedly in scale, illumination, and appearance across ripening stages, particularly when green fruits resemble surrounding foliage. Existing methods have shown promise, but their robustness in complex orchard environments remains limited. To address these challenges, we propose FG-LCNet, a two-stage foreground-guided litchi counting framework. In the first stage, an enhanced fruit-cluster detector improves the localization of small and ambiguous clusters under complex canopy backgrounds. In the second stage, the detected foreground regions are fed into a density-regression network with hybrid attention, while a consistency-based training strategy is introduced to improve robustness to appearance and illumination variations. To support this study, a large-scale litchi counting dataset was established, consisting of 1,126 whole-tree images collected from five orchards and spanning three ripening stages, with approximately 120,000 fruit-level dot annotations and more than 20,000 cluster-level bounding boxes. FG-LCNet achieved the best overall counting performance, with an MAE of 7.44 and an RMSE of 11.01. It showed clear advantages in high-density fruit-cluster scenarios and cross-orchard validation, while maintaining competitive results across orchard-region and maturity-stage subsets. The framework further retained inference efficiency suitable for practical deployment. These results indicate that FG-LCNet provides an effective solution for robust litchi counting and offers potential for other clustered fruit-counting tasks.
Why it matches plant phenotyping methods果実数という植物器官形質を whole-tree 画像から推定する二段階画像解析手法を開発し、データセット構築と交差果樹園検証まで行っており、表現型取得・抽出法が中心である。
abstractwe propose FG-LCNet, a two-stage foreground-guided litchi counting framework.
Reproduction assets foundThe paper's implementation code is explicitly stated as publicly available at the authors' GitHub repository (FG-LCNet). The litchi counting dataset (1,126 whole-tree images with ~120,000 dot annotations and 20,000+ bounding boxes) is not yet fully public: a ~100-image annotated subset is promised upon acceptance, and,Code · publicdustry Technology Research System (CARS-32-21), Hainan Modern Agricul-
655
tural Industry Technology System (HNARS-08-G02).
656
Conflicts of Interest
657
The authors declare that there is no conflict of interest regarding the publication of this article.
658
Data Availability
659
The implementation code is publicly available at https://github.com/johnhamtom/FG-LCNet .
660
Upon acceptance, a representative subset of approximately 100 annotated litchi images will be
661
released to support reproducibility and preliminary benchmarking. The full dataset is being further
662
organized for future release. Before full release, the complete dataset can be obtained from the
663
corresponding authorOpen asset ↗johnhamtom/FG-LCNetpdf-raw-page:28 lines:1-81Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Rice panicle blast detection is an important task in plant disease phenotyping. Field-based detection remains challenging because infected spike regions are often small, sparse, elongated, and affected by overlapping panicles, complex backgrounds, and variable illumination. In this study, we propose RPB-YOLO11, a lightweight YOLO11-based detector designed for rice panicle blast detection. The model uses a Lightweight Ghost Backbone (LGB) to reduce redundant computation. It uses Anisotropic Axial Stripe Attention (A2SA) to represent elongated panicle structures. It also uses Focal Multi-Scale Attention (FMSA) for multi-scale feature refinement and Adaptive Geometric Shape IoU (AGS-IoU) for geometry-aware localization. The model was trained and evaluated on a rice panicle image dataset containing 1,055 training images, 69 validation images, and 169 test images. On the test set, RPB-YOLO11 achieved 76.09% mAP50, 45.44% mAP50-95, 73.98% precision, and 72.75% recall with 6.21 GFLOPs. Compared with the YOLO11n baseline, it improved mAP50, mAP50-95, precision, and recall by 2.73, 2.12, 1.64, and 2.11 percentage points, respectively. An Android-oriented inference application supports local image inference, detection visualization, class counting, and diseased-panicle incidence estimation. These results suggest that RPB-YOLO11 provides a practical approach for image-based rice panicle blast survey.
Why it matches plant phenotyping methodsイネ穂いもちの画像検出モデルを開発・比較検証し、罹病穂率を推定する実用アプリまで構築しており、植物病害状態の画像ベース表現型取得が中心である。
abstractIn this study, we propose RPB-YOLO11, a lightweight YOLO11-based detector designed for rice panicle blast detection.
Reproduction assets foundThe paper links a public Hugging Face dataset used to establish the rice panicle blast detection dataset and a public GitHub release (data availability statement) containing the study's datasets/models.Dataset · publicsites, cultivars, growth stages, imaging conditions, and disease severities are still needed to evaluate generalization more fully.
Statements
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/XuzheYang2Doc/RPB-YOLO11/releases/tag/rpb-yolo11 .
Author contributions
XY: Data curation, Formal analysis, Investigation, Methodology, Software, Validation, Visualization, Writing – original draft, Writing – review & editing. XZ: Conceptualization, Methodology, Visualization, Writing – original draft, Writing – review & editing. CX: Formal analysisOpen asset ↗XuzheYang2Doc/RPB-YOLO11 · rpb-yolo11lines:639-658Code / 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 confirmedCrossref · checked 15 Sept 2026
Precision agriculture is becoming more and more of a challenge that requires the use of intelligent systems that are able to predict stress and prevent yield loss before it is too late. Traditional methods of agricultural surveillance are predominantly reactive with irrigation demands being based on thresholds or individual yield forecasts models that do not represent the intricate spatio-temporal interactions that exist between crop physiology, soil status, and environmental stresses. Besides, the majority of the current practices do not have an autonomous decision-making approach to preventive intervention which leads to inefficient use of water and slows down the response to stress. This paper suggests a cognitive UAV-assisted agro-surveillance system to predict yield vulnerability caused by crop stress and optimize adaptive irrigation with the help of spatio-temporal deep and reinforcement learning. The framework combines UAV-obtained RGB and multispectral and thermal imagery with measurements of soil sensors and meteorological data obtained with the Crop Health and Environmental Stress Dataset. A new GeoSpatio-TRiNet model is used to acquire long-range spatial relationship, time stress development, and diffusion of stresses across agricultural regions. The model predicts the vulnerability trajectories of the stress instead of the direct yield regression, and this allows early detection of yield risk. Such predictions serve to generate a cognitive environmental state of a Soft ActorCritic (SAC) reinforcement learning agent that autonomously computes zone-based irrigation behaviors to reduce the recurrence of stress at the minimum water usage cost. As shown by the results of the experiment, the proposed framework has a stress forecasting accuracy of 96.3% and performs much better than the traditional machine learning, CNN-based, and transformer-based baselines. The system also decreases the predicted yield vulnerability by 46.6 and enhances water-use efficiency by 41.1 as compared to irrigation strategies based on rules. The results confirm the usefulness of spatio-temporal intelligence with predictive control in terms of effectiveness, and the proposed framework is a scalable and sustainable solution to precision agriculture of the next generation.
Why it matches plant phenotyping methodsUAV画像とセンサーデータから作物ストレスの時系列状態および収量脆弱性を推定する計算・センシング手法が研究の中心であり、灌漑制御への応用も技術評価の一部として記述されている。
abstractThe framework combines UAV-obtained RGB and multispectral and thermal imagery with measurements of soil sensors and meteorological data
Reproduction assets foundThe paper uses the public Kaggle Crop Health and Environmental Stress Dataset (UAV RGB/multispectral/thermal imagery plus soil/weather measurements and stress labels) as its phenotyping data source, and the authors provide an explicit public GitHub repository for the analysis code.Dataset · publicThe current research is based on the Crop Health and Environmental Stress Dataset, which is a publicly available
dataset on Kaggle, specially created to help perform a spatio-temporal analysis of crop health in response to changing
environmental and water-stress factors [26].Open asset ↗pdf-raw-page:10 lines:1-62Code · publicturn: Final zone-wise stress predictions 𝐶
𝑡
𝑧, Yield vulnerability trajectories 𝑉𝑡
𝑧, Optimal adaptive irrigation policy
𝜋∗
End Algorithm
Code availability:
The data used to support the findings of this study are included in the article.
Code availability:
The code used in this research work is available in the following link.
https://github.com/replyvenugopal/Cognitive-UAV-Driven-Agro-Surveillance
4. Result and Discussion
The architectural agro-surveillance solution, which is proposed to be executed by UAVs, is executed through a
modular and scalable software framework to guarantee reproducibility and extensibility. The experiments are all
performed in Python as a main programming languageOpen asset ↗github.com/replyvenugopal/Cognitive-UAV-Driven-Agro-Surveillancepdf-raw-page:24 lines:1-55Code / 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 · checked 5 Sept 2026
Abstract Technological advances have expanded the adoption of digital technologies in agriculture, helping to reduce labour effort, increase profitability, improve crop efficiency and productivity, enhance product quality, mitigate environmental impacts, and promote human health. This context also extends to soybean farming, a sector of major economic importance in Brazil. Most importantly, Brazil has the global leadership in soybean production with biological nitrogen fixation (BNF) replacing chemical fertilisers. The research and evaluation of BNF is limited by manual counting of nodules, a time-consuming procedure. This study presents SoyNodules, designed for the automatic identification of soybean nodules, consisting of a dataset of images. The dataset includes 1,701 images acquired under controlled conditions: 1,662 images of soybean roots with nodules and 39 images of isolated nodules without roots. A total of 49,210 nodule instances are manually annotated with bounding boxes. SoyNodules was designed to promote reuse and interoperability in alignment with the FAIR principles (Findable, Accessible, Interoperable, Reusable) and to support the development, training, and evaluation of computer vision and deep learning methods for precision agriculture.
Why it matches plant phenotyping methods大豆根粒を自動識別する画像データセットであり、手作業計数の代替となる植物器官形質の抽出・評価を支援する方法論的データセット。
abstractThis study presents SoyNodules, designed for the automatic identification of soybean nodules, consisting of a dataset of images.
Reproduction assets foundThe paper is a data descriptor for SoyNodules, an annotated dataset of 1,701 soybean root/nodule images with 49,210 bounding-box annotations, publicly deposited on Zenodo with a DOI. The same repository also hosts the authors' annotation-format conversion script (AnyLabeling to Pascal VOC/COCO), per the Code AvailabilDataset · publicThe SoyNodules dataset, released as version 1.0, is publicly available on Zenodo [28]
at https://doi.org/10.5281/zenodo.22081914.Open asset ↗Zenodo · 10.5281/zenodo.22081914pdf-page:9 lines:1-43Code / 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 confirmedOpenAlex · Crossref · checked 15 Sept 2026
Abstract Heat stress causes ultrastructural damage in pollen grains, leading to reduced pollen germination, pollen size and shortened pollen tube length, ultimately lowering seed set and yield. This study presents a high-throughput phenotyping framework that integrates controlled-environment pollen germination assays with deep learning–based object detection for rapid, accurate, and scalable evaluation of reproductive heat tolerance in soybean breeding programs. Sixteen soybean genotypes were grown under controlled environments at optimal (28/18°C; day/night) and high temperature (38/28°C; day/night) regimes during flowering. In vitro pollen germination was quantified using six YOLO (You Only Look Once) object-detection architectures (YOLOv7–YOLOv12) to identify the best-performing model for automated analysis. Among the tested object-detection architectures, YOLOv9 achieved the best overall performance for detecting germinated and non-germinated pollen grains in complex images. High temperature significantly reduced mean pollen germination from an average of 40% under optimal conditions to an average of 21% under heat stress (P < 0.05), with a significant genotype × growth temperature interaction. Invitro incubation temperatures ranging from 10 °C to 45 °C produced a clear thermal response; however, no significant genotype × incubation temperature interaction was detected within either growth temperature regime. Although photosynthetic and physiological traits were measured exploring their relationship with pollen germination, their transient and complex response limited their reliability for predicting reproductive performance. The automated pipeline substantially reduced the time required to evaluate pollen germination. The pipeline processed nearly 5,000 images in approximately one hour, substantially increasing throughput and reducing reliance on manual counting. The findings demonstrate that pollen germination is a promising proxy trait for screening reproductive heat tolerance in soybean. Combining controlled environment phenotyping with YOLO-based object detection enabled efficient, accurate, and scalable pollen analysis, and represents the central methodological advance of this study. YOLOv9 performed best among the tested architectures, although discrepancies from manual counts in some images indicate that additional validation is needed. The weak associations with vegetative physiological traits further support the value of direct pollen-based phenotyping.
Why it matches plant phenotyping methods深層学習による花粉画像解析を中心に、花粉発芽という生殖形質を高速・自動測定するハイスループット表現型解析フレームワークを開発・比較・検証している。
abstractThis study presents a high-throughput phenotyping framework that integrates controlled-environment pollen germination assays with deep learning–based object detection for rapid, accurate, and scalable evaluation of reproductive heat tolerance in soybean breeding programs.
Reproduction assets foundThe authors state that all data supporting the study, including annotated pollen germination images, computational and statistical codes, and analysis tools, were deposited in Zenodo with a public DOI. This is a paper-specific, publicly actionable asset. LabelMe and Ultralytics YOLO are generic third-party tools, not作者Dataset · publicCommission.
Data availability
All data supporting the findings of this study, including annotated images, computational and
statistical codes, and analysis tools, have been deposited in the Zenodo data repository. Additional
data will be made available upon reasonable request following acceptance of the manuscript.
Repository: https://doi.org/10.5281/zenodo.21685593
Ethics approval and consent to participate
Not applicable
Consent for publication
Not applicable
Competing Interests
Authors declared no competing interests
References
1. FAOSTAT: Crops and livestock products: soybean production data. https://www.fao.org/faostat/
(2022). Accessed 15 Feb 2026.
2. Patel D, Franklin KA. TemperaturOpen asset ↗Zenodo · 10.5281/zenodo.21685593pdf-raw-page:28 lines:1-34Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
Boll-opening concentration is critical for mechanical cotton harvesting, yet it is still assessed mainly by manual records and single time-point indicators that miss temporal dynamics. To bridge the lack of a unified workflow linking vision foundation models, multi-temporal boll-opening monitoring, and harvest decision-making, we developed a cross-scale UAV high-throughput phenotyping framework centered on DINO-BollGX. DINO-BollGX couples a DINO v3 backbone, a RetinaNet detection head, and an adaptive refinement-and-suppression module for robust open-boll detection under complex field conditions. Using multi-temporal UAV imagery collected over two years for 383 cultivars, we reconstructed plot-scale time series of open-boll counts, derived dynamic features describing progression and intensity changes, and proposed a Cotton Boll-Opening Temporal Stability Index (CTSI) to quantify boll-opening rhythm and concentration; CTSI was further integrated with a time-based risk function to generate harvest decision curves. Under unified data and training settings, DINO-BollGX achieved precision = 0.91, F1 = 0.88, and AP@0.50 = 0.80, and provided accurate boll-count estimation (R 2 =0.98; MAE=3.10), outperforming YOLOv11, YOLOv12, YOLOv13, and RT-DETR. On an independent cross-year dataset acquired at 5 m altitude, it obtained precision = 0.98 and F1 = 0.87. An internal consistency analysis showed that CTSI had the expected negative association with Window_days (r = −0.83) and positive associations with Max_count (r = 0.78) and the boll-opening efficiency index (r = 0.92), reflecting the co-occurrence of temporal compactness and main-phase opening intensity in the cultivar population. CTSI ranged from −2.72 to 4.69 across cultivars, enabling identification of highly synchronized boll-opening. Harvest decision curves indicated that the relative net income index peaked at day 67 after the first observation and a compact optimal harvest window near the end of monitoring; on a fixed harvest date, Kuche 130292 (CTSI=4.69) produced 486 open bolls versus 182 for Xinluzao 36 (CTSI=0.53) and 90 for Andizhan-60 (CTSI=-2.72). Overall, the framework integrates dynamic boll-opening phenotyping with harvest timing optimization, supporting scalable cultivar screening and mechanization-ready deployment, with potential extension to harvest decision scenarios in other crops.
Why it matches plant phenotyping methodsUAV画像と基盤モデルを用いて綿花の開絮を検出・定量し、時系列表現型指標を構築・検証する方法が研究の中心であるため。
abstractwe developed a cross-scale UAV high-throughput phenotyping framework centered on DINO-BollGX.
Reproduction assets foundThe paper publicly releases its cotton boll-opening UAV image dataset (3638 patches, 94,774 YOLO-format bounding-box annotations) on GitHub, directly supporting the paper's phenotyping analysis. No author analysis code or trained model checkpoints are explicitly deposited.Dataset · publicentary information for evaluating cross-scale detection performance and characterizing macroscopic spatial patterns. The 5 m imagery acquired on 18 Sept 2024 is used exclusively for cross-year generalization assessment. All cropped images and the corresponding YOLO-format annotation files have been publicly released on GitHub ( https://github.com/mianchen0529/cotton-boll-dataset/tree/main ) to facilitate further research on cotton phenotyping, agricultural remote sensing, and intelligent analytics.
2.3.
Model construction
2.3.1.
Overall architecture of the DINO-BollGX network
The proposed DINO-BollGX network consists of four stages: image preprocessing, feature extraction, object prediction,Open asset ↗mianchen0529/cotton-boll-datasetlines:63-74Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published17 Aug 2026International Journal of Drug Delivery TechnologyCited by 0 · OpenAlex ↗
Why it matches plant phenotyping methodsトマト葉の病害を画像と深層学習で検出する手法が題名上の中心であり、植物の病害状態を観察的に推定するフェノタイピング研究に該当する。
titleDetection of Tomato Leaf Disease in Leaves with Deep Learning MobileNetV2 with Gaussian and Gabor Preprocessing
Reproduction assets foundThe paper's phenotyping analysis is based on the publicly available PlantVillage plant leaf disease image dataset hosted on Kaggle (54,303 labeled leaf images across 38 classes), which the authors explicitly state was sourced from a publicly available Kaggle dataset. No author-specific code, models, or derived datasetsDataset · publicThe research incorporated PlantVillage dataset(24)
accessible on Kaggle that contains 54,303 plant leaf
images showing both healthy and diseased
conditions spanning across 38 specific categories.Open asset ↗Kagglepdf-raw-page:2 lines:1-105Code / 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 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
The tomato plant is considered one of the most important crops in the world, yet it is vulnerable to various diseases that affect crop quality and agricultural productivity. These challenges have driven the need for an efficient and intelligent plant disease detection system. With the development of computer vision and artificial intelligence, this proposed methodology based on deep learning for tomato leaf diseases has been presented. Two public datasets: Taiwan DS with nine classes and Tomato Leaf Diseases Detection Computer Vision Dataset (TLDDCV DS) with seven classes have been used to test this system. This system begins with plant image processing, which includes gamma correction and bilateral filtering, to enhance image quality and clarity while preserving key disease features. Then, a genetic metaheuristic algorithm was used to automatically select the most significant hyperparameters, further optimizing both processing time and accuracy. After that, the tomato leaf disease detection applies the You Only Look Once version 11 Nano (YOLOv11n) model. The YOLOv11n backbone is edited through a Data-efficient Image Transformer (DeiT) to improve the system's capacity for learning global contextual information and long-range dependencies. Experimental results demonstrate that the proposed system outperforms existing methods. It achieved an average mAP@50 of 97.8%, mAP@50-95 of 93.4%, precision of 97.3%, recall of 93.8%, and F1-score of 95.5% on the Taiwan dataset. Additionally, it achieved an average mAP@50 of 87%, mAP@50-95 of 48%, precision of 83.9%, recall of 70.3%, and F1-score of 76.4% on the TLDDCV dataset. These results demonstrate the generalizability and effectiveness of the proposed system in real-world agricultural situations.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から検出・分類する深層学習手法の開発と2データセットでの性能評価が研究の中心であり、植物病害状態のフェノタイピングに該当する。
abstractthe tomato leaf disease detection applies the You Only Look Once version 11 Nano (YOLOv11n) model.
Reproduction assets foundThe paper uses two public Roboflow tomato leaf disease image datasets and states its source code is publicly available on Zenodo, all with explicit availability statements and URLs.Dataset · publicThe first dataset is the Taiwan dataset, which can be found at the following link: (https://universe.roboflow.com/bryan-b56jm/tomato-leaf-disease-ssoha).Open asset ↗tomato-leaf-disease-ssohalines:317-328Dataset · publicThe second dataset is the TLDDCV dataset, which can be found at the following link: (https://universe.roboflow.com/sylhet-agricultural-university/tomato-leaf-diseases-detect)Open asset ↗tomato-leaf-diseases-detectlines:317-328Code · publicThe source code of the proposed framework, including the implementation of the proposed methodology and experimental setup, is publicly available in the Zenodo repository: https://doi.org/10.5281/zenodo.20777853 .Open asset ↗Zenodo · 10.5281/zenodo.20777853lines:317-328Code / 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 confirmedEurope PMC · checked 5 Sept 2026
The intelligent identification of tea diseases is crucial for ensuring tea quality and reducing economic losses in the tea industry. However, the deployment of deep learning models on edge devices remains challenging due to the conflict between detection accuracy and computational overhead. To address this, we propose CA-YOLOv8n, a lightweight object detection model tailored for tea disease diagnosis. Specifically, we introduce a Path-Decoupling strategy to streamline the network structure and integrate the Coordinate Attention (CA) mechanism to enhance the model's spatial awareness of subtle pathological features. Experimental results demonstrate that the proposed model achieves a mean Average Precision (mAP@50) of 98.89% while reducing the parameter count by 32.6% and FLOPs by 24.1% compared to the baseline YOLOv8n. The model was integrated into a diagnostic platform with an automated reporting interface, demonstrating that real-time tea disease identification is feasible on commodity CPU hardware in resource-constrained agricultural environments.
Why it matches plant phenotyping methods茶葉の病害を画像から検出する軽量深層学習モデルを開発・評価し、植物の病害状態を直接推定する方法が研究の中心である。
titleSpatial-aware lightweight network for real-time tea disease detection: A coordinate attention-enhanced YOLOv8n approach with path-decoupling strategy.
Reproduction assets foundThe paper's tea-leaf disease image dataset (9,591 images, YOLO format) is publicly deposited on figshare under CC BY 4.0, as stated in the Data Availability statement and dataset description. No author analysis code or trained model checkpoints are explicitly deposited.Dataset · publicAll data underlying the findings of this study are publicly available on figshare at https://doi.org/10.6084/m9.figshare.32253357 (CC BY 4.0).Open asset ↗figshare · 10.6084/m9.figshare.32253357lines:1-122Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published23 Jul 2026Journal of Intelligent Decision Making and Information ScienceCited by 0 · OpenAlex ↗
- Enhancing agricultural productivity and attaining sustainable crop management depend on the early and precise identification of leaf disease. Using state-of-the-art technologies in precision agriculture like machine learning (ML) and image processing greatly increases the effectiveness of disease detection and facilitates well-informed decision-making. But conventional manual inspection techniques are still tedious, unpredictable, and prone to errors. In order to overcome these constraints, this research offers YOLOv12-CropNet, an innovative deep learning-based system for multi-crop leaf disease diagnosis in real time. The proposed YOLOv12-CropNet approach makes use of the Convolutional Block Attention Module (CBAM) for adaptive attention, the Content-Aware Reassembly of Features (CARAFE) up-sampling module to preserve fine-grained disease characteristics, the YOLOv12 architecture improved with Ghost Convolution for effective feature extraction, and Involution layers to capture spatially specific patterns. Inspection techniques are still laborious, arbitrary, and prone to mistakes. A substantial set of data of 38 classes of both healthy and sick leaves from a variety of crops, including tomato, potato, apple, grape, corn, mango and sugarcane, was put together for training and evaluation. Experimental results show that YOLOv12-CropNet finds a suitable balance between computational speed and accurate detection. Accuracy, F1-score, recall, and precision are important performance metrics that verify the model's resilience in challenging environmental and visual circumstances. The suggested technique provides a scalable and field-deployable way to assist effective identification of diseases and precision agricultural decision-making. The proposed YOLOv12-CropNet model exhibits better performance than the other evaluated models, attaining a 98.45% peak accuracy, 98.10% precision ,98.20 % sensitivity and a 98.18% F1 score, thereby highlighting its efficacy in multi-crop leaf disease detection.
Why it matches plant phenotyping methods複数作物の葉の病徴を画像から検出・分類する深層学習手法を開発し、データセットと性能評価を伴うため、植物病害状態のフェノタイピング手法が中心である。
abstractthis research offers YOLOv12-CropNet, an innovative deep learning-based system for multi-crop leaf disease diagnosis in real time.
Reproduction assets foundThe paper uses public Kaggle datasets as its phenotyping image inputs: the PlantVillage dataset (38 crop-disease classes) and the Sugarcane Leaf Disease dataset, both cited with explicit public URLs. No author code, models, or checkpoints are reported as publicly available.Dataset · public[37] PlantVillage Dataset. Available online: https://www.kaggle.com/datasets/abdallahalidev/plantvillage-datasetOpen asset ↗pdf-page:22 lines:1-61Dataset · public[39] Sugarcane leaf Disease Dataset available online: https://www.kaggle.com/datasets/nirmalsankalana/sugarcane-Open asset ↗pdf-page:22 lines:1-61Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Farmers must be able to estimate their crop yields at various growth stages for effective management of their farms and to enable them to interact with cooperatives or traders as early as possible. Here we developed an AI-based cocoa pod detection method using low resolution colour images of cocoa trees on farms in Côte d'Ivoire. We compared nano and extra-large architectures of six neural networks, including Faster RCNN, Baidu's Real-Time Detection Transformer (RTDetr), Detr-ResNet Vision Transformer (ViT), YOLOv5, YOLOv8 and YOLOv11. These networks were trained with 7,850 annotated cocoa pods on 400 low resolution images, and validated in two independent datasets: a 42 low resolution images containing 990 annotated pods, and a 100 low resolution images containing 2,400 annotated pods. The performances of the nano YOLOv8 and YOLOv11 networks were 2% higher than that of the RTDetr networks and 5% higher than that of the YOLOv5, ViT and Faster RCNN networks with an F1-score of 77% on all images and up to 90% on foreground trees. The dominance of nano architectures suggests that the extra-large architectures, which contain 20-30-times more neurons, may not have been fully trained. The study of learning performance curves showed that extra-large networks were unable to outperform nano networks, which contradicts the theory. After review, the annotated dataset was found to contain inconsistencies. The inconsistency of the training and validation data and their limited quantity restricted the objectivity of comparisons between network architectures. Finally, although the average detection performance of RTDetr for cocoa pods was only 2% lower than that of the YOLOv8 network, it was definitively excluded from the candidate models because its per-image processing time was 15-20% higher than that of YOLOv8 and YOLOv11. However, with a performance sensitivity to data of less than 0.5%, YOLOv8 Nano became the best option.
Why it matches plant phenotyping methodsカカオ果実を画像から検出・定量するAI手法を開発し、複数モデルと独立データセットで性能比較・検証しており、植物フェノタイピング手法が中心である。
abstractHere we developed an AI-based cocoa pod detection method using low resolution colour images of cocoa trees on farms in Côte d'Ivoire.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicData Availability: The data used in the study can be downloaded from CIRAD’s data verse at https://doi.org/10.18167/DVN1/8COJBB .Open asset ↗10.18167/DVN1/8COJBBlines:129-140Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
Abstract Blanket-rate agrochemical scheduling — a practice wherein the same quantity of fertilizer or pesticide is spread uniformly across an entire field irrespective of spatial or temporal crop need — persists as the dominant farm management paradigm across rural India and large parts of South Asia. This approach generates cascading inefficiencies: excess nitrogen drains into waterways, off-target pesticide deposits devastate pollinators, input costs erode thin profit margins, and wide-scale greenhouse gas release from soil microbial activity accelerates climate change. The study documented here addresses this challenge through a purpose-built, four-layer intelligent field management platform. The platform ingests continuous data from drone-mounted multispectral cameras, in-field IoT soil probes, a wireless weather station, and cloud-sourced Sentinel-2 satellite imagery, then passes these inputs through a cascaded AI inference stack. A fine-tuned YOLOv8-L network performs real-time pest and foliar disease localisation; a ResNet-50 backbone quantifies canopy health across five stress gradients; a two-layer stacked LSTM projects short-horizon yield trajectories; and a Deep Q-Network autonomously plans drone spray routes weighted by field-specific prescription maps. Field validation spanned two consecutive growing seasons (Rabi 2022–23 and Kharif 2023–24) across six georeferenced plots covering 4.8 ha at Baramati, Maharashtra. Outcome metrics recorded during head-to-head comparison with conventional practice included a disease detection score of 95.6% mAP, a 47.3% reduction in total nitrogen applied, a 38.1% decrease in pesticide volume, and a 22.4% uplift in harvested grain weight. Together, these field-verified numbers substantiate the operational readiness of integrated AI precision agriculture for smallholder deployment.
Why it matches plant phenotyping methodsマルチスペクトル画像・深層学習による病害局在化とキャノピー健康状態の定量化を中核機能とする統合プラットフォームであり、植物の病害状態・生育状態を直接推定して現地検証している。
abstractThe platform ingests continuous data from drone-mounted multispectral cameras, in-field IoT soil probes, a wireless weather station, and cloud-sourced Sentinel-2 satellite imagery, then passes these inputs through a cascaded AI inference stack.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicData Availability The annotated image dataset (14,300 images, 23 classes), trained YOLOv8-L and ResNet-50 weights, LSTM model files, DQN policy checkpoint, and all analysis scripts are archived at https://github.com/precision-agri-ai (Zenodo DOI: 10.5281/zenodo.XXXXXXX).Open asset ↗precision-agri-ailines:161-182Code / dataset availability confirmedOpenAlex · checked 5 Sept 2026
Accurate identification of individual plants from unmanned aerial vehicle (UAV) imagery is essential for high-throughput phenotyping and data-driven decision-making in plant breeding. This study presents MatchPlant, a modular, open-source Python pipeline with a graphical user interface for UAV-based single-plant detection and geospatial trait extraction. The pipeline integrates UAV image processing, user-guided annotation of selected undistorted images, convolutional neural network–based object-detection training, forward projection of bounding boxes onto an orthomosaic, and shapefile generation for spatial phenotypic analysis. This workflow preserves native image geometry during detection while maintaining coordinate traceability from source imagery to georeferenced outputs. Across five independent training runs using early-season maize imagery, MatchPlant achieved source-image-level detection performance of AP@0.5 = 90.3 ± 1.1% and mAP@0.5:0.95 = 43.4 ± 2.9%. Orthomosaic-level evaluation after forward projection showed AP@0.5 = 89.7 ± 0.8% and recall = 93.7 ± 1.2%, demonstrating the workflow’s ability to transfer plant detections into georeferenced outputs. Plant-level traits, including plant height derived from canopy height models and NDVI derived from vegetation index rasters, showed strong agreement with manual annotations ( r = 0.87–0.97). Detection outputs were reused across time points with minimal additional annotation, supporting temporal phenotyping during early growth. The framework was validated using maize imagery from a single site and growing season, where plant separation remained clear. By combining modular design, reproducibility, and coordinate traceability, MatchPlant provides an open-source workflow for UAV-based plant-level analysis, with broader applications requiring validation across additional crops, sensors, growth stages, GSDs, and field conditions.
Why it matches plant phenotyping methodsUAV画像から個体検出と植物形質(草高・NDVI)を抽出する、オープンソースの再利用可能なワークフローを開発・検証しており、植物フェノタイピング手法が中心である。
abstractThis study presents MatchPlant, a modular, open-source Python pipeline with a graphical user interface for UAV-based single-plant detection and geospatial trait extraction.
Reproduction assets foundThe paper's MatchPlant analysis pipeline is publicly available on GitHub, and the maize case-study training dataset and pre-trained model are publicly available on Zenodo; both are paper-specific, public, and actionable.Dataset · publicThe public datasets supporting the case study are available on Zenodo at https://doi.org/10.5281/zenodo.14856123 (accessed on February 14, 2025).Open asset ↗Zenodo · 10.5281/zenodo.14856123lines:169-250Model / weights · publicThe training dataset and pre-trained model used in the maize case study presented in Section 3 are also publicly available via Zenodo ( Sangjan et al., 2025a ) at https://doi.org/10.5281/zenodo.14856123 (accessed on February 14, 2025).Open asset ↗Zenodo · 10.5281/zenodo.14856123lines:70-82Code / dataset availability confirmedOpenAlex · checked 11 Sept 2026
Unmanned aerial vehicle (UAV) photogrammetry offers a cost-effective approach to tree-level detection, however, Structure-from-Motion (SfM) outputs are sensitive to processing choices and site conditions, which can alter canopy representation and reduce individual-tree detection accuracy. Here, we systematically evaluate how SfM reconstruction quality and depth-map filtering influence RGB-only individual-tree detection under controlled acquisition conditions. Objectives were to (i) identify an optimal SfM-derived point-cloud configuration for delineating individual trees, and (ii) implement and test a segmentation workflow (local-maxima treetop detection plus Dalponte2016 in lidR) for detecting and counting trees. We assessed RGB-only SfM for individual-tree detection (ITD) across thirteen 1.21-ha loblolly pine ( Pinus taeda ) plots located in two counties in the state of Alabama in the southeastern United States; eight even-aged plantations and five mixed pine-hardwood stands, while holding image acquisition parameters constant. Using Agisoft Metashape Professional (Agisoft LLC, St. Petersburg, Russia), dense-cloud quality (Lowest, Low, Medium, High, Ultra High) and depth-map filtering (Disabled, Mild, Moderate, Aggressive) were varied in a 5 × 4 full-factorial design; assessment metrics included point-cloud density, canopy-surface completeness, canopy-height-model (CHM) agreement with field heights, and ITD precision/recall/F1. We identified a single high-resolution configuration (Ultra High + Disabled) by screening parameter sets for structural accuracy and suppression of false peaks. Using this configuration, CHMs matched field heights in Washington County, Alabama (R 2 = 0.96; RMSE = 0.44 m; bias = − 0.01 m) and in Cullman County, Alabama (R 2 = 0.44; RMSE = 1.14 m; bias = − 0.09 m); pooled performance was R 2 = 0.98; RMSE = 0.54 m; bias = − 0.01 m. ITD accuracy at the primary 3 m match radius yielded a precision of 0.03; recall = 0.29; F1 = 0.05 in the even-aged plantations (Washington) and a precision of 0.03; recall = 0.12; F1 = 0.05 in mixed pine–hardwood stands (Cullman); pooled F1 = 0.05. The selected parameters and workflow are reproducible and transferable, provide insight into RGB-SfM ITD performance, and indicate when lidar remains preferable for crown delineation.
Why it matches plant phenotyping methodsRGB-SfMによる個体樹の検出・樹高推定と、SfM設定およびセグメンテーションワークフローの系統的評価が研究の中心であり、植物の樹冠構造・樹高という形態形質を抽出する方法を検証している。
abstractwe systematically evaluate how SfM reconstruction quality and depth-map filtering influence RGB-only individual-tree detection
Reproduction assets foundThe paper's Code availability statement deposits the authors' SfM/ITD processing scripts publicly on OSF (DOI 10.17605/OSF.IO/UXBCZ). Phenotype/field datasets are only available on request, so they are not public assets.Code · publicThe workflow and processing scripts used in this study are publicly available through the Open Science Framework
(OSF) repository: Singh and Narine, [32]. Code Repository for Optimizing SfM Parameters for RGB-Only Individual-Tree
Detection in Loblolly Pine and Mixed Pine-Hardwood Stands. https://doi.org/10.17605/OSF.IO/UXBCZ.Open asset ↗10.17605/OSF.IO/UXBCZpdf-page:12 lines:1-70Code / 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 · Europe PMC · checked 5 Sept 2026
Plant disease detection under complex climatic conditions and cross-crop scenarios remains a critical challenge. To address this, we propose a novel SimAM-Inception-StyleRandomization (SIS)-YOLOv11 algorithm based on YOLOv11n for early/late blight detection on potato and tomato leaves. Our core innovations are: 1) A C3k2-SSI module integrating Style Randomization, Inception architecture, and SimAM attention to enhance cross-crop generalization; 2) A Fusion-InceptionConv module for fine-grained feature extraction under rainfall/haze noise; 3) SPPF-Inception and C2PSA-IS modules to optimize multi-scale feature fusion; 4) DepGraph pruning to reduce 47.82% parameters while improving performance. Experiments show that the pruned SIS-YOLOv11 outperforms YOLOv11n by 3.7% in precision, 6.6% in recall, 5.4% in mAP50, and 7.9% in mAP50-95, and surpasses mainstream models (Faster R-CNN, SSD, etc.). This study provides a robust, lightweight solution for automated cross-crop disease detection in complex agricultural environments.
Why it matches plant phenotyping methodsジャガイモとトマト葉の病害状態を画像から検出する新規アルゴリズムを開発し、性能比較・軽量化まで行っており、植物フェノタイピング手法が中心である。
abstractwe propose a novel SimAM-Inception-StyleRandomization (SIS)-YOLOv11 algorithm based on YOLOv11n for early/late blight detection on potato and tomato leaves.
Reproduction assets foundThe paper's image dataset (potato/tomato leaf disease images with annotations and climate-noise augmentation) is explicitly declared publicly available on Baidu AI Studio. No author code or trained model deposit is stated.Dataset · publicData Availability: All image datasets used and analyzed in this study are publicly available from the Baidu AI Studio dataset repository at the URL: https://aistudio.baidu.com/datasetdetail/245434 .Open asset ↗Baidu AI Studio · 245434lines:1-133Code / dataset availability confirmedOpenAlex · checked 14 Sept 2026
Early crop establishment strongly influences plant performance and yield, making seedling emergence an important trait in crop phenotyping, breeding, and stress physiology studies. However, emergence monitoring is still commonly performed manually and typically records only the final emergence percentage, limiting the analysis to other dynamic observations. Automated image-based approaches are promising but remain challenging due to the small size of plant structures, heterogeneous soil backgrounds, and variability across imaging systems. Here, we present SPROUT (AI- based S eedling PR edicti O n and trait extraction U sing RGB T ime-series), a low-cost RGB imaging pipeline for automated prediction of crop emergence dynamics and trait extraction. The system integrates instance segmentation, object-detection–based data reduction, and temporal deep learning to estimate the emergence time of individual seedlings from RGB image sequences. The pipeline then automatically reconstructs emergence curves and extracts associated traits, including final emergence percentage, EC50, and emergence synchronicity. SPROUT was developed and evaluated using barley and wheat datasets acquired with different RGB cameras under controlled growth-chamber conditions. In the development and retraining settings, the best-performing TCN model achieved 90.0% per-well accuracy with a ± 2h tolerance, supporting accurate emergence curve reconstruction. In an independent inference-only dataset, the model still captured approximate emergence dynamics, although accuracy decreased to 59.3%, indicating that SPROUT is best used as a modular pipeline that can be retrained or fine-tuned for new crop, camera, or experimental domains. A cadmium-stress case study in two contrasting wheat genotypes showed that SPROUT-derived traits captured genotype-specific establishment strategies associated with growth and metabolic responses.
Why it matches plant phenotyping methodsRGB時系列画像から出芽動態を推定し、出芽率・EC50・同時性などの形質を抽出するパイプラインを開発・評価しており、植物フェノタイピング手法が中心である。
abstractHere, we present SPROUT (AI- based S eedling PR edicti O n and trait extraction U sing RGB T ime-series), a low-cost RGB imaging pipeline for automated prediction of crop emergence dynamics and trait extraction.
Reproduction assets foundThe paper's SPROUT emergence-prediction pipeline code is publicly available on GitHub with explicit availability language, and raw images plus morphology/metabolic data are deposited on Zenodo (10.5281/zenodo.18889863). The GitHub URL is in allowed_urls; the Zenodo DOI is not, so only the code asset is listed as an ad-Code · publiccan be found online at https://doi.org/10.1016/j.compag.2026.112184.Data availability
The raw images and raw data for the morphology and metabolic
profiling on the case study are available in ZENODO (10.5281/zen
odo.18889863), and the code for the machine learning pipeline and
emergence curve analysis are available on GitHub (https://github.com/kit-pef-czu-cz/sprout-emergence-prediction).References
Albarenque, S., Basso, B., Davidson, O., Maestrini, B., Melchiori, R., 2023. Plant
emergence and maize (Zea mays L.) yield across multiple farmers’ fields. Field Crops
Res. 302. https://doi.org/10.1016/j.fcr.2023.109090.Arsovski, A.A., Galstyan, A., Guseman, J.M., Nemhauser, J.L., 2012.
PhotomorpOpen asset ↗kit-pef-czu-cz/sprout-emergence-predictionpdf-raw-page:13 lines:78-112Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Detecting cotton leaf diseases in open-field environments is challenging due to cluttered backgrounds, scale variation, and irregular lesion morphology. Conventional detectors rely on isotropic receptive fields and coupled box-regression losses, which limit their ability to localize elongated lesions with poorly defined boundaries. We present an anisotropic boundary-aware detection framework that propagates high-frequency boundary information across four successive pipeline stages. In the backbone, an Anisotropic Morphological Contrast Aggregation module (AMCA) enhances direction-aware representation and lesion-background contrast via re-parameterizable strip convolutions and high-frequency residual extraction. A Dynamic Semantic Boundary Transfer mechanism (DSBT) then captures boundary priors from shallow layers before they are lost to downsampling and injects them into the neck. A Morphological-Spectral Synergistic Feature Pyramid Network (MFS-FPN) preserves these cues during multi-scale fusion through spatial-domain operations compatible with edge hardware. Finally, an Anisotropic Boundary-Decoupled IoU loss (ABD-IoU) independently penalizes each of the four box boundaries and sustains optimization signals in high-IoU regimes via a logarithmic modulation factor. On the self-constructed Complex Cotton Leaf Disease dataset (CCLD; 6,856 images, 6 classes), the method achieves 78.50% mAP@50 and 65.00% mAP@50:95, improving the YOLOv11n baseline by 4.80% and 2.70% with only 2.73 M parameters at 202 FPS. Cross-domain evaluations on PlantDoc and RWD confirm consistent improvements. The framework runs in real time on NVIDIA Jetson edge platforms with INT8 quantization.
Why it matches plant phenotyping methods綿花葉の病斑・病害状態を画像から検出する手法を開発し、複数データセットとベースラインで性能検証しているため、植物表現型取得が中心である。
abstractWe present an anisotropic boundary-aware detection framework that propagates high-frequency boundary information across four successive pipeline stages.
Reproduction assets foundThe authors explicitly state that their source code, trained models, and implementation details are publicly available, and the data availability statement points to the same repository, which hosts the self-constructed CCLD cotton leaf disease dataset (6,856 images, 6 classes) used for the paper's phenotyping/disease-Code · publicFurthermore, to facilitate future research, our source code, trained models, and implementation details have been made publicly available at https://github.com/DynaVLA/ABAD-CLD .Open asset ↗DynaVLA/ABAD-CLDlines:331-343Dataset · 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/DynaVLA/ABAD-CLD .Open asset ↗DynaVLA/ABAD-CLDlines:1278-1317Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Eggplant (Solanum melongena) is a major cash crop, yet field detection of its pests and diseases remains difficult because disease evidence is simultaneously occluded by foliage, blurred at lesion boundaries, and highly variable in scale. Fruit rot is especially challenging: the waxy epidermis and purple anthocyanin-rich surface reduce chromatic contrast, while infection spreads gradually from water-soaked tissue to necrotic tissue, producing diffuse borders between diseased and healthy regions. In this work, we reframe eggplant disease detection through a context-boundary-scale coupling principle, which states that accurate field detection should jointly model incomplete contextual cues, ambiguous lesion boundaries, and scale-varying symptom morphology rather than optimize these cues independently. ISA-YOLO is proposed as an implementation of this principle on top of YOLOv13 through coordinated context modeling, boundary-aware aggregation, and progressive multi-scale fusion. Experiments on two public datasets show that ISA-YOLO achieves 78.1 and 77.7% mAP at 30.66 and 31.74 FPS, outperforming mainstream detectors in overall trade-off between accuracy and speed. After pruning and quantization, inference speed increases to about 75 FPS while maintaining strong accuracy. These results indicate that the proposed principle provides an effective pathway for accurate and deployable eggplant pest and disease detection in smart agriculture.
Why it matches plant phenotyping methodsナスの病害・害虫を画像から検出するISA-YOLOモデルの開発と性能評価が研究の中心であり、植物の病害状態を直接推定するフェノタイピング手法に該当する。
titleA high-performance detection model ISA-YOLO for eggplant pests and diseases.
Reproduction assets foundThe paper uses four public Roboflow image datasets (BISU, UTM, Papaya, Tomato) and states that supporting data and code are publicly available on Zenodo, all with explicit URLs in the Data availability section.Dataset · publicwas supported by National Natural Science Foundation of China grants (62472269, 62072291).
Data availability
This research relies entirely on four publicly available detection datasets: Papaya ( https://universe.roboflow.com/hm-xsfz9/papaya-eswlk-r2ydy ), Tomato ( https://universe.roboflow.com/test-fqgof/tomato-rotten ), BISU ( https://universe.roboflow.com/bohol-island-state-university-vgjlb/eggplant-disease-detection ), and UTM ( https://universe.roboflow.com/utm-xpfqs/eggplant-disease-detection-5fuqv ). The authors believe that the creators of these public datasets complied with relevant institutional, national, and international guidelines and legislation when collecting the data. No newOpen asset ↗eggplant-disease-detectionlines:1509-1560Dataset · publicty
This research relies entirely on four publicly available detection datasets: Papaya ( https://universe.roboflow.com/hm-xsfz9/papaya-eswlk-r2ydy ), Tomato ( https://universe.roboflow.com/test-fqgof/tomato-rotten ), BISU ( https://universe.roboflow.com/bohol-island-state-university-vgjlb/eggplant-disease-detection ), and UTM ( https://universe.roboflow.com/utm-xpfqs/eggplant-disease-detection-5fuqv ). The authors believe that the creators of these public datasets complied with relevant institutional, national, and international guidelines and legislation when collecting the data. No new data collection was performed for this research. The authors confirm that the use of these datasets in thOpen asset ↗eggplant-disease-detection-5fuqvlines:1509-1560Dataset · publicof the outcomes of the Provincial Undergraduate Training Program on Innovation and Entrepreneurship (Number: S202510108100). This work was supported by National Natural Science Foundation of China grants (62472269, 62072291).
Data availability
This research relies entirely on four publicly available detection datasets: Papaya ( https://universe.roboflow.com/hm-xsfz9/papaya-eswlk-r2ydy ), Tomato ( https://universe.roboflow.com/test-fqgof/tomato-rotten ), BISU ( https://universe.roboflow.com/bohol-island-state-university-vgjlb/eggplant-disease-detection ), and UTM ( https://universe.roboflow.com/utm-xpfqs/eggplant-disease-detection-5fuqv ). The authors believe that the creators of these publicOpen asset ↗papaya-eswlk-r2ydylines:1509-1560Dataset · publicnovation and Entrepreneurship (Number: S202510108100). This work was supported by National Natural Science Foundation of China grants (62472269, 62072291).
Data availability
This research relies entirely on four publicly available detection datasets: Papaya ( https://universe.roboflow.com/hm-xsfz9/papaya-eswlk-r2ydy ), Tomato ( https://universe.roboflow.com/test-fqgof/tomato-rotten ), BISU ( https://universe.roboflow.com/bohol-island-state-university-vgjlb/eggplant-disease-detection ), and UTM ( https://universe.roboflow.com/utm-xpfqs/eggplant-disease-detection-5fuqv ). The authors believe that the creators of these public datasets complied with relevant institutional, national, and internatOpen asset ↗tomato-rottenlines:1509-1560Code · publicarch. The authors confirm that the use of these datasets in this study is fully compliant with their original licenses and ethical guidelines. The final images presented in the article accurately reflect the original data and meet community standards. The data and code supporting the conclusions of this article are available at https://zenodo.org/records/19425300 .
Declarations
Ethics approval and consent to participateOpen asset ↗Zenodo · 19425300lines:1509-1560Code / 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.
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 · checked 14 Sept 2026
Sweet potato is a nutritionally valuable crop that contributes to food security, owing to its storage roots rich in starch, sugars, and antioxidants, while requiring minimal cultivation inputs. Estimating its yield based on visible above-ground traits remains challenging due to weak and inconsistent correlations between shoot biomass and storage root development. Therefore, direct assessment of underground biomass is essential. In this study, we demonstrate the field application of ground penetrating radar (GPR) for non-destructive detection and yield estimation of sweet potato. GPR is a geophysical technique that typically transmits ultra high frequency radio waves into the soil and records reflections from subsurface objects. Electromagnetic wave simulations within the soil-root system revealed GPR signals that strongly correlate with root length, forming the basis for yield quantification. We developed an image-processing pipeline comprising static correction, gain adjustment, noise filtering, and hyperbola segmentation via the Hough transform to enable semi-automated storage root detection from GPR data. By integrating detection and quantification approaches, a linear regression model predicting sweet potato yield from GPR signals achieved moderate accuracy ( R 2 = 0.567, normalized RMSE 0.190). We established a non-destructive and low-labor approach for monitoring root systems, providing a foundation for rapid, scalable, and field-ready yield estimation in sweet potato and other root and tuber crops.
Why it matches plant phenotyping methodsGPRによる地下貯蔵根の検出・定量化と収量推定を中心に、信号処理および画像処理パイプラインを開発・評価しているため、植物フェノタイピング手法として収載する。
abstractWe developed an image-processing pipeline comprising static correction, gain adjustment, noise filtering, and hyperbola segmentation via the Hough transform to enable semi-automated storage root detection from GPR data.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe datasets analyzed during the current study consist of GPR line scans of the field at ALRC and list of sweet potato storage root weights. These data are available together with the analysis scripts on GitHub under open access. All data and scripts are the property of NARO and are distributed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0). The repository can be accessed at: https://github.com/mtei1/GPRScript.Open asset ↗mtei1/GPRScripthtml-lines:240-264Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Agricultural leaf disease detection is crucial for early intervention and yield protection in precision agriculture. Among representative economic crops, such as apples, leaf lesions are typically small and appear in complex backgrounds, making accurate detection performed on resource-constrained embedded devices challenging. To address this, we propose a lightweight small-object detection models, namely the dynamic Differential Compensation Lightweight-YOLO (DCL-YOLO) model and its pruned version (DCL-YOLO-P), based on YOLO11n. A novel Dual-Aspect Feature Complementary Mapping (DAFCM) module type is embedded in their backbone to recover lost semantic and spatial information, while the original YOLO11n's neck is replaced by an Efficient Enhanced Cross-Scale Feature Fusion (EE-CSFF) module, which incorporates Gated Differential Convolutional Fusion (GDCF) modules to strengthen cross-scale information flow and small-object representation. Experimental results obtained on the ALDSOD dataset show that, compared with the YOLO11n baseline, DCL-YOLO improves recall from 81.9% to 84.6%, mAP50 from 86.8% to 88.4%, and mAP50:95 from 47.0% to 47.8%, while also reducing the parameter count from 2.58 M to 1.91 M and Giga Floating-Point Operations (GFLOPs) from 6.3 to 5.5. After applying Layer-Adaptive Magnitude-based Pruning (LAMP), the parameter count and GFLOPs are further reduced to 0.75 M and 2.7, respectively, with mAP50 and mAP50:95 still exceeding the baseline by 1.2 and 0.5 percentage points, respectively. When deployed on an embedded device, the pruned model achieved 15.2 FPS and 139 msec per image, confirming its applicability in real-time scenarios. Furthermore, cross-domain validation, performed on the Global Wheat Head Detection (GWHD) dataset, indicates the stable generalization capabilities of the proposed models across environmental domain shifts. The DCL-YOLO's source code is publicly available at: https://github.com/q123-code/dcl-yolo.
Why it matches plant phenotyping methodsリンゴ葉の病斑を画像から検出する軽量モデルを開発し、データセットで性能比較・クロスドメイン検証・組込み機器での実装評価を行っており、植物の病害状態推定手法が研究の中心です。
abstractTo address this, we propose a lightweight small-object detection models, namely the dynamic Differential Compensation Lightweight-YOLO (DCL-YOLO) model and its pruned version (DCL-YOLO-P), based on YOLO11n.
Reproduction assets foundThe paper's constructed ALDSOD apple-leaf disease detection dataset is publicly available via Zenodo DOI, and the authors' DCL-YOLO source code is publicly available on GitHub. Both are paper-specific, public, and actionable.Dataset · publicData Availability: The constructed ALDSOD dataset used in this study is available for download from the following DOI: https://doi.org/10.5281/zenodo.17198053 .Open asset ↗zenodo · 10.5281/zenodo.17198053lines:148-159Code · publicThe DCL-YOLO’s source code is publicly available at: https://github.com/q123-code/dcl-yolo .Open asset ↗github · q123-code/dcl-yololines:148-159Code / dataset availability confirmedOpenAlex · Crossref · checked 14 Sept 2026
Abstract Fruit size, shape, color, and percent fruit rot are important quality traits for breeding cranberry ( Vaccinium macrocarpon Ait.). Image analysis can be used to measure these traits, but affordable hardware for standardized image capture and integrated user‐friendly software pipelines are lacking. Additionally, no image‐based method exists to estimate percent fruit rot, an otherwise tediously and subjectively measured trait. We created the BerryBox, a simple and inexpensive lightbox, camera mount, and accompanying software pipeline to standardize the capture and analysis of postharvest fruit images. Trained deep neural network models were highly accurate for segmenting sound fruit (F1 score: 99.4%) and detecting rotten fruit (F1 score: 98.5%). We applied the BerryBox to images of cranberries harvested across 3 years from a 156‐clone breeding population. Narrow‐sense heritability estimates of image‐based fruit color, shape, size, and percent fruit rot ranged from 0.37 to 0.95. Random subsampling showed that 25–30 berries per genotype were sufficient to describe the variation in the full dataset. We demonstrated the utility of BerryBox traits in a small‐scale genetic linkage mapping analysis, detecting significant marker–trait associations that coincided with those of traditionally measured traits. The BerryBox software was able to accurately segment fruit from images of blueberries without model retraining, showing its applicability to other similarly shaped fruits. The software pipeline and BerryBox materials and assembly instructions are publicly available for others to adopt for low‐cost image‐based phenotyping.
Why it matches plant phenotyping methodsクランベリー等の果実形質と腐敗率を画像から抽出する低コスト撮像装置・ソフトウェアパイプラインを開発し、精度検証と他果実への適用性評価を行った、中心的な植物フェノタイピング手法研究である。
abstractWe created the BerryBox, a simple and inexpensive lightbox, camera mount, and accompanying software pipeline to standardize the capture and analysis of postharvest fruit images.
Reproduction assets foundThe paper explicitly states public availability of the annotated image datasets (USDA Ag Data Commons DOI), R analysis scripts, the BerryBox Python software package with pre-trained models, and the model training code, all with author-provided public URLs.Dataset · publics (LOD)
score at a particular marker exceeded that computed at the
α = 0.05 level under null models generated via 1000 random
permutations.
2.8 Data, software, and equipment
instruction availability
The image datasets, along with annotations, are publicly
available through the USDA National Agricultural Library
Ag Data Commons (https://doi.org/10.15482/USDA.ADC/29853332). All analyses in this study were performed in R (v.
4.5.0; R Core Team, 2025). Scripts to replicate the analyses,
along with a list of materials for recreating the Berry-
Box, are available from the GitHub repository https://github.com/neyhartj/BerryBox_FruitPhenotyping. Software for run-
ning the image capture and analysis Open asset ↗10.15482/USDA.ADC/29853332pdf-raw-page:8 lines:1-125Code · publicable through the USDA National Agricultural Library
Ag Data Commons (https://doi.org/10.15482/USDA.ADC/29853332). All analyses in this study were performed in R (v.
4.5.0; R Core Team, 2025). Scripts to replicate the analyses,
along with a list of materials for recreating the Berry-
Box, are available from the GitHub repository https://github.com/neyhartj/BerryBox_FruitPhenotyping. Software for run-
ning the image capture and analysis software pipeline is
available as a Python package from the GitHub reposi-
tory https://github.com/NeyhartLab/berryboxai. The package
includes pre-trained models for berry segmentation and fruit
rot detection, and the code is available from https://github.com/NOpen asset ↗github.com/neyhartj/BerryBox_FruitPhenotypingpdf-raw-page:8 lines:1-125Code · public). Scripts to replicate the analyses,
along with a list of materials for recreating the Berry-
Box, are available from the GitHub repository https://github.com/neyhartj/BerryBox_FruitPhenotyping. Software for run-
ning the image capture and analysis software pipeline is
available as a Python package from the GitHub reposi-
tory https://github.com/NeyhartLab/berryboxai. The package
includes pre-trained models for berry segmentation and fruit
rot detection, and the code is available from https://github.com/NeyhartLab/berryboxai_training_public for training a
custom model using high-performance computing resources
or the widely available Google Colab environment (Rippner
et al., 2022).
3 RESULTOpen asset ↗github.com/NeyhartLab/berryboxaipdf-raw-page:8 lines:1-125Code · publiceyhartj/BerryBox_FruitPhenotyping. Software for run-
ning the image capture and analysis software pipeline is
available as a Python package from the GitHub reposi-
tory https://github.com/NeyhartLab/berryboxai. The package
includes pre-trained models for berry segmentation and fruit
rot detection, and the code is available from https://github.com/NeyhartLab/berryboxai_training_public for training a
custom model using high-performance computing resources
or the widely available Google Colab environment (Rippner
et al., 2022).
3 RESULTS
3.1 Deep learning model training
The trained berry segmentation model achieved an overall
accuracy of 98.9% and an F1 score of 99.4%. The fruit rot
detection mOpen asset ↗github.com/NeyhartLab/berryboxai_training_publicpdf-raw-page:8 lines:1-125Code / 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 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 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
Abstract Maize is a globally important food crop, and its yield and quality are vulnerable to various leaf diseases. To address issues such as blurred edges of disease spots and difficulty in small target detection, this study proposes the MAC-YOLO11 model improved on the basis of YOLOv11m. The model introduces the MSPP module to enhance the extraction capability of edge and directional features, and incorporates the spatial position attention module CDSA to strengthen the modeling capability for differences in lesion morphology, texture, and spatial distribution. We designed the APC module to expand the effective receptive field at a low parameter cost through asymmetric convolution branches. The dataset covers 11 categories: northern leaf blight, brown spot, common rust, smut, downy mildew, fall armyworm larval damage, gray leaf spot, maize streak virus disease, adult corn borer damage, corn borer larval damage, and healthy maize leaves. Results show that the MAC deep learning model achieves mAP50 and mAP50:95 of 94.1% and 83.5%, respectively, with overall performance superior to YOLOv11m and other mainstream models. This study provides a technical solution for intelligent identification of maize diseases and holds significant value for disease monitoring and precise control in smart agriculture.
Why it matches plant phenotyping methodsトウモロコシ葉の病斑形態・テクスチャ・空間分布を画像から識別する深層学習モデルを開発・評価しており、植物病害状態の画像ベース表現型計測が中心である。
abstractthis study proposes the MAC-YOLO11 model improved on the basis of YOLOv11m.
Reproduction assets foundThe paper's authors explicitly state that the source code and implementation details of the proposed MCA-YOLO11 maize leaf disease detection model are publicly available on GitHub, matching an allowed URL. No public dataset deposit is stated for the 17,729-image maize leaf disease dataset.Code · publicThe source code and implementation details for the proposed model are publicly
available on GitHub at: https://github.com/xuzhiheng0402/MCA-modelOpen asset ↗xuzhiheng0402/MCA-modelpdf-page:18 lines:1-53Code / 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 confirmedCrossref · checked 14 Sept 2026
Published23 Jun 2026International Journal of Innovative Research and Scientific StudiesCited by 0 · OpenAlex ↗
Plant health plays a critical role in agriculture, climate balance, and economic stability. However, plant diseases caused by bacteria, fungi, and viruses can significantly reduce crop productivity if not detected early. Traditional manual inspection methods are time-consuming, labor-intensive, and prone to human error, especially in large-scale farming. To address these challenges, this study proposes an automated and accurate plant disease detection system using deep learning-based object detection models for early disease diagnosis in agriculture. A publicly available dataset containing 38 different plant leaf diseases annotated in You Only Look Once (YOLO) format is used, along with a standardized preprocessing pipeline to ensure data quality and consistency. Three modern architectures: YOLOv8, YOLOv11, and YOLOv26 were trained and evaluated under identical conditions using the Ultralytics framework on Google Colab. Experimental results show that YOLOv11 achieves the highest accuracy in terms of precision, recall, and mean Average Precision (mAP), while YOLOv8 provides the fastest inference speed with lower computational complexity. Based on the results, the study concludes that YOLO-based models show great potential for plant disease detection, with YOLOv11 offering superior detection accuracy among the evaluated models. The practical implications of these findings lie in the potential for precision agriculture to monitor diseases in real-time, minimize crop losses, and aid in timely decision-making for farmers and agricultural stakeholders.
Why it matches plant phenotyping methods植物葉の病害状態を画像から検出するYOLOベース手法を提案し、複数モデルを同一条件で評価しているため、病害表現型の取得・抽出が中心である。
abstractthis study proposes an automated and accurate plant disease detection system using deep learning-based object detection models
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicFor this study, we obtained a publicly accessible dataset (plant disease detection dataset) from Kaggle [30]. The
dataset comprises 2569 images of 13 different plant species, as shown in Figure 2.Open asset ↗Kagglepdf-page:6 lines:1-41Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Rice is a fundamental food source for more than half of the global population, making stable yields and quality improvements vital for food security and sustainable agricultural development. Early infections of rice leaf diseases often exhibit subtle symptoms, while conventional control methods based on empirical judgment and routine pesticide application result in both yield losses and environmental pollution. A Multi-scale closed-loop tuning via spatial frequency collaborative sensitivity (MCCA-YOLO) model has been proposed in this paper with a multiscale closed-loop tuning and spatial frequency collaborative attention mechanism for the early detection and classification of rice crop diseases. MCCA-YOLO incorporates a closed-loop tuning compound network architecture that combines a dual-backbone feature extractor with a spatial frequency enhancement module to achieve system self-verification feedback, reducing transmission errors and enhancing the texture features of leaves. The framework implements a cross-scale weighted fusion and a deformable spatial hybrid attention enhanced bidirectional feature pyramid fusion network for dynamic feature adaptation, effectively accommodating the complex morphology of rice leaf lesions. By conducting comprehensive ablation studies and comparative experiments with existing techniques on the rice plant diseases v8 dataset, the proposed approach achieves a mean average precision (mAP) of 92.2%, outperforming well-established methods, while delivering superior precision (0.915) and recall (0.900). Extensive empirical validation of additional v9 and Rice Leaf Spot Disease (RLSD) datasets for rice plant diseases further demonstrates the model's outstanding performance.
Why it matches plant phenotyping methodsイネ葉の病徴を画像から検出・分類するYOLOベース手法を開発し、アブレーション、比較実験、複数データセットで性能検証しており、植物病害表現型の取得手法が中心である。
abstractA Multi-scale closed-loop tuning via spatial frequency collaborative sensitivity (MCCA-YOLO) model has been proposed in this paper with a multiscale closed-loop tuning and spatial frequency collaborative attention mechanism for the early detection and classification of rice crop diseases.
Reproduction assets foundThe paper's rice leaf disease image datasets (Roboflow v8/v9, Kaggle RLSD) are explicitly declared publicly available, and the authors' MCCA-YOLO analysis code is stated to be open source on GitHub with a public URL.Code · publicOur code is publicly accessible as open source at: https://github.com/sstan12/MCCA-YOLOOpen asset ↗GitHub · sstan12/MCCA-YOLOlines:147-153Code / 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
In-season estimation of wheat grain yield potential is critical for crop management and advancing breeding efforts. Spike and spikelet counts serve as key indicators directly linked to yield potential, yet their assessment still relies on manual counting which is both labor-intensive and error-prone. High-resolution digital (RGB) imagery combined with deep learning-based object detection methods has substantially advanced automatic wheat spike detection and counting. However, precise spikelet-level phenotyping remains largely underexplored. This study evaluates two recent YOLO variants, YOLOv11 and YOLOv12, for wheat spike and spikelet detection and counting using oriented bounding boxes (OBB), and introduces a new large-scale benchmark dataset comprising 48,521 spike and 60,404 spikelet instances with OBB annotations. For spike detection, the pre-trained YOLOv11 achieved superior accuracy (mAP@0.5 = 95.8%, Pearson r = 0.993) with shorter training and inference times compared to YOLOv12. For spikelet detection, the non-pretrained YOLOv11 demonstrated higher accuracy (mAP@0.5 = 99.0%), while counting performance was comparable across models. These results establish OBB-based YOLO detection as a robust and scalable approach for AI-driven wheat phenotyping.
Why it matches plant phenotyping methods小麦の穂・小穂という収量関連形質の画像ベース検出・計数手法を比較評価し、大規模ベンチマークデータセットも構築しているため、フェノタイピング手法が中心である。
abstractThis study evaluates two recent YOLO variants, YOLOv11 and YOLOv12, for wheat spike and spikelet detection and counting using oriented bounding boxes (OBB), and introduces a new large-scale benchmark dataset comprising 48,521 spike and 60,404 spikelet instances with OBB annotations.
Reproduction assets foundThe paper openly states its supporting data (spike/spikelet imagery with OBB annotations) is available on Zenodo, and the underlying models are deployed on the authors' public WheatAI cloud platform.Dataset · publicData availability
The data supporting the findings of this study are openly available at: https://doi.org/10.5281/zenodo.20215489 .Open asset ↗zenodo · 10.5281/zenodo.20215489lines:219-266Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Rubber tree powdery mildew is a major foliar disease that threatens the yield and quality of natural rubber. Its lesions are typically small, irregular, and embedded in complex backgrounds, making accurate automated detection difficult. Methods To address this challenge, we propose RubberFormer, an end-to-end detection framework based on a refined Transformer architecture for detecting small powdery mildew lesions in complex scenarios. RubberFormer adopts MobileNetV4 as a lightweight backbone, introduces the Hierarchical Attention with Local-global Optimization (HALO) module for multiscale local-global feature fusion, incorporates the Unified Cross-Attention Network (UCAN) to enhance multidimensional feature interaction, and applies Normalized Wasserstein Distance (NWD) Loss to improve small-object localization. Results Extensive experiments were conducted on PM-Dataset-Plus, which contains 9,765 images, and PD-40, a large-scale plant disease dataset containing 80,369 images across 40 disease categories and 8 crops. RubberFormer achieved superior detection accuracy and generalization performance compared with existing methods, while maintaining computational efficiency suitable for practical agricultural monitoring. Discussion These results demonstrate that RubberFormer is effective for detecting small and irregular rubber tree powdery mildew lesions under complex conditions. The framework has practical value for rubber tree disease monitoring and provides a transferable design strategy for agricultural vision tasks involving small objects and complex backgrounds.
Why it matches plant phenotyping methodsゴム樹の病斑という植物の病害状態を画像から検出するTransformer手法を開発し、複数データセットで性能検証しており、植物表現型取得が中心である。
abstractwe propose RubberFormer, an end-to-end detection framework based on a refined Transformer architecture for detecting small powdery mildew lesions in complex scenarios.
Reproduction assets foundThe paper's authors publicly release both plant disease image datasets used in this study: PM-Dataset-Plus (9,765 rubber tree powdery mildew images) and PD-40 (80,369 images, 40 categories, 8 crops), each with an explicit availability statement and GitHub URL matching the allowed URLs. No analysis code or trained modelDataset · publicPM-Dataset-Plus is available at https://github.com/wfcyliyuheng-dev/PM-Dataset-PlusOpen asset ↗wfcyliyuheng-dev/PM-Dataset-Pluslines:1199-1255Dataset · publicPD-40 is available at https://github.com/wfcyliyuheng-dev/PD40-DatasetOpen asset ↗wfcyliyuheng-dev/PD40-Datasetlines:1199-1255Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract Accurate crop disease detection supports precision agriculture, but field-deployable identification remains hindered by complex backgrounds, varying illumination, and heavy deep learning models. This work presents a lightweight visual detection approach for grape leaf diseases under unconstrained field conditions. Built on the YOLO11n backbone, the method integrates three customized modules: C3k2-UltraLightBlock for efficient feature representation, LeafRepFusionStem for low-level feature enhancement, and RCSA-HSFPN for refined multi-scale fusion with residual channel-spatial attention. A dedicated dataset with complex backgrounds is constructed via augmentation and background replacement. Experiments show the model achieves 92.0% precision, 92.9% recall, and 93.0% mAP@0.5, with only 2.9 GFLOPs and 1.73 M parameters, representing 54.7% and 33.2% reductions over the baseline. Heatmap visualization confirms improved lesion focusing and background suppression, while cross-crop tests validate strong generalization. This framework provides an efficient solution for real-time, edge-deployable plant disease monitoring, balancing accuracy and computational efficiency for practical agricultural visual computing applications.The implementation code for this study is available at:https://github.com/aitizc/Lightweight-Visual-Detection-Framework-for-Complex-Background-Grape-Leaf-Disease-Identification.git
Why it matches plant phenotyping methodsブドウ葉の病斑・病害状態を画像から推定する軽量な視覚検出手法を開発・評価しており、植物病害表現型の取得が中心である。
abstractThis work presents a lightweight visual detection approach for grape leaf diseases under unconstrained field conditions.
Reproduction assets foundThe authors explicitly state that the implementation code for this study is publicly available on their GitHub repository. The paper's grape leaf disease dataset itself is not stated as deposited (only the public PlantVillage source is cited), so only the authors' code qualifies as a paper-specific public asset.Code · publicThe implementation code for this study is avail-
able at:https://github.com/aitizc/Lightweight-Visual-Detection-Framework-for-
Complex-Background-Grape-Leaf-Disease-Identification.gitOpen asset ↗https://github.com/aitizc/Lightweight-Visual-Detection-Framework-for-pdf-page:2 lines:1-43Code / 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
Monitoring and precisely localizing rice diseases is essential for agricultural productivity and food security. Existing detection methods face challenges such as high computational complexity, semantic information loss, difficulty detecting small targets, and limited robustness. To address these issues, this study proposes ECL-RTDETR, an enhanced RT-DETR-based rice disease detection model. First, a lightweight EfficientViT backbone is employed for feature extraction, incorporating a streamlined multi-head self-attention module to improve inference speed, reduce computational cost, and strengthen local feature extraction. Second, the CARAFE upsampling operator is introduced to better preserve detailed feature information without added computational burden, enhancing fine-grained representation. Finally, standard convolution in the neck network is replaced with LDConv (lightweight dynamic convolution) to enable adaptive feature learning under complex conditions, addressing variations caused by illumination, occlusion, and disease diversity. Experimental results show that ECL-RTDETR improves mAP@0.5 by 0.7%, increases detection speed by 22.2 FPS, and reduces computational cost by 81.8 GFLOPs and parameters by 22.12M compared with the baseline RT-DETR. Overall, ECL-RTDETR delivers superior accuracy, speed, and efficiency, offering a robust solution for intelligent rice disease detection and localization, and advancing smart agriculture and sustainable food security.
Why it matches plant phenotyping methodsイネ病害の検出・局在化を目的とする画像解析モデルを開発し、精度・速度・計算量を実験的に比較検証しており、植物の病害状態を推定する方法が研究の中心である。
titleResearch on an improved RT-DETR-based model for rice disease detection.
Reproduction assets foundThe paper's rice disease image dataset (drone-collected, annotated, augmented) is explicitly stated to be publicly available on figshare. No author analysis code or trained model checkpoint is explicitly deposited; the Ultralytics repository is a generic third-party library, not a paper-specific asset.Dataset · publicData Availability: All relevant data for this study are publicly available from the figshare repository ( https://figshare.com/s/b491aeb44611dea9c481 ).Open asset ↗figsharelines:1-123Code / 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 confirmedCrossref · OpenAlex · Europe PMC · checked 5 Sept 2026
Ear density ( ) and ear surface area in cereals are important traits for adaptation to low inputs and climate change. Here we propose a high-throughput field phenotyping method to estimate these traits using nadir and 45° RGB images acquired by the Phenomobile ground robot. First, the YOLOv5 ear detection algorithm is applied to nadir RGB images to estimate . Second, an ear segmentation algorithm is applied to nadir and 45° RGB images to compute the ear gap fraction at different viewing angles. The Beer-Lambert law is then inverted to compute the ear area index (EAI) from the observed ear gap fraction. is finally derived as the ratio between EAI and . We applied the methodology to a panel of 10 commercial bread wheat varieties how both traits vary across 12 environments. The relative error obtained for awnless varieties is 12% (56 ears m -2 ) for and 18% (1.3 cm 2 ) for . For awned varieties, ground-truth observations of were shown to be biased due to an overestimation of awns contribution, leading to an error of 41% (3.6 cm 2 ). was strongly correlated with grain dry mass per ear at harvest ( r 2 = 0.80 across genotypes and environments, r 2 per genotype ranged between 0.80 and 0.95) and was strongly correlated with grain yield ( r 2 = 0.83). These results indicate that both EAI and can be interesting non-destructive proxies for yield and grain dry mass per ear.
Why it matches plant phenotyping methodsRGB画像と地上ロボット、物体検出・セグメンテーション・Beer–Lambert法を組み合わせ、コムギ穂の密度と表面積を推定・検証する手法が研究の中心であるため。
abstractHere we propose a high-throughput field phenotyping method to estimate these traits using nadir and 45° RGB images acquired by the Phenomobile ground robot.
Reproduction assets foundThe authors publicly release their ear surface area estimation algorithm with an example dataset on an INRAE forge repository, and the Phenomobile-derived ear density/ear surface area estimations used in the multi-environment analysis are included as supplemental material with the open-access article. The YOLOv5 GWC_SoDataset · publicThe algorithm developed to estimate the EAI and the average ear surface using binary images from ear segmentation are publicly available in the repository https://forge.inrae.fr/raul.lopez-lozano/wheat-ear-surface , jointly with an example dataset from the Mauguio 2023 trial (4 treatments, 1 replicate). The Phenomobile estimations of ear surface area and ear density used in the multi-environmental mixed model presented in Section 2.5 are included as supplemental material.Open asset ↗lines:614-652Code / dataset availability confirmedCrossref · OpenAlex · Europe PMC · checked 5 Sept 2026
Attempts to deploy computer vision in agricultural tasks often suffer from a shortage of annotated data. One strategy to alleviate the impact of limited data is Self-Supervised Learning (SSL), which involves pre-training a model on a pretext task that utilizes automatically generated annotations. The primary objective of this study is to leverage a multi-camera view dataset of cotton boll images for contrastive learning in order to enable phenotyping tasks with minimal data annotation. This dataset was collected in the field using six camera views. The efficacy of two contrastive learning frameworks (SimCLR and MoCo) in producing representations when positive examples originate from different cameras was investigated, and a comprehensive study of how the camera positions affect performance was conducted. After self-supervised pre-training, linear evaluation and semi-supervised learning experiments were performed on boll detection and plot status downstream tasks. In general, using multiple camera views with SimCLR and MoCo improves cotton boll detection mean average precision by 14% compared to vanilla SimCLR and MoCo. Through careful investigation using synthetic data, it was determined that relative camera poses with an intermediate amount of overlap seem more likely to perform well. Neither MoCo nor SimCLR was consistently superior to the other in this context. The representations embed meaningful features about the cotton plants, such as overall boll density, but also less meaningful ones, such as lighting variations. This technique could potentially accelerate the development of phenotyping algorithms based on data collected from field robots. • A contrastive learning method based on comparing multi-camera views was developed. • The method was tested with images of cotton bolls from a ground robot. • The method outperformed baseline contrastive learning approaches.
Why it matches plant phenotyping methodsマルチカメラ画像とコントラスト学習による植物表現学習・フェノタイピング手法の開発と評価が中心であり、綿花のボール検出性能を検証している。
abstractThe primary objective of this study is to leverage a multi-camera view dataset of cotton boll images for contrastive learning in order to enable phenotyping tasks with minimal data annotation.
Reproduction assets foundThe paper's data availability statement points to a public GitHub repository containing the authors' code to reproduce the multi-camera contrastive learning phenotyping experiments. A processed-data Zenodo deposit (10.5281/zenodo.18164649) is also mentioned, but its URL is not among the allowed URLs, so only the code资产Code · publicThe code required to reproduce the above findings are available to download from https://github.com/UGA-BSAIL/self-supervised-learning .Open asset ↗UGA-BSAIL/self-supervised-learninglines:200-224Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
P henotyping remains a critical bottleneck in sorghum ( Sorghum bicolor L. Moench) breeding programs, limiting rates of genetic gain due to labor-intensive yield estimation methods. To address this concern, this study investigates the potential of integrating remote sensing data with machine learning (ML) and deep learning (DL) models to improve sorghum grain yield predictions. Unmanned aircraft systems (UAS)-based imagery was collected across multiple field trials, extracting standard vegetation indices, canopy height features, and panicle traits using a YOLOv11-based object detection model, "YOLO-SORG." Six ML models-including ridge regression (RR), elastic net (EN), LASSO regression (LR), support vector regression (SVR), random forest (RF), and XGBoost (XGB)-were trained to predict plot-level yield using three distinct feature sets: panicle traits, canopy traits, and a combination of both. Results indicate that models relying solely or partially on canopy-derived features provided the most consistent and accurate yield estimates (R 2 ≈ 0.74-0.76), whereas models relying solely on panicle traits performed poorly (R 2 ≈ 0.28-0.42), indicating nadir-derived panicle metrics were potentially being indirectly captured with the canopy traits. Traditional regression models outperformed tree-based ensemble methods in variance partitioning and repeatability ( R ≈ 0.59-0.60), making them more suitable for many breeding applications. These findings highlight the promise of UAS-driven ML pipelines for non-destructive yield prediction but underscore potential limitations of nadir imagery for capturing panicle morphology and use in a robust yield prediction model. Future research should explore the inclusion of multi-temporal imaging, refined feature extraction approaches, and use of oblique, non-nadir imagery to enhance predictive accuracy in sorghum breeding programs.
Why it matches plant phenotyping methodsUAS画像からキャノピー高、穂形質、植生指数を抽出し、機械学習でソルガムのプロット収量を推定するパイプラインが研究の中心であり、形質取得・推定手法の評価も行っている。
abstractthis study investigates the potential of integrating remote sensing data with machine learning (ML) and deep learning (DL) models to improve sorghum grain yield predictions.
Reproduction assets foundThe authors explicitly state that the tabular data and code used in this sorghum yield prediction study are publicly available in their GitHub repository, which is a paper-specific asset containing the analysis code and phenotype data.Code · publicThe tabular data and code used in this study can be found in the following GitHub repository: https://github.com/AcePugh/Sorghum_Yield_Prediction_2025/Open asset ↗AcePugh/Sorghum_Yield_Prediction_2025lines:137-139Code / dataset availability confirmedCrossref · checked 13 Sept 2026
Accurate timing of rice panicle anthesis is critical for quantifying sterility risk under heat and humidity, yet minute-scale field measurement remains challenging because anthesis is transient and spikelets are tiny and difficult to detect. To address this, we present OPAL-Flow, a pipeline that provides single-panicle anthesis start and peak times under field conditions, consisting of a detector for panicle detection and tracking, a super-resolution reconstruction model, and an event-time pinpointing model. For slender panicle detection and panicle pose normalization, YOLO-SnakePanNet was introduced by using Dynamic Snake Convolution with a lightweight box-rotated head. Ablation experiments show that YOLO-SnakePanNet achieved mAP@50 of 94.4%, improving by 3.6% over the YOLOv11 while reducing computation by 0.7 GFLOPs. For panicle-level anthesis pinpointing, PanicleTimeMAE was proposed by incorporating a pyramid-dilated temporal convolutional network and a confidence-aware smoothing gate into the transformer, reaching Acc@±1 of 0.85 on 5-min sampled sequences (±1 frame = ±5 min), yielding a 40% decrease in MAE over VideoMAEv2. Finally, correlation analysis between variety-level anthesis start time (T start ) and peak time (T peak ) and same-day meteorology showed that higher photosynthetically active radiation (r = -0.543/-0.573 for T start /T peak ) and temperature (r = -0.288/-0.272) advanced anthesis, whereas higher relative humidity (r = 0.397/0.438) and rainfall (r = 0.428/0.502) delayed anthesis. The variance decomposition within fixed-effects model for Tstart ( R2 = 0.651) and Tpeak ( R2 = 0.648) prediction shows that variance mainly attributed to meteorological effects (64%) and variety effects (33.5%). Overall, OPAL-Flow enables variety selection for heat- and humidity-resilient anthesis in rice breeding and supports ecophysiological dissection of anthesis regulation.
Why it matches plant phenotyping methodsイネ穂の開花時刻という植物形質を圃場画像・動画から推定する検出、追跡、超解像、時刻推定パイプラインを開発し、性能評価も行っているため、植物フェノタイピング手法が研究の中心である。
abstractwe present OPAL-Flow, a pipeline that provides single-panicle anthesis start and peak times under field conditions, consisting of a detector for panicle detection and tracking, a super-resolution reconstruction model, and an event-time pinpointing model.
Reproduction assets foundThe paper's Data availability statement explicitly states that the source code and test samples for OPAL-Flow are publicly available on GitHub at the authors' repository. This is a paper-specific, publicly actionable code asset. The phenotype datasets (panicle detection dataset, start/peak annotation sequences) are notCode · publicThe source code and test samples used in this study are publicly available at: https://github.com/gfjiyue/OPAL-FLOW . Additional data can be made available upon reasonable request.Open asset ↗gfjiyue/OPAL-FLOWlines:578-590Code / dataset availability confirmedCrossref · OpenAlex · checked 14 Sept 2026
Abstract Warmer temperatures, permafrost thaw, and increased wildfire activity are driving rapid ecological change across the Arctic, significantly altering plant productivity and aboveground biomass (AGB). These rapid changes highlight the urgent need to improve monitoring of vegetation dynamics in the Earth’s northern ecosystems, where high spatiotemporal heterogeneity occurs at scales finer than those captured by traditional satellite observations. The growing use of unoccupied aerial systems (UASs) presents an opportunity to overcome this limitation. Yet, the diversity of UAS platforms, sensors, and data collection and processing workflows presents challenges for developing standardized, generalizable approaches. To address this challenge, we compiled 672 AGB plots co-located with 183 UAS-based structure-from-motion (SfM) or light detection and ranging (LiDAR) surveys collected across the Arctic. Here, we: (1) evaluated the generalizability of UAS-derived canopy structure derived from high-resolution SfM and LiDAR for estimating AGB, (2) assessed scaling errors and their sources in two recent satellite-based AGB products derived from Landsat and moderate resolution imaging spectroradiometer, and (3) demonstrated the use of high-resolution AGB maps to quantify biomass variation across tundra plant functional types (PFTs) and to monitor post-fire recovery. Our results show that both SfM and LiDAR accurately captured AGB and its variability across tundra PFTs using a random forest model (overall root mean squared error: 0.332 kg m –2 ), with mapping performance varying slightly by region and data source. Using UAS-derived AGB maps as a benchmark, we identified systematic biases in satellite-derived AGB products, largely attributable to the magnitude of AGB and structural heterogeneity within coarse-resolution pixels. Applying our model to repeat UAS surveys following a tundra fire on Seward Peninsula, we observed rapid AGB recovery in non-shrub patches, with biomass recovering to pre-fire levels within two years. In contrast, shrub patches recovered more slowly, with AGB gains continuing over 2–4 years through both in-patch growth and lateral expansion (via dispersal) into remaining burned areas. Overall, these findings support the generalizability of UAS-based SfM and LiDAR data for estimating tundra AGB and highlight the need for broader collection and synthesis of such data to improve ecological monitoring and model benchmarking in the Arctic.
Why it matches plant phenotyping methodsUASのSfMおよびLiDARから植物群落の地上部 biomass (AGB) を推定する手法の一般化性能を評価し、衛星推定値のベンチマークにも用いており、植物形質取得が研究の中心である。
abstractevaluated the generalizability of UAS-derived canopy structure derived from high-resolution SfM and LiDAR for estimating AGB
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe codes and training data is available on GitHub: https://github.com/Daryl-Open asset ↗pdf-page:20 lines:1-30Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Tomato diseases pose a significant threat to global agricultural production, often leading to substantial yield loss and major economic damage. Traditional disease detection methods rely on manual inspection, which is not only time-consuming and labor-intensive but also difficult to implement for real-time monitoring. While deep learning-based object detection techniques offer a potential alternative to manual inspection, existing models still face challenges in extracting subtle disease features, suppressing complex background interference, and in handling multi-scale disease representations in complex agricultural environments, limiting detection performance. To address these limitations, this paper proposes a novel TDD-YOLO model for precise tomato-disease detection (TDD) in complex agricultural settings. The proposed model is based on YOLOv11 with the following three main improvements: (1) a feature enhancement module is added to improve the backbone's ability to extract disease spot textures; (2) a joint attention mechanism is introduced to explicitly model cross-dimensional dependencies, effectively suppressing background interference; and (3) a feature fusion module is added to retain disease information across different scales while reducing computational costs. Experimental results, obtained on the Tomato-Village dataset (containing field-acquired images of tomato leaves with six diseases, collected in real agricultural environments, featuring complex backgrounds and varying illumination conditions) and Tomato-Disease dataset (emphasizing a greater diversity in tomato disease types along with healthy leaf samples), demonstrate that the proposed TDD-YOLO model outperforms the baseline in detection of tomato diseases (e.g., by improving mAP@50 and mAP@50:95, averaged across disease categories, by 4.1% and 6.0% on Tomato-Village and by 3.6% and 3.9% on Tomato-Disease, respectively) and state-of-the-art models (e.g., by improving the average mAP@50 and mAP@50:95, compared to the first runner-up, by 3.2% and 4.7% on Tomato-Village and by 2.4% and 2.1% on Tomato-Disease, respectively), while maintaining good parameter count and computational complexity, confirming its effectiveness and potential for practical usage in complex agricultural environments. The author-generated code and weight files are publicly available at https://github.com/LingShaQ/TDD-YOLOCode.
Why it matches plant phenotyping methodsトマト葉の病斑・病害状態を画像から検出するYOLOモデルを開発し、複数データセットでベースラインおよび既存モデルと比較検証しており、植物病害フェノタイピング手法が中心である。
abstractExperimental results, obtained on the Tomato-Village dataset
Reproduction assets foundThe paper's tomato-disease detection experiments rely on two public image/annotation datasets (Tomato-Village on GitHub, Tomato-Disease on Zenodo), and the authors explicitly state their generated code and weight files are publicly available on GitHub. The Ultralytics YOLO repositories are generic third-party librariesCode · publicThe author-generated code and weight files are publicly available at https://github.com/LingShaQ/TDD-YOLOCode.Open asset ↗LingShaQ/TDD-YOLOCodehtml-lines:110-113Dataset · publicAll data used in this article are obtained from the publicly available Tomato-Village dataset (https://github.com/mamta-joshi-gehlot/Tomato-Village)Open asset ↗mamta-joshi-gehlot/Tomato-Villagehtml-lines:1159-1171Dataset · publicthe publicly available Tomato-Disease dataset (https://zenodo.org/records/15868289).Open asset ↗html-lines:1159-1171Code / 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 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 confirmedOpenAlex · arXiv · checked 15 Sept 2026
Accurate estimation of wheat spike volume is important for yield component analysis and stress resilience assessment, yet field-based measurement remains challenging. Active 3D sensing methods such as Light Detection and Ranging (LiDAR) or time-of-flight (ToF) are sensitive to plant motion or poorly suited to outdoor conditions, while 3D reconstructions are computationally expensive. Direct 2D image processing would offer computational advantages, but image-based models lack explicit geometric information. We therefore propose a hybrid 2D-3D approach with knowledge distillation during training while enabling efficient image-only inference. First, we train a rigid-invariant point cloud network using distance-based histogram features to obtain pose-robust geometric representations. We then combine the 3D model with a proposed multi-view image-based regulated Transformer (RT) in an ensemble architecture. Finally, we distill the ensemble knowledge into a purely image-based student model using either feature-based or label-based distillation. The two distilled RTs reduce the mean absolute error (MAE) from 654.31 mm$^3$ of the non-distilled RT to 639.93 mm$^3$ and 644.62 mm$^3$, and increase correlation from 0.76 to 0.77 and 0.82, respectively. At the same time, inference time is reduced from 160 ms to 1.4 ms per spike. Distillation further mitigates volume-dependent bias and reshapes the latent representation of the image model toward a geometry-aware shape. Our results demonstrate that 3D-informed training of a 2D Transformer allows for scalable and efficient spike volume estimation for high-throughput field phenotyping.
Why it matches plant phenotyping methods小麦穂の体積を画像・3D再構成・知識蒸留で推定する手法の開発と性能評価が中心であり、高スループット植物フェノタイピングへの応用も明示されている。
abstractWe therefore propose a hybrid 2D-3D approach with knowledge distillation during training while enabling efficient image-only inference.
Reproduction assets foundThe paper explicitly states that links to its wheat spike dataset (multi-view images and 3D scans) and its analysis code are available via the authors' project webpage, which is an allowed URL. Other URLs (pyrender, CORDIS projects) are generic libraries or unrelated funding projects, not paper-specific assets.Dataset · publictance of around 2.5 m with a ground sampling distance of 0.3 mm (Fig. S1 a). The tagged and imaged spikes (Fig. S1 b) were sampled and ground truth volumes were acquired with a 3D light scanner (Shining 3D Einscan-SE V2, SHINING3D, Hangzhou, China) following the protocol of [ 76 ] . Links to the dataset and code can be found at https://oliviazum.github.io/3DKD-wheat/ . Detailed information about the dataset can be found in Sec. A .
3.3 Data Pre-Processing
Field images contained approximately 300-500 spikes per genotype within a plot of about 1.5 m 2 m^{2} . To reduce background inference, spike detection was first performed, and all subsequent processing was restricted to the detected regioOpen asset ↗lines:91-104Code / 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 · 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
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 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 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 confirmedEurope PMC · checked 5 Sept 2026
Tomato leaf diseases pose significant threats to crop yield and food security. However, in real-world cultivation environments, factors such as fluctuating illumination, varying leaf occlusion, and ambiguous lesion morphology often compromise detection accuracy. This paper presents the Gradient-aware Bidirectional Retentive Detection Transformer (GBR-DETR), a model designed for high-precision, real-time disease detection. This model is composed of two network structures and a retentive feature aggregation module: (1) a Multi-scale Gradient-Aware Transfer Network (MGAT-Net) is designed to encode gradient information through the Sobel operator, thereby enhancing the localization stability for small and blurry lesions; (2) a Bidirectional Context Pyramid Network (BCPN) is proposed to enable bidirectional interactions among multi-level features through a top-down and a bottom-up pathway, thereby generating multi-scale lesion features and bridging cross-scale semantic gaps; and (3) a Retentive Feature Aggregation Module (RFAM) is used to suppress background noise and establish global feature correlations, thereby enhancing the overall representation capability for lesion recognition. Experiments on the Multi-scenario Tomato Leaf Disease (M-TLD) dataset show that GBR-DETR yields gains of 3.12, 4.88, and 3.41 percentage points in mAP 50-95 , mAP 50 , and mAP 75 , respectively, over the baseline RT-DETR, while also outperforming representative DETR-based and CNN-based detectors. The model demonstrates robust generalization on the PlantDoc cross-domain benchmark, achieving a 2.11% improvement in mAP 50 over the baseline. Deployed on the NVIDIA Jetson Orin Nano with TensorRT FP16, it achieves 54 ms latency, enabling real-time disease monitoring on edge devices. This solution provides effective technical support for real-time disease monitoring in smart agriculture.
Why it matches plant phenotyping methodsトマト葉の病斑・病害状態を画像から検出するモデルを開発し、複数データセットで比較検証、エッジデバイス実装まで評価しており、植物病害表現型の取得手法が中心である。
abstractThis paper presents the Gradient-aware Bidirectional Retentive Detection Transformer (GBR-DETR), a model designed for high-precision, real-time disease detection.
Reproduction assets foundThe paper's M-TLD tomato leaf disease dataset (2212 images, 6581 annotations) and the GBR-DETR implementation/training code are explicitly stated to be publicly available at the authors' GitHub repository.Dataset · publicThe M-TLD dataset and all annotation files are publicly available at https://github.com/zhuojiaxiong6/DETR (accessed on 29 April 2026) to facilitate reproducibility and future research.Open asset ↗zhuojiaxiong6/DETRlines:38-108Code · publicThe code and dataset used in this study are publicly available at the following GitHub repository: https://github.com/zhuojiaxiong6/DETR (accessed on 29 April 2026). This repository contains the implementation of GBR-DETR, a Detection Transformer variant developed for detecting tomato leaf diseases and pests. All relevant training scripts, configuration files, and instructions for dataset usage are provided in the repository.Open asset ↗zhuojiaxiong6/DETRlines:673-675Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Accurate and real-time detection of maize foliar diseases is important for field disease monitoring and yield protection. However, in complex natural field environments, different diseases often exhibit high visual similarity, and early weak lesions are easily confused with background elements such as dry leaves, soil, and shadows, leading to false positives and missed detections in existing models. To address these challenges, this study proposes an improved lightweight maize foliar disease detection model based on YOLO11, termed CKM-YOLO11. First, a mixed local channel attention mechanism is introduced and adapted to the task in the backbone to construct the C3k2-MLCA module, thereby enhancing joint modeling of local lesion textures, edge details, and global contextual information. Second, a lightweight residual attention module, named MLCA-HeadLite, is designed at the P5 layer of the neck/head to alleviate the suppression of weak lesion responses during deep feature fusion. Experimental results demonstrate that the proposed model achieves an mAP@50 of 81.5% on a self-constructed maize disease dataset with complex field backgrounds, improving mAP@50 and mAP@50-95 by 3.2 and 3.4 percentage points, respectively, compared with the baseline YOLO11, while maintaining a low parameter count and computational cost. Further analyses based on the confusion matrix, comparisons of detection results, and Grad-CAM visualizations indicate that the proposed model performs better in background suppression, retention of weak lesion responses, and robustness in complex scenes. This study provides a reference for the lightweight design of maize foliar disease detection models in complex field environments and their deployment on agricultural edge devices.
Why it matches plant phenotyping methodsトウモロコシ葉の病斑・病害状態を画像から検出する軽量モデルを開発し、データセット上で性能評価しているため、植物病害表現型の取得手法が中心である。
abstractthis study proposes an improved lightweight maize foliar disease detection model based on YOLO11, termed CKM-YOLO11.
Reproduction assets foundThe paper's maize foliar disease detection dataset is built from public image sources (CD&S Dataset from OpenDataLab and PlantDoc-Dataset corn rust leaf folders) that are explicitly cited with public URLs, qualifying as paper-specific public phenotype image inputs. The self-collected images and the authors' code/tranedDataset · publict was constructed using three public-data components together with a small number of self-collected maize leaf images. First, field-acquired maize disease images were obtained from the Corn Disease and Severity (CD&S) Dataset downloaded from OpenDataLab, and only the Dataset_Original folder in the raw dataset package was used ( https://opendatalab.com/OpenDataLab/CD_and_S/tree/main , accessed on 3 May 2026). Second, to supplement the leaf rust category, additional images were collected from the train/Corn rust leaf folder of the PlantDoc-Dataset GitHub repository ( https://github.com/pratikkayal/PlantDoc-Dataset/tree/master/train/Corn%20rust%20leaf , accessed on 3 May 2026). Third, leaf rustOpen asset ↗OpenDataLab/CD_and_Slines:38-47Dataset · publicOpenDataLab, and only the Dataset_Original folder in the raw dataset package was used ( https://opendatalab.com/OpenDataLab/CD_and_S/tree/main , accessed on 3 May 2026). Second, to supplement the leaf rust category, additional images were collected from the train/Corn rust leaf folder of the PlantDoc-Dataset GitHub repository ( https://github.com/pratikkayal/PlantDoc-Dataset/tree/master/train/Corn%20rust%20leaf , accessed on 3 May 2026). Third, leaf rust images from the test folder of the same PlantDoc-Dataset repository were also used ( https://github.com/pratikkayal/PlantDoc-Dataset/tree/master/test , accessed on 3 May 2026). In addition, a small number of self-collected maize leaf images Open asset ↗pratikkayal/PlantDoc-Datasetlines:38-47Dataset · public, additional images were collected from the train/Corn rust leaf folder of the PlantDoc-Dataset GitHub repository ( https://github.com/pratikkayal/PlantDoc-Dataset/tree/master/train/Corn%20rust%20leaf , accessed on 3 May 2026). Third, leaf rust images from the test folder of the same PlantDoc-Dataset repository were also used ( https://github.com/pratikkayal/PlantDoc-Dataset/tree/master/test , accessed on 3 May 2026). In addition, a small number of self-collected maize leaf images were included as negative samples and field-background supplements. Considering that the present study focuses on object detection under complex backgrounds rather than image-level classification under simple-backgOpen asset ↗pratikkayal/PlantDoc-Datasetlines:38-47Code / 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 confirmedEurope PMC · checked 15 Sept 2026
Apple surface diseases are crucial factors affecting the quality and yield of apples. Traditional manual inspection methods suffer from low efficiency and poor real-time performance. To address these issues, this paper proposes an apple surface disease detection method based on an improved YOLOv11s. Firstly, three groups of GAM attention mechanisms are integrated into the neck structure of the YOLOv11s to enhance the efficiency of feature fusion and the capability of semantic information transmission. Secondly, the original convolutional downsampling in the backbone network is replaced with a Haar-based feature downsampling module, enabling the model to retain more high-frequency detail information during the downsampling process. In addition, the WFU module is introduced to realize the dynamic allocation of feature weights, enhancing the model's ability to recognize multi-scale defect features. Finally, the PIOUv2 loss function is adopted to optimize bounding box regression, improving the model's detection performance for tiny defect spots. In addition, various data augmentation methods for small datasets are employed to improve the model training performance and effectively avoid the problem of data overfitting. The experimental results demonstrate that the F1-score of the proposed model is increased by 4.2%, and the mAP@50:95 is boosted by 2.4%. The detection performance outperforms various comparative models, which verifies the effectiveness and superiority of the proposed method.
Why it matches plant phenotyping methodsリンゴ表面の病斑・欠陥を画像から検出する改良YOLO手法の開発と比較検証が研究の中心であり、植物の病害状態を直接推定するフェノタイピング手法に該当する。
abstractthis paper proposes an apple surface disease detection method based on an improved YOLOv11s.
Reproduction assets foundThe paper uses a hybrid apple disease image dataset whose public portion is explicitly cited as reference [27] with a public Baidu Netdisk URL (the only allowed URL), matching the paper's apple surface disease detection dataset. The self-built portion and raw data are available only on request, and no author analysis代码Dataset · public3390/foods12061352.
26. Liu J., Zhao G., Liu S., Liu Y., Yang H., Sun J., Yan Y., Fan G., Wang J., Zhang H. New progress in intelligent picking: Online detection of apple maturity and fruit diameter based on machine vision. Agronomy. 2024;14:721. doi: 10.3390/agronomy14040721.
27. [(accessed on 4 April 2026)]. Available online: https://pan.baidu.com/s/1pfsr3yPczEJywNwwDUFliw?pwd=98te .
28. Géron A. Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow. O’Reilly Media, Inc.; Sebastopol, CA, USA: 2022.
29. Apicella A., Isgrò F., Prevete R. Don’t push the button! exploring data leakage risks in machine learning and transfer learning. Artif. Intell. Rev. 2025;58:339. doi: 10.1007/s1Open asset ↗lines:424-433Code / 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 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 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 · 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
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
Grain number estimation plays a crucial role in agriculture, serving as a key indicator for crop yield and quality assessment. With advances in computer vision, automatic grain detection has become a significant research area, where deep learning methods have shown remarkable promise. This study proposes a vision transformer model called Swin Transformer, which leverages hierarchical attention mechanisms across shifted windows to effectively capture both local and global features of grains in complex imagery. The model achieves the highest accuracy of 98%, outperforming baseline traditional CNN (ResNet-50) and DINO models in grain counting tasks. To support and validate model performance, explainable AI (XAI) techniques such as Grad-CAM and LIME are employed, highlighting the interpretability and focus of the model on relevant grain regions. Furthermore, a comprehensive empirical analysis is conducted using multiple statistical tests to evaluate the model's robustness and generalizability across various grain morphological parameters, establishing the Swin Transformer as a powerful and interpretable solution for intelligent grain counting in agricultural data analytics.
Why it matches plant phenotyping methods画像から穀粒数を推定する深層学習手法の開発・比較検証が研究の中心であり、植物の収量関連形質を測定するため、植物フェノタイピング手法として収録する。
abstractThis study proposes a vision transformer model called Swin Transformer
Reproduction assets foundThe paper's Data availability statement names a public Kaggle dataset of wheat grain counting images used for the study's grain counting experiments. No author analysis code or trained model checkpoints are disclosed.Dataset · publicThe dataset used and/or analyzed during the current study is publicly available at: https://kaggle.com/datasets/ociule/wheat-grain-counting-100-images.Open asset ↗kaggle · ociule/wheat-grain-counting-100-imageslines:1190-1253Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Rice ( Oryza sativa ) production underpins food security in many rice-consuming nations. As a critical developmental transition that directly determines yield and grain quality, flowering dates and timing are genetically complex and highly sensitive to environmental fluctuations. This complexity requires new methods to quantify diurnal floral characteristics, which are essential to hybrid breeding in cereals. Here, we present BloomSight, an ultra-high-frequency and deep-learning (DL) powered framework for phenotyping and measuring minute-level flowering dynamics in japonica and indica rice. After monitoring 172 rice accessions selected from the Chinese Rice Mini-Core Collection using cost-effective time-lapse imaging platforms for 16 days, we acquired over 530,000 accession-level images and established the Open Rice Flowering Training (ORFT) dataset, with over 39,000 panicles and 350,000 anthers annotated. Next, a two-stage customised DL model (i.e. YOLACT-Panicle for panicle segmentation and UNet-Anther for anther identification) was trained using the ORFT set, enabling ultra-high-frequency measures of anther extrusion at the minute level. Based on trait analysis, we further fitted curves to dynamically identify diurnal flowering patterns, including key timepoints such as the initial flowering timepoint ( T Ini. ), quickest flowering timepoint ( T Qck. ), and peak flowering time ( T Peak ), and novel traits such as the duration of rapid flowering phase ( P Rpd. ) and flowering density across key phases. After validating BloomSight-derived traits against manual observations, we classified the japonica and indica accessions into three patterns: Slow, Moderate, and Fast, all of which had distinct flowering windows. These analyses helped us integrate phenotypic variations into a genome-wide association study (GWAS), revealing many significant single nucleotide polymorphisms (SNPs) associated with known (e.g. EMF1 , OsMYB8 , and PME42 ) and several repeatedly identified unknown loci (one of these loci has been recently verified by other groups), demonstrating the value of the BloomSight framework. Taken together, we believe that BloomSight provides an ultra-high-frequency framework for diurnal flowering phenotyping, enabling the measurement of biological meaningful floral traits with minute-level resolution that can enable flowering-related developmental studies and hybrid-breeding applications in rice and more broadly benefit the plant and crop research community.
Why it matches plant phenotyping methodsイネの開花動態を高頻度画像と深層学習で抽出するフェノタイピング基盤を開発し、データセット構築と手動観測による検証も行っているため、方法が研究の中心である。
abstractwe present BloomSight, an ultra-high-frequency and deep-learning (DL) powered framework for phenotyping and measuring minute-level flowering dynamics in japonica and indica rice
Reproduction assets foundThe paper's Data and code availability statement explicitly provides public access to the ORFT annotated image dataset (BioStudies S-BSST2157), Python source code for floral trait analysis (GitHub The-Zhou-Lab/BloomSight), and trained DL models (GitHub releases). SRA accessions are molecular sequencing data, not phenotCode · publicPython-based source codes for automating floral trait analysis using the above data are accessible via our GitHub repository ( https://github.com/The-Zhou-Lab/BloomSight ).Open asset ↗The-Zhou-Lab/BloomSightlines:336-349Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract Accurate detection of agricultural diseases and pests is essential for crop protection and food security worldwide. Real-world field applications face challenges including small objects, complex backgrounds, high class similarity, and limited computational resources. This work proposes a Random Rolling Transformer (RRT), which introduces random circular shifts along channel and sequence dimensions into multi-head self-attention to enrich feature interactions without increasing parameters or computation. Integrated into YOLOv12, the proposed RRT-YOLO is evaluated on the IP102 pest dataset and a tomato leaf disease dataset. Results show that RRT-YOLO improves mAP@50 by 2.5% and mAP@50–95 by 3.9% on IP102, and by 8.8% and 4.2% on the tomato disease dataset, while maintaining identical model size and complexity. This attention perturbation strategy offers an effective and efficient solution for lightweight agricultural vision detection and can be extended to other visual computing tasks. The code and detailed descriptions can be accessed via the following repository: \href{https://github.com/glorioustory/Random-Rolling-Attention-Augmentation.git}{https://github.com/glorioustory/Random-Rolling-Attention-Augmentation.git}.
Why it matches plant phenotyping methods植物葉の病害状態を画像から検出する計算手法を開発・評価しており、植物病害の表現型取得が技術的中心である。害虫検出も含むが、トマト葉病害データセットで手法性能を検証している。
abstractThis work proposes a Random Rolling Transformer (RRT), which introduces random circular shifts along channel and sequence dimensions into multi-head self-attention to enrich feature interactions without increasing parameters or computation.
Reproduction assets foundThe authors explicitly state their code and detailed descriptions are publicly available in a GitHub repository containing the RRT-YOLO implementation used for the paper's disease/pest detection experiments. The IP102 and tomato leaf disease datasets are third-party public resources, not paper-specific assets.Code · publicThe code and detailed descriptions can be accessed via the following repository:
https://github.com/glorioustory/Random-Rolling-Attention-Augmentation.git.Open asset ↗https://github.com/glorioustory/Random-Rolling-Attention-Augmentation.gitpdf-page:3 lines:1-51Code / 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 confirmedCrossref · Europe PMC · checked 5 Sept 2026
Introduction Accurate plant disease identification is of great importance for ensuring agricultural productivity and food security. However, complex illumination variations, leaf occlusion, and diverse disease spot scales throughout plant growth stages significantly increase the difficulty of real-time detection, leading to limited accuracy and robustness in existing approaches. Methods To address these challenges, we propose an improved RT-DETRv2-based plant disease detection model, termed AF-RT-DETR. A Bidirectional Cross Gate (BCG) module is introduced in the feature extraction stage to reduce channel redundancy and enhance discriminative feature representation through multi-level feature interactions. The original RepVGG structure is replaced with a Dynamic Channel Shift (DCS) module, effectively enlarging the receptive field and strengthening contextual feature fusion without additional computational overhead. Additionally, an improved Scale-aware Multi-level Loss (SML) emphasizes low-quality feature maps to improve detector robustness. Results The model achieves mAP50 and mAP50:95 of 93.6% and 67.2% on the Plant-Disease dataset, surpassing the baseline by 5.1% and 4.5%. Furthermore, the model was evaluated on multiple crops and growth stages under diverse field conditions, demonstrating robust performance and adaptability. Discussion These results indicate that AF-RT-DETR effectively enables real-time plant disease detection in complex field environments.
Why it matches plant phenotyping methods植物の病徴を画像から検出するモデルの開発と、複数作物・生育段階・圃場条件での性能評価が中心であり、植物病害状態の表現型計測手法に該当する。
Reproduction assets foundThe paper evaluates AF-RT-DETR on three public Roboflow plant-disease image datasets, each cited with an explicit public URL. No author analysis code or trained model release is mentioned. The Ultralytics YOLOv8 repository is a generic third-party library, not a paper-specific asset.Dataset · publicRoboflow Detecting rice crop diseases object detection dataset . Available online at: https://universe.roboflow.com/crop-diseases-l2qhk/detecting-rice-crop-diseases/dataset/21Open asset ↗lines:816-932Dataset · publicRoboflow Disease detection object detection dataset . Available online at: https://universe.roboflow.com/projects-h0apg/disease-detection-0slunOpen asset ↗lines:816-932Dataset · publicRoboflow Plant Disease v2 512×512 . Available online at: https://universe.roboflow.com/sangeeth-mathew-john-nl43i/plant-disease-czcfe/dataset/2Open asset ↗lines:933-1045Code / 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
CoffeeField / plotFruitObject detectionGrowth / development / phenology
Introduction Coffee cherry ripeness assessment is critical for harvesting efficiency and product quality, yet traditional manual inspection methods suffer from subjectivity and low efficiency. Methods To address the challenges of detecting small, occluded, and densely distributed coffee cherries in complex field environments, this study proposes an Occlusion and Density Aware Network (ODANet). Built upon the YOLOv8 framework, ODANet integrates three innovative modules: (1) Condition-Guided Windowed Attention (CGWA), which incorporates occlusion and density maps as auxiliary guidance signals for efficient feature enhancement; (2) Attention-guided Space-Preserving Convolution (ASPC), which employs space-to-depth transformation with cascaded attention to preserve spatial information during downsampling; and (3) Dual-Adaptive Dynamic Upsampling (DADU), which achieves content-adaptive feature reconstruction through dual-branch offset prediction with learnable fusion weights. Results Comprehensive evaluation on a publicly available dataset demonstrates that ODANet achieves state-of-the-art performance among 17 diverse detection architectures, attaining 76.7% mAP@0.5 with a 6.3 percentage point improvement over baseline YOLOv8, while maintaining computational efficiency (8.1 GFLOPs, 30.4M parameters) suitable for real-time deployment. Ablation studies validate the contributions of each module: ASPC improves performance by 2.2%, DADU by 0.6%, and CGWA by 3.5%. Discussion The model demonstrates robust performance across varying lighting conditions, occlusion levels, and growth stages, making it particularly suitable for practical agricultural deployment. This research provides an efficient solution for small object detection in precision agriculture.
Why it matches plant phenotyping methodsコーヒーチェリーの成熟度という植物器官の状態を画像から推定する検出手法を開発し、複数モデル比較・アブレーションで技術的に検証しているため、植物フェノタイピング手法が中心である。
abstractthis study proposes an Occlusion and Density Aware Network (ODANet)
Reproduction assets foundThe paper analyzes a publicly available coffee cherry dataset hosted on Kaggle, explicitly linked in the data availability statement. This is the paper-specific image dataset used for its coffee cherry ripeness detection experiments. No author code or model checkpoints are stated as available.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/harisyunanda/dataset-coffee-cherry/data .Open asset ↗Kaggle · harisyunanda/dataset-coffee-cherrylines:682-758Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
This study addresses the challenge of detecting white grape clusters (Vitis vinifera L) in high-density vineyard canopies, a critical task for precision viticulture and yield estimation. Traditional statistical and image-processing methods have struggled with occlusion issues. In this work, over 100 field RGB images were collected at La Bergonza (Toledo, Spain) and expanded through data augmentation, with various preprocessing strategies tested to enhance cluster visibility. Convolutional Neural Network (CNN) architectures were compared, highlighting YOLOv8 as superior to Mask R-CNN in both accuracy and efficiency. YOLOv8, trained for up to 100 epochs on equalized and augmented datasets, achieved outstanding performance: 84.9% precision, 72.6% recall, and mAP@0.5 of 83%, far surpassing Mask R-CNN (17% precision, 26% recall). The model successfully detected partially hidden clusters, including those invisible to human experts, better than previous studies that required controlled backgrounds or artificial lighting. Results confirm that combining RGB equalization with data augmentation optimizes detection. These findings underscore the potential of deep learning and low-cost RGB imaging systems to enable automated, scalable solutions for yield estimation and canopy analysis. In conclusion, YOLOv8 emerges as a promising tool for accurate grape bunch detection under field conditions, overcoming previous limitations.
Why it matches plant phenotyping methodsブドウ房を対象としたRGB画像とCNNによる検出手法を開発・比較し、精度を定量評価しているため、植物器官の表現型取得が中心である。
abstractIn this work, over 100 field RGB images were collected at La Bergonza (Toledo, Spain) and expanded through data augmentation, with various preprocessing strategies tested to enhance cluster visibility.
Reproduction assets foundThe paper's Data Availability Statement points to the authors' public GitHub repository containing the original grape-cluster image dataset and annotations used in this study. The ultralytics repository is a generic third-party library, not a paper-specific asset.Dataset · publicData Availability Statement: The original data presented in the study are openly available at
[https://github.com/upmValeriano/racimosUva.git.]Open asset ↗upmValeriano/racimosUvapdf-page:13 lines:1-66Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Many Artificial Intelligence and Machine Learning technologies have been applied to detect rice diseases. These approaches are either unable to identify the diseases or have a slow recognition speed. Therefore, an improved Faster-RCNN (Faster-RCNN-Pro) model is proposed to overcome these issues. First, SENet attention modules are embedded in the backbone of Faster-RCNN to enhance confidence of objects that are difficult to recognize by enhancing key image information and suppressing background information. Second, structure of the feature extraction network and RPN are improved by using multi-feature scale fusion to increase the utilization of micro-target features. Third, the quantization error introduced in the process of pooling the region of interest is then eliminated by ROI Align. Finally, a balanced L1 loss function is designed to effectively reduce the imbalance between samples with a large gradient that are difficult to learn, and samples with a small gradient that are easy to learn. The experiment results show that the improved model has a better detection accuracy and robustness in recognizing the fine features of rice leaf diseases. Therefore, the application of this model to the intelligent identification of rice leaf disease can significantly improve the accuracy and reduce the misjudgment rate.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から識別する改良Faster-RCNNを開発・評価しており、植物病害表現型の取得手法が研究の中心である。
abstractan improved Faster-RCNN (Faster-RCNN-Pro) model is proposed to overcome these issues.
Reproduction assets foundThe paper's rice leaf disease detection experiments were performed on a public Kaggle image dataset (rice blast, brown spot, hispa, healthy leaves), which the authors explicitly state is publicly available with a URL matching the allowed list. No author analysis code or trained model checkpoints are disclosed.Dataset · publical Internet of Things, aiming to recognize large-scale rice leaf diseases. Moreover, it is beneficial for the modernization of the agricultural industry.
Acknowledgments
The authors would like to thank the anonymous reviewers.
Data Availability
All relevant data for this study are publicly available from the Kaggle repository ( https://www.kaggle.com/minhhuy2810/rice-diseases-image-dataset ).
Funding Statement
This work is supported by the National Natural Science Foundation of China (62402308).
References
1. Mondal S, Ghosh S, Mukherjee A. Application of biochar and vermicompost against the rice root-knot nematode (Meloidogyne graminicola): an eco-friendly approach in nematode management. JOpen asset ↗Kaggle · minhhuy2810/rice-diseases-image-datasetlines:220-237Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
To address the challenge of balancing model lightweight and detection accuracy in maize leaf disease detection, as well as the limitations of edge device deployment resources, we propose an enhanced target detection model, YOLOv11n-DualPC-Lite.Firstly, the C2fDualPConv module was designed, integrating PartialConv to replace some C3k2 modules in the backbone and neck networks. This approach enhances feature representation while reducing the number of parameters. Secondly, the Slim-Neck architecture is introduced in the neck network. To improve accuracy without increasing the number of parameters, the VoVGSCSPC_SimAm module enables the new Slim-Neck structure to reduce parameters while strengthening feature representation. Finally, an EfficientHead detection head is introduced that uses an inverted bottleneck MBConv module to improve performance. This significantly reduces computational load while efficiently extracting features. This study constructed a maize leaf disease dataset integrating a publicly available Kaggle dataset and a field-collected dataset from Anhui Science and Technology University's experimental plots. The dataset includes four categories: Blight, Common_Rust, Gray_Leaf_Spot, and Health. Through techniques such as rotation and gamma correction, the dataset was expanded from 3,876 to 5,165 images for model training and performance validation. Test results show this improved model performs better than other popular lightweight models overall, with a mAP50 score of 90.9%. Meanwhile, the model has only 2.13 million parameters; its computational complexity is reduced to 4.55 G, and the model size is 4.41 MB. Compared with the original YOLOv11n, its mAP50 is 1.9% higher, while the number of parameters is down by 17.8%, computational complexity is cut by 29.3%, and file size is reduced by 15.7%. When run on a Raspberry Pi 5, the model's detection speed reaches 2.3 FPS, an increase of 27.8%. This model achieves a good balance between detection accuracy and lightweight performance for maize leaf diseases, providing an efficient and practical method for real-time crop disease monitoring.
Why it matches plant phenotyping methodsトウモロコシ葉の病徴を画像から検出・分類する軽量モデルを開発し、データセット構築、性能比較、エッジデバイス検証まで行っており、植物病害状態の画像ベース表現型取得が中心である。
abstractwe propose an enhanced target detection model, YOLOv11n-DualPC-Lite
Reproduction assets foundThe paper's maize leaf disease detection study uses a public Kaggle maize leaf disease image dataset (Dataset 1) combined with a field-collected dataset. The Kaggle dataset is a public, paper-specific image asset directly used for the model's training and validation. No author analysis code, trained model checkpoints,或Dataset · publicre, the model was successfully run on a Raspberry Pi 5 edge device, realizing stable, real-time detection and providing a workable technical method for field disease monitoring.
2
Materials and methods
2.1
Dataset introduction
The dataset constructed in this study comprises two datasets: Dataset 1 from the Kaggle data website ( https://www.kaggle.com/datasets/hendriyunuswijaya/maize-leaf-disease ) and Dataset 2 collected from the experimental field at Anhui Science and Technology University in Chuzhou City, Anhui Province. Dataset 1 contains a total of 4,188 images, including 1,162 images in the Health category. All images depict only specific regions of healthy maize leaves without complex Open asset ↗Kaggle · hendriyunuswijaya/maize-leaf-diseaselines:46-63Code / 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 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 · bioRxiv · checked 15 Sept 2026
1 Summary Zinc (Zn) deficiency limits rice productivity and poses a risk to human health, particularly in populations reliant on rice-based diets. Although rice germplasm exhibits wide variation in Zn-deficiency tolerance, the underlying physiological mechanisms remain poorly resolved. Evidence across the literature for Zn-deficiency–induced secretion of 2′-deoxymugineic acid (DMA) is inconsistent. This study clarifies the role of DMA secretion as a Zn-deficiency stress response. We developed and validated a sensitive LC–ESI–Q–TOF–MS method for selective detection of DMA in rice root exudates. Five rice genotypes with contrasting Zn-deficiency tolerance were grown hydroponically and DMA secretion measured. Zn-deficiency increased DMA exudation across all genotypes, with sensitive genotypes also showing higher secretion compared with control, supporting DMA’s role as a general response to Zn stress rather than being restricted to efficient genotypes. Fold-change responses exceeded previous studies, likely due to more severe stress exposure. Our results confirm that DMA secretion is induced under Zn-deficiency in rice as part of the micronutrient stress response. However, the lack of increased Zn uptake indicates that additional tolerance mechanisms are involved. These findings reconcile inconsistencies in the literature and position DMA secretion as an important, but not exclusive, component of Zn-deficiency adaptation in rice.
Why it matches plant phenotyping methodsイネ根滲出液中のDMAを選択的に検出するLC–MS法を開発・検証し、亜鉛欠乏応答という植物生理状態を測定しているため、化学分析が単なる付随測定ではなく中心的な方法貢献である。
abstractWe developed and validated a sensitive LC–ESI–Q–TOF–MS method for selective detection of DMA in rice root exudates.
Reproduction assets foundThe paper's Data availability statement points to a public Zenodo deposit containing the datasets generated and analysed in this study (DMA exudation and Zn uptake measurements in rice).Dataset · publicthe experiments, developed the
525
methods and analysed the results. The experimental data were collected by C.R. assisted by
526
G.L.M., C.T. and D.J.W. Data analysis and writing of paper by all authors.
527
528
Data availability
529
The data sets generated and/or analysed during the current study are available on Zenodo,
530
https://zenodo.org/uploads/18184803
531
532
533
.
CC-BY 4.0 International license
perpetuity. It is made available under a
preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in
The copyright holder for this
this version posted March 18, 2026.
;
https://doi.org/10.64898/2026.03.16.71158Open asset ↗Zenodo · 18184803pdf-raw-page:21 lines:1-47Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
Efficient large-scale 3D reconstruction of orchard environments is essential for robotic inspection and precision agriculture, yet existing methods struggle with unstructured scenes, variable illumination, and computational bottlenecks. We propose InspectGaussian, a coarse-to-fine Gaussian reconstruction framework tailored for orchard inspection robots. The pipeline integrates an RGB-D-based data acquisition strategy using ORB-SLAM3, which is enhanced by a dense mapping module for robust large-scale pose estimation and point cloud generation. A divide-and-conquer strategy is then employed: individual plant views are extracted via a YOLO-World-based detection and 3D matching algorithm, followed by plant-specific reconstruction using an improved 3D Gaussian Splatting (3DGS) method incorporating depth regularization and region-aware refinement. Experimental results in citrus orchards demonstrate that InspectGaussian achieves 96% average precision and 93% recall in plant view extraction, while surpassing state-of-the-art methods in reconstruction fidelity (31.226 PSNR, 0.915 SSIM, 0.067 LPIPS) and point cloud accuracy (7 mm error). These results confirm its effectiveness in capturing fine structural and textural details while maintaining scalability and efficiency. This framework provides a practical solution for high-throughput, in-field plant phenotyping and lays the foundation for intelligent orchard monitoring and management.
Why it matches plant phenotyping methods植物個体の3D再構成とRGB-D・検出・Gaussian Splattingを統合した手法開発であり、植物の構造的形質取得を目的とするため、フェノタイピング手法が中心である。
abstractWe propose InspectGaussian, a coarse-to-fine Gaussian reconstruction framework tailored for orchard inspection robots.
Reproduction assets foundThe paper's authors explicitly state their analysis code is publicly available on GitHub. Phenotype datasets (RGB-D orchard image sequences, LiDAR point clouds, manual trait measurements) are only available upon request, so they do not qualify as public assets.Code · publicOur code are available at https://github.com/zlhzau/InspectGaussian.git .Open asset ↗zlhzau/InspectGaussianlines:489-515Code / 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 5 Sept 2026
This data article describes a curated RGB-Depth image dataset captured using an Intel RealSense D435 stereo depth camera mounted on an autonomous mobile platform during field deployments at commercial baby broccoli farms in Victoria, Australia. The dataset comprises 1759 paired RGB images (640 × 480 pixels) and corresponding 16-bit depth frames acquired under both daytime (natural sunlight) and night-time (LED illumination) conditions, designed to support research in agricultural computer vision and robotic harvesting. Images were selected from 39,765 raw acquisitions through a reproducible Python curation pipeline applying quality filtering (blur detection, brightness thresholds, corruption detection), perceptual hash-based duplicate removal, and manual review. The final dataset includes 924 daytime and 835 night-time image pairs containing baby broccoli plants at various growth stages. The dataset provides RGB camera intrinsic parameters and pixel-aligned depth maps to enable 3D point cloud reconstruction. Potential applications include developing deep learning models for crop detection and segmentation, validating depth-based size estimation methods, and benchmarking illumination-robust vision systems. All data and curation code are publicly available under a CC BY 4.0 license.
Why it matches plant phenotyping methodsRGB-Depth画像データセットの構築と再現可能なキュレーションを中心とし、作物検出に加えてサイズ推定という植物形質の評価・ベンチマークに利用できるため。
titleA field-acquired RGB-Depth image dataset for computer vision-based baby broccoli detection and size estimation under varying illumination conditions.
Reproduction assets foundThe paper is a data article describing a public Mendeley Data repository containing the authors' field-acquired RGB-D baby broccoli image dataset (1759 image pairs, ground truth diameter annotations, camera intrinsics, and curation/annotation code), directly reproducing the paper's phenotyping measurements and analysisDataset · publicRepository name: Mendeley Data
Data identification number: 10.17632/px5p6zdk6k.3
Direct URL to data: https://data.mendeley.com/datasets/px5p6zdk6k/3Open asset ↗Mendeley Data · 10.17632/px5p6zdk6k.3html-lines:95-155Code / 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 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 confirmedEurope PMC · checked 5 Sept 2026
Tea leaf diseases seriously affect its yield and quality, and consequently there is an urgent need for intelligent detection methods with high precision and edge deployment capabilities. To address low detection accuracy in complex backgrounds, overfitting due to limited data, and redundant parameters for existing methods, this paper proposes an improved lightweight detection model FCHE-YOLO based on the YOLO11, which aims to achieve rapid and accurate identification of tea leaf disease combining low altitude remote sensing with unmanned aerial vehicle (UAV). The model has made three key optimizations in the structure: Introduce the self-developed lightweight backbone module FC_C3K2, which significantly reduces computation and parameter count while enhancing the robustness of the model to complex scenarios; construct an efficient feature fusion structure HSFPN, optimizing multi-scale information integration and compressing model volume; design the detection head Efficient Head, integrating group convolution and lightweight attention mechanism to improve detection accuracy and suppress overfitting. The experimental results from the self built tea gardens show that the FCHE-YOLO improves the average accuracy (mAP) from 94.1% to 98.1% compared to the benchmark model YOLO11, with an improvement of 4.0 percentage points. Meanwhile, the inference speed of the model increases from 43.3 FPS to 47.5 FPS, with an increase of 9.0%, meeting the real-time detection requirements. More importantly, by network structure optimization, the model's computational complexity is significantly reduced: The floating-point operations per second (FLOPs) decreases from 6.4 G to 4.2 G, with a decrease of 34.3%, and the parameter count decreases from 2.59 M to 1.46 M, with the compression rate reaching 38.9%, which makes the model more suitable for deployment on resource-constrained UAV edge devices. The final test show that the FCHE-YOLO significantly reduces the missed-detection rate, owns better detection accuracy and deployment practicality, and is suitable for real-time monitoring scenarios of tea leaf diseases with UAVs.
Why it matches plant phenotyping methods茶葉の病害状態をUAV画像から検出する軽量深層学習手法を開発・評価しており、植物病害表現型の取得が中心的な技術貢献である。
abstractthis paper proposes an improved lightweight detection model FCHE-YOLO based on the YOLO11, which aims to achieve rapid and accurate identification of tea leaf disease combining low altitude remote sensing with unmanned aerial vehicle (UAV).
Reproduction assets foundThe paper's Data Availability Statement points to a public figshare repository containing the study's relevant data (UAV tea leaf disease imagery/dataset). No separate author code deposit is stated.Dataset · publicAll relevant data for this study are publicly available from the figshare repository (https://figshare.com/s/316807b23895bc3ba3ae).Open asset ↗figsharehtml-lines:693-736Code / 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
Leaves are central indicators of photosynthesis and plant growth status, and their precise monitoring is crucial for smart agriculture. Dense leaf detection, as a foundation for leaf morphology analysis, must address challenges such as occlusion and overlap, directly enabling key tasks including phenotypic trait extraction, disease identification, and yield estimation. Leaves are the most important plant organs, and monitoring leaves is a crucial aspect of crop surveillance. Dense leaf detection plays an important role as a fundamental technology for leaf monitoring. Existing dense leaf detection methods rely on traditional modular detectors and generic feature extraction, lacking designs tailored to real-world dense leaf scenarios. The methods for dense leaf detection generally use traditional modular detectors and general feature extraction techniques, without designing methods specifically for dense leaves in reality. In detail, in complex field scenarios, it still faces challenges like incomplete individual feature extraction due to high leaf overlap and difficult network convergence caused by excessive leaf density. To this end, we propose the Leaf-DETR framework, which effectively addresses these challenges through the Progressive Feature Fusion Pyramid Network (P-FPN) and the Crowded Query Refinement Strategy (CQR). First, we construct the largest dense leaf detection dataset to date, containing 1696 images and 85,375 annotation boxes. Second, P-FPN alleviates the feature confusion problem of overlapping leaves through the multi-stage fusion of features and the Adaptive Feature Aggregation module (AFA), enhancing the interaction between low-level details and high-level semantics. Third, the CQR strategy significantly reduces the matching cost of crowded candidate boxes and improves the network convergence efficiency by culling a crowded query method and introducing a one-to-many matching mechanism. Finally, experimental results show that Leaf-DETR improves mAP@50 by 1% and AR@300 by 1.4% over the baseline model on our self-constructed dataset, outperforming existing detection methods. Furthermore, the model exhibits extremely fast training convergence and demonstrates strong generalization capability on both field-collected monitoring images and other staple crops, fully highlighting its practical value in complex agricultural scenarios. Finally, experiments show that Leaf-DETR outperforms existing detection methods on the self-built dataset and demonstrates good performance generalization in monitoring collected images, as well as for other staple food crops, which verifies its practicality in complex agricultural scenarios. The code and detailed information are available at http://leafdetr.samlab.cn.
Why it matches plant phenotyping methods葉の密集検出モデルとデータセットを開発・評価し、葉形態などの表現型抽出を可能にする画像ベース手法が研究の中心であるため。
abstractDense leaf detection, as a foundation for leaf morphology analysis, must address challenges such as occlusion and overlap, directly enabling key tasks including phenotypic trait extraction, disease identification, and yield estimation.
Reproduction assets foundThe paper's data availability statement explicitly points to an authors' public site (http://leafdetr.samlab.cn) hosting the Leaf-DETR code and detailed information, qualifying as a paper-specific public code asset. The self-constructed KiwiFruitLeaf dataset (1696 images, 85,375 annotation boxes) is described but its公开Code · publicThe code and detailed information are available at http://leafdetr.samlab.cn . For testing purposes, detailed instructions for running the model can be found in the repository's README file.Open asset ↗lines:504-529Code / 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
Potato leaf diseases, if left undetected, threaten food security in agricultural economies and cause substantial crop losses. To address this critical challenge, we developed an AI-based system called the Enhanced Single Shot Multibox Detector(EF-SSD), a variant of SSD that integrates multiscale feature fusion and Squeeze-and-Excitation attention to improve fine-grained lesion detection. The enhanced model processes high-resolution images (512×512 pixels) and analyzes leaves at ten magnification levels, enabling it to identify even minor signs of infection. The inclusion of Squeeze-and-Excitation filters allows the system to focus more effectively on characteristic disease patterns, increasing detection precision. After scanning the leaves, the system applies advanced image processing techniques to localize disease regions and assess their severity. We evaluated EF-SSD using 2,500 labeled potato leaf images representing healthy plants and cases of early and late blight. The proposed model achieved a mean Average Precision (mAP) of 97% at 0.5 IoU, an F1-score of 95%, and an Intersection over Union (IoU) of 89%, outperforming advanced detectors such as YOLOv5, YOLOv8, RetinaNet, and Faster R-CNN across all metrics. It also delivers real-time inference at 47 FPS, confirming its suitability for on-field deployment. An ablation study further demonstrates the effectiveness of SE blocks and extended feature hierarchies in enhancing detection accuracy. These outcomes highlight EF-SSD’s potential as a reliable, efficient, and scalable tool for smart agriculture and early crop disease management.
Why it matches plant phenotyping methodsジャガイモ葉の病斑を画像から検出・局在化し、病害の重症度を評価する深層学習手法を開発・検証しており、植物表現型取得が中心である。
abstractwe developed an AI-based system called the Enhanced Single Shot Multibox Detector(EF-SSD)
Reproduction assets foundThe paper's Data Availability statement explicitly provides a public GitHub repository with the authors' analysis/training code and a public Google Drive link to the custom 2,500-image potato leaf disease dataset with Pascal VOC annotations used in this study.Code · publicThe code implemented in this study is openly available at the following GitHub repository: https://github.com/bhavanisravan/potato-leaf-diseases-code.Open asset ↗bhavanisravan/potato-leaf-diseases-codehtml-lines:414-439Dataset · publicThe dataset used for training and evaluation can be accessed at: https://drive.google.com/drive/folders/1Yin9zp0gQKwqJ0LD3GWdLq_V_idLO2bG?usp=sharing.Open asset ↗html-lines:414-439Code / 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 confirmedEurope PMC · bioRxiv · Crossref · checked 5 Sept 2026
Specialized host-microbe interfaces are central to cellular interactions in plants. Intracellular structures such as haustoria formed by filamentous pathogens mediate nutrient exchange and effector delivery to host cells. Despite their biological importance, the lack of quantitative frameworks has largely confined the study of these interfaces to qualitative observations, limiting our ability to compare infection strategies, cellular responses, and spatial organization across cells and tissues. Here, we present HFinder , a deep learning-based framework for automated detection, segmentation, and quantitative analysis of plant-microbe interfaces in confocal images. Using an object-centric deep learning approach, HFinder enables robust identification of haustoria, microbial hyphae, and host organelles across diverse imaging conditions and pathosystems. We demonstrate that this framework supports quantitative analyses of subcellular processes at host-microbe interfaces, including effector secretion, perturbation of host cellular processes, and immune receptor accumulation at haustoria. HFinder provides a practical and scalable solution for the systematic digitalization of plant infection imaging data and establishes a general framework for quantitative studies of cellular dynamics at host-microbe contact zones.
Why it matches plant phenotyping methods植物と微生物の界面を共焦点画像から自動検出・分割し、ハウストリア等を定量解析する深層学習手法が中心であり、植物感染状態の画像ベース表現型解析に該当する。
abstractwe present HFinder , a deep learning-based framework for automated detection, segmentation, and quantitative analysis of plant-microbe interfaces in confocal images.
Reproduction assets foundThe paper's HFinder pre-trained models (trained phenotyping models/checkpoints) are explicitly deposited on Zenodo with a public DOI matching an allowed URL. The training image dataset is also stated to be publicly available on Zenodo, but no separate authors' URL for it is given in the supplied blocks, so only the preModel / weights · publicFor
convenience, HFinder is distributed with pre-trained models that can be applied directly to confocal image
analysis (available on Zenodo: https://doi.org/10.5281/zenodo.17091805)Open asset ↗Zenodo · 10.5281/zenodo.17091805pdf-page:5 lines:1-47Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
Poplars are essential to China's forestry, contributing to timber production, ecological restoration, and shelterbelt construction. Branch architecture critically influences tree growth, demanding scalable solutions beyond manual methods to assess phenotypic variation in large-scale poplar breeding programs. Unmanned aerial vehicle light detection and ranging (UAV LiDAR) provides an efficient alternative; however, existing methods focus on conifers, leaving a gap in approaches for the more complex morphology of poplar branches. This study proposes a poplar branch reconstruction algorithm utilizing material transport flux and object-level geometric features from low-cost UAV LiDAR data. First, a voxel-based near-centroid method is used to extract skeleton points from tree point clouds. Next, a material transport flux model identifies individual branches, and geometric features of transport paths, including path length and curvature, are used to reconstruct each branch. Finally, branch parameters are estimated based on reconstructed branches. Data from a 5-ha plot were collected using the DJI Zenmuse L1 UAV LiDAR at the Shishou National Poplar Breeding Station, Hubei Province, China. Results demonstrate the proposed algorithm achieves high accuracy in first-order branch identification (F1-score = 1), with second-order branches having an average F1-score of 0.69. Branch length estimation demonstrates an RMSE of 0.47 m, while branch angles show an RMSE of 7.06°. The study also reveals structural variability in branch traits, with the highest variability observed in the second-order branch length (coefficient of variation = 29.68%), and a moderate positive correlation between first- and second-order branch lengths (correlation coefficient = 0.34), providing insights into tree growth patterns. This approach offers a framework for high-throughput phenotyping, which provides an efficient solution towrads advanced tree breeding using UAV LiDAR.
Why it matches plant phenotyping methodsUAV LiDARによるポプラの枝構造再構成と枝長・枝角度などの形質推定アルゴリズムを開発し、精度検証まで行っており、フェノタイピング手法が研究の中心である。
abstractThis study proposes a poplar branch reconstruction algorithm utilizing material transport flux and object-level geometric features from low-cost UAV LiDAR data.
Reproduction assets foundThe paper's Data availability statement provides a public URL to the supporting UAV LiDAR point cloud data (the paper-specific phenotyping measurements) hosted on forestdata.cn, with a DOI. No author analysis code or trained models are mentioned.Dataset · publicThe data that support this study are available from https://www.forestdata.cn/dataDetail.html?id=6f6934f4-680e-4e18-b4e3-1e7a60b85b55 . The DOI is 10.12459.14.0320260116001.0000.V1.Open asset ↗forestdata.cn · 10.12459.14.0320260116001.0000.V1lines:192-218Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Tobacco transplanting quality inspection is crucial for tobacco production, as it directly affects crop yield and quality of tobacco leaves. Accurate transplanting status detection and assessment provide essential support for replanting decisions and transplanting machine optimization. Traditional methods rely on manual inspection, which suffer from high cost, low efficiency, and unstable results. To tackle the aforementioned issues, this paper proposes a Deep Learning and Digital Twin driven Online Quality Inspection Method for Tobacco Transplanting, which consists of four core modules: Transplanting Status Detection, Multi-sensor Data Fusion, Digital Twin Visualization, and Operational Optimization Feedback. This paper proposes a lightweight improved YAN-YOLO11 algorithm capable of assessing normal, exposed-root, and buried seedlings. By fusing GNSS positioning data with visual detection results, the system estimates in-row spacing and performs status assessment for missed planting and double planting. The system establishes a virtual-real interactive closed-loop of "collection-detection-mapping-feedback" via the digital twin. By visualizing operational status in real-time and generating replanting path suggestions, it provides guidance for operation management and significantly improves inspection efficiency. Field experiments demonstrate that, compared with YOLO11n, YAN-YOLO11 improves precision and recall by 2.4% and 2.5%, respectively; mAP@50 increased by 3% to 80.9% ± 1.4%, and mAP@0.5:0.95 increased by 5.8% to 54.2% ± 1.0%, while significantly reducing model complexity. The system achieves a real-time performance of 30 FPS in the field, with an overall recognition accuracy of 90.74%, meeting practical application requirements. This study effectively enhances the digitalization, automation, and refined management of tobacco transplanting operations, providing a theoretical foundation and practical solution for the intelligent transformation of transplanting machinery and precision crop management.
Why it matches plant phenotyping methodsタバコ苗の植栽状態、株間、欠株・二株植えを画像とセンサーで推定する手法を開発・検証しており、植物状態の取得が研究の中心である。
abstractThis paper proposes a lightweight improved YAN-YOLO11 algorithm capable of assessing normal, exposed-root, and buried seedlings.
Reproduction assets foundThe paper's authors explicitly state that the demonstration video and code for the tobacco transplanting quality inspection system are publicly available via a Zenodo DOI link, which matches an allowed URL. This is a paper-specific, publicly actionable code asset. The arXiv URLs are cited prior work, not paper assets.Code · publicThe related demonstration video and code has been made publicly available on GitHub: https://doi.org/10.5281/zenodo.17075402.Open asset ↗GitHub · 10.5281/zenodo.17075402html-lines:294-405Code / dataset availability confirmedOpenAlex · Crossref · checked 14 Sept 2026
This work proposes a novel tree detection methodology, named DTCD (Distance Transform Circle Detection), based on a fast circle detection method via Distance Transform and Akaike Information Criterion (AIC) optimization. More specifically, a visible-band vegetation index (RGBVI) is calculated to enhance canopy regions, followed by morphological filtering to delineate individual tree crowns. The Euclidean Distance Transform is then applied, and the local maxima of the smoothed distance map are extracted as candidate tree locations. The final detections are iteratively refined using the AIC to optimize the number of trees with respect to canopy coverage efficiency. Additionally, this work introduces DTCD-PC, a modified algorithm tailored for point clouds, which significantly enhances detection accuracy in complex environments. This work makes a significant contribution to tree detection in the following ways: (1) by creating a tree detection framework entirely based on an unsupervised technique, which outperforms state-of-the-art unsupervised and supervised tree detection methods; (2) by introducing a new urban dataset, named AgiosNikolaos-3, that consists of orthomosaics and photogrammetrically reconstructed 3D point clouds, allowing the assessment of the proposed method in complex urban environments. The proposed DTCD approach was evaluated on the Acacia-6 dataset, consisting of UAV images of six-month-old Acacia trees in Southeast Asia, demonstrating superior detection performance compared to existing state-of-the-art techniques, both unsupervised and supervised. Additional experiments were conducted in the custom-developed Urban Dataset, confirming the robustness and generalizability of the DTCD-PC method in heterogeneous environments.
Why it matches plant phenotyping methodsUAV画像・3D点群から個体樹冠を抽出する新規手法を開発し、複数データセットで精度・頑健性を評価しているため、植物形態の取得・抽出が中心である。
abstractThis work proposes a novel tree detection methodology, named DTCD (Distance Transform Circle Detection), based on a fast circle detection method via Distance Transform and Akaike Information Criterion (AIC) optimization.
Reproduction assets foundThe authors state that the MATLAB code implementing the DTCD/DTCD-PC method, together with the datasets (Acacia-6, AgiosNikolaos-3) and results, is publicly available at their project page. Since the article is published (accepted), this is an actionable public asset containing the paper's tree-detection analysis code,Code · public.P.; All authors have read and agreed to the published version of the manuscript.
Funding: This research received no external funding.
Data Availability Statement: The code implementing the proposed method together with our
results, and the links to the datasets are publicly available after paper acceptance at the following
linkhttps://sites.google.com/site/costaspanagiotakis/research/tree-detection-dtcd, accessed on 30
January 2026.
Conflicts of Interest: The authors declare no conflicts of interest.
Abbreviations
The following abbreviations are used in this manuscript:
AIC Akaike Information Criterion
AMS3D Adaptive Mean Shift 3D
CHM Canopy Height Model
CHT Circular Hough Transform
CSP ComOpen asset ↗pdf-layout-page:24 lines:1-62Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Field / plotLeafObject detectionStress / disease detectionDisease symptoms / severity
Timely localization and diagnosis of crop lesions are critical for disease control and reducing pesticide use. However, in-field lesions often resemble leaf textures, vary widely in scale, and suffer from lighting and shadow interference-making simultaneous high accuracy and lightweight inference challenging. We propose WGA-YOLO, a lightweight YOLO variant for crop disease recognition. Central to our design is Wavelet Channel Recalibration (WCR), a DWT-based downsampling module: discrete wavelet transform naturally provides multi-resolution, time-frequency localized representations that explicitly separate low-frequency approximations from high-frequency edge/texture details. WCR fuses high- and low-frequency components and enhances feature representation through their frequency-domain complementarity, thereby preserving semantic and fine texture information during resolution reduction with negligible extra cost. We also introduce PS-C2f, which integrates Pinwheel-shaped convolutions into C2f to better capture tiny lesion details via multi-directional, irregular kernels, and replace SPPF with Dynamic Group Attention Pooling (DGAP) for efficient multi-scale context aggregation. On our PlantDoc_boost dataset, WGA-YOLO improves over YOLOv8n by 3.02 and 2.85% points, while reducing parameters and FLOPs by ~ 0.18 M and ~ 0.3G, demonstrating improved inference efficiency and deployment friendliness while maintaining strong detection performance in field scenarios.
Why it matches plant phenotyping methods植物葉の病斑を画像から検出・診断するYOLO改良手法の開発が中心であり、病害状態の画像ベース表現型計測に該当する。
abstractWe propose WGA-YOLO, a lightweight YOLO variant for crop disease recognition.
Reproduction assets foundThe paper's PlantDoc_boost dataset (the annotated crop-disease image dataset constructed and analyzed in this study) is explicitly stated to be publicly released on the authors' GitHub repository. No author analysis code or trained model checkpoints are stated as available. The Roboflow corn and tomato datasets are preDataset · publicThe PlantDoc_boost dataset used and analyzed in this study is publicly available from the project repository at http://github.com/YongChaoLiang/PlantDoc_boost/tree/master.Open asset ↗YongChaoLiang/PlantDoc_boosthtml-lines:693-708Code / dataset availability confirmedEurope PMC · Crossref · checked 15 Sept 2026
Common beanStem / branchObject detectionPhysiological trait estimationGrowth / development / phenology
Growing plants are remarkable at negotiating obstacles in their unstructured and changing environments. Measuring the mechanical interactions of growing plants with surrounding objects is a critical step towards deciphering thigmotropic responses underpinning complex growth strategies. Yet, available force measurement systems have limited capacity to capture weak forces in freely moving plant organs-such as the forces applied by a growing shoot pushing at an obstacle. We developed a measurement system based on the deflection of a pendulum by a freely moving shoot. Unlike many force measurement systems, the organ is not tethered to the device. Moreover, force is measured along two axes, as opposed to one axis in commonly used methods. Orthogonal cameras track the 3D position of the rod and shoot, yielding the rod deflection angle and, using a mechanical torque equilibrium equation, allowing extraction of the force applied by the plant over time. This system is relevant for measuring weak forces in macro-sized systems (e.g. growth or turgor pressures), and the force detection range can be tuned by altering rod mass and length. We demonstrate the system with Phaseolus vulgaris shoots, measuring the forces they apply on a candidate support during inherent circumnutation movements, prior to twining. Such measurements lay the foundations for deciphering how climbing plants assess whether to twine or not- an open question since Darwin's first observations.
Why it matches plant phenotyping methods自由に動く植物器官が発生する微弱な力を、カメラ追跡と力抽出により定量する測定システムを開発・実証しており、植物表現型の取得方法が研究の中心である。
abstractWe developed a measurement system based on the deflection of a pendulum by a freely moving shoot.
Reproduction assets foundThe authors deposited the full analysis workflow (data and code) for five example force-measurement trajectories on Zenodo, publicly accessible via DOI 10.5281/zenodo.15545548. This directly reproduces the paper's camera-based plant force phenotyping measurements and computational analysis. Other experimental data are仅Dataset · publicof interest
None declared.
Funding
YM acknowledges support from the Israel Science Foundation Research
Grant (ISF) no. 2307/22, and ERC grant GROWsmart 101165101. AO
acknowledges support from the Colton Foundation scholarship.
Data availability
We have put the full workflow for five example trajectories on a Zenodo
repository (https://doi.org/10.5281/zenodo.15545548; Ohad and
Meroz, 2025). Other experimental data are available upon request.
References
Autumn K, Liang YA, Tonia Hsieh S, Zesch W, Chan WP, Kenny TW,
Fearing R, Full RJ. 2000. Adhesive force of a single gecko foot-hair.
Nature 405, 681–685.
Backholm M, Bäumchen O. 2019. Micropipette force sensors for in vivo
force measurementsOpen asset ↗Zenodo · 10.5281/zenodo.15545548pdf-raw-page:9 lines:1-95Code / 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 · 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 confirmedOpenAlex · checked 13 Sept 2026
Forest surveying and inspection face significant challenges due to unstructured environments, variable terrain conditions, and the high costs of manual data collection. Although mobile robotics and artificial intelligence offer promising solutions, reliable autonomous navigation in forest, terrain-aware path planning, and tree parameter estimation remain open challenges. In this paper, we present the results of the AI4FOREST project, which addresses these issues through three main contributions. First, we develop an autonomous mobile robot, integrating SLAM-based navigation, 3D point cloud reconstruction, and a vision-based deep learning architecture to enable tree detection and diameter estimation. This system demonstrates the feasibility of generating a digital twin of forest while operating autonomously. Second, to overcome the limitations of classical navigation approaches in heterogeneous natural terrains, we introduce a machine learning-based surrogate model of wheel–soil interaction, trained on a large synthetic dataset derived from classical terramechanics. Compared to purely geometric planners, the proposed model enables realistic dynamics simulation and improves navigation robustness by accounting for terrain–vehicle interactions. Finally, we investigate the impact of point cloud density on the accuracy of forest parameter estimation, identifying the minimum sampling requirements needed to extract tree diameters and heights. This analysis provides support to balance sensor performance, robot speed, and operational costs. Overall, the AI4FOREST project advances the state of the art in autonomous forest monitoring by jointly addressing SLAM-based mapping, terrain-aware navigation, and tree parameter estimation.
Why it matches plant phenotyping methods自律ロボット、3D点群、深層学習を用いて樹木の直径・高さを推定する手法を開発し、点群密度による推定精度も評価しており、植物形質取得が中心である。
abstractwe develop an autonomous mobile robot, integrating SLAM-based navigation, 3D point cloud reconstruction, and a vision-based deep learning architecture to enable tree detection and diameter estimation.
Reproduction assets foundThe paper's point-cloud-density/tree-parameter analysis (Section 2.3) is based on two open-source MLS forest point cloud datasets (Forest 1 from southern Finland, and Forest 2 openly accessible via the 3DFin platform), which are public, paper-specific phenotype/trait data assets. However, the supplied blocks do not包含 aDataset · publicTwo different open-source datasets acquired using a Mobile Laser Scanning (MLS)
system (i.e., GeoSLAM Zeb-Horizon) and available online were considered in this study.Open asset ↗pdf-page:12 lines:1-60Code / 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 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 14 Sept 2026
Accurate localization of plant growth points is essential for precision agriculture applications, including electro-weeding and laser weeding. While crop and weed detection has been extensively studied, existing methods focus primarily on object-level recognition and often neglect fine-grained growth point localization. To address this limitation, we propose a novel training strategy, epoch-based prior annealing (EPA), which incorporates the excess green minus excess red (ExG-ExR) index as prior knowledge and introduces schedule factor and gain factor to effectively steer keypoint regression. The experimental results show that incorporating EPA improves keypoint localization performance, with mAP50 increasing by 0.024 and mAP50:95 by 0.011, while maintaining bounding box detection performance. The parameter sensitivity experiments confirmed that both excessively strong and weak guidance can hinder training. Furthermore, analysis of parameters and computational cost shows that the additional overhead introduced by the EPA strategy accounts for less than 0.5% of the total, and be considered negligible. In summary, the proposed EPA strategy significantly improves the accuracy, robustness, and generalizability of plant and growth point detection models, offering a practical and scalable solution for precision agricultural applications.
Why it matches plant phenotyping methods植物の生長点を画像から局在化する学習戦略を開発し、その性能を実験的に検証しており、植物器官の表現型取得が中心です。
abstractwe propose a novel training strategy, epoch-based prior annealing (EPA), which incorporates the excess green minus excess red (ExG-ExR) index as prior knowledge and introduces schedule factor and gain factor to effectively steer keypoint regression.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicYou can access the dataset used in this study at the following links: https://github.com/cropandweed/cropandweed-dataset.Open asset ↗cropandweed/cropandweed-datasethtml-lines:497-528Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Multispectral / hyperspectralFlowerObject detectionStress response / tolerancePlant / canopy temperature
Hyperspectral imaging (HSI) is a noncontact camera-based technique that enables deep learning models to learn various plant conditions by detecting light reflectance under illumination. In this study, we investigated the effects of four light sources-halogen (HAL), incandescent (INC), fluorescent (FLU), and light-emitting diodes (LED)-on the quality of spectral images and the vase life (VL) of cut roses, which are vulnerable to abiotic stresses. Cut roses 'All For Love' and 'White Beauty' were used to compare cultivar-specific visible reflectance characteristics associated with contrasting petal pigmentation. HSI was performed at four time points, yielding 640 images per light source from 40 cut roses. The results revealed that the light source strongly affected both the image quality (mAP@0.5 60-80%) and VL (0-3 d) of cut roses. The HAL lamp produced high-quality spectral images across wavelengths (WL) ranging from 480 to 900 nm and yielded the highest object detection performance (ODP), reaching mAP@0.5 of 85% in 'All For Love' and 83% in 'White Beauty' with the YOLOv11x models. However, it increased petal temperature by 2.7-3 °C, thereby stimulating leaf transpiration and consequently shortening the VL of the flowers by 1-2.5 d. In contrast, INC produced unclear images with low spectral signals throughout the WL and consequently resulted in lower ODP, with mAP@0.5 of 74% and 69% in 'All For Love' and 'White Beauty', respectively. The INC only slightly increased petal temperature (1.2-1.3 °C) and shortened the VL by 1 d in the both cultivars. Although FLU and LED had only minor effects on petal temperature and VL, these illuminations generated transient spectral peaks in the WL range of 480-620 nm, resulting in decreased ODP (mAP@0.5 60-75%). Our results revealed that HAL provided reliable, high-quality spectral image data and high object detection accuracy, but simultaneously had negative effects on flower quality. Our findings suggest an alternative two-phase approach for illumination applications that uses HAL during the initial exploration of spectra corresponding to specific symptoms of interest, followed by LED for routine plant monitoring. Optimizing illumination in HSI will improve the accuracy of deep learning-based prediction and thereby contribute to the development of an automated quality sorting system that is urgently required in the cut flower industry.
Why it matches plant phenotyping methods切り花の状態評価に用いるHSIについて、照明条件が画像品質と検出精度に及ぼす影響を比較・検証し、実運用向けの照明戦略を提案しているため、植物フェノタイピング手法が中心である。
abstractwe investigated the effects of four light sources-halogen (HAL), incandescent (INC), fluorescent (FLU), and light-emitting diodes (LED)-on the quality of spectral images and the vase life (VL) of cut roses
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicSupplementary Table S1: SNR of hyperspectral images acquired under different illumination sources in two cut rose cultivars (‘All For Love’ and ‘White Beauty’); Figure S1: Effect of light sources on hyperspectral image (HSi) quality in cut roses ‘All For Love’ and ‘White Beauty’.Open asset ↗lines:64-174Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
To address the issue of drought level confusion in the detection of drought stress during the seedling stage of the Yunnan large-leaf tea variety using the traditional YOLOv13 network, this study proposes an improved version of the network, MC-YOLOv13-L, based on animal vision. With the compound eye's parallel sampling mechanism at its core, Compound-Eye Apposition Concatenation optimization is applied in both the training and inference stages. Simulating the environmental information acquisition and integration mechanism of primates' "multi-scale parallelism-global modulation-long-range integration," multi-scale linear attention is used to optimize the network. Simulating the retinal wide-field lateral inhibition and cortical selective convergence mechanisms, CMUNeXt is used to optimize the network's backbone. To further improve the localization accuracy of drought stress detection and accelerate model convergence, a dynamic attention process simulating peripheral search, saccadic focus, and central fovea refinement in primates is used. Inner-IoU is applied for targeted improvement of the loss function. The testing results from the drought stress dataset (324 original images, 4212 images after data augmentation) indicate that, in the training set, the Box Loss, Cls Loss, and DFL Loss of the MC-YOLOv13-L network decreased by 5.08%, 3.13%, and 4.85%, respectively, compared to the YOLOv13 network. In the validation set, these losses decreased by 2.82%, 7.32%, and 3.51%, respectively. On the whole, the improved MC-YOLOv13-L improves the accuracy, recall rate and mAP@50 by 4.64%, 6.93% and 4.2%, respectively, on the basis of only sacrificing 0.63 FPS. External validation results from the Laobanzhang base in Xishuangbanna, Yunnan Province, indicate that the MC-YOLOv13-L network can quickly and accurately capture the drought stress response of tea plants under mild drought conditions. This lays a solid foundation for the intelligence-driven development of the tea production sector and, to some extent, promotes the application of bio-inspired computing in complex ecosystems.
Why it matches plant phenotyping methods茶樹の干ばつストレス状態を画像から検出する改良YOLO手法を開発・検証しており、植物状態の取得・推定が研究の中心である。
abstractthis study proposes an improved version of the network, MC-YOLOv13-L, based on animal vision.
Reproduction assets foundThe paper's Data Availability Statement states the original code is openly available in IEEE DataPort at the allowed DOI URL, making the authors' analysis code a paper-specific public asset.Code · publicThe original code presented in the study are openly available in IEEE DataPort at https://dx.doi.org/10.21227/v32y-mv49.Open asset ↗IEEE DataPort · 10.21227/v32y-mv49html-lines:829-851Code / 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
Rice leaf diseases pose a significant and escalating threat to global food security. Timely and accurate detection, particularly in the critical early stages characterized by subtle lesions, is paramount for effective disease management. However, existing solutions often struggle with the complexities of real-world field environments (e.g., variable lighting, occlusions, complex backgrounds), computational constraints on edge devices, and limited generalizability across diverse disease types and plant species. To address these challenges, this study proposes a novel lightweight deep learning framework specifically designed for robust rice leaf disease detection. Our key innovations include: (1) A Multi-branch Large-kernel Fusion Depthwise (MLFD) module enhancing multi-scale contextual feature extraction critical for identifying subtle early lesions; (2) A Multi-scale Dilated Transformer Attention (MDTA) module integrating spatial and channel attention mechanisms to improve feature representation under complex conditions; (3) A Lightweight Detection Head (Lo-Head) optimized with grouped and depthwise convolutions, drastically reducing model complexity without sacrificing accuracy. Crucially, extensive experiments demonstrate the framework's superior performance. On a dedicated rice leaf disease dataset, it achieves a mean Average Precision mAP@0.5:0.95 of 62.62%, outperforming state-of-the-art lightweight detectors including YOLOv5n (56.73%), YOLOv8n (57.41%), YOLOv10n (56.14%), and the baseline YOLOv11n (60.85%), while maintaining low computational demands (6.3 GFLOPs, 2.66M parameters). Significantly, rigorous generalization experiments validate the model's exceptional transferability. Evaluated on independent datasets encompassing potato and tomato leaf diseases, the proposed framework consistently surpasses comparable models in mAP@0.5:0.95, demonstrating its robust capability to detect diseases across different plant species. This combination of high accuracy, computational efficiency, and remarkable cross-crop generalizability positions our framework as a highly promising tool for practical deployment on resource-limited edge devices (e.g., drones, field sensors) in smart agriculture systems, enabling proactive disease surveillance and precision control strategies across diverse crops.
Why it matches plant phenotyping methods植物葉の病徴を画像から検出する深層学習手法の開発と、独立データセットによる性能・汎化性検証が中心であり、植物の病害状態を直接推定するフェノタイピング手法に該当する。
abstractthis study proposes a novel lightweight deep learning framework specifically designed for robust rice leaf disease detection.
Reproduction assets foundThe paper's rice leaf disease detection dataset was curated from three publicly available repositories (one Kaggle, two Roboflow), and the cross-species generalization used two additional public Roboflow datasets (tomato and potato leaf diseases). All five URLs are explicitly listed in the article as data sources. No作者Dataset · publicData Sources: The dataset utilized in this study was curated and screened from the following publicly available online repositories:.Open asset ↗html-lines:110-216Dataset · publicThe Tomato Leaf and Potato Leaf disease datasets were acquired from public domain resources. The dataset links are: Tomato Leaf Diseases: https://universe.roboflow.com/dyploma/tomato-leaf-diseases-4xa5iOpen asset ↗dyploma/tomato-leaf-diseases-4xa5ihtml-lines:747-783Code / dataset availability confirmedEurope PMC · bioRxiv · checked 15 Sept 2026
FlowerAnnotation / quality controlObject detectionGrowth / development / phenology
ABSTRACT Herbarium specimens represent critical historical records of plant phenology, yet automating annotation of reproductive structures remains challenging given the diversity of floral morphologies, specimen age and quality, and image quality. Here, we present a machine learning pipeline that uses an ensemble modeling approach to detect flowers on herbarium specimens and deliver these data to the phenology research community. After testing multiple strategies for generating training data, we found in-house expert-curated annotations were essential for producing reliable results. Expert validation found relatively strong accuracy for detecting present floral structures, but still had moderately high false negative rates. Applying the ensemble to our filtered final image dataset of 22 million records resulted in 11.1 million records labeled with flowers present. However, only 2.9 million of these contained complete metadata necessary for downstream phenology research, highlighting the need for full label digitization efforts. Still, this dataset represents a large compilation of historical herbarium-derived phenology records available as a resource for the phenology community. We end by demonstrating how integrating these machine-labeled records into Phenobase, a publicly-available phenology database, expands taxonomic and temporal coverage for large-scale phenological analyses, and discuss remaining challenges and next steps.
Why it matches plant phenotyping methods植物標本画像から花の存在を自動検出し、精度検証と大規模な phenology データセット化を行う機械学習手法が研究の中心であるため、植物フェノタイピング手法として適格です。
abstractwe present a machine learning pipeline that uses an ensemble modeling approach to detect flowers on herbarium specimens and deliver these data to the phenology research community.
Reproduction assets foundThe paper's Data Availability Statement explicitly deposits the ensemble models, training/validation/test images, training data and final ensemble output on Zenodo, and the analysis code on GitHub; machine-labeled records are also served via the public Phenobase portal. All are paper-specific, public, and actionable.Dataset · publicors contributed to drafts and gave final
454
approval for publication.
455
456
Data Availability Statement
457
The ensemble data models and a corresponding JSON file with model metadata data are
458
housed on Zenodo (https://doi.org/10.5281/zenodo.17079402). Images used in training,
459
validation, and testing are located here: https://zenodo.org/records/17675089. Code used for
460
this project can be found on github (https://github.com/rafelafrance/phenobase/tree/v1.0.0).461
Training data and final ensemble output can be found on Zenodo
462
(https://doi.org/10.5281/zenodo.17675089).463
464
Supporting Information
465
Additional Supporting Information may be found online in the SupportinOpen asset ↗Zenodo · 17675089pdf-raw-page:19 lines:1-55Dataset · publictps://doi.org/10.5281/zenodo.17079402). Images used in training,
459
validation, and testing are located here: https://zenodo.org/records/17675089. Code used for
460
this project can be found on github (https://github.com/rafelafrance/phenobase/tree/v1.0.0).461
Training data and final ensemble output can be found on Zenodo
462
(https://doi.org/10.5281/zenodo.17675089).463
464
Supporting Information
465
Additional Supporting Information may be found online in the Supporting Information section at
466
the end of the article.
467
Appendix S1. List of difficult-to-annotate genera and families removed from training and
468
downstream data.
469
Appendix S2. Table S1. Validation results for held-oOpen asset ↗Zenodo · 10.5281/zenodo.17675089pdf-raw-page:19 lines:1-55Code · publiclity Statement
457
The ensemble data models and a corresponding JSON file with model metadata data are
458
housed on Zenodo (https://doi.org/10.5281/zenodo.17079402). Images used in training,
459
validation, and testing are located here: https://zenodo.org/records/17675089. Code used for
460
this project can be found on github (https://github.com/rafelafrance/phenobase/tree/v1.0.0).461
Training data and final ensemble output can be found on Zenodo
462
(https://doi.org/10.5281/zenodo.17675089).463
464
Supporting Information
465
Additional Supporting Information may be found online in the Supporting Information section at
466
the end of the article.
467
Appendix S1. List of difficult-to-annotaOpen asset ↗GitHub · rafelafrance/phenobasepdf-raw-page:19 lines:1-55Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Digital agriculture and smart farming require crop health monitoring methods that balance detection accuracy with computational cost. Rice leaf diseases threaten yield, while field images often contain small multi-scale lesions, variable illumination and cluttered backgrounds. This paper investigates SCD-YOLOv11n, a lightweight detector designed with these constraints in mind. The model replaces the YOLOv11n backbone with a StarNet backbone and integrates a C3k2-Star module to enhance fine-grained, multi-scale feature extraction. A Detail-Strengthened Cross-scale Detection (DSCD) head is further introduced to improve localization of small lesions. On this architecture, we design a DepGraph-based mixed group-normalization pruning rule and apply channel-wise feature distillation to recover performance after pruning. Experiments on a public rice leaf disease dataset show that the compressed model requires 1.9 MB of storage, achieves 97.4% mAP@50 and 76.2% mAP@50:95, and attains a measured speed of 184 FPS under the tested settings. These results provide a quantitative reference for designing lightweight object detectors for rice disease monitoring in digital agriculture scenarios.
Why it matches plant phenotyping methodsイネ葉の病斑を画像から検出・局在化する軽量モデルを開発し、精度・圧縮性能・速度を評価しており、植物病害状態の取得手法が研究の中心である。
abstractThis paper investigates SCD-YOLOv11n, a lightweight detector designed with these constraints in mind.
Reproduction assets foundThe paper's rice leaf disease image dataset (6715 annotated images) is explicitly stated to be publicly available on Roboflow, and an MDPI supplementary file is provided with additional dataset information. No author analysis code or trained model checkpoints are publicly deposited.Dataset · publicThe rice disease detection dataset used in this study is publicly available at: https://universe.roboflow.com/dreamydaisy-cdagn/rice-dyl9n/dataset/4 (accessed on 10 December 2025).Open asset ↗dreamydaisy-cdagn/rice-dyl9n/dataset/4lines:480-547Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Traditional segmentation methods are slow and rely on manual annotations, which are labor-intensive. To address these limitations, we propose YOLO-SAM AgriScan, a unified framework that combines the fast object detection capabilities of YOLOv11 with the zero-shot segmentation power of the Segment Anything Model 2 (SAM2). Our approach adopts a hybrid paradigm for on-plant ripe strawberry segmentation, wherein YOLOv11 is fine-tuned using a few-shot learning strategy with minimal annotated samples, and SAM2 performs mask generation without additional supervision. This architecture eliminates the bottleneck of pixel-wise manual annotation and enables the scalable and efficient segmentation of strawberries in both controlled and natural farm environments. Experimental evaluations on two datasets, a custom-collected dataset and a publicly available benchmark, demonstrate strong detection and segmentation performance in both full-data and data-constrained scenarios. The proposed framework achieved a mean Dice score of 0.95 and an IoU of 0.93 on our collected dataset and maintained competitive performance on public data (Dice: 0.95, IoU: 0.92), demonstrating its robustness, generalizability, and practical relevance in real-world agricultural settings. Our results highlight the potential of combining few-shot detection and zero-shot segmentation to accelerate the development of annotation-light, intelligent phenotyping systems.
Why it matches plant phenotyping methodsイチゴ果実の検出・セグメンテーションを行う画像ベース手法を開発し、複数データセットで性能評価している。単なる収穫対象の位置特定ではなく、果実マスク抽出を行うため、植物表現型取得手法が中心である。
abstractOur approach adopts a hybrid paradigm for on-plant ripe strawberry segmentation
Reproduction assets foundThe paper uses a public Roboflow Universe strawberry segmentation dataset (D2) directly for its detection/segmentation experiments, which qualifies as a paper-specific public asset. The authors' custom greenhouse dataset (D1) is only available upon request, and no authors' analysis code is deposited (Ultralytics is a CDataset · public3007-022-00866-2.
22. Song Y., Wang T., Cai P., Mondal S.K., Sahoo J.P. A comprehensive survey of few-shot learning: Evolution, applications, challenges, and opportunities. ACM Comput. Surv. 2023;55:1–40. doi: 10.1145/3582688.
23. Objectdetection Strawberry Seg Dataset. 2024. [(accessed on 10 September 2025)]. Available online: https://universe.roboflow.com/objectdetection-mnlwg/strawberry_seg-zkh1y .
24. Sekachev B., Manovich N., Zhiltsov M., Zhavoronkov A., Kalinin D., Hoff B., TOsmanov, Kruchinin D., Zankevich A., DmitriySidnev, et al. opencv/cvat: V1.1.0. 2020. [(accessed on 13 April 2025)]. Available online: https://zenodo.org/records/4009388 .
25. Ronneberger O., Fischer P., Brox T. U-Open asset ↗strawberry_seg-zkh1ylines:316-338Code / dataset availability confirmedOpenAlex · Crossref · checked 6 Sept 2026
Automated three-dimensional plant phenotyping is an essential tool for non-destructive analysis of plant growth and structure. This paper presents a low-cost system based on stereo vision for depth estimation and morphological characterization of maize plants. The system incorporates an automatic detection stage for the object of interest using deep learning techniques to delimit the region of interest (ROI) corresponding to the plant. The Semi-Global Block Matching (SGBM) algorithm is applied to the detected region to compute the disparity map and generate a partial three-dimensional representation of the plant structure. The ROI delimitation restricts the disparity calculation to the plant area, reducing processing of the background and optimizing computational resource use. The deep learning-based detection stage maintains stable foliage identification even under varying lighting conditions and shadowing, ensuring consistent depth data across different experimental conditions. Overall, the proposed system integrates detection and disparity estimation into an efficient processing flow, providing an accessible alternative for automated three-dimensional phenotyping in agricultural environments.
Why it matches plant phenotyping methods植物の3次元形態を取得・特徴づけるステレオビジョンと深度推定システムの開発が中心であり、明確な植物フェノタイピング手法です。
abstractThis paper presents a low-cost system based on stereo vision for depth estimation and morphological characterization of maize plants.
Reproduction assets foundThe paper's Data Availability Statement openly deposits the original study data (the 544 stereo RGB maize images and related phenotyping data) on OSF at a DOI, which is a paper-specific, publicly actionable asset. No author analysis code repository is explicitly stated.Dataset · publicData Availability Statement: The original data presented in the study are openly available in OSF at
https://doi.org/10.17605/OSF.IO/MN6P9.Open asset ↗OSF · 10.17605/OSF.IO/MN6P9pdf-page:18 lines:1-59Code / 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 · checked 6 Sept 2026
The AI revolution, advanced Graphics Processing Units (GPUs), and open-source platforms have enabled Machine Learning (ML) and Deep Learning (DL) algorithms to rapidly and accurately extract phenotypic features from imagery. Such advancements have led to phenotypic digitization and made rapid yield forecasting possible. Yield predictions are critical to assess the merit of genotypes to propel cultivar development. This trial followed a three-replicated Randomized Complete Block Design (RCBD) with 36 diverse sorghum genotypes in 2023 at Ashland Bottoms, Kansas. The field images were captured 6 m above using a DJI M300 drone at 90° nadir and 45° oblique angles. This research trained YOLO and Faster R-CNN (Detectron2) models to harness yield attributes from UAS field and lab images. The YOLO models outperformed the Faster R-CNN in detecting sorghum panicles, achieving a mean average precision at 50 % IoU (mAP@0.50) scores of 0.92-0.98, compared to 0.61-0.89 for Faster R-CNN. Panicle detection from field imagery showed a linear correlation of 0.86 with ground truth field panicle counts. Lab imagery analyses measured panicle area, seed counts, and seed area with correlation coefficients of 0.79, 0.94, and 0.25 with respective ground truth observations. Support Vector Regression (SVR), Random Forest Regression (RFR), and Decision Tree Regression (DTR) were used to predict yield with correlation coefficients of 0.74, 0.71, and 0.78, respectively, and SHapley Additive exPlanation (SHAP) analysis revealed panicle seed count as the primary driver of yield prediction. We observed YOLO models are well-suited for extracting yield-predictive features from pertinent images. Such features can then be incorporated into ML regression models to predict yield per se performance with greater accuracy. The GitHub link is provided in the Data availability section.
Why it matches plant phenotyping methodsUAS・実験室画像から穂数、穂面積、種子数・面積などの植物形質を深層学習で抽出し、検出精度を検証して収量予測へ利用する方法が研究の中心である。
abstractThis research trained YOLO and Faster R-CNN (Detectron2) models to harness yield attributes from UAS field and lab images.
Reproduction assets foundThe authors explicitly state that scripts, fine-tuned models, datasets, and sample images for this sorghum yield-forecasting study are publicly available on GitHub, matching the allowed URL exactly.Code · publicThe scripts, fine-tuned models, datasets, and sample images pertinent to this manuscript are available on GitHub at https://github.com/mbari78/DL_for_Sorghum_Yield_Prediction.git .Open asset ↗https://github.com/mbari78/DL_for_Sorghum_Yield_Prediction.gitlines:244-299Code / 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 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
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
Tomato growth is highly susceptible to diseases, making accurate identification crucial for timely intervention. While deep learning models like the YOLO family have demonstrated success in detecting diseases in agricultural settings, they typically assume that training and testing data are independently and identically distributed (i.i.d.), which often doesn't hold in real-world scenarios. When pre-trained models are applied to new environments, performance can degrade due to domain shifts. To address this, we propose CTTA-DisDet, a continuous test-time domain adaptation framework for tomato disease detection that adapts models to evolving environments during testing, improving generalization in unseen domains. CTTA-DisDet utilizes a teacher-student architecture where both models share the same structure. Dynamic data augmentation is introduced, involving explicit and implicit augmentations. Explicit augmentation corrupts input images, while implicit augmentation uses large language models (LLMs) to generate new domain data. The teacher model learns generalized knowledge, and the student model mimics the teacher to distill domain-specific information. During testing, pseudo-labels generated by the teacher update the student model. To prevent catastrophic forgetting, a subset of neurons is randomly restored to their original weights during each test-time iteration. The teacher model is continuously updated via exponential moving average (EMA). Experimental results demonstrate that CTTA-DisDet achieves an impressive 67.9% performance in continuously changing cross-domain environments, significantly benefiting practical applications in non-stationary settings.
Why it matches plant phenotyping methodsトマトの病徴を画像から検出するためのドメイン適応手法を提案し、異なる環境で性能評価しており、植物病害状態の表現型取得が中心である。
abstractwe propose CTTA-DisDet, a continuous test-time domain adaptation framework for tomato disease detection that adapts models to evolving environments during testing, improving generalization in unseen domains.
Reproduction assets foundThe article's data availability statement says the required data was deposited in a public Zenodo repository with a DOI matching an allowed URL. The deposit is paper-specific (the data used for the tomato disease detection experiments), though the statement does not detail contents (e.g., whether code/models are also)Dataset · publicThe required data has been deposited in a public repository. It is available on Zenodo at the following https://doi.org/10.5281/zenodo.17659449.Open asset ↗Zenodo · 10.5281/zenodo.17659449html-lines:1047-1068Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction The traditional strawberry picking operation has long relied on manual work. With the aging trend of the population becoming more and more obvious, the application of intelligent picking technology has become an irreversible trend. However, existing recognition methods still face bottlenecks such as suboptimal recognition accuracy and low computational efficiency. To address these issues, this study constructs a lightweight detection model, LBS-YOLO, based on an improved YOLOv11n architecture, significantly the model's accuracy and interference robustness while greatly compressing the parameter quantity. Methods The LBS-YOLO model is built upon YOLOv11n as the baseline network. In order to enhance the ability of backbone network feature representation, the model designs a lightweight LAWDS module. This design combines channel attention with spatial reconstruction operation to optimize the information retention efficiency in the down-sampling process, thus effectively enhancing the multi-scale feature representation ability and gradient flow propagation performance. Then in the feature fusion stage, the model introduces a Bidirectional Feature Pyramid Network (BiFPN), which not only enables cross-scale feature fusion but also achieves adaptive weighting through a learnable weight allocation mechanism. At last, adopts the C3k2_Star module to replace the conventional C3K2 for improved feature representation. Results On the used strawberry dataset, the LBS-YOLO model reached 88.6% mAP@0.5 and 75.8% mAP@0.5:0.95, which were 2.2 and 1.3 percentage points higher than YOLOv11n, respectively. The LBS-YOLO model improves the recall rate from 83.2% of YOLOv11n to 86.4%, and the F1-score from 81.2% to 82.9%. Its computational complexity is 6.6 GFLOPs and its reasoning speed is 260.7 FPS. Even better, LBS-YOLO only needs 3.4MB of storage space and 1.6 million parameters, which are 34.6% and 38% less than YOLOv11n respectively. Discussion The experiment demonstrates that, the LBS-YOLO model can significantly reduce the number of parameters and effectively improve the detection accuracy and operation efficiency. It successfully alleviated the problems of false detection and missed detection, thereby providing reliable technical support for strawberry growth monitoring, maturity identification and automatic picking.
Why it matches plant phenotyping methodsイチゴの成熟度という植物状態を画像から推定する軽量検出モデルを開発・評価しており、フェノタイピング手法が中心である。
abstractthis study constructs a lightweight detection model, LBS-YOLO, based on an improved YOLOv11n architecture
Reproduction assets foundThe paper uses a public strawberry image dataset from Baidu AI Studio (Paddle) as its phenotyping input, with an explicit public URL provided in the article text. No author analysis code or trained model checkpoints are stated as publicly available.Dataset · publicThe dataset used in this study is a publicly available dataset from Baidu Paddle. Detailed dataset information can be found at: https://aistudio.baidu.com/aistudio/datasetdetail/147119 . A total of 3,000 strawberry images are included here.Open asset ↗Baidu Paddle · 147119lines:317-334Code / 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 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 confirmedEurope PMC · checked 15 Sept 2026
In this study, we propose a multi-scale feature fusion network based on an improved RT-DETR model for the efficient detection of tomato leaf disease. Our model combines the multi-scale extended residual module by capturing contextual information at various scales and the multi-scale feature pyramid network by integrating feature information from different levels, which improves feature extraction capability and reduces the interference of complex backgrounds on feature extraction, thereby improving information transmission efficiency and the accuracy of the model. In addition, the novel loss function called adaptive focal loss (AFL) was used, which is based on traditional focal loss with the introduction of attenuation factors to focus the model's attention to high-loss features to alleviate overfitting and of dynamic weight adjustment mechanisms to focus on the more important features during the training process to improve the overall learning performance. Another significant advantage of AFL is that it can more efficiently improve the detection accuracy on imbalanced datasets than on balanced datasets. These innovations optimized the learning strategy of the model, making AP@0.50 up to 97.9% on detecting the categories of tomato diseases. In addition, this model also achieves the high detection accuracy of 85.4% on other crop diseases. These results provide valuable references for agriculture applications.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から検出する深層学習手法を提案・改良しており、植物病害表現型の抽出法が研究の中心である。
abstractwe propose a multi-scale feature fusion network based on an improved RT-DETR model for the efficient detection of tomato leaf disease.
Reproduction assets foundThe paper constructs its LAB and ENV tomato leaf disease detection datasets by selecting and adjusting samples from two public Roboflow Universe datasets (cited as refs 30 and 31), which are public image inputs directly underlying this paper's phenotyping measurements. Both Roboflow URLs are given in the reference listDataset · public7-024-01188-1
38725014
PMC11080254
29.
Sun H.
Fu R.
Wang X.
Wu Y.
Al-Absi M.A.
Cheng Z.
Chen Q.
Sun Y.
Efficient Deep Learning-Based Tomato Leaf Disease Detection through Global and Local Feature Fusion
BMC Plant Biol. 2025 25 311
10.1186/s12870-025-06247-w
40069604
PMC11895386
30.
Sujansurya
Roboflow Universe
Available online: https://universe.roboflow.com/sujansurya/tomato_object (accessed on 15 August 2024)
31.
Roboflow Universe
Available online: https://universe.roboflow.com/classificationwithyolov8/tomato-leaf-diseases-4xa5i-3ajin-kyo9w (accessed on 15 August 2024)
32.
Singh D.
Jain N.
Jain P.
Kayal P.
Kumawat S.
Batra N.
PlantDoc: A Dataset for Visual Plant Disease Detection
ProceedingOpen asset ↗Roboflow Universelines:265-465Dataset · publicng-Based Tomato Leaf Disease Detection through Global and Local Feature Fusion
BMC Plant Biol. 2025 25 311
10.1186/s12870-025-06247-w
40069604
PMC11895386
30.
Sujansurya
Roboflow Universe
Available online: https://universe.roboflow.com/sujansurya/tomato_object (accessed on 15 August 2024)
31.
Roboflow Universe
Available online: https://universe.roboflow.com/classificationwithyolov8/tomato-leaf-diseases-4xa5i-3ajin-kyo9w (accessed on 15 August 2024)
32.
Singh D.
Jain N.
Jain P.
Kayal P.
Kumawat S.
Batra N.
PlantDoc: A Dataset for Visual Plant Disease Detection
Proceedings of the Proceedings of the 7th ACM IKDD CoDS and 25th COMAD Hyderabad, India 5–7 January 2020
ACM
New York, NY, USA
2020 24Open asset ↗Roboflow Universelines:265-465Code / dataset availability confirmedEurope PMC · OpenAlex · checked 6 Sept 2026
TomatoMultimodalStereoFruitObject detectionVisualization / data managementGrowth / development / phenologyFruit / seed / panicle traitsYield / yield components
Introduction The advancement of smart agriculture has witnessed increasing applications of computer vision in crop monitoring and management. However, existing approaches remain challenged by high computational complexity, limited real-time capability, and poor multi-task coordination in tomato cultivation scenarios. Methods To address these limitations, an intelligent tomato management system is proposed based on the Ghost-based Adaptive Efficient You Only Look Once (GAE-YOLO) algorithm. The lightweight architecture of the GAE-YOLO framework is achieved through the replacement of standard convolutional layers with Ghost Convolution (GhostConv) modules, while detection accuracy is significantly improved by the integration of both AReLU activation functions and Effective Intersection over Union (E-IoU) loss optimization. The system, implemented on a Jetson TX2 embedded platform, also incorporates ZED stereo vision for 3D localization and a PyQt6-based visualization platform. Results When implemented on Jetson TX2, the system achieving 93.5% mean Average Precision at 50% intersection over union (mAP@50) at 10.2 frames per second (FPS), which can be optimized to 27 FPS by employing TensorRT acceleration and 720p resolution for scenarios demanding higher throughput. Furthermore, it establishes standardized assessment systems for tomato maturity and yield prediction, and offers integrated modules for disease diagnosis and agricultural large language model consultation. Discussion This work establishes a new paradigm for edge computing in agriculture while providing critical technical support for smart farming development.
Why it matches plant phenotyping methodsトマトの成熟度・収量予測および病害診断を含む画像・3Dビジョン基盤を開発し、エッジ環境で性能評価しているため、植物表現型取得が中心的な研究である。
abstractan intelligent tomato management system is proposed based on the Ghost-based Adaptive Efficient You Only Look Once (GAE-YOLO) algorithm
Reproduction assets foundThe paper's data availability statement explicitly states that the data and code supporting the study are publicly available on GitHub at the authors' repository (GAE-YOLO), which matches an allowed URL. This qualifies as a paper-specific public code asset for the tomato detection/phenotyping analysis.Code · publicThe data and code supporting this study are publicly available at GitHub under the following links: https://github.com/NSSCk/GAE-YOLO .Open asset ↗NSSCk/GAE-YOLOlines:756-834Code / 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
In modern agricultural production, accurate monitoring of maize growth and leaf counting is crucial for precision management and crop breeding optimization. Current UAV-based methods for detecting maize seedlings and leaves often face challenges in achieving high accuracy due to issues such as low spatial-resolution, complex field environments, variations in plant scale and orientation. To address these challenges, this study develops an integrated detection and visualization software, DP-MaizeTrack, which incorporates the DP-YOLOv8 model based on YOLOv8. The DP-YOLOv8 model integrates three key improvements. The Multi-Scale Feature Enhancement (MSFE) module improves detection accuracy across different scales. The Optimized Spatial Pyramid Pooling-Fast (OSPPF) module enhances feature extraction in diverse field conditions. Experimental results in single-plant detection show that the DP-YOLOv8 model outperforms the baseline YOLOv8 with improvements of 3.9% in Precision (95.1%), 4.1% in Recall (91.5%), and 4.0% in mAP50 (94.9%). The software also demonstrates good accuracy in the visualization results for single-plant and leaf detection tasks. Furthermore, DP-MaizeTrack not only automates the detection process but also integrates agricultural analysis tools, including region segmentation and data statistics, to support precision agricultural management and leaf-age analysis. The source code and models are available at https://github.com/clhclhc/project.
Why it matches plant phenotyping methodsUAV画像からトウモロコシ個体数と葉数を抽出するソフトウェアを開発しており、植物形質取得が研究の中心です。
abstractthis study develops an integrated detection and visualization software, DP-MaizeTrack
Reproduction assets foundThe paper explicitly states that the authors' source code and trained models for DP-MaizeTrack/DP-YOLOv8 are publicly available on GitHub. No public dataset deposit is stated; the UAV image dataset is described but not declared publicly available.Code · publicThe source code and models are available at https://github.com/clhclhc/project .Open asset ↗https://github.com/clhclhc/projectlines:224-300Code / 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-65Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Premise Deep learning-based classification of herbarium images is hampered by background heterogeneity, which introduces noise and artifacts that can potentially mislead models and degrade their accuracy. Addressing these effects is essential to enhance overall performance. Methods We introduce PlantSAM, an automated segmentation pipeline that integrates YOLOv10 for plant region detection and the Segment Anything Model (SAM2) for segmentation. YOLOv10 generates bounding box prompts to guide SAM2, enhancing segmentation accuracy. Both models were fine-tuned on herbarium images and evaluated using intersection over union (IoU) and Sørensen-Dice coefficient metrics. Results PlantSAM achieved state-of-the-art segmentation performance, with an IoU of 0.94 and a Sørensen-Dice coefficient of 0.97. Incorporating segmented images into classification models led to consistent performance improvements across five tested botanical traits, with accuracy gains of up to 4.36% and F1 score improvements of 4.15%. Conclusions Our findings highlight the importance of background removal in herbarium image analysis, as it significantly enhances classification performance by enabling models to focus more effectively on the foreground plant structures.
Why it matches plant phenotyping methods植物画像から背景を除去して植物領域を抽出するセグメンテーション手法の開発・評価が中心であり、植物形質分類への有用性も検証している。
abstractWe introduce PlantSAM, an automated segmentation pipeline that integrates YOLOv10 for plant region detection and the Segment Anything Model (SAM2) for segmentation.
Reproduction assets foundThe paper's data availability statement provides public GitHub repositories with segmentation source code, examples, and trained models, plus figshare DOIs for the segmentation dataset, the YOLOv10 plant region detection dataset, and the SAM fine-tuning/out-of-distribution dataset — all paper-specific and directly usedCode · publicThe source code for segmentation, including examples and trained models, is available at: https://github.com/IA-E-Col/PlantSAMOpen asset ↗IA-E-Col/PlantSAMlines:570-695Code · publicThe source code of the segmentation application is available at: https://github.com/IA-E-Col/plantsam-appOpen asset ↗IA-E-Col/plantsam-applines:570-695Dataset · publicthe segmentation dataset used to train the UNet model is available at https://doi.org/10.6084/m9.figshare.27685914Open asset ↗10.6084/m9.figshare.27685914lines:570-695Dataset · publicthe object detection dataset used to train YOLOv10 for plant region detection is available at https://doi.org/10.6084/m9.figshare.29528882Open asset ↗10.6084/m9.figshare.29528882lines:570-695Dataset · publicthe dataset used to fine‐tune SAM (a subset of the segmentation images from Sklab et al. [ 2024b ]) and the out‐of‐distribution dataset, used for evaluating segmentation robustness under challenging conditions, are available at https://doi.org/10.6084/m9.figshare.29538065Open asset ↗10.6084/m9.figshare.29538065lines:570-695Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
To address the challenges of variable target scale, complex background, blurred image, and serious occlusion in the yield detection of Yunnan large-leaf tea tree, this study proposes a deep learning network DE-YOLOv13-S that integrates the visual mechanism of primates. DynamicConv was used to optimize the dynamic adjustment process of the effective receptive field and channel the gain of the primate visual system. Efficient Mixed-pooling Channel Attention was introduced to simulate the observation strategy of 'global gain control and selective integration parallel' of the primate visual system. Scale-based Dynamic Loss was used to simulate the foveation mechanism of primates, which significantly improved the positioning accuracy and robustness of Yunnan large-leaf tea tree yield detection. The results show that the Box Loss, Cls Loss, and DFL Loss of the DE-YOLOv13-S network decreased by 18.75%, 3.70%, and 2.54% on the training set, and by 18.48%, 14.29%, and 7.46% on the test set, respectively. Compared with YOLOv13, its parameters and gradients are only increased by 2.06 M, while the computational complexity is reduced by 0.2 G FLOPs, precision, recall, and mAP are increased by 3.78%, 2.04% and 3.35%, respectively. The improved DE-YOLOv13-S network not only provides an efficient and stable yield detection solution for the intelligent management level and high-quality development of tea gardens, but also provides a solid technical support for the deep integration of bionic vision and agricultural remote sensing.
Why it matches plant phenotyping methods茶樹の収量を画像から検出する深層学習モデルを開発・評価しており、植物形質の取得手法が研究の中心である。
abstractthis study proposes a deep learning network DE-YOLOv13-S
Reproduction assets foundThe paper's Data Availability Statement explicitly states the original code is openly available in IEEE DataPort with a DOI link, making the authors' analysis code a public, paper-specific asset.Code · publicData Availability Statement: The original code presented in the study are openly available in IEEE
DataPort at https://dx.doi.org/10.21227/drd6-b843.Open asset ↗10.21227/drd6-b843pdf-page:18 lines:1-57Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
In the context of global agricultural modernization, the early and accurate detection of sugarcane leaf diseases is critical for ensuring stable sugar production. However, existing deep learning models still face significant challenges in complex field environments, such as blurred lesion edges, scale variation, and limited generalization capability. To address these issues, this study constructs an efficient recognition model for sugarcane disease detection, named CaneFocus-Net, specifically designed for precise identification of sugarcane leaf diseases. Based on a single-stage detection architecture, the model introduces a lightweight cross-stage feature fusion module (CP) to optimize feature transfer efficiency. It also designs a module combining a channel-spatial adaptive calibration mechanism with multi-scale pooling aggregation to enhance the backbone network's ability to extract multi-scale lesion features. Furthermore, by expanding the high-resolution shallow feature layer to enhance sensitivity toward small-sized targets and adopting a phased adaptive nonlinear optimization strategy, detection and localization accuracy along with convergence efficiency have been further improved. Test results on public datasets demonstrate that this method significantly enhances recognition performance for fuzzy lesions and multi-scale targets while maintaining high inference speed. Compared to the baseline model, precision, recall, and mean average precision (mAP50 and mAP50-95) improved by 1.9%, 4.6%, 1.5%, and 1.4%, respectively, demonstrating strong generalization capabilities and practical application potential. This provides reliable technical support for intelligent monitoring of sugarcane diseases in the field.
Why it matches plant phenotyping methodsサトウキビ葉の病斑を画像から検出・局在化する深層学習モデルを開発しており、植物の病害状態を直接推定する手法が研究の中心である。
abstractthis study constructs an efficient recognition model for sugarcane disease detection, named CaneFocus-Net
Reproduction assets foundThe paper's sugarcane leaf disease dataset (9100 images, five classes) is publicly available on Roboflow Universe, with an explicit Data Availability Statement providing the exact URL. No author analysis code or trained model checkpoints are stated as available.Dataset · publicData Availability Statement: The data presented in this study are openly available at Roboflow.
The website is: https://universe.roboflow.com/sugarcaneleaf/sugarcaneleaf-w0mto/dataset/2 (ac-
cessed on 23 July 2025).Open asset ↗Roboflow · sugarcaneleaf-w0mtopdf-page:26 lines:1-59Code / dataset availability confirmedCrossref · checked 14 Sept 2026
The accurate classification of plant diseases is vital for global food security, as diseases can cause major yield losses and threaten sustainable and precision agriculture. The classification of plant diseases in low-light noisy environments is crucial because crops can be continuously monitored even at night. Important visual cues of disease symptoms can be lost due to the degraded quality of images captured under low-illumination, resulting in poor performance of conventional plant disease classifiers. However, researchers have proposed various techniques for classifying plant diseases in daylight, and no studies have been conducted for low-light noisy environments. Therefore, we propose a novel model for classifying plant diseases from low-light noisy images called dilated pixel attention network (DPA-Net). DPA-Net uses a pixel attention mechanism and multi-layer dilated convolution with a high receptive field, which obtains essential features while highlighting the most relevant information under this challenging condition, allowing more accurate classification results. Additionally, we performed fractal dimension estimation on diseased and healthy leaves to analyze the structural irregularities and complexities. For the performance evaluation, experiments were conducted on two public datasets: the PlantVillage and Potato Leaf Disease datasets. In both datasets, the image resolution is 256 × 256 pixels in joint photographic experts group (JPG) format. For the first dataset, DPA-Net achieved an average accuracy of 92.11% and harmonic mean of precision and recall (F1-score) of 89.11%. For the second dataset, it achieved an average accuracy of 88.92% and an F1-score of 88.60%. These results revealed that the proposed method outperforms state-of-the-art methods. On the first dataset, our method achieved an improvement of 2.27% in average accuracy and 2.86% in F1-score compared to the baseline. Similarly, on the second dataset, it attained an improvement of 6.32% in average accuracy and 6.37% in F1-score over the baseline. In addition, we confirm that our method is effective with the real low-illumination dataset self-constructed by capturing images at 0 lux using a smartphone at night. This approach provides farmers with an affordable practical tool for early disease detection, which can support crop protection worldwide.
Why it matches plant phenotyping methods低照度画像から植物病害状態を分類する新規画像解析モデルを開発し、複数データセットで性能評価しており、植物表現型取得・判定手法が中心である。
abstractwe propose a novel model for classifying plant diseases from low-light noisy images called dilated pixel attention network (DPA-Net).
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicWe have made the trained
DPA-Net with all the codes publicly available on the GitHub [25].Open asset ↗DPA-Netpdf-page:4 lines:1-47Code / dataset availability confirmedCrossref · Europe PMC · checked 8 Sept 2026
Common beanPotatoTomatoField / plotLeafObject detectionDisease symptoms / severity
In order to overcome the key challenges associated with detecting tomato leaf disease in complex agricultural environments, such as leaf occlusion, variation in lesion size and light interference, this study presents a lightweight detection model called ToMASD. This model integrates multi-scale feature decoupling and an adaptive alignment mechanism. The model innovatively comprises a dual-branch adaptive alignment module (TAAM) that achieves cross-scale lesion semantic alignment via a dynamic feature pyramid, a local context-aware gated unit (Faster-GLUDet) that uses a spatial attention mechanism to suppress background noise interference, and a multi-scale decoupling detection head (MDH) that balances the detection accuracy of small and diffuse lesions. On a dataset containing six types of disease under various weather conditions, ToMASD achieves an average precision of 84.3%,.by a margin of 4.7% to 12.1% over thirteen mainstream models. The computational load is compressed to 7.1 GFLOPs. Through the introduction of a transfer learning paradigm, the pre-trained weights of the tomato disease detection model can be transferred to common bean and potato detection tasks. Through domain adaptation layers and adversarial feature decoupling strategies, the domain shift problem is overcome, achieving an average precision of 92.7% on the target crop test set. False detection rates in foggy and strong light conditions are controlled at 6.3% and 9.8%, respectively. This study achieves dual breakthroughs in terms of both high-precision detection in complex scenarios and the cross-crop generalization ability of lightweight models. It provides a new paradigm for universal agricultural disease monitoring systems that can be deployed at the edge.
Why it matches plant phenotyping methodsトマト葉の病斑・病害状態を画像から検出するモデルを開発し、複数モデル比較、悪条件評価、他作物への汎化検証を行っており、植物病害フェノタイピング手法が中心である。
abstractthis study presents a lightweight detection model called ToMASD.
Reproduction assets foundThe paper's data availability statement points to a public potato disease dataset hosted on GitCode, which was used in the study's cross-crop transfer experiments (potato disease detection). The tomato dataset is from Roboflow (third-party platform, no direct URL given), and no author analysis code or trained model is,Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://gitcode.com/open-source-toolkit/829ec .Open asset ↗gitcode.com/open-source-toolkit/829eclines:649-666Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Fusarium head blight (FHB), caused by the Fusarium species complex, significantly endangers wheat yield and safety. Accurate and timely assessment of FHB epidemic level in the field is crucial for effective disease management. However, the complex environment and indistinct edges of diseased areas present substantial challenges in distinguishing between healthy and diseased ears, thereby impacting the accuracy of FHB epidemic level detection. This study proposes EBS-YOLO, a novel Edge-Optimized Bidirectional Spatial Feature Augmentation YOLO Network, specifically designed for the rapid and precise determination of FHB epidemic levels at the canopy level. The Focal-Edge Selection Module (FSM) within the backbone replaces original C2f module to enhance edge feature representation and facilitate multi-scale feature extraction. Furthermore, the Dual Spatial-Connection Feature Pyramid Network (DSCFPN), integrating Global-to-Local Spatial Aggregation (GLSA) with bidirectional pyramid interaction, balances global and local feature acquisition while optimizing the feature fusion mechanism. This design enables the model to effectively handle occlusions, scale variations, and complex environments. Experimental results demonstrate substantial improvements over eight comparative models in detecting healthy and diseased wheat ears, achieving mean Average Precision (mAP) of 86.1% and 82.9%, respectively. Notably, the model achieved a mean accuracy of 94.7% in detecting FHB epidemic levels through rigorous spatiotemporal validation using datasets collected from independent fields across different years, underscoring its robust generalization capability. Characterized by its low complexity and lightweight design, EBS-YOLO features a parameter count of 2.05 M, 7.4 GFLOPs, and a model size of 5.0 MB, making it an efficient approach for real-time FHB epidemic level detection.
Why it matches plant phenotyping methods小麦穂の健全・罹病状態と赤かび病の流行レベルを圃場画像から推定する深層学習手法を開発し、独立圃場・異なる年のデータで検証しているため、植物病害フェノタイピング手法が中心である。
abstractThis study proposes EBS-YOLO, a novel Edge-Optimized Bidirectional Spatial Feature Augmentation YOLO Network, specifically designed for the rapid and precise determination of FHB epidemic levels at the canopy level.
Reproduction assets foundThe paper's wheat FHB image dataset (1152 field images used for EBS-YOLO training/evaluation) is explicitly stated as publicly available on the authors' GitHub repository.Dataset · publicam Development Project [2025QCY-KXJ-070]; the Science and Technology Partnership Program, Ministry of Science and Technology of China [KY202002018] and the National Natural Science Foundation of China [32081330501].
Data availability
The datasets supporting the conclusions of this article are available in the GitHub repository, https://github.com/yuanYuan8686/wheat-FHB-dataset.
Declarations
Ethics approval and consent to participate
Not applicable.
Consent for publication
Not applicable.
Competing interests
The authors declare no competing interests.
Footnotes
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliationOpen asset ↗yuanYuan8686/wheat-FHB-datasetlines:369-441Code / dataset availability confirmedarXiv · OpenAlex · checked 15 Sept 2026
Lychee is a high-value subtropical fruit. The adoption of vision-based harvesting robots can significantly improve productivity while reduce reliance on labor. High-quality data are essential for developing such harvesting robots. However, there are currently no consistently and comprehensively annotated open-source lychee datasets featuring fruits in natural growing environments. To address this, we constructed a dataset to facilitate lychee detection and maturity classification. Color (RGB) images were acquired under diverse weather conditions, and at different times of the day, across multiple lychee varieties, such as Nuomici, Feizixiao, Heiye, and Huaizhi. The dataset encompasses three different ripeness stages and contains 11,414 images, consisting of 878 raw RGB images, 8,780 augmented RGB images, and 1,756 depth images. The images are annotated with 9,658 pairs of lables for lychee detection and maturity classification. To improve annotation consistency, three individuals independently labeled the data, and their results were then aggregated and verified by a fourth reviewer. Detailed statistical analyses were done to examine the dataset. Finally, we performed experiments using three representative deep learning models to evaluate the dataset. It is publicly available for academic
Why it matches plant phenotyping methodsライチ果実の成熟段階という植物器官の状態をRGB-D画像から分類するデータセットを構築し、アノテーション検証と深層学習モデル評価を行っており、表現型取得・評価手法が中心である。
abstractwe constructed a dataset to facilitate lychee detection and maturity classification.
Reproduction assets foundThe authors publicly release the paper's lychee RGB-D image dataset (raw/augmented RGB images, depth maps, detection and maturity annotations) and the Python scripts for data augmentation, image similarity comparison, and annotation in the same GitHub repository.Dataset · publicchees, the non-augmented models
produced misclassifications with lower recognition and accuracy, whereas the augmented models
avoided these issues. Overall, the results demonstrate that the data augmentation method effectively
improves the comprehensive performance of the models.
5. Data Availability
The dataset is available at:https://github.com/SeiriosLab/Lychee. The Python scripts for data
augmentation, image similarity comparison, and annotation are available within the same
repository under the tree/main/script directory.Open asset ↗SeiriosLab/Lycheepdf-raw-page:13 lines:1-55Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Recent advances in hyperspectral imaging (HSI) and multimodal deep learning have opened new opportunities for crop health analysis; however, most existing models remain limited by dataset scope, lack of interpretability, and weak cross-domain generalization. To overcome these limitations, this study introduces Agri-DSSA, a novel Dual Self-Supervised Attention (DSSA) framework that simultaneously models spectral and spatial dependencies through two complementary self-attention branches. The proposed architecture enables robust and interpretable feature learning across heterogeneous data sources, facilitating the estimation of spectral proxies of chlorophyll content, plant vigor, and disease stress indicators rather than direct physiological measurements. Experiments were performed on seven publicly available benchmark datasets encompassing diverse spectral and visual domains: three hyperspectral datasets (Indian Pines with 16 classes and 10,366 labeled samples; Pavia University with 9 classes and 42,776 samples; and Kennedy Space Center with 13 classes and 5211 samples), two plant disease datasets (PlantVillage with 54,000 labeled leaf images covering 38 diseases across 14 crop species, and the New Plant Diseases dataset with over 30,000 field images captured under natural conditions), and two chlorophyll content datasets (the Global Leaf Chlorophyll Content Dataset (GLCC), derived from MERIS and OLCI satellite data between 2003–2020, and the Leaf Chlorophyll Content Dataset for Crops, which includes paired spectrophotometric and multispectral measurements collected from multiple crop species). To ensure statistical rigor and spatial independence, a block-based spatial cross-validation scheme was employed across five independent runs with fixed random seeds. Model performance was evaluated using R2, RMSE, F1-score, AUC-ROC, and AUC-PR, each reported as mean ± standard deviation with 95% confidence intervals. Results show that Agri-DSSA consistently outperforms baseline models (PLSR, RF, 3D-CNN, and HybridSN), achieving up to R2=0.86 for chlorophyll content estimation and F1-scores above 0.95 for plant disease detection. The attention distributions highlight physiologically meaningful spectral regions (550–710 nm) associated with chlorophyll absorption, confirming the interpretability of the model’s learned representations. This study serves as a methodological foundation for UAV-based and field-deployable crop monitoring systems. By unifying hyperspectral, chlorophyll, and visual disease datasets, Agri-DSSA provides an interpretable and generalizable framework for proxy-based vegetation stress estimation. Future work will extend the model to real UAV campaigns and in-field spectrophotometric validation to achieve full agronomic reliability.
Why it matches plant phenotyping methods植物のクロロフィル含量・活力・病害ストレスを画像/ハイパースペクトルから推定する新規深層学習フレームワークを開発・評価しており、植物表現型の取得・推定が中心である。
abstractthis study introduces Agri-DSSA, a novel Dual Self-Supervised Attention (DSSA) framework that simultaneously models spectral and spatial dependencies through two complementary self-attention branches.
Reproduction assets foundThe paper's Data Availability Statement explicitly deposits the authors' Agri-DSSA implementation (the computational analysis code for the phenotyping experiments) in a public GitHub repository with a commit hash. The seven benchmark datasets are cited third-party resources rather than paper-specific deposits, so only,Code · publicThe implementation is openly available at the GitHub repository https://github.com/
Fatema-Abdulqader/Agri-DSSA-Dual-Self-Supervised-Attention-Framework/tree/main, commit
98f3863Open asset ↗pdf-page:21 lines:1-61Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction The germination rate of rice seed is a critical indicator in agricultural research and production, directly influencing crop yield and quality. Traditional assessment methods based on manual visual inspection are often time-consuming, labor-intensive, and prone to subjectivity. Existing automated approaches, while helpful, typically suffer from limitations such as rigid germination standards, strict imaging requirements, and difficulties in handling the small size, dense arrangement, and variable radicle lengths of rice seeds. Methods To address these challenges, we present SeedRuler, a versatile, web-based application designed to improve the accuracy, efficiency, and usability of rice seed germination analysis. SeedRuler integrates three core components: SeedRuler-IP, a traditional image processing-based module; SeedRuler-YOLO, a deep learning model built on YOLOv5 for high-precision object detection; and SeedRuler-SAM, which leverages the Segment Anything Model (SAM) for fine-grained seed segmentation. A dataset of 1,200 rice seed images was collected and manually annotated to train and evaluate the system. An interactive module enables users to flexibly define germination standards based on specific experimental needs. Results SeedRuler-YOLO achieved a mean average precision (mAP) of 0.955 and a mean absolute error (MAE) of 0.110, demonstrating strong detection accuracy. Both SeedRuler-IP and SeedRuler-SAM support interactive germination standard customization, enhancing adaptability across diverse use cases. In addition, SeedRuler incorporates an automated seed size measurement function developed in our prior work, enabling efficient extraction of seed length and width from each image. The entire analysis pipeline is optimized for speed, delivering germination results in under 30 seconds per image. Conclusions SeedRuler overcomes key limitations of existing methods by combining classical image processing with advanced deep learning models, offering accurate, scalable, and user-friendly germination analysis. Its flexible standard-setting and automated measurement features further enhance usability for both researchers and agricultural practitioners. SeedRuler represents a significant advancement in rice seed phenotyping, supporting more informed decision-making in seed selection, breeding, and crop management.
Why it matches plant phenotyping methodsイネ種子の発芽状態と種子サイズを画像から抽出するウェブ型フェノタイピング手法を開発し、データセットで性能評価しているため、方法が研究の中心である。
abstractwe present SeedRuler, a versatile, web-based application designed to improve the accuracy, efficiency, and usability of rice seed germination analysis.
Reproduction assets foundThe paper's rice seed germination image dataset (1,200 annotated images) is publicly deposited on Kaggle, and the SeedRuler platform (web tool plus offline software package with user manual) is freely available at the authors' lab site.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://www.kaggle.com/jinfengzhao/riceseedgermination .Open asset ↗Kaggle · jinfengzhao/riceseedgerminationlines:744-763Code / dataset availability confirmedEurope PMC · Crossref · checked 6 Sept 2026
Accurate and early disease detection in paddy crops is essential for maximizing crop yield which ensures food security. Traditional methods are often labor-intensive, time-consuming, and domain-specific expertise. Feed-forward deep-learning models will perform accurate disease detection through the identification of spatial patterns. However, they cannot predict the diseases at the early stages due to the lack of temporal information. Temporal observations will help perform continuous monitoring and detect minute changes in the crops at the early times. To tackle this problem, we proposed Self-Supervised Deep Hierarchical Reconstruction (SSDHR), and Long Short-Term Memory (LSTM) which perform early disease detection based on the spatial and temporal data respectively. The SSDHR network uses multi-branch convolution kernels to extract distinct discriminative characteristics rather than conventional leaf-based indicators. It incorporates spatial, and temporal-based attention mechanism Symmetric Fusion Attention (SFA) to improve feature selection and XGBoost (XGB) classifier for better stability. According to experimental findings, the suggested framework achieves a 99.25% accuracy rate in identifying and classifying 13 paddy classes, including normal, blast, hispa, tungro, white stem borer, brown spot, leaf roller, downy mildew, yellow stem borer, bacterial leaf blight, bacterial leaf streak, black stem borer, and bacterial panicle blight.
Why it matches plant phenotyping methodsイネ病害の症状を空間・時間画像データから検出・分類する深層学習フレームワークを提案し、その性能を評価しているため、植物フェノタイピング手法が中心です。
abstractwe proposed Self-Supervised Deep Hierarchical Reconstruction (SSDHR), and Long Short-Term Memory (LSTM) which perform early disease detection based on the spatial and temporal data respectively.
Reproduction assets foundThe paper's phenotyping inputs are the publicly available Paddy Doctor image dataset (16,225 annotated paddy disease images) hosted on IEEE DataPort, with an explicit dataset link and data availability statement. No author analysis code or trained models are shared.Dataset · publicThe dataset used in our study was obtained from the publicly available repository titled “Paddy Disease and Pest Image Dataset” on IEEE Data Port. The dataset comprises 16,225 high-quality images across 13 classes, including 12 paddy disease and pest categories along with healthy samples.Open asset ↗IEEE Data Porthtml-lines:118-200Code / dataset availability confirmedEurope PMC · Crossref · checked 15 Sept 2026
Abstract Using the PlantVillage dataset and a DenseNet-169-based spatial attention module, this article introducesa unique method for plant disease diagnosis. Because plant diseases can have a major influence onagricultural productivity, prompt intervention depends on precise identification.The intricacies and variances found in plant disease photos are frequently too much for conventionaltechniques to handle. We use DenseNet-169's strong feature extraction capabilities and supplement themwith a spatial attention module that highlights the most pertinent areas of the images in order to overcomethese difficulties. Additionally, we use fine-tuning methods to maximize our model's performance. Byfine-tuning, the DenseNet-169 architecture may better adjust to the unique features of the PlantVillagedataset, increasing its accuracy and resilience. When paired with spatial attention and fine-tuning,DenseNet-169 performs better than baseline models, attaining higher classification accuracy across arange of plant illnesses. Our results demonstrate how well DenseNet-169 may be integrated withfine-tuning and spatial attention processes for the diagnosis of plant diseases. This approach has thepotential to significantly improve crop management and yield by increasing detection accuracy andfostering more automated and dependable agricultural operations.
Why it matches plant phenotyping methods植物病害画像から病害状態を推定する深層学習手法の開発が中心であり、植物表現型(病害状態)の画像ベース推定に該当する。
abstractthis article introducesa unique method for plant disease diagnosis
Reproduction assets foundThe paper uses the public PlantVillage dataset from Kaggle as its sole phenotyping image input for plant disease detection. No author code, trained models, or supplementary assets are reported.Dataset · publicWe used the PlantVillage dataset, which is a comprehensive collection of photos for a variety of plant
diseases, that is accessible on Kaggle for this study.Open asset ↗Kagglepdf-raw-page:12 lines:1-33Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Accurately detecting and counting potatoes during early harvest is essential for estimating yield, automating sorting, and supporting data-driven agricultural decisions. However, field environments often present practical challenges-such as soil occlusion, overlapping tubers, and inconsistent lighting-that hinder robust visual recognition. In response, we introduce SCG-YOLOv8n, a compact and field-adapted detection framework built upon the YOLOv8n architecture and specifically tailored for small-object detection in real-world farming conditions. The model incorporates three practical enhancements: a C-SPD module that preserves spatial detail to improve recognition of partially buried tubers; an S-CARAFE operator that reconstructs fine-scale features during upsampling; and GhostShuffleConv layers that reduce computational overhead without sacrificing accuracy. Through extensive field-based experiments, SCG-YOLOv8n consistently outperforms YOLOv5n and its base version across all key metrics. Float16 quantization compresses the model to 3.2 MB, enabling real-time inference on Android devices. We also developed PotatoDetector, a mobile application that demonstrates stable performance in field trials, achieving an RMSE of 1.38 and [Formula: see text] of 0.96 in counting tasks. These results suggest that SCG-YOLOv8n offers a practical and scalable tool for precision agriculture, with potential applicability to other root and tuber crop monitoring scenarios.
Why it matches plant phenotyping methodsジャガイモ塊茎の画像検出・計数を行うモデルとモバイル実装を開発し、圃場で性能検証している。塊茎数という植物器官形質の取得が中心であり、単なる収量測定ではない。
abstractwe introduce SCG-YOLOv8n, a compact and field-adapted detection framework built upon the YOLOv8n architecture and specifically tailored for small-object detection in real-world farming conditions.
Reproduction assets foundThe paper's custom potato image dataset is not publicly available (available only from the corresponding author on request), but the authors provide a public GitHub repository for the SCG-YOLOv8n analysis code with an explicit availability statement and URL.Code · publicCode availability
Code can be found at https://github.com/AiXia520/SCG-YOLOv8n.git.Open asset ↗https://github.com/AiXia520/SCG-YOLOv8n.githtml-lines:359-392Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Accurate detection and counting of wheat spikes are crucial for yield estimation and variety selection in precision agriculture. However, challenges such as complex field environments, morphological variations, and small target sizes hinder the performance of existing models in real-world applications. This study proposes FEWheat-YOLO, a lightweight and efficient detection framework optimized for deployment on agricultural edge devices. The architecture integrates four key modules: (1) FEMANet, a mixed aggregation feature enhancement network with Efficient Multi-scale Attention (EMA) for improved small-target representation; (2) BiAFA-FPN, a bidirectional asymmetric feature pyramid network for efficient multi-scale feature fusion; (3) ADown, an adaptive downsampling module that preserves structural details during resolution reduction; and (4) GSCDHead, a grouped shared convolution detection head for reduced parameters and computational cost. Evaluated on a hybrid dataset combining GWHD2021 and a self-collected field dataset, FEWheat-YOLO achieved a COCO-style AP of 51.11%, AP@50 of 89.8%, and AP scores of 18.1%, 50.5%, and 61.2% for small, medium, and large targets, respectively, with an average recall (AR) of 58.1%. In wheat spike counting tasks, the model achieved an R 2 of 0.941, MAE of 3.46, and RMSE of 6.25, demonstrating high counting accuracy and robustness. The proposed model requires only 0.67 M parameters, 5.3 GFLOPs, and 1.6 MB of storage, while achieving an inference speed of 54 FPS. Compared to YOLOv11n, FEWheat-YOLO improved AP@50, AP_s, AP_m, AP_l, and AR by 0.53%, 0.7%, 0.7%, 0.4%, and 0.3%, respectively, while reducing parameters by 74%, computation by 15.9%, and model size by 69.2%. These results indicate that FEWheat-YOLO provides an effective balance between detection accuracy, counting performance, and model efficiency, offering strong potential for real-time agricultural applications on resource-limited platforms.
Why it matches plant phenotyping methodsコムギ穂の検出・計数という植物器官形質の画像ベース推定手法を開発し、データセット上で精度・計算効率・堅牢性を評価しているため、植物フェノタイピング手法が中心である。
abstractThis study proposes FEWheat-YOLO, a lightweight and efficient detection framework optimized for deployment on agricultural edge devices.
Reproduction assets foundThe paper uses the public GWHD2021 wheat spike detection dataset (available on Kaggle) as part of its hybrid dataset, with an explicit availability statement and URL. The self-collected Xinjiang field dataset is private and available only on request. No author analysis code, trained model checkpoints, or other paper-特定Dataset · publiciting, W.W., S.L. and Y.L.; supervision, J.C.; project administration, X.Z.; funding acquisition, X.Z. All authors have read and agreed to the published version of the manuscript.
Data Availability Statement
The public part of the dataset used in this study is available from the Global Wheat Head Detection (GWHD2021) dataset at https://www.kaggle.com/competitions/global-wheat-detection , accessed on 30 September 2025. The remaining part of the dataset is private and cannot be shared due to institutional or privacy restrictions. Requests for access to the private dataset may be directed to the corresponding author.
Conflicts of Interest
The authors declare no conflicts of interest. The funderOpen asset ↗GWHD2021lines:854-929Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Introduction Current research on sugarcane disease identification primarily focuses on a limited number of typical diseases, often constrained by specific target groups or conditions. To address this, we propose an enhanced ADQ-YOLOv8m model based on the YOLOv8m framework, enabling precise detection of sugarcane diseases. Methods The detection head is modified to a Dynamic Head to enhance feature representation capabilities. Following the Detect module, we introduce the ATSS dynamic label assignment strategy and the QFocalLoss loss function to address issues such as class imbalance, thereby bolstering the model's feature representation capabilities. Results Experimental results demonstrate that ADQ-YOLOv8m outperforms nine other mainstream object detection models, achieving precision, recall, mAP50, mAP50-95, and F1 scores of 86.90%, 85.40%, 90.00%, 77.40%, and 86.00%, respectively. Discussion Finally, comprehensive evaluation of the ADQ-YOLOv8m model's performance is conducted using visual analysis of image predictions and cross-scenario adaptability testing. The experimental results indicate that the proposed model excels in multi-objective processing and demonstrates strong generalization capabilities, suitable for scenarios involving multiple objectives, multiple categories, and class imbalance. The detection method proposed exhibits excellent detection performance and potential, providing robust support for the development of intelligent sugarcane cultivation and disease control.
Why it matches plant phenotyping methodsサトウキビ病害の画像から病害状態を推定する検出モデルを開発・評価しており、植物の病害表現型取得が中心的な方法論的貢献である。
abstractwe propose an enhanced ADQ-YOLOv8m model based on the YOLOv8m framework, enabling precise detection of sugarcane diseases.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicDataset 1: A manually collected dataset of sugarcane leaf disease images. It primarily comprises five major categories: healthy, mosaic disease, red rot disease, rust disease, and yellow leaf disease. The dataset has been captured using smartphones of various configurations to maintain diversity. It encompasses a total of 2569 images, encompassing all categories. The database has been collected in the state of Maharashtra, India. The database is balanced and exhibits a good diversity. The image sizes are not uniform, as they originate from various capture devices. All images are in RGB format. This study utilized the entire set of images from Dataset 1. Source: https://www.kaggle.com/datasetOpen asset ↗Kagglelines:350-378Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
The Ash Gourd dataset is valuable since it was collected from the diverse regions within the district of Dhaka in Bangladesh. This dataset represents one of the first attempts to document, elicit, and categorize the health conditions of Ash Gourd (Benincasa hispida) plants in Bangladesh based on healthy samples, aphid plurality, downy mildew, leaf curl, and leaf miner-infested categories. Ash Gourd is one of the region's most important vegetables because of its nutritional and economic value; thus, it is essential to know diseases' manifestation in the improvement of agricultural productivity. The Ash Gourd dataset contains 2676 images, structured into the five categories of Healthy, Aphid, Downy Mildew, Leaf Curl, and Leaf Miner. All images in all categories are raw which can be used flexibly according to the needs of analysis and model training. Concretely, the Healthy class consists of 803 images, while the four other classes contain 1,873 images. This structured way of collecting data will, in turn, enable deeper analysis and help construct machine learning models for disease classification, hence providing worthy insights into Ash Gourd plant health.
Why it matches plant phenotyping methodsアッシュゴード葉の画像データセットを構築し、植物の健康状態・病徴カテゴリを分類するための再利用可能なデータ資源を提供しており、植物病害状態の画像ベース表現型解析が中心です。
abstractThe Ash Gourd dataset contains 2676 images, structured into the five categories of Healthy, Aphid, Downy Mildew, Leaf Curl, and Leaf Miner.
Reproduction assets foundThe paper's own ash gourd leaf image dataset (2676 images, five classes) is publicly deposited on Mendeley Data with an explicit direct URL and DOI, matching the paper's phenotyping measurements.Dataset · publicRepository name: Mendeley Data
Data identification number: 10.17632/zj4th6xvdp.2
Direct URL to data:https://data.mendeley.com/datasets/zj4th6xvdp/2Open asset ↗Mendeley Data · 10.17632/zj4th6xvdp.2html-lines:1-98Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
GrapevineField / plotRGB / grayscaleObject detectionGrowth / development / phenology
Bud break is a critical phenological stage in muscadine grapevines, marking the start of the growing season and the increasing need for irrigation management. Real-time bud detection enables irrigation to match muscadine grape phenology, conserving water and enhancing performance. This study presents BudCAM, a low-cost, solar-powered, edge-computing camera system based on Raspberry Pi 5 and integrated with LoRa radio board, developed for real-time bud detection. Nine BudCAMs were deployed at Florida A&M University Center for Viticulture and Samll Fruit Research from mid February to mid March, 2024, monitoring three wine cultivars (A-27, noble, and Floriana) with three replicates each. Muscadine grape canopy images were captured every 20 minutes between 7:00 to 19:00, generating 2656 high-resolution (4656×3456 pixels) bud break images as database for bud detection algorithm development. The dataset was divided into 70% training, 15% validation, and 15% test. YOLOv11 models were trained using two primary strategies: a direct single-stage detector on tiled raw images and a refined two-stage pipeline that first identifies the grapevine cordon. Extensive evaluation of multiple model configurations identified top performers for both the single-stage (mAP@0.5=86.0%) and two-stage (mAP@0.5=85.0%) approaches. Further analysis revealed that preserving image scale via tiling was superior to alternative inference strategies like resizing or slicing. Field evaluations during the 2025 growing season confirmed the system’s effectiveness, with the two-stage model showing greater robustness to environmental noise like lens fog. A time-series filter smooths the raw daily counts to reveal a clear phenological trend for visualization. In its final deployment, the autonomous BudCAM system captures an image, runs inference on-device, and transmits the bud count in under three minutes, demonstrating a complete, field-ready solution for precision vineyard management.
Why it matches plant phenotyping methodsブドウの芽数・芽吹きという植物の表現型を、エッジカメラ、画像データセット、検出アルゴリズム、時系列処理で取得・推定するシステムを開発・評価しており、方法が研究の中心である。
abstractThis study presents BudCAM, a low-cost, solar-powered, edge-computing camera system based on Raspberry Pi 5 and integrated with LoRa radio board, developed for real-time bud detection.
Three-dimensional(3D) seedling reconstruction technology can provide critical technical support for monitoring plant growth, phenotyping high-throughput plants, and conducting precision agriculture. However, multiview image-based reconstruction methods, which rely on image registration and feature matching, are susceptible to issues such as similar textures and viewpoint differences, leading to matching errors and the loss of key structural information. This can result in local deficiencies and reduced accuracy in the reconstructed models. Therefore, to attain improved reconstruction accuracy under low-cost constraints, deep learning-based feature extraction and matching methods are employed in this study, the SuperPoint network is utilized to increase the robustness of the feature point detection and description processes, and the LightGlue algorithm is introduced to improve the accuracy and stability of matching. Additionally, to reduce the impact of shooting and platform jitter on image quality, a dedicated plant 3D reconstruction platform is designed and constructed, and a dataset of densely planted rice seedlings under light stress conditions is collected, comprising three factors (light quality, light quantity, and the photoperiod) × three levels, totaling nine groups. Experimental results show that the proposed method achieves optimal performance in terms of its point cloud completeness and reprojection error. The phenotypic parameters (e.g., plant height) extracted from the reconstruction data are strongly correlated with the actual measurements (R 2 = 0.989, RMSE = 4.54 mm), validating the potential of the proposed method for applications related to simulating plant growth processes, analyzing the effects of environmental factors (e.g., light), and optimizing crop cultivation schemes.
Why it matches plant phenotyping methodsマルチビュー画像によるイネ幼苗の3D再構成プラットフォームとデータセットを開発し、再構成精度および抽出形質を実測値と検証しており、表現型取得手法が研究の中心である。
abstractdeep learning-based feature extraction and matching methods are employed in this study
Reproduction assets foundThe paper's authors explicitly state their analysis code is publicly available on GitHub; the phenotype/image dataset is only available upon request, so it does not qualify as a public asset.Code · publicThe code used in this study is available at https://github.com/Terrywewee/3D-reconstruction-of-densely-planted-rice-seedlings---superpoint-lightglue.git .Open asset ↗https://github.com/Terrywewee/3D-reconstruction-of-densely-planted-rice-seedlings---superpoint-lightglue.gitlines:433-485Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
With the development of smart agriculture and the growth of the global population, vegetable production is facing the dual challenges of diversified planting environments and increased concealment of diseases. Eggplant, as an important economic crop, has its disease detection accuracy directly affecting yield and quality. However, traditional detection methods fail to effectively capture small diseased areas. To address this issue, this paper proposes an improved deep learning small target detection model-the Efficient Deep-fusion Detection Model (EDDet), which is specifically optimized for the recognition of small diseased spots in eggplant disease detection. In the detection network, we innovatively designed the Pinwheel Fusion Feature Extractor (PFFE) framework, replacing the standard convolutions of the first two layers with Pinwheel Convolutions (PConv). By using asymmetric padding and parallel convolution kernel design, the receptive field is effectively expanded, the ability to capture underlying features is enhanced, and the detection of small diseased areas in eggplants is more precise. In the feature fusion stage, this paper designs a Cross-layer Attention Module (CAM), including Cross-layer Channel Attention (CCA) and Cross-layer Spatial Attention (CSA), which can efficiently interact and fuse features of different scales without additional sampling, alleviating the information loss caused by semantic gaps. In addition, to solve the instability caused by IoU fluctuations in the bounding box regression process, the model introduces Scale-based Dynamic Loss (SD Loss), which dynamically adjusts the loss weight based on the size of the target. By adaptively adjusting the proportion of IoU-based loss and location constraint loss, more precise localization and stable regression of small diseased areas in eggplants are achieved. Experimental results demonstrate that EDDet achieves a notable improvement in mAP50 (85.4%), outperforming the baseline by 2.8%.Importantly, EDDet also Maintains excellent efficiency with only 2.75 M parameters, 9.1 GFLOPs, and a high inference speed of 288.3 FPS, which is 37.5 FPS higher than the baseline.These results highlight the model's strong potential for real-time deployment in complex agricultural scenarios where both precision and speed are critical.
Why it matches plant phenotyping methodsナス葉の病斑という植物の病害状態を画像から検出・局在化する深層学習手法を開発し、精度と速度を実験的に評価しており、表現型取得・抽出手法が中心である。
abstractthis paper proposes an improved deep learning small target detection model-the Efficient Deep-fusion Detection Model (EDDet), which is specifically optimized for the recognition of small diseased spots in eggplant disease detection.
Reproduction assets foundThe paper used a publicly available eggplant fruit disease dataset hosted on Roboflow, with an explicit public URL in the Data Availability statement; no author code or model checkpoints are stated as publicly available.Dataset · publicThis study analyzed a combination of publicly available datasets and data collected by the authors. The publicly available datasets can be accessed at https://universe.roboflow.com/bohol-island-state-university-vgjlb/eggplant-disease-detection . If you wish to request the complete dataset, please email the corresponding authorOpen asset ↗bohol-island-state-university-vgjlb/eggplant-disease-detectionlines:1561-1651Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published30 Sept 2025International Journal for Research in Applied Science and Engineering TechnologyCited by 0 · OpenAlex ↗
This study aims to develop an efficient and accurate deep learning-based model for the classification of plant leaf diseases using Convolutional Neural Networks (CNN). The objective is to automate disease detection in agricultural crops to assist farmers and agricultural experts in early and reliable diagnosis. The model is trained on the publicly available “Plant Village CLAHE Processed Data” dataset, which includes high-resolution RGB images of healthy and diseased plant leaves. Images are preprocessed through resizing (128×128), normalized, and split into training, validation, and test sets. Data augmentation techniques such as flipping, zooming, and rotation are used to improve generalization. A custom CNN architecture comprising convolutional, pooling, dense, and dropout layers is employed and trained using the Adam optimizer. Exploratory Data Analysis (EDA) ensures data quality and balance. The model achieves impressive results, with 93% test accuracy, 91% precision, 93% recall, and an F1-score of 92%, indicating robust performance in identifying diverse plant diseases. Training accuracy reached 94.64% with a validation accuracy of 92.95%, confirming minimal overfitting. These results validate the model’s reliability for practical use in smart farming solutions, especially in mobile or IoT-based applications for real-time disease monitoring and precision agriculture.
Why it matches plant phenotyping methods植物葉の病害状態を画像から分類するCNN手法の開発・性能評価が研究の中心であり、植物フェノタイピング手法として適格。
abstractThis study aims to develop an efficient and accurate deep learning-based model for the classification of plant leaf diseases using Convolutional Neural Networks (CNN).
Reproduction assets foundThe paper's plant-phenotyping input is the publicly available Kaggle 'Plant Village CLAHE Processed Data' image dataset, explicitly named and linked by the authors as the data used for all model training and evaluation. No author analysis code or trained model is released.Dataset · publicThe dataset used in this study is the publicly available “Plant Village CLAHE Processed Data” hosted on Kaggle
(https://www.kaggle.com/datasets/rahimanshu/plant-village-clahe-processed-data).Open asset ↗Kaggle · plant-village-clahe-processed-datapdf-page:5 lines:1-48Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Mango is a fruit of great economic importance in India. India is the top mango-producing nation in the world, accounting for over half of global mango output. In order to determine the production capability of the insured orchards, a complete inventory is carried out in situ every three years. The inventory includes counting number of trees, grouping them into yield categories, and assessing damaged ones. Satellite Remote Sensing proves to be a vital tool for estimating ecological parameters such as population density, tree health, volume, biomass, and carbon sequestration rates. The significance of tree counting extends beyond orchard evaluations, playing a vital role in environmental protection, agricultural planning, and crop yield forecast. unfortunately, conventional tree counting methods often require very expensive feature engineering, which leads to more errors as well as lower overall optimization. In order to overcome these obstacles, deep learning-based methods have been used to count trees, exhibiting cutting-edge results in this crucial activity. This paper introduces a novel approach employing deep learning for Image-Based Mango Tree counting in high-resolution satellite imagery data. The proposed model, named Bi-directional Feature Pyramid Network (BiFPN)-YOLOv8m an improved version of YOLOv8, employs object detection to effectively separate, locate, and count mango trees with in orchards. A dataset of 1700 training and 300 testing images of mango orchards with trees of various ages is used to evaluate the various YOLOv8 variants, YOLOv8n, YOLOv8s, YOLOv8m, YOLOv8l, YOLOv8x, including YOLOv9, YOLOv10, and BiFPN-YOLOv8m, with a focus on computational efficiency, accuracy, and speed. Experimental findings show that, even under difficult circumstances, the proposed method continuously outperforms state-of-the-art techniques.
Why it matches plant phenotyping methods衛星画像からマンゴー樹木を分離・位置推定・計数する深層学習手法を開発・評価しており、植物個体数という観測可能な形態・構造形質の抽出が中心である。
abstractThis paper introduces a novel approach employing deep learning for Image-Based Mango Tree counting in high-resolution satellite imagery data.
Reproduction assets foundThe paper's satellite remote sensing image dataset used for mango tree counting is publicly deposited on GitHub per the Data Availability Statement. No separate analysis code or trained model checkpoint is explicitly deposited.Dataset · publicRemote Sensing Image Data that support the findings of this study have been deposited in the GitHub. The url to the data uploaded is https://github.com/lbirla/Mango_tree_satellite_data.Open asset ↗https://github.com/lbirla/Mango_tree_satellite_datahtml-lines:497-525Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction Wheat is a vital global staple crop, where accurate ear detection and counting are essential for yield prediction and field management. However, the complexity of field environments poses significant challenges to achieving lightweight yet high-precision detection. Methods This study proposes YOLOv8-FDA, a lightweight detection and counting method based on YOLOv8. The approach integrates RFAConv for enhanced feature extraction, DySample for efficient multi-scale upsampling, HWD for compressed and accelerated model training, and the SDL loss for improved bounding box regression. Results Experimental results on the GWHD dataset show that YOLOv8-FDA achieves a precision of 86.3%, recall of 77.5%, and mAP@0.5 of 84.9%, outperforming the original YOLOv8n by significant margins. The model size is 2.96MB with a computational cost of 8.3 GFLOPs, and it operates at 19.2 FPS, enabling real-time counting with over 97.5% accuracy using cross-row segmentation. Discussion The proposed YOLOv8-FDA model demonstrates strong detection performance, lightweight characteristics, and efficient real-time capability, indicating its high practicality and suitability for deployment in real-world agricultural applications.
Why it matches plant phenotyping methodsコムギ穂の検出・計数という植物器官形質の画像ベース抽出法をYOLOv8改良モデルとして開発し、データセット上で性能検証しているため、方法が研究の中心である。
abstractThis study proposes YOLOv8-FDA, a lightweight detection and counting method based on YOLOv8.
Reproduction assets foundThe paper's wheat ear detection/counting experiments were run on the public 2021 GWHD dataset, which the authors explicitly link via a Zenodo DOI in the data availability statement. No author-specific code or trained model checkpoints are disclosed.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: Zenodo at https://doi.org/10.5281/zenodo.5092309 .Open asset ↗Zenodo · 10.5281/zenodo.5092309lines:698-734Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Abstract has not been obtained from indexed metadata or an accessible article page.
Why it matches plant phenotyping methods植物葉の病害検出法そのものの改良を主題としており、植物の病徴・病害状態を画像から推定する方法開発に該当する。
titleResearch on Plant Leaf Disease Detection Method Based on Improved YOLOv11
Reproduction assets foundThe paper's own generated datasets are not publicly available (available only from the corresponding author upon request), but the authors explicitly cite a public Roboflow Universe plant-disease dataset used as their benchmark, which is a paper-specific, publicly actionable asset. No author analysis code or trained ADDataset · publicRoboflow Universe (2024). 1112. Train model dataset [EB/OL]. July 2024. Available at https://universe.roboflow.com/1112-1p9z6/train-model-izydu . Accessed 12 Mar 2025Open asset ↗Roboflow Universe · train-model-izydulines:100-149Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 6 Sept 2026
Introduction: spp.) is a perennial legume traditionally cultivated as a forage crop and is now emerging as a promising candidate for development as a perennial grain legume. Despite its potential, no research has addressed the breeding of sainfoin varieties with superior grain processing properties. Methods: We conducted a multifactorial experiment to evaluate the depodding and dehulling efficiency of five commercially available sainfoin varieties. Seeds were processed using two different methods (belt thresher and impact dehuller) across five sample sizes. A pre-trained Faster R-CNN (Region-based Convolutional Neural Network) object detection model was fine-tuned to identify intact pods, whole seeds, and split seeds from images of the processed mixtures. These predictions were used to calculate processing efficiency (PE) for each variety. A comprehensive power analysis was performed to determine the minimum sample size of sainfoin pods required to detect differences in PE with high statistical power. Results: We observed strong varietal differences in PE, as well as clear effects of the processing method. Belt threshing produced mixtures with more intact pods, while the impact dehuller generated a higher proportion of split seeds. Increasing sample size led to more intact pods across all varieties and methods, and notably decreased seed proportion in belt-threshed samples. Statistical modeling combined with object detection outputs revealed that a minimum of 2 g of pods is required to reliably detect an absolute proportional difference of 0.25 in PE between two breeding lines with 80% power. Discussion: Our findings demonstrate that sainfoin varieties differ significantly in processing efficiency and that processing outcomes depend strongly on both method and sample size. Integrating deep learning-based phenotyping with robust statistical design enables efficient evaluation of processing traits and provides actionable guidelines for breeding programs. While deep learning models offer powerful, cost-effective tools for plant phenotyping, their outputs must be paired with rigorous statistical design to yield reliable and actionable insights for crop improvement.
Why it matches plant phenotyping methods画像からポッド・種子を検出し、処理効率という植物由来形質を算出する深層学習ベースの表現型解析が研究の中心であるため。
titleDeep learning driven, image-based phenotyping of seed processing efficiency in sainfoin
Reproduction assets foundThe paper's data availability statement explicitly deposits the seed image dataset and Faster R-CNN model weights in two public Zenodo repositories and all Python/R analysis code in a public GitHub repository, all with direct URLs.Dataset · publicThe image dataset and FasterRCNN model weights presented in the study are deposited in publicly available Zenodo repositories under accession numbers https://doi.org/10.5281/zenodo.8346923Open asset ↗Zenodo · 10.5281/zenodo.8346923lines:501-517Code · publicAll Python and R code used in this study are deposited in a public GitHub repository at https://github.com/BoMeyering/sainfoin_seed_RCNNOpen asset ↗GitHub · BoMeyering/sainfoin_seed_RCNNlines:501-517Code / dataset availability confirmedEurope PMC · bioRxiv · checked 15 Sept 2026
Significance Statement Early studies noting uneven spatial distribution of progeny genotypes after pollination support a hypothesis where differences in pollen tube growth rate can bias inheritance. We used computer vision and statistical analysis to show alleles reducing maize pollen fitness are likely to produce statistically significant increasing, decreasing, or curvilinear spatial patterns from the apex of the inflorescence to the base, suggesting that differential pollen tube growth is not the only mechanism at play. Summary Often, more pollen grains land on recipient flowers than there are ovules to fertilize. Consequently, the haploid male gametophyte engages in post-pollination competition, one way that pollen genotype can influence inheritance. The maize ( Zea mays subsp. mays L.) inflorescence (ear), with its elongated stigma and style structures (silks), has a conspicuous spatial heterogeneity, with longer silks at the base of the ear than those at the apex. To evaluate the hypothesis that alleles with reduced pollen fitness influence the spatial distribution of progeny genotypes along the ear, we developed an updated phenotyping platform that maps mutant Ds-GFP kernel phenotypes on the ear via an implementation of the Faster R-CNN machine vision model (EarVision.v2) and a statistical pipeline that evaluates the relationship between kernel position and transmission ratio (EarScape). In our dataset (1384 ears) representing 58 Ds-GFP alleles, none with Mendelian inheritance (0/48) showed any significant pollen-conditioned spatial trend. In contrast, 50% of alleles with a pollen-specific transmission defect (5/10) exhibited significant spatial effects. An insertion into a gene encoding a putative actin-binding protein, base-to-apex gradient1* ( bag1* ), conditions increased mutant transmission at the ear apex relative to the base. Surprisingly, mutant alleles of two other pollen-expressed genes can generate the opposite pattern, decreased mutant transmission toward the ear apex; and two mutant alleles of the sperm-cell attachment factor, gamete expressed2 ( gex2 ), can produce ears with transmission highest at both base and apex. We conclude that pollen fitness mutants have relatively common but heterogenous effects on the spatial distribution of progeny genotypes.
Why it matches plant phenotyping methodsトウモロコシ穂上のカーネル表現型を画像認識でマッピングし、空間的位置と遺伝子型伝達比を解析するプラットフォームおよび統計パイプラインを開発しており、表現型取得・抽出法が研究の中心である。
abstractwe developed an updated phenotyping platform that maps mutant Ds-GFP kernel phenotypes on the ear via an implementation of the Faster R-CNN machine vision model (EarVision.v2) and a statistical pipeline that evaluates the relationship between kernel position and transmission ratio (EarScape).
Reproduction assets foundThe paper's maize ear phenotyping assets are publicly available: the EarVision.v2 repo contains the training images with bounding-box annotations and the trained Faster R-CNN model, and the EarScannerUtilities repo contains the ear-scanning/projection code. The EarScape spatial-analysis repo (with coordinate .xml filesCode · publica license to display the preprint in perpetuity. It is made
available under a CC-BY 4.0 International license.
540 Varifocal Lens 1080P USB Camera with H.264 High DeYinition Sony IMX323 Webcam. The
541 code for scanning ears, generating projections, and uploading those into cloud storage was
542 also updated and is available at https://github.com/fowler-lab-osu/EarScannerUtilities.
543 The set of ear projections used for the training set included 409 examples from the
544 summer Yield seasons of 2018, 2019 and 2022, encompassing images generated from three
545 different digital cameras and two different versions of the MES. For this training set,
546 projections were manually annotated usingOpen asset ↗fowler-lab-osu/EarScannerUtilitiespdf-layout-page:20 lines:1-56Code / dataset availability confirmedEurope PMC · bioRxiv · checked 15 Sept 2026
Understanding how plants capture light and maintain their energy balance is crucial for predicting how ecosystems respond to environmental changes. By monitoring leaf inclination angle distributions (LIADs), we can gain insights into plant behaviour that directly influences ecosystem functioning. LIADs affect radiative transfer processes and reflectance signals, which are essential components of satellite-based vegetation monitoring. Despite their importance, scalable methods for continuously observing these dynamics across different plant species throughout day-night cycles are limited. We present AngleCam V2, a deep learning model that estimates LIADs from both RGB and near-infrared (NIR) night-vision imagery. We compiled a dataset of over 4,500 images across 200 globally distributed species to facilitate generalization across taxa. Moreover, we developed a method to simulate pseudo-NIR imagery from RGB imagery to enable an efficient training of a deep learning model for tracking LIADs across day and night. The model is based on a vision transformer architecture with mixed-modality training using the RGB and the synthetic NIR images. AngleCam V2 achieved substantial improvements in generalization compared to AngleCam V1 (R 2 = 0.62 vs 0.12 on the same holdout dataset). Phylogenetic analysis across 100 genera revealed no systematic taxonomic bias in prediction errors. Testing against leaf angle dynamics obtained from multitemporal terrestrial laser scanning demonstrated the reliable tracking of diurnal leaf movements (R 2 = 0.61-0.75) and the successful detection of water limitation-induced changes over a 14-day monitoring period. This method enables continuous monitoring of leaf angle dynamics using conventional cameras, enabling applications in ecosystem monitoring networks, plant stress detection, interpreting satellite vegetation signals, and citizen science platforms for global-scale understanding of plant structural responses.
Why it matches plant phenotyping methods葉の傾斜角分布という植物形質を画像から推定する深層学習手法を開発し、大規模データセット、既存モデル比較、レーザースキャンによる検証、水ストレス下での追跡評価まで実施しており、フェノタイピング手法が研究の中心です。
abstractWe present AngleCam V2, a deep learning model that estimates LIADs from both RGB and near-infrared (NIR) night-vision imagery.
Reproduction assets foundThe paper's Data Availability Statement explicitly provides public access to the authors' analysis code (Anonymous GitHub), the phenotyping image/trait dataset (Zenodo), and the pretrained AngleCam V2 model weights (Zenodo). All three are paper-specific, public, and actionable.Code · publicLK and TK conceived the ideas, designed the methodology, and led the analysis. TK, JP, RR, JF, LK,
26
and DL collected the data. LK and TK led the writing of the manuscript. All authors contributed
27
critically to the drafts and gave final approval for publication.
28
Data Availability Statement
29
The code is available here (https://anonymous.4open.science/r/AngleCamV2-2B38). The data
30
is available at (https://doi.org/10.5281/zenodo.17086253). The pretrained model is available
31
at (https://doi.org/10.5281/zenodo.17101166).32
Conflicts of Interest
33
All authors declare that they have no conflicts of interest.
34
2
.
CC-BY 4.0 International license
perpetuity. It is made available underOpen asset ↗anonymous.4open.science/r/AngleCamV2-2B38pdf-raw-page:2 lines:1-30Dataset · publicK, JP, RR, JF, LK,
26
and DL collected the data. LK and TK led the writing of the manuscript. All authors contributed
27
critically to the drafts and gave final approval for publication.
28
Data Availability Statement
29
The code is available here (https://anonymous.4open.science/r/AngleCamV2-2B38). The data
30
is available at (https://doi.org/10.5281/zenodo.17086253). The pretrained model is available
31
at (https://doi.org/10.5281/zenodo.17101166).32
Conflicts of Interest
33
All authors declare that they have no conflicts of interest.
34
2
.
CC-BY 4.0 International license
perpetuity. It is made available under a
preprint (which was not certified by peer review) is the author/funder, whoOpen asset ↗zenodo · 10.5281/zenodo.17086253pdf-raw-page:2 lines:1-30Model / weights · publicanuscript. All authors contributed
27
critically to the drafts and gave final approval for publication.
28
Data Availability Statement
29
The code is available here (https://anonymous.4open.science/r/AngleCamV2-2B38). The data
30
is available at (https://doi.org/10.5281/zenodo.17086253). The pretrained model is available
31
at (https://doi.org/10.5281/zenodo.17101166).32
Conflicts of Interest
33
All authors declare that they have no conflicts of interest.
34
2
.
CC-BY 4.0 International license
perpetuity. It is made available under a
preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in
The copyright holder for tOpen asset ↗zenodo · 10.5281/zenodo.17101166pdf-raw-page:2 lines:1-30Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
In the context of the rapid development of smart agriculture, the detection of crop diseases remains a critical and challenging task. The diversity in eggplant disease scales, disease edge features, and the complexity of planting backgrounds significantly impact disease detection effectiveness. To address these challenges, we propose an eggplant disease detection network with edge feature enhancement based on multi-scale learning. The overall network adopts a "backbone-neck-head" architecture: the backbone extracts features, the neck performs feature fusion, and a three-scale detection head produces the final predictions. First, we designed the Multi-scale Edge Information Enhance (CSP-MSEIE) module to extract features from different disease scales and highlight edge information to obtain richer target features. Second, the Multi-source Interaction Module (MSIM) and Dynamic Interpolation Interaction Module (DIIM) sub-modules were designed further to enhance the model's capacity for multi-scale feature representation. By leveraging dynamic interpolation and feature fusion strategies, these sub-modules significantly improved the model's ability to detect targets in complex backgrounds. Then, leveraging these sub-modules, we designed the Multi-scale Context Reconstruction Pyramid Network (MCRPN) to facilitate spatial feature reconstruction and hierarchical context extraction. This framework efficiently combines feature information across multiple levels, strengthening the model's ability to capture and utilize contextual details. Finally, we validated the effectiveness of the proposed model on two disease datasets. It is noteworthy that on the eggplant disease data, the proposed disease detection model achieved improvements of 4.7% and 7.2% in mAP50 and mAP50-95 metrics, respectively, and the model's frames per second (FPS) reached 270.5. This detection network provides an effective solution for the efficient detection of crop diseases.
Why it matches plant phenotyping methods植物病害の画像ベース検出ネットワークを開発し、病害状態の推定をデータセットで検証しており、表現型取得・抽出手法が中心である。
abstractwe propose an eggplant disease detection network with edge feature enhancement based on multi-scale learning.
Reproduction assets foundThe paper's two evaluation datasets are publicly available: the PlantDoc dataset and the Roboflow-hosted eggplant disease detection dataset, both explicitly linked in the data availability statement. No author code or model checkpoints are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://public.roboflow.com/object-detection/plantdoc/ ; https://universe.roboflow.com/bohol-island-state-university-vgjlb/eggplant-disease-detection .
Author contributions
HS: Investigation, Formal Analysis, Methodology, Writing – original draft, Data curation, Conceptualization. RF: Formal Analysis, Data curation, Writing – review & editing, Methodology. DK: Writing – review & edOpen asset ↗PlantDoclines:371-486Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://public.roboflow.com/object-detection/plantdoc/ ; https://universe.roboflow.com/bohol-island-state-university-vgjlb/eggplant-disease-detection .
Author contributions
HS: Investigation, Formal Analysis, Methodology, Writing – original draft, Data curation, Conceptualization. RF: Formal Analysis, Data curation, Writing – review & editing, Methodology. DK: Writing – review & editing, Funding acquisition, Formal Analysis, Supervision.
Conflict of interest
The authors declOpen asset ↗eggplant-disease-detectionlines:371-486Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Sugarcane stem node detection is critical for monitoring sugarcane growth, enabling precision cutting, reducing spuriousness, and improving breeding for resistance to downfall. However, in complex field environments, sugarcane stem nodes often suffer from reduced detection accuracy due to background interference and shadowing effects. For this reason, this paper proposes an improved sugarcane stem node detection model based on YOLO11. This study incorporates the ASF-YOLO (Attentional Scale Sequence Fusion based You Only Look Once) mechanism to enhance the feature fusion layer of YOLO11. Additionally, a high-resolution detection layer, P2, is integrated into the fusion module to improve the model's ability to detect small objects-particularly sugarcane stem nodes-and to better handle multi-scale feature representations. Secondly, to better align with the P2 small-object detection layer, this paper adopts a shared convolutional detection head named LSDECD (Lightweight Shared Detail-Enhanced Convolutional Detection Head), which can better deal with small target detection while reducing the number of model parameters through parameter sharing and detail-enhanced convolution. Using soft-NMS (non-maximum suppression) to replace the original NMS and combining with Shape-IoU, a bounding box regression method that focuses on the shape and scale of the bounding box itself, makes the bounding box regression more accurate, and solves the problem of the impact of detection caused by occlusion and illumination. Finally, to address the increased complexity introduced by the addition of the P2 detection layer and the replacement of the detection head, channel pruning is applied to the model, effectively reducing its overall complexity and parameter count. The experimental results show that the model before pruning has 96.1% and 53.2% mean average precision mAP50 and mAP50:95, respectively, which are 11.9% and 11.1% higher than the original YOLO11n, and the model after pruning also has 10.8% and 9.3% higher than the original YOLO11n, respectively, and the number of parameters is reduced to 279,778, and model size is reduced to 1.3MB. The computational cost decreased from 11.6 GFlops to 6.6 GFlops.
Why it matches plant phenotyping methodsサトウキビ茎節という植物器官の検出を対象に、改良YOLOモデルの開発と性能評価を中心的に行っており、再利用可能な画像ベース表現型取得手法に該当する。
abstractThe experimental results show that the model before pruning has 96.1% and 53.2% mean average precision mAP50 and mAP50:95
Reproduction assets foundThe paper's Data Availability statement explicitly deposits the sugarcane stem node dataset and the study's source code on ScienceDB with public DOIs, both matching allowed URLs.Dataset · publicppress-copyright no 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 All data and code underlying the findings of this study are fully available without restriction from the ScienceDB. The sugarcane stem node dataset is available at DOI: https://doi.org/10.57760/sciencedb.27078 The source code used in this study is available at DOI: https://doi.org/10.57760/sciencedb.27287 .
Data Availability
All data and code underlying the findings of this study are fully available without restriction from the ScienceDB. The sugarcane stem node dataset is available at DOI: https://doi.org/10.57760/sciencedb.27078 ThOpen asset ↗ScienceDB · 10.57760/sciencedb.27078lines:65-90Code · publicno pmc-prop-in-epmc yes pmc-license-ref CC BY Data Availability All data and code underlying the findings of this study are fully available without restriction from the ScienceDB. The sugarcane stem node dataset is available at DOI: https://doi.org/10.57760/sciencedb.27078 The source code used in this study is available at DOI: https://doi.org/10.57760/sciencedb.27287 .
Data Availability
All data and code underlying the findings of this study are fully available without restriction from the ScienceDB. The sugarcane stem node dataset is available at DOI: https://doi.org/10.57760/sciencedb.27078 The source code used in this study is available at DOI: https://doi.org/10.57760/sciencedb.27287 .Open asset ↗ScienceDB · 10.57760/sciencedb.27287lines:65-90Code / dataset availability confirmedarXiv · checked 15 Sept 2026
Cotton is one of the most important natural fiber crops worldwide, yet harvesting remains limited by labor-intensive manual picking, low efficiency, and yield losses from missing the optimal harvest window. Accurate recognition of cotton bolls and their maturity is therefore essential for automation, yield estimation, and breeding research. We propose Cott-ADNet, a lightweight real-time detector tailored to cotton boll and flower recognition under complex field conditions. Building on YOLOv11n, Cott-ADNet enhances spatial representation and robustness through improved convolutional designs, while introducing two new modules: a NeLU-enhanced Global Attention Mechanism to better capture weak and low-contrast features, and a Dilated Receptive Field SPPF to expand receptive fields for more effective multi-scale context modeling at low computational cost. We curate a labeled dataset of 4,966 images, and release an external validation set of 1,216 field images to support future research. Experiments show that Cott-ADNet achieves 91.5% Precision, 89.8% Recall, 93.3% mAP50, 71.3% mAP, and 90.6% F1-Score with only 7.5 GFLOPs, maintaining stable performance under multi-scale and rotational variations. These results demonstrate Cott-ADNet as an accurate and efficient solution for in-field deployment, and thus provide a reliable basis for automated cotton harvesting and high-throughput phenotypic analysis. Code and dataset is available at https://github.com/SweefongWong/Cott-ADNet.
Why it matches plant phenotyping methods綿花の花・ボール認識を対象とする画像解析手法を開発し、データセット作成、外部検証、性能評価まで行っており、植物器官の表現型取得が中心である。
abstractWe propose Cott-ADNet, a lightweight real-time detector tailored to cotton boll and flower recognition under complex field conditions.
Reproduction assets foundThe paper explicitly states that its code and curated cotton boll/flower detection dataset (4,966 labeled images plus a 1,216-image external validation set) are publicly released at the authors' GitHub repository. The ultralytics repository is a generic third-party library, not a paper-specific asset.Code · publicy 7.5 GFLOPs, maintaining stable performance under multi-scale and rotational variations. These results demonstrate Cott-ADNet as an accurate and efficient solution for in-field deployment, and thus provide a reliable basis for automated cotton harvesting and high-throughput phenotypic analysis. Code and dataset is available at https://github.com/SweefongWong/Cott-ADNet .
† † footnotetext: ∗ * Corresponding author: cuij@wfu.edu
Index Terms :
cotton, cotton boll detection, lightweight object detection, rotational convolution
1 Introduction
Cotton is one of the most critical economic crops worldwide, accounting for nearly 35% of global natural fiber production. It underpins industries such as Open asset ↗SweefongWong/Cott-ADNetlines:1-57Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published15 Sept 2025International journal of electrical and computer engineering systemsCited by 8 · OpenAlex ↗
The increasing global population and the challenges posed by climate change have intensified the demand for sustainable food production. Traditional agricultural practices are often insufficient, leading to significant crop losses due to diseases and pests, despite the widespread use of pesticides and other chemical interventions. This paper introduces a new approach that integrates deep learning techniques, specifically Convolutional Neural Networks (CNNs) with Squeeze and Excitation (SE) networks, to enhance the accuracy of disease detection in fig leaves. By leveraging three pre-trained CNN models—MobileNetV2, InceptionV3, and Xception—this framework addresses data scarcity issues and improves feature representation while minimizing the risk of overfitting. Data augmentation techniques were employed to counteract data imbalance, and visualization tools like Grad-CAM and t-SNE were utilized for model interpretability. The proposed CNN-SE model was trained and evaluated on a fig leaf dataset comprising 1,196 images of healthy and diseased fig leaves, achieving an accuracy of 92.90% with MobileNet-SE, 91.48% with Inception-SE, and 89.62% with Xception-SE. Our model demonstrates superior performance in detecting fig leaf diseases, presenting a robust solution for sustainable agriculture by providing accurate, efficient, and scalable disease management in crops. The code of the proposed framework is available at https://github.com/lafta/SE-block-with-CNN-Models-for-Plant-Disease-Detection.
Why it matches plant phenotyping methodsイチジク葉の画像から健全・罹病状態を推定する深層学習手法を開発・評価しており、植物病害表現型の取得・分類が中心である。
abstractThis paper introduces a new approach that integrates deep learning techniques, specifically Convolutional Neural Networks (CNNs) with Squeeze and Excitation (SE) networks, to enhance the accuracy of disease detection in fig leaves.
Reproduction assets foundThe paper explicitly states that the authors' code for the proposed CNN-SE plant disease detection framework is publicly available on GitHub at the allowed URL. The fig leaf dataset itself is a cited prior dataset ([25]), not a paper-specific deposit.Code · publicThe code of the proposed
framework is available at https://github.com/lafta/SE-block-with-CNN-Models-for-Plant-Disease-Detection.Open asset ↗lafta/SE-block-with-CNN-Models-for-Plant-Disease-Detectionpdf-page:1 lines:1-55Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
With the increasing threat of agricultural diseases to crop production, traditional manual detection methods are inefficient and highly susceptible to environmental factors, making an efficient and automated disease detection method urgently needed. Existing deep learning models still face challenges in detecting small targets and recognizing multi-scale lesions in complex backgrounds, particularly in terms of multi-feature fusion. To address these issues, this paper proposes an improved YOLO-LF model by introducing modules such as CSPPA (Cross-Stage Partial with Pyramid Attention), SEA (SeaFormer Attention), and LGCK (Local Gaussian Convolution Kernel), aiming to improve the accuracy and efficiency of small target disease detection. Specifically, the CSPPA module enhances multi-scale feature fusion, the SEA module strengthens the attention mechanism for contextual and local information to improve detection accuracy, and the LGCK module increases the model's sensitivity to small lesion areas. Experimental results show that the proposed YOLO-LF model achieves significant performance improvements on the Plant Pathology 2020 - FGVC7 and Plant Pathology 2021 - FGVC8 datasets, particularly in mAP@0.5% and mAP@0.5-0.95%, outperforming existing mainstream models. These results indicate that the proposed method effectively handles complex backgrounds and small target detection tasks in agricultural disease detection, demonstrating high practical value.
Why it matches plant phenotyping methods植物病斑という植物の病害状態を画像から検出・推定する深層学習モデルを開発し、複数データセットで性能評価しているため、植物フェノタイピング手法が中心です。
abstractthis paper proposes an improved YOLO-LF model by introducing modules such as CSPPA (Cross-Stage Partial with Pyramid Attention), SEA (SeaFormer Attention), and LGCK (Local Gaussian Convolution Kernel), aiming to improve the accuracy and efficiency of small target disease detection.
Reproduction assets foundThe paper evaluates its YOLO-LF model on the public Plant Pathology 2021 - FGVC8 dataset, which is cited in the references with an explicit public Kaggle URL matching an allowed URL. No author analysis code, trained models, or other paper-specific assets are disclosed; the data availability statement only offers to 'f'Dataset · publicDataset Fruit Pathology, S (2021). Plant pathology 2021-fgvc8. Available online at: https://www.kaggle.com/competitions/plant-pathology-2021-fgvc8 (Accessed May 27, 2021).Open asset ↗Kaggle · plant-pathology-2021-fgvc8html-lines:611-660Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Diagnosis of banana plant disease is a crucial aspect of sustaining the harvest of crops and their quality. Visual inspection of certain diseases like Black Sigatoka, Panama disease, and aphids is not easy and can lead to misjudgments. Generally, traditional deep learning approaches have been previously used but they have not performed well in addressing issues of class imbalance, sensitive disease differentiation and noisy images obtained in the field. Furthermore, most models are based on a collection of predetermined preprocessing methods and single-path networks that limit their ability to generalize to a wide variety of environments. Current methods of deep learning tend to achieve reasonable overall performance but fail to perform well on key performance indicators such as recall and F1-score when considering underrepresented and overlapping classes, such as Yellow and Black Sigatoka. Such constraints impede efficient field implementation, as diseases of minority classes are often falsely classified. To overcome these deficiencies, we develop a novel Duel-Path Attention Fusion Network (DPAFNet) that is trained utilizing adaptive quantum monarch butterfly optimization (AQMBO). The concept behind the proposed model is to feed MaxViT and HorNet-S two feature extractors to deliver global contextual details and minute-scale textural features. The traditional filters which do a reasonable job in handling dynamic noise and contrast are replaced by a learnable preprocessing unit. The cross-layer fusion attention encourages interclass discriminative learning of diseased plants. The suggested model has been trained and tested on an open-source dataset of Mendeley banana disease, which includes 5,170 images in 7 disease categories and 1 control condition. The accuracy, F1-score and MCC of 98.6% and 0.93 and 0.87 respectively (achieved experimentally) demonstrate the superiority of DPAFNet over baseline models such as EfficientNetB0 (accuracy 95.0%), DenseNet121 and ResNet50 (accuracy 93.50% and 92.0% respectively). As can be seen, the model had a 0.26-0.48 increase in F1-score in the challenging Panama disease category. These results prove that the proposed architecture can be successfully used to achieve high-accuracy disease classification in smart agriculture that is robust and prepared for field implementation.
Why it matches plant phenotyping methodsバナナ植物の病徴画像から病害状態を推定する深層学習手法を開発し、データセットとベースラインで性能検証しており、植物フェノタイピング手法が中心である。
abstractTo overcome these deficiencies, we develop a novel Duel-Path Attention Fusion Network (DPAFNet) that is trained utilizing adaptive quantum monarch butterfly optimization (AQMBO).
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe suggested model has been trained and tested
on an open-source dataset of Mendeley banana disease, which includes 5,170 images in 7
disease categories and 1 control condition.Open asset ↗pdf-page:1 lines:1-55Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Field / plotRGB / grayscaleWhole plant / canopy / plot / fieldObject detectionGrowth / time-series analysisGrowth / development / phenology
1. Ecosystems are rapidly degrading. Widely used approaches to monitor ecosystems to manage them effectively are both expensive and time consuming. The recent proliferation of publicly available imagery from satellites, Google Earth, and citizen-science platforms holds the promise to revolutionising ecological monitoring and optimising their efficiency. However, the potential of these platforms to detect species and track their population dynamics remains under-explored. 2. We introduce a fast, inexpensive method for retrospective image analysis combining current ground-truth data with historical RGB imagery from Google Earth to extract long-term demographic data. We apply this method to three case studies involving two major Mediterranean invasive plant taxa with contrasting growth forms. Specifically, we: (1) utilise deep learning to automatically detect individuals of prickly pear ( Opuntia sp.) across various Mediterranean habitats and image resolutions; (2) reconstruct 10 years of spatially explicit recruitment rates for Opuntia along a climatic gradient; and (3) quantify nearly 20 years of growth dynamics for the clonal invader Carpobrotus sp. in two contrasting environments. 3. Our object detection model, trained with Google Earth imagery, achieves 60-80% success in identifying individuals of Opuntia , regardless of habitat type. Model performance increases with target species colour consistency and contrast, as well with the usage of basic data augmentation techniques. Detection is constrained by individual area (<4 m 2 ) but captures 80% of the examined population. 4. Beyond detection, our time-series analysis of publicly available imagery enables detailed population monitoring. With 10-year image series available for Spain, Greece, and the UK, and 20 years for Portugal, we successfully estimate annual recruitment and growth rates and their climatic sensitivity, identify productive and unproductive years, estimate individual age, characterise population structure, model size-age relationships, and identify recruitment hotspots for targeted management. 5. Our pipeline opens new avenues for cost-effective, large-scale demographic monitoring by retrospectively harnessing open-access imagery. While demonstrated here with invasive plants, we discuss the broad applicability of our approach across taxa and ecosystems. The use of retrospective image analysis for long-term demography with Google Earth imagery has the potential to expedite conservation decisions, support effective restoration, and enable robust ecological forecasting in the Anthropocene.
Why it matches plant phenotyping methodsGoogle Earth画像と深層学習を用いて植物個体の検出、成長・加入率・年齢などの形態・動態形質を抽出する再利用可能な解析パイプラインを開発・評価しており、植物フェノタイピング手法が中心である。
abstractWe introduce a fast, inexpensive method for retrospective image analysis combining current ground-truth data with historical RGB imagery from Google Earth to extract long-term demographic data.
Reproduction assets foundThe paper's Data Availability Statement explicitly deposits all data and code (Google Earth imagery-based demographic data, segmentation/training data, and analysis code) on FigShare with a DOI, and provides author video-tutorials of the phenotyping/demography pipeline on a YouTube playlist. Both are paper-specific,公开,Dataset · public9
Google Earth
10
11
Author Contributions: EF: Conceptualisation, field data collection, data analysis, first draft
12
writing. GC: First approach on part of the analysis. RS-G: Supervision, support in
13
conceptualisation, writing-feedback.
14
15
Data Availability Statement: All data and code can be found in FigShare: DOI:
16
https://doi.org/10.6084/m9.figshare.30024679.v1. Video-tutorials can also be found in this
17
YouTube playlist: https://www.youtube.com/playlist?list=PL_LKE-18
yTi9kBXfw_qDdJCQ3Sxu2fjGvDD, of EF’s account: @environmentaldatascientist.
19
20
Acknowledgments: We thank C. Ribalta-Pizarro for her assistance geolocalising individuals
21
on the field and collecting UAV data.Open asset ↗FigShare · 10.6084/m9.figshare.30024679.v1pdf-raw-page:1 lines:1-62Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Computer vision has emerged as a critical enabler of sustainable production in protected agriculture by offering efficient and non-invasive crop disease diagnosis. The development of accurate disease recognition models relies heavily on the availability of high-quality image datasets. This study introduces a tomato disease image dataset collected in 2024 from greenhouse facilities within a modern agricultural park in Sichuan Province, China. The dataset comprises 1026 high-resolution images, including 417 images of viral disease, 82 images of gray mold, and 527 images of bacterial wilt, totaling approximately 2.78 GB. Captured under real-world greenhouse conditions and from multiple angles and distances, the images effectively capture multi-scale phenotypic disease features. Manual annotation was conducted using the LabelImg tool under the guidance of plant pathology experts, with labeled regions covering leaves, fruits, and stems. Annotation files are stored in XML format, each corresponding to a specific image. This dataset is well-suited for research in disease classification, object detection, and phenotyping, and supports deep learning model training and cross-crop transfer learning applications.
Why it matches plant phenotyping methodsトマト病害の症状を画像で捉え、分類・検出モデル用に専門家アノテーションした再利用可能なデータセットであり、植物病害状態の表現型取得が中心である。
abstractThe development of accurate disease recognition models relies heavily on the availability of high-quality image datasets.
Reproduction assets foundThe paper is a Data in Brief article describing a public tomato disease image dataset (1026 annotated images) deposited on Mendeley Data with a direct URL and DOI, matching an allowed URL exactly.Dataset · publicwas conducted at the Modern Agricultural Science and Technology Innovation Demonstration Park of the Sichuan Academy of Agricultural Sciences (30.7797° N, 104.2082° E), located in Sichuan Province, China.
Data accessibility
Repository name: Mendeley Data
Data identification number: DOI: 10.17632/c2×8rynybg.1
Direct URL to data: https://data.mendeley.com/datasets/c2×8rynybg/1
Related research article
None.
1
Value of the Data
The dataset contains 1026 annotated images of tomato plants exhibiting three major disease types, collected in 2024 from greenhouse environments in Sichuan’s Modern Agricultural Demonstration Park. Plant pathology specialists manually labeled all samples. Its technical sOpen asset ↗Mendeley Data · 10.17632/c2×8rynybg.1lines:1-52Code / dataset availability confirmedarXiv · checked 15 Sept 2026
StrawberryField / plotLiDAR / point cloudFlowerObject detectionPose / keypoint estimation
The small scale of urban farms and the commercial availability of low-cost robots (such as the FarmBot) that automate simple tending tasks enable an accessible platform for plant phenotyping. We have used a FarmBot with a custom camera end-effector to estimate strawberry plant flower pose (for robotic pollination) from acquired 3D point cloud models. We describe a novel algorithm that translates individual occupancy grids along orthogonal axes of a point cloud to obtain 2D images corresponding to the six viewpoints. For each image, 2D object detection models for flowers are used to identify 2D bounding boxes which can be converted into the 3D space to extract flower point clouds. Pose estimation is performed by fitting three shapes (superellipsoids, paraboloids and planes) to the flower point clouds and compared with manually labeled ground truth. Our method successfully finds approximately 80% of flowers scanned using our customized FarmBot platform and has a mean flower pose error of 7.7 degrees, which is sufficient for robotic pollination and rivals previous results. All code will be made available at https://github.com/harshmuriki/flowerPose.git.
Why it matches plant phenotyping methodsカスタムカメラ付きロボットによる3D花姿勢推定アルゴリズムとプラットフォームを開発・評価しており、花の姿勢という植物形質の取得が中心である。
abstractenable an accessible platform for plant phenotyping
Reproduction assets foundThe paper's flower pose estimation pipeline (translating occupancy grid, 2D/3D conversion, shape fitting) has an explicit authors' code deposit statement with a public GitHub URL, phrased as future availability ('will be made available'), so actionability is likely but not fully confirmed. No public dataset of the FarmCode · publiclower point clouds and compared with manually labeled ground truth. Our method successfully finds approximately 80% of flowers scanned using our customized FarmBot platform and has a mean flower pose error of 7.7 degrees, which is sufficient for robotic pollination and rivals previous results. All code will be made available at https://github.com/harshmuriki/flowerPose.git .
I Introduction
Urban farms [ 1 ] provide healthy food to local communities and can serve as platforms for education and sustainability. Unlike their rural counterparts, urban farms are usually small in scale and commercially available robotic systems such as the FarmBot [ 2 ] have been developed to help automate basic cuOpen asset ↗harshmuriki/flowerPoselines:1-53Code / dataset availability confirmedOpenAlex · Europe PMC · checked 6 Sept 2026
) disease that threatens global food security, requires precise quantification of diseased spikelet rate (DSR) as a phenotypic indicator for resistance breeding. Most techniques for measuring DSR rely on manual spikelet-by-spikelet observation and counting, which is inefficient and destructive. Although deep learning offers great promise for automated DSR measurement, existing intelligent detection algorithms are hampered by the lack of spikelet-level annotated data, insufficient feature representation for diseased spikelets, and weak spatial encoding of densely arranged spikelets. To address these challenges, we constructed a dataset of 620 high-resolution RGB images of wheat spikes with 5,222 spikelet-level annotations to systematically analyze spikelet size distributions to fill small-object detection data gaps in this field. We designed FHBDSR-Net, a light framework for automated DSR measurement centered on diseased spikelet detection, which features (1) multi-scale feature enhancement architecture that dynamically combines lesion textures, morphological features, and lesion-awn contrast through adaptive multi-scale kernels to suppress background noise; (2) the Inner-EfficiCIoU loss function to reduce small-target localization errors in dense contexts; and (3) a scale-aware attention module using dilated convolutions and self-attention to encode multi-scale pathological patterns and spatial distributions to enhance dense spikelet resolution. FHBDSR-Net detected diseased spikelets with an average precision of 93.8% with a lightweight design of 7.2 M parameters. The results were strongly correlated with expert evaluations, with a Pearson correlation coefficient of 0.901. Our method is suitable for deployment on resource-constrained mobile devices, facilitating portable plant phenotyping and smart breeding.
Why it matches plant phenotyping methodsコムギ穂の罹病小穂率という植物病害形質を画像から自動推定する手法を開発し、データセット構築と専門家評価による検証を行っており、フェノタイピング手法が中心である。
abstractrequires precise quantification of diseased spikelet rate (DSR) as a phenotypic indicator for resistance breeding.
Reproduction assets foundThe paper's Data availability statement explicitly deposits both the spikelet-level annotated wheat spike image dataset (620 RGB images, 5,222 annotations) and the FHBDSR-Net analysis code in a public GitHub repository under the authors' account, matching an allowed URL.Dataset · publicThe dataset and code generated in this study are available at https://github.com/WeizhenLiuBioinform/Wheat-FHB-DSR-Measurement .Open asset ↗WeizhenLiuBioinform/Wheat-FHB-DSR-Measurementlines:901-961Code / dataset availability confirmedCrossref · OpenAlex · Europe PMC · checked 6 Sept 2026
Understanding the genetic basis of quantitative traits related to crop growth, yield, and stress response requires the acquisition of large-scale, high-quality phenotypic datasets. High-throughput phenotyping platforms have become effective tools for meeting this requirement. Autonomous mobile robots have gained prominence owing to their ability to carry heavy payloads, their operational flexibility, and their proximity to crops, which allows for higher imaging resolution. In this study, we introduce PhenoRob-F (a phenotyping robot for the field), a cross-row, wheeled robot designed for efficient and automated phenotyping under field conditions. The mobile platform and phenotyping module of the robot were engineered to meet the specific demands of field phenotyping, with integrated visual and satellite navigation systems enabling autonomous operation. We validated the performance of the robot through a series of experiments involving various crop canopies. By capturing RGB images of rice and wheat, we independently performed wheat ear detection and rice panicle segmentation. For wheat ear detection, we achieve a precision of 0.783, a recall of 0.822, and a mean average precision (mAP) of 0.853 when the YOLOv8m model is used. For rice panicle segmentation, the SegFormer_B0 model yielded a mean intersection over union (mIoU) of 0.949 and an accuracy of 0.987. Additionally, by capturing RGB-D data of maize canopies, we performed 3D reconstructions to calculate plant height, achieving an R 2 of 0.99 compared with manual measurements. Similar experiments with rapeseed yielded an R 2 of 0.97. Near-infrared spectral data collected from drought-stressed rice plants enabled the classification of drought severity into five categories, with classification accuracies ranging from 0.977 to 0.996. Our results reveal that PhenoRob-F is an effective tool for high-throughput phenotyping and is capable of providing precise data to support phenotypic trait analysis and the selection of superior crop genotypes.
Why it matches plant phenotyping methods圃場用自律ロボットと複数の画像・分光センシング、形質抽出手法を開発し、作物キャノピーで性能検証しているため、植物フェノタイピング手法が研究の中心である。
abstractwe introduce PhenoRob-F (a phenotyping robot for the field), a cross-row, wheeled robot designed for efficient and automated phenotyping under field conditions.
Reproduction assets foundThe paper's data availability statement explicitly links a public GitHub repository containing part of the data and code supporting this PhenoRob-F phenotyping study; remaining data are available on request.Code · publicPart of the data and code supporting this study are openly available with the following link: https://github.com/balloonhaha/PhenoRob-F. All other reasonable requests for data and research materials will be fulfilled upon contacting the corresponding authors.Open asset ↗balloonhaha/PhenoRob-Fhtml-lines:193-220Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
FlowerClassificationObject detectionGrowth / development / phenology
As an ornamental plant, Alstroemeria Genus Morado holds great significance in precision agriculture for the automatic detection and classification of its flower maturity. However, due to its diverse morphologies, complex growth environments, and factors such as occlusion and lighting changes, related tasks face numerous challenges, and research in this area is relatively scarce. This study proposes a deep - learning - based object detection framework, the Morado Flower Detection Network (MFDN), which consists of two parts: a backbone network and a head network. Novel modules such as C3k2_PPA are introduced. Through multi - branch fusion and the attention mechanism, the ability to detect small targets is enhanced. The head network uses the CARAFE module for upsampling, combines features through Concat, accelerates processing with the optimized C2f module, and finally achieves precise detection and classification through the Detect module. In the comparative experiment on the morado_5may dataset, MFDN performs outstandingly in indicators such as Precision, Recall, and F1 - score. The mean Average Precision (mAP) of MFDN is 1.3% - 5.8% higher than that of YOLO - series models. It has strong generalization ability and is expected to contribute to improving the efficiency and automation level of agricultural production.
Why it matches plant phenotyping methodsアルストロメリア花の成熟度を画像から検出・分類する深層学習手法を開発し、データセット上で比較評価しており、植物表現型取得が中心である。
abstractThis study proposes a deep - learning - based object detection framework, the Morado Flower Detection Network (MFDN)
Reproduction assets foundThe paper's core phenotyping measurements (flower maturity detection/classification) are performed on the publicly released morado_5may dataset of 414 annotated Alstroemeria Morado flower images (5,439 bounding-box labels, raw/ripe classes), which the authors state is publicly available on Kaggle. The YOLOv5/ultralytcsDataset · publicLentsch T. (2021). Available online at: https://www.kaggle.com/datasets/teddevrieslentsch/morado-5may (Accessed July 20, 2021)Open asset ↗Kaggle · teddevrieslentsch/morado-5mayhtml-lines:544-586Dataset · publicthis study selected the publicly available morado_5may dataset (Lentsch, 2021) for experimentsOpen asset ↗morado_5mayhtml-lines:97-149Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
Abstract Crop disease is a significant challenge in agriculture, requiring quick and precise detection to safeguard yields and reduce economic losses. Traditional diagnostic methods are slow, labor-intensive, and rely on expert knowledge, limiting scalability for large-scale operations. To overcome these challenges, a novel architecture called Mob-Res , combining residual learning with the MobileNetV2 feature extractor, is introduced in this work. Despite having only 3.51 million parameters, Mob-Res is lightweight and well-suited for mobile applications while delivering exceptional performance. The proposed model is assessed using two benchmark datasets: Plant Disease Expert , consisting of 199,644 images across 58 classes, and PlantVillage , with 54,305 images across 38 classes. Through a rigorous training strategy, Mob-Res demonstrates robust performance, achieving 97.73% average accuracy on the Plant Disease Expert dataset and 99.47% on the PlantVillage dataset. The cross-domain validation rate ( CDVR ) is computed to assess its cross-domain adaptability, with the model showing competitive results compared to other pre-trained models. Additionally, Mob-Res outperforms prominent pre-trained CNN architectures, surpassing ViT-L32 while maintaining a significantly lower parameter count and achieving faster inference times. The proposed model enhances interpretability by utilizing Gradient-weighted Class Activation Mapping ( Grad-CAM ), Grad-CAM++ , and Local Interpretable Model-agnostic Explanations ( LIME ). These techniques provide visual insights into the neural regions influencing the predictions. The experimental results conducted in the current work highlight Mob-Res as a promising solution for automated plant disease detection, supporting large-scale agricultural operations and advancing global food security.
Why it matches plant phenotyping methods植物画像から病害状態を推定するCNNを開発し、複数データセットで性能比較・検証しているため、画像ベースの植物フェノタイピング手法が中心である。
titleA lightweight and explainable CNN model for empowering plant disease diagnosis
Reproduction assets foundThe paper's authors publicly host the Mob-Res architecture code on GitHub, and the study directly uses two public plant-disease image datasets (PlantVillage and the Mendeley Sugarcane Leaf Disease Dataset) for its phenotyping/classification experiments. The Plant Disease Expert dataset (Kaggle) is also used but its URLCode · publicThe code of the architecture
is available at https://github.com/Chiranjit369/Mob-Res.Open asset ↗Chiranjit369/Mob-Respdf-page:6 lines:1-71Dataset · publicwe have used a benchmark Sugarcane Leaf Disease Dataset as mentioned in Section Experiments on field
dataset which can be accessed at https://data.mendeley.com/datasets/9424skmnrk/1.Open asset ↗pdf-page:13 lines:1-60Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Abstract Wheat and corn are essential crops for global food security, but wheat yellow rust and the corn northern leaf spot are significant threats. Proper assessment of the severity of the disease is the key to effective control and minimizing crop loss. Traditional methods don’t work effectively, and current deep learning models have problems like focusing too little on severity assessment, only being able to be used for a single crop or disease, and relying on small datasets, all of which make them less reliable in the real world. This paper addresses these issues. It introduces WY-CN-NASNetLarge, a deep-learning model based on the NASNetLarge architecture. The model is trained using transfer learning, fine-tuning, and several datasets, such as Yellow-Rust-19, Corn Disease and Severity (CD&S), and PlantVillage. These help the model work well in a variety of disease conditions. Data augmentation, the AdamW optimizer, dropout training, and mixed precision training enhance performance and prevent overfitting. The model has 97.33% accuracy for classifying disease severity. It is higher than ResNet152v2, InceptionResNetV2, and DenseNet201. This approach is effective and quick for identifying multiple diseases and rating their severity. It can also help manage diseases in agriculture and prevent crop loss.
Why it matches plant phenotyping methods植物病害の重症度を画像等から推定する深層学習手法の開発・比較検証が中心であり、植物の病害状態を直接評価するフェノタイピング研究に該当する。
abstractIt introduces WY-CN-NASNetLarge, a deep-learning model based on the NASNetLarge architecture.
Reproduction assets foundThe paper trains its plant disease severity model on three public image datasets (Yellow-Rust-19, CD&S, PlantVillage) with explicit Kaggle/paperswithcode availability links. Two Kaggle-hosted datasets match allowed URLs exactly; the CD&S link in the text does not exactly match an allowed URL entry, and the authors' ownDataset · publicRust-19 dataset [23, 11]: Available at https://www.kaggle.com/datasets/tolgahayit/yellowrust19-yellow-rust-disease-in-Open asset ↗Kaggle · yellowrust19-yellow-rust-disease-in-pdf-page:36 lines:1-70Dataset · publiclage dataset [32]: Available at https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset. The integratedOpen asset ↗Kaggle · plantvillage-datasetpdf-page:36 lines:1-70Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Riparian zones in the United Kingdom have high species diversity but are prone to anthropogenic changes and alien plant invasions, like Impatiens glandulifera . However, identification can be challenging due to poor accessibility or visibility via tree canopies. UAVs provide a means to access previously inaccessible areas and capture imagery of the area. In this study, a method is introduced to identify the flowers of invasive species ( Impatiens glandulifera ) and map their locations using a computer vision framework and oblique image capture methods. The process includes thresholding images, image masking, blurring, ellipsoid shape search, noise reduction, and contour extraction. Locations are determined using camera parameters, EXIF data, and the average flower size, then converted into vector format for GIS software. This method is wrapped into a single executable program named the semi-automatic thresholding tool (SATT). A validation set of 312 UAV images from the River Elwy, North Wales, showed high precision (79%-96%) and mean average precision (mAP) scores of 73%-86%. This demonstrates that the SATT consistently and correctly identifies Impatiens glandulifera flowers from UAV imagery, making it effective for identifying hotspots and targeting management techniques along riparian corridors. The tool has been wrapped into a single-file executable program with a graphical user interface, enabling nonexperts to use the tool without the need of any software installation. Overall, the tool obtains consistent detection levels of abundance/or flower density across the study site. The tool also does not require an extensive amount of training data, and the intuitive design of the software enables nonexperts to utilize the tool and modify parameter values to adapt it to their needs.
Why it matches plant phenotyping methodsUAV画像から花を検出・抽出し、花の存在位置だけでなく個体群の abundance/flower density を推定する手法と実行可能なツールを開発・検証しており、植物器官形質の取得が中心です。
abstracta method is introduced to identify the flowers of invasive species ( Impatiens glandulifera ) and map their locations using a computer vision framework and oblique image capture methods.
Reproduction assets foundThe paper's Data Availability Statement explicitly deposits the raw UAV imagery dataset (312 Phantom 4 multispectral images of Impatiens glandulifera along the River Elwy) and the authors' SATT analysis code in a public GitHub repository with an actionable URL. Other URLs (Shapely, ExifTool, GeoPandas) are generic toolCode · publicThe raw data and code used in this study are available in the public repository on GitHub. The dataset includes images ofOpen asset ↗lines:303-335Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Computer vision is of wide interest to perform the phenotyping of horticultural crops such as apple trees at high throughput. In orchards specially constructed for variety testing or breeding programs, computer vision tools should be able to extract phenotypical information form each tree separately. We focus on segmenting individual apple trees as the main task in this context. Segmenting individual apple trees in dense orchard rows is challenging because of the complexity of outdoor illumination and intertwined branches. Traditional methods rely on supervised learning, which requires a large amount of annotated data. In this study, we explore an alternative approach using prompt engineering with the Segment Anything Model and its variants in a zero-shot setting. Specifically, we first detect the trunk and then position a prompt (five points in a diamond shape) located above the detected trunk to feed to the Segment Anything Model. We evaluate our method on the apple REFPOP, a new large-scale European apple tree dataset and on another publicly available dataset. On these datasets, our trunk detector, which utilizes a trained YOLOv11 model, achieves a good detection rate of 97% based on the prompt located above the detected trunk, achieving a Dice score of 70% without training on the REFPOP dataset and 84% without training on the publicly available dataset.We demonstrate that our method equals or even outperforms purely supervised segmentation approaches or non-prompted foundation models. These results underscore the potential of foundational models guided by well-designed prompts as scalable and annotation-efficient solutions for plant segmentation in complex agricultural environments.
Why it matches plant phenotyping methodsリンゴ樹を個体別に画像分割し、育種・品種試験向けの表現型情報抽出を可能にする手法を開発・評価しており、植物フェノタイピング手法が中心である。
abstractComputer vision is of wide interest to perform the phenotyping of horticultural crops such as apple trees at high throughput.
Reproduction assets foundThe paper's apple REFPOP image dataset (RGB orchard images with manual tree/trunk annotations used for the phenotyping segmentation task) is publicly deposited on Zenodo via DOI 10.57745/DZBMAM, stated in both the Supplementary Materials and Data Availability Statement. Other URLs (Ultralytics, FrontVeg, arXiv) are forDataset · publicon.
Grouding approach
Approach linking text as a prompt or description to localize
objects or regions in an image.
Latent embedding
Low-dimensional vector representation at the end of a neural
network that captures the key features of input data.
Supplementary Materials
The following supporting information can be downloaded at: https://doi.org/10.57745/DZBMAM , https://www.napari-hub.org/plugins/frontveg (accessed on 10 July 2025).
Author Contributions
H.M.: Conceptualization, Methodology, Software, Investigation, Data Curation, Writing—Original Draft, Writing—Review and Editing. D.R.: Conceptualization, Writing—Review and Editing, Supervision, Administration. P.R., J.L. and H.D.: SOpen asset ↗10.57745/DZBMAMlines:536-601Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published31 Jul 2025International Journal for Research in Applied Science and Engineering TechnologyCited by 3 · OpenAlex ↗
The early and accurate detection of plant diseases plays a pivotal role in enhancing crop health and ensuring food security in modern agriculture. Traditional disease diagnosis techniques often rely on visual inspection by experts, which may be subjective, time-consuming, and inaccessible to farmers in remote regions. To overcome these limitations, this project introduces an intelligent plant disease detection system that leverages deep learning and image analysis to identify symptoms directly from leaf images. The proposed methodology begins with the collection of a curated dataset comprising various plant species exhibiting both healthy and diseased conditions. The images undergo preprocessing to enhance quality and ensure consistency, followed by feature extraction using Convolutional Neural Networks (CNNs). Transfer learning is applied to improve model generalization and reduce the training time by utilizing pre-trained models. The system is integrated into a Flask-based web application, enabling users to upload leaf images and receive instant disease diagnoses along with treatment suggestions and suitable fertilizers. Evaluation of the model has shown high classification accuracy across multiple disease classes, affirming its potential to support precision agriculture. The solution is designed to be lightweight, user-friendly, and deployable in real-world agricultural settings, aiming to assist farmers with timely and informed interventions to mitigate crop loss and promote sustainable farming practices.
Why it matches plant phenotyping methods葉画像から植物の病徴を深層学習で抽出・分類するシステム開発が中心であり、植物の病害状態を直接推定するフェノタイピング手法に該当する。
abstractthis project introduces an intelligent plant disease detection system that leverages deep learning and image analysis to identify symptoms directly from leaf images.
Reproduction assets foundThe paper's only qualifying paper-specific asset is the PlantVillage leaf-image dataset, which the authors explicitly state they used for training and evaluation. No author analysis code, trained model checkpoints, or supplementary data deposit is mentioned with an availability statement or URL.Dataset · publicThis project uses the PlantVillage dataset, a
well-known open-source repository that contains labeled images of healthy and diseased plant leaves.Open asset ↗PlantVillagepdf-page:3 lines:1-55Code / dataset availability confirmedCrossref · checked 6 Sept 2026
The detection of plant constituents is a crucial issue in precision agriculture, as monitoring these enables the automatic analysis of factors such as growth rate, health status, and crop yield. Tomatoes (Solanum sp.) are an economically and nutritionally important crop in Mexico and worldwide, which is why automatic monitoring of these plants is of great interest. Detecting leaves on images of outdoor tomato plants is challenging due to the significant variability in the visual appearance of leaves. Factors like overlapping leaves, variations in lighting, and environmental conditions further complicate the task of detection. This paper proposes modifications to the Yolov11n architecture to improve the detection of tomato leaves in images of complex outdoor environments by incorporating attention modules, transformers, and WIoUv3 loss for bounding box regression. The results show that our proposal led to a 26.75% decrease in the number of parameters and a 7.94% decrease in the number of FLOPs compared with the original version of Yolov11n. Our proposed model outperformed Yolov11n and Yolov12n architectures in recall, F1-measure, and mAP@50 metrics.
Why it matches plant phenotyping methodsトマト葉の画像検出を改善する深層学習アーキテクチャ自体が中心的な技術貢献であり、植物器官の画像ベース取得・推定手法に該当する。
abstractThis paper proposes modifications to the Yolov11n architecture to improve the detection of tomato leaves in images of complex outdoor environments
Reproduction assets foundThe authors explicitly state that the data (custom tomato leaf detection dataset with ground-truth annotations) and code used in this paper are publicly available in their GitHub repository andros1206/Leaf-Detection. This is a paper-specific, publicly actionable asset reproducing the paper's phenotyping images/labels (Code · publicData Availability Statement: We make the data and code used available at https://github.com/
andros1206/Leaf-DetectionOpen asset ↗andros1206/Leaf-Detectionpdf-page:20 lines:1-58Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
Precise classification and detection of apple diseases are essential for efficient crop management and maximizing yield. This paper presents a fine-tuned EfficientNet-B0 convolutional neural network (CNN) for the automated classification of apple leaf diseases. The model builds upon a pre-trained EfficientNet-B0 base, enhanced through architectural modifications such as the integration of a global max pooling (GMP) layer, dropout, regularization, and full-model fine-tuning. To address class imbalance and improve generalization, the study adopts a holistic training strategy that integrates data augmentation, stratified data splitting, and class weighting, alongside transfer learning. The model is evaluated on the PlantVillage (PV) dataset and a curated Apple PV (APV) dataset and compared against EfficientNet-B0, EfficientNet-B3, Inception-v3, ResNet50, and VGG16 models. The fine-tuned model demonstrates outstanding test accuracies of 99.69% and 99.78% for classifying plant diseases using the APV and PV datasets, respectively. The fine-tuned model outperforms EfficientNet-B0, EfficientNet-B3, and VGG16 on both datasets and shows superior performance compared to Inception-v3 and ResNet-50 on the PV dataset. Both EfficientNet-B0 and the fine-tuned model demonstrate the lowest memory consumption and floating-point operations per second (FLOPs). Also, as compared to the EfficientNet-B0 model, the fine-tuned model achieves an 11% increase in accuracy on the APV dataset and a 49.5% accuracy improvement on the PV dataset, with approximately a 7-8% increase in both memory usage and FLOPs. The fine-tuned model thus emerges as an effective solution for plant leaf disease classification, delivering outstanding accuracy with optimized memory consumption and FLOPs, making it suitable for resource-constrained environments. This study demonstrates that fine-tuned CNN approaches, when combined with transfer learning, advanced data pre-processing, and architectural optimizations, can significantly enhance the accuracy of diseased leaf classification in crops with efficient implementation in limited-resource settings.
Why it matches plant phenotyping methodsリンゴ葉の病害状態を画像から分類するCNN手法の開発・比較評価が研究の中心であり、植物病害表現型の取得・推定に該当する。
abstractThis paper presents a fine-tuned EfficientNet-B0 convolutional neural network (CNN) for the automated classification of apple leaf diseases.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe PV dataset used for this research work is taken from: https://data.mendeley.com/datasets/tywbtsjrjv/1Open asset ↗tywbtsjrjv/1lines:334-374Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
With the increasing demand for precision agriculture, automatic detection of tomato leaf diseases has become a critical technological challenge in smart agriculture. Among various diseases, Tomato Yellow Virus Leaf, due to its unique pathological characteristics, presents a particularly challenging identification target. Traditional image recognition methods often fail to meet the high-precision detection requirements for this disease, leading to delayed responses in disease control by farmers, which severely impacts tomato yield and quality. To address this issue, this paper proposes an optimized YOLOv8n algorithm, incorporating a C2f-DynamicConv optimization module. By dynamically adjusting the weights of convolutional kernels, the model can adapt to the characteristics of different input data, thereby enhancing its ability to represent diverse features. Additionally, we introduce the SimAM attention mechanism, which enhances the model's focus on key areas by weighting the feature map, significantly improving the accuracy of disease detection while filtering out irrelevant features and enhancing sensitivity. During the upsampling process, we adopt the Dysample upsampling operator, optimizing the quality of feature map reconstruction and improving detection resolution through a refined upsampling strategy. To better address the bounding box regression problem in object detection, we incorporate the GIoU loss function. Compared to traditional loss functions, GIoU performs excellently in handling bounding box overlap and positional accuracy, further improving the model's detection performance. Experimental results show that the improved model achieves an average precision of 81.8%, precision of 77.1%, and recall of 77.4%. Compared to existing methods, our approach shows significant advantages in detection accuracy, localization precision, and model computational efficiency, achieving improved detection performance on the tomato leaf disease dataset.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から検出する改良YOLOv8n手法を開発し、精度・再現率・位置特定性能を評価しており、植物の病害状態の取得が研究の中心である。
abstractExperimental results show that the improved model achieves an average precision of 81.8%, precision of 77.1%, and recall of 77.4%.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicData availability
The datasets can be downloaded in https://github.com/weilaibot/sanyau_02.git.Open asset ↗weilaibot/sanyau_02pdf-page:20 lines:1-65Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Rice and corn hold significant importance due to their daily consumption worldwide. Naked-eye observations are not accurate. Therefore, we need an autonomous system that can accurately detect and classify diseases in both plants. We trained and validated publicly available datasets in three deep convolutional neural network (DCNN)-based deep learning models using different learning rates and found that the lowest learning rate was the most effective in achieving the highest accuracy. We added a new dense layer to the known DCNN-based deep learning models and achieved improved accuracy. The best results were observed when our invariants of the InceptionV3, ResNet152, and MobileNetV2 deep learning models were used on corn plant leaves (98.09%, 98.51%, and 89.73%, respectively). These models also performed well on rice plant leaves (98.51%, 93.59%, and 98.57%, respectively). Because InceptionV3 performed well for both plants, we implemented it in NVIDIA Jetson Nano as an end device for the detection and classification of diseases from both plant leaves. Received: 4 January 2025 | Revised: 26 May 2025 | Accepted: 13 June 2025 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 Kaggle at https://www.kaggle.com/datasets/vbookshelf/rice-leaf-diseases and https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset. Author Contribution Statement Zubair Saeed: Conceptualization, Methodology, Software, Validation, Resources, Data curation, Writing – original draft, Project administration. Uzma Nawaz: Validation, Formal analysis, Writing – review & editing. Ali Raza: Conceptualization, Validation, Formal analysis, Writing – review & editing, Visualization. Kamran Javed: Validation, Formal analysis, Investigation, Writing – review & editing, Visualization, Supervision.
Why it matches plant phenotyping methods植物葉の病徴を画像から検出・分類する深層学習手法を開発・検証し、エッジデバイスにも実装しており、植物状態の取得・推定が研究の中心です。
abstractWe trained and validated publicly available datasets in three deep convolutional neural network (DCNN)-based deep learning models using different learning rates and found that the lowest learning rate was the most effective in achieving the highest accuracy.
Reproduction assets foundThe paper's Data Availability Statement explicitly names two public Kaggle image datasets (rice leaf diseases and corn/maize leaf disease) that were used directly as the phenotyping inputs for this study's disease-classification experiments. No author code, models, or checkpoints are reported as publicly available.Dataset · public.
Ethical Statement
This study does not contain any studies with human or animal
subjects performed by any of the authors.
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 Kaggle at https://www.kaggle.com/datasets/vbookshelf/rice-leaf-diseases and https://www.kaggle.com/datasets/smaranjit-ghose/corn-or-maize-leaf-disease-dataset.Author Contribution Statement
Zubair Saeed: Conceptualization, Methodology, Software,
Validation, Resources, Data curation, Writing – original draft,
Project administration. Uzma Nawaz: Validation, Formal analysis,
WritinOpen asset ↗Kaggle · vbookshelf/rice-leaf-diseasespdf-raw-page:10 lines:1-81Dataset · publicuman or animal
subjects performed by any of the authors.
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 Kaggle at https://www.kaggle.com/datasets/vbookshelf/rice-leaf-diseases and https://www.kaggle.com/datasets/smaranjit-ghose/corn-or-maize-leaf-disease-dataset.Author Contribution Statement
Zubair Saeed: Conceptualization, Methodology, Software,
Validation, Resources, Data curation, Writing – original draft,
Project administration. Uzma Nawaz: Validation, Formal analysis,
Writing – review & editing. Ali Raza: Conceptualization, Validation,
ForOpen asset ↗Kaggle · smaranjit-ghose/corn-or-maize-leaf-disease-datasetpdf-raw-page:10 lines:1-81Code / dataset availability confirmedarXiv · checked 6 Sept 2026
Observer bias and inconsistencies in traditional plant phenotyping methods limit the accuracy and reproducibility of fine-grained plant analysis. To overcome these challenges, we developed TomatoMAP, a comprehensive dataset for Solanum lycopersicum using an Internet of Things (IoT) based imaging system with standardized data acquisition protocols. Our dataset contains 64,464 RGB images that capture 12 different plant poses from four camera elevation angles. Each image includes manually annotated bounding boxes for seven regions of interest (ROIs), including leaves, panicle, batch of flowers, batch of fruits, axillary shoot, shoot and whole plant area, along with 50 fine-grained growth stage classifications based on the BBCH scale. Additionally, we provide 3,616 high-resolution image subset with pixel-wise semantic and instance segmentation annotations for fine-grained phenotyping. We validated our dataset using a cascading model deep learning framework combining MobileNetv3 for classification, YOLOv11 for object detection, and MaskRCNN for segmentation. Through AI vs. Human analysis involving five domain experts, we demonstrate that the models trained on our dataset achieve accuracy and speed comparable to the experts. Cohen's Kappa and inter-rater agreement heatmap confirm the reliability of automated fine-grained phenotyping using our approach.
Why it matches plant phenotyping methods植物の多視点画像取得、アノテーション付きデータセット、深層学習による分類・検出・セグメンテーションを中心に開発・検証した、明確な植物フェノタイピング手法研究です。
abstractwe developed TomatoMAP, a comprehensive dataset for Solanum lycopersicum using an Internet of Things (IoT) based imaging system with standardized data acquisition protocols.
Reproduction assets foundThe paper's TomatoMAP dataset (images, annotations) is publicly deposited in e!DAL at IPK with an explicit DOI URL given in the Data Records section.Dataset · publicDataset is deposited in e!DAL (electronic data archive library) of IPK (Leibniz Institute of Plant Genetics
and Crop Plant Research): https://doi.ipk-gatersleben.de/DOI/10bb9f14-ce90-4747-836f-cf61dfb5eea1/Open asset ↗e!DAL · 10bb9f14-ce90-4747-836f-cf61dfb5eea1pdf-page:7 lines:1-73Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Plant diseases significantly undermine agricultural productivity. This study introduces an improved YOLOv10n model named WD-YOLO (Weighted and Double-scale YOLO), an advanced architecture for efficient plant disease detection. The PlantDoc dataset was initially enhanced using data augmentation techniques. Subsequently, we developed the DSConv module—a novel convolutional structure employing double-scale weighted convolutions that dynamically adjust to different scale perceptions and optimize attention allocation. This module replaces the conventional Conv module in YOLOv10. Furthermore, the WTConcat module was introduced, dynamically merging weighted concatenation with a channel attention mechanism to replace the Concat module in YOLOv10. The training of WD-YOLO incorporated knowledge distillation techniques using YOLOv10l as a teacher model to refine and compress the architectural learning. Empirical results reveal that WD-YOLO achieved an mAP50 of 65.4%, outperforming YOLOv10n by 9.1% without data augmentation and YOLOv10l by 2.3%, despite having significantly fewer parameters (9.3 times less than YOLOv10l), demonstrating substantial gains in detection efficiency and model compactness.
Why it matches plant phenotyping methods植物病害を画像から検出するモデルの新規構造(DSConv、WTConcat、知識蒸留)を開発・評価しており、植物の病害状態を推定する方法が研究の中心である。
abstractThis study introduces an improved YOLOv10n model named WD-YOLO (Weighted and Double-scale YOLO), an advanced architecture for efficient plant disease detection.
Reproduction assets foundThe paper's plant disease detection experiments were performed on the PlantDoc dataset, which the authors state is publicly available on GitHub. No author analysis code or trained model checkpoints are reported as publicly deposited; other data are available only from the corresponding author.Dataset · publicThe PlantDoc dataset used to support the findings of this study was
deposited in the github (URL: https://github.com/pratikkayal/PlantDoc-Dataset (accessed on 11
June 2025)).Open asset ↗github.com/pratikkayal/PlantDoc-Dataset · PlantDoc-Datasetpdf-page:15 lines:1-58Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published9 Jul 2025INTERNATIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENTCited by 0 · OpenAlex ↗
Leaf Doctor is an advanced plant disease detection web application that assists farmers and agricultural researchers in diagnosing plant diseases through image analysis. Using machine learning algorithms, the system analyzes leaf images to identify signs of disease, providing users with accurate and timely insights. The platform enhances agricultural efficiency by offering real-time disease detection, reducing crop loss, and promoting sustainable farming practices. As a cloud-based solution, Leaf Doctor is accessible from multiple devices, ensuring widespread usability for farmers and agronomists. Key Words: Plant Disease Detection, Gated Recurrent Unit, Leaf Image Analysis, Streamlit, Real Time Diagnosis, Sustainable Farming.
Why it matches plant phenotyping methods葉画像から植物病徴を機械学習で検出するWebアプリケーションが研究の中心であり、植物の病害状態を観測・推定するフェノタイピング手法に該当する。
abstractLeaf Doctor is an advanced plant disease detection web application that assists farmers and agricultural researchers in diagnosing plant diseases through image analysis.
Reproduction assets foundThe paper's plant disease detection model is trained on a public Kaggle leaf image dataset (New Plant Diseases Dataset, ~87,000 labeled RGB leaf images, 38 classes), which is a paper-specific, publicly available phenotyping image asset with an authors' URL in the references. No author analysis code or trained model is公Dataset · publicThe machine learning model is
trained using a publicly available leaf disease dataset
from Kaggle, which includes labeled images of
healthy and diseased leaves across various crops.Open asset ↗Kagglepdf-raw-page:3 lines:1-45Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Background Aiming at the problems of complex and diverse field symptoms of citrus Huanglong disease (HLB), low efficiency and insufficient recognition accuracy of traditional detection methods, this study proposes an efficient detection algorithm based on improved You Only Look Once (YOLO)v8. Methods Firstly, a new character to float (C2f) Attention inverse residual moving block (IRMB) module is designed, which significantly enhances the model's sensitivity to tiny disease features while reducing the number of parameters by fusing the lightweight IRMB with the adaptive attention gating mechanism, and solves the problem of losing key texture information due to downsampling in the traditional C2f module. Secondly, the three-channel aggregated attention module Powerneck is proposed in the Neck section, which realizes efficient cross-scale feature interactions, effectively suppresses background noise interference, and improves robustness in complex field scenes through SimFusion_4in feature alignment, information fusion module (IFM) global context fusion, and Power channel dynamic weighting strategy. In addition, the detection head design is optimized by structural reparameterization technique to further accelerate the inference process. Results The experimental results show that on the citrus dataset containing 12 diseases and two health states, the mAP50 of this model reaches 97% and the accuracy is 91.5%, which is 1.1% and 1.2% higher than that of the original YOLOv8, respectively, and the inference speed is improved by 14.6% to 370 frames per second (FPS). Comparison of the different models shows that the C2f Attention IRMB, through the mechanism of dual attention The comparison of different models shows that C2f Attention IRMB strengthens the feature expression ability through the dual-attention mechanism, and the Powerneck module reduces redundant computation through dynamic channel pruning, and the two synergistically optimize the model performance significantly. Compared with mainstream models such as YOLOv5m and YOLOv7x, this method is more advantageous in the balance of accuracy and speed, and can meet the demand of real-time detection in the field. Discussion The algorithm provides an efficient tool for early and accurate identification of citrus Huanglong disease, which is of great practical significance for reducing pesticide misuse and improving the efficiency of orchard management, and also provides new ideas for the design of lightweight target detection models in agricultural scenarios.
Why it matches plant phenotyping methods柑橘HLBの植物症状を画像から検出するYOLOv8改良アルゴリズムを開発・評価しており、病害状態の推定手法が研究の中心である。
abstractthis study proposes an efficient detection algorithm based on improved You Only Look Once (YOLO)v8.
Reproduction assets foundThe paper's citrus HLB detection experiments are built on a public citrus disease image dataset (5,080 training / 630 test images, 12 disease symptoms plus two healthy states) deposited in the Science Data Bank by Chi et al., explicitly cited in the Data Availability Statement with DOI and URL. No author analysis code,Dataset · publicThe Image datasets of Citrus Huanglongbing field symptom recognition are available at Chi Meixiang, Chen Shaoping, Huang Ting, Chen Shixiong, Liang Yong, and Qiu Rongzhou. 2024. “Image Datasets of Citrus Huanglongbing Field Symptom Recognition.” Science Data Bank. doi: 10.57760/sciencedb.j00001.00947 .Open asset ↗Science Data Bank · 10.57760/sciencedb.j00001.00947lines:411-413Code / dataset availability confirmedCrossref · checked 13 Sept 2026
Citrus Huanglongbing (HLB) is one of the most devastating diseases in the global citrus industry, but its early detection under complex field conditions remains a major challenge. Existing methods often suffer from insufficient dataset diversity and poor generalization, and struggle to accurately detect subtle early-stage lesions and multiple HLB symptoms in natural backgrounds. To address these issues, we propose an enhanced YOLO11-based framework, DCH-YOLO11. We constructed a multi-symptom HLB leaf dataset (MS-HLBD) containing 9219 annotated images across five classes: Healthy (1862), HLB blotchy mottling (2040), HLB Zinc deficiency (1988), HLB yellowing (1768), and Canker (1561), collected under diverse field conditions. To improve detection performance, the DCH-YOLO11 framework incorporates three novel modules: the C3k2 Dynamic Feature Fusion (C3k2_DFF) module, which enhances early and subtle lesion detection through dynamic feature fusion; the C2PSA Context Anchor Attention (C2PSA_CAA) module, which leverages context anchor attention to strengthen feature extraction in complex vein regions; and the High-efficiency Dynamic Feature Pyramid Network (HDFPN) module, which optimizes multi-scale feature interaction to boost detection accuracy across different object sizes. On the MS-HLBD dataset, DCH-YOLO11 achieved a precision of 91.6%, recall of 87.1%, F1-score of 89.3, and mAP50 of 93.1%, surpassing Faster R-CNN, SSD, RT-DETR, YOLOv7-tiny, YOLOv8n, YOLOv9-tiny, YOLOv10n, YOLO11n, and YOLOv12n by 13.6%, 8.8%, 5.3%, 3.2%, 2.0%, 1.6%, 2.6%, 1.8%, and 1.6% in mAP50, respectively. On a publicly available citrus HLB dataset, DCH-YOLO11 achieved a precision of 82.7%, recall of 81.8%, F1-score of 82.2, and mAP50 of 89.4%, with mAP50 improvements of 8.9%, 4.0%, 3.8%, 3.2%, 4.7%, 3.2%, and 3.4% over RT-DETR, YOLOv7-tiny, YOLOv8n, YOLOv9-tiny, YOLOv10n, YOLO11n, and YOLOv12n, respectively. These results demonstrate that DCH-YOLO11 achieves both state-of-the-art accuracy and excellent generalization, highlighting its strong potential for robust and practical citrus HLB detection in real-world applications.
Why it matches plant phenotyping methods柑橘葉のHLB症状を画像から検出するYOLOベースの表現型取得手法を開発し、専用データセットと公開データセットで性能検証しているため、植物病害表現型の方法研究として中心的である。
abstractwe propose an enhanced YOLO11-based framework, DCH-YOLO11.
Reproduction assets foundThe paper's authors publicly release their DCH-YOLO11 model implementation and analysis code on GitHub, as stated in the Data Availability Statement. The MS-HLBD image dataset itself is not stated as publicly deposited (further materials only by request), so only the code asset qualifies.Code · publicThe project’s code and model implementation are publicly
available at https://github.com/CdW8/DCH-YOLO11 (accessed on 6 July 2025).Open asset ↗CdW8/DCH-YOLO11pdf-page:23 lines:1-59Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Mulberry ( Morus spp.), as an economically significant crop in sericulture and medicinal applications, faces severe threats to leaf yield and quality from pest and disease infestations. Traditional detection methods relying on chemical pesticides and manual observation prove inefficient and unsustainable. Although computer vision and deep learning technologies offer new solutions, existing models exhibit limitations in natural environments, including low recognition rates for small targets, insufficient computational efficiency, poor adaptability to occlusions, and inability to accurately identify structural features such as leaf veins. We propose Mamba-YOLO-ML, an optimized model addressing three key challenges in vision-based detection: Phase-Modular Design (PMSS) with dual blocks enhancing multi-scale feature representation and SSM selective mechanisms and Mamba Block, Haar wavelet downsampling preserving critical texture details, and Normalized Wasserstein Distance loss improving small-target robustness. Visualization analysis of the detection performance on the test set using GradCAM revealed that the enhanced Mamba-YOLO-ML model demonstrates earlier and more effective focus on characteristic regions of different diseases compared with its predecessor. The improved model achieved superior detection accuracy with 78.2% mAP50 and 59.9% mAP50:95, outperforming YOLO variants and comparable Transformer-based models, establishing new state-of-the-art performance. Its lightweight architecture (5.6 million parameters, 13.4 GFLOPS) maintains compatibility with embedded devices, enabling real-time field deployment. This study provides an extensible technical solution for precision agriculture, facilitating sustainable mulberry cultivation through efficient pest and disease management.
Why it matches plant phenotyping methods桑葉の病害状態を画像から検出する深層学習モデルを開発・評価しており、植物病害表現型の取得手法が研究の中心である。
abstractWe propose Mamba-YOLO-ML, an optimized model addressing three key challenges in vision-based detection
Reproduction assets foundThe paper's plant-phenotyping input is the publicly available 'Mulberry Leaf Diseases and Pests Dataset' from PaddlePaddle AI Studio, which the authors re-annotated (1788 images) and used for all detection experiments. The dataset URL is explicitly given in the text and matches an allowed URL. No author analysis code,训Dataset · publicThe dataset used in this study was sourced from the publicly available PaddlePaddle dataset. For detailed information, please visit https://aistudio.baidu.com/datasetdetail/265143/0 (accessed on 3 April 2024) to learn more about theOpen asset ↗PaddlePaddle · 265143lines:33-39Code / dataset availability confirmedOpenAlex · Europe PMC · checked 6 Sept 2026
L.), a vital global food crop, relies on its stomatal structure for regulating photosynthesis and responding to drought. Conventional manual stomatal detection methods are inefficient, subjective, and inadequate for high-throughput plant phenotyping research. To address this, we curated a dataset of over 1500 maize leaf epidermal stomata images and developed a novel lightweight detection model, StomaYOLO, tailored for small stomatal targets and subtle features in microscopic images. Leveraging the YOLOv11 framework, StomaYOLO integrates the Small Object Detection layer P2, the dynamic convolution module, and exploits large-scale epidermal cell features to enhance stomatal recognition through auxiliary training. Our model achieved a remarkable 91.8% mean average precision (mAP) and 98.5% precision, surpassing numerous mainstream detection models while maintaining computational efficiency. Ablation and comparative analyses demonstrated that the Small Object Detection layer, dynamic convolutional module, multi-task training, and knowledge distillation strategies substantially enhanced detection performance. Integrating all four strategies yielded a nearly 9% mAP improvement over the baseline model, with computational complexity under 8.4 GFLOPS. Our findings underscore the superior detection capabilities of StomaYOLO compared to existing methods, offering a cost-effective solution that is suitable for practical implementation. This study presents a valuable tool for maize stomatal phenotyping, supporting crop breeding and smart agriculture advancements.
Why it matches plant phenotyping methodsトウモロコシの気孔を画像から検出するモデルとデータセットを開発・評価しており、植物フェノタイピング手法が研究の中心です。
abstractwe curated a dataset of over 1500 maize leaf epidermal stomata images and developed a novel lightweight detection model, StomaYOLO
Reproduction assets foundThe paper's analysis code (StomaYOLO detector) is openly available on GitHub with an authors' URL; the phenotype image dataset itself is only available on request from the corresponding author.Code · publicThe code that support the findings of this study are openly available in GitHub at https://github.com/yangziqi2003/StomaYOLO (accessed on 5 May 2025).Open asset ↗https://github.com/yangziqi2003/StomaYOLO · StomaYOLOlines:426-440Code / dataset availability confirmedEurope PMC · bioRxiv · checked 6 Sept 2026
Summary Live imaging data analysis often requires an objective, local, and accurate way of quantification of cell dynamics. In the research field of polarized tip-growth, the cell fluctuations and/or fluctuations in tip position and growth direction hampers automated analyses of huge amounts of imaging sequences. The fluctuated nature in data makes it unclear how cell shape and growth are linked to intracellular events that could be the actual driving force of cell growth. To overcome these difficulties, we developed a powerful and user-friendly tool called KymoTip with an available format. In this software, novel functions such as coordinate normalization, tip-bottom detection, and signal kymograph were implemented. We confirmed that not only plasma membrane-labeled fluorescent images, but also images such as bright-field and cortical microtubule markers —so long as the cell contours can be identified— are amenable to KymoTip. Furthermore, by combining markers for cell contours with those that visualize intracellular structures, it becomes possible to quantitatively analyze various intracellular events, such as nuclear migration and calcium wave, in conjunction with cellular growth dynamics. Since KymoTip can be handled by non-specialist, it is expected to promote understanding of what happens at the sub- and cellular level with high throughput outcomes. Significance statement Faced with fluctuations in cell coordinates and cell tip positions, position correction of live imaging data and accurate detection of tip position are key challenges in plant developmental biology. We solved them with a powerful and user-friendly tool, KymoTip, that can realize cell position correction, cell tip detection with cell centerline, and quantification of intracellular events.
Why it matches plant phenotyping methods植物細胞のライブイメージから細胞形状・先端位置・成長動態を定量化する解析ソフトウェアを開発しており、植物フェノタイピング手法が中心です。
abstractwe developed a powerful and user-friendly tool called KymoTip
Reproduction assets foundThe paper's authors explicitly state that the KymoTip analysis code is publicly available on GitHub at https://github.com/blues0910/KymoTip, which is an allowed URL. This is the authors' own computational tool implementing the paper's tip-growth phenotyping analysis (segmentation, coordinate normalization, tip-bottom, Code · publicThe code for KymoTip is available on GitHub: https://github.com/blues0910/KymoTip.Open asset ↗blues0910/KymoTippdf-page:8 lines:1-44Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Object detection is essential for precision agriculture applications like automated plant counting, but the minimum dataset requirements for effective model deployment remain poorly understood for arable crop seedling detection on orthomosaics. This study investigated how much annotated data is required to achieve standard counting accuracy (R2 = 0.85) for maize seedlings across different object detection approaches. We systematically evaluated traditional deep learning models requiring many training examples (YOLOv5, YOLOv8, YOLO11, RT-DETR), newer approaches requiring few examples (CD-ViTO), and methods requiring zero labeled examples (OWLv2) using drone-captured orthomosaic RGB imagery. We also implemented a handcrafted computer graphics algorithm as baseline. Models were tested with varying training sources (in-domain vs. out-of-distribution data), training dataset sizes (10–150 images), and annotation quality levels (10–100%). Our results demonstrate that no model trained on out-of-distribution data achieved acceptable performance, regardless of dataset size. In contrast, models trained on in-domain data reached the benchmark with as few as 60–130 annotated images, depending on architecture. Transformer-based models (RT-DETR) required significantly fewer samples (60) than CNN-based models (110–130), though they showed different tolerances to annotation quality reduction. Models maintained acceptable performance with only 65–90% of original annotation quality. Despite recent advances, neither few-shot nor zero-shot approaches met minimum performance requirements for precision agriculture deployment. These findings provide practical guidance for developing maize seedling detection systems, demonstrating that successful deployment requires in-domain training data, with minimum dataset requirements varying by model architecture.
Why it matches plant phenotyping methodsトウモロコシ幼苗の個体数という植物形質を画像から推定する物体検出手法について、複数モデル、データ量、アノテーション品質を系統的に比較・評価しており、手法の性能検証が中心である。
abstractThis study investigated how much annotated data is required to achieve standard counting accuracy (R2 = 0.85) for maize seedlings across different object detection approaches.
Reproduction assets foundThe paper's Data Availability Statement provides two paper-specific public assets: the authors' handcrafted-method analysis code on a GitHub gist and the ID (in-distribution) annotation datasets created for this study on Zenodo. Both have explicit availability language and public URLs.Code · publicThe code for the handcrafted methods used in this study is available at
https://gist.github.com/SamueleBumbaca/4a227bbe7b78d6be3424899c16c60bb4 (accessed on 20
June 2025).Open asset ↗gist.github.com/SamueleBumbacapdf-page:23 lines:1-52Dataset · publicThe datasets created during this study (ID datasets) are available at the Zenodo repository
https://doi.org/10.5281/zenodo.15235602 (accessed on 20 June 2025)Open asset ↗Zenodo · 10.5281/zenodo.15235602pdf-page:23 lines:1-52Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Cotton is one of the most valuable non-food agricultural products in the world. However, cotton production is often hampered by the invasion of disease. In most cases, these plant diseases are a result of insect or pest infestations, which can have a significant impact on production if not addressed promptly. It is, therefore, crucial to accurately identify leaf diseases in cotton plants to prevent any negative effects on yield. This paper presents a hybrid deep learning approach based on Bidirectional Encoder Representations from Transformers with Residual network and particle swarm optimization (BERT-ResNet-PSO) for detecting cotton plant diseases. This approach starts with image pre-processing, which they pass to a BERT-like encoder after linearly embedding the image patches. It results in segregating disease regions. Then, the output of the encoded feature is passed to ResNet-based architecture for feature extraction and further optimized by PSO to increase the classification accuracy. The approach is tested on a cotton dataset from the Plant Village dataset, where the experimental results show the effectiveness of this hybrid deep learning approach, achieving an accuracy of 98.5%, precision of 98.2% and recall of 98.7% compared to the existing deep learning approaches such as ResNet50, VGG19, InceptionV3, and ResNet152V2. This study shows that the hybrid deep learning approach is capable of dealing with the cotton plant disease detection problem effectively. This study suggests that the proposed approach is beneficial to help avoid crop losses on a large scale and support effective farming management practices.
Why it matches plant phenotyping methods葉画像から綿花の病害領域を抽出・分類する深層学習手法を開発し、既存手法と比較評価しており、植物病害状態の表現型取得が中心である。
abstractThis paper presents a hybrid deep learning approach based on Bidirectional Encoder Representations from Transformers with Residual network and particle swarm optimization (BERT-ResNet-PSO) for detecting cotton plant diseases.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicdataset can be obtained from the following link: https://www.kaggle.com/datasets/Open asset ↗Kagglepdf-page:10 lines:1-17Code / dataset availability confirmedarXiv · checked 15 Sept 2026
Accurate identification of individual plants from unmanned aerial vehicle (UAV) images is essential for advancing high-throughput phenotyping and supporting data-driven decision-making in plant breeding. This study presents MatchPlant, a modular, graphical user interface-supported, open-source Python pipeline for UAV-based single-plant detection and geospatial trait extraction. MatchPlant enables end-to-end workflows by integrating UAV image processing, user-guided annotation, Convolutional Neural Network model training for object detection, forward projection of bounding boxes onto an orthomosaic, and shapefile generation for spatial phenotypic analysis. In an early-season maize case study, MatchPlant achieved reliable detection performance (validation AP: 89.6%, test AP: 85.9%) and effectively projected bounding boxes, covering 89.8% of manually annotated boxes with 87.5% of projections achieving an Intersection over Union (IoU) greater than 0.5. Trait values extracted from predicted bounding instances showed high agreement with manual annotations (r = 0.87-0.97, IoU >= 0.4). Detection outputs were reused across time points to extract plant height and Normalized Difference Vegetation Index with minimal additional annotation, facilitating efficient temporal phenotyping. By combining modular design, reproducibility, and geospatial precision, MatchPlant offers a scalable framework for UAV-based plant-level analysis with broad applicability in agricultural and environmental monitoring.
Why it matches plant phenotyping methodsUAV画像から個体検出・地理空間的形質抽出を行うオープンソース基盤の開発と性能検証が中心であり、植物形質(草丈・NDVI)を抽出する再利用可能なワークフローを提供している。
abstractThis study presents MatchPlant, a modular, graphical user interface-supported, open-source Python pipeline for UAV-based single-plant detection and geospatial trait extraction.
Reproduction assets foundThe paper's MatchPlant pipeline code is publicly available on GitHub, and the maize case study training dataset and pre-trained model are publicly available on Zenodo.Dataset · publicinistration, Funding acquisition.
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 public datasets supporting the case study are available on Zenodo at https://doi.org/10.5281/zenodo.14856123 (accessed on February 14, 2025). The source code and documentation for MatchPlant are available on GitHub at https://github.com/JacobWashburn-USDA/MatchPlant (accessed on February 14, 2025).
Acknowledgments
This research was supported in part by an appointment to the Agricultural Research Service (ARS) Research Participation PrOpen asset ↗Zenodo · 10.5281/zenodo.14856123lines:169-250Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
RiceFlowerObject detectionGrowth / time-series analysisGrowth / development / phenology
Flower opening time (FOT) is a key trait for successful reproduction and reproductive isolation. In crop science, FOT is critical for stress avoidance and efficient breeding practices. This study developed a system for the automatic detection of rice flower openings and FOT estimation by integrating a low-cost time-lapse camera with machine learning technology. This approach enabled high-resolution monitoring of flowering dynamics in two cultivars: the japonica cultivar Taichung 65 (T65) and the indica cultivar IR24. The system accurately identified regions containing open flowers, and the estimated FOTs varied within a 3-h range, with a root mean square error of approximately 30 min compared to manual detection. A significant difference in estimated FOTs between IR24 and T65 demonstrated the system's potential for genetic screening applications. FOT of both cultivars exhibited a significant negative correlation with daily mean temperature. Notably, a temperature-sensitive period was identified in the morning, suggesting that temperature influences not only flower opening but also preceding physiological processes such as panicle and spikelet development. This study presents a novel approach to investigating FOT dynamics in rice and provides insights into the interaction between environmental factors and internal regulatory mechanisms governing this critical reproductive trait.
Why it matches plant phenotyping methods低コストタイムラプスカメラと機械学習によるイネの開花時刻という植物形質の自動検出・推定システムを開発し、手動検出との誤差で検証しているため、方法が中心的です。
abstractThis study developed a system for the automatic detection of rice flower openings and FOT estimation by integrating a low-cost time-lapse camera with machine learning technology.
Reproduction assets foundThe authors explicitly state that the Python scripts, training dataset (annotated time-lapse rice flower images), and trained YOLOX model used for flower-opening detection are publicly available on their GitHub repository (mwbotan/FLpanicle). This is a paper-specific, public, actionable asset directly reproducing the FCode · publicThe Python scripts, training dataset, and trained model used in this analysis are available on GitHub ( https://github.com/mwbotan/FLpanicle ).Open asset ↗mwbotan/FLpaniclelines:73-84Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
The major challenges that the agricultural sector faces are that with the kind of methodologies that exist, gross limitations may occur to the exact diagnosis of crop diseases. They are unable to achieve correct precision in disease classification, relatively lower accuracy, and delayed response time—all these obstacles result in a deficiency in effectual disease management and control. Our research proposes a new framework instigated and developed to improve crop disease detection and classification by multifaceted analysis. In the core of our methodology is the implementation of adaptive anisotropic diffusion for the denoising of obtained agro images, therefore making it a step towards assurance in data quality. Along with this is the use of a Fuzzy U-Net++ model for image segmentation, whereby fuzzy decisions in generously instill an increase in performance for image segmentation. Feature selection itself is innovated by the introduction of the Moving Gorilla Remora Algorithm (MGRA) combined with convolutional operations, setting a new benchmark in the selection of optimal features pertaining to disease identification operations. To further refine this model, classification is adeptly handled by a process inspired by the LeNet architecture, significantly improving identification against various diseases. Our approach’s performance is therefore strongly assessed through a number of renowned datasets, such as PlantVillage and PlantDoc, on which test metrics show superior performance: 8.5% improvement in disease classification precision, 8.3% higher accuracy, 9.4% improved recall, with a reduction in time delay by 4.5%, area under the curve (AUC) increasing by 5.9%, a 6.5% improvement in specificity, far ahead of other methods. This work not only sets new standards in crop disease analysis but also opens possibilities for the preemptive measures to come in agricultural health, promising a future where crop management is more effective and efficient. Our results thus have implications that reach beyond the immediate benefits accruable from improved diagnosis of diseases. It is a harbinger of a new era in agricultural technology where precision, accuracy, and timeliness will meet to enhance crop resilience and yield.
Why it matches plant phenotyping methods植物画像から病害症状をセグメンテーション・分類する計算手法が研究の中心であり、PlantVillageおよびPlantDocで性能評価も行っているため、植物フェノタイピング手法として採用。
abstractOur research proposes a new framework instigated and developed to improve crop disease detection and classification by multifaceted analysis.
Reproduction assets foundThe paper evaluates its crop disease diagnosis model on the public PlantVillage and PlantDoc image datasets, with explicit Data Availability statements providing GitHub URLs matching the allowed list. These are paper-specific phenotype/image inputs used directly for the study's measurements. The supplemental Code/DatadDataset · publicThe PlantVillage dataset is available at GitHub: https://github.com/spMohanty/PlantVillage-Dataset/tree/master/raw/color .Open asset ↗PlantVillage-Dataset · PlantVillagelines:528-548Dataset · publicThe PlantDoc dataset is available at GitHub: https://github.com/pratikkayal/PlantDoc-Dataset .Open asset ↗PlantDoc-Dataset · PlantDoclines:528-548Code / dataset availability confirmedOpenAlex · checked 6 Sept 2026
Rice panicle detection is a key technology for improving rice yield and agricultural management levels. Traditional manual counting methods are labor-intensive and inefficient, making them unsuitable for large-scale farmlands. This paper proposes FRPNet, a novel lightweight convolutional neural network optimized for multi-altitude rice panicle detection in UAV images. The architecture integrates three core innovations: a CSP-ScConv backbone with self-calibrating convolutions for efficient multi-scale feature extraction; a Feature Pyramid Shared Convolution (FPSC) module that replaces pooling with multi-branch dilated convolutions to preserve fine-grained spatial information; and a Dynamic Bidirectional Feature Pyramid Network (DynamicBiFPN) employing input-adaptive kernels to optimize cross-scale feature fusion. The model was trained and evaluated on the open-access Dense Rice Panicle Detection (DRPD) dataset, which comprises UAV images captured at 7 m, 12 m, and 20 m altitudes. Experimental results demonstrate that our method significantly outperforms existing advanced models, achieving an AP50 of 0.8931 and an F2 score of 0.8377 on the test set. While ensuring model accuracy, the parameters of the proposed model decreased by 42.87% and the GFLOPs by 48.95% compared to Panicle-AI. Grad-CAM visualizations reveal that FRPNet exhibits superior background noise suppression in 20 m altitude images compared to mainstream models. This work establishes an accuracy-efficiency balanced solution for UAV-based field phenotyping.
Why it matches plant phenotyping methodsUAV画像からイネ穂の検出・計数という植物形質を抽出する軽量深層学習手法を開発し、公開データセットで評価しており、表現型取得手法が中心である。
abstractThis paper proposes FRPNet, a novel lightweight convolutional neural network optimized for multi-altitude rice panicle detection in UAV images.
Reproduction assets foundThe paper states its data (the DRPD rice panicle UAV dataset used for training/evaluation) is publicly available via a GitHub release URL, which matches an allowed URL.Dataset · publicData Availability Statement: Data is available at https://github.com/changcaiyang/Panicle-AI/
releases/tag/v1.0.Open asset ↗Panicle-AI · v1.0pdf-page:22 lines:1-59Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 6 Sept 2026
BACKGROUND: Plant phenotyping has become increasingly important for advancing plant science, agriculture, and biotechnology. Classic manual methods are labor-intensive and time-consuming, while existing computational tools often require advanced coding skills, high-performance hardware, or PC-based environments, making them inaccessible to non-experts, to resource-constrained users, and to field technicians. RESULTS: To respond to these challenges, we introduce OpenPheno, an open-access, user-friendly, and smartphone-based platform encapsulated within a WeChat Mini-Program for instant plant phenotyping. The platform is designed for ease of use, enabling users to phenotype plant traits quickly and efficiently with only a smartphone at hand. We currently instantiate the use of the platform with tools such as SeedPheno, WheatHeadPheno, LeafAnglePheno, SpikeletPheno, CanopyPheno, TomatoPheno, and CornPheno; each offering specific functionalities such as seed size and count analysis, wheat head detection, leaf angle measurement, spikelet counting, canopy structure analysis, and tomato fruit measurement. In particular, OpenPheno allows developers to contribute new algorithmic tools, further expanding its capabilities to continuously facilitate the plant phenotyping community. CONCLUSIONS: By leveraging cloud computing and a widely accessible interface, OpenPheno democratizes plant phenotyping, making advanced tools available to a broader audience, including plant scientists, breeders, and even amateurs. It can function as a role in AI-driven breeding by providing the necessary data for genotype-phenotype analysis, thereby accelerating breeding programs. Its integration with smartphones also positions OpenPheno as a powerful tool in the growing field of mobile-based agricultural technologies, paving the way for more efficient, scalable, and accessible agricultural research and breeding.
Why it matches plant phenotyping methodsスマートフォンで植物形質を取得・解析するソフトウェアプラットフォームの開発が中心であり、複数の具体的な表現型解析ツールを提供している。
abstractwe introduce OpenPheno, an open-access, user-friendly, and smartphone-based platform encapsulated within a WeChat Mini-Program for instant plant phenotyping.
Reproduction assets foundThe paper's authors publicly release the OpenPheno platform code (GitHub repository) and the evaluation sample data used for algorithm validation and demonstration (dataset subdirectory). Both are paper-specific, public, and actionable.Dataset · publicEvaluation sample data used for algorithm validation and demonstration has been made publicly available at out GitHub repository: https://github.com/openpheno/OpenPheno/tree/main/dataset .Open asset ↗openpheno/OpenPheno · tree/main/datasetlines:171-191Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published31 May 2025International Journal for Research in Applied Science and Engineering TechnologyCited by 0 · OpenAlex ↗
Plant diseases threaten global food security and cause significant financial losses in agriculture. Early detection and precise diagnosis are critical for effective disease management. This study explores a novel approach to plant disease identification using the You Only Look Once (YOLOv12) algorithm combined with few-shot learning techniques. By leveraging a limited dataset, the model is trained to classify citrus plant leaf images into four categories: healthy, greening, black spot, and canker. The proposed system enhances disease detection efficiency, enabling farmers to take timely preventive measures. Our approach demonstrates the potential of few-shot learning in agricultural disease diagnosis, reducing the need for extensive labeled datasets while maintaining high accuracy.
Why it matches plant phenotyping methods柑橘葉画像から健全・greening・黒点病・かんきつかいよう病を分類するYOLOv12とfew-shot learning手法が研究の中心であり、植物病害状態の画像ベース推定に該当する。
abstractThis study explores a novel approach to plant disease identification using the You Only Look Once (YOLOv12) algorithm combined with few-shot learning techniques.
Reproduction assets foundThe paper's phenotyping inputs consist of the public PlantVillage leaf-image dataset (54,000+ images, 38 classes), explicitly named as the data used for the authors' few-shot disease-classification experiments. No author code, models, or supplementary deposits are mentioned, and no dataset URL is provided in the text,故Dataset · publicThe
study utilized the PlantVillage dataset, a publicly available collection of over 54,000 images of both healthy and diseased plant
leaves across 38 different classes, representing 14 species of crops.Open asset ↗PlantVillagepdf-page:11 lines:1-57Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Accurate diagnosis of apple diseases is vital for tree health, yield improvement, and minimizing economic losses. This study introduces a deep learning-based model to tackle issues like limited datasets, small sample sizes, and low recognition accuracy in detecting apple leaf diseases. The approach begins with enhancing the CycleGAN-M network using a multi-scale attention mechanism to generate synthetic samples, improving model robustness and generalization by mitigating imbalances in disease-type representation. Next, an improved YOLOv8s-KEF model is introduced to overcome limitations in feature extraction, particularly for small lesions and complex textures in natural environments. The model's backbone replaces the standard C2f structure with C2f-KanConv, significantly enhancing disease recognition capabilities. Additionally, we optimize the detection head with Efficient Multi-Scale Convolution (EMS-Conv), improving the model's ability to detect small targets while maintaining robustness and generalization across diverse disease types and conditions. Incorporating Focal-EIoU further reduces missed and false detections, enhancing overall accuracy. The experiment results demonstrate that the YOLOv8s-KEF model achieves 95.0% in accuracy, 93.1% in recall, 95.8% in precision, and an F1-score of 94.5%. Compared to the original YOLOv8s model, the proposed model improves accuracy by 7.2%, precision by 6.5%, and F1-score by 5.0%, with only a modest 6MB increase in model size. Furthermore, compared to Faster RCNN, ResNet50, SSD, YOLOv3-tiny, YOLOv6, YOLOv9s, and YOLOv10m, our model demonstrates substantial improvements, with up to 30.2% higher precision and 18.0% greater accuracy. This study used CycleGAN-M and YOLOv8s-KEF methods to enhance the detection capability of apple leaf diseases.
Why it matches plant phenotyping methodsリンゴ葉の病斑・病害を画像から検出する深層学習モデルの改良と性能比較が研究の中心であり、植物の病害状態を直接推定するフェノタイピング手法に該当する。
abstractThis study introduces a deep learning-based model to tackle issues like limited datasets, small sample sizes, and low recognition accuracy in detecting apple leaf diseases.
Reproduction assets foundThe paper's Data Availability statement explicitly deposits a portion of the apple leaf disease dataset and source code in a public GitHub repository, which directly supports this paper's CycleGAN-M augmentation and YOLOv8s-KEF detection experiments.Code · publicA portion of the dataset and source code is available on GitHub at https://github.com/Lijun-Gao/Apple-Leaf-Disease-Detection .Open asset ↗https://github.com/Lijun-Gao/Apple-Leaf-Disease-Detection · Lijun-Gao/Apple-Leaf-Disease-Detectionlines:158-169Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Plant diseases pose significant challenges to farmers and the agricultural sector at large. However, early detection of plant diseases is crucial to mitigating their effects and preventing widespread damage, as outbreaks can severely impact the productivity and quality of crops. With advancements in technology, there are increasing opportunities for automating the monitoring and detection of disease outbreaks in plants. This study proposed a system designed to identify and monitor plant diseases using a transfer learning approach. Specifically, the study utilizes YOLOv7 and YOLOv8, two state-of-the-art models in the field of object detection. By fine-tuning these models on a dataset of plant leaf images, the system is able to accurately detect the presence of Bacteria, Fungi and Viral diseases such as Powdery Mildew, Angular Leaf Spot, Early blight and Tomato mosaic virus. The model's performance was evaluated using several metrics, including mean Average Precision (mAP), F1-score, Precision, and Recall, yielding values of 91.05, 89.40, 91.22, and 87.66, respectively. The result demonstrates the superior effectiveness and efficiency of YOLOv8 compared to other object detection methods, highlighting its potential for use in modern agricultural practices. The approach provides a scalable, automated solution for early any plant disease detection, contributing to enhanced crop yield, reduced reliance on manual monitoring, and supporting sustainable agricultural practices.
Why it matches plant phenotyping methods植物葉画像から病害の有無・種類を推定する画像ベースの病害表現型計測法をYOLOモデルで開発・評価しており、手法が研究の中心です。
abstractThis study proposed a system designed to identify and monitor plant diseases using a transfer learning approach.
Reproduction assets foundThe paper's Data Availability statement provides a public Google Drive link to the study data and a public GitHub repository, and the study's input images come from the public Roboflow 'Detecting Diseases' dataset. These are paper-specific, publicly accessible assets supporting the plant disease detection experiments.Dataset · publicone who inspired our work.
Author contributions
BSM: conceptualization and drafting, HSN: data collection and analysis. MNW: Methodology and review. NOF: Drafting and interpretation. CCZ: Writing and method. HDA: writing and Data Collection; EMO: Drafting, Supervision and Editing.
Data availability
The data can be accessed via: https://drive.google.com/file/d/1kA_JWhHQhyzzuzlpzppK2nNTtbiR2N77/view . https://github.com/Sachinthana-Lokuyaddage/Plant_Disease_Detection_Using_Transfer_Learning_with_ResNet50 .
Declarations
Competing interests
The authors declare no competing interests.
Consent to participate
All authors consent to participate.
Footnotes
Publisher’s note
Springer Nature remains neuOpen asset ↗lines:209-247Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Given the complexity of crop growth environments in nature, where leaf backgrounds often include soil, weeds, and other plants, along with variable lighting conditions, and considering the small size of leaf spots and the wide variety of crop diseases with significant scale differences, this paper proposes a new BGM-YOLO model structure aimed at improving accuracy and inference speed. First, the GSBottleneck module is utilized to enhance the C2f module of the YOLOv8n model, leading to the introduction of the GSC2f module, which reduces computational costs and increases inference efficiency. Next, the model incorporates a multiscale bitemporal fusion module (BFM) to increase the effectiveness and robustness of feature fusion across different levels. Finally, we developed a median-enhanced spatial and channel attention block (MECS) that combines both channel and spatial attention mechanisms, effectively improving the capture and fusion of small-scale features. The experimental results demonstrate that the BGM-YOLO model achieves a 3.9% improvement in the mean average precision (mAP) over the original model. In crop disease detection tasks, the BGM-YOLO model has higher detection accuracy and a lower false negative rate, confirming its practical value in complex application scenarios.
Why it matches plant phenotyping methods植物の病斑・病害状態を画像から検出するYOLOベース手法を開発し、精度と推論速度を評価しており、植物病害フェノタイピング手法が中心です。
abstractthis paper proposes a new BGM-YOLO model structure aimed at improving accuracy and inference speed.
Reproduction assets foundThe paper's Data Availability statement deposits the quantitative data files underlying the plant disease detection experiments in Figshare, providing a direct public URL (DOI). No separate author analysis code or trained model checkpoint is explicitly deposited in the supplied blocks.Dataset · publicly-suppressed no pmc-prop-has-pdf yes pmc-prop-has-supplement yes pmc-prop-pdf-only no pmc-prop-suppress-copyright no 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 Quantitative data files are available from the Figshare database (via: https://doi.org/10.6084/m9.figshare.28612433 ).
Data Availability
Quantitative data files are available from the Figshare database (via: https://doi.org/10.6084/m9.figshare.28612433 ).
1 IntroductionOpen asset ↗Figshare · 10.6084/m9.figshare.28612433lines:1-42Code / dataset availability confirmedCrossref · Europe PMC · checked 14 Sept 2026
ABSTRACT Stomatal anatomy and physiology define CO 2 availability for photosynthesis and regulate plant water use. Despite being key drivers of yield and dynamic responsiveness to abiotic stresses, conventional measurement techniques of stomatal traits are laborious and slow, limiting adoption in plant breeding. Advances in instrumentation and data analyses present an opportunity to screen stomatal traits at scales relevant to plant breeding. We present a high‐throughput robust field‐based phenotyping approach, FieldDino, for screening stomatal physiology and anatomy. The method allows measurements to be collected in p @0.5 of 97.1% for stomatal detection. When validated in large field trials of 200 wheat genotypes under two irrigation treatments, FieldDino captured wide diversity in stomatal traits. FieldDino enables stomatal data collection and analysis at unprecedented scales in the field. This will advance research on stomatal biology and accelerate the incorporation of stomatal traits into plant breeding programs for resilience to abiotic stress.
Why it matches plant phenotyping methodsFieldDinoは、圃場で気孔の生理・解剖形質を高スループットに取得するフェノタイピング手法として開発され、大規模圃場試験で検証されているため含める。
abstractWe present a high‐throughput robust field‐based phenotyping approach, FieldDino, for screening stomatal physiology and anatomy.
Reproduction assets foundThe paper's Data Availability Statement explicitly points to a public GitHub repository containing the 3D-printed leaf clip STL files, the Python stomatal annotation/measurement script, and the FieldDino app, plus a public Roboflow dataset hosting the training/validation stomatal image set used to train the YOLOv8-M模型.Code · publicrse.roboflow.com/narrabri-plant-physiology-hclvi/fielddino-training-set-200x . As outlined, all files for the 3D printed leaf clip, the Python script for stomatal annotation and the files and instructions for installing and using the FieldDino App are provided in a public GitHub repository which guides users through each step – https://github.com/williamtsalter/FieldDinoMicroscopy . Validation datasets for the method are available on Roboflow – https://universe.roboflow.com/narrabri-plant-physiology-hclvi/fielddino-training-set-200x .
References
Baloch , M. J.
,
J.
Dunwell
,
K.
DrN
, et al. 2013 . “
Morpho‐Physiological Characterization of Spring Wheat Genotypes Under Drought Stress
.” InterOpen asset ↗williamtsalter/FieldDinoMicroscopylines:337-498Dataset · publicResearch Infrastructure Strategy (NCRIS). Open access publishing facilitated by The University of Sydney, as part of the Wiley ‐ The University of Sydney agreement via the Council of Australian University Librarians.
Data Availability Statement
The data that support the findings of this study are openly available in Roboflow at https://universe.roboflow.com/narrabri-plant-physiology-hclvi/fielddino-training-set-200x . As outlined, all files for the 3D printed leaf clip, the Python script for stomatal annotation and the files and instructions for installing and using the FieldDino App are provided in a public GitHub repository which guides users through each step – https://github.com/williamtOpen asset ↗narrabri-plant-physiology-hclvi/fielddino-training-set-200xlines:337-498Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Characterizing patterns of trait variation across widespread species is a fundamental goal of natural history. Here we create a pipeline to analyze a large community science dataset and test hypothesized flower color divergence across the range of a widespread wildflower. Monarda fistulosa is a North American perennial that produces showy lavender inflorescences. Although previous literature suggests that the flowers of western M. fistulosa might display a deeper purple color than the eastern varieties, this divergence has not been assessed at scale. We process over 40,000 community science photographs of M. fistulosa to identify flowers and extract color. We demonstrate that the flowers of the montane western variety have lower lightness and higher chroma, corresponding to a deeper violet color, than those of eastern M. fistulosa . Our approach and validation provides a scalable framework for phenotyping community science images and enables analysis of geographic color variation in other widespread species.
Why it matches plant phenotyping methods市民科学画像から花を同定し、花色を抽出・検証するスケーラブルな表現型解析パイプラインが研究の中心であり、植物器官の形質を直接推定している。
abstractWe process over 40,000 community science photographs of M. fistulosa to identify flowers and extract color.
Reproduction assets foundThe paper's flower-color phenotyping pipeline has explicit public availability statements: the analysis code and produced datasets are on the authors' GitHub repository, the trained Roboflow segmentation model is publicly hosted, and the source iNaturalist/GBIF observation-image export is archived with a DOI. All are直接Code · publicAll code required for the analysis (referenced with brackets in text above), as well as datasets produced by the analysis, are available at: https://github.com/pmckenz1/monarda_fistulosa_colorOpen asset ↗pmckenz1/monarda_fistulosa_colorlines:147-182Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
MaizeSeed / grainObject detectionGrowth / development / phenology
The germination potential of corn seeds, a key index for assessing their quality and directly associated with the ultimate corn yield, is currently defined in a way that cannot effectively portray the seed germination rate, and the prevalent measurement methods are traditional, consuming substantial process resources. To tackle these issues, this paper employs a public corn seed germination dataset, adds noise to it to simulate real - world production conditions, and ultimately acquires a dataset comprising 8148 images. It then proposes an enhanced YOLOv8 target detection model, EBS - YOLOv8, for detecting corn seed germination. Specifically, the ECA lightweight attention mechanism is introduced to decrease small - target feature loss, assist in accurate target recognition, and remove redundant features; simultaneously, the P2BiFPN multiscale feature fusion technique is utilized to boost the detection ability for small targets; furthermore, the ScConv convolution is adopted to enhance the feature - extraction capacity and improve detection accuracy. Combined with the improved model, this paper also proposed a mathematical modeling algorithmnew method for measuring seed germination potential and observing seed germination rate. The results indicate that the proposed model attains a mean average precision at 50% Intersection over Union (mAP50) value of 98.9%, a mean average precision in the range of 50% - 95% Intersection over Union (mAP50 - 95) value of 95.8%, an accuracy of 96.7%, and a recall of 96.3%. In comparison with the original model, the mAP50 has increased by 0.9% and the mAP50 - 95 value has witnessed a 3.7% increment. The experiments have demonstrated that the research method for germination potential put forward in this paper can effectively depict the rate variation of seeds during the germination process, thus offering a novel perspective for future research on seed germination potential.
Why it matches plant phenotyping methodsトウモロコシ種子の発芽状態・発芽率を画像から検出・定量する改良YOLOv8モデルと数理測定法を開発し、データセット上で性能検証しているため、植物フェノタイピング手法が中心である。
abstractIt then proposes an enhanced YOLOv8 target detection model, EBS - YOLOv8, for detecting corn seed germination.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset used in this experiment can be accessed at ‘ http://dx.doi.org/10.17332/4wkt6thgp6.2 ’.Open asset ↗10.17332/4wkt6thgp6.2lines:333-347Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Despite the significant progress in deep learning-based object detection, existing models struggle to perform optimally in complex agricultural environments. To address these challenges, this study introduces YOLO-Pepper, an enhanced model designed specifically for greenhouse pepper disease and pest detection, overcoming three key obstacles: small target recognition, multi-scale feature extraction under occlusion, and real-time processing demands. Built upon YOLOv10n, YOLO-Pepper incorporates four major innovations: (1) an Adaptive Multi-Scale Feature Extraction (AMSFE) module that improves feature capture through multi-branch convolutions; (2) a Dynamic Feature Pyramid Network (DFPN) enabling context-aware feature fusion; (3) a specialized Small Detection Head (SDH) tailored for minute targets; and (4) an Inner-CIoU loss function that enhances localization accuracy by 18% compared to standard CIoU. Evaluated on a diverse dataset of 8046 annotated images, YOLO-Pepper achieves state-of-the-art performance, with 94.26% mAP@0.5 at 115.26 FPS, marking an 11.88 percentage point improvement over YOLOv10n (82.38% mAP@0.5) while maintaining a lightweight structure (2.51 M parameters, 5.15 MB model size) optimized for edge deployment. Comparative experiments highlight YOLO-Pepper's superiority over nine benchmark models, particularly in detecting small and occluded targets. By addressing computational inefficiencies and refining small object detection capabilities, YOLO-Pepper provides robust technical support for intelligent agricultural monitoring systems, making it a highly effective tool for early disease detection and integrated pest management in commercial greenhouse operations.
Why it matches plant phenotyping methodsコショウの病害を画像から検出する深層学習手法を開発し、注釈画像データセットと複数モデルで性能比較・検証しており、植物の病害状態の取得方法が中心です。害虫検出も含みますが、病害検出の技術的貢献が明確なため採用します。
abstractthis study introduces YOLO-Pepper, an enhanced model designed specifically for greenhouse pepper disease and pest detection
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe data can be accessed at https://data.mendeley.com/datasets/ disease? Adv Multimed. 2018;2018:6710865.Open asset ↗pdf-page:17 lines:1-54Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
Chloroplast density in cells varies among different types of cells and plants. In current single-cell spatiotemporal analysis, the automatic detection and quantification of chloroplasts at the single-cell level is crucial. We developed DeepD&Cchl (Deep-learning-based Detecting-and-Counting-chloroplasts), an AI tool for single-cell chloroplast detection and cell-type clustering. It utilizes You-Only-Look-Once (YOLO), a real-time detection algorithm, for accurate and efficient performance. DeepD&Cchl has been proved to identify chloroplasts in plant cells across various imaging types, including light microscopy, electron microscopy, and fluorescence microscopy. Integrated with an Intersection Over Union (IOU) module, DeepD&Cchl precisely counts chloroplasts in single- or multi-layered images, while eliminating double-counting errors. Furthermore, when combined with Cellpose, a single-cell segmentation tool, DeepD&Cchl enhances its effectiveness at the single-cell level. By counting chloroplasts within individual cells, it supports cell-type-specific clustering based on chloroplast number versus cell size, offering valuable morphological insights for single-cell studies. In summary, DeepD&Cchl is a significant advancement in plant cell analysis. It offers accuracy and efficiency in chloroplast identification, counting and cell-type classification, providing a useful tool for plant research.
Why it matches plant phenotyping methods植物細胞画像から葉緑体を検出・計数し、細胞型をクラスタリングするAIツールの開発が中心であり、植物の形態的状態を定量化するフェノタイピング手法に該当する。
abstractWe developed DeepD&Cchl (Deep-learning-based Detecting-and-Counting-chloroplasts), an AI tool for single-cell chloroplast detection and cell-type clustering.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe raw dataset, as well as the scripts for the DeepD&Cchl model training and 17application macro, were shared on GitHub https://github.com/Shaokai9/AI4LifeScience_ECNU/tree/main/Deep%20subcellular%20detection .Open asset ↗Shaokai9/AI4LifeScience_ECNUlines:400-410Code / dataset availability confirmedEurope PMC · Crossref · checked 6 Sept 2026
Abstract Agricultural productivity is a crucial determinant of economic stability. Within the agricultural sector, particularly in tomato production, the impact of plant diseases and pests poses a significant challenge. Detecting the severity of disorders in tomato plants is essential for addressing these challenges. Achieving accurate and rapid detection is imperative for developing early treatment strategies, ultimately minimizing economic losses. While various researchers have explored solutions using convolutional neural network (CNN) models to identify and classify disease severity in tomatoes, the limited availability of training data has led to overfitting issues and inter-class similarity, resulting in suboptimal performance measures. To address the overfitting problem arising from insufficient data, this research proposes a deep transfer-based framework. Three CNN models i.e., AlexNet, SqueezeNet, and InceptionV3 are employed to classify disease severity in tomato plants, specifically targeting tomato late blight, tomato early blight, tomato leaf mold, tomato bacteria spot, and healthy tomato leaves using the PlantVillage dataset. The study incorporates a weighted-cluster loss function to mitigate inter-class similarities. Computational accuracy serves as the performance metric. Following experimentation, InceptionV3 demonstrated the highest classification accuracy at 93.66%, surpassing AlexNet (83.03%) and SqueezeNet (80.09%). Consequently, the proposed system functions as a decision support tool for farmers, aiding in the identification of disorder severity in tomato plant leaves.
Why it matches plant phenotyping methodsトマト葉の病害重症度という植物状態をCNNで画像分類し、重み付きクラスタ損失と複数モデル比較を中心的に評価しているため、植物フェノタイピング手法として採用。
abstractthis research proposes a deep transfer-based framework
Reproduction assets foundThe paper's tomato disorder severity classification experiments were performed on the publicly available PlantVillage Tomato Leaf Disease dataset, which the authors state is maintained on Kaggle and originally sourced from the PlantVillage project. No author analysis code, trained model checkpoints, or other paper-phenDataset · publicThe dataset used in this study is publicly available and was obtained from the PlantVillage Tomato Leaf Disease
dataset. The dataset contains images of healthy and diseased tomato plant leaves, categorized into multiple
disease classes. It is maintained on Kaggle and originally sourced from the PlantVillage project.Open asset ↗Kagglepdf-page:15 lines:1-40Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
The real-time monitoring and counting of maize seed germination at seedling stage is of great significance for seed quality detection, field management and yield estimation. Traditional manual monitoring and counting is very time-consuming, cumbersome and error-prone. In order to quickly and accurately identify and count maize seedlings in a complex field environment, this study proposes an end-to-end maize seedling plant detection model H-RT-DETR (Hierarchical-Real-Time DEtection TRansformer) based on hierarchical feature extraction and RT-DETR (Real-Time DEtection TRansformer). H-RT-DETR uses Hierarchical Feature Representation and Efficient Self-Attention as the backbone network for feature extraction, thereby improving the network's ability to extract features of maize seedling stage in UAV remote sensing images. Through experiments on the UAV remote sensing data set of maize seedling stage, the mean Average Precision mAP0.5-0.95, mAP0.5 and mAP0.75 of the improved H-RT-DETR model reached 51.2%, 94.7% and 48.1%, respectively, and the Average Recall (AR) reached 68.5%. In order to verify the efficiency of the proposed method, H-RT-DETR is compared with the widely used and advanced target recognition methods. The results show that the detection accuracy of H-RT-DETR is better than that of the comparison methods. In terms of detection speed, the H-RT-DETR model does not require Non-Maximum Suppression (NMS) post-processing operations, the Frames Per Second (FPS) on the test dataset reaches 84f/s, which is 19,12,11 and 21 higher than that of YOLOv5, YOLOv7, YOLOv8 and YOLOX, respectively, under the same hardware environment. This model can provide technical support for real-time detection of maize seedlings under UAV remote sensing images in terms of both detection accuracy and speed (see https://github.com/wylSUGAR/H-RT-DETR for model implementation and results).
Why it matches plant phenotyping methodsUAV画像からトウモロコシ幼苗を検出・計数する深層学習手法を開発し、既存手法と精度・速度を比較検証しているため、植物フェノタイピング手法が中心である。
abstractIn order to quickly and accurately identify and count maize seedlings in a complex field environment, this study proposes an end-to-end maize seedling plant detection model H-RT-DETR
Reproduction assets foundThe authors provide a public GitHub repository containing the H-RT-DETR model implementation and results for maize seedling detection in UAV images. The UAV image dataset itself is not stated as publicly available, and other linked repositories (labelme, YOLOv5, ultralytics) are generic third-party tools, not paper-Code · publicthe test dataset reaches 84f/s, which is 19,12,11 and 21 higher than that of YOLOv5, YOLOv7, YOLOv8 and YOLOX, respectively, under the same hardware environment. This model can provide technical support for real-time detection of maize seedlings under UAV remote sensing images in terms of both detection accuracy and speed (see https://github.com/wylSUGAR/H-RT-DETR for model implementation and results).
Keywords
Maize seedling stage UAV remote sensing RT-DETR Target recognition Real-time detection Plant counting the National Key Research and Development Program of China 2023YFD1900704 2023YFD1900704 pmc-status-qastatus 0 pmc-status-live yes pmc-status-embargo no pmc-status-released yes pmOpen asset ↗wylSUGAR/H-RT-DETRlines:1-26Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Background: Agriculture is very important for human existence since time immemorial. Approximately sixty percent of the world’s population is dependent on agriculture and its allied activities. Due to plant diseases every year farmers bear heavy economic loss which can be reduced by having an early detection system for plant disease. Conventional plant disease detection techniques are laborious and based on chemical and analytical testing. In this work, we suggest a deep learning method to precisely detect plant diseases by applying the VGG19 convolutional neural network. Methods: Modifications specifically designed for the classification of plant diseases were applied to the VGG19 model. By first freezing the bottom layers of the pre-trained VGG19 model-which had been trained on the ImageNet dataset-and then fine-tuning the upper layers to better fit the PlantVillage dataset, transfer learning was used. Resizing, standardization and data augmentation are a few of the image preprocessing approaches that were used to increase the variety of the dataset and boost model performance. The efficacy of the model was assessed through the use of metrics like F1-score, recall, accuracy and precision. Result: The constructed model performed well in the classification of plant diseases, with over 95% accuracy on the test set. The success of the model in generalizing across different plant disease categories was largely attributed to the application of transfer learning and data augmentation. The findings show that deep learning techniques-in particular, the use of VGG19-can significantly enhance agricultural practices and decision-making processes by helping to quickly and accurately identify plant illnesses. VGG9-based image processing offers an accurate and automated solution for plant disease identification, achieving 98% accuracy in classifying healthy and diseased leaves. By integrating mobile applications, drones and smart farming cameras, farmers can detect diseases early and take timely action, improving crop health and yield. Future advancements in dataset expansion and real-time processing will further enhance its effectiveness in precision agriculture.
Why it matches plant phenotyping methods植物葉の画像から病害状態を推定するVGG19ベースの画像解析手法を開発・評価しており、病害表現型の取得が中心です。
abstractIn this work, we suggest a deep learning method to precisely detect plant diseases by applying the VGG19 convolutional neural network.
Reproduction assets foundThe paper's plant disease detection experiments are performed entirely on the public PlantVillage leaf image dataset (14,103 images of apple, grape, potato, tomato used here), which is openly available via the Hughes & Salathé arXiv reference. No author-specific code, trained model, or supplement is disclosed.Dataset · publicWe have gathered plant images from an open-source
database named PlantVillage. The PlantVillage dataset
comprises 54,303 photos and 38 classes representing
14 distinct plant species, of which 12 are healthy and 26
are diseased (Hughes and Salathe, 2015).Open asset ↗PlantVillagepdf-raw-page:3 lines:1-58Code / dataset availability confirmedCrossref · Europe PMC · checked 14 Sept 2026
Leaf diseases in Zea mays crops have a significant impact on both the calibre and volume of maize yield, eventually impacting the market. Prior detection of the intensity of an infection would enable the efficient allocation of treatment resources and prevent the infection from spreading across the entire area. In this study, deep saliency map segmentation-based CNN is utilized for the detection, multi-class classification, and severity assessment of maize crop leaf diseases has been proposed. The proposed model involves seven different maize crop diseases such as Northern Leaf Blight Exserohilum turcicum , Eye Spot Oculimacula yallundae , Common Rust Puccinia sorghi , Goss’s Bacterial Wilt Clavibacter michiganensis subsp. nebraskensis , Downy Mildew Pseudoperonospora , Phaeosphaeria leaf spot Phaeosphaeria maydis , Gray Leaf Spot Cercospora zeae-maydis , and Healthy are selected from publicly available datasets obtained from PlantVillage. After the disease-affected regions are identified, the features are extracted by using the EffiecientNet-B7. To classify the maize infection, a hybrid harris hawks’ optimization (HHHO) is utilized for feature selection. Finally, from the optimized features obtained, classification and severity assessment are carried out with the help of Fuzzy SVM. Experimental analysis has been carried out to demonstrate the effectiveness of the proposed approach in detecting maize crop leaf diseases and assessing their severity. The proposed strategy was able to obtain an accuracy rate of around 99.47% on average. The work contributes to advancing automated disease diagnosis in agriculture, thereby supporting efforts for sustainable crop yield improvement and food security.
Why it matches plant phenotyping methodsトウモロコシ葉の病変領域を画像から分割し、病害分類と感染重症度を推定する手法が研究の中心であり、植物の病害状態を直接評価しているため。
abstractIn this study, deep saliency map segmentation-based CNN is utilized for the detection, multi-class classification, and severity assessment of maize crop leaf diseases has been proposed.
Reproduction assets foundThe paper's Data Availability statement lists four public image datasets used directly for its maize leaf disease classification and severity assessment experiments. No author analysis code or trained model checkpoints are disclosed.Dataset · publiccy needs to be improved by cascading various deep learning approaches with advanced fusion aware techniques.
Data Availability
The dataset utilized for this work was compiled from publicly available repository Kaggle as well as data extracted from published research articles. 1)Northan Leaf Blight 2)Common Rust 3)Grey Leaf Spot https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset 4)Eye spot 5)Goss’s bacterial wilt https://github.com/xtu502/maize-disease-identification 6)Downy mildew https://universe.roboflow.com/corn-leaf-disease/downy-mildew/dataset/1/download 7)Phaeosphaeria leaf spot https://www.kaggle.com/datasets/hamishcrazeai/maize-in-field-dataset
Funding Open asset ↗Kaggle · smaranjitghose/corn-or-maize-leaf-disease-datasetlines:860-878Dataset · publicilability
The dataset utilized for this work was compiled from publicly available repository Kaggle as well as data extracted from published research articles. 1)Northan Leaf Blight 2)Common Rust 3)Grey Leaf Spot https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset 4)Eye spot 5)Goss’s bacterial wilt https://github.com/xtu502/maize-disease-identification 6)Downy mildew https://universe.roboflow.com/corn-leaf-disease/downy-mildew/dataset/1/download 7)Phaeosphaeria leaf spot https://www.kaggle.com/datasets/hamishcrazeai/maize-in-field-dataset
Funding Statement
The author(s) received no specific funding for this work.
References
1. United Nations, Department of EconoOpen asset ↗GitHub · xtu502/maize-disease-identificationlines:860-878Dataset · publicy available repository Kaggle as well as data extracted from published research articles. 1)Northan Leaf Blight 2)Common Rust 3)Grey Leaf Spot https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset 4)Eye spot 5)Goss’s bacterial wilt https://github.com/xtu502/maize-disease-identification 6)Downy mildew https://universe.roboflow.com/corn-leaf-disease/downy-mildew/dataset/1/download 7)Phaeosphaeria leaf spot https://www.kaggle.com/datasets/hamishcrazeai/maize-in-field-dataset
Funding Statement
The author(s) received no specific funding for this work.
References
1. United Nations, Department of Economic and Social Affairs, Population Division. World population prospectOpen asset ↗corn-leaf-disease/downy-mildewlines:860-878Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
AvocadoStrawberryFruitClassificationObject detectionGrowth / development / phenology
This paper presents a novel and innovative 14,630 fruit images dataset, consisting of 1333 original images and the remaining augmented images for strawberry and avocado fruits. The dataset records the growth of strawberries and avocados in four different stages: unripe, partially ripe, ripe, and rotten. Though the fruit ripening process is commonly known, a lack of systematic datasets to show the fruit changing from an unripe state to a rotting state was prevalent for the two fruits in question. Over two months, the dataset was collected through rigorous tracking to effectively provide a measure of each of the fruits' conditions. The fruits were obtained from Mahabaleshwar farms in Maharashtra, India, as well as from local markets in Maharashtra and Pune. The fruits were monitored continuously from the time of harvesting, and all observed changes were carefully recorded. The uniqueness of this dataset is that it covers both strawberries and avocados, which have different patterns of ripening and are highly commercially valuable. The images were annotated using the online annotation tool - makesense.ai, with a total of 1499 bounding boxes for each fruit. By encompassing these two diverse fruit types, the dataset provides a valuable resource for researchers, agriculturalists, and food scientists to investigate and compare the ripening behaviours of different fruit species.
Why it matches plant phenotyping methodsイチゴとアボカドの果実画像を用いて、未熟から腐敗までの可視的な成熟・状態を体系的に記録し、注釈付きデータセットとして提供しているため、植物器官の状態を対象とする画像ベースのフェノタイピングデータセットに該当する。
abstractThis paper presents a novel and innovative 14,630 fruit images dataset, consisting of 1333 original images and the remaining augmented images for strawberry and avocado fruits.
Reproduction assets foundThe paper is a Data in Brief article describing a public Mendeley Data repository containing the authors' own fruit image dataset (14,630 strawberry/avocado images with YOLO bounding-box annotations across ripening stages), which directly constitutes the paper's phenotyping measurements. No analysis code or trained模型s是Dataset · publicset up using a white background for enabling consistent and uniform image acquisition..
Data source location
Dataset was collected from (i) Mahabaleshwar, Maharashtra, India; and (ii) Pune, Maharashtra, India.
Data accessibility
Repository name: mendeley.com
Data identification number: 10.17632/zysvgmxcyz.1
Direct URL to data: https://data.mendeley.com/datasets/zysvgmxcyz/1
Related research article
1.
Value of the Data
•
This dataset is a useful resource for machine learning solutions in fruit maturity detection and can contribute to the design of automated sorting and classification systems by ripeness stages.
•
Food processing companies and agricultural scientists may utilize this data to Open asset ↗10.17632/zysvgmxcyz.1lines:1-51Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
The spike number (SN) is an important trait that significantly impacts grain yield in wheat. Manual counting of SN is time-consuming, hindering large-scale breeding efforts. Hence, there is an urgent need to develop efficient and accurate methodologies for SN counting. A YOLOX algorithm was used to determine the optimal growth stage for developing wheat spike detection models among recombinant inbred lines (RILs) across Zhongmai 175 × Lunxuan 987 and a diverse panel of 166 cultivars. We subsequently increased the precision of spike identification by developing a new YOLOX-P algorithm that incorporates the convolutional block attention module and increasing the resolution of the input images. We also used these SN data to identify underlying loci in the Zhongmai 578 × Jimai 22 RIL population. The results revealed that the late grain-filling stage presented the highest precision among the SN detection models, with accuracies ranging from 91.8 to 95.02 %. The improved YOLOX-P algorithm demonstrated higher mean average precision scores (5.30-5.99 %) and F1 scores (0.06) than did the YOLOX algorithm when it was applied to the same subsets. Three new SN loci, namely, QSN . caas-4A2, QSN . caas-4D and QSN . caas-5B2 , were identified using the 50k SNP arrays. Two kompetitive allele-specific PCR markers linked with QSN . caas-4A2 and QSN . caas-5B2 were developed, and their genetic effects were validated in a diverse panel of 166 cultivars. These findings provide useful tools for high-throughput identification of SNs and novel loci in wheat.
Why it matches plant phenotyping methodsRGB画像とコンピュータビジョンによりコムギの穂数を自動推定する手法を開発・比較し、精度を評価しているため、植物フェノタイピング手法が中心である。
abstractHence, there is an urgent need to develop efficient and accurate methodologies for SN counting.
Reproduction assets foundThe paper publicly releases two paper-specific assets: (1) a wheat spike number image dataset (subsets CD&DD&XX) on GitHub, and (2) the YOLOX-P analysis code on Google Drive. Both have explicit availability statements with author-provided URLs.Dataset · publicThe image set for CD&DD&XX is publicly available on GitHub ( https://github.com/lileimax/YOLOXP-wheat-spike-identification ).Open asset ↗https://github.com/lileimax/YOLOXP-wheat-spike-identificationlines:223-246Code · publicThe code for YOLOX-P is publicly available on Google Drive ( https://drive.google.com/drive/folders/1urCDUdyrq14FuwG2I3YwCZraUGEEl_8X?usp=sharing ).Open asset ↗lines:247-250Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
Abstract There are some key problems faced in modern agriculture that IoT-based smart farming. These problems such shortage of water, plant diseases, and pest attacks. Thus, artificial intelligence (AI) technology cooperates with the Internet of Things (IoT) toward developing the agriculture use cases and transforming the agriculture industry into robustness and ecologically conscious. Various IoT smart agriculture techniques are escalated in this field to solve these challenges such as drop irrigation, plant diseases detection, and pest detection. Several agriculture devices were installed to perform these techniques on the agriculture field such as drones and robotics but in expense of their limitations. This paper proposes an AI-IoT smart agriculture pivot as a good candidate for the plant diseases detection and treatment without the limitations of both drones and robotics. Thus, it presents a new IoT system architecture and a hardware pilot based on the existing central pivot to develop deep learning (DL) models for plant diseases detection across multiple crops and controlling their actuators for the plant diseases treatment. For the plant diseases detection, the paper augments a dataset of 25,940 images to classify 11-classes of plant leaves using a pre-trained ResNet50 model, which scores the testing accuracy of 99.8%, compared to other traditional works. Experimentally, the F1-score, Recall, and Precision, for ResNet50 model were 99.91%, 99.92%, and 100%, respectively.
Why it matches plant phenotyping methods植物葉画像から病害状態を推定する深層学習モデルと、検出・処置用のIoTシステム/ハードウェアを中心的に開発・評価しているため、植物フェノタイピング手法として含める。
abstractit presents a new IoT system architecture and a hardware pilot based on the existing central pivot to develop deep learning (DL) models for plant diseases detection across multiple crops
Reproduction assets foundThe paper's plant-phenotyping measurements (ResNet50 training/validation/testing on 25,940 leaf images) are based on the public New Plant Diseases Dataset from Kaggle, explicitly stated by the authors. No author analysis code, trained model checkpoints, or supplementary data deposit is mentioned.Dataset · publicThe used dataset is available on the Kaggle repositoryOpen asset ↗Kagglepdf-page:7 lines:1-60Code / dataset availability confirmedCrossref · checked 14 Sept 2026
This paper introduces a novel fuzzy deep convolutional neural network architecture for cucumber plant disease detection, contributing to precision farming in Industry 5.0. The proposed architecture incorporates 40 convolutional layers, 4 pooling layers, 4 inverted bottleneck blocks, 4 bottleneck blocks, 5 fuzzy layers, and a fully connected layer designed to enhance accuracy and stability when analyzing remotely sensed data. The fuzzy optimistic formula is used for activation in four blocks, enabling effective information fusion. At the same time, the ReLU transfer function ensures robustness, mainly when dealing with noisy or incomplete image segments. Feature vector optimization is performed using a chaotic particle swarm algorithm, enhancing the model’s overall accuracy, reliability, and ease of implementation. The architecture achieves 98% classification accuracy, outperforming leading models like VGG-19, DarkNet-19, and ResNet-50. Moreover, the computational time per run (40–90 s) is significantly lower than these models, which use higher learnable parameters (5.7 million). The proposed approach is efficient and feasible, offering a more stable and accurate disease detection system while utilizing fewer resources. This work demonstrates the potential of AI-driven solutions in agriculture, particularly in improving disease detection and crop yield through advanced machine learning techniques.
Why it matches plant phenotyping methodsキュウリ植物の病害を画像から検出・分類する深層学習手法を開発・評価しており、感染植物の状態を推定する方法が研究の中心である。
abstractThis paper introduces a novel fuzzy deep convolutional neural network architecture for cucumber plant disease detection
Reproduction assets foundThe paper's cucumber leaf disease image dataset is publicly available on Kaggle (base dataset), though the authors note two additional classes are only available upon request. No author analysis code, trained models, or other paper-specific assets are disclosed.Dataset · publicdy was funded by the National Natural Science Foundation of China (nos. 71762010) and Hainan Provincial
Natural Science Foundation of China (nos. 621RC1059).
Data availability
We used Kaggle dataset for our experiments and additionally added two more classes, which are available upon request
from the corresponding author. Link: https://www.kaggle.com/datasets/kaushigihanml/cucumber-leaf-disease-dataset.Declarations
Ethics approval and consent to participate
There are no ethical implications regarding the public dataset.
Consent for publication
There are no ethical implications regarding the public dataset.
Competing interests
The authors declare no competing interests.
Received: 8 January 20Open asset ↗Kaggle · kaushigihanml/cucumber-leaf-disease-datasetpdf-raw-page:20 lines:1-44Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
Abstract The identification of plant diseases has become increasingly challenging due to the interference of complex backgrounds in images, which often hinders the accuracy of classification models. Recent studies have employed various Deep Learning (DL) techniques to overcome this issue, utilizing both publicly available and custom datasets. However, achieving high accuracy while managing background complexity remains a significant hurdle. This paper aims to address this challenge by introducing a two-step DL approach for plant disease classification. The approach begins with an enhanced Convolutional Neural Network (CNN), developed through a comparative analysis of several CNN architectures, including customized and cascaded versions of prominent DL models, achieving an accuracy of 93.3%. To further enhance accuracy, segmentation techniques such as DeepLabV3+, UNet, Iterative UNet, and UNet with Atrous Spatial Pyramid Pooling (ASPP) are integrated before applying customized CNN architectures. These segmentation methods effectively isolate diseased portions of leaf images, improving classification performance. The proposed methodology introduces model pruning to optimize performance and computational efficiency by removing redundant parameters and less significant features. The UNet with ASPP architecture, in combination with pruning strategies, significantly reduces time complexity and feature redundancy, leading to an impressive accuracy of 99.8%. This approach outperforms other existing models in terms of accuracy and efficiency. The model is trained on the Plant Village dataset, which includes 10 different diseases across plant species such as tomato, corn, and potato, offering a comprehensive solution for plant disease identification.
Why it matches plant phenotyping methods植物病葉画像から病変部を分離し、分類する深層学習手法の開発が中心であり、植物の病害状態を直接推定するため、方法論文として採用。
abstractThis paper aims to address this challenge by introducing a two-step DL approach for plant disease classification.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe manuscript data set can be freely downloaded from
https://www.tensorflow.org/datasets/catalog/plant_villageOpen asset ↗plant_villagepdf-page:33 lines:1-34Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published8 May 2025INTERNATIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENTCited by 0 · OpenAlex ↗
Abstract—The agricultural sector faces critical challenges due to plant diseases, leading to reduced crop yields, economic losses, and food insecurity. Traditional plant disease detection methods are based on manual inspection, which is time consuming, subjec- tive, and prone to errors. This research presents an AI-powered system that utilizes deep learning, specifically Convolutional Neural Networks (CNNs), for efficient disease identification. The model processes plant leaf images to extract key features, classify diseases, and provide real-time predictions. Integrated with a web-based application, the system allows farmers to upload images and receive instant diagnostic feedback and treatment recommendations. By automating the disease detection process, this system improves decision-making, reduces the reliance on ex- perts, and promotes sustainable farming practices. The proposed approach represents a significant advancement in smart farming, improving early disease identification, and reducing excessive use of pesticides. Index Terms—Agricultural Sector, Plant Diseases, Traditional Detection Methods, AI-Powered System, Deep Learning, Convo- lutional Neural Networks (CNNs), Disease Identification, Real- Time Predictions, Web-Based Application, Decision-Making, Sus- tainable Farming, Smart Farming.
Why it matches plant phenotyping methods植物葉画像から病害を識別する深層学習手法が研究の中心であり、植物の病害状態を画像から推定するフェノタイピング手法に該当します。
abstractThis research presents an AI-powered system that utilizes deep learning, specifically Convolutional Neural Networks (CNNs), for efficient disease identification.
Reproduction assets foundThe paper's plant disease image dataset is the publicly available PlantVillage dataset on Kaggle, explicitly named with URL. The authors' trained model and code are only available upon request, so they do not qualify as public assets.Dataset · publicThe dataset used for training and evaluating the model is
publicly available from the PlantVillage dataset on Kaggle:
https://www.kaggle.com/datasets/emmarex/plantdisease.Open asset ↗Kaggle · emmarex/plantdiseasepdf-page:5 lines:1-70Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
The rapid development of computer vision technology has provided new technical support for smart agriculture. Vegetable diseases represent a significant threat to agricultural production, with severity that cannot be ignored. However, through scientifically effective prevention and control measures, these negative impacts can be significantly mitigated. Intelligent disease detection systems, as advanced methods replacing traditional manual inspection, have become important means for developing smart agriculture and improving the efficiency of vegetable production management. Nevertheless, traditional manual detection is not only time-consuming and labor-intensive but also faces accuracy limitations, while existing computer vision detection methods still encounter a series of challenges when confronting complex backgrounds, diverse disease manifestations, and varying degrees of occlusion in real cultivation environments, including insufficient anti-interference capabilities, limited detection precision, and suboptimal real-time performance. This research addresses the practical challenges of limited data acquisition and sample scarcity for protected vegetable diseases by proposing an innovative strategy that implements differentiated data augmentation technique combinations for different categories of samples, significantly enhancing the model's resistance to environmental interference. Based on the integrated concepts of machine vision and deep learning, we developed a lightweight vegetable disease detection network named VegetableDet. This network innovatively combines Deformable Attention Transformer (DAT) with YOLOv8n backbone architecture, enhancing perception capabilities for long-range feature dependencies. Simultaneously, a Channel-Spatial Adaptive Attention Mechanism (CSAAM) is integrated into the Neck network, achieving precise localization and enhancement of key features. To address the issue of low model convergence efficiency, we further designed a hierarchical progressive transfer learning training strategy, effectively accelerating the model adaptation process and improving detection accuracy. Experimental evaluation demonstrates that on our custom comprehensive protected vegetable disease dataset, the VegetableDet model exhibits excellent performance in detecting 30 diseases and healthy samples across 5 vegetable types, with precision (P), recall (R), and average precision (AP) all exceeding 90%, and an overall mean Average Precision (mAP) reaching 94.31%. The model demonstrates powerful adaptability under complex environmental conditions, providing reliable technical support for real-time monitoring and precise prevention and control of protected vegetable diseases, with broad application prospects.
Why it matches plant phenotyping methods植物病害の症状を画像から検出・分類する軽量深層学習手法とデータセットを開発し、複雑環境で性能評価しており、植物状態の取得・推定が中心である。
abstractwe developed a lightweight vegetable disease detection network named VegetableDet.
Reproduction assets foundThe paper's Data Availability Statement points to a public GitHub repository containing part of the self-collected protected vegetable disease detection dataset (and code), with the complete dataset/code available on request from the corresponding author.Dataset · publicata Availability Statement
The data utilized in this paper is obtained through self‐gathering and is made publicly available (a part of it) to make the study reproducible. The datasets generated and analyzed during the current study are partly available in the github repository, accessible via the following persistent web link: https://github.com/tyuiouio/plant‐disease‐detection‐in‐real‐field . If you want to request the complete dataset and code, please email the corresponding author.
References
Attri, I.
, Awasthi L. K., and Sharma T. P.. 2025. “EQID: Entangled Quantum Image Descriptor an Approach for Early Plant Disease Detection.” Crop Protection
188: 107005.
Bao, W.
, Zhu Z., Hu G., ZhoOpen asset ↗tyuiouio/plant‐disease‐detection‐in‐real‐fieldlines:559-618Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Grana are fundamental structural units of the intricate chloroplast membrane network. Investigating their nanomorphology is essential for understanding photosynthetic efficiency regulation. Here, we present GRANA (Graphical Recognition and Analysis of Nanostructural Assemblies), an artificial intelligence-enhanced, user-friendly software tool that recognizes grana on thylakoid network electron micrographs and generates a complex set of their structural parameters. GRANA employs 3 artificial neural networks of different architectures and binds them in a 1-click workflow. Its output is designed to facilitate hybrid intelligence analysis, securing fast and reliable results from large datasets. The GRANA tool is over 100 times faster compared with currently used manual approaches. As a proof of concept, we have successfully applied GRANA software to diverse grana structures across different land plant species grown under various conditions, demonstrating the wide range of potential applications for our software. GRANA tool supports large-scale analysis of grana nanomorphological features, facilitating advancements in photosynthesis-oriented studies.
Why it matches plant phenotyping methods葉緑体グラナの電子顕微鏡画像から構造パラメータを自動抽出するソフトウェアの開発であり、植物形態形質の取得・解析法が中心。
abstractan artificial intelligence-enhanced, user-friendly software tool that recognizes grana on thylakoid network electron micrographs and generates a complex set of their structural parameters.
Reproduction assets foundThe paper's raw TEM images used for grana nanomorphology analysis are publicly deposited under DOI 10.58132/HTWCC1. The authors' analysis code (github.com/center4ml/GRANA) is mentioned but that URL is not among the allowed URLs, so it cannot be listed.Dataset · publicRaw TEM data used for results in the manuscript are available at https://doi.org/10.58132/HTWCC1 .Open asset ↗10.58132/HTWCC1lines:184-235Code / dataset availability confirmedCrossref · Europe PMC · checked 14 Sept 2026
Plants adapt seed traits in response to different environmental triggers, supporting the survival of the next generation. To elucidate the mechanistic understanding of such adaptations it is important to characterize the distributions of seed traits by phenotyping seeds on an individual scale and to correlate these traits with corresponding plant properties. Here we introduce a seed-to-plant-tracking pipeline which enables automated handling and high precision phenotyping of Arabidopsis seeds as well as germination detection and early growth quantification of emerging plants. It includes previously published measurement platforms ( pheno Seeder, Growscreen), which were improved for very small seeds. We demonstrate the performance of the pipeline by comparing seeds from two consecutive generations of elevated temperature during flowering with control seeds. Relative standard deviation of repeated seed mass measurements was reduced to 0.2%. We identified an increase in seed mass, volume, length, width, height, and germination time as well as a darkening of the seeds under the treatment. A correlation analysis revealed relationships between seed and plant traits, e.g., a highly significant negative correlation between seed brightness and germination time, and a positive correlation between seed mass and early growth rate, but no correlation between time of emergence and morphometric seed traits (e.g., mass, volume). Thus, the seed-to-plant tracking provides the basis for investigating the mechanism of seed and plant trait variation and transgenerational inheritance.
Why it matches plant phenotyping methods種子から植物までを追跡し、種子形質の高精度自動計測、発芽検出、初期成長定量を行うパイプラインを開発・改良しており、表現型取得法が研究の中心である。
abstractHere we introduce a seed-to-plant-tracking pipeline which enables automated handling and high precision phenotyping of Arabidopsis seeds as well as germination detection and early growth quantification of emerging plants.
Reproduction assets foundThe paper deposits its seed and plant phenotyping datasets in Jülich DATA (DOI 10.26165/JUELICH-DATA/KZDQYD), explicitly stated in the data availability statement. Supplementary tables also contain the paper's measurement data. No author analysis code repository is stated.Dataset · publicThe author(s) declare that no financial support was received for the research and/or publication of this article.
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://doi.org/10.26165/JUELICH-DATA/KZDQYD .
Author contributions
DK: Formal Analysis, Investigation, Validation, Visualization, Writing – original draft, Writing – review & editing. AF: Investigation, Methodology, Resources, Software, Writing – review & editing. VS: Formal Analysis, Investigation, Methodology, Resources, Software, Writing – review & editing. JK: MethodOpen asset ↗JUELICH-DATA · 10.26165/JUELICH-DATA/KZDQYDlines:333-387Supplement · publicof 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.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2025.1539424/full#supplementary-material
Supplementary Table 1
Data of seed mass vs volume and projected seed area, respectively, shown in
Figure 6
.
Supplementary Table 2
Data of repeatability measurements analysed in
Table 1
and
2
.
Supplementary Table 3
Data of leaf area time series used for estimation of plant growOpen asset ↗lines:333-387Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Field / plotRGB / grayscalePanicle / ear / spikeClassificationObject detectionGrowth / development / phenology
This dataset is an expanded version of a previously published collection of high-resolution RGB images of Urochloa spp. genotypes, initially designed to facilitate automated classification of phenological stages and raceme identification in forage breeding trials. The original dataset included 2400 images of 200 genotypes captured under controlled conditions, supporting the development of computer vision models for High-Throughput Phenotyping (HTP). In this updated release, 139 additional images and 24,983 new annotations have been added, bringing the dataset to a total of 2539 images and 47,323 raceme annotations. This version introduces increased diversity in image-capture conditions, with data collected from two geographic locations (Palmira, Colombia, and Ocozocoautla de Espinosa, Mexico) and a range of image-capture devices, including smartphones (e.g. Realme C53 and Oppo Reno 11), a Nikon D5600 camera, and a Phantom 4 Pro V2 drone. Images now vary in perspective (nadir, high-angle, and frontal) and capture distance (1-3 meters), enhancing the dataset applicability for robust Deep Learning (DL) models. Compared to the original dataset, raceme density per plant has nearly doubled in some samples, offering higher raceme overlap for advanced instance segmentation tasks. This expanded dataset supports deeper exploration of phenotypic variation in Urochloa spp. and offers greater potential for developing adaptable models in crop phenotyping.
Why it matches plant phenotyping methods植物の生育ステージ分類と総状花序の同定を目的とする画像データセットで、注釈付き画像の拡張、撮影条件の多様化、インスタンスセグメンテーション用途が中心であり、再利用可能な表現型解析基盤に該当する。
abstractThis dataset is an expanded version of a previously published collection of high-resolution RGB images of Urochloa spp. genotypes, initially designed to facilitate automated classification of phenological stages and raceme identification in forage breeding trials.
Reproduction assets foundThe paper is a Data in Brief describing a public Harvard Dataverse deposit of the paper's own Urochloa spp. hybrid RGB images and COCO raceme annotations, with a direct DOI URL listed in allowed_urls.Dataset · publicupo Papalotla
City 1: Palmira, Valle del Cauca.
City 2: Ocozocoautla de Espinosa, Chiapas.
Country 1: Colombia.
Country 2: Mexico.
Geolocalization 1: 3°29’N, 76°21’W
Geolocalization 2: 16°45′N 93°28′W
Data accessibility
Repository name: Harvard Dataverse
Data identification number: doi.org/10.7910/DVN/X4LM19
Direct URL to data: https://doi.org/10.7910/DVN/X4LM19Open asset ↗Harvard Dataverse · 10.7910/DVN/X4LM19lines:1-51Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction Tomatoes are one of the most economically significant crops worldwide, with their yield and quality heavily impacted by foliar diseases. Effective detection of these diseases is essential for enhancing agricultural productivity and mitigating economic losses. Current tomato leaf disease detection methods, however, encounter challenges in extracting multi-scale features, identifying small targets, and mitigating complex background interference. Methods The multi-scale tomato leaf disease detection model Tomato Focus-Diffusion Network (TomaFDNet) was proposed to solve the above problems. The model utilizes a multi-scale focus-diffusion network (MSFDNet) alongside an efficient parallel multi-scale convolutional module (EPMSC) to significantly enhance the extraction of multi-scale features. This combination particularly strengthens the model's capability to detect small targets amidst complex backgrounds. Results and discussion Experimental results show that TomaFDNet reaches a mean average precision (mAP) of 83.1% in detecting Early_blight, Late_blight, and Leaf_Mold on tomato leaves, outperforming classical object detection algorithms, including Faster R-CNN (mAP = 68.2%) and You Only Look Once (YOLO) series (v5: mAP = 75.5%, v7: mAP = 78.3%, v8: mAP = 78.9%, v9: mAP = 79%, v10: mAP = 77.5%, v11: mAP = 79.2%). Compared to the baseline YOLOv8 model, TomaFDNet achieves a 4.2% improvement in mAP, which is statistically significant (P < 0.01). These findings indicate that TomaFDNet offers a valid solution to the precise detection of tomato leaf diseases.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から検出する新規モデルを開発し、既存手法との性能比較で技術的に検証しているため、植物病害状態のフェノタイピング手法が中心である。
abstractThe multi-scale tomato leaf disease detection model Tomato Focus-Diffusion Network (TomaFDNet) was proposed to solve the above problems.
Reproduction assets foundThe paper's primary tomato leaf disease dataset (TDGA) is explicitly stated to be publicly available on GitHub, and a Kaggle tomato disease dataset is used for generalization tests. No author code or trained model release is mentioned.Dataset · publicn 4 summarizes the study and explores potential directions for future investigation.
2
Materials and methods
2.1
Tomato disease dataset
This study used the dataset called “Tomato Leaf Disease Detection with Global Attention” (TDGA), which comes from Wang et al. (2024c) . It includes tomato diseases and is publicly accessible at https://github.com/zafucslab/TDGA . This dataset encompasses three prevalent tomato leaf diseases: Early_Blight, Late_Blight, and Leaf_Mold, in addition to images of healthy tomato leaves. Typical examples of these various types of diseased leaves are depicted in
Figure 1
. To meet the requirements of this study, the dataset was organized and reclassified accorOpen asset ↗zafucslab/TDGAlines:61-108Dataset · publicthis study also acquired tomato leaf images from the Kaggle ( Tomato Disease Multiple Sources ) platform, encompassing diverse growing environments and shooting conditionsOpen asset ↗lines:61-108Code / dataset availability confirmedCrossref · checked 6 Sept 2026
The aim of this study was to train a Vision Transformer (ViT) model for semantic segmentation to differentiate between ripe and unripe strawberries using synthetic data to avoid challenges with conventional data collection methods. The solution used Blender to generate synthetic strawberry images along with their corresponding masks for precise segmentation. Subsequently, the synthetic images were used to train and evaluate the SwinUNet as a segmentation method, and Deep Domain Confusion was utilized for domain adaptation. The trained model was then tested on real images from the Strawberry Digital Images dataset. The performance on the real data achieved a Dice Similarity Coefficient of 94.8% for ripe strawberries and 94% for unripe strawberries, highlighting its effectiveness for applications such as fruit ripeness detection. Additionally, the results show that increasing the volume and diversity of the training data can significantly enhance the segmentation accuracy of each class. This approach demonstrates how synthetic datasets can be employed as a cost-effective and efficient solution for overcoming data scarcity in agricultural applications.
Why it matches plant phenotyping methods合成画像、セグメンテーション、ドメイン適応を用いてイチゴの成熟状態を推定する画像解析手法を開発・実データで評価しており、植物器官の状態取得が中心である。
abstracttrain a Vision Transformer (ViT) model for semantic segmentation to differentiate between ripe and unripe strawberries using synthetic data
Reproduction assets foundThe authors state that all data (synthetic strawberry images and masks) and all Python analysis code are publicly available on the Open Science Framework at https://osf.io/5kzcb/, making both the paper-specific phenotype/segmentation dataset and the authors' code directly actionable.Code · publicAll code for this study was written in Python and has been made publicly available on the Open Science Framework (OSF) [ 44 ] and based on [ 45 ].Open asset ↗Open Science Frameworklines:177-199Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Published22 Apr 2025Eastern-European Journal of Enterprise TechnologiesCited by 0 · OpenAlex ↗
This study focuses on tomato leaf disease classification using an optimized deep learning architecture. This study proposes an improved architecture called DenseNet-SEGR, which integrates a novel Squeeze-and-Excitation (SE) block with a customized growth rate of 48 to improve feature selection and classification accuracy. Unlike standard methods, this model replaces Global Average Pooling (GAP) with an integral-based squeeze method, thus enabling a more continuous and accurate feature representation. The use of SE blocks dynamically recalibrates the importance of features such as texture, color, and tissue patterns, thereby increasing sensitivity to disease symptoms. The model was trained using the PlantVillage dataset, which includes 12,246 images spanning 10 tomato leaf disease categories, such as bacterial spot, early blight, late blight, mosaic virus, and healthy leaves. Various augmentation techniques, including rotation, scaling, and contrast adjustment, were employed to strengthen generalization and improve robustness against environmental variations. Furthermore, batch normalization and adaptive learning rate scheduling were integrated to enhance model stability and prevent overfitting. As a result, the DenseNet-SEGR architecture is able to achieve a classification accuracy of 98.22 %, outperforming DenseNet-121, DenseNet-201, and MobileNetV2. This result is explained by the integration of adaptive attention mechanisms, sophisticated data augmentation strategies, and optimized architecture. The results can be effectively applied in real-world precision agriculture, especially in edge-based or mobile disease detection systems for early intervention and crop protection
Why it matches plant phenotyping methodsトマト葉の病徴を画像から分類する深層学習アーキテクチャを開発・比較しており、植物の病害状態推定が中心的な方法論的貢献である。
abstractThis study focuses on tomato leaf disease classification using an optimized deep learning architecture.
Reproduction assets foundThe paper's tomato leaf disease classification uses a publicly available PlantVillage-derived Kaggle image dataset, explicitly linked by the authors. No author code or trained model is publicly deposited.Dataset · public. The tomato leaf dataset in this study
consists of 10.639 training samples, 1.607 validation samples
and 3211 samples. The dataset is evaluated using standard
deviation as a reference for dataset stability before model
testing. The dataset in this study uses 10 tomato leaf classes.
Dataset dataset can be accessed from website: https://www.kaggle.com/datasets/emmarex/plantdisease.The proposed classification framework is illustrated
in Fig. 1, which outlines the sequential steps from data pre-
processing to classification.
This flow illustrates the classification process using
the DenseNet-SEGR model. Starting with a dataset, it goes
through a preprocessing stage, which includes normalizationOpen asset ↗Kagglepdf-raw-page:3 lines:1-102Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Plant diseases pose a serious challenge to agriculture by reducing crop yield and affecting food quality. Early detection and classification of these diseases are essential for minimising losses and improving crop management practices. This study applies Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) models to classify plant leaf diseases using a dataset containing 70,295 training images and 17,572 validation images across 38 disease classes. The CNN model was trained using the Adam optimiser with a learning rate of 0.0001 and categorical cross-entropy as the loss function. After 10 training epochs, the model achieved a training accuracy of 99.1% and a validation accuracy of 96.4%. The LSTM model reached a validation accuracy of 93.43%. Performance was evaluated using precision, recall, F1-score, and confusion matrix, confirming the reliability of the CNN-based approach. The results suggest that deep learning models, particularly CNN, enable an effective solution for accurate and scalable plant disease classification, supporting practical applications in agricultural monitoring.
Why it matches plant phenotyping methods植物葉の画像から病害状態を分類するCNN/LSTM手法が研究の中心であり、植物病害表現型の画像ベース推定に該当する。
abstractThis study applies Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) models to classify plant leaf diseases
Reproduction assets foundThe paper's experiments use the public New Plant Diseases Dataset (87,867 leaf images, 38 classes) hosted on Kaggle, which is the paper-specific phenotyping image asset. No author code, models, or supplementary assets are reported as available.Dataset · publicwith early disease diagnosis and precision agriculture.
However, challenges such as limited datasets, model interpretability, and robustness with
various plant species are still unaddressed paving way for the future research [13-15].
Proposed Work
3.1 Dataset Description
The New Plant Diseases Dataset is a publicly available in
https://www.kaggle.com/datasets /vipoooool/new-plant-diseases-dataset on the Kaggle
platform. It comprises a total of 87,867 labelled images of plant leaves, covering a diverse
range of crops and associated diseases.
Dataset Overview
Total Images: 87,867
Training Set: 70,295 images (80%)
Validation Set: 17,572 images (20%)
Composition and Coverage
The dOpen asset ↗Kaggle · new-plant-diseases-datasetpdf-layout-page:5 lines:1-47Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Tea ( Camellia sinensis L.) disease detection in complex field conditions faces significant challenges due to the scarcity of labeled data. While current mainstream visual deep learning algorithms depend on large-scale curated datasets. To address this, we propose a novel few-shot end-to-end detection network called MAF-MixNet that achieves robust detection with minimal annotation data. The network effectively overcomes the bottleneck of insufficient feature extraction under limited samples of existing methods, through the design of a mixed attention branch (MA-Branch) and a multi-path feature fusion module (MAFM). The former extracts contextual features, while the latter combines and enhances the local and global features. The entire model uses a two-stage paradigm to pretrain on public datasets and fine-tune on balanced subset datasets, including novel tea disease classes, anthracnose, and brown blight. Comparative experiments with six models on four evaluation metrics verified the advancement of our model. At 5-shot, MAF-MixNet achieves scores of 62.0%, 60.1%, and 65.9% in precision, nAP50, and F1 score, respectively, significantly outperforming other models. Similar superiority is achieved in the 10-shot scenario, where nAP50 is 73.8%. Our model maintains a certain computational efficiency and achieves the second fastest inference speed at 11.63 FPS, making it viable for real-world deployment. The results confirm MAF-MixNet's potential to enable cost-effective, intelligent disease monitoring in precision agriculture.
Why it matches plant phenotyping methods植物病害の症状を画像から検出する新規深層学習手法を開発し、複数モデルとの比較検証を行っているため、植物フェノタイピング手法が中心である。
abstractwe propose a novel few-shot end-to-end detection network called MAF-MixNet
Reproduction assets foundThe authors openly released the annotated leaf disease detection dataset (718 JPEG images with XML annotations of tea and cotton diseases) used in this study via Hugging Face Datasets with a DOI, making it a public, paper-specific, actionable asset.Dataset · publicThe leaf disease detection dataset supporting the findings of this
study is openly available in Hugging Face Datasets. This dataset contains 718 annotated images
of tea and cotton leaves across four disease categories (Tea Anthracnose Disease, Tea Brown Blight
Disease, Cotton Fusarium Wilt Disease, and Cotton Powdery Mildew), formatted as JPEG with
accompanying XML metadata.Open asset ↗Hugging Face Datasetspdf-page:26 lines:1-58Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
Posture is a critical phenotypic trait that reflects crop growth and serves as an essential indicator for both agricultural production and scientific research. Accurate pose estimation enables real-time tracking of crop growth processes, but in field environments, challenges such as variable backgrounds, dense planting, occlusions, and morphological changes hinder precise posture analysis. To address these challenges, we propose PFLO (Pose Estimation Model of Field Maize Based on YOLO Architecture), an end-to-end model for maize pose estimation, coupled with a novel data processing method to generate bounding boxes and pose skeleton data from a"keypoint-line"annotated phenotypic database which could mitigate the effects of uneven manual annotations and biases. PFLO also incorporates advanced architectural enhancements to optimize feature extraction and selection, enabling robust performance in complex conditions such as dense arrangements and severe occlusions. On a fivefold validation set of 1,862 images, PFLO achieved 72.2% pose estimation mean average precision (mAP50) and 91.6% object detection mean average precision (mAP50), outperforming current state-of-the-art models. The model demonstrates improved detection of occluded, edge, and small targets, accurately reconstructing skeletal poses of maize crops. PFLO provides a powerful tool for real-time phenotypic analysis, advancing automated crop monitoring in precision agriculture.
Why it matches plant phenotyping methodsトウモロコシの姿勢という植物表現型を、圃場画像から推定するモデルとデータ処理法を開発・検証しており、フェノタイピング手法が研究の中心である。
abstractwe propose PFLO (Pose Estimation Model of Field Maize Based on YOLO Architecture), an end-to-end model for maize pose estimation, coupled with a novel data processing method to generate bounding boxes and pose skeleton data
As one of the important indicators of soybean seed quality identification, the appearance of soybeans has always been of great concern to people, and in traditional detection, it is mainly through the naked eye to check whether there are defects on its surface. The field of machine learning, particularly deep learning technology, has undergone rapid advancements and development, making it possible to detect the defects of soybean seeds using deep learning technology. This method can effectively replace the traditional detection methods in the past and reduce the human resources consumption in this work, leading to decreased expenses associated with agricultural activities. In this paper, we propose a Yolov9-c-ghost-Forward model improved by introducing GhostConv, a lightweight convolutional module in GhostNet, which enhances the recognition of soybean seed images through grayscale conversion, filtering processing, image segmentation, morphological operations, etc. and greatly reduces the noise in them, to separate the soybean seeds from the original images. Based on the Yolov9 network, the soybean seed features are extracted, and the defects of soybean seeds are detected. Based on the experiments' findings, the recall rate can reach 98.6%, and the mAP0.5 can reach 99.2%. This shows that the model can provide a solid theoretical foundation and technical support for agricultural breeding screening and agricultural development.
Why it matches plant phenotyping methods大豆種子表面の欠陥という植物器官の状態を、画像処理と改良YOLOv9で抽出・検出する手法開発が研究の中心であり、性能評価も行っている。
abstractwe propose a Yolov9-c-ghost-Forward model improved by introducing GhostConv, a lightweight convolutional module in GhostNet, which enhances the recognition of soybean seed images through grayscale conversion, filtering processing, image segmentation, morphological operations, etc.
Reproduction assets foundThe paper's soybean seed defect detection study uses a public Kaggle dataset of 4,388 soybean seed images (intact, broken, skin-damaged, spotted), explicitly stated in the Data Availability statement. No author analysis code or trained model checkpoints are deposited; makesense.ai is a generic annotation tool, not a deDataset · publicuthors reviewed and approved the final manuscript.
Funding
This work was supported in part by the Special Support Plan for High level Talents in Zhejiang Province (2021R52019), and the Education Department of Hainan Province (Hnky2024-18).
Data availability
The data used in this article can be downloaded from the following link https://www.kaggle.com/datasets/warcoder/soyabean-seeds .
Competing interests
The authors declare no competing interests.
Footnotes
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Contributor Information
Xia Yu, Email: 100170@hainnu.edu.cn.
Qi Dai, Email: daiqi@zstu.edu.cn.
ReferenOpen asset ↗Kaggle · warcoder/soyabean-seedslines:388-411Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Precisely identifying missing virus-free strawberry mother plants in nutrient pots post-transplantation is crucial for optimizing seedling management and maximizing yields in glass greenhouses. Thus, we present an automated method for detecting and counting missing seedlings based on SSP-MambaNet. Challenges in this process include the variable growth morphology of seedlings and complex environmental conditions in the greenhouse. Our approach starts with SPDFFA (Spatial-to-Depth Feature Fusion Attention) to enhance feature representation while retaining critical information, ensuring the preservation of key details. Additionally, the multi-scale CVSSB(Complex Visual State Space) and CVSSB-E(Expanded CVSSB) modules combine multi-scale and multi-directional spatial features, augmenting the model's capacity to recognize inter-image dependencies. Secondly, the MPDIoU is a novel loss function to tackle the optimization challenge of bounding boxes with similar shapes but different sizes, which enhances the accuracy of localizing strawberry seedlings and nutrient pots. Finally, Distance Intersection over Union is utilized for establishing a belongingness relationship between strawberry seedlings and pots, accurately identifying missing seedlings and counting the corresponding pots. Experimental results demonstrate that SSP-MambaNet achieves 94.9 %in average precision, 92.8 % in recall rate,88.1 % in precision, and 90.4 % F1 score for strawberry seedlings and pots. It outperforms the YOLOv7 by 4.7 % in average precision, and 2.6 % in recall rate while reducing 66.7 f/s in FPS. Furthermore, the proposed method shows 94.29 % accuracy in detecting missing seedlings and 97.14 % accuracy in counting nutrient pots with missing seedlings. These results showcase its effectiveness in improving overall seedling quality and providing timely replanting guidance in glass greenhouses.
Why it matches plant phenotyping methods幼苗の欠損状態を画像から検出・計数する自動化手法の開発が研究の中心であり、植物の状態を直接推定しているため。
abstractwe present an automated method for detecting and counting missing seedlings based on SSP-MambaNet.
Reproduction assets foundThe paper's Data Availability statement explicitly provides the authors' source code and the strawberry seedling/nutrient pot image dataset via a public GitHub repository, matching an allowed URL.Code · publicThis study's source code and datasets can be accessed at https://github.com/STRABf5/SSPMambaNet.git.Open asset ↗STRABf5/SSPMambaNet · STRABf5/SSPMambaNethtml-lines:448-494Dataset · publicThis study's source code and datasets can be accessed at https://github.com/STRABf5/SSPMambaNet.git.Open asset ↗STRABf5/SSPMambaNet · STRABf5/SSPMambaNethtml-lines:538-610Code / dataset availability confirmedEurope PMC · Crossref · checked 6 Sept 2026
Abstract Pepper, Hibiscus, and Basil are medicinal plants with a rich history in traditional medicine and health benefits. They are essential in culinary and medicinal applications, contributing to natural health solutions. Disease detection is crucial to protect their agricultural, economic, and medicinal value. Early detection minimizes crop losses, maintains plant health, and ensures plant availability for traditional medicine and culinary uses. This promotes sustainable and eco-friendly agricultural practices. Traditional logistic regression for plant leaf disease detection struggles with imbalanced data and a fixed linear decision boundary, making it less effective in capturing complex disease patterns. The modified logistic regression model with the One Half Constant improves performance metrics and handling intricate features of leaf images by addressing class imbalance more effectively. It adjusts the decision boundary to handle imbalanced datasets, enhancing classification accuracy for minority classes while maintaining simplicity and interpretability. This study uses a dataset collected from Kaggle and surrounding of Kadapa district AP, India. For the evaluation of the proposed model in disease detection, the traditional logistic regression and other machine learning algorithms were used, and the corresponding key metrics of accuracy, precision, recall, false positive rate (FPR) and F-Measure were assessed. A comparison with existing methods show overwhelming improvement of 32.94% in accuracy, 17.64% in precision, 33.6% in recall, 86.91% in FPR improvement, 34.6% in F-Measure. The proposed approach seeks to improve overall diagnostic accuracy, thereby providing a reliable tool for early detection and treatment planning in clinical sectors.
Why it matches plant phenotyping methods植物葉画像から病害状態を推定する分類手法を改良し、既存手法との性能比較で検証しているため、植物フェノタイピング手法が中心である。
titleEnhanced Plant Leaf Disease Detection Using Modified Logistic Regression for Sustainable Agriculture Practices
Reproduction assets foundThe paper states that the pepper leaf images used in its disease-detection experiments are publicly available in the 'Pepper disease classification' Kaggle repository, matching an allowed URL. Basil and hibiscus images were locally collected with no deposit, and no author analysis code or models are shared.Dataset · publicthe Pepper leaf images
utilized are available in “Pepper disease classification” repository:
https://www.kaggle.com/code/longqua69/pepper-disease-classification/output.Open asset ↗Kaggle · longqua69/pepper-disease-classificationpdf-page:22 lines:1-62Code / dataset availability confirmedCrossref · Europe PMC · OpenAlex · checked 6 Sept 2026
With the rapid advancements in computer vision and deep learning, multi-view stereo (MVS) based on conventional RGB cameras has emerged as a promising and cost-effective tool for botanical research. However, existing methods often struggle to capture the intricate textures and fine edges of plants, resulting in suboptimal 3D reconstruction accuracy. To overcome this challenge, we proposed Edge_MVSFormer on the basis of TransMVSNet, which particularly focuses on enhancing the accuracy of plant leaf edge reconstruction. This model integrates an edge detection algorithm to augment edge information as input to the network and introduces an edge-aware loss function to focus the network’s attention on a more accurate reconstruction of edge regions, where depth estimation errors are obviously more significant. Edge_MVSFormer was pre-trained on two public MVS datasets and fine-tuned with our private data of 10 model plants collected for this study. Experimental results on 10 test model plants demonstrated that for depth images, the proposed algorithm reduces the edge error and overall reconstruction error by 2.20 ± 0.36 mm and 0.46 ± 0.07 mm, respectively. For point clouds, the edge and overall reconstruction errors were reduced by 0.13 ± 0.02 mm and 0.05 ± 0.02 mm, respectively. This study underscores the critical role of edge information in the precise reconstruction of plant MVS data.
Why it matches plant phenotyping methods植物の葉のエッジと3D形状を高精度に再構築するMVS手法を開発・評価しており、植物表現型取得の方法が中心である。
titleEdge_MVSFormer: Edge-Aware Multi-View Stereo Plant Reconstruction Based on Transformer Networks
Reproduction assets foundThe paper's Data Availability Statement explicitly states that the dataset (private multi-view plant images with ground truth point clouds/depth maps) and the code used in this study are publicly available on Zenodo, with the URL matching an allowed URL.Code · publicThe dataset and code used in this study are publicly available at the webpage https://zenodo.org/records/15086606 with a DOI: 10.5281/zenodo.15086606, accessed on 19 March 2025.Open asset ↗zenodo · 10.5281/zenodo.15086606lines:95-266Code / dataset availability confirmedCrossref · Europe PMC · checked 13 Sept 2026
LeafClassificationObject detectionDisease symptoms / severityGrowth / development / phenology
The HydroFarm project presents an innovative IoT-based control and monitoring system for hydroponic plant growth, integrating advanced image processing techniques and mobile applications to enhance urban farming practices. This system addresses critical challenges faced by urban farmers, such as limited space and the need for precise environmental management. By employing a comprehensive approach that combines various sensors (DHT22, DS18B20, pH, TDS) with an ESP32 microcontroller, HydroFarm enables real-time monitoring of essential parameters like temperature, humidity, pH, and nutrient levels. A significant novelty of this project lies in its use of a convolutional neural network (CNN) for plant health assessment through image processing. This technique allows for accurate detection of plant conditions, categorizing leaves as healthy or unhealthy based on visual data captured via a mobile application. The application, developed in Kotlin, not only facilitates user interaction but also provides automated and manual control over nutrient delivery systems based on real-time sensor data. Testing results indicate that the HydroFarm system achieves a high accuracy rate of 96% in detecting plant health conditions, with the sensors providing accurate and consistent data to maintain effective control over hydroponic parameters. The system usability scale (SUS) evaluation yielded an impressive score of 81.875, categorizing the application as excellent and user-friendly. Overall, HydroFarm represents a significant advancement in hydroponic farming technology by integrating IoT capabilities with deep learning for enhanced decision-making and operational efficiency in urban agriculture. The findings underscore the potential for scaling this model to improve food security and promote sustainable agricultural practices in densely populated areas.
Why it matches plant phenotyping methodsCNNによる葉の健康状態推定をシステムの中心的機能として開発・評価しており、植物状態の画像ベース計測が中心的である。
abstractA significant novelty of this project lies in its use of a convolutional neural network (CNN) for plant health assessment through image processing.
Reproduction assets foundThe authors publicly deposited the HydroFarm plant health image dataset (labeled sehat/tidak sehat leaf images for CNN/VGG16 classification) on figshare with an explicit DOI. Supplemental code files exist but only via article supplement links, not an allowed public URL.Dataset · publicThe HydroFarm data is available at figshare: Rofiansyah, Wizman (2025). Dataset HydroFarm. figshare. Dataset. https://doi.org/10.6084/m9.figshare.28340516.v1 .Open asset ↗figshare · 10.6084/m9.figshare.28340516.v1lines:1042-1052Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Agriculture plays a vital role in every nation, as a healthy population relies on robust yields to ensure food security. With the continuous growth of the population, the excessive use of pesticides and fertilizers has become prevalent, which can negatively impact crop health. In this paper, we introduce a solution that utilizes images of crops, employing image processing and machine learning techniques to classify them as healthy or unhealthy. Various feature detection and extraction methods are available, but we specifically compare Oriented FAST and Rotated BRIEF and scale-invariant feature transform in this work. Both techniques can effectively extract features from the images, and we can use the matcher function from OpenCV to determine if the extracted features correspond to those of a trained image. If there is a match, it indicates an unhealthy crop, while a lack of matching suggests the crop is healthy. Additionally, machine learning classifiers can be employed to enhance training on these extracted features, leading to improved results and predictions.
Why it matches plant phenotyping methods作物画像から健康・不健康状態を推定する画像処理・機械学習手法が研究の中心であり、植物の病害・健康状態を直接評価するため、植物フェノタイピング手法として採用する。
abstractwe introduce a solution that utilizes images of crops, employing image processing and machine learning techniques to classify them as healthy or unhealthy.
Reproduction assets foundThe paper's appendices explicitly provide a public GitHub repository containing the dataset of wheat crop images used for the SIFT/ORB crop health detection experiments.Dataset · publicGitHub Repository link for dataset: https://github.com/68neha/dataset_crop_detection.gitOpen asset ↗68neha/dataset_crop_detectionpdf-page:7 lines:1-81Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Accurate and efficient assessment of highland barley (Hordeum vulgare L.) density is crucial for optimizing cultivation and management practices. However, challenges such as overlapping spikes in unmanned aerial vehicle (UAV) images and the computational requirements for high-resolution image analysis hinder real-time detection capabilities. To address these issues, this study proposes an improved lightweight YOLOv5 model for highland barley spike detection. We chose depthwise separable convolution (DSConv) and ghost convolution (GhostConv) for the backbone and neck networks, respectively, to reduce the parameter and computational complexity. In addition, the integration of convolutional block attention module (CBAM) enhances the model's ability to focus on target object in complex backgrounds. The results show that the improved YOLOv5 model has a significant improvement in detection performance. Precision and recall increased by 3.1% to 92.2% and 86.2%, respectively, with an F1 score of 0.892. The AP0.5 reaches 92.7% and 93.5% for highland barley in the growth and maturation stages, respectively, and the overall mAP0.5 improved to 93.1%. Compared to the baseline YOLOv5n model, the number of parameters and floating-point operations (FLOPs) were reduced by 70.6% and 75.6%, respectively, enabling lightweight deployment without compromising accuracy. In addition,the proposed model outperformed mainstream object detection algorithms such as Faster R-CNN, Mask R-CNN, RetinaNet, YOLOv7, and YOLOv8, in terms of detection accuracy and computational efficiency. Although this study also suffers from limitations such as insufficient generalization under varying lighting conditions and reliance on rectangular annotations, it provides valuable support and reference for the development of real-time highland barley spike detection systems, which can help to improve agricultural management.
Why it matches plant phenotyping methodsUAV画像からハダンオオムギの穂を検出し密度評価に用いる軽量化画像解析モデルを開発・比較しており、植物形質状態の取得手法が中心である。
abstractthis study proposes an improved lightweight YOLOv5 model for highland barley spike detection
Reproduction assets foundThe paper's Data availability statement explicitly provides the authors' highland barley UAV spike-detection dataset on ModelScope and their analysis code on GitHub, both paper-specific and publicly actionable.Dataset · publicThe dataset can be available from https://modelscope.cn/datasets/Cai121/highland_barley and the code can be available from https://github.com/trangle666ddd/YOLOv5-highland-barley-detection .Open asset ↗Cai121/highland_barleylines:182-211Code · publicThe dataset can be available from https://modelscope.cn/datasets/Cai121/highland_barley and the code can be available from https://github.com/trangle666ddd/YOLOv5-highland-barley-detection .Open asset ↗trangle666ddd/YOLOv5-highland-barley-detectionlines:182-211Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
This article introduces OliveTreeCrownsDb, a comprehensive dataset of high-resolution images captured by a DJI Phantom 4 RTK drone. The dataset includes 46 images covering an entire olive farm, focusing on the detection and analysis of olive tree crowns and supporting segmentation tasks. Each image is accompanied by detailed metadata, such as focal distance, capture altitude, GPS coordinates, and other essential parameters for accurate tree mapping and localization. OliveTreeCrownsDb is publicly accessible, promoting research in precision agriculture, including tree crown detection, segmentation, geometric shape analysis, automation, yield estimation, and computer vision applications. It facilitates the development of innovative algorithms to optimize resource allocation and improve crop management. By enabling studies on tree crown analysis and farm monitoring, OliveTreeCrownsDb advances agricultural technologies and enhances management practices in olive cultivation.
Why it matches plant phenotyping methodsオリーブ樹冠の画像検出・セグメンテーションと幾何形状解析を可能にする公開データセットが研究の中心であり、植物の樹冠形態を抽出する再利用可能な基盤に該当する。
abstractThis article introduces OliveTreeCrownsDb, a comprehensive dataset of high-resolution images captured by a DJI Phantom 4 RTK drone.
Reproduction assets foundThe paper's own UAV olive tree crown dataset (images, annotations, point cloud, DEM) is publicly deposited on Mendeley Data with explicit direct URL and DOI.Dataset · public/ Town / Region: Meknas farm site
Country: Morocco
The GPS coordinates of the olive farm are 33°53′17"N 5°25′22"W, or in decimal format: 33.88802°N, -5.42281°W.
Data accessibility
Repository name: OliveTreeCrownsDb
Data identification number : doi: 10.17632/xym8rd2srf.2
Direct URL to data:
Instructions for accessing these data: https://data.mendeley.com/datasets/xym8rd2srf/2
Related research article
none
1.
Value of the Data
The OliveTreeCrownsDb dataset is a valuable resource for research in computer vision and precision agriculture. Here are the key aspects that highlight its importance:
•
Unique and Specialized Source: OliveTreeCrownsDb offers an exclusive high-resolution dataset specificOpen asset ↗10.17632/xym8rd2srf.2lines:1-54Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
In the context of intelligent agriculture, tomato cultivation involves complex environments, where leaf occlusion and small disease areas significantly impede the performance of tomato leaf disease detection models. To address these challenges, this study proposes an efficient Tomato Disease Detection Network (E-TomatoDet), which enhances tomato leaf disease detection effectiveness by integrating and amplifying global and local feature perception capabilities. First, CSWinTransformer (CSWinT) is integrated into the backbone of the detection network, substantially improving tomato leaf diseases' global feature-capturing capacity. Second, a Comprehensive Multi-Kernel Module (CMKM) is designed to effectively incorporate large, medium, and small local capturing branches to learn multi-scale local features of tomato leaf diseases. Moreover, the Local Feature Enhance Pyramid (LFEP) neck network is developed based on the CMKM module, which integrates multi-scale features across different detection layers to acquire more comprehensive local features of tomato leaf diseases, thereby significantly improving the detection performance of tomato leaf disease targets at various scales under complex backgrounds. Finally, the proposed model's effectiveness was validated on two datasets. Notably, on the tomato leaf disease dataset, E-TomatoDet improved the mean Average Precision (mAP50) by 4.7% compared to the baseline model, reaching 97.2% and surpassing the advanced real-time detection network YOLOv10s. This research provides an effective solution for efficiently detecting vegetable pests and disease issues.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から検出する深層学習モデルを開発し、2つのデータセットで性能検証しており、植物フェノタイピング手法が研究の中心である。
abstractthis study proposes an efficient Tomato Disease Detection Network (E-TomatoDet)
Reproduction assets foundThe paper's tomato leaf disease detection experiments use the public CCMT-derived tomato leaf disease dataset, which the authors state is publicly accessible via a Mendeley Data deposit (with the complete dataset available on request from the corresponding author). No author analysis code, trained model checkpoints, orDataset · publicThis study analyzed a combination of publicly available datasets and data collected by the authors. The publicly available datasets can be accessed at [ https://data.mendeley.com/datasets/bwh3zbpkpv/1 ] (accessed on 26 December 2024). If you want to request the complete dataset, please email the corresponding author.
Declarations
Ethics approval and consent to participate
This study did not involve human participants or animals, thus no ethics approval or consent to participate was required.
Consent for publication
All authoOpen asset ↗bwh3zbpkpvlines:1377-1456Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Early automation in identifying plant diseases is crucial for the precise protection of crops. Plant diseases pose substantial risks to agriculture-dependent nations, often leading to notable crop losses and financial challenges, particularly in developing countries. Symptoms such as chlorosis, structural deformities, and wilting, characterize these diseases. However, early identification can be challenging due to symptoms similarity. Researchers using artificial intelligence (AI) for plant disease classification, challenges like data imbalance, symptom variability, real-time performance, and costly annotation hinder accuracy and adoption. This work introduced a novel approach using the You Only Look Once (YOLO) deep learning model, chosen for its exceptional accuracy and speed. The study focuses on analyzing YOLO models, specifically YOLOv3 and YOLOv4, to identify fruit plant diseases. This work examines healthy peach and strawberry leaves, as well as peach leaves affected by bacterial spots and strawberry leaves with scorch disease. These models underwent thorough training using data from the publicly accessible Plant Village dataset. The simulation results were highly promising, numerically YOLOv3 model achieved 97% accuracy and a Mean Average Precision (mAP) of 92%, within a total detection time of 105 s. In comparison, the YOLOv4 model outperformed, with a 98% accuracy and an impressive mean average precision of 98%, all while completing the detection process in just 29 s. YOLOv4 demonstrated lower complexity, significantly faster, and more precise performance, especially in detecting multiple items. Serving as an efficient real-time detector, it holds the potential to transform plant disease diagnosis and mitigation strategies, ultimately leading to increased agricultural productivity and enhanced financial outcomes for developing nations.
Why it matches plant phenotyping methods植物葉の病徴・病害状態を画像から識別するYOLO手法の開発と性能比較が研究の中心であり、植物病害フェノタイピング手法に該当する。
abstractThis work introduced a novel approach using the You Only Look Once (YOLO) deep learning model
Reproduction assets foundThe paper's plant-phenotyping input is the publicly available Plant Village dataset on Kaggle (4,222 peach/strawberry leaf images across four classes), used to train and evaluate YOLOv3/YOLOv4 disease-detection models. No author analysis code, trained model checkpoints, or paper-specific supplements are publicly statedDataset · publicThis study utilizes data from the publicly available Plant Village dataset 41 , accessible on Kaggle.Open asset ↗Kagglelines:139-155Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
We show non-invasive 3D plant disease imaging using automated monocular vision-based structure from motion. We optimize the number of key points in an image pair by using a small angular step size and detection in the extra green channel. Furthermore, we upsample the images to increase the number of key points. With the same setup, we obtain functional fluorescence information that we map onto the 3D structural plant image, in this way obtaining a combined functional and 3D structural plant image using a single setup.
Why it matches plant phenotyping methods植物の3D構造と蛍光機能情報を取得・統合する画像計測手法の開発が中心であり、植物病害の非侵襲的フェノタイピングに該当します。
abstractWe show non-invasive 3D plant disease imaging using automated monocular vision-based structure from motion.
Reproduction assets foundThe paper's Data Availability Statement explicitly deposits the code and datasets for reproducing the SfM 3D plant imaging results in the 4TU repository, with a DOI matching an allowed URL.Code · publicThe code and data sets for reproducing the results are available in 4TU repository at https://doi.org/10.4121/e6db8707-10ee-4553-9a98-753f1b4c526a .Open asset ↗4TU repository · 10.4121/e6db8707-10ee-4553-9a98-753f1b4c526alines:52-127Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Extracting the quantity and geolocation data of small objects at the organ level via large-scale aerial drone monitoring is both essential and challenging for precision agriculture. The quality of reconstructed digital orthophoto maps (DOMs) often suffers from seamline distortion and ghost effects, making it difficult to meet the requirements for organ-level detection. While raw images do not exhibit these issues, they pose challenges in accurately obtaining the geolocation data of detected small objects. The detection of small objects was improved in this study through the fusion of orthophoto maps with raw images using the EasyIDP tool, thereby establishing a mapping relationship from the raw images to geolocation data. Small object detection was conducted by using the Slicing-Aided Hyper Inference (SAHI) framework and YOLOv10n on raw images to accelerate the inferencing speed for large-scale farmland. As a result, comparing detection directly using a DOM, the speed of detection was accelerated and the accuracy was improved. The proposed SAHI-YOLOv10n achieved precision and mean average precision (mAP) scores of 0.825 and 0.864, respectively. It also achieved a processing latency of 1.84 milliseconds on 640×640 resolution frames for large-scale application. Subsequently, a novel crop canopy organ-level object detection dataset (CCOD-Dataset) was created via interactive annotation with SAHI-YOLOv10n, featuring 3986 images and 410,910 annotated boxes. The proposed fusion method demonstrated feasibility for detecting small objects at the organ level in three large-scale in-field farmlands, potentially benefiting future wide-range applications.
Why it matches plant phenotyping methodsUAV画像と生画像の融合、SAHI-YOLOv10nによる作物器官の検出・位置推定を中心に開発・評価し、器官レベルの大規模データセットも構築しているため、植物表現型取得法が研究の中心である。
abstractThe detection of small objects was improved in this study through the fusion of orthophoto maps with raw images using the EasyIDP tool, thereby establishing a mapping relationship from the raw images to geolocation data.
Reproduction assets foundThe paper's CCOD-Dataset (3986 UAV images, 410,910 annotated bounding boxes of crop canopy organs) is publicly released on Hugging Face, and the authors' SAHI-YOLOv10 detection framework code is hosted in a public GitHub repository. Other code (fusion/EasyIDP pipeline) is only available upon request.Dataset · publicThe CCOD-Dataset link
is publicly available at Hugging Face at https://huggingface.co/datasets/Nir-Open asset ↗CCOD-Datasetpdf-page:8 lines:1-51Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
Automatic plant growth monitoring is an important task in modern agriculture for maintaining high crop yield and boosting the breeding procedure. The advancement of 3D sensing technology has made 3D point clouds to be a better data form on presenting plant growth than images, as the new organs are easier identified in 3D space and the occluded organs in 2D can also be conveniently separated in 3D. Despite the attractive characteristics, analysis on 3D data can be quite challenging. We present 3D-NOD, a framework to detect new organs from time-series 3D plant data by spatiotemporal point cloud deep semantic segmentation. The design of 3D-NOD framework drew inspiration from how a well-experienced human utilizes spatiotemporal information to identify growing buds from a plant at two different growth stages. In the training phase, by introducing the Backward & Forward Labeling, the Registration & Mix-up, and the Humanoid Data Augmentation step, our backbone network can be trained to recognize growth events with organ correlation from both temporal and spatial domains. In testing, 3D-NOD has shown better sensitivity at segmenting new organs against the conventional way of using a network to conduct direct semantic segmentation. On a time-series dataset containing multiple species, Our method reached a mean F1-measure at 88.13 % and a mean IoU at 80.68 % on detecting both new and old organs with the DGCNN backbone.
Why it matches plant phenotyping methods植物の時系列3D点群から新生器官を検出・分割する手法を開発し、複数種データセットで性能評価しており、植物表現型取得が中心である。
abstractWe present 3D-NOD, a framework to detect new organs from time-series 3D plant data by spatiotemporal point cloud deep semantic segmentation.
Reproduction assets foundThe authors explicitly state that both the dataset (labeled time-series plant point clouds for tobacco, tomato, and sorghum) and the analysis code for the 3D-NOD framework are publicly available in a GitHub repository.Dataset · publicOur data and the code are available at: https://github.com/zingersu/3D-New-Organ-Detection-in-Plant-Growth-from-Spatiotemporal-Point-Clouds.Open asset ↗https://github.com/zingersu/3D-New-Organ-Detection-in-Plant-Growth-from-Spatiotemporal-Point-Cloudshtml-lines:481-514Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
The automated recognition of disease in tomato leaves can greatly enhance yield and allow farmers to manage challenges more efficiently. This study investigates the performance of YOLOv11 for tomato leaf disease recognition. All accessible versions of YOLOv11 were first fine-tuned on an improved tomato leaf disease dataset consisting of a healthy class and 10 disease classes. YOLOv11m was selected for further hyperparameter optimization based on its evaluation metrics. It achieved a fitness score of 0.98885, with a precision of 0.99104, a recall of 0.98597, and a mAP@.5 of 0.99197. This model underwent rigorous hyperparameter optimization using the one-factor-at-a-time (OFAT) algorithm, with a focus on essential parameters such as batch size, learning rate, optimizer, weight decay, momentum, dropout, and epochs. Subsequently, random search (RS) with 100 configurations was performed based on the results of OFAT. Among them, the C47 model demonstrated a fitness score of 0.99268 (a 0.39% improvement), with a precision of 0.99190 (0.09%), a recall of 0.99348 (0.76%), and a mAP@.5 of 0.99262 (0.07%). The results suggest that the final model works efficiently and is capable of accurately detecting and identifying tomato leaf diseases, making it suitable for practical farming applications.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から認識するYOLOモデルを対象に、モデル比較とハイパーパラメータ最適化を行っており、植物の病害状態を推定する画像ベース手法が研究の中心です。
abstractThis study investigates the performance of YOLOv11 for tomato leaf disease recognition.
Reproduction assets foundThe paper's tomato leaf disease images derive from the public Kaggle 'Tomato Disease Multiple Sources' dataset, explicitly cited as openly available in the Data Availability Statement. The supplement (Data S1) contains the random-search performance configurations from the authors' hyperparameter optimization analysis.Dataset · publicand D.-H.A.; visualization, Y.-S.L.; supervision, Y.B.S.; project administration, D.-H.A. and G.-D.K.; funding acquisition, Y.-S.L. All authors have read and agreed to the published version of the manuscript.
Data Availability Statement
The data presented in this study are openly available in Tomato Disease Multiple Sources at https://www.kaggle.com/datasets/cookiefinder/tomato-disease-multiple-sources/data , accessed on 30 December 2023.
Conflicts of Interest
The authors declare no conflicts of interest.
Funding Statement
This research was supported by the Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (2021R1I1A1A0Open asset ↗Kaggle · Tomato Disease Multiple Sourceslines:2202-2219Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Accurate and automated detection of sunflower plants, along with assessments of their growth stages and health conditions, is crucial for enabling precision agriculture and improving crop management. In this work, we present a drone-based dataset of annotated sunflower images, derived from high-resolution videos captured at two distinct locations in Bangladesh. The original dataset comprises 1649 images extracted from drone footage of the BARI Surjomukhi-3 variety under various orientations, health conditions, and weather scenarios. After meticulous annotation using the Roboflow platform and augmentation with seven distinct techniques, the dataset expanded to 4286 images in Pascal VOC format. Detailed metadata-including geospatial coordinates, timestamped acquisition conditions, and camera settings-accompanies the dataset to support reproducibility and model generalization. By offering a comprehensive suite of annotated and augmented images, this dataset provides a valuable resource for developing and refining computer vision models geared toward sunflower detection, maturity evaluation, and yield prediction, ultimately advancing sustainable farming practices and decision-making tools in agricultural research.
Why it matches plant phenotyping methodsヒマワリ画像を注釈付きデータセットとして構築し、成長段階・健康状態・成熟度などの植物状態推定を支援することが中心であり、再利用可能な画像ベース表現型データセットに該当する。
abstractwe present a drone-based dataset of annotated sunflower images
Reproduction assets foundThis Data in Brief article describes a drone-based annotated sunflower image dataset from Bangladesh, publicly deposited on Mendeley Data (DOI 10.17632/txct4k36ct.1) with a companion Roboflow Universe project for annotation conversion. Both are paper-specific, public, and directly actionable.Dataset · publicrsingdi, and Amjhupi, Meherpur
Country: Bangladesh
Latitude and longitude:
Nagoriakandi, Narsingdi: Latitude 23.906801° N, Longitude 90.710563° E
Amjhupi, Meherpur: Latitude 23.744897° N, Longitude 88.69174° E
Data accessibility
Repository name: Mendeley Data
Data identification number: 10.17632/txct4k36ct.1
Direct URL to data: https://data.mendeley.com/datasets/txct4k36ct/1
1.
Value of the Data
•
Drone-captured, high-resolution images meticulously annotated for sunflower detection, growth stage, and health conditions enable the development of precise computer vision models [ 1 ].
•
Unlike conventional drone images taken from overhead perspectives, the dataset includes images captured at lowOpen asset ↗Mendeley Data · 10.17632/txct4k36ct.1lines:1-51Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Timely detection of plant diseases is crucial for agricultural safety, product quality, and environmental protection. However, plant disease detection faces several challenges, including the diversity of plant disease scenarios and complex backgrounds. To address these issues, we propose a plant disease detection model named PYOLO. Firstly, the model enhances feature fusion capabilities by optimizing the PAN structure, introducing a weighted bidirectional feature pyramid network (BiFPN), and repeatedly fusing top and bottom scale features. Additionally, the model's ability to focus on different parts of the image is improved by redesigning the EC2f structure and dynamically adjusting the convolutional kernel size to better capture features at various scales. Finally, the MHC2f mechanism is designed to enhance the model's ability to perceive complex backgrounds and targets at different scales by utilizing its self-attention mechanism for parallel processing. Experiments demonstrate that the model's mAP value increases by 4.1% compared to YOLOv8n, confirming its superiority in plant disease detection.
Why it matches plant phenotyping methods植物病害を画像から検出するPYOLOモデルを開発し、YOLOv8nとの性能比較で検証しているため、植物の病害状態を推定する画像ベースの表現型計測手法が中心である。
abstractwe propose a plant disease detection model named PYOLO.
Reproduction assets foundThe paper's authors publicly release the YOLOv8-based PYOLO/YOLO-ESC model code used for plant disease detection via a GitHub release, matching an allowed URL. No separate phenotype dataset or trained checkpoint is explicitly deposited in the supplied text.Code · publicThe improvements and execution process of the YOLOv8 code discussed in this article are available on GitHub, and can be downloaded from https://github.com/WANG9711/my-source-code/releases/tag/yolov8 under the file name yolov8.zip.Open asset ↗WANG9711/my-source-code · yolov8lines:193-288Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
In natural environments, tomato leaf disease detection faces many challenges, such as variations in light conditions, overlapping disease symptoms, tiny size of lesion areas, and occlusion between leaves. Therefore, an improved tomato leaf disease detection method, DM-YOLO, based on the YOLOv9 algorithm, is proposed in this paper. Specifically, firstly, lightweight dynamic up-sampling DySample is incorporated into the feature fusion backbone network to enhance the ability to extract features of small lesions and suppress the interference from the background environment; secondly, the MPDIoU loss function is used to enhance the learning of the details of overlapping lesion margins in order to improve the accuracy of localizing overlapping lesion margins. The experimental results show that the precision (P) of this model increased by 2.2%, 1.7%, 2.3%, 2%, and 2.1%compared with those of multiple mainstream improved models, respectively. When evaluated based on the tomato leaf disease dataset, the precision (P) of the model was 92.5%, and the average precision (AP) and the mean average precision (mAP) were 95.1% and 86.4%, respectively, which were 3%, 1.7%, and 1.4% higher than the P, AP, and mAP of YOLOv9, the baseline model, respectively. The proposed detection method had good detection performance and detection potential, which will provide strong support for the development of smart agriculture and disease control.
Why it matches plant phenotyping methodsトマト葉の病斑を画像から検出するYOLO改良手法の開発と性能評価が中心であり、植物の病害状態を直接推定するフェノタイピング手法に該当する。
abstractan improved tomato leaf disease detection method, DM-YOLO, based on the YOLOv9 algorithm, is proposed in this paper.
Reproduction assets foundThe paper's tomato leaf disease detection experiments use a public Roboflow dataset explicitly cited by the authors as the dataset used in this study. The ultralytics YOLOv5 repository is a generic third-party library, not a paper-specific asset, and no author analysis code or trained model checkpoint is reported as a.Dataset · publicThe dataset used in this paper is a tomato leaf disease dataset “Tomato Diseases Detection available on Roboflow platform ( Bryan 2023 )Open asset ↗lines:86-136Code / dataset availability confirmedCrossref · checked 14 Sept 2026
The primary challenge facing the agricultural sector, which is essential for ensuring global food security, is enhancing crop productivity while effectively addressing the challenges posed by plant diseases. Advanced technologies have the potential to completely transform agricultural methods, especially in the areas of computer vision and machine learning. This study uses meteorological as well as fruit and vegetables image datasets to create an integrated agricultural decision support system for crop yield estimation and disease prediction. By enabling early plant disease detection and precise crop yield estimates, the system seeks to improve precision agriculture techniques. To analyze and classify the images and predict the possibility of crop disease harming fruits and vegetables, a Convolutional Neural Network (CNN) deep learning model is used. The Multilayer Perceptron algorithm is used to train the model using a large dataset that contains historical meteorological data, allowing it to identify patterns and connections between environmental conditions. Finally, farmers receive an SMS notice with prediction specifics.
Why it matches plant phenotyping methods植物画像から病害状態を推定し、気象・画像データから収量を推定するCNN/MLP統合手法が研究の中心であり、単なる生物学的実験のルーチン測定ではない。
abstractThis study uses meteorological as well as fruit and vegetables image datasets to create an integrated agricultural decision support system for crop yield estimation and disease prediction.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe first dataset used in the study is a collection of fruit and vegetable images obtained
from Kaggle (https://www.kaggle.com/datasets/muhammad0subhan/fruit-and-vegetable-Open asset ↗Kaggle · muhammad0subhan/fruit-and-vegetable-pdf-page:5 lines:1-28Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
The soybean-cyst nematode (SCN; Heterodera glycines) is one of the most destructive pests affecting soybean crops. Effective management of SCN is imperative for the sustainability of soybean agriculture. A promising approach to achieving this goal is the development and breeding of new resistant soybean varieties. Researchers and breeders typically employ exploratory methods such as Genome-Wide Association Studies or Quantitative Trait Loci mapping to identify genes linked to resistance. These methods depend on extensive phenotypic screening. The primary phenotypic measure for assessing SCN resistance is often the number of cysts that form on a plant's root system. Manual counting hundreds of cysts on a given root system is not only laborious but also subject to variability due to individual assessor differences. Additionally, while measuring cyst size could provide valuable insights due to its correlation with cyst development, this aspect is frequently overlooked because it demands even more hands-on work. To address these challenges, we have created Nemacounter, an intuitive software designed to detect, count, and measure the size of cysts autonomously. Nemacounter boasts a user-friendly graphical interface, simplifying the process for users to obtain reliable results. It enhances productivity by delivering annotated images and compiling data into csv files for easy analysis and reporting.
Why it matches plant phenotyping methodsダイズ根上の線虫シスト数とサイズという植物病害抵抗性関連形質を、画像から自動検出・計測するソフトウェアを開発しており、表現型取得手法が研究の中心です。
abstractwe have created Nemacounter, an intuitive software designed to detect, count, and measure the size of cysts autonomously.
Reproduction assets foundThe paper's SCN cyst phenotyping assets are publicly available: the authors' Nemacounter analysis software on GitHub, two annotated cyst image datasets on Roboflow (bounding-box and segmentation/area annotations), and the authors' trained YOLOv5-xl model (cystmodel.pt) on Iowa State's Box. The SAM weights and ultralyptCode · publicThe Nemacounter software can be downloaded here: https://github.com/DjampaKozlowski/NemaCounter and we provide an installation manual and utilization manual as supplementary data.Open asset ↗DjampaKozlowski/NemaCounterlines:65-70Dataset · publicThe complete dataset is accessible on the Roboflow website at: https://universe.roboflow.com/iowa-state-university-cwvqa/cystnewboundingboxv2Open asset ↗lines:118-138Dataset · publicAll training datasets are available on Roboflow website at : https://universe.roboflow.com/iowa-state-university-cwvqa/cystnewboundingboxv2 and https://universe.roboflow.com/iowa-state-university-cwvqa/cyst-detectors-area.Open asset ↗lines:139-197Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Viticulture benefits significantly from rapid grape bunch identification and counting, enhancing yield and quality. Recent technological and machine learning advancements, particularly in deep learning, have provided the tools necessary to create more efficient, automated processes that significantly reduce the time and effort required for these tasks. On one hand, drone, or Unmanned Aerial Vehicles (UAV) imagery combined with deep learning algorithms has revolutionised agriculture by automating plant health classification, disease identification, and fruit detection. However, these advancements often remain inaccessible to farmers due to their reliance on specialized hardware like ground robots or UAVs. On the other hand, most farmers have access to smartphones. This article proposes a novel approach combining UAVs and smartphone technologies. An AI-based framework is introduced, integrating a 5-stage AI pipeline combining object detection and pixel-level segmentation algorithms to automatically detect grape bunches in smartphone images of a commercial vineyard with vertical trellis training. By leveraging UAV-captured data for training, the proposed model not only accelerates the detection process but also enhances the accuracy and adaptability of grape bunch detection across different devices, surpassing the efficiency of traditional and purely UAV-based methods. To this end, using a dataset of UAV videos recorded during early growth stages in July (BBCH77-BBCH79), the X-Decoder segments vegetation in the front of the frames from their background and surroundings. X-Decoder is particularly advantageous because it can be seamlessly integrated into the AI pipeline without requiring changes to how data is captured, making it more versatile than other methods. Then, YOLO is trained using the videos and further applied to images taken by farmers with common smartphones (Xiaomi Poco X3 Pro and iPhone X). In addition, a web app was developed to connect the system with mobile technology easily. The proposed approach achieved a precision of 0.92 and recall of 0.735, with an F1 score of 0.82 and an Average Precision (AP) of 0.802 under different operation conditions, indicating high accuracy and reliability in detecting grape bunches. In addition, the AI-detected grape bunches were compared with the actual ground truth, achieving an R 2 value as high as 0.84, showing the robustness of the system. This study highlights the potential of using smartphone imaging and web applications together, making an effort to integrate these models into a real platform for farmers, offering a practical, affordable, accessible, and scalable solution. While smartphone-based image collection for model training is labour-intensive and costly, incorporating UAV data accelerates the process, facilitating the creation of models that generalise across diverse data sources and platforms. This blend of UAV efficiency and smartphone precision significantly cuts vineyard monitoring time and effort.
Why it matches plant phenotyping methodsスマートフォン画像とUAVデータを用いてブドウ房を検出・計数するAIパイプラインを開発・評価し、実測値との比較も行っているため、植物器官形質の取得手法が中心である。
abstractAn AI-based framework is introduced, integrating a 5-stage AI pipeline combining object detection and pixel-level segmentation algorithms to automatically detect grape bunches in smartphone images of a commercial vineyard with vertical trellis training.
Reproduction assets foundThe paper's Data Availability Statement points to a public, paper-specific dataset (EscaYard: geotagged smartphone vineyard images, phytosanitary status, UAV 3D point clouds and orthomosaics) published as a Data Brief with a DOI, which directly underpins the smartphone/UAV grape detection phenotyping analysis. No code,Dataset · publicData is available at https://doi.org/10.1016/j.dib.2024.110497 [ 55 ].Open asset ↗10.1016/j.dib.2024.110497lines:202-204Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Computer vision technology is widely used in smart agriculture, primarily because of its non-invasive nature, which avoids causing damage to delicate crops. Nevertheless, the deployment of computer vision algorithms on agricultural machinery with limited computing resources represents a significant challenge. Algorithm optimization with the aim of achieving an equilibrium between accuracy and computational power represents a pivotal research topic and is the core focus of our work. In this paper, we put forward a lightweight hybrid network, named VM-YOLO, for the purpose of detecting strawberry flowers. Firstly, a multi-branch architecture-based fast convolutional sampling module, designated as Light C2f, is proposed to replace the C2f module in the backbone of YOLOv8, in order to enhance the network's capacity to perceive multi-scale features. Secondly, a state space model-based lightweight neck with a global sensitivity field, designated as VMambaNeck, is proposed to replace the original neck of YOLOv8. After the training and testing of the improved algorithm on a self-constructed strawberry flower dataset, a series of experiments is conducted to evaluate the performance of the model, including ablation experiments, multi-dataset comparative experiments, and comparative experiments against state-of-the-art algorithms. The results show that the VM-YOLO network exhibits superior performance in object detection tasks across diverse datasets compared to the baseline. Furthermore, the results also demonstrate that VM-YOLO has better performances in the mAP, inference speed, and the number of parameters compared to the YOLOv6, Faster R-CNN, FCOS, and RetinaNet.
Why it matches plant phenotyping methodsイチゴ花の検出を目的とする画像解析モデルを開発し、データセット上でアブレーション、比較、性能評価を行っており、植物器官の取得・抽出法が研究の中心である。
abstractwe put forward a lightweight hybrid network, named VM-YOLO, for the purpose of detecting strawberry flowers.
Reproduction assets foundThe authors' self-constructed strawberry flower dataset (3388 labeled images used for all VM-YOLO experiments) is explicitly made publicly available via a Google Drive link in the Data Availability statement. The other listed datasets (Global Wheat Head 2020, CropAndWeed, Strawberry Disease) are cited prior public setsDataset · publicThe datasets can be found at the following: The strawberry flower dataset (Accessed on 2 February 2024): https://drive.google.com/drive/folders/1aT6ur3cLPp0xD0urIH6ex_mrFYkIAtm8 ; The Global Wheat Head Detection Dataset 2020 (Accessed on 10 February 2024): http://www.global-wheat.com/gwhd.html ; The CropAndWeed dataset (Accessed on 15 February 2024): https://github.com/cropandweed/cropandweed-dataset ; and The Strawberry Disease dataset (Accessed on 20 February 2024): www.kaggle.com/usmanafzaal/strawbeOpen asset ↗lines:145-326Code / dataset availability confirmedCrossref · checked 14 Sept 2026
A sizable section of India's rural population depends on agriculture for their livelihoods, while manual labor and disease control continue to be problems. The objective of this study is to enhance the Mask R-CNN architecture for precise detection and segmentation of potato plant leaf illnesses. This is of utmost importance in agriculture since diseases like as early blight and late blight profoundly affect crop productivity. Traditional illness detection techniques are characterized by their high labor requirements and susceptibility to human mistakes, thereby requiring the use of automated alternatives. By refining the feature extraction method, optimizing the Region Proposal Network (RPN), and enhancing segmentation via data augmentation and parameter tweaking, the suggested technique improves Mask R-CNN. Empirical findings indicate that the optimized Mask R-CNN outperforms other models, including YOLOv8 and EfficientNet, with an accuracy of 99.86%, precision of 99.82%, recall of 99.83%, and an F1-score of 99.84%. In conclusion, of work establishes that the optimized Mask R-CNN is a reliable instrument for early and accurate disease identification, thereby enhancing crop management and agricultural output.
Why it matches plant phenotyping methodsジャガイモ葉の病徴を画像から検出・セグメンテーションするMask R-CNNの改良と比較評価が研究の中心であり、植物病害状態の画像ベース表現型計測に該当する。
abstractThe objective of this study is to enhance the Mask R-CNN architecture for precise detection and segmentation of potato plant leaf illnesses.
Accurate counting of crop plants is essential for agricultural science, particularly for yield forecasting, field management, and experimental studies. Traditional methods are labor-intensive and prone to errors. Unmanned Aerial Vehicle (UAV) technology offers a promising alternative; however, varying UAV altitudes can impact image quality, leading to blurred features and reduced accuracy in early maize seedling counts. To address these challenges, we developed RC-Dino, a deep learning methodology based on DINO, specifically designed to enhance the precision of seedling counts from UAV-acquired images. RC-Dino introduces two innovative components: a novel self-calibrating convolutional layer named RSCconv and an adaptive spatial feature fusion module called ASCFF. The RSCconv layer improves the representation of early maize seedlings compared to non-seedling elements within feature maps by calibrating spatial domain features. The ASCFF module enhances the discriminability of early maize seedlings by adaptively fusing feature maps extracted from different layers of the backbone network. Additionally, transfer learning was employed to integrate pre-trained weights with RSCconv, facilitating faster convergence and improved accuracy. The efficacy of our approach was validated using the Early Maize Seedlings Dataset (EMSD), comprising 1,233 annotated images of early maize seedlings, totaling 83,404 individual annotations. Testing on this dataset demonstrated that RC-Dino outperformed existing models, including DINO, Faster R-CNN, RetinaNet, YOLOX, and Deformable DETR. Specifically, RC-Dino achieved improvements of 16.29% in Average Precision (AP) and 8.19% in Recall compared to the DINO model. Our method also exhibited superior coefficient of determination (R²) values across different datasets for seedling counting. By integrating RSCconv and ASCFF into other detection frameworks such as Faster R-CNN, RetinaNet, and Deformable DETR, we observed enhanced detection and counting accuracy, further validating the effectiveness of our proposed method. These advancements make RC-Dino particularly suitable for accurate early maize seedling counting in the field. The source code for RSCconv and ASCFF is publicly available at https://github.com/collapser-AI/RC-Dino, promoting further research and practical applications.
Why it matches plant phenotyping methodsUAV画像からトウモロコシ幼苗数を抽出する深層学習手法を開発し、公開データセット上で既存手法と比較検証しており、植物表現型取得法が研究の中心です。
abstractwe developed RC-Dino, a deep learning methodology based on DINO, specifically designed to enhance the precision of seedling counts from UAV-acquired images.
Reproduction assets foundThe paper's EMSD UAV image dataset is explicitly not publicly available, but the authors' RSCconv and ASCFF analysis code for the RC-Dino model is publicly released on GitHub.Code · publicHowever, our code is open to the public. The RSCconv and ASCFF code mentioned in this paper can be found here: https://github.com/collapser-AI/RC-Dino .Open asset ↗collapser-AI/RC-Dinolines:727-739Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Diagnosis of cotton plant diseases is essential to maintain agricultural sustainability and output. This study proposes a YOLO-based deep learning model for leaf disease detection to maximize cotton plant leaf disease detection accuracy. This method ensures a comprehensive evaluation of cotton plant health by combining various image processing techniques, improving the accuracy of disease identification. This study provides a viable path to improve crop health monitoring and management in cotton farming systems and emphasizes the importance of utilizing cutting-edge image processing techniques in agricultural activities. ROC curve performance and classification metrics were better for YOLOv5 than for VGG16 and ResNet50, as it had the highest F1 score (99.21%), recall, and precision. Consistent performance in classification tests was demonstrated by all models, which showed balanced precision, recall, and F1 scores. ResNet50 marginally outperformed VGG16 in terms of true positive rates, F1 score (98.88% vs. 98.65%), recall, and precision. More sophisticated models, such as YOLOv5 and ResNet50, showed higher efficiency and accuracy than VGG16, which makes them more appropriate for applications demanding low false positive rates and high precision. The proposed YOLO-based method improves the accuracy of disease identification, ensuring a thorough assessment of cotton plant health using image processing techniques. The results show that the proposed approach is quite successful in correctly detecting and classifying a variety of diseases that affect cotton plants.
Why it matches plant phenotyping methods綿花葉の病害状態を画像から検出・分類するYOLOベース手法の提案とモデル比較が中心であり、植物病害フェノタイピング手法に該当する。
abstractThis study proposes a YOLO-based deep learning model for leaf disease detection to maximize cotton plant leaf disease detection accuracy.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe leaf images of cotton plants used in this research were
collected from a public Kaggle dataset [21, 22].Open asset ↗Kagglepdf-raw-page:2 lines:1-83Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published1 Feb 2025Indonesian Journal of Electrical Engineering and Computer ScienceCited by 0 · OpenAlex ↗
The widespread occurrence of plant diseases is a major factor in the reduction of agricultural output, affecting both crop quality and quantity. These diseases typically begin on the leaves, influenced by alterations in plant structure and growing techniques, and can eventually spread over the entire plant. This results in a notable decrease in crop variety and yield. Successfully managing these diseases depends on accurately classifying and detecting leaf infections early, which is essential for controlling their spread and ensuring healthy plant growth. To address these challenges, this paper introduces an efficient approach for detecting plant leaf diseases. A concatenation of pre-trained convolutional neural networks (CNN) for enhanced plant leaf disease using transfer learning technique is implemented, with a specific focus on accurate early detection, utilizing the comprehensive new plant diseases dataset. The combined residual network-50 (ResNet-50) with densely connected convolutional network-121 (DenseNet-121) architecture aims to provide an efficient and reliable solution to these critical agricultural concerns. Various evaluation metrics were utilized to evaluate the robustness of the proposed hybrid model. The proposed ResNet-50 with the DenseNet-121 hybrid model achieved a rate of accuracy of 99.66%.
Why it matches plant phenotyping methods植物葉の病徴を画像から分類する深層学習手法を提案し、ハイブリッドCNNの性能評価を行っているため、植物病害状態のフェノタイピング手法が中心である。
abstractA concatenation of pre-trained convolutional neural networks (CNN) for enhanced plant leaf disease using transfer learning technique is implemented
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicclassified into 38 classes of plant diseases categories and can be accessed
at “https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset”Open asset ↗Kaggle · vipoooool/new-plant-diseases-datasetpdf-page:2 lines:54-63Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published1 Feb 2025International Journal of Electrical and Computer Engineering (IJECE)Cited by 7 · OpenAlex ↗
Agriculture plays a pivotal role in India's economy, and the timely detection of plant infections is essential to safeguard crops and prevent further spread of diseases. The conventional approach involves manual inspection of plant leaves to identify the specific type of disease, a task typically carried out by farmers or plant pathologists. In previous studies, you only look once (YOLO) and faster region-based convolutional neural network (R-CNN), machine learning algorithms were applied to datasets for detecting objects on tomato leaves which includes a total of images 2403 and got accuracies of 86 and 82 percent. In this paper, a deep convolutional neural network (DCNN) model proposed with a new framework separate, shift, and merge based AlexNet50 algorithm (SSMAN) is used to predict the disease at an earlier stage with higher accuracy. Among various pre-trained deep models, AlexNet emerges as the top performer, achieving the highest accuracy in disease classification. SSMAN can address anomalies in images by employing a class decomposition approach to scrutinize class boundaries. AlexNet exhibits a notable accuracy of 98.30% in successfully identifying tomato leaf diseases from images, with pre-trained new framework, superior to the original AlexNet architecture as well as traditional classification methods with other algorithms.
Why it matches plant phenotyping methodsトマト葉画像から病害状態を推定する深層学習フレームワークを開発・評価しており、植物病害表現型の取得・抽出が研究の中心です。
abstracta deep convolutional neural network (DCNN) model proposed with a new framework separate, shift, and merge based AlexNet50 algorithm (SSMAN) is used to predict the disease at an earlier stage with higher accuracy.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe data employed
in this study is sourced from rural farm fields and is accessible atOpen asset ↗pdf-page:5 lines:1-52Code / dataset availability confirmedCrossref · Europe PMC · checked 14 Sept 2026
Crop field monitoring using unmanned aerial vehicles (UAVs) is one of the most important technologies for plant growth control in modern precision agriculture. One of the important and widely used tasks in field monitoring is plant stand counting. The accurate identification of plants in field images provides estimates of plant number per unit area, detects missing seedlings, and predicts crop yield. Current methods are based on the detection of plants in images obtained from UAVs by means of computer vision algorithms and deep learning neural networks. These approaches depend on image spatial resolution and the quality of plant markup. The performance of automatic plant detection may affect the efficiency of downstream analysis of a field cropping pattern. In the present work, a method is presented for detecting the plants of five species in images acquired via a UAV on the basis of image segmentation by deep learning algorithms (convolutional neural networks). Twelve orthomosaics were collected and marked at several sites in Russia to train and test the neural network algorithms. Additionally, 17 existing datasets of various spatial resolutions and markup quality levels from the Roboflow service were used to extend training image sets. Finally, we compared several texture features between manually evaluated and neural-network-estimated plant masks. It was demonstrated that adding images to the training sample (even those of lower resolution and markup quality) improves plant stand counting significantly. The work indicates how the accuracy of plant detection in field images may affect their cropping pattern evaluation by means of texture characteristics. For some of the characteristics (GLCM mean, GLRM long run, GLRM run ratio) the estimates between images marked manually and automatically are close. For others, the differences are large and may lead to erroneous conclusions about the properties of field cropping patterns. Nonetheless, overall, plant detection algorithms with a higher accuracy show better agreement with the estimates of texture parameters obtained from manually marked images.
Why it matches plant phenotyping methodsUAV画像から植物個体をセグメンテーションし、株数・欠株などの植物状態を推定する画像解析手法を開発・評価しており、手法が研究の中心です。
abstractIn the present work, a method is presented for detecting the plants of five species in images acquired via a UAV on the basis of image segmentation by deep learning algorithms (convolutional neural networks).
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicThe following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/jimaging11010028/s1 , “Supplementary Material.pdf” contains the following Supplementary Materials: Table S1. The field location of the crop image dataset from Russia (2019–2023); Table S2. Public datasets from Roboflow used for the analysis (accessed on 25 November 2023); Table S3. The row spacing (for different crops) used in the work to mark up images from the additional datasets (not ours); Table S4. Description of the ResNet neural network architectures for models RN18, RN34, and RN50; Table S5. Description of the texture characteristics; Table S6. Estimates of the four texture characteristicsOpen asset ↗lines:344-359Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Agricultural productivity is increasingly threatened by plant diseases, which can spread rapidly and lead to significant crop losses if not identified early. Detecting plant diseases accurately in diverse and uncontrolled environments remains challenging, as most current detection methods rely heavily on lab-captured images that may not generalise well to real-world settings. This paper aims to develop models capable of accurately identifying plant diseases across diverse conditions, overcoming the limitations of existing methods. A combined dataset was utilised, incorporating the PlantDoc dataset with web-sourced images of plants from online platforms. State-of-the-art convolutional neural network (CNN) architectures, including EfficientNet-B0, EfficientNet-B3, ResNet50, and DenseNet201, were employed and fine-tuned for plant leaf disease classification. A key contribution of this work is the application of enhanced data augmentation techniques, such as adding Gaussian noise, to improve model generalisation. The results demonstrated varied performance across the datasets. When trained and tested on the PlantDoc dataset, EfficientNet-B3 achieved an accuracy of 73.31%. In cross-dataset evaluation, where the model was trained on PlantDoc and tested on a web-sourced dataset, EfficientNet-B3 reached 76.77% accuracy. The best performance was achieved with the combination of the PlanDoc and web-sourced datasets resulting in an accuracy of 80.19% indicating very good generalisation in diverse conditions. Class-wise F1-scores consistently exceeded 90% for diseases such as apple rust leaf and grape leaf across all models, demonstrating the effectiveness of this approach for plant disease detection.
Why it matches plant phenotyping methods植物葉の画像から病害状態を推定する深層学習手法の開発・汎化評価が中心であり、植物表現型(病徴・病害状態)の取得方法に該当する。
abstractThis paper aims to develop models capable of accurately identifying plant diseases across diverse conditions, overcoming the limitations of existing methods.
Reproduction assets foundThe paper's web-sourced plant disease image dataset (the paper-specific data contribution, combined with PlantDoc for experiments) is publicly deposited on Zenodo per the Data Availability Statement. PlantDoc is a cited third-party dataset, not a paper-specific asset, and no author analysis code or trained model is de-Dataset · publicData Availability Statement: Data used in paper are available at: https://zenodo.org/records/14051480Open asset ↗zenodo · 14051480pdf-page:21 lines:1-57Code / dataset availability confirmedCrossref · checked 14 Sept 2026
The article considers modern methods based on deep learning for solving the problem of plant disease recognition. A comparative analysis of some existing methods is carried out. A modified neural network model is created that allows to surpass existing methods in recognition accuracy and memory costs. Using the VGG16 architecture, a modified convolutional model is developed using Keras. The dataset used were images of plants—tomato leaves, both healthy and diseased. A computational experiment was carried out in comparison with such architectures as VGG16, ResNet-50, and EfficientNet-85. The proposed model allows to detect plant diseases with the best results in computations and accuracy.
Why it matches plant phenotyping methods植物葉の病変領域を画像から認識する深層学習モデルの開発・比較が中心で、病害状態という植物表現型を直接推定しているため。
titleDeep learning model for plant disease detection based on visual analysis of leaf infestation area
Reproduction assets foundThe paper's Data availability statement points to the public PlantVillage plant image dataset (arXiv 1511.08060) used as the paper's phenotyping input. No author analysis code or trained model is publicly deposited.Dataset · publicData availability A dataset of plant images, both diseased and healthy, is available at https://doi.org/10.48550/arXiv.
1511.08060.Open asset ↗arXiv · 1511.08060pdf-page:7 lines:1-53Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Agriculture is a cornerstone of economic prosperity, but plant diseases can severely impact crop yield and quality. Identifying these diseases accurately is often difficult due to limited expert availability and ambiguous information. Early detection and automated diagnosis systems are crucial to mitigate these challenges. To address this, we propose a lightweight convolutional neural network (CNN) designed for resource-constrained devices termed as LeafNet. LeafNet draws inspiration from the block-wise VGG19 architecture but incorporates several optimizations, including a reduced number of parameters, smaller input size, and faster inference time while maintaining competitive accuracy. The proposed LeafNet leverages small, uniform convolutional filters to capture fine-grained details of plant disease features, with an increasing number of channels to enhance feature extraction. Additionally, it integrates channel attention mechanisms to prioritize disease-related features effectively. We evaluated the proposed method on four datasets: the benchmark plant village (PV), the data repository of leaf images (DRLIs), the newly curated plant composite (PC) dataset, and the BARI Sunflower (BARI-Sun) dataset, which includes diverse and challenging real-world images. The results show that the proposed performs comparably to state-of-the-art methods in terms of accuracy, false positive rate (FPR), model size, and runtime, highlighting its potential for real-world applications.
Why it matches plant phenotyping methods植物病害の画像ベース診断を目的とする軽量CNNを開発し、複数データセットで精度・誤検出率・モデルサイズ・推論時間を評価しており、病害状態の表現型推定手法が中心である。
abstractwe propose a lightweight convolutional neural network (CNN) designed for resource-constrained devices termed as LeafNet.
Reproduction assets foundThe paper's authors publicly released their LeafNet analysis code on GitHub, and the plant leaf image datasets used for their phenotyping experiments (PV, DRLI, BARI-Sun) are openly available. The PC dataset is a composite of PV and DRLI and is not independently deposited.Code · publicTo promote
reproducibility and facilitate further research, the source code is publicly available at:
(https://github.com/sanaparez/LeafNet)Open asset ↗sanaparez/LeafNetpdf-page:3 lines:1-54Dataset · publicThe datasets utilized in this study are openly available at PV Dataset
(https://github.com/spMohanty/PlantVillage-Dataset)Open asset ↗spMohanty/PlantVillage-Datasetpdf-page:15 lines:1-59Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
The evaluation of fruit genetic resources regarding a resistance to pathogens is an essential basis for subsequent selection in fruit breeding. Both genetic analysis and phenotyping of defined traits are important tools and provide decision data in the evaluation process. However, the phenotyping of plants is often carried out 'by hand' and remains the bottleneck in fruit breeding and fruit growing. The development of a digital and UAV (unmanned aerial vehicle)-based phenotyping method for the assessment of genotype-specific susceptibility or resistance against diseases in orchards would significantly increase the efficiency of plant breeding. In this framework, a workflow for drone-based monitoring of pathogens in orchards was developed using the European pear rust ( Gymnosporangium sabinae ) as model pathogen. Pear rust is widespread in orchards and causes conspicuous, clearly visible, yellow to orange-colored disease symptoms. In this paper, we provide a dataset with expert-annotated high-resolution RGB images with pear rust symptoms. For data collection, ten UAV-flight campaigns were realized between 2021 and 2023 under various weather conditions and with different flight parameters in the experimental orchard of the Julius Kühn-Institute for Breeding Research on Fruit Crops in Dresden-Pillnitz (Germany). 1394 images were captured of different pear genotypes, including varieties, wild species and progeny from breeding. The dataset contains manually labelled images with a size of 768 × 768 pixels of leaves infected with pear rust at different stages of development, labelled as class GYMNSA, as well as background images without symptoms. Each leaf with pear rust symptoms was annotated with the drawing method by two points (bounding boxes) using the Computer Vision Annotation Tool (CVAT, v1.1.0) [1] and presented in YOLO 1.1 file format (.txt files). A total of 584 annotated images and 162 background images, organized into a training and validation set, are included in the GYMNSA dataset. This GYMNSA dataset can be used as a resource for researchers and developers working on drone-based plant disease monitoring systems.
Why it matches plant phenotyping methodsナシさび病の植物症状をUAV画像から検出するための注釈付きデータセットを提供しており、植物病害状態の画像ベース表現型取得・解析ワークフローが中心的です。
abstractThe development of a digital and UAV (unmanned aerial vehicle)-based phenotyping method for the assessment of genotype-specific susceptibility or resistance against diseases in orchards would significantly increase the efficiency of plant breeding.
Reproduction assets foundThe paper's GYMNSA dataset — annotated UAV RGB images of pear rust symptoms with YOLO labels — is publicly deposited on Mendeley Data under DOI 10.17632/44kjgc4gkc.1, directly reproducing the paper's phenotyping measurements.Dataset · publicl orchard of the Julius Kühn-Institute (JKI - Federal Research Centre for Cultivated Plants) at the Institute for Breeding Research on Fruit Crops located in Dresden-Pillnitz (Germany) [51°00ʹ01"N 13°53ʹ12"E].
Data accessibility
Repository name: Mendeley Data
Data identification number: 10.17632/44kjgc4gkc.1
Direct URL to data: https://data.mendeley.com/datasets/44kjgc4gkc/1
1.
Value of the Data
•
These data were collected on an approximately 1.6 ha experimental field with over 1000 different pear genotypes (breeding material and genetic resources of pear varieties and species) and presents a wide spectrum of phenotypic characteristics of pear rust infections at different stages of developmeOpen asset ↗Mendeley Data · 10.17632/44kjgc4gkc.1lines:43-69Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Abstract As the importance of precision agriculture grows, scalable and efficient methods for real-time data collection and analysis have become essential. In this study, we developed a system to collect real-time crop images, focusing on physiological disorders in tomatoes. This system systematically collects crop images and related data, with the potential to evolve into a valuable tool for researchers and agricultural practitioners. A total of 58 479 images were produced under stress conditions, including bacterial wilt (BW), Tomato Yellow Leaf Curl Virus (TYLCV), Tomato Spotted Wilt Virus (TSWV), drought, and salinity, across seven tomato varieties. The images include front views at 0 degrees, 120 degrees, 240 degrees, and top views and petiole images. Of these, 43 894 images were suitable for labeling. Based on this, 24 000 images were used for AI model training, and 13 037 images for model testing. By training a deep learning model, we achieved a mean Average Precision (mAP) of 0.46 and a recall rate of 0.60. Additionally, we discussed data augmentation and hyperparameter tuning strategies to improve AI model performance and explored the potential for generalizing the system across various agricultural environments. The database constructed in this study will serve as a crucial resource for the future development of agricultural AI. Database URL: https://crops.phyzen.com/
Why it matches plant phenotyping methodsトマトの生理障害・病害を対象に画像収集データベースと深層学習解析モデルを開発しており、植物状態の取得・推定手法が研究の中心である。
titleCPDMS: a database system for crop physiological disorder management
Reproduction assets foundThe paper's tomato physiological-disorder image dataset (58,479 images, annotations, and AI training data) is publicly available via the authors' CPDMS database. LabelImg and YOLOv5 are generic third-party tools, not paper-specific assets.Dataset · publicAll data used in this study are publicly available at https://crops.phyzen.com/ and https://crops.phyzen.com/appOpen asset ↗crops.phyzen.comlines:141-251Code / dataset availability confirmedCrossref · Europe PMC · OpenAlex · checked 15 Sept 2026
Abstract Deep learning can revolutionise high-throughput image-based phenotyping by automating the measurement of complex traits, a task that is often labour-intensive, time-consuming, and prone to human error. However, its precision and adaptability in accurately phenotyping organ-level traits, such as fruit morphology, remain to be fully evaluated. Establishing the links between phenotypic and genotypic variation is essential for uncovering the genetic basis of traits and can also provide an orthologous test of pipeline effectiveness. In this study, we assess the efficacy of deep learning for measuring variation in fruit morphology in Arabidopsis using images from a multiparent advanced generation intercross (MAGIC) mapping family. We trained an instance segmentation model and developed a pipeline to phenotype Arabidopsis fruit morphology, based on the model outputs. Our model achieved strong performance with an average precision of 88.0% for detection and 55.9% for segmentation. Quantitative trait locus analysis of the derived phenotypic metrics of the MAGIC population identified significant loci associated with fruit morphology. This analysis, based on automated phenotyping of 332,194 individual fruits, underscores the capability of deep learning as a robust tool for phenotyping large populations. Our pipeline for quantifying pod morphological traits is scalable and provides high-quality phenotype data, facilitating genetic analysis and gene discovery, as well as advancing crop breeding research.
Why it matches plant phenotyping methods深層学習による果実形態の画像ベース表現型抽出パイプラインを開発し、検出・セグメンテーション性能を評価しており、植物フェノタイピング手法が研究の中心である。
abstractWe trained an instance segmentation model and developed a pipeline to phenotype Arabidopsis fruit morphology, based on the model outputs.
Reproduction assets foundThe paper's phenotyping pipeline (MorphPod/silique-detector), its annotation tool (GIMP Image Annotator), versioned releases, a Software Heritage archive, and DOME-ML registry annotations are publicly available with explicit availability statements. The Zenodo phenotype/genotype dataset is referenced but its URL is notCode · publich University, Aberystwyth SY23 3EE, UK.
John H Doonan,
National Plant Phenomics Centre, IBERS, Aberystwyth University, Aberystwyth SY23 3EE, UK.
Chuan Lu,
Computer Science Department, Aberystwyth University, Aberystwyth SY23 3DB, UK.
Availability of Source Code
MorphPod: Deep learning phenotyping of Arabidopsis fruit morphology
https://github.com/kieranatkins/silique-detector/ [ 65 ]
Operating system: Platform independent
Programming language: Python, R
Other requirements: see public environment file
released under GNU GPL v3
bio.tools: biotools:morphpod
RRID: MorphPod ( RRID:SCR_026174 )
This code has also been archived in Software Heritage [ 66 ].
GIMP Image Annotator (GIÀ): a lightweight Open asset ↗kieranatkins/silique-detectorlines:235-276Code · publicgramming language: Python, R
Other requirements: see public environment file
released under GNU GPL v3
bio.tools: biotools:morphpod
RRID: MorphPod ( RRID:SCR_026174 )
This code has also been archived in Software Heritage [ 66 ].
GIMP Image Annotator (GIÀ): a lightweight GIMP plug-in for computer vision-assisted image annotation
https://github.com/kieranatkins/gimp-image-annotator [ 67 ]
Operating system: Platform independent
Programming language: Python
Other requirements: GIMP
released under GNU GPL v3
bio.tools: biotools:gimp_image_annotator
RRID: gimp_image_annotator ( RRID:SCR_026175 )
Workflow hub: 10.48546/workflowhub.workflow.1229.1 [ 68 ]
Additional Files
Supplementary Fig. S1 . DataOpen asset ↗kieranatkins/gimp-image-annotatorlines:235-276Code / dataset availability confirmedCrossref · Europe PMC · checked 13 Sept 2026
Abstract Functional–structural plant (FSP) models are useful tools for understanding plant functioning and how plants react to their environment. Developing tree FSP models is data-intensive and measuring tree architecture using conventional measurement tools is a laborious process. Light detection and ranging (LiDAR) could be an alternative nondestructive method to obtain structural information about tree architecture. This research investigated how terrestrial LiDAR (TLS)-derived tree traits could be used in the design and parameterization of tree FSP models. A systematic literature search was performed to create an overview of tree parameters needed for FSP model development. The resulting structural parameters were compared to LiDAR literature to get an overview of the possibilities and limitations. Furthermore, a tropical tree and Scots pine FSP model were selected and parametrized with TLS-derived parameters. Quantitative structural models were used to derive the parameters and a total of 37 TLS-scanned tropical trees and 10 Scots pines were included in the analysis. Ninety papers on FSP tree models were screened and eight papers fulfilled all the selection criteria. From these papers, 50 structural parameters used for FSP model development were identified, from which 28 parameters were found to be derivable from LiDAR. The TLS-derived parameters were compared to measurements, and the accuracy was variable. It was found that branch angle could be used as model input, but internode length was unsuitable. Outputs of the FSP models with TLS-derived branch angle differed from the FSP model outcomes with default branch angle. Results showed that it is possible to use TLS for FSP model inputs, although with caution as this has implications for the model variable outputs. In the future, LiDAR could help improve efficiency in building new FSP models, increase the accuracy of existing models, add metrics for optimization, and open new possibilities to explore previously unobtainable plant traits.
Why it matches plant phenotyping methodsTLSによる樹木構造形質の取得・精度比較と、機能構造モデルへの適用が研究の中心であり、植物表現型計測法の実質的な検証・応用に該当する。
abstractLight detection and ranging (LiDAR) could be an alternative nondestructive method to obtain structural information about tree architecture.
Reproduction assets foundThe paper's Data availability statement points to a public 4TU.Centre for Research Data deposit (DOI 10.4121/2b7e832f-12e9-4d0e-92e2-5aef9bcf9142) containing the data underlying the study, i.e. the TLS-derived tree structural measurements (Guyana tropical trees and Loobos Scots pines) used for FSP model parameterizatonDataset · publicThe data underlying this article are available in 4TU.Centre for Research Data, at https://dx.doi.org/10.4121/2b7e832f-12e9-4d0e-92e2-5aef9bcf9142 .Open asset ↗4TU.Centre for Research Data · 10.4121/2b7e832f-12e9-4d0e-92e2-5aef9bcf9142lines:728-782Code / dataset availability confirmedEurope PMC · checked 13 Sept 2026
A dataset of aerial photographs acquired with an Unmanned Aerial Vehicle (UAV) DJI Phantom 4 Pro is presented for monitoring a cherry tomato ( Solanum lycopersicum var. cerasiforme ) crop in Navolato, Mexico. Seven photogrammetric flights were carried out to assess the plant growth using a Mapir Survey 3W multispectral camera. Multispectral images with an approximate spatial resolution of 1.83 cm/px were obtained in each photogrammetric flight. These images were acquired every 15 days starting on October 15, 2021, and ending on January 23, 2022. The dataset contains the radiometrically calibrated images of the tomato crop divided into 2 open field parcels. The dataset also includes the processed photogrammetric products (ortho-mosaics) using a binary mask to exclude the soil from the plant area. The dataset was originally acquired to assess plant growth, stress levels, and overall crop health. However, this multispectral imagery dataset can also have various uses, such as creating training datasets with accurate labels or classes which can then be used to develop, train, and/or validate machine learning algorithms for image classification, object detection tasks, or change detection analysis.
Why it matches plant phenotyping methods植物の生育・ストレス・健全性評価を目的とした、放射補正済みマルチスペクトル画像とオルソモザイクを含む再利用可能なデータセットであり、植物表現型取得基盤が中心です。
abstractThe dataset contains the radiometrically calibrated images of the tomato crop divided into 2 open field parcels.
Reproduction assets foundThe paper is itself a data descriptor for a public UAV multispectral cherry tomato phenotyping dataset (calibrated aerial images, manual plant images, orthomosaics, binary masks) deposited in Dryad, with an explicit DOI and direct URL matching an allowed URL.Dataset · publicRepository name: tomatodb
Data identification number: 10.5061/dryad.63xsj3vbd
Direct URL to data: https://datadryad.org/stash/share/Wq_X7QUyGryJ-ZnmgfwRn4MtOCr4VBm_MSnhF40sv_8#readmeOpen asset ↗Dryad · 10.5061/dryad.63xsj3vbdlines:1-42Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Abstract The rice plant is one of the most significant crops in the world, and it suffers from various diseases. The traditional methods for rice disease detection are complex and time-consuming, mainly depending on the expert’s experience. The explosive growth in image processing, computer vision, and deep learning techniques provides effective and innovative agriculture solutions for automatically detecting and classifying these diseases. Moreover, more information can be extracted from the input images due to different feature extraction techniques. This paper proposes a new system for detecting and classifying rice plant leaf diseases by fusing different features, including color texture with Local Binary Pattern (LBP) and color features with Color Correlogram (CC). The proposed system consists of five stages. First, input images acquire RGB images of rice plants. Second, image preprocessing applies data augmentation to solve imbalanced problems, and logarithmic transformation enhancement to handle illumination problems has been applied. Third, the features extraction stage is responsible for extracting color features using CC and color texture features using multi-level multi-channel local binary pattern (MCLBP). Fourth, the feature fusion stage provides complementary and discriminative information by concatenating the two types of features. Finally, the rice image classification stage has been applied using a one-against-all support vector machine (SVM). The proposed system has been evaluated on three benchmark datasets with six classes: Blast (BL), Bacterial Leaf Blight (BLB), Brown Spot (BS), Tungro (TU), Sheath Blight (SB), and Leaf Smut (LS) have been used. Rice Leaf Diseases First Dataset, Second Dataset, and Third Dataset achieved maximum accuracy of 99.53%, 99.4%, and 99.14%, respectively, with processing time from $$100(\pm 17)ms$$ . Hence, the proposed system has achieved promising results compared to other state-of-the-art approaches.
Why it matches plant phenotyping methodsイネ葉の病徴を画像から検出・分類する特徴抽出および分類システムが研究の中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法に該当する。
abstractThis paper proposes a new system for detecting and classifying rice plant leaf diseases by fusing different features, including color texture with Local Binary Pattern (LBP) and color features with Color Correlogram (CC).
Reproduction assets foundThe paper evaluates its rice leaf disease classification system on three publicly available image datasets, each with explicit public URLs in the Data Availability statement. No author analysis code or trained models are shared.Dataset · publichors 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).
Data availibility
This research study was tested using three datasets which are publicly available in: https://data.mendeley.com/datasets/fwcj7stb8r/1 . https://www.kaggle.com/datasets/rajeshbhattacharjee/rice-diseases-using-cnn-and-svm . https://data.mendeley.com/datasets/dwtn3c6w6p/1 .
Declarations
Competing interests
Te authors declare no competing interests.
Footnotes
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in publishedOpen asset ↗fwcj7stb8rlines:2657-2679Dataset · publicof the manuscript.
Funding
Open access funding provided by The Science, Technology & Innovation Funding Authority (STDF) in cooperation with The Egyptian Knowledge Bank (EKB).
Data availibility
This research study was tested using three datasets which are publicly available in: https://data.mendeley.com/datasets/fwcj7stb8r/1 . https://www.kaggle.com/datasets/rajeshbhattacharjee/rice-diseases-using-cnn-and-svm . https://data.mendeley.com/datasets/dwtn3c6w6p/1 .
Declarations
Competing interests
Te authors declare no competing interests.
Footnotes
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
1.Open asset ↗Kaggle · rajeshbhattacharjee/rice-diseases-using-cnn-and-svmlines:2657-2679Dataset · publicInnovation Funding Authority (STDF) in cooperation with The Egyptian Knowledge Bank (EKB).
Data availibility
This research study was tested using three datasets which are publicly available in: https://data.mendeley.com/datasets/fwcj7stb8r/1 . https://www.kaggle.com/datasets/rajeshbhattacharjee/rice-diseases-using-cnn-and-svm . https://data.mendeley.com/datasets/dwtn3c6w6p/1 .
Declarations
Competing interests
Te authors declare no competing interests.
Footnotes
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
1. Viana, C. M., Freire, D., Abrantes, P., Rocha, J. & Pereira, P. Agricultural land syOpen asset ↗dwtn3c6w6plines:2657-2679Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Deep learning-based methods have proven to be effective for various purposes in the agricultural sector. However, these methods require large amounts of labelled data, which are difficult to prepare and preprocess. To overcome this problem, we propose the use of a latent diffusion model for plant disease detection by generating unseen class images. In this study, we used images of healthy and diseased grape leaves as training datasets and utilized the latent diffusion model, known for its superior performance in image generation, to generate images of diseased apple leaves that were not included in this dataset. Image-to-image generation was utilized to preserve the original healthy leaf features, which enabled the appropriate image generation of diseased apple leaves. To ascertain whether the generated diseased apple leaf images could be used to detect leaf diseases, a deep learning-based classification model was trained to discriminate between diseased and healthy apple leaves from a dataset with a mixture of actual and generated images. Results showed that leaves were accurately classified, indicating that diseased apple leaves not included in the training data could be used to identify the actual diseased apple leaves. Our approach opens up new avenues for improving plant disease detection methods.
Why it matches plant phenotyping methods植物病害画像を生成して未見クラスの葉病害を検出する手法の開発が中心であり、葉の病害状態を画像から推定する植物フェノタイピング研究に該当する。
abstractwe propose the use of a latent diffusion model for plant disease detection by generating unseen class images.
Reproduction assets foundThe paper's plant-disease phenotyping analysis is built on the public PlantVillage leaf image dataset, which the authors explicitly used as training/input data. No authors' analysis code, generated image sets, or trained model checkpoints are stated to be publicly available.Dataset · publicspMohanty PlantVillage-Dataset. Available online: https://github.com/spMohanty/PlantVillage-Dataset (accessed on 29 March
2024).Open asset ↗PlantVillage-Datasetpdf-page:10 lines:1-26Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Verticillium wilt greatly hampers Chinese cabbage growth, causing significant yield limitations. Rapid and accurate detection of Verticillium wilt in the Chinese cabbage (Brassica rapa L. ssp. pekinensis) can provide significant agronomic benefits. Here, we propose a detection model, DSConv-GAN, which is based on images acquired by an unmanned aerial vehicle (UAV). Based on YOLOv8, with the addition of the dynamic snake convolution (DSConv) module and the improved loss function maximum possible distance intersection-over-union (MPDIoU), we acquired enhanced complex structures and global characteristics in Chinese cabbage images under different growth conditions. To reduce the difficulty of acquiring diseased Chinese cabbage data, a cycle-consistent generative adversarial network (CycleGAN) was used to simulate and generate images of the Verticillium wilt characteristics for multiple fields. The detection of lightly infected plants achieved precision, recall, mean average precision (mAP), and F1-score of 81.3, 86.6, 87.7, and 83.9%, respectively. DSConv-GAN outperforms other models in terms of precision, detection speed, robustness, and generalization. The model is combined with software to improve the practicability of the proposed method. Our results demonstrate DSConv-GAN to be an effective intelligent farming tool that provides early, rapid, and accurate detection of Chinese cabbage Verticillium wilt in complex growing environments.
Why it matches plant phenotyping methodsUAV画像から中国白菜の萎黄病状態を推定する検出モデルを開発・評価しており、植物病徴の取得・抽出手法が研究の中心である。
abstractHere, we propose a detection model, DSConv-GAN, which is based on images acquired by an unmanned aerial vehicle (UAV).
Reproduction assets foundThe paper's authors publicly release their analysis/detection code (DSConv-GAN model and monitoring software) via a GitHub repository, while the underlying UAV image dataset is only available upon request.Code · publicData will be made available upon request. The code could be downloaded from https://github.com/919449869coder/disease-detection-DSConv.git .Open asset ↗919449869coder/disease-detection-DSConvlines:151-175Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
Introduction Cotton, being a crucial cash crop globally, faces significant challenges due to multiple diseases that adversely affect its quality and yield. To identify such diseases is very important for the implementation of effective management strategies for sustainable agriculture. Image recognition plays an important role for the timely and accurate identification of diseases in cotton plants as it allows farmers to implement effective interventions and optimize resource allocation. Additionally, deep learning has begun as a powerful technique for to detect diseases in crops using images. Hence, the significance of this work lies in its potential to mitigate the impact of these diseases, which cause significant damage to the cotton and decrease fibre quality and promote sustainable agricultural practices. Methods This paper investigates the role of deep transfer learning techniques such as EfficientNet models, Xception, ResNet models, Inception, VGG, DenseNet, MobileNet, and InceptionResNet for cotton plant disease detection. A complete dataset of infected cotton plants having diseases like Bacterial Blight, Target Spot, Powdery Mildew, Aphids, and Army Worm along with the healthy ones is used. After pre-processing the images of the dataset, their region of interest is obtained by applying feature extraction techniques such as the generation of the biggest contour, identification of extreme points, cropping of relevant regions, and segmenting the objects using adaptive thresholding. Results and Discussion During experimentation, it is found that the EfficientNetB3 model outperforms in accuracy, loss, as well as root mean square error by obtaining 99.96%, 0.149, and 0.386 respectively. However, other models also show the good performance in terms of precision, recall, and F1 score, with high scores close to 0.98 or 1.00, except for VGG19. The findings of the paper emphasize the prospective of deep transfer learning as a viable technique for cotton plant disease diagnosis by providing a cost-effective and efficient solution for crop disease monitoring and management. This strategy can also help to improve agricultural practices by ensuring sustainable cotton farming and increased crop output.
Why it matches plant phenotyping methods綿花の画像から植物病害状態を推定する深層学習手法を比較・評価しており、病害フェノタイピング手法が中心である。
abstractThis paper investigates the role of deep transfer learning techniques such as EfficientNet models, Xception, ResNet models, Inception, VGG, DenseNet, MobileNet, and InceptionResNet for cotton plant disease detection.
Reproduction assets foundThe paper analyzed a public Kaggle cotton plant disease image dataset, explicitly linked in its data availability statement. No author code or trained models are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/dhamur/cotton-plant-disease .Open asset ↗Kaggle · dhamur/cotton-plant-diseaselines:1296-1311Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
Background Small object detection via unmanned Aerial vehicle (UAV) is crucial for smart agriculture, enhancing yield and efficiency. Methods This study addresses the issue of missed detections in crowded environments by developing an efficient algorithm tailored for precise, real-time small object detection. The proposed Yield Health Robust Transformer-YOLO (YH-RTYO) model incorporates several key innovations to advance conventional convolutional models. The model features an efficient convolutional expansion module that captures additional feature information through extended branches while maintaining parameter efficiency by consolidating features into a single convolution during validation. It also includes a local feature pyramid module designed to suppress background interference during feature interaction. Furthermore, the loss function is optimized to accommodate various object scales in different scenes by adjusting the regression box size and incorporating angle factors. These enhancements collectively contribute to improved detection performance and address the limitations of traditional methods. Result Compared to YOLOv8-L, the YH-RTYO model achieves superior performance in all key accuracy metrics, with a 13% reduction in the scale of model. Experimental results demonstrate that the YH-RTYO model outperforms others in key detection metrics. The model reduces the number of parameters by 13%, facilitating deployment while maintaining accuracy. On the OilPalmUAV dataset, it achieves a 3.97% improvement in average precision (AP). Additionally, the model shows strong generalization on the RFRB dataset, with AP 50 and AP values exceeding those of the YOLOv8 baseline by 3.8% and 2.7%, respectively.
Why it matches plant phenotyping methods作物の生育異常検出を目的とする画像ベースの物体検出モデルを開発し、複数データセットで性能評価しており、表現型状態の抽出法が中心である。
titleYH-RTYO: an end-to-end object detection method for crop growth anomaly detection in UAV scenarios.
Reproduction assets foundThe paper's Data Availability section explicitly lists public repositories for the authors' code (GitHub and Zenodo) and for the two UAV crop-detection datasets used in the experiments (MOPAD and RFRB). The ultralytics repository is a generic library and is excluded.Code · publicThe code is available at Github and Zenodo:Open asset ↗lines:795-926Dataset · publicThe MOPAD dataset is available at Github and at Zheng et al. (2021):Open asset ↗lines:795-926Dataset · publicThe RFRB dataset is available at Github and is described in Ji et al. (2023):Open asset ↗lines:795-926Code / dataset availability confirmedOpenAlex · Crossref · checked 6 Sept 2026
Time to maturity and yield are important traits for highbush blueberry (Vaccinium corymbosum) breeding. Proper determination of the time to maturity of blueberry varieties and breeding lines informs the harvest window, ensuring that the fruits are harvested at optimum maturity and quality. On the other hand, high-yielding crops bring in high profits per acre of planting. Harvesting and quantifying the yield for each blueberry breeding accession are labor-intensive and impractical. Instead, visual ratings as an estimation of yield are often used as a faster way to quantify the yield, which is categorical and subjective. In this study, we developed and shared a high-throughput phenotyping method using neural networks to predict blueberry time to maturity and to provide a proxy for yield, overcoming the labor constraints of obtaining high-frequency data. We aim to facilitate further research in computer vision and precision agriculture by publishing the labeled image dataset and the trained model. In this research, true-color images of blueberry bushes were collected, annotated, and used to train a deep neural network object detection model [You Only Look Once (YOLOv11)] to detect mature and immature berries. Different versions of YOLOv11 were used, including nano, small, and medium, which had similar performance, while the medium version had slightly higher metrics. The YOLOv11m model shows strong performance for the mature berry class, with a precision of 0.90 and an F1 score of 0.90. The precision and recall for detecting immature berries were 0.81 and 0.79. The model was tested on 10 blueberry bushes by hand harvesting and weighing blueberries. The results showed that the model detects approximately 25% of the berries on the bushes, and the correlation coefficients between model-detected and hand-harvested traits were 0.66, 0.86, and 0.72 for mature fruit count, immature fruit count, and mature ratio, respectively. The model applied to 91 blueberry advance selections and categorized them into groups with diverse levels of maturity and productivity using principal component analysis (PCA). These results inform the harvest window and yield of these breeding lines with precision and objectivity through berry classification and quantification. This model will be helpful for blueberry breeders, enabling more efficient selection, and for growers, helping them accurately estimate optimal harvest windows. This open-source tool can potentially enhance research capabilities and agricultural productivity.
Why it matches plant phenotyping methodsブルーベリーの成熟度・収量 proxy を画像とニューラルネットワークで推定する高スループット表現型計測法を開発・検証し、モデルとラベル付きデータセットを共有しているため、方法が研究の中心である。
abstractwe developed and shared a high-throughput phenotyping method using neural networks to predict blueberry time to maturity and to provide a proxy for yield
Reproduction assets foundThe paper publishes its labeled blueberry image dataset on Zenodo (record 14014858) and its trained YOLOv11-based blueberry fruit counting model/code on GitHub (jeromemaleski/blueberry), both directly supporting the paper's phenotyping measurements and analysis.Dataset · public32. Zhang, J. Blueberry Images and Labels for YOLO Model Training. Zenodo. 2024. Available online: https://zenodo.org/records/Open asset ↗zenodopdf-page:14 lines:1-36Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Flax, as a functional crop with rich essential fatty acids and nutrients, is important in nutrition and industrial applications. However, the current process of flax seed detection relies mainly on manual operation, which is not only inefficient but also prone to error. The development of computer vision and deep learning techniques offers a new way to solve this problem. In this study, based on RT-DETR, we introduced the RepNCSPELAN4 module, ADown module, Context Aggregation module, and TFE module, and designed the HWD-ADown module, HiLo-AIFI module, and DSSFF module, and proposed an improved model, called LEHP-DETR. Experimental results show that LEHP-DETR achieves significant performance improvement on the flax dataset and comprehensively outperforms the comparison model. Compared to the base model, LEHP-DETR reduces the number of parameters by 67.3%, the model size by 66.3%, and the FLOPs by 37.6%. the average detection accuracy mAP50 and mAP50:95 increased by 2.6% and 3.5%, respectively.
Why it matches plant phenotyping methodsアマ種子ではなくフラックスの莢という植物器官を画像から検出するモデルを新規設計し、比較実験で性能を検証しており、器官表現型の取得・抽出法が中心である。
titleLEHP-DETR: A model with backbone improved and hybrid encoding innovated for flax capsule detection.
Reproduction assets foundThe paper's authors publicly release the LEHP-DETR analysis code (the improved RT-DETR model used for flax capsule detection) on GitHub. The paper-specific FLAX dataset is only available upon request from the lead contact, so it does not qualify as a public asset. DOTA is a cited third-party dataset, not paper-specificCode · publicAX dataset reported in this paper is available from the lead contact upon request.
•
The DOTA dataset has been published in a publicly accessible repository. The access address is listed in the key resources table . Datasets are publicly accessible.
•
All code associated with this paper can be freely accessed and downloaded via https://github.com/ShawnWang04/LEHP-DETR .
•
Any additional information required to reanalyze the data reported in this paper is available from the lead contact upon request.
Acknowledgments
Thanks to the National Natural Science Foundation of China (No. 32360437) and the Innovation Fund for Higher Education of Gansu Province (No. 2021A-056), and the National IndustriOpen asset ↗ShawnWang04/LEHP-DETRlines:594-657Code / dataset availability confirmedEurope PMC · Crossref · checked 6 Sept 2026
Fruit size is crucial for growers as it influences consumer willingness to buy and the price of the fruit. Fruit size and growth along the seasons are two parameters that can lead to more precise orchard management favoring production sustainability. In this study, a Python-based computer vision system (CVS) for sizing apples directly on the tree was developed to ease fruit sizing tasks. The system is made of a consumer-grade depth camera and was tested at two distances among 17 timings throughout the season, in a Fuji apple orchard. The CVS exploited a specifically trained YOLOv5 detection algorithm, a circle detection algorithm, and a trigonometric approach based on depth information to size the fruits. Comparisons with standard-trained YOLOv5 models and with spherical objects were carried out. The algorithm showed good fruit detection and circle detection performance, with a sizing rate of 92%. Good correlations (r > 0.8) between estimated and actual fruit size were found. The sizing performance showed an overall mean error (mE) and RMSE of + 5.7 mm (9%) and 10 mm (15%). The best results of mE were always found at 1.0 m, compared to 1.5 m. Key factors for the presented methodology were: the fruit detectors customization; the HoughCircle parameters adaptability to object size, camera distance, and color; and the issue of field natural illumination. The study also highlighted the uncertainty of human operators in the reference data collection (5–6%) and the effect of random subsampling on the statistical analysis of fruit size estimation. Despite the high error values, the CVS shows potential for fruit sizing at the orchard scale. Future research will focus on improving and testing the CVS on a large scale, as well as investigating other image analysis methods and the ability to estimate fruit growth.
Why it matches plant phenotyping methods果実サイズという植物器官形質を、深度カメラ・物体検出・円検出・三角測量で推定するコンピュータビジョン手法を開発・検証しており、フェノタイピング手法が中心である。
abstracta Python-based computer vision system (CVS) for sizing apples directly on the tree was developed
Reproduction assets foundThe paper's RGB-D apple dataset (RGB/depth frames, annotations, and reference caliper measurements) is explicitly released as open source on GitHub with a Zenodo DOI. The YOLOv5 base model is a generic third-party library, not a paper-specific asset; no author analysis code repository is stated.Dataset · publicThe obtained dataset is open source and available at
https://github.com/ECOPOM/OpenAcces_RGBD_apple_dataset (Bortolotti et al., 2024).Open asset ↗ECOPOM/OpenAcces_RGBD_apple_datasetpdf-page:3 lines:1-52Code / dataset availability confirmedCrossref · Europe PMC · checked 13 Sept 2026
Agriculture greatly impacts Bangladesh's economy, and vegetable cultivation plays a significant role in Agriculture by providing nourishment, and food security as well as improving the economy. The necessity of food production is growing similarly to the population growth. The farmers of Bangladesh are working hard to meet this need for food production and to gain yields. However, every year the farmers face a significant amount of loss in production due to the attack of different diseases and viruses due to the lack to technological development. The reason behind most of these losses is the lack of knowledge about diseases and being unable to detect the diseases early. Therefore, the early detection of plant disease is significant in balancing the country's economy and preventing undesirable losses. To bring a solution to this problem our dataset provides a total of 4467 images of Beans and Cowpeas leaf images which include different disease classes and fresh leaves. The dataset comprises 2,273 images of Bean and 2,194 images of Cowpea plants where each plant provides 4 classes of different disease along with the healthy leaves. This dataset will assist researchers in identifying plant diseases and farmers as well as contribute to the economy of the country.
Why it matches plant phenotyping methods豆類葉の画像から病害状態を推定する画像データセットが研究の中心であり、植物病害表現型のデータ資源として収録対象です。
titleComprehensive smartphone image dataset for bean and cowpea plant leaf disease detection and freshness assessment from Bangladesh vegetable fields
Reproduction assets foundThe paper is a Data in Brief article describing a smartphone image dataset of bean and cowpea leaf disease/freshness. The authors' own dataset is publicly deposited on Mendeley Data with an explicit direct URL and DOI, making it a paper-specific, publicly actionable asset. The Kaggle bean disease dataset is cited priorDataset · publicData accessibility
Repository name: Mendeley Data
Data identification number: 10.17632/ykvcrjffzd.1
Direct URL to data: https://data.mendeley.com/datasets/ykvcrjffzd/1Open asset ↗Mendeley Data · 10.17632/ykvcrjffzd.1lines:1-51Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Abstract Detecting rice leaf diseases is essential for agricultural stability and crop health. However, the diversity of these diseases, their uneven distribution, and complex field environments create challenges for precise, multi-scale detection. While YOLO object detection algorithms show strong performance in automated detection, further optimization is needed. This paper presents G-YOLO, a novel architecture that combines a Lightweight and Efficient Detection Head (LEDH) with Multi-scale Spatial Pyramid Pooling Fast (MSPPF). The LEDH enhances detection speed by simplifying the network structure while maintaining accuracy, reducing computational demands. The MSPPF improves the model’s ability to capture intricate details of rice leaf diseases at various scales by fusing multi-level feature maps. On the RiceDisease dataset, G-YOLO surpasses YOLOv8n with 4.4% higher mAP@0.5, 3.9% higher mAP@0.75, and a 13.1% increase in FPS, making it well-suited for resource-constrained devices due to its efficient design.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から検出するYOLOベース手法を開発・評価しており、植物病害表現型の取得・推定が中心的な貢献である。
abstractThis paper presents G-YOLO, a novel architecture that combines a Lightweight and Efficient Detection Head (LEDH) with Multi-scale Spatial Pyramid Pooling Fast (MSPPF).
Reproduction assets foundThe paper's rice leaf disease detection experiments were run on a publicly available Kaggle dataset (RiceDisease, 850 images of Bacterial Leaf Blight, Blast, and Brown Spot), which is a paper-specific public phenotype image asset. No author analysis code, trained model checkpoints, or other paper-specific assets are公开;Dataset · publicIn this study, we utilized the publicly available RiceDisease dataset from Kaggle [ 23 ], which contains 850 images of rice leaf diseases.Open asset ↗lines:73-123Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
The early identification of pests and diseases in crops now presents a significant challenge. Different methods have been used to resolve this problem. Sticky traps and black light traps, used to identify diseases and for field monitoring, are examples of a manual procedure for analysing the diseases. A lot of time is required, and it is less effective to manually inspect larger crop fields manually. To serve requires a professional, so it is, therefore, costly. The use of sticky traps, where by bugs stick to the material upon contact, is one method of disease monitoring. A camera is used to take a picture of the sticky trap. From the picture using the average disease count, this image is then processed to ascertain the pet density for a specific time period. Such manual methods, as well as providing an effective outcome also pose a danger to the environment. This is because farmers spray pesticides in large quantities as a preventative measure. Various approaches have been used to identify diseases, including image processing and sophisticated algorithms. The most effective method of disease identification from crops is automatic detection using methods of image processing and classification algorithms for the diseases to be categorised based on different picture attributes. With a stacking stacking hybrid learning with scratch and transfer learning strategies, which is utilised in this work, a model that has already been trained is used to learn on images of diverse fruit plant leaves from the Plant Village dataset, spanning both safe samples and various illnesses. This reasearch paper used ensemble CNN and we achieved accuracy between 99.75% to 100%.
Why it matches plant phenotyping methods植物葉の画像から病害状態を自動分類する画像解析・機械学習手法が研究の中心であり、植物の病害表現型を直接推定しているため。
abstractThe most effective method of disease identification from crops is automatic detection using methods of image processing and classification algorithms for the diseases to be categorised based on different picture attributes.
Reproduction assets foundThe paper's plant-phenotyping input is the public New Plant Diseases Dataset (Kaggle), explicitly cited in the Data Availability statement as the data supporting the findings. No author analysis code or trained model checkpoints are disclosed.Dataset · publicThe data used to support the findings of this study is available at New Plant Diseases Dataset: " https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset/data " and Various fruits disease datasets is available at PlantDoc: A Dataset for Visual Plant Disease Detection [ 25 ].Open asset ↗Kaggle · vipoooool/new-plant-diseases-datasetlines:642-642Code / dataset availability confirmedCrossref · checked 14 Sept 2026
The analysis of fast fluorescence kinetics, specifically through the JIP test, is a valuable tool for identifying and characterizing plant stress. However, interpreting OJIP data requires a comprehensive understanding of their underlying theory. This study proposes a Machine Learning-based approach using a One-Class Support Vector Machine anomaly detection model to effectively categorize OJIP measurements into “normal”, representing healthy plants, and “anomalies”. This approach was validated using a previously published dataset. A subgroup of the identified “anomalies” was clearly linked to stress-induced reductions in photosynthesis. Furthermore, the percentage of these “anomalies” showed a meaningful correlation with both the progression and severity of stress. The results highlight the still largely unexploited potential of Machine Learning in OJIP analysis.
Why it matches plant phenotyping methods植物の高速蛍光 kinetics(OJIP)からストレス状態を抽出する機械学習手法を開発し、既存データセットで検証しており、フェノタイピング手法が中心である。
abstractThis study proposes a Machine Learning-based approach using a One-Class Support Vector Machine anomaly detection model to effectively categorize OJIP measurements into “normal”, representing healthy plants, and “anomalies”.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicSupplementary Materials: The following supporting information can be downloaded at https://
www.mdpi.com/article/10.3390/stresses4040051/s1. All OJIP data used in the study can be found in
Supplementary data (OJIP data).xlsx.Open asset ↗stresses4040051pdf-page:12 lines:1-58Code / dataset availability confirmedOpenAlex · Europe PMC · checked 7 Sept 2026
Effective lettuce cultivation requires precise monitoring of growth characteristics, quality assessment, and optimal harvest timing. In a recent study, a deep learning model based on multimodal data fusion was developed to estimate lettuce phenotypic traits accurately. A dual-modal network combining RGB and depth images was designed using an open lettuce dataset. The network incorporated both a feature correction module and a feature fusion module, significantly enhancing the performance in object detection, segmentation, and trait estimation. The model demonstrated high accuracy in estimating key traits, including fresh weight (fw), dry weight (dw), plant height (h), canopy diameter (d), and leaf area (la), achieving an R2 of 0.9732 for fresh weight. Robustness and accuracy were further validated through 5-fold cross-validation, offering a promising approach for future crop phenotyping.
Why it matches plant phenotyping methodsRGB・深度画像を融合した深層学習によるレタス形質推定手法を開発し、交差検証で性能評価しており、フェノタイピング手法が中心である。
abstracta deep learning model based on multimodal data fusion was developed to estimate lettuce phenotypic traits accurately
Reproduction assets foundThe paper's RGB-D lettuce images and trait measurements come from the publicly available Third Autonomous Greenhouse Challenge dataset deposited at 4TU.ResearchData, with an explicit availability statement and URL matching an allowed URL. No author analysis code or trained model is disclosed.Dataset · publicThis study used the Third Autonomous Greenhouse Challenge: Online Challenge Lettuce Images dataset publicly available at 4TU.ResearchData [ 36 ].Open asset ↗4TU.ResearchDatalines:819-832Code / dataset availability confirmedCrossref · Europe PMC · checked 14 Sept 2026
Abstract BerryPortraits (Phenotyping of Ripening Traits) is open source Python-based image-analysis software that rapidly detects and segments berries and extracts morphometric data on fruit quality traits such as berry color, size, shape, and uniformity. Utilizing the YOLOv8 framework and community-developed, actively-maintained Python libraries such as OpenCV, BerryPortraits software was trained on 512 postharvest images (taken under controlled lighting conditions) of phenotypically diverse cranberry populations ( Vaccinium macrocarpon Ait.) from the two largest public cranberry breeding programs in the U.S. The implementation of CIELAB, an intuitive and perceptually uniform color space, enables differentiation between berry color and berry brightness, which are confounded in classic RGB color channel measurements. Furthermore, computer vision enables precise and quantifiable color phenotyping, thus facilitating inclusion of researchers and data analysts with color vision deficiency. BerryPortraits is a phenotyping tool for researchers in plant breeding, plant genetics, horticulture, food science, plant physiology, plant pathology, and related fields. BerryPortraits has strong potential applications for other specialty crops such as blueberry, lingonberry, caneberry, grape, and more. As an open source phenotyping tool based on widely-used python libraries, BerryPortraits allows anyone to use, fork, modify, optimize, and embed this software into other tools or pipelines.
Why it matches plant phenotyping methods植物果実の色・サイズ・形状・均一性を画像から抽出するオープンソースの表現型解析ソフトウェアを開発しており、植物フェノタイピング手法が研究の中心である。
abstractBerryPortraits (Phenotyping of Ripening Traits) is open source Python-based image-analysis software that rapidly detects and segments berries and extracts morphometric data on fruit quality traits such as berry color, size, shape, and uniformity.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicHere we present BerryPortraits: Phenotyping Of Ripening Traits [‘with Rapid Automated Imaging Tools and Software’, for those disinclined towards brevity]) ( https://github.com/Breeding-Insight/BerryPortraits/ )Open asset ↗Breeding-Insight/BerryPortraitslines:100-105Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
The increase in the global population is leading to a doubling of the demand for protein. Soybean ( Glycine max ), a key contributor to global plant-based protein supplies, requires ongoing yield enhancements to keep pace with increasing demand. Precise, on-plant seed counting and localization may catalyze breeding selection of shoot architectures and seed localization patterns related to superior performance in high planting density and contribute to increased yield. Traditional manual counting and localization methods are labor-intensive and prone to error, necessitating more efficient approaches for yield prediction and seed distribution analysis. To solve this, we propose MSANet: a novel deep learning framework tailored for counting and localization of soybean seeds on mature field-grown soy plants. A multi-scale attention map mechanism was applied to maximize model performance in seed counting and localization in soybean breeding fields. We compared our model with a previous state-of-the-art model using the benchmark dataset and an enlarged dataset, including various soybean genotypes. Our model outperforms previous state-of-the-art methods on all datasets across various soybean genotypes on both counting and localization tasks. Furthermore, our model also performed well on in-canopy 360° video, dramatically increasing data collection efficiency. We also propose a technique that enables previously inaccessible insights into the phenotypic and genetic diversity of single plant vertical seed distribution, which may accelerate the breeding process. To accelerate further research in this domain, we have made our dataset and software publicly available: https://github.com/UTokyo-FieldPhenomics-Lab/MSANet.
Why it matches plant phenotyping methods大豆種子の計数・位置推定と垂直分布という植物形質を対象に、深層学習手法を開発・比較検証し、データセットとソフトウェアも公開しているため、フェノタイピング手法が中心である。
abstractwe propose MSANet: a novel deep learning framework tailored for counting and localization of soybean seeds on mature field-grown soy plants.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicwe have made our dataset and software publicly available: https://github.com/UTokyo-FieldPhenomics-Lab/MSANet .Open asset ↗UTokyo-FieldPhenomics-Lab/MSANetlines:1-25Code / dataset availability confirmedOpenAlex · Crossref · checked 8 Sept 2026
Computer vision techniques offer promising tools for disease detection in orchards and can enable effective phenotyping for the selection of resistant cultivars in breeding programmes and research. In this study, a digital phenotyping system for disease detection and monitoring was developed using drones, object detection and photogrammetry, focusing on European pear rust (Gymnosporangium sabinae) as a model pathogen. High-resolution RGB images from ten low-altitude drone flights were collected in 2021, 2022 and 2023. A total of 16,251 annotations of leaves with pear rust symptoms were created on 584 images using the Computer Vision Annotation Tool (CVAT). The YOLO algorithm was used for the automatic detection of symptoms. A novel photogrammetric approach using Agisoft’s Metashape Professional software ensured the accurate localisation of symptoms. The geographic information system software QGIS calculated the infestation intensity per tree based on the canopy areas. This drone-based phenotyping system shows promising results and could considerably simplify the tasks involved in fruit breeding research.
Why it matches plant phenotyping methodsドローン画像、物体検出、写真測量を統合し、ナシ樹のさび病症状を検出・局在化して樹体ごとの感染強度を推定するデジタル表現型解析システムの開発が中心である。
abstracta digital phenotyping system for disease detection and monitoring was developed using drones, object detection and photogrammetry
Reproduction assets foundThe paper's Data Availability Statement explicitly deposits the annotated UAV image dataset on Mendeley Data and the trained model, detection workflow, and Metashape loading script on figshare, both with public URLs matching allowed entries.Dataset · publicsource repository Mendeley Data (https://data.mendeley.com/datasets/44kjgc4gkc/1, accessed on 8Open asset ↗Mendeley Data · 44kjgc4gkc/1pdf-page:15 lines:1-67Code · publicThe model, the detection workflow with instructions and the script for
loading the detections into Agisoft’s Metashape are available in the open-source figshare repository
(https://doi.org/10.6084/m9.figshare.27225312.v2, accessed on 28 October 2024).Open asset ↗figshare · 10.6084/m9.figshare.27225312.v2pdf-page:15 lines:1-67Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Plant population counts are highly valued by crop producers as important early-season indicators of field health. Traditionally, emergence rate estimates have been acquired through manual counting, an approach that is labor-intensive and relies heavily on sampling techniques. By applying deep learning-based object detection models to aerial field imagery, accurate plant population counts can be obtained for much larger areas of a field. Unfortunately, current detection models often perform poorly when they are faced with image conditions that do not closely resemble the data found in their training sets. In this paper, we explore how specific facets of a plant detector's training set can affect its ability to generalize to unseen image sets. In particular, we examine how a plant detection model's generalizability is influenced by the size, diversity, and quality of its training data. Our experiments show that the gap between in-distribution and out-of-distribution performance cannot be closed by merely increasing the size of a model's training set. We also demonstrate the importance of training set diversity in producing generalizable models, and show how different types of annotation noise can elicit different model behaviors in out-of-distribution test sets. We conduct our investigations with a large and diverse dataset of canola field imagery that we assembled over several years. We also present a new web tool, Canola Counter, which is specifically designed for remote-sensed aerial plant detection tasks. We use the Canola Counter tool to prepare our annotated canola seedling dataset and conduct our experiments. Both our dataset and web tool are publicly available.
Why it matches plant phenotyping methods航空画像からカノーラ個体数(個体群密度)を推定する検出モデルの汎化性能を検証し、注釈付きデータセットと専用Webツールを提示しており、植物表現型取得手法が中心である。
abstractBy applying deep learning-based object detection models to aerial field imagery, accurate plant population counts can be obtained for much larger areas of a field.
Reproduction assets foundThe paper's aerial canola seedling dataset (images and annotations) is publicly deposited on Zenodo, and the authors' Canola Counter analysis/annotation tool is open source on GitHub. The arXiv 2108.05789 entry is a cited prior work (CropAndWeed dataset), not a paper-specific asset.Dataset · publicData Availability Statement
The canola seedling dataset used in this study is publicly available and can be found at: https://doi.org/10.5281/zenodo.11055599 . The Canola Counter tool is open source and is available at: https://github.com/eandvaag/agricounter .Open asset ↗zenodo · 10.5281/zenodo.11055599lines:236-237Code · publicData Availability Statement
The canola seedling dataset used in this study is publicly available and can be found at: https://doi.org/10.5281/zenodo.11055599 . The Canola Counter tool is open source and is available at: https://github.com/eandvaag/agricounter .Open asset ↗github · eandvaag/agricounterlines:236-237Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction The emergence rate of crop seedlings is an important indicator for variety selection, evaluation, field management, and yield prediction. To address the low recognition accuracy caused by the uneven size and varying growth conditions of crop seedlings under salt-alkali stress, this research proposes a peanut seedling recognition model, MS-YOLOv8. Methods This research employs close-range remote sensing from unmanned aerial vehicles (UAVs) to rapidly recognize and count peanut seedlings. First, a lightweight adaptive feature fusion module (called MSModule) is constructed, which groups the channels of input feature maps and feeds them into different convolutional layers for multi-scale feature extraction. Additionally, the module automatically adjusts the channel weights of each group based on their contribution, improving the feature fusion effect. Second, the neck network structure is reconstructed to enhance recognition capabilities for small objects, and the MPDIoU loss function is introduced to effectively optimize the detection boxes for seedlings with scattered branch growth. Results Experimental results demonstrate that the proposed MS-YOLOv8 model achieves an AP50 of 97.5% for peanut seedling detection, which is 12.9%, 9.8%, 4.7%, 5.0%, 11.2%, 5.0%, and 3.6% higher than Faster R-CNN, EfficientDet, YOLOv5, YOLOv6, YOLOv7, YOLOv8, and RT-DETR, respectively. Discussion This research provides valuable insights for crop recognition under extreme environmental stress and lays a theoretical foundation for the development of intelligent production equipment.
Why it matches plant phenotyping methodsUAVリモートセンシング画像からピーナッツ幼苗を認識・計数するモデルを開発し、検出性能を比較検証している。幼苗数・出現率という植物状態の推定が研究の中心である。
abstractthis research proposes a peanut seedling recognition model, MS-YOLOv8
Reproduction assets foundThe paper's data availability statement explicitly deposits the peanut seedling UAV image dataset (and associated model resources) in a public GitHub repository, matching an allowed URL.Dataset · publicy close-range remote sensing. It provides a certain theoretical guidance for the development of an intelligent monitoring platform for peanut.
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/zfvincent1997/MS-YOLOV8 .
Author contributions
FZ: Investigation, Resources, Software, Writing – original draft. LZ: Conceptualization, Supervision, Writing – review & editing. DW: Investigation, Writing – review & editing. JW: Investigation, Writing – review & editing. IS: Software, Visualization, Writing – review & editing. JL: Conceptualization, Open asset ↗https://github.com/zfvincent1997/MS-YOLOV8lines:667-765Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
Leaf disease detection is critical in agriculture, as it directly impacts crop health, yield, and quality. Early and accurate detection of leaf diseases can prevent the spread of infections, reduce the need for chemical treatments, and minimize crop losses. This not only ensures food security but also supports sustainable farming practices. Effective leaf disease detection systems empower farmers with the knowledge to take timely actions, leading to healthier crops and more efficient resource management. In an era of increasing global food demand and environmental challenges, advanced leaf disease detection technologies are indispensable for modern agriculture. This study presents an innovative approach for detecting pepper bell leaf disease using an ANFIS Fuzzy convolutional neural network (CNN) integrated with local binary pattern (LBP) features. Experiments involve using the models without LBP, as well as, with LBP features. For both sets of experiments, the proposed ANFIS CNN model performs superbly. It shows an accuracy score of 0.8478 without using LBP features while its precision, recall, and F1 scores are 0.8959, 0.9045, and 0.8953, respectively. Incorporating LBP features, the proposed model achieved exceptional performance, with accuracy, precision, recall, and an F1 score of higher than 99%. Comprehensive comparisons with state-of-the-art techniques further highlight the superiority of the proposed method. Additionally, cross-validation was applied to ensure the robustness and reliability of the results. This approach demonstrates a significant advancement in agricultural disease detection, promising enhanced accuracy and efficiency in real-world applications.
Why it matches plant phenotyping methods画像からコショウ葉の病害状態を推定するCNN手法を開発・比較・検証しており、植物病害フェノタイピング手法が中心です。
abstractThis study presents an innovative approach for detecting pepper bell leaf disease using an ANFIS Fuzzy convolutional neural network (CNN) integrated with local binary pattern (LBP) features.
Reproduction assets foundThe paper's leaf disease detection experiments use public Kaggle leaf image datasets. The methods section cites the PlantVillage pepper bell dataset (2,475 images) with a direct access link, and the data availability statement points to the New Plant Diseases Dataset. Both are public, paper-specific image assets used直接Dataset · publicom Forest; HoG, Histogram of Oriented Gradients; SVM, Support Vector Machine; ETC, Extra tree classifier; ANFIS, Adaptive neuro-fuzzy inference system; VRAM, Video random access memory; GPU, General processing unit.
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset .
Author contributions
T-hK: Conceptualization, Data curation, Writing – original draft. MS: Conceptualization, Formal Analysis, Writing – original draft. BA: Funding acquisition, Methodology, Writing – original draft. NI: Investigation, Project administration, Writing – original draft. JB: ResourcesOpen asset ↗Kaggle · vipoooool/new-plant-diseases-datasetlines:588-605Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Recognition methods have made significant strides across various domains, such as image classification, automatic segmentation, and autonomous driving. Efficient identification of leaf diseases through visual recognition is critical for mitigating economic losses. However, recognizing leaf diseases is challenging due to complex backgrounds and environmental factors. These challenges often result in confusion between lesions and backgrounds, limiting information extraction from small lesion targets. To tackle these challenges, this article proposes a visual leaf disease identification method based on an enhanced attention mechanism. By integrating multi-head attention mechanisms, this method accurately identifies small targets of tomato lesions and demonstrates robustness in complex conditions, such as varying illumination. Additionally, the method incorporates Focaler-SIoU to enhance learning capabilities for challenging classification samples. Experimental results showcase that the proposed algorithm enhances average detection accuracy by 10.3% compared to the baseline model, while maintaining a balanced identification speed. This method facilitates rapid and precise identification of tomato diseases, offering a valuable tool for disease prevention and economic loss reduction.
Why it matches plant phenotyping methodsトマト葉の病斑を画像から直接検出・識別する手法を開発し、複雑背景下での精度を比較評価しており、植物病害状態の表現型推定が中心である。
abstractthis article proposes a visual leaf disease identification method based on an enhanced attention mechanism.
Reproduction assets foundThe authors publicly deposited the paper's code and processed data on Figshare, and the study's plant image input (PlantDoc dataset) is publicly available on GitHub. Both are paper-specific, public, and actionable.Code · publiced drafts of the article, and approved the final draft.
Data Availability
The following information was supplied regarding data availability:
The code and processed data are available on Figshare: Zhang, Xu (2024). code of “Automatic visual recognition for leaf disease based on enhanced attention mechanism”. figshare. Software. https://doi.org/10.6084/m9.figshare.27210138.v1 .
The original PlantDoc dataset is available at GitHub: https://github.com/pratikkayal/PlantDoc-Object-Detection-Dataset/tree/master .
References
Al Bashish, Braik & Bani-Ahmad (2011) Al Bashish D, Braik M, Bani-Ahmad S. Detection and classification of leaf diseases using k-means-based segmentation and. Information TechnOpen asset ↗figshare · 10.6084/m9.figshare.27210138.v1lines:336-366Dataset · publicsupplied regarding data availability:
The code and processed data are available on Figshare: Zhang, Xu (2024). code of “Automatic visual recognition for leaf disease based on enhanced attention mechanism”. figshare. Software. https://doi.org/10.6084/m9.figshare.27210138.v1 .
The original PlantDoc dataset is available at GitHub: https://github.com/pratikkayal/PlantDoc-Object-Detection-Dataset/tree/master .
References
Al Bashish, Braik & Bani-Ahmad (2011) Al Bashish D, Braik M, Bani-Ahmad S. Detection and classification of leaf diseases using k-means-based segmentation and. Information Technology Journal. 2011;10(2):267–275. doi: 10.3923/itj.2011.267.275.
Al-Hiary et al. (2011) Al-Hiary H, BanOpen asset ↗GitHublines:336-366Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Introduction In response to the current mainstream deep learning detection methods with a large number of learned parameters and the complexity of apple leaf disease scenarios, the paper proposes a lightweight method and names it LCGSC-YOLO. This method is based on the LCNet(A Lightweight CPU Convolutional Neural Network) and GSConv(Group Shuffle Convolution) module modified YOLO(You Only Look Once) framework. Methods Firstly, the lightweight LCNet is utilized to reconstruct the backbone network, with the purpose of reducing the number of parameters and computations of the model. Secondly, the GSConv module and the VOVGSCSP (Slim-neck by GSConv) module are introduced in the neck network, which makes it possible to minimize the number of model parameters and computations while guaranteeing the fusion capability among the different feature layers. Finally, coordinate attention is embedded in the tail of the backbone and after each VOVGSCSP module to improve the problem of detection accuracy degradation issue caused by model lightweighting. Results The experimental results show the LCGSC-YOLO can achieve an excellent detection performance with mean average precision of 95.5% and detection speed of 53 frames per second (FPS) on the mixed datasets of Plant Pathology 2021 (FGVC8) and AppleLeaf9. Discussion The number of parameters and Floating Point Operations (FLOPs) of the LCGSC-YOLO are much less thanother related comparative experimental algorithms.
Why it matches plant phenotyping methodsリンゴ葉の病害症状を画像から検出する軽量な深層学習手法を開発し、精度と処理速度を評価しており、植物表現型取得が中心的貢献である。
abstractthe paper proposes a lightweight method and names it LCGSC-YOLO.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe links to the datasets used in this study are provided below: https://drive.google.com/drive/folders/1MRfK5eOm5-6KZTngPzpzjp9gx1NyEvZY?usp=sharing .Open asset ↗lines:388-395Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published31 Oct 2024International Journal for Research in Applied Science and Engineering TechnologyCited by 1 · OpenAlex ↗
In this project, we have developed a plant disease detection model using a machine learning approach on a dataset named “Plant Disease Expert” which is available on Kaggle. The dataset contains 199,611 images across 58 subdirectories. The splitting of the dataset in training, validation and testing is done in ratio 90:5:5. The data preprocessing included resizing the images, normalizing pixel values and applying augmentation techniques. We have used different libraries throughout the project such as NumPy, Pandas, Operating system, Time, Matplotlib, OpenCV, Shutil, TensorFlow, Keras, Seaborn, etc. EfficientNetB3 is used as the base model. EfficientNetB3 is a convolutional neural network architecture developed by Google Brain researchers [1]. It is known for its efficiency and effectiveness in image classification tasks. Additional custom layers such as max pooling, batch normalization, dense layers, and activation functions are used to optimize the performance. The adamax optimizer and categorical cross-entropy were used during training. The model was trained for 10 epochs with a batch size of 20 and a learning rate of 0.01. For evaluation, classification report, accuracy, precision, recall, F1-score and support were used. The model achieved an accuracy of 98.76% [1].
Why it matches plant phenotyping methods植物画像から病害状態を推定する機械学習モデルの開発・評価が研究の中心であり、植物病害の画像ベース表現型解析に該当します。
abstractwe have developed a plant disease detection model using a machine learning approach
Reproduction assets foundThe paper's plant-phenotyping analysis is built entirely on a public image dataset, 'Plant Disease Expert' by S. S. Mahi, hosted on Kaggle (199,611 leaf images across 58 subdirectories), which the authors explicitly state is publicly available. No author analysis code, trained model checkpoint, or supplement with code/Dataset · publicwe have developed a plant disease detection model using a machine learning approach on a dataset
named “Plant Disease Expert” which is available on KaggleOpen asset ↗Kaggle · Plant Disease Expertpdf-page:2 lines:1-57Code / dataset availability confirmedCrossref · checked 7 Sept 2026
Published24 Oct 2024Journal of Electrical Systems and Information TechnologyCited by 17 · OpenAlex ↗
Abstract Plant diseases present a formidable challenge to the agricultural sector worldwide, leading to significant losses, with the US experiencing annual losses amounting to one-third of crop production. Diagnosis of crop diseases through optical observation of leaf symptoms is particularly daunting for farmers with limited resources. Therefore, there is an urgent need for enhanced detection, monitoring, and prediction methods to mitigate agricultural losses effectively. Harnessing the power of computer vision and deep learning, this paper introduces a cross-platform system designed to automate plant leaf disease diagnosis. The system employs convolutional neural networks to classify 46 disease categories, trained on a dataset comprising 96,206 images of healthy and infected plant leaves. The user interface, accessible across multiple platforms including Android, iOS, Windows, and Linux, allows farmers to capture photos of infected leaves and receive real-time disease classification along with confidence percentages. By empowering farmers to maintain crop health and prevent the application of incorrect fertilizers, the system aims to optimize crop productivity. Performance evaluation includes metrics such as classification accuracy and processing time, with the model achieving an impressive overall accuracy of 93.45% across 46 common disease classes spanning 16 crop species.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定するコンピュータビジョン手法と、そのクロスプラットフォーム実装・性能評価が中心であり、植物フェノタイピング手法として適格。
abstractthis paper introduces a cross-platform system designed to automate plant leaf disease diagnosis
Reproduction assets foundThe paper's plant-phenotyping input is a public Kaggle image dataset (Plant Diseases Training Dataset, ~96,206 leaf images across 16 crops/46+ disease classes) explicitly cited as dataset [11] and confirmed in the Availability of data and materials statement. No author analysis code, trained model checkpoints, or paperDataset · publicThe datasets utilized in the course of this study are accessible through the Plant Diseases Training Dataset repository,
which can be found at the following link: https://www.kaggle.com/datasets/nirmalsankalana/plant-diseases-training-Open asset ↗Kagglepdf-page:22 lines:1-58Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Automating pruning tasks entails overcoming several challenges, encompassing not only robotic manipulation but also environment perception and detection. To achieve efficient pruning, robotic systems must accurately identify the correct cutting points. A possible method to define these points is to choose the cutting location based on the number of nodes present on the targeted cane. For this purpose, in grapevine pruning, it is required to correctly identify the nodes present on the primary canes of the grapevines. In this paper, a novel method of node detection in grapevines is proposed with four distinct state-of-the-art versions of the YOLO detection model: YOLOv7, YOLOv8, YOLOv9 and YOLOv10. These models were trained on a public dataset with images containing artificial backgrounds and afterwards validated on different cultivars of grapevines from two distinct Portuguese viticulture regions with cluttered backgrounds. This allowed us to evaluate the robustness of the algorithms on the detection of nodes in diverse environments, compare the performance of the YOLO models used, as well as create a publicly available dataset of grapevines obtained in Portuguese vineyards for node detection. Overall, all used models were capable of achieving correct node detection in images of grapevines from the three distinct datasets. Considering the trade-off between accuracy and inference speed, the YOLOv7 model demonstrated to be the most robust in detecting nodes in 2D images of grapevines, achieving F1-Score values between 70% and 86.5% with inference times of around 89 ms for an input size of 1280 × 1280 px. Considering these results, this work contributes with an efficient approach for real-time node detection for further implementation on an autonomous robotic pruning system.
Why it matches plant phenotyping methodsブドウの節という明示的な植物器官形質をYOLO画像解析で検出する手法を開発・比較検証し、異なる品種・環境で評価しているため、フェノタイピング手法が中心である。
abstractIn this paper, a novel method of node detection in grapevines is proposed with four distinct state-of-the-art versions of the YOLO detection model: YOLOv7, YOLOv8, YOLOv9 and YOLOv10.
Reproduction assets foundThe paper's authors created and openly released a paper-specific grapevine node-detection image dataset (Dão and Douro vineyard images) on Zenodo, cited in the Data Availability Statement.Dataset · publicThe data presented in this study are openly available in the digital repository Zenodo: Douro & Dão Grapevines Dataset for Node Detection— https://doi.org/10.5281/zenodo.10991688 .Open asset ↗Zenodo · 10.5281/zenodo.10991688lines:552-565Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Premise Automated disease, weed, and crop classification with computer vision will be invaluable in the future of agriculture. However, existing model architectures like ResNet, EfficientNet, and ConvNeXt often underperform on smaller, specialised datasets typical of such projects. Methods We address this gap with informed data collection and the development of a new convolutional neural network architecture, PhytNet. Utilising a novel dataset of infrared cocoa tree images, we demonstrate PhytNet's development and compare its performance with existing architectures. Data collection was informed by spectroscopy data, which provided useful insights into the spectral characteristics of cocoa trees. Cocoa was chosen as a focal species due to the diverse pathology of its diseases, which pose significant challenges for detection. Results ResNet18 showed some signs of overfitting, while EfficientNet variants showed distinct signs of overfitting. By contrast, PhytNet displayed excellent attention to relevant features, almost no overfitting, and an exceptionally low computation cost of 1.19 GFLOPS. Conclusions We show that PhytNet is a promising candidate for rapid disease or plant classification and for precise localisation of disease symptoms for autonomous systems. We also show that the most informative light spectra for detecting cocoa disease are outside the visible spectrum and that efforts to detect disease in cocoa should be focused on local symptoms, rather than the systemic effects of disease.
Why it matches plant phenotyping methods植物病害画像から症状を検出・局在化するCNNアーキテクチャPhytNetを開発し、既存モデルと比較検証しており、植物表現型取得・抽出法が中心である。
abstractthe development of a new convolutional neural network architecture, PhytNet
Reproduction assets foundThe paper's cocoa disease image/spectroscopy data are deposited on OSF (freely accessible via the provided link) and the PhytNet training/optimisation code is publicly available on GitHub. Both are paper-specific, public, and actionable.Code · publicThe code to optimise and train PhytNet for your data can be found at: https://Github.com/jrsykes/PhytNet .Open asset ↗Github · jrsykes/PhytNetlines:214-297Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Pollination is critical for crop development, especially those essential for subsistence. This study addresses the pollination challenges faced by Actinidia, a dioecious plant characterized by female and male flowers on separate plants. Despite the high protein content of pollen, the absence of nectar in kiwifruit flowers poses difficulties in attracting pollinators. Consequently, there is a growing interest in using artificial intelligence and robotic solutions to enable pollination even in unfavourable conditions. These robotic solutions must be able to accurately detect flowers and discern their genders for precise pollination operations. Specifically, upon identifying female Actinidia flowers, the robotic system should approach the stigma to release pollen, while male Actinidia flowers should target the anthers to collect pollen. We identified two primary research gaps: (1) the lack of gender-based flower detection methods and (2) the underutilisation of contemporary deep learning models in this domain. To address these gaps, we evaluated the performance of four pretrained models (YOLOv8, YOLOv5, RT-DETR and DETR) in detecting and determining the gender of Actinidia flowers. We outlined a comprehensive methodology and developed a dataset of manually annotated flowers categorized into two classes based on gender. Our evaluation utilised k-fold cross-validation to rigorously test model performance across diverse subsets of the dataset, addressing the limitations of conventional data splitting methods. DETR provided the most balanced overall performance, achieving precision, recall, F1 score and mAP of 89%, 97%, 93% and 94%, respectively, highlighting its robustness in managing complex detection tasks under varying conditions. These findings underscore the potential of deep learning models for effective gender-specific detection of Actinidia flowers, paving the way for advanced robotic pollination systems.
Why it matches plant phenotyping methodsキウイフルーツ花の画像検出と雌雄判定という植物器官の状態推定手法を開発・比較検証し、注釈付きデータセットと交差検証による性能評価も行っているため、フェノタイピング手法が中心である。
abstractwe evaluated the performance of four pretrained models (YOLOv8, YOLOv5, RT-DETR and DETR) in detecting and determining the gender of Actinidia flowers.
Reproduction assets foundThe paper's authors publicly deposited their gender-annotated Actinidia flower image dataset (augmented version) on Zenodo, explicitly linked in the Data availability statement. No author analysis code or trained model checkpoints are stated as publicly available.Dataset · publicThe data presented in this study are openly available in the digital repository Zenodo: Actinidia chinensis cv. ’Hayward’ Flower Dataset 2024 (augmented version)— https://doi.org/10.5281/zenodo.13692222Open asset ↗Zenodo · 10.5281/zenodo.13692222lines:226-255Code / dataset availability confirmedOpenAlex · checked 13 Sept 2026
Uncrewed aerial system (UAS) structure from motion (SfM) monitoring strategies for individual trees has rapidly expanded in the early 21st century. It has become common for studies to report accuracies for individual tree heights and DBH, along with stand density metrics. This study evaluates individual tree detection and stand basal area accuracy and precision in five ponderosa pine sites against the range of SfM parameters in the Agisoft Metashape, Pix4DMapper, and OpenDroneMap algorithms. The study is designed to frame UAS-SfM individual tree monitoring accuracy in the context of data processing and storage demands as a function of SfM algorithm parameter levels. Results show that when SfM algorithms are properly tuned, differences between software types are negligible, with Metashape providing a median F-score improvement over OpenDroneMap of 0.02 and PIX4DMapper of 0.06. However, tree extraction performance varied greatly across algorithm parameters, with the greatest extraction rates typically coming from parameters causing increased density in dense point clouds and minimal point cloud filtering. Transferring UAS-SfM forest monitoring into management will require tradeoffs between accuracy and efficiency. Our analysis shows that a one-step reduction in dense point cloud quality saves 77–86% in point cloud processing time without decreasing tree extraction (F-score) or basal area precision using Metashape and PIX4DMapper but the same parameter change for OpenDroneMap caused a ~5% loss in precision. Providing reproducible processing strategies is a vital step in successfully transferring these technologies into usage as management tools.
Why it matches plant phenotyping methodsUAS-SfMの処理パラメータと複数ソフトウェアを比較し、個体樹の抽出精度、樹高・DBH、林分断面積を評価する技術検証が中心である。
abstractThis study evaluates individual tree detection and stand basal area accuracy and precision in five ponderosa pine sites against the range of SfM parameters in the Agisoft Metashape, Pix4DMapper, and OpenDroneMap algorithms.
Reproduction assets foundThe paper's Data Availability Statement explicitly publishes the project's data and analysis source code to a public GitHub repository, which qualifies as a paper-specific public code asset. No separate phenotype dataset deposit is stated beyond this repository.Code · publicData Availability Statement: Data and analysis source code for this project has been published to the
public domain at: https://github.com/georgewoolsey/uas_sfm_tree_detection.Open asset ↗georgewoolsey/uas_sfm_tree_detectionpdf-page:19 lines:1-56Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Accurate coffee plant counting is a crucial metric for yield estimation and a key component of precision agriculture. While multispectral UAV technology provides more accurate crop growth data, the varying spectral characteristics of coffee plants across different phenological stages complicate automatic plant counting. This study compared the performance of mainstream YOLO models for coffee detection and segmentation, identifying YOLOv9 as the best-performing model, with it achieving high precision in both detection (P = 89.3%, mAP50 = 94.6%) and segmentation performance (P = 88.9%, mAP50 = 94.8%). Furthermore, we studied various spectral combinations from UAV data and found that RGB was most effective during the flowering stage, while RGN (Red, Green, Near-infrared) was more suitable for non-flowering periods. Based on these findings, we proposed an innovative dual-channel non-maximum suppression method (dual-channel NMS), which merges YOLOv9 detection results from both RGB and RGN data, leveraging the strengths of each spectral combination to enhance detection accuracy and achieving a final counting accuracy of 98.4%. This study highlights the importance of integrating UAV multispectral technology with deep learning for coffee detection and offers new insights for the implementation of precision agriculture.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像とYOLOv9、二重チャネルNMSを用いてコーヒー植物の検出・セグメンテーション・個体数推定手法を開発し、精度評価しているため、植物フェノタイピング手法が中心である。
titleA Coffee Plant Counting Method Based on Dual-Channel NMS and YOLOv9 Leveraging UAV Multispectral Imaging
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicWe will publish all the codes and datasets in this study after the article is accepted
https://github.com/legend2588/Coffee-plant-counting.gitOpen asset ↗https://github.com/legend2588/Coffee-plant-counting.gitpdf-page:19 lines:1-58Code / dataset availability confirmedCrossref · Europe PMC · checked 13 Sept 2026
Bangladesh's agricultural landscape is significantly influenced by vegetable cultivation, which substantially enhances nutrition, the economy, and food security in the nation. Millions of people rely on vegetable production for their daily sustenance, generating considerable income for numerous farmers. However, leaf diseases frequently compromise the yield and quality of vegetable crops. Plant diseases are a common impediment to global agricultural productivity, adversely affecting crop quality and yield, leading to substantial economic losses for farmers. Early detection of plant leaf diseases is crucial for improving cultivation and vegetable production. Common diseases such as Bacterial Spot, Mosaic Virus, and Downy Mildew often reduce vegetable plant cultivation and severely impact vegetable production and the food economy. Consequently, many farmers in Bangladesh struggle to identify the specific diseases, incurring significant losses. This dataset contains 12,643 images of widely grown crops in Bangladesh, facilitating the identification of unhealthy leaves compared to healthy ones. The dataset includes images of vegetable leaves such as Bitter Gourd (2223 images), Bottle Gourd (1803 images), Eggplants (2944 images), Cauliflowers (1598 images), Cucumbers (1626 images), and Tomatoes (2449 images). Each vegetable class encompasses several common diseases that affect cultivation. By identifying early leaf diseases, this dataset will be invaluable for farmers and agricultural researchers alike.
Why it matches plant phenotyping methods植物葉の画像から健康状態と病徴を識別するデータセットを提供しており、植物の病害状態を観測する再利用可能な画像ベースのフェノタイピング資源が中心です。
abstractThis dataset contains 12,643 images of widely grown crops in Bangladesh, facilitating the identification of unhealthy leaves compared to healthy ones.
Reproduction assets foundThe paper is a Data in Brief article describing a public smartphone image dataset of vegetable leaf diseases hosted on Mendeley Data, with an explicit direct URL matching an allowed URL.Dataset · publicRepository name: Mendeley Data
Data identification number: DOI: 10.17632/n67gctmjyj.3
Direct URL to data: https://data.mendeley.com/datasets/n67gctmjyj/3Open asset ↗Mendeley Data · 10.17632/n67gctmjyj.3lines:1-48Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Agricultural productivity is one of the critical factors towards ensuring food security across the globe. However, some of the main crops, such as potato, tomato, and mango, are usually infested by leaf diseases, which considerably lower yield and quality. The traditional practice of diagnosing disease through visual inspection is labor-intensive, time-consuming, and can lead to numerous errors. To address these challenges, this study evokes the AgirLeafNet model, a deep learning-based solution with a hybrid of NASNetMobile for feature extraction and Few-Shot Learning (FSL) for classification. The Excess Green Index (ExG) is a novel approach that is a specified vegetation index that can further the ability of the model to distinguish and detect vegetative properties even in scenarios with minimal labeled data, demonstrating the tremendous potential for this application. AgirLeafNet demonstrates outstanding accuracy, with 100% accuracy for potato detection, 92% for tomato, and 99.8% for mango leaves, producing incredibly accurate results compared to the models already in use, as described in the literature. By demonstrating the viability of a deep learning/IoT system architecture, this study goes beyond the current state of multi-crop disease detection. It provides practical, effective, and efficient deep-learning solutions for sustainable agricultural production systems. The innovation of the model emphasizes its multi-crop capability, precision in results, and the suggested use of ExG to generate additional robust disease detection methods for new findings. The AgirLeafNet model is setting an entirely new standard for future research endeavors.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定する深層学習手法の開発・比較が中心であり、植物表現型計測法として採用する。
abstractthis study evokes the AgirLeafNet model, a deep learning-based solution with a hybrid of NASNetMobile for feature extraction and Few-Shot Learning (FSL) for classification.
Reproduction assets foundThe paper's Data Availability Statement explicitly lists three public Kaggle leaf-image datasets (potato, tomato, mango) that constitute the phenotyping image inputs used for the study's disease-detection experiments. No author analysis code or trained model checkpoints are reported.Dataset · publicAgronomy 2024, 14, 2230 32 of 33
Data Availability Statement: These data were derived from the following resources available in
the public domain: Potato Plant Diseases Data (https://www.kaggle.com/datasets/hafiznouman
786/potato-plant-diseases-data) (accessed on 22 September 2024), Tomato Leaf Diseases Dataset
(https://www.kaggle.com/datasets/kaustubhb999/tomatoleaf) (accessed on 22 September 2024),
Mango Leaf Disease Dataset (https://www.kaggle.com/datasets/aryashah2k/mango-leaf-disease-dataset) (accessed on 22 September 2024).
Conflicts ofOpen asset ↗Kagglepdf-raw-page:32 lines:1-53Dataset · publicAgronomy 2024, 14, 2230 32 of 33
Data Availability Statement: These data were derived from the following resources available in
the public domain: Potato Plant Diseases Data (https://www.kaggle.com/datasets/hafiznouman
786/potato-plant-diseases-data) (accessed on 22 September 2024), Tomato Leaf Diseases Dataset
(https://www.kaggle.com/datasets/kaustubhb999/tomatoleaf) (accessed on 22 September 2024),
Mango Leaf Disease Dataset (https://www.kaggle.com/datasets/aryashah2k/mango-leaf-disease-dataset) (accessed on 22 September 2024).
Conflicts of Interest: The authors declare that there are no conflicts of interest regarding the publica-
tion of this study.
References
1. Mohanty, S.P.; Hughes,Open asset ↗Kagglepdf-raw-page:32 lines:1-53Dataset · publicng resources available in
the public domain: Potato Plant Diseases Data (https://www.kaggle.com/datasets/hafiznouman
786/potato-plant-diseases-data) (accessed on 22 September 2024), Tomato Leaf Diseases Dataset
(https://www.kaggle.com/datasets/kaustubhb999/tomatoleaf) (accessed on 22 September 2024),
Mango Leaf Disease Dataset (https://www.kaggle.com/datasets/aryashah2k/mango-leaf-disease-dataset) (accessed on 22 September 2024).
Conflicts of Interest: The authors declare that there are no conflicts of interest regarding the publica-
tion of this study.
References
1. Mohanty, S.P.; Hughes, D.P.; Salathé, M. Using Deep Learning for Image-Based Plant Disease Detection. Front. Plant Sci. 2016,
Open asset ↗Kagglepdf-raw-page:32 lines:1-53Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Abstract: Preserving plant health and early detection of diseases are crucial in modern agriculture. Artificial intelligence techniques, particularly deep learning networks, are employed for this purpose. In this study, disease recognition was conducted using leaf images from various plant species. The study encompassed important agricultural products such as apples, strawberries, grapes, corn, peppers, and potatoes among the plant species considered. Among the deep learning networks, popular architectures like AlexNet, Vgg16, MobileNetV2, and Inception were compared. The Inception V3 model achieved the highest success rate of 92%, followed by the AlexNet architecture with a success rate of 91%. Among these networks, the InceptionV3 model yielded the best results. The InceptionV3 model effectively learned from plant leaf images and accurately distinguished between diseased and healthy leaves. These findings demonstrate that AI-based systems can be efficiently utilized for disease recognition and prevention in the agriculture sector. In this study, the performance of the InceptionV3 model in disease recognition on plant leaves was analyzed in detail, emphasizing the role of deep learning networks in agricultural applications.
Why it matches plant phenotyping methods植物葉画像から健全・罹病状態を推定する深層学習手法を比較・評価しており、植物病害表現型の取得・分類が研究の中心です。
abstractIn this study, disease recognition was conducted using leaf images from various plant species.
Reproduction assets foundThe paper's plant-disease classification experiments were performed on the public New Plant Diseases Dataset (Kaggle), which the authors explicitly state is openly accessible via a Kaggle URL. This is a paper-specific, public, actionable phenotype image dataset. No author analysis code or trained models are reported asDataset · publicsector. Suggestions for
future research include the use of larger and more
diverse datasets and the application of federated learning
techniques, which can improve the performance of the
model and provide security.
Dataset Access: The dataset used in this study is open
and can be accessed from the relevant source link.
Access:
https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset.Open asset ↗Kaggle · vipoooool/new-plant-diseases-datasetpdf-raw-page:11 lines:97-114Code / dataset availability confirmedCrossref · checked 13 Sept 2026
Field robots are an important tool when improving the efficiency and decreasing the climatic impact of food production. Although several commercial field robots are available, the advantages, limitations, and optimal utilization methods of this technology are still not well understood due to its novelty. This study aims to evaluate the performance of a commercial field robot for seeding and weeding tasks. The evaluation was carried out in a 2-hectare sugar beet field. The robot’s performance was assessed by counting plants and weeds using image processing. The YOLOv8 model was trained to detect sugar beets and weeds. The plant and weed densities were compared on a robotically weeded area of the field, a chemically weeded control area, and an untreated control area. The average weed density on the robotically treated area was about two times lower than that on the untreated area and about three times higher than on the chemically treated area. The testing robot in the specific testing environment and mode showed intermediate results, weeding a majority of the weeds between the rows; however, it left the most harmful weeds close to the plants. Software for robot performance assessment can be used for monitoring robot performance and plant conditions several times during plant growth according to the weeding frequency.
Why it matches plant phenotyping methodsYOLOv8画像処理で作物・雑草を検出し、植物密度を定量化する手法とロボット性能評価ソフトが研究の中心であり、植物状態の反復モニタリングに用いるため。
abstractThe robot’s performance was assessed by counting plants and weeds using image processing.
Reproduction assets foundThe paper's field image dataset (2272 sugar beet/weed images) is openly available on Zenodo, and the authors' Matlab robot-performance analysis software is publicly hosted on GitHub. Both are paper-specific, public, and actionable.Dataset · publicThe dataset consisting of 2272 images collected in this study is available in open
access (https://zenodo.org/records/10716274, accessed 18 September 2024).Open asset ↗zenodo · 10716274pdf-page:3 lines:1-146Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Structural complexity refers to the three-dimensional arrangement and variability of both biotic and abiotic components of an ecosystem. Metrics that characterize structural complexity are often used to manage various aspects of ecosystem function, such as light transmittance, wildlife habitat, and biological diversity. Additionally, these metrics aid in evaluating resilience to disturbance events, including hurricanes, bark-beetle outbreaks, and wildfire. Recent advances in wildland fire modelling have facilitated the integration of forest structural complexity metrics into the QUIC-Fire model, enabling real-time prediction of fire spread and behaviour by simulating interactions between fire, weather, topography, and forest structure. While QUIC-Fire is designed to be highly adaptable, model performance depends on the availability and accuracy of local data inputs. Expanding the model's usability across different regions can be facilitated by the availability of more comprehensive and high-quality data. Thus, the primary goal behind the data products we developed was to establish a basis for collaborative research across various disciplines, particularly within the focal areas of the Southern Research Station, such as forestry, wildland fire, hydrology, soil science, and cultural resources at Bent Creek, Coweeta, Escambia, and Hitchiti Experimental Forests (EFs). Airborne laser scanning (ALS) was used to collect point-cloud data for each EF during the leaf-off season to minimize interference from foliage. Subsequent processing of the raw lidar data involved outlier detection and filtering, ground and non-ground classification, and the computation of a variety of metrics representing various aspects of topography and forest structure at both the pixel-level and the tree-level. Pixel-level topographic data products include: digital elevation model (DEM), slope, aspect, topographic position index (TPI), topographic roughness index (TRI), roughness, and flow direction. Forest structural-complexity metrics include canopy height, foliar height diversity (FHD), vertical distribution ratio (VDR), canopy rugosity, crown relief ratio (CRR), understory complexity index (UCI), vertical complexity index (VCI), canopy cover, mean vegetation height, and the standard deviation of vegetation height. Tree-level data products were computed from the point cloud using multiple algorithms to perform individual tree detection (ITD) and individual tree segmentation (ITS). The datasets have been harmonized and are openly accessible through the USDA Forest Service Research Data Archive.
Why it matches plant phenotyping methods航空レーザースキャンから樹冠高、植生高、樹冠構造、個体樹木を抽出した再利用可能なデータセットであり、植物の構造形質取得と処理が中心です。
abstractAirborne laser scanning (ALS) was used to collect point-cloud data for each EF during the leaf-off season
Reproduction assets foundThis Data in Brief article describes its own openly archived dataset: lidar-derived forest structural-complexity metrics (raster and vector products, including tree detection/segmentation outputs) for four experimental forests, deposited in the USFS Research Data Archive (RDS-2024-0019) with R processing code in theSupDataset · public−83.450054
Coweeta Experimental Forests: 31.007539, −87.078571
Escambia Experimental Forests: 33.057078, −83.679620
Hitchiti Experimental Forest: 35.484250, −82.633346
Data accessibility
Repository name: US Forest Service Research Data Archive
Data identification number:
https://doi.org/10.2737/RDS-2024-0019
Direct URL to data: https://www.fs.usda.gov/rds/archive/catalog/RDS-2024-0019
Raw ALS point-cloud data are located at https://app.box.com/s/4s3412g8mtky0hb6wb63a44epv08c22o
Related research article
none.
1.
Value of the Data
•Open asset ↗US Forest Service Research Data Archive · RDS-2024-0019lines:1-50Dataset · publicarch Station.
Bent Creek Experimental Forests: 35.050580, −83.450054
Coweeta Experimental Forests: 31.007539, −87.078571
Escambia Experimental Forests: 33.057078, −83.679620
Hitchiti Experimental Forest: 35.484250, −82.633346
Data accessibility
Repository name: US Forest Service Research Data Archive
Data identification number:
https://doi.org/10.2737/RDS-2024-0019
Direct URL to data: https://www.fs.usda.gov/rds/archive/catalog/RDS-2024-0019
Raw ALS point-cloud data are located at https://app.box.com/s/4s3412g8mtky0hb6wb63a44epv08c22o
Related research article
none.
1.
Value of the Data
•Open asset ↗US Forest Service Research Data Archive · RDS-2024-0019lines:1-50Dataset · publicean crown diameter. Additionally, the generalized additive model (GAM) that was developed from the inventory data was used to predict bole height at the tree-level.
Limitations
The size of the raw point-cloud data precluded storage on the USFS Research Data Archive. Therefore, this data is accessible for download from box.com ( https://app.box.com/s/4s3412g8mtky0hb6wb63a44epv08c22o ). Additionally, the volume of the point-cloud data may pose computational limitations.
Ethics Statement
The authors have read and follow the ethical requirements for publication in Data in Brief and confirm that the current work does not involve human subjects, animal experiments, or any data collected from sociaOpen asset ↗lines:420-434Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Urochloa grasses are widely used forages in the Neotropics and are gaining importance in other regions due to their role in meeting the increasing global demand for sustainable agricultural practices. High-throughput phenotyping (HTP) is important for accelerating Urochloa breeding programs focused on improving forage and seed yield. While RGB imaging has been used for HTP of vegetative traits, the assessment of phenological stages and seed yield using image analysis remains unexplored in this genus. This work presents a dataset of 2,400 high-resolution RGB images of 200 Urochloa hybrid genotypes, captured over seven months and covering both vegetative and reproductive stages. Images were manually labelled as vegetative or reproductive, and a subset of 255 reproductive stage images were annotated to identify 22,340 individual racemes. This dataset enables the development of machine learning and deep learning models for automated phenological stage classification and raceme identification, facilitating HTP and accelerated breeding of Urochloa spp. hybrids with high seed yield potential.
Why it matches plant phenotyping methods植物のフェノロジー段階と穂状花序を画像から識別するための高解像度データセットであり、植物表現型取得・抽出を中心とする研究。
abstractThis work presents a dataset of 2,400 high-resolution RGB images of 200 Urochloa hybrid genotypes, captured over seven months and covering both vegetative and reproductive stages.
Reproduction assets foundThe paper is itself a data descriptor whose core asset is a public Harvard Dataverse dataset of 2,400 RGB images of Urochloa hybrids with phenological stage labels and COCO-format raceme polygon annotations, directly reproducing the paper's phenotyping data.Dataset · publict diffuser to ensure uniform lighting.
Data source location
Institution: Alliance Bioversity International & CIAT.
City: Palmira, Valle del Cauca.
Country: Colombia.
Geolocalization: 3°29′N, 76°21′W .
Data accessibility
Repository name: Harvard Dataverse
Data identification number: doi.org/10.7910/dvn/u0kl6y
Direct URL to data: https://doi.org/10.7910/dvn/u0kl6y
Instructions for accessing these data: The dataset [ 1 ] is licensed under the Creative Commons Attribution 4.0 International, which allows using, sharing, adapting, distribution and reproduction in any medium or format if attribution is given to the creator.
Related research article
None .
1
Value of the Data
•
The dataset offOpen asset ↗Harvard Dataverselines:1-58Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Published13 Sept 2024Tenth International Conference on Remote Sensing and Geoinformation of the Environment (RSCy2024)Cited by 1 · OpenAlex ↗
Precision agriculture is the application of correct amount of fertilizers and water pesticide to achieve higher agricultural productivity. Furthermore, under the framework of precision agriculture is the automated estimation of yield with advanced technologies including Artificial Intelligence (AI) and Remote Sensing (RS). The use of RS has advanced crop yield estimations and predictions in recent years. However, to validate RS-based models it is important to perform in-situ exercises such as fruit counting, which is a time-consuming task that increases the production costs. Drones, robots, and in-situ cameras in combination with AI algorithms are widely used to efficiently address these issues. The recent advancement in computational resources and power available has enabled the utilization of Deep Learning AI models. One of the best-performing models for object detection is the You-Only-Look-Once (YOLO). In this study, the YOLOv5s is used for object detection, which is the second smallest and fastest YOLOv5 architecture, on two different benchmark datasets collected from AgML. The first dataset consists of 1730 images of mango trees in Australia during night, and the second dataset consists of 6512 images of wheat heads collected from different regions around the world. The main objective of this work is to demonstrate the capabilities of light AI models for object detection and to evaluate their performance, which will serve as a benchmark for future comparison with the on-board environment.
Why it matches plant phenotyping methods植物器官の検出・カウントによる収量推定を対象とし、YOLOv5sの性能評価とベンチマーク化が主目的であるため、計算画像フェノタイピング手法として採用。
abstractIn this study, the YOLOv5s is used for object detection, which is the second smallest and fastest YOLOv5 architecture, on two different benchmark datasets collected from AgML.
Reproduction assets foundThe paper evaluates YOLOv5s on two public benchmark datasets. The MangoYOLO dataset is explicitly cited with public access URLs and was directly used for the paper's mango yield-estimation experiments, qualifying as a paper-specific public asset. The Global Wheat Head Detection dataset is also used but its Zenodo URL (Dataset · publicAnand Koirala, C McCarthy, Kerry Walsh, and Z Wang, ‘MangoYOLO data set’. Central Queensland University,
2021. Accessed: May 23, 2024. [Online]. Available: http://hdl.handle.net/10018/1261224,
https://researchdata.edu.au/mangoyolo-setOpen asset ↗pdf-page:7 lines:1-50Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Plant sensors are commonly used in agricultural production, landscaping, and other fields to monitor plant growth and environmental parameters. As an important basic parameter in plant monitoring, leaf inclination angle (LIA) not only influences light absorption and pesticide loss but also contributes to genetic analysis and other plant phenotypic data collection. The measurements of LIA provide a basis for crop research as well as agricultural management, such as water loss, pesticide absorption, and illumination radiation. On the one hand, existing efficient solutions, represented by light detection and ranging (LiDAR), can provide the average leaf angle distribution of a plot. On the other hand, the labor-intensive schemes represented by hand measurements can show high accuracy. However, the existing methods suffer from low automation and weak leaf-plant correlation, limiting the application of individual plant leaf phenotypes. To improve the efficiency of LIA measurement and provide the correlation between leaf and plant, we design an image-phenotype-based noninvasive and efficient optical sensor measurement system, which combines multi-processes implemented via computer vision technologies and RGB images collected by physical sensing devices. Specifically, we utilize object detection to associate leaves with plants and adopt 3-dimensional reconstruction techniques to recover the spatial information of leaves in computational space. Then, we propose a spatial continuity-based segmentation algorithm combined with a graphical operation to implement the extraction of leaf key points. Finally, we seek the connection between the computational space and the actual physical space and put forward a method of leaf transformation to realize the localization and recovery of the LIA in physical space. Overall, our solution is characterized by noninvasiveness, full-process automation, and strong leaf-plant correlation, which enables efficient measurements at low cost. In this study, we validate Auto-LIA for practicality and compare the accuracy with the best solution that is acquired with an expensive and invasive LiDAR device. Our solution demonstrates its competitiveness and usability at a much lower equipment cost, with an accuracy of only 2. 5° less than that of the widely used LiDAR. As an intelligent processing system for plant sensor signals, Auto-LIA provides fully automated measurement of LIA, improving the monitoring of plant physiological information for plant protection. We make our code and data publicly available at http://autolia.samlab.cn.
Why it matches plant phenotyping methods葉傾斜角という植物形質を自動取得する画像ベース手法を開発し、LiDARと精度比較で検証しており、フェノタイピング手法が中心である。
abstractwe design an image-phenotype-based noninvasive and efficient optical sensor measurement system
Reproduction assets foundThe authors explicitly state that their code and data (the Auto-LIA LIA measurement system, including RGB image datasets and processing pipeline) are publicly available at their project site, which is among the allowed URLs.Code · publicWe make our code and data publicly available at http://autolia.samlab.cn .Open asset ↗autolia.samlab.cnlines:334-498Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Growth monitoring of crops is a crucial aspect of precision agriculture, essential for optimal yield prediction and resource allocation. Traditional crop growth monitoring methods are labor-intensive and prone to errors. This study introduces an automated segmentation pipeline utilizing multi-date aerial images and ortho-mosaics to monitor the growth of cauliflower crops (Brassica Oleracea var. Botrytis) using an object-based image analysis approach. The methodology employs YOLOv8, a Grounding Detection Transformer with Improved Denoising Anchor Boxes (DINO), and the Segment Anything Model (SAM) for automatic annotation and segmentation. The YOLOv8 model was trained using aerial image datasets, which then facilitated the training of the Grounded Segment Anything Model framework. This approach generated automatic annotations and segmentation masks, classifying crop rows for temporal monitoring and growth estimation. The study’s findings utilized a multi-modal monitoring approach to highlight the efficiency of this automated system in providing accurate crop growth analysis, promoting informed decision-making in crop management and sustainable agricultural practices. The results indicate consistent and comparable growth patterns between aerial images and ortho-mosaics, with significant periods of rapid expansion and minor fluctuations over time. The results also indicated a correlation between the time and method of observation which paves a future possibility of integration of such techniques aimed at increasing the accuracy in crop growth monitoring based on automatically derived temporal crop row segmentation masks.
Why it matches plant phenotyping methods航空画像・オルソモザイクから作物列を自動セグメンテーションし、時系列の生育・成長を推定する画像解析パイプラインが研究の中心であり、植物形質の取得手法として適格。
abstractThis study introduces an automated segmentation pipeline utilizing multi-date aerial images and ortho-mosaics to monitor the growth of cauliflower crops
Reproduction assets foundThe paper's Data Availability Statement points to the authors' public Mendeley Data repository (GobhiSet, DOI 10.17632/dcjjcwc5dh.4), which contains the raw, manually, and automatically annotated RGB aerial images and ortho-mosaics of cauliflower used for the YOLOv8x-seg and Grounded SAM training and growth analysis inDataset · publicon of the manuscript.
Funding: This research received no external funding.
Data Availability Statement: No new data was created. However, the data that were used to perform
this research can be found in the article published at https://doi.org/10.1016/j.dib.2024.110506 and
available in the repository DOI: 10.17632/dcjjcwc5dh.4 (https://data.mendeley.com/drafts/dcjjcwc5dh).Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Di, L.; Ustundag, B. Crop Growth Modeling and Yield Forecasting. In Agro-Geoinformatics; Springer: Cham, Switzerland, 2021.
[CrossRef]
2. Mithen, S.; Jenkins, E.; Jamjoum, K.; Nuimat, S.; Nortcliff, S.; Finlayson, B. Experimental crop growingOpen asset ↗data.mendeley.com · 10.17632/dcjjcwc5dh.4pdf-raw-page:17 lines:1-52Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Field / plotStomata / guard-cell complexClassificationObject detectionStomatal traits
Plants' leaf stomata are crucial for various scientific research, including identifying species, studying ecology, conserving ecosystems, improving agriculture, and advancing the field of deep learning. This dataset, containing 1083 images, encompasses 11 species from two distinct locations in Bangladesh: nine from the Sundarbans mangrove forest and two from the Ratargul Swamp Forest. It is a valuable tool for refining machine learning algorithms that specialize in detecting stomata and categorizing species accurately. Researchers can explore a deeper understanding of plant physiology, adaptation mechanisms, and environmental interactions by employing pattern recognition, deep learning, and feature extraction techniques. Additionally, this dataset could be a potential tool for enhancing research in macroscopic metamaterials, extending its impact beyond traditional biological studies into interdisciplinary fields of technology and material science.
Why it matches plant phenotyping methods気孔画像データセット自体が研究の中心で、画像から気孔を検出する再利用可能な表現型取得基盤を提供しているため。
abstractThis dataset, containing 1083 images, encompasses 11 species from two distinct locations in Bangladesh
Reproduction assets foundThis Data in Brief article deposits its own stomata image dataset (1083 images, 11 species) and stomatal trait measurements in Mendeley Data, with a direct public URL and DOI given in the Specifications Table.Dataset · publicSiedentopf Trinocular Compound Microscope (AmScope T340A) was used to image stomata with AmScope camera software.
Data source location
Country: BangladeshForest: Sundarbans Mangrove Forest, Ratargul Swamp Forest
Data accessibility
Repository name: Mendeley DataData identification number: 10.17632/4brcwhmvyk.4Direct URL to data: https://data.mendeley.com/datasets/4brcwhmvyk/4
Related research article
Dey, B., Ahmed, R., Ferdous, J., Haque, M.M.U., Khatun, R., Hasan, F.E., Uddin, S.N., 2023. Automated plant species identification from the stomata images using deep neural network: A study of selected mangrove and freshwater swamp forest tree species of Bangladesh. Ecol. Inform. 75, 102128.httpsOpen asset ↗Mendeley Data · 10.17632/4brcwhmvyk.4html-lines:1-37Code / dataset availability confirmedEurope PMC · OpenAlex · checked 7 Sept 2026
High-throughput phenotyping is the bottleneck for advancing field trait characterization and yield improvement in major field crops. Specifically for sorghum ( Sorghum bicolor L.), rapid plant-level yield estimation is highly dependent on characterizing the number of grains within a panicle. In this context, the integration of computer vision and artificial intelligence algorithms with traditional field phenotyping can be a critical solution to reduce labor costs and time. Therefore, this study aims to improve sorghum panicle detection and grain number estimation from smartphone-capture images under field conditions. A preharvest benchmark dataset was collected at field scale (2023 season, Kansas, USA), with 648 images of sorghum panicles retrieved via smartphone device, and grain number counted. Each sorghum panicle image was manually labeled, and the images were augmented. Two models were trained using the Detectron2 and Yolov8 frameworks for detection and segmentation, with an average precision of 75% and 89%, respectively. For the grain number, 3 models were trained: MCNN (multiscale convolutional neural network), TCNN-Seed (two-column CNN-Seed), and Sorghum-Net (developed in this study). The Sorghum-Net model showed a mean absolute percentage error of 17%, surpassing the other models. Lastly, a simple equation was presented to relate the count from the model (using images from only one side of the panicle) to the field-derived observed number of grains per sorghum panicle. The resulting framework obtained an estimation of grain number with a 17% error. The proposed framework lays the foundation for the development of a more robust application to estimate sorghum yield using images from a smartphone at the plant level.
Why it matches plant phenotyping methodsスマートフォン画像からソルガム穂の検出・分割と粒数推定を開発・検証しており、植物形質取得手法が研究の中心である。
abstractthis study aims to improve sorghum panicle detection and grain number estimation from smartphone-capture images under field conditions.
Reproduction assets foundThe paper's authors explicitly state that the code used to train, test, and analyze the data is publicly available on GitHub. The phenotype image datasets are only available upon request.Code · publicThe code used to train, test, and analyze the data is available at https://github.com/GustavoSantiago113/Sorghum_Grain_Counter .Open asset ↗GustavoSantiago113/Sorghum_Grain_Counterlines:169-296Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Leaf rolling is a common adaptive response that plants have evolved to counteract the detrimental effects of various environmental stresses. Gaining insight into the mechanisms underlying leaf rolling alterations presents researchers with a unique opportunity to enhance stress tolerance in crops exhibiting leaf rolling, such as maize. In order to achieve a more profound understanding of leaf rolling, it is imperative to ascertain the occurrence and extent of this phenotype. While traditional manual leaf rolling detection is slow and laborious, research into high-throughput methods for detecting leaf rolling within our investigation scope remains limited. In this study, we present an approach for detecting leaf rolling in maize using the YOLOv8 model. Our method, LRD-YOLO, integrates two significant improvements: a Convolutional Block Attention Module to augment feature extraction capabilities, and a Deformable ConvNets v2 to enhance adaptability to changes in target shape and scale. Through experiments on a dataset encompassing severe occlusion, variations in leaf scale and shape, and complex background scenarios, our approach achieves an impressive mean average precision of 81.6%, surpassing current state-of-the-art methods. Furthermore, the LRD-YOLO model demands only 8.0 G floating point operations and the parameters of 3.48 M. We have proposed an innovative method for leaf rolling detection in maize, and experimental outcomes showcase the efficacy of LRD-YOLO in precisely detecting leaf rolling in complex scenarios while maintaining real-time inference speed.
Why it matches plant phenotyping methodsトウモロコシの葉巻きという植物形質を画像から検出する深層学習法を開発・評価しており、表現型取得手法が研究の中心である。
abstractIn this study, we present an approach for detecting leaf rolling in maize using the YOLOv8 model.
Reproduction assets foundThe authors explicitly state that source code for the LRD-YOLO leaf rolling detection method is publicly available on GitHub. The maize leaf rolling image dataset itself is only available from the corresponding author upon reasonable request, so it does not qualify as a public asset.Code · public00501 and no.32300239), Shenzhen Science and Technology Program (Grant No. RCBS20210609103819020), the Innovation Program of Chinese Academy of Agricultural Sciences, National Key R&D Program of China (Grant No. 2023ZD04076).
Data availability
Some of the data, source codes and more details about our project are in the GitHub ( https://github.com/WangYH1740/LRD-YOLO ). In addition, the original datasets are available from the corresponding author upon reasonable request.
Declarations
Conflict of interest
The authors declare no conflicts of interest.
References
Bänziger M Edmeades GO Beck D Bellon M
Breeding for drought and nitrogen stress tolerance in maize: from theory to practice 2000
MeOpen asset ↗WangYH1740/LRD-YOLOlines:662-712Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Rapid and accurate diagnosis of rice diseases can prevent large-scale outbreaks and reduce pesticide overuse, thereby ensuring rice yield and quality. Existing research typically focuses on a limited number of rice diseases, which makes these studies less applicable to the diverse range of diseases currently affecting rice. Consequently, these studies fail to meet the detection needs of agricultural workers. Additionally, the lack of discussion regarding advanced detection algorithms in current research makes it difficult to determine the optimal application solution. To address these limitations, this study constructs a multi-class rice disease dataset comprising eleven rice diseases and one healthy leaf class. The resulting model is more widely applicable to a variety of diseases. Additionally, we evaluated advanced detection networks and found that DenseNet emerged as the best-performing model with an accuracy of 95.7%, precision of 95.3%, recall of 94.8%, F1 score of 95.0%, and a parameter count of only 6.97 M. Considering the current interest in transfer learning, this study introduced pre-trained weights from the large-scale, multi-class ImageNet dataset into the experiments. Among the tested models, RegNet achieved the best comprehensive performance, with an accuracy of 96.8%, precision of 96.2%, recall of 95.9%, F1 score of 96.0%, and a parameter count of only 3.91 M. Based on the transfer learning-based RegNet model, we developed a rice disease identification app that provides a simple and efficient diagnosis of rice diseases.
Why it matches plant phenotyping methodsイネ葉画像から病害状態を推定する深層学習手法を開発・比較し、データセットと診断アプリまで構築しており、植物病害表現型の取得・抽出が中心である。
abstractthis study constructs a multi-class rice disease dataset comprising eleven rice diseases and one healthy leaf class.
Reproduction assets foundThe paper's rice disease image dataset was partly acquired from a public Kaggle dataset (trumanrase/rice-leaf-diseases), which is a paper-specific, publicly available plant image asset used directly for the disease classification experiments. No author analysis code, trained model checkpoints, or supplementary depositsDataset · publicease dataset in-
cludes 11 categories of rice diseases and 1 category of healthy leaves, totaling 11,281 images.
The categories in the dataset are illustrated in Figure 1, and the number of images per cate-
gory is detailed in Table 1. The dataset is divided into training, validation, and testing sets,
with a ratio of 60:20:20 (https://www.kaggle.com/datasets/trumanrase/rice-leaf-diseases,
accessed on 22 July 2024). The search engine method involves automatically downloading
images by inputting keywords into Google using a Python script. The downloaded images
are then filtered and cleaned to ensure data accuracy. The images for the disease categories
bacterial leaf streak, Hispa, and rice shOpen asset ↗Kaggle · trumanrase/rice-leaf-diseasespdf-raw-page:3 lines:1-44