Reliable plant segmentation in high-throughput phenotyping must transfer across species and imaging conditions without repeated model tuning or extensive reannotation. We compare three segmentation strategies using images from Oak Ridge National Laboratory's Advanced Plant Phenotyping Laboratory: (i) fixed color-based thresholding, (ii) supervised U-Nets trained from scratch, and (iii) pretrained vision transformers fine-tuned for binary segmentation. Models were evaluated on a held-out test set and a generalization set that comprised unseen species. On the held-out test set, thresholding, the best U-Net, and the best vision transformer achieved mean Dice scores of 58.3, 96.6, and 97.3, respectively. On the generalization set, the corresponding Dice scores were 56.5, 86.2, and 95.7. Thresholding remained effective on some datasets but failed when plant appearance changed. Supervised U-Net training resolved within-distribution errors but failed to generalize to novel species and backgrounds. Pretrained vision transformers consistently produced high-accuracy segmentations across the evaluated species, views, soil backgrounds, and tray types. These results benchmark the practical progression from fixed rules to task-specific supervision and pretrained visual representations for controlled-environment plant phenotyping.
Why it matches plant phenotyping methods植物フェノタイピングにおける画像セグメンテーション手法を比較・検証し、異なる種や撮像条件への汎化性能をベンチマークしているため、方法が研究の中心である。
abstractReliable plant segmentation in high-throughput phenotyping must transfer across species and imaging conditions without repeated model tuning or extensive reannotation.
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-81Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Overlapping cells in plant suspension-culture microscopy pose a particular challenge, for instance, segmentation because a single pixel may belong to more than one cell. Most standard instance-segmentation methods are not designed for this setting and tend to treat overlapping objects as mutually exclusive regions. We instead represent each cell as an independent full-cell instance and introduce MC-SlotNet, an architecture that separates competitive object-slot feature assignment from mask decoding. This allows multiple predicted masks to occupy the same image region. We further introduce a mask-level multiplicity-consistency loss that encourages the predicted number of masks covering a pixel to agree with the underlying cell occupancy. We evaluate MC-SlotNet on a newly annotated dataset of 53 Siraitia grosvenorii suspension-culture micrographs containing 4131 full-cell instances acquired at 4×–40× magnification. Using grouped five-fold cross-validation and an overlap-preserving evaluation protocol, we compare the method with Mask R-CNN, SOLOv2, and Mask2Former. MC-SlotNet achieves the best performance on AP50 (0.800), mAP50:95 (0.565), F150 (0.842), all-ground-truth Dice (0.761), AJI+ (0.754), overlap-region Dice (0.705), and overlap-instance recall (0.828). Its AP75 (0.649) is comparable to Mask2Former’s (0.651). MC-SlotNet also has the lowest inference time among the evaluated methods, at 1.113 s/image. These results indicate that decoding full-cell masks independently, rather than enforcing an exclusive partition of image pixels, is well-suited to instance segmentation in plant suspension-culture microscopy images with substantial cell overlap.
Why it matches plant phenotyping methods植物細胞の重複画像から個々の細胞を分割・抽出する新規モデルを開発し、データセット上で既存手法と比較評価しており、植物表現型取得法が研究の中心である。
abstractWe instead represent each cell as an independent full-cell instance and introduce MC-SlotNet, an architecture that separates competitive object-slot feature assignment from mask decoding.
Abstract Plant diseases substantially reduce global crop yields, and cotton production is particularly vulnerable to field-acquired variability in symptom appearance, background clutter, and illumination changes that limit the reliability and scalability of expert visual inspection. This study aimed to develop an accurate, computationally efficient, and explainable framework for real-time cotton leaf disease recognition that is suitable for deployment on resource-constrained edge devices. Using the SAR-CLD-2024 dataset (322 RGB images captured under natural agricultural conditions across seven categories, including healthy and diseased leaves), images were preprocessed via resizing and normalization and augmented online in the training set (random rotations, flips, brightness/contrast adjustments, and random cropping). An EfficientNet-B3 backbone initialized with ImageNet-pretrained weights was fine-tuned using categorical cross-entropy loss and Adam optimization, with early stopping, checkpointing, regularization, and a fixed-seed 70/15/15 train–validation–test partition to enhance reproducibility and reduce leakage. Performance was evaluated on an independent test set using accuracy, precision, recall, F1-score, MCC, balanced accuracy, Cohen’s kappa, confusion matrix, multi-class ROC/AUC, and precision–recall analysis, alongside computational benchmarking (parameters, FLOPs, memory, and inference latency) and comparative experiments against contemporary CNN, lightweight, and transformer-based models. The model showed stable convergence over 30 epochs with a small training–validation gap, predominantly correct predictions with limited confusion among visually similar classes, consistently high precision–recall behavior under moderate class imbalance, and stable performance across repeated runs with low variability and a tight confidence interval. Grad-CAM heatmaps localized necrotic lesions, discoloration, and infected tissues while largely ignoring background, and failure cases were associated with early-stage symptoms, occlusion, shadows, and inter-class similarity. Overall, the framework provides a reproducible, interpretable, and efficient solution for cotton leaf disease classification with practical implications for trustworthy, low-latency, on-device decision support in precision agriculture.
Why it matches plant phenotyping methods綿葉の病徴を画像から分類する深層学習手法の開発が中心で、独立テスト、比較評価、計算性能評価、Grad-CAMによる病徴局在化を実施しているため、植物病害フェノタイピング手法に該当する。
abstractThis study aimed to develop an accurate, computationally efficient, and explainable framework for real-time cotton leaf disease recognition
Reproduction assets foundThe paper's Data Availability statement explicitly names the SAR-CLD-2024 cotton leaf dataset used for all experiments as publicly available on Kaggle with a direct URL. No author analysis code or trained model checkpoint is deposited.Dataset · publicntribute to the development of fully automated, scalable, and real-time smart agriculture
systems.
Declaration
Funding
Datta Meghe Institute of Higher Education and Research Wardha, Maharashtra, India
Data Availability: The SAR-CLD-2024 cotton leaf dataset used in this study is publicly
available through the Kaggle platform at: https://www.kaggle.com/datasets/pantho12/sar-cld-2024-dataset-for-cotton
This dataset includes annotated images of various cotton leaf diseases collected under diverse
environmental conditions. All data utilized in this work are freely accessible, and the data
processing methodology has been described in detail to facilitate reproducibility.
Conflict of interest The aOpen asset ↗Kaggle · SAR-CLD-2024pdf-raw-page:32 lines:1-38Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Published3 Sept 2026Frontiers in Artificial Intelligence
Field / plotLeafClassificationDisease symptoms / severity
Early and accurate detection of plant diseases is critical in precision agriculture to improve crop management and yield. Mungbean ( Vigna radiata L.) is highly susceptible to several foliar diseases, including yellow mosaic, powdery mildew, leaf crinkle, and cercospora leaf spot, which cause substantial productivity losses. Despite expanding applications of deep learning in plant disease diagnosis, systematic multi-architecture evaluation for mungbean disease classification under natural field conditions remains limited. This study addresses this gap by evaluating five state-of-the-art deep convolutional neural network (DCNN) architectures on a large-scale, field-acquired mungbean dataset that captures real-world variability across environmental conditions and disease severity levels, distinguishing it from controlled laboratory studies. A total of 5,617 original images across five classes were used. Data augmentation was applied exclusively to the training subset after stratified splitting to prevent data leakage. The dataset was partitioned into training (70%), validation (15%), and testing (15%) subsets. VGG16, VGG19, ResNet50V2, DenseNet121, and InceptionV3 were evaluated using identical transfer learning and fine-tuning protocols. Model performance was assessed using AUC-ROC, Cohen's kappa coefficient, McNemar's test for pairwise statistical comparisons, five-fold cross-validation, and Grad-CAM-based interpretability. On the independent test set, InceptionV3 achieved the highest accuracy (98.47%) and macro-F1 (98.49%), followed by VGG16 (98.36%) and VGG19 (97.89%). AUC-ROC values exceeded 0.997 for all models, confirming excellent class discrimination. Grad-CAM visualizations further confirmed that model predictions were based on biologically relevant disease symptoms. The findings demonstrate the effectiveness of deep learning for robust disease recognition under realistic field conditions and highlight the potential of AI-based diagnostic tools for crop health monitoring, precision agriculture, and decision-support systems in mungbean production.
Why it matches plant phenotyping methods圃場画像からマングビーン葉の病徴・病害状態を推定する深層学習手法を複数モデルで評価・検証しており、植物病害フェノタイピング手法が中心です。
abstractsystematic multi-architecture evaluation for mungbean disease classification under natural field conditions remains limited
Occlusion is a major factor limiting accurate three-dimensional (3D) wheat phenotyping. In natural growth conditions, overlapping spikes, leaves, and stems often make only partial target regions visible in single-view images, hindering complete and reliable 3D reconstruction. To address this problem, this study proposes an amodal completion-assisted, sequential framework for single-view 3D reconstruction of occluded wheat. The framework first uses visible prompts to recover the complete appearance and structural cues of occluded targets, and then feeds the completed images into single-view 3D reconstruction models to generate complete 3D structures. We construct the MMWO (Multi-view Multi-instance Wheat Occlusion) dataset from MMW, which is captured under controlled indoor scenarios, by synthesizing diverse occlusion samples through organ-level cutouts, random geometric transformations, and region-constrained pasting, with annotations including visible masks, occlusion masks, and complete target images. Six representative reconstruction methods, including Direct3D, Real3D, SF3D, Spar3D, TRELLIS.2, and Hunyuan3D, are systematically evaluated. Hunyuan3D achieves the best geometric performance, with the lowest mean CD- \(L_1\) and CD- \(L_2\) values of 0.1286 and 0.0536, and the highest mean F-score of 0.5668. SF3D achieves the best rendering quality in terms of PSNR, SSIM, and LPIPS. In addition, Pix2Gestalt completion reduces the estimation errors of spike length, width, and area from 9.31%, 10.89%, and 32.23% to 4.64%, 9.70%, and 9.45%, respectively. These results demonstrate that amodal completion can effectively alleviate occlusion-induced information loss and provide more complete structural priors for single-view 3D wheat reconstruction. This study offers a feasible solution for 3D wheat phenotyping under occlusion and provides a systematic reference for applying 3D generative models to agricultural phenotyping.
Why it matches plant phenotyping methods遮蔽下の単一画像から小麦器官を3D再構成し、形質推定精度を改善する手法を開発・比較検証しており、植物フェノタイピング手法が中心である。
abstractTo address this problem, this study proposes an amodal completion-assisted, sequential framework for single-view 3D reconstruction of occluded wheat.
Background Olive ( Olea europaea L.) breeding initiatives rely heavily on the extensive and correct characterisation of genetic resources to successfully achieve their goals, such as addressing climate change and emerging diseases challenges. However, the historical lack of standardised phenotyping protocols across multi-environment trials has severely hindered data interoperability and large-scale comparative analyses. Methods Within the Horizon 2020 GEN4OLIVE project, five international olive germplasm banks established a consensus-based methodological framework to systematically evaluate over 500 olive cultivars. We harmonised 14 evaluation protocols covering six fundamental dimensions: phenological and agronomic traits, abiotic stress resilience, biotic stress resilience, olive oil yield and chemical quality, table olive quality assessment, and morphological characterisation and photography. While most protocols were adapted from previously published literature to ensure ease of implementation across different facilities, novel methodologies for frost tolerance and standardised photography were developed de novo. Results The implementation of these consensus methods across five countries proved highly successful. This methodological framework enabled the generation of the largest harmonised, publicly available dataset on olive genetic resources to date, effectively making possible the correct comparation and ranking of the olive cultivars based on their specific characteristics. Conclusions This compendium of methods provides a robust, highly replicable reference point for the standardisation of olive germplasm characterisation and use of shared benchmark cultivars as an effective way for data normalization and comparation. It facilitates future global pre-breeding efforts, ensures international data interoperability, and supports the discovery of resilient cultivars to secure the future of the olive sector.
Why it matches plant phenotyping methodsオリーブ遺伝資源の標準化フェノタイピングプロトコルを体系化し、複数機関で実装・検証して大規模データセットを生成した方法論中心の研究である。
abstractthe historical lack of standardised phenotyping protocols across multi-environment trials has severely hindered data interoperability and large-scale comparative analyses.
Reproduction assets foundThe article declares two paper-specific public assets: the GEN4OLIVE phenotypic dataset from evaluating over 500 olive accessions across five germplasm banks, hosted on the project's Olive Varieties Database, and a Zenodo-deposited methodological handbook (Extended Data) containing the 14 protocols, visual assessment, Dataset · publicData and software availability
The phenotypic dataset generated from the evaluation of over 500 olive varieties across the five Mediterranean
germplasm banks using this compendium of protocols and methodologies, is publicly available via the GEN4OLIVE
project repository.
• Repository: GEN4OLIVE Olive Varieties Database.
• Link: https://www.uco.es/ucolivo/gen4olive/olivevarieties (GEN4OLIVE Database, 2025).
Page 8 of 15
Open Research Europe 2026, 6:322 Last updated: 14 SEP 2026Open asset ↗GEN4OLIVE Olive Varieties Databasepdf-raw-page:8 lines:1-44Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Published1 Sept 2026International Journal of Applied Earth Observation and Geoinformation
Accurate plant disease detection remains challenging when using single-modality data, which fails to capture comprehensive disease-related features. However, many existing studies rely on pixel-level classification or prior plant segmentation and lack explicit modeling of cross-modal interactions, limiting their ability to distinguish between healthy and diseased plants. This study presents a spatial–spectral fusion deep learning framework (S2-PDD) that fuses uncrewed aerial vehicles (UAV)-based RGB imagery and hyperspectral-derived feature representations for plant-level detection of potato diseases (blackleg and Potato virus Y (PVY)), employing early fusion (modalities combined at the input stage) and middle fusion (features integrated at intermediate stages within the model backbone) strategies. The multimodal fusion models were compared against single-modal models and an existing S2ADet model. Model performance, assessed through five-fold cross-validation, demonstrated that multimodal models integrating RGB and vegetation index features achieved the highest mAPs of 86.65 ± 1.71 (%; E-RV model) and 85.74 ± 1.96 (M-RV), respectively. These mAPs were higher than those of all single-modal models, including the RGB-only (83.21 ± 1.46) and hyperspectral-only models (PCA features: 79.71 ± 1.45; vegetation index features: 85.31 ± 2.36). They also exceeded mAPs of multimodal models combining RGB with PCA features (early fusion: 83.00 ± 2.81; middle fusion: 83.11 ± 2.46; S2ADet: 84.04 ± 2.73), regardless of the fusion strategy. The superior performance highlights that vegetation index features provide strong class separability compared to other hyperspectral representations. The proposed models achieved strong plant-level detection performance, with AP of 78.65 ± 4.14 (E-RV) and 77.40 ± 3.46 (M-RV) for blackleg disease, as well as 84.82 ± 3.59 (E-RV) and 83.28 ± 3.86 (M-RV) for PVY. These results demonstrate the potential of UAV-based multimodal sensing for disease monitoring in cropping systems. A potato plant disease detection dataset was constructed and made publicly available, containing paired RGB and hyperspectral image tiles with bounding box annotations. The code is available at https://github.com/Tim-Agro/S2-PDD.
Why it matches plant phenotyping methodsUAV RGB・ハイパースペクトル画像からジャガイモ個体の病害状態を推定する融合モデルを開発・比較検証し、公開データセットも構築しており、病害表現型の取得・抽出手法が中心である。
abstractThis study presents a spatial–spectral fusion deep learning framework (S2-PDD) that fuses uncrewed aerial vehicles (UAV)-based RGB imagery and hyperspectral-derived feature representations for plant-level detection of potato diseases (blackleg and Potato virus Y (PVY))
Plant phenotyping relevance match · UnverifiedOpenAlex · Crossref · Europe PMC · checked 14 Sept 2026
Crop phenotyping is crucial for advancing plant breeding, yet remains a significant challenge. Manual approaches are labor-intensive and do not scale to the analysis of large datasets, while computational methods like Vision-Language Models (VLMs) lack the adaptability for fine-scale spatial reasoning and diverse phenotyping scenarios. To bridge the gaps, we present iPheno, a fully open-source, domain-specialized multimodal VLM for fine-scale crop phenotyping. A key innovation of iPheno is its dual-aware architecture. First, a spatial-aware feature extractor samples mask regions into local K-Nearest Neighbors (KNN) graphs and enables fine-scale analysis of arbitrary-shaped regions; second, a task-aware Mixture-of-Experts (MoE) routing mechanism activates specialized modules for each phenotyping task. To train iPheno and achieve rigorous benchmarking, we constructed iPheno-120K, a large-scale high-precision dataset designed for multiple phenotyping tasks. Evaluations on iPheno-120k test set and other publicly available datasets showed that iPheno outperformed all fine-tuned baselines, by improving F1-score by 17.1% (LLaVA-1.6-13B) to 28.9% (MiniCPM-o-9B), while achieving the highest inference speed and memory efficiency. A web server (https://ipheno.ai4bread.com), a mobile application (www.ipheno.cn), and a stand-alone PC client (https://github.com/2997029323/iPheno-PC-Client) are available for iPheno.
Why it matches plant phenotyping methods植物表現型を対象とするVLMの開発、マルチタスク評価、専用データセット構築が研究の中心であり、明確な方法論的貢献がある。
abstractwe present iPheno, a fully open-source, domain-specialized multimodal VLM for fine-scale crop phenotyping.
High-throughput phenotyping depends on accurate 3D reconstruction of plants across growth stages, yet the development and evaluation of temporal completion methods are limited by the lack of datasets with complete geometric ground truth. To address this challenge, we introduce SynthCrop4D, a procedurally generated synthetic dataset of temporally evolving plant point clouds that provides controllable noise, occlusion, and complete plant geometry for benchmarking reconstruction methods. Using this dataset, we evaluate a two-stage pipeline that combines spatial denoising and temporal point cloud completion. First, a denoising module removes structural artifacts from raw laser-scanned point clouds. The resulting data are then processed by an Adaptive Temporal PoinTr model that reconstructs the current growth stage (t) using information from the previous stage (t-1), enabling recovery of regions missing due to self-occlusion. We evaluate the proposed framework on both SynthCrop4D and the real-world Pheno4D dataset (tomato and maize) under settings with and without denoising. Results show that denoising substantially improves reconstruction quality, with the best configuration achieving a Chamfer Distance of 0.0061 on SynthCrop4D (Temporal PoinTr + Mamba-DG) and an F-Score of 0.2080 on Pheno4D (Vanilla PoinTr + Mamba-DG). We further demonstrate the use of completed point clouds for phenotypic trait extraction, including plant height, canopy width, and convex hull volume, obtaining hull-volume MAEs of 0.021 on synthetic data and 0.343 on real data. Together, SynthCrop4D and the proposed pipeline provide a benchmark and methodology for temporal plant reconstruction and high-throughput crop phenotyping.
Why it matches plant phenotyping methods植物の3D点群再構成・時系列補完を開発し、合成データセットと実データで性能検証するとともに、草丈・群落幅・凸包体積を抽出する手法を中心に扱っている。
abstractwe introduce SynthCrop4D, a procedurally generated synthetic dataset of temporally evolving plant point clouds that provides controllable noise, occlusion, and complete plant geometry for benchmarking reconstruction methods.
Reproduction assets foundThe paper's authors explicitly state that source code, implementation details, and pre-trained model weights are publicly available on GitHub, and that the paper-specific SynthCrop4D synthetic dataset can be reproduced via scripts in that codebase. Pheno4D is a cited prior public dataset, not a paper-specific asset.Code · publicThe source code, implementation details, and pre-trained model weights for this study are publicly available on GitHub at https://github.com/Mrudul2006/3d_plant-reconstruction .Open asset ↗Mrudul2006/3d_plant-reconstructionlines:1724-1761Code / 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-43Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Abstract Disease management aims to protect crop yield and quality and reduce economic losses caused by plant pathogens. Consequently, reducing disease is a central objective of applied plant pathology. However, what constitutes effective disease control, and how it is measured and analyzed, varies substantially among studies. We conducted a systematic methodological review to characterize how plant disease control has been evaluated in the plant pathology literature over the past 15 years. We searched selected plant pathology journals for articles containing "control" in their titles and used an artificial intelligence-assisted workflow, followed by human verification, to extract and standardize information on experimental settings, disease measurements, measurement scales, and statistical analyses. The final dataset comprised 340 articles representing diverse host-pathogen systems and experimental environments. Disease control was evaluated using a wide range of response variables, most commonly disease severity and incidence, with substantial heterogeneity in measurement scales and sampling practices. Despite this diversity, statistical analysis was remarkably uniform: 79.4% of articles relied exclusively on ANOVA-based approaches. Among studies using ordinal disease scales, 73.3% included ANOVA in the analysis, whereas only 10.6% explicitly reported data transformation. Mean-separation procedures were also common, particularly Tukey, Fisher's LSD, and Duncan's multiple range test; Duncan's test was reported in 20.3% of all articles and varied markedly among journals. Our findings reveal a marked contrast between diversity in how plant disease control is measured and the narrower range of methods used to analyze those measurements. Greater alignment among biological meaning, measurement properties, experimental design, and statistical analysis could improve transparency, comparability, and interpretation in disease-management research.
Why it matches plant phenotyping methods植物病害の重症度・発生率など、植物の病害状態をどのように測定・解析するかを体系的にレビューしており、測定尺度、サンプリング、統計手法の標準化が中心的な方法論的貢献である。
abstractWe conducted a systematic methodological review to characterize how plant disease control has been evaluated in the plant pathology literature over the past 15 years.
Abstract. In the face of escalating global food demand and increasing climate variability, precise and granular crop yield monitoring is indispensable for maintaining regional agricultural stability. However, current deep learning approaches for yield estimation are severely constrained by their heavy reliance on massive in situ labeled data, which limits their application in data-scarce regions. Furthermore, these models often overlook the essential temporal evolution logic of yield formation and lack a systematic discussion regarding the contribution patterns of different feature dimensions, resulting in a black-box nature of the underlying model mechanisms. To address these challenges, this study proposes a field-label-free training framework for maize yield estimation that couples mechanistic model with deep learning. The framework's core strength lies in a physiologically complete simulation database, using the WOFOST model to exhaustively cover 30 years of climate variability and habitat combinations across Northeast China (1.24 × 106 km2). A Gated Recurrent Unit (GRU) network was then introduced for end-to-end modeling, accurately capturing the energy accumulation trajectory from vegetative to reproductive growth. Validation against 458 independent ground points (2022–2024) demonstrated robust generalization with an R2 of 0.69, an RMSE of 1.21 t ha−1, and an RRMSE of 13.73 %, despite using no ground data for training. Our analysis revealed that integrating photosynthetic intensity (LAImean), duration (LAD) and peak features (LAImax) across growth stages is critical for accuracy, while omitting early-stage features significantly impairs the model's ability to capture cumulative growth effects. Furthermore, the model successfully captured the spatiotemporal yield anomalies caused by the 2023 typhoon and flooding events. Ultimately, this study generated a 10 m resolution maize yield dataset (2019–2024) for Northeast China. The dataset exhibits consistent interannual stability, with the RRMSE ranging from 7.98 % to 12.92 % and the R2 remaining above 0.44 at the city level. By deeply coupling mechanistic simulation with data mining, this dataset provides detailed support for optimizing agricultural production and guiding farming practices. The Northeast China Maize Yield 10 m dataset is openly available at https://doi.org/10.5281/zenodo.19547014 (Hu et al., 2026).
Why it matches plant phenotyping methodsトウモロコシ収量という植物・作物群落の形質を推定する計算フレームワークを開発し、独立地点で性能検証したうえで再利用可能な10 m解像度データセットを生成しており、単なる農業実験の routine measurement ではない。
abstractthis study proposes a field-label-free training framework for maize yield estimation that couples mechanistic model with deep learning.
Reproduction assets foundThe paper's core output, the NortheastChinaMaizeYield10m maize yield dataset (2019–2024) with accompanying uncertainty layers, is openly deposited on Zenodo with an explicit availability statement and DOI. No author analysis code or trained model checkpoints are stated as publicly available.Dataset · publicThe Northeast China Maize Yield 10 m dataset is openly available at https://doi.org/10.5281/zenodo.19547014 (Hu et al., 2026).Open asset ↗Zenodo · 10.5281/zenodo.19547014lines:158-191Code / dataset availability confirmedEurope PMC · Crossref · checked 15 Sept 2026
Background and aims Phytolith analysis is widely applied in palaeoecological and archaeological research, but its interpretive strength depends on the availability of robust modern reference collections. This study expands the modern Australian phytolith reference collection by analysing 42 native plant species representing 24 families and 37 genera with emphasis on silicification patterns across major growth forms, including forbs, shrubs, trees, and C3 grasses. Methods Phytoliths were extracted from available plant parts, including leaves, stems, flowers, seeds, seed pods, cones, and roots, depending on sample availability. Morphotypes were identified following ICPN 2.0, with grass silica short cell phytoliths (GSSCPs) further classified by shape and size to examine subfamily-level patterns. Phytolith morphotype percentage data were analysed using Hellinger transformation, PerMANOVA, PCA, LDA, and hierarchical clustering to assess compositional differences among plant growth forms and grass subfamilies. Key results Phytolith production varied strongly among growth forms and plant parts. Grasses were abundant producers, whereas most forbs, shrubs, and trees were trace producers or non-producers. Leaves were the most consistent source of phytoliths, while seeds and seed pods were predominantly non-producers. Grass silica short-cell phytolith (GSSCP) morphotypes showed clear subfamily-level differentiation. Pooideae produced Rondel morphotypes. Danthonoideae produced Rondel as well as wide Bilobate types. Panicoideae and Oryzoideae exhibited a pronounced Bilobate signature, commonly associated with Polylobate and Cross forms. Non-grass taxa (woody, shrubs, and forbs) were dominated by Spheroids, Tracheary elements, Epidermal, and Polygonal sheets and other non-diagnostic forms. Phytolith assemblages differed significantly among plant families, with Poaceae uniquely producing GSSCPs, while non-grass families showed greater overlap in assemblage composition. Conclusion By expanding taxonomic and anatomical coverage, this study strengthens the capabilities of phytoliths in the reconstruction of grasslands and in general paleo vegetation in Australia, especially where other proxies such as pollen are limited.
Why it matches plant phenotyping methods植物部位の珪酸体を抽出・形態分類し、成長形態やイネ科亜科を識別する現代参照コレクションを構築しており、植物形質の取得・判別手法が研究の中心である。
abstractThis study expands the modern Australian phytolith reference collection by analysing 42 native plant species representing 24 families and 37 genera with emphasis on silicification patterns across major growth forms
Reproduction assets foundThe authors explicitly state that the R scripts used for data analysis and figure generation are publicly available on their GitHub repository, which directly reproduces this paper's phytolith statistical analyses (PCA, LDA, PerMANOVA, clustering, plots). Supplementary data files contain the paper's measurements but noCode · publicntification of all plant specimens collected for this
study.
A
14 FUNDING
M
15 Funding for this study was provided by ARC Discovery grant DP210100508 and a Ph.D.
D
16 fellowship (UQGSS) to MH.
TE
17 DATA AVAILABILITY
18 The R scripts used for data analysis and figure generation are publicly available on GitHub
EP
19 repository: https://github.com/Manoshi-sporo/Australian-Phytolith-Reference-Collection.
20 CONFLICTS OF INTEREST
CC
21 The authors declare no competing financial or commercial interests.
A
22 AUTHOR CONTRIBUTIONS
23 MH: writing original draft, conceptualization, software, investigation. AC: Supervision, Writing -
24 Review and editing, FM: Supervision, Writing-Review and editing.Open asset ↗Manoshi-sporo/Australian-Phytolith-Reference-Collectionpdf-layout-page:34 lines:1-87Plant phenotyping relevance match · UnverifiedCrossref · checked 5 Sept 2026
Unmanned aerial vehicle (UAV)-based multispectral imaging enables flexible, non-destructive crop monitoring. Although UAV imagery offers much higher spatial resolution than satellite platforms, its effective spatial detail at typical operational flight altitudes can still be insufficient for plant-level interpretation and fine canopy structure, which can reduce vegetation-index reliability. Most super-resolution (SR) research targets RGB or satellite imagery and emphasizes perceptual or pixel-wise quality, leaving the spectral fidelity of reconstructed UAV multispectral imagery under-examined. This study benchmarked an SR evaluation framework for UAV-based five-band crop imagery (Blue, Green, Red, Red-edge, and near-infrared) using the open-source AI Hub cabbage dataset, with low-resolution inputs generated by controlled downsampling at ×2, ×3, and ×4. Nine methods (bicubic, SRCNN, EDSR, RCAN, SwinIR-based, ESRGAN-based, HAT-based, DAT-based, and DRCT-based SR) were compared under joint five-channel and band-wise reconstruction on 2170 test scenes using image-quality, spectral-angle, vegetation-index (NDVI, GNDVI, NDRE), band-wise, and efficiency metrics. EDSR and RCAN gave the most balanced performance. At ×4, band-wise reconstruction was strongest for per-band spatial fidelity, where EDSR reduced RMSE by 12.6%, and RCAN lowered near-infrared RMSE by about 21% relative to bicubic, whereas joint reconstruction with its spectral-angle and vegetation-index losses best preserved spectral relationships (spectral angle and vegetation-index errors). Learning-based gains were clearest at ×4. The recently proposed HAT-based, DAT-based, and DRCT-based attention models achieved the strongest pixel-wise RMSE and PSNR but did not surpass EDSR or RCAN on spectral angle or vegetation-index preservation under the equalized training budget. These results indicate that UAV multispectral SR should be assessed by spatial fidelity together with spectral consistency and agricultural index reliability.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像の超解像法を比較・ベンチマークし、スペクトル一貫性や植生指数の信頼性を評価する研究であり、植物キャノピー形質の画像取得・抽出基盤が中心である。
abstractThis study benchmarked an SR evaluation framework for UAV-based five-band crop imagery
To address the challenges posed by large lesion-scale variations, weak boundary cues, and high inter-class similarity in rice leaf disease detection, this study proposes an improved RT-DETRv2-R50-based rice disease detection model, termed CED-RTDETR. First, a Lightweight Contour-Guided Aggregation Backbone (LCGA-Backbone) is constructed. In the PResNet residual blocks, an InceptionDWConv2d-based direction-aware depthwise separable spatial mixing strategy is introduced to capture local, horizontal, and vertical lesion texture patterns with low computational overhead. Meanwhile, a Contour-guided Efficient Global Aggregation Block (CEGA Block) is embedded after the outputs of the C3, C4, and C5 stages. Through contour-difference enhancement, channel shuffle, group-wise efficient global aggregation, and bottleneck channel mixing, the proposed block strengthens the representation of the boundaries of small lesions, weak textures, and contextual semantics. Second, a Multi-scale Evidence Interaction Fusion Neck (MEIF-Neck) is used to perform multi-scale evidence interaction and salient-region competition after cross-scale feature concatenation. A lightweight feature reconstruction process is further implemented using Spatial-Evidence RepNCSPELAN (SE-RepNCSPELAN), which is developed from a YOLO-style feature fusion structure. Finally, a Direction-Amplitude Decoupled Deformable Attention (DAD-DA) mechanism is introduced to decompose sampling offsets into direction rotation residuals and radius gains while incorporating an aspect-ratio-aware geometric compression-restoration strategy, thereby improving the geometric stability of sampling locations during the decoding stage. Experimental results on the constructed rice leaf disease dataset show that CED-RTDETR achieves AP, AP50, and AP75 values of 29.5%, 75.2%, and 17.6%, respectively, outperforming RT-DETRv2-R50 by 4.1, 4.9, and 3.8 percentage points. To further evaluate the model on an additional public benchmark dataset, experiments were also conducted on the public Rice Disease Dataset. On this dataset, CED-RTDETR achieves AP, AP50, and AP75 values of 34.1%, 77.1%, and 23.2%, respectively, improving upon RT-DETRv2-R50 by 4.3, 5.6, and 3.4 percentage points. These results indicate that the proposed method achieves consistent overall performance improvements on both the constructed dataset and the public benchmark dataset.
Why it matches plant phenotyping methodsイネ葉の病斑・病害を画像から検出する深層学習モデルを開発し、構築データセットと公開ベンチマークで性能検証しているため、植物病害状態のフェノタイピング手法が中心です。
abstractTo address the challenges posed by large lesion-scale variations, weak boundary cues, and high inter-class similarity in rice leaf disease detection, this study proposes an improved RT-DETRv2-R50-based rice disease detection model, termed CED-RTDETR.
Functional-structural plant models simulate plant responses to environmental conditions, but their development and evaluation are often limited by the lack of datasets combining detailed architectural and physiological measurements. Here, we present a comprehensive dataset acquired from four oil palm plants ( Elaeis guinnensis) grown under controlled and contrasting climate scenarios. The dataset includes (i) three-dimensional reconstructions of plant architecture derived from terrestrial lidar point clouds, (ii) leaf-level gas exchange measurements used to parameterize photosynthesis and stomatal conductance models, and (iii) continuous plant-scale measurements of CO 2 and H 2 O fluxes obtained in a microcosm under precisely monitored and manipulated environmental conditions (light, temperature, humidity, and CO 2 concentration) across height climate scenarios. By combining detailed structural data with physiological measurements at both leaf and whole-plant scales, this database has been designed to build and evaluate digital twins (or shadows) of plants functioning under controlled conditions. It provides a valuable resource for calibrating biophysical models (light interception and photosynthesis), benchmarking model predictions across scales, and investigating the consistency between leaf-level parameterization and plant-level fluxes. All data and processing workflows are openly available, facilitating reuse for model development, evaluation, and intercomparison in plant and crop modelling communities.
Why it matches plant phenotyping methods3D LiDARによる植物構造計測と生理計測を統合したデータセットで、モデルの較正・ベンチマーク・評価を主目的としており、植物フェノタイピング手法と再利用可能なワークフローが中心である。
abstractthree-dimensional reconstructions of plant architecture derived from terrestrial lidar point clouds
Quantitative flowering phenotypes are needed to support breeding and harvest management in Hypericum perforatum L. (St. John’s wort), but manual flower assessment is slow and difficult to standardize under field conditions. UAV-Hyp is a multi-temporal UAV RGB dataset containing 12,653 high-resolution images acquired at 26 measurement dates across the complete flowering period of 15 H. perforatum accessions. The images represent variable illumination, soil moisture, weed pressure, and developmental stages. The dataset provides 59,163 plant bounding boxes and 107,054 flower bounding boxes. As an application example, cascaded YOLOv8 plant and flower detectors achieved mAP@0.50:0.95 values of 0.977 and 0.950, respectively. UAV-Hyp supports scalable flower quantification and the development of time-series phenotyping methods for genotype comparison and quality-oriented medicinal-plant breeding.
Why it matches plant phenotyping methods植物の開花形質を定量化するUAV画像データセットを提供し、検出性能も評価しているため、フェノタイピング用データセット・解析手法が中心です。
abstractUAV-Hyp is a multi-temporal UAV RGB dataset containing 12,653 high-resolution images acquired at 26 measurement dates across the complete flowering period of 15 H. perforatum accessions.
Field / plotLeafSegmentationDisease symptoms / severity
Camellia oleifera leaf disease segmentation under natural field conditions is important for precision plant protection but remains challenging because lesions often show small target areas, blurred boundaries, uneven illumination, complex backgrounds, and coexisting symptoms. To address these problems, this paper proposes BFMambaNet, a Boundary-Frequency-guided Global Semantic Mamba Network for fine-grained disease segmentation. The model adopts an encoder-decoder framework and introduces a Global Semantic Mamba-based spatial selective feature modeling block to capture long-range lesion context and reduce semantic confusion. A gated wavelet spatial enhancement block is further designed to strengthen high-frequency boundary details while suppressing noisy responses. During training, boundary-frequency auxiliary supervision guides contour localization and pathological texture recovery without additional manual boundary labels. A reinforcement-learning-guided adaptive loss controller adjusts class-wise reweighting factors and loss-component weights according to the training state, improving optimization stability. A pixel-level dataset containing 1400 images and seven disease categories was constructed for evaluation. Experimental results show that BFMambaNet achieves 92.39% Precision, 91.43% Recall, 91.26% Dice, and 85.46% mIoU, outperforming representative CNN-based, Transformer-based, and Mamba-based models. Evaluations on environmental subsets confirm superior robustness, outperforming VMamba by 3.70% mIoU under uneven illumination, 3.55% mIoU under complex backgrounds, and 5.10% mIoU under coexisting symptoms. Cross-dataset validation on Apple leaf diseases further proves its generalization with 3.39% mIoU and 3.84% Dice improvements over U-Mamba, while maintaining a competitive inference speed of 30 FPS. Qualitative results also show clearer boundaries, fewer missed small lesions, and more stable predictions in complex field scenarios.
Why it matches plant phenotyping methods植物葉の病斑・病害状態を画像から画素単位で推定するセグメンテーション手法を開発し、データセット構築、性能評価、環境別評価、クロスデータセット検証まで行っており、病害フェノタイピング手法が中心である。
abstractA pixel-level dataset containing 1400 images and seven disease categories was constructed for evaluation.
The uniformity of maize plant spacing serves as a critical indicator for assessing sowing quality, seed vigor, and field seedling emergence stability. However, manual measurement is inefficient, and complex field conditions make automatic seedling detection and plant spacing measurement challenging. Aiming at the challenges of missed detection, insufficient accuracy for small targets, and large errors in plant spacing calculation under complex field conditions, this study constructs a high-quality dataset containing 693 maize seedling images and implements preprocessing enhancement for images degraded by haze or dust. An intelligent maize seedling detection and plant spacing measurement method based on improved YOLOv8 is proposed. The Global Attention Mechanism (GAM) is embedded into the backbone network to strengthen cross-dimension information interaction between channels and spaces, suppress background interference, and reduce the missed detection rate. The Bi-directional Feature Pyramid Network (BiFPN) is adopted to replace the original PAFPN for enhanced multi-scale feature fusion and deep semantic representation. A new 160 × 160 high-resolution small-object detection layer is added to significantly improve the detection performance of weak and small seedlings. Experimental results demonstrate that the improved model achieves a precision, recall, mAP50, and mAP50-95 of 89.4%, 90.3%, 94.4%, and 49.4%, respectively, which are 2.6, 0.5, 1.5, and 2.7 percentage points higher than those of the original YOLOv8 model. These results indicate that the proposed model improved maize seedling detection performance under complex field conditions. Automatic plant spacing calculation is realized based on detection outputs; the average plant spacing of the dataset is 30.42 cm, with a relative error of only 4.93% compared with the preset sowing spacing of 32 cm. The proposed method can efficiently accomplish field seedling identification, plant spacing quantification, and sowing quality evaluation, providing reliable technical support for precision maize sowing, seeder parameter optimization, and intelligent field management, which is of great significance for promoting the intelligent upgrading of grain crop production.
Why it matches plant phenotyping methodsトウモロコシ幼苗の検出画像から株間という植物形態・配置形質を自動抽出するYOLOv8手法を開発し、データセット構築と性能検証まで行っており、フェノタイピング手法が中心である。
abstractAutomatic plant spacing calculation is realized based on detection outputs
Thermal imaging enables non-invasive assessment of canopy temperature, an essential indicator of plant stress, yet the lack of color cues and strong shadow interference make plant segmentation in thermal images difficult. Recent advances in foundation models have demonstrated improved performance and generalizability across applications, showing promise for domain-specific applications with limited annotated datasets such as plant segmentation in thermal images. This study investigates large multimodal models (LMMs) for thermal image segmentation in plant phenotyping. Building upon the SAM-CLIP framework, we design a unified pipeline spanning zero-shot inference, few-shot and low-shot fine-tuning, and active learning to maximize accuracy with minimal supervision. Evaluations on two thermal datasets, LadyBird Brassica and UGA Brassica, demonstrate robust performance after minimal adaptation across both datasets and superior performance compared with baselines, achieving mIoU D values of 97.54% on the LadyBird dataset and 76.94 % on the UGA dataset. We also release the resulting thermal segmentation annotations to support community benchmarking and reproducible research, highlighting the potential of LMMs to enable scalable, high-quality dataset construction for field phenotyping. The released datasets can be found at: https://cornell.box.com/s/dh69xf84464yrc1vlws92l1tflx7qa89
Why it matches plant phenotyping methods熱画像から植物を分割する手法を開発・評価し、植物フェノタイピング用データセットとアノテーションも公開しているため、フェノタイピング手法が中心的である。
abstractThis study investigates large multimodal models (LMMs) for thermal image segmentation in plant phenotyping.
Reproduction assets foundThe authors publicly released the paper-specific thermal segmentation annotations (20,538 LadyBird masks and 37,790 UGA masks) via a Cornell Box link stated in the abstract, results, and data availability statement. No author analysis code or trained model checkpoints are explicitly released; the mmsegmentation GitHub/Dataset · publicwe generated and publicly released segmentation annotations for the complete LadyBird and UGA thermal image datasets using the best-performing SAM-CLIP model. Specifically, the final model obtained through the multi-round training process was used to generate 20,538 masks for the LadyBird dataset and 37,790 masks for the UGA dataset. Details of the generated annotations are provided in Supplementary Fig. S1 , and both annotated datasets are publicly available at: https://cornell.box.com/s/dh69xf84464yrc1vlws92l1tflx7qa89Open asset ↗lines:220-232Plant phenotyping relevance match · UnverifiedCrossref · checked 8 Sept 2026
Accurate detection of blooming roses and flower buds is essential for greenhouse phenotyping, cultivation scheduling, harvest planning, and yield management. However, UAV-derived greenhouse imagery presents major challenges because rose targets are often small, densely distributed, partially occluded, and visually similar to complex backgrounds. This study proposes a lightweight rose detection framework that combines multi-source dataset construction with an improved YOLOv12n-based detector, termed BloomRoseNet. A GreenHouse Rose dataset was constructed by integrating self-collected UAV overhead images, screened RoseTracker images, and supplementary multi-view rose images to increase diversity in scale, growth stage, viewpoint, and background complexity. BloomRoseNet introduces task-oriented improvements for fine-grained feature extraction, adaptive feature fusion, and attention-enhanced detection. The supplementary multi-view data improved precision, recall, and mAP@50 from 85.2%, 82.8%, and 89.2% to 86.1%, 85.3%, and 90.5%, respectively. Compared with the baseline YOLOv12n, BloomRoseNet increased precision, recall, mAP@50, and mAP@50:95 by 3.2, 3.3, 3.6, and 1.6 percentage points, respectively, while reducing parameters from 2.55 M to 2.08 M and model size from 5.5 MB to 4.5 MB. The model also maintained real-time inference capability and stronger robustness under blur, occlusion, and illumination disturbances. The proposed framework provides an effective and practical solution for UAV-based greenhouse rose monitoring and supports precision cultivation management.
Why it matches plant phenotyping methodsバラの開花・蕾を対象としたUAV画像フェノタイピング手法を開発し、データセット構築、検出モデル改良、性能評価を中心に扱っているため。
abstractThis study proposes a lightweight rose detection framework that combines multi-source dataset construction with an improved YOLOv12n-based detector, termed BloomRoseNet.
Existing plant-disease datasets target classification and detection, leaving vision-language models unable to support interactive, reasoning-based diagnosis. To address this, we present PlantExpertVQA, a large-scale visual question answering (VQA) dataset designed to advance vision-language models for agricultural decision-making. It is compiled from 45 open-source datasets, including the widely used PlantVillage corpus, and comprises 765,186 high-quality question-answer (QA) pairs grounded over 150,841 images spanning 38 crop species and 89 disease conditions. Questions are organized into 3 levels of cognitive complexity and 9 distinct categories. Each was phrased following expert guidance and generated via an automated two-stage pipeline: template-based QA synthesis from image metadata, followed by multi-stage linguistic re-engineering. The dataset was iteratively reviewed by domain experts for scientific accuracy and relevance. We find that current frontier vision-language models, including recent open-source instruction-tuned multimodal LLMs, perform poorly on PlantExpertVQA. However, parameter-efficient fine-tuning of a compact 2B-parameter model on a small fraction of the dataset yields substantial improvements across all question categories, demonstrating its effectiveness for domain adaptation.
Why it matches plant phenotyping methods植物病害画像を対象とする大規模VQAデータセットの構築・ベンチマークが研究の中心であり、植物の病害状態を画像から評価する再利用可能なデータセットです。
abstractwe present PlantExpertVQA, a large-scale visual question answering (VQA) dataset designed to advance vision-language models for agricultural decision-making.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe code for the programmatic QA generation pipeline, the data-refinement and template-paraphrasing steps, the automated outlier-detection pipeline, and the parameter-efficient fine-tuning experiments reported in this work is publicly available at https://github.com/syed-nazmus-sakib/PlantExpertVQA.Open asset ↗syed-nazmus-sakib/PlantExpertVQAhtml-lines:578-597Code / dataset availability confirmedarXiv · OpenAlex · checked 15 Sept 2026
Accurate 3D crop monitoring underpins data-driven precision agriculture by enabling field-scale analysis of plant structure, growth dynamics, and management response. Modern 3D reconstruction methods perform strongly on generic benchmarks, but rendered appearance may not translate into metrically and agronomically useful geometry in crop fields. We introduce UAV3DCrop, a public benchmark of repeated multi-angle unmanned aerial vehicle (UAV) crop surveys. It contains 88,830 RGB images at $5280 \times 3956$ pixels, with a ground sampling distance of 3.6-5.8 mm, from 91 scenes spanning corn, soybean, wheat, and oat. Track A evaluates seven scene-optimized methods -- Neural Radiance Field (NeRF) and 3D Gaussian Splatting (3DGS) variants -- on held-out views, photogrammetry-referenced depth, and canopy-height recovery. Track B tests four pretrained feed-forward models on zero-shot camera-pose and geometry estimation. The scene-optimized methods rank differently across the three targets: Splatfacto-big leads appearance, whereas Scaffold-GS leads depth and is statistically tied with Splatfacto for canopy height. Among feed-forward models, MapAnything leads on seven of the eight metrics, while the remaining models vary more across crops and fail severely on absolute scale in a way that alignment conceals. Repeated acquisitions reveal further sensitivities that differ by output type and by model, associated with position within the acquisition sequence and with tie-point multiplicity. Current 3D reconstruction methods are therefore not yet interchangeable for agronomic use: no single method wins on appearance, geometry, and canopy height at once, and only one of four feed-forward models recovers usable metric scale. The dataset is publicly available at https://link-dev.github.io/UAV3DCrop/
Why it matches plant phenotyping methods植物キャノピー高さという明示的な形質を対象に、UAV 3D再構成手法をベンチマークし、公開データセットとして提供しているため、フェノタイピング手法が中心である。
abstractWe introduce UAV3DCrop, a public benchmark of repeated multi-angle unmanned aerial vehicle (UAV) crop surveys.
Reproduction assets foundThe paper introduces UAV3DCrop, a public benchmark of repeated multi-angle UAV crop surveys (88,830 RGB images, 91 scenes, four crops) with refined poses, photogrammetric depth references, and linked canopy-height and effective-LAI field measurements. The dataset is explicitly stated to be publicly available under CC BDataset · publiche acquisition sequence and with tie-point multiplicity. Current 3D reconstruction methods are therefore not yet interchangeable for agronomic use: no single method wins on appearance, geometry, and canopy height at once, and only one of four feed-forward models recovers usable metric scale. The dataset is publicly available at https://link-dev.github.io/UAV3DCrop/ .
Keywords:
UAV imagery; agricultural datasets; crop-field reconstruction; neural radiance fields;
Gaussian splatting; feed-forward geometry.
1 IntroductionOpen asset ↗UAV3DCroplines:1-90Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Background Accurate and efficient detection of citrus leaf diseases is important for orchard monitoring, early intervention, and intelligent disease management. However, practical application in natural orchard environments remains challenging because of complex backgrounds, large variation in symptom scale, strong interclass similarity, and limited edge computing resources. Methods In this study, a lightweight object detection model, SKM-YOLOv11, was developed based on YOLOv11n for citrus leaf disease recognition in natural scenes. A self-built dataset was constructed from public images and field images, containing 6414 images across six classes. StarNet-S050 was introduced as the backbone, C3k2-Star was designed to enhance feature fusion across scales, and a lightweight shared detection head, MNS-Head, was constructed to reduce prediction redundancy. Results Compared with YOLOv11n, SKM-YOLOv11 increased Precision, Recall, and mAP @0.5 by 2.92, 1.47, and 0.95 percentage points, respectively. Meanwhile, FLOPs, parameter count, and model size were reduced by 31.7%, 32.7%, and 34.55%, respectively. Edge deployment on Jetson Orin NX Super achieved an inference speed of 72.45 frames per second. Conclusion The proposed model has strong potential for real-time citrus disease screening on resource-constrained devices and provides a feasible solution for edge-based intelligent disease management in natural orchards.
Why it matches plant phenotyping methods柑橘葉の病害状態を画像から認識する軽量物体検出モデルを開発し、データセット、精度比較、エッジ実装性能まで評価しており、植物表現型(病害状態)の取得・推定手法が中心である。
abstracta lightweight object detection model, SKM-YOLOv11, was developed based on YOLOv11n for citrus leaf disease recognition in natural scenes.
Plant height is a key 3D phenotypic trait for assessing crop growth, biomass accumulation, and lodging resistance. To overcome the practical limitations of conventional plant height measurement methods, this study proposes a novel vision foundation model-based framework named Depth for Plant Height (Depth4PH) for plant height estimation in agricultural scenes using low-cost monocular RGB imaging. As part of our contributions, a synthetic–real coupled multimodal dataset was constructed by integrating Blender virtual agricultural scenes (Blender VAS) with real field images. Building upon the existing Depth Anything V2 foundation model, we developed a novel module called Transfer-based Agricultural Metric Depth Anything V2 (TAM-Depth V2) for absolute metric depth estimation through parameter-efficient fine-tuning, depth decoder reconstruction, and joint loss optimization. Furthermore, we designed a novel multi-source prompt-based segmentation framework, MSP-SAM2, to generate positive and negative prompts for zero-shot crop instance segmentation. Finally, a new inverse physical plant height estimation algorithm, RANSAC-Per, was introduced to estimate plant height by combining truncated percentile statistics with local RANSAC micro-plane fitting, thereby reducing the effects of depth noise and field microtopographic variation. The result showed that TAM-Depth V2 achieved stable absolute depth estimation, with an RMSE of 0.1162 m and an AbsRel of 4.25%. Compared to the original box-prompted SAM 2, MSP-SAM2 achieved a 4.4% improvement in mIoU, reaching 91.6% and a recall of 93.2%. On a 350-plant multi-crop test set, Depth4PH achieved R 2 = 0.948, RMSE = 12.23 cm, and MAE = 8.82 cm, and MAPE =10.15%, with crop-specific RMSEs ranging from 3.99 cm (cucumber) to 20.73 cm (maize), significantly outperforming the traditional Global-MinMax baseline (which had an RMSE of 22.62 cm). These results indicate that Depth4PH provides a promising foundational pathway for high-throughput crop phenotyping. With future optimization for edge deployment, it holds significant potential to support high-throughput monitoring in precision agriculture.
Why it matches plant phenotyping methods植物高の画像取得・深度推定・セグメンテーション・高さ抽出アルゴリズムを一体化した植物表現型計測フレームワークの開発と検証が中心であり、データセット構築と性能評価も含む。
abstractthis study proposes a novel vision foundation model-based framework named Depth for Plant Height (Depth4PH) for plant height estimation in agricultural scenes using low-cost monocular RGB imaging.
As a critical structural component that connects almost all other types of plant organs, the stem system not only supports the weight of the total plant, but also serves as a vital channel for nutriment transportation. Accurate phenotypic measurement of stem instances is of practical significance for assessing crop growth dynamics and predicting yield. To address current 3D phenotyping challenges of crops such as the difficulty in separating stem segments from the stem system and the low accuracy in stem length measurement, we propose a Hierarchical-annotation-guided Phenotypic Framework (HagPF) for Stem Instance Segmentation and Length Measurement in plant point clouds. Specifically, a hierarchical leaf-stem organ instance annotation strategy is devised to effectively train a PSegNet network for leaf and stem instance segmentation. The segmentation is then followed by a shape-adaptive measurement algorithm to automatically measure the length of stem segments that are morphologically diverse in space. On a 3D dataset comprising four crop species, the proposed framework achieved an Intersection over Union (IoU) of 95.45% for organ semantic segmentation and a Mean Weighted Coverage (mWCov) of 87.87% for instance segmentation (both stem and leaf). Regarding to the stem length measurement, the method obtained an average Root Mean Square Error (RMSE) of 1.044 cm and a relative error of 11.907%, outperforming 7 mainstream methods. The relevant dataset and source code can be found at: https://github.com/Jinx00/stem-length-measurement .
Why it matches plant phenotyping methods植物点群から茎のインスタンスを分割し、茎長を自動測定する3D表現型解析フレームワークの開発・比較検証が中心である。
abstractwe propose a Hierarchical-annotation-guided Phenotypic Framework (HagPF) for Stem Instance Segmentation and Length Measurement in plant point clouds.
Accurate, field-scale mapping of crop growth stages is critical for supply-sensitive vegetable production, where timely harvests require detailed phenological information. Consecutive growth stages often involve rapid and subtle morphological changes and are influenced by challenging open-field conditions, which frequently result in misclassification when stages are treated as independent, discrete categories. To address this issue, CropMap is proposed as a growth-stage mapping framework that integrates Hierarchical Semantic Segmentation Networks (HSSN) with multispectral unmanned aerial vehicles (UAVs) imagery. CropMap incorporates the structured biological progression of crop development into the learning objective through tree-based label constraints, allowing the model to recognize phenological continuity and reduce confusion between adjacent stages. The framework is evaluated on the publicly available National Information Society Agency of Korea (NIA) field crop growth-stage dataset, a large-scale, multi-institutional UAV dataset containing 337,665 multispectral patches across six hierarchically related growth stages of Chinese cabbage and radish, curated by the NIA. CropMap achieves a test-set mean Intersection over Union (mIoU) of 0.5382, representing a 5% relative improvement over the best-performing transformer baseline (SegFormer; mIoU = 0.5124). Performance varies across classes: background separation is strong (IoU = 0.9128) and the rosette stage is well distinguished (IoU = 0.6354), while the leaf expansion stage remains the primary challenge (IoU = 0.3541), reflecting the inherent difficulty of mapping this spectrally and morphologically transitional class. These findings indicate that hierarchy-aware learning reduces inter-stage confusion for most phenological classes, but transitional growth stages remain a significant limitation for field-scale deployment. The framework provides a foundation for stage-resolved crop monitoring to support harvest timing and supply forecasting in high-value vegetable systems.
Why it matches plant phenotyping methods作物の生育段階という植物状態を、マルチスペクトルUAV画像と階層型セマンティックセグメンテーションで推定する手法が研究の中心であり、公開データセット上で性能評価も行っている。
abstractCropMap is proposed as a growth-stage mapping framework that integrates Hierarchical Semantic Segmentation Networks (HSSN) with multispectral unmanned aerial vehicles (UAVs) imagery.
Accurate monitoring of agronomic phenology is essential for yield estimation and food security assessment. However, currently available maize phenology datasets usually represent only a limited number of growth stages, restricting their application in process-based crop modeling and stage-specific agricultural management. Here, we present a high-resolution maize phenology dataset for Northeast China spanning 2001-2024 at 500-m spatial resolution and daily temporal resolution. By coupling MODIS spectral information with meteorological drivers in an energy-driven XGBoost framework, we retrieved eight key agronomic stages: Emergence, Three-leaf, Seven-leaf, Jointing, Flowering, Silking, Milking, and Maturity. Validation against observations from 91 agrometeorological stations during 2009-2024 demonstrates robust performance, with an overall RMSE of less than 5 days and R² values greater than 0.63 across all stages. Beyond overall accuracy, the dataset shows strong spatial consistency and temporal stability, preserves coherent regional phenological gradients, and captures interannual variations over the 24-year period. This long-term, multi-stage dataset provides a valuable benchmark for crop model calibration, climate change impact assessment, and the development of adaptive agricultural strategies in one of the world's major maize-producing regions.
Why it matches plant phenotyping methodsMODISスペクトル情報と気象データ、XGBoostを組み合わせてトウモロコシの8つの生育段階を推定し、観測データで検証した高解像度フェノロジーデータセットであり、植物形質の取得・抽出手法とベンチマークが中心です。
abstractHere, we present a high-resolution maize phenology dataset for Northeast China spanning 2001-2024 at 500-m spatial resolution and daily temporal resolution.
Early and accurate identification of plant diseases is essential for improving crop productivity and ensuring food security. Many existing deep learning-based plant disease classification methods rely solely on leaf images collected from a controlled environment, which limits their applicability in real-world agricultural conditions where symptoms may be visually unclear and influenced by environmental factors. To address these challenges, this study discusses AgriFusionNet, a context-aware multimodal deep learning framework that integrates leaf images, textual symptom descriptions, and environmental data for robust plant disease classification. The proposed architecture employs EfficientNet-B0 for visual feature extraction, BERT for semantic representation of symptom descriptions, and a lightweight multilayer perceptron for modeling environmental factors such as temperature, humidity, rainfall, and soil moisture. Features from all three modalities are fused into a unified representation to train the CNN model. The model is trained and tested upon the Context-Aware Multimodal Augmented PlantVillage dataset covering 38 plant diseases and healthy classes. Experimental results show that AgriFusionNet gives an overall accuracy of 98.94% on the dataset Context-Aware Multimodal Augmented PlantVillage, with competitive precision and recall and F1-score. The multimodal framework facilitates the co-learning of visual, semantic, and contextual environmental representations and the analyses of the confusion matrix and feature interactions give insights into cross-modal relationships. The proposed approach aims to explore context-aware multimodal representation learning for agricultural AI applications, with emphasis on integrating complementary visual, semantic, and contextual information.
Why it matches plant phenotyping methods葉画像を中心に、症状記述と環境情報を統合して植物病害状態を分類する手法を開発・評価しており、植物フェノタイピング手法が中心である。
abstractthis study discusses AgriFusionNet, a context-aware multimodal deep learning framework that integrates leaf images, textual symptom descriptions, and environmental data for robust plant disease classification.
Reproduction assets foundThe paper's data availability statement points to the Context-Aware Multimodal Augmented PlantVillage dataset (leaf images, symptom text, environmental data used for the phenotyping/classification analysis) deposited publicly on IEEE Dataport with a DOI matching an allowed URL.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: Dataset. IEEE Dataport. https://dx.doi.org/10.21227/9jat-r836 [Accessed on August 2025].Open asset ↗IEEE Dataport · 10.21227/9jat-r836lines:1029-1047Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 5 Sept 2026
Introduction Climate extremes increasingly threaten agricultural production, yet many artificial intelligence systems in agriculture remain local, reactive and narrowly trained for one crop, region or sensing modality. Methods We present AgriFM, a multimodal geospatial foundation model that combines satellite image time series, radar, thermal observations, weather trajectories, soil properties, topography and sparse management variables to estimate crop-stress and yield-failure risk across crops and regions. AgriFM was pretrained using self-supervised objectives on 2.4 million field-season sequences and evaluated on a curated benchmark spanning maize, wheat, soybean, rice and sorghum across five agroclimatic regions. Results In held-out geography and time-split evaluations, AgriFM improved early stress detection and yield-failure prediction over statistical, crop-model and deep-learning baselines. The largest gains occurred during compound drought and heat events, for which AgriFM produced alerts 18 to 24 days earlier than the satellite-only baseline while maintaining improved calibration. Phenology-conditioned fusion improved transfer across planting calendars, and uncertainty calibration reduced false alerts at fixed recall. Discussion Because the study is based on retrospective datasets, these findings establish cross-region retrospective performance rather than prospective field efficacy. The results support further field-based evaluation of multimodal foundation models for climate-resilient crop monitoring.
Why it matches plant phenotyping methods作物ストレス状態と収量失敗リスクを衛星・レーダー・熱画像等から推定する基盤モデルを開発し、複数作物・地域のベンチマークで評価しており、植物状態の取得・推定手法が中心である。
abstractWe present AgriFM, a multimodal geospatial foundation model that combines satellite image time series, radar, thermal observations, weather trajectories, soil properties, topography and sparse management variables to estimate crop-stress and yield-failure risk across crops and regions.
Abstract Chili is an important economic and nutritional crop with a relatively limited availability of different disease-resistant varieties. Leaf diseases, including those caused by fungi, bacteria, viruses, pests, or nutritional deficiencies, significantly compromise production and crop quality. Early detection of these diseases is key to reducing yield loss; however, traditional visual examinations are limited by time constraints, human subjectivity, and low detection sensitivity at early stages of infection. To overcome these challenges, this study proposes a deep learning–based framework for early multi-class detection of chili leaf diseases using convolutional neural networks (CNNs). A real-field dataset comprising 16,392 high-resolution images of chili leaves across six disease and healthy classes was collected from multiple regions of Bangladesh. The dataset was preprocessed, augmented, and split into training and validation sets using an 80:20 ratio. Five pre-trained CNN architectures—DenseNet121, EfficientNetB3, MobileNetV2, ResNet50, and InceptionV3 were evaluated using a transfer learning strategy. Experimental results demonstrate that MobileNetV2 achieved the best performance, attaining an overall classification accuracy of 96%. The results indicate that the proposed system demonstrates strong generalization capability and effectively discriminates visually similar chili leaf diseases. This work can be considered a valuable application in precision agriculture, providing an efficient, automated, and practical approach for in situ early diagnosis of chili leaf diseases through smart farm management.
Why it matches plant phenotyping methods唐辛子葉の病害状態を画像から分類するCNN手法の開発・比較評価とデータセット構築が研究の中心であり、植物病害フェノタイピングに該当する。
abstractA real-field dataset comprising 16,392 high-resolution images of chili leaves across six disease and healthy classes was collected from multiple regions of Bangladesh.
This dataset contains images of Manalagi apple diseases from Indonesia. Data collection was conducted from August 2024 to June 2026. Data were collected in apple orchards. All images were captured under natural environmental conditions. A total of 1168 unique Manalagi apple specimens were successfully documented. The specimens consisted of both healthy and diseased fruit. This dataset comprises four classes: Healthy, Anthracnose, Black Pox, and Powdery Mildew. Each specimen was observed and photographed directly. The documentation process yielded approximately 5100 raw images. The images were captured using various smartphone cameras and DSLR cameras. Each device has different camera specifications. The image size depends on the device used. Images that passed quality inspection were selected for the next stage. Each fruit specimen is cropped from the selected raw image. Each image was then labeled according to its disease class. The image size was standardized to 1024 × 1024 pixels. All images were saved in JPEG format. The curation process yielded 482 images. Each image represents a distinct fruit specimen.
Why it matches plant phenotyping methodsリンゴ果実の健全・病害状態を画像で記録し、分類用データセットとして構築・キュレーションした研究であり、植物病害表現型の取得方法と再利用可能なデータセットが中心です。
titleImage dataset of manalagi apple fruits for multi-class disease classification using deep learning.
Reproduction assets foundThe paper is a Data in Brief article describing a public Mendeley Data repository of Manalagi apple fruit disease images (raw, curated, and augmented), directly usable for plant disease phenotyping/classification.Dataset · publicRepository name: Mendeley Data
Data identification number: DOI: 10.17632/9zgkwwv9j8.6
Direct URL to data: https://data.mendeley.com/datasets/9zgkwwv9j8/6Open asset ↗Mendeley Data · 10.17632/9zgkwwv9j8.6html-lines:97-124Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Published24 Jul 2026International Journal of Computer Information Systems and Industrial Management ApplicationsCited by 0 · OpenAlex ↗
In India, to increase the wheat yield production and support sustainable agricultural practices, timely and correct identification of wheat crop diseases such as yellow rust, brown rust, etc., is very much essential. Further, the majority of deep learning algorithms show high efficiency in plant disease detection and recognition, but these studies rely on handcrafted datasets captured under controlled laboratory conditions and accordingly will not perform well in the real world domain. Furthermore, there is a lack of real field wheat crop disease datasets collected in India, particularly from Haryana state, being the largest producer of wheat crops. Therefore, to address the issue of lack of region specific crop diseases dataset, which are region-specific, the wheat crop disease data set is curated, consisting of 2672 images of healthy and diseased leaves of wheat crops collected from the real field of CCS Haryana Agricultural University, Hisar. The dataset includes typically three classes of leaves of wheat crop, i.e., Yellow Rust (910), Brown Rust (922) and Healthy leaves (840) collected using both a DSLR camera and different smartphone cameras under natural lighting and field conditions. All images were validated and labeled by taking the expertise of wheat pathologists to ensure reliability on the dataset. The study also provides a comprehensive, systematic workflow for transforming raw data into a high-quality benchmark dataset for training using image preprocessing and augmentation techniques. Besides this, a comparative benchmarking analysis is performed under identical experimental conditions using three widely adopted deep learning architectures, which includes ResNet50, MobileNetV2 and EfficientNet-B0. The experimental results show that ResNet50 and EfficientNet-B0 achieve similar performance i.e. approximately 91% classification accuracy on real-field data. However, MobileNetV2 offers a lightweight alternative suitable for mobile and edge deployment. Furthermore, Grad-CAM based explainability analysis was performed to validate model predictions and highlight disease specific regions in wheat leaves. Therefore, this study contributes a practical region specific WheatDisease-HRY dataset and baseline benchmarking framework for developing robust AI based wheat disease diagnosis tools for real world agricultural applications in India.
Why it matches plant phenotyping methodsコムギ葉の病徴を画像から判定するデータセットを構築し、前処理・拡張、深層学習ベンチマーク、説明可能性解析までを中心的に扱うため、植物病害状態の画像ベース表現型手法として採用。
abstractThe study also provides a comprehensive, systematic workflow for transforming raw data into a high-quality benchmark dataset for training using image preprocessing and augmentation techniques.
Field / plotLeafClassificationDisease symptoms / severity
Early and reliable diagnosis of hibiscus leaf diseases is critical to protect horticultural yield. Yet, it remains challenging under real-time field conditions where uncontrolled lighting, clutter, and the non-contiguous nature of pathological symptoms blur diagnostic cues. To address these challenges, we introduce CNN-FusionViT-GNN. This explainable hybrid multi-branch framework synergizes the fine-grained texture extraction of a DenseNet201 backbone, the global contextual modeling of a Vision Transformer (ViT), and the relational reasoning of a Graph Neural Network (GNN). The model is trained and validated on 'Hibiscus,' a curated field dataset of 1165 images from Bangladesh, which is strategically augmented to 8000 samples for robust training following a strict train-validation-test split. The proposed framework achieves a state-of-the-art accuracy of 98.33% with a macro F1-score of 0.98. The framework's generalization is confirmed through high performance on external datasets: 98.78% accuracy on the 52-class Plant City dataset and 83.88% on the 10-class Tomato Leaf Disease dataset, while maintaining a rapid inference time of 10-45 ms. Furthermore, a multi-faceted Explainable AI (XAI) audit using LIME, Grad-CAM++, ViT Attention Maps, and Occlusion Sensitivity validates that the model's decisions are driven by biologically meaningful symptom patterns rather than background artifacts. This study establishes a computationally efficient, transparent, and robust pathway for automated disease diagnosis in precision agriculture.
Why it matches plant phenotyping methodsハイビスカス葉の病徴を画像から分類するCNN-ViT-GNN手法を開発し、複数データセットで性能検証しているため、植物病害表現型の取得・推定が中心である。
abstractwe introduce CNN-FusionViT-GNN. This explainable hybrid multi-branch framework synergizes the fine-grained texture extraction of a DenseNet201 backbone, the global contextual modeling of a Vision Transformer (ViT), and the relational reasoning of a Graph Neural Network (GNN).
Reproduction assets foundThe paper's primary Hibiscus leaf disease image dataset is publicly deposited on Mendeley Data, and the external Tomato Leaf Disease dataset used for validation is also publicly available on Mendeley Data. No author analysis code or trained model checkpoints are reported.Dataset · publicThe primary dataset generated and analyzed during the current study,“Hibiscus Leaf Diseases Classification Dataset,”is publicly available in Mendeley Data 7 .Open asset ↗Mendeley Datalines:307-347Code / dataset availability 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-61Plant phenotyping relevance match · UnverifiedEurope PMC · OpenAlex · Crossref · checked 5 Sept 2026
Precision agriculture increasingly relies on detailed structural information, such as canopy height and canopy volume, to enhance crop health monitoring and operational safety. However, existing methods based on costly LiDAR or RGB-D sensors are often impractical for large-scale deployment in dynamic and unstructured horticultural environments. Furthermore, conventional 2D segmentation and SLAM-based pipelines typically generate sparse, geometrically inconsistent semantic maps which are insufficient for actionable structural analysis in agricultural applications. To overcome these limitations, we propose a monocular 3D structural mapping framework tailored for horticultural plants via semantic scene completion. At inference, the proposed model takes a single RGB image as input and predicts voxel-wise geometry and semantics, from which task-oriented structural maps, including canopy height, canopy volume, and obstacle-aware traversability layers, are derived. Specifically, we first introduce a Depth-Aware Decoder Module that explicitly recovers depth in the spatial domain and fuses 2D-to-3D features, thereby mitigating depth ambiguity and reducing reliance on accurate pose. Second, an NCS-Guided Geometry Encoder is designed to inject normalized depth into voxel positional embeddings, enabling self-attention to perform global relational modeling within a depth-aware geometric coordinate system. In addition, a Global Encoder is utilized to refine local structural details, while an occupancy head produces the final 3D semantic completion outputs. We construct a horticultural 3D semantic scene dataset using an RGB-D sensor, which serves as a benchmark for evaluating our method, while the deployed model remains RGB-only. Extensive quantitative and qualitative experiments are conducted on both the Semantic-KITTI dataset and our dataset. On our dataset, the method achieves 82.31% occupancy IoU, 84.26% mIoU, and 86.25% precision. Beyond voxel-level evaluation, manual field measurements further show canopy height MAE values of 0.019-0.026 m and canopy volume proxy relative errors of 8.4%-11.4%. These results demonstrate the effectiveness of our approach in real-world agricultural scenarios, providing actionable structural insights for crop monitoring and autonomous robotic operations.
Why it matches plant phenotyping methods単眼RGB画像から植物の樹冠高・樹冠体積などの構造形質を推定する3Dフェノタイピング手法を開発し、データセット構築と実測検証も行っているため、方法が研究の中心である。
abstractwe propose a monocular 3D structural mapping framework tailored for horticultural plants via semantic scene completion.
This study compiles and releases the first standardized rapeseed phenology observation dataset spanning forty-four years (1981-2024) over the core winter rapeseed production region of the Middle and Lower Yangtze River Plain in China. The data originate from systematic observations at 50 national-level agrometeorological stations across six provinces: Jiangsu, Zhejiang, Anhui, Jiangxi, Hubei, and Hunan. The dataset provides complete records of the specific dates for each phenology stage from sowing to maturity, including eight key phenology periods: Sowing (SO), Emergence (EM), Five-leaf (FV), Bud Formation (BF), Stem Elongation (SE), Flowering (FL), Green Ripening (GR), and Maturity (MA), along with the calculated durations of six distinct growth lengths. We implemented a multi-level quality control protocol encompassing internal logical checks, statistical outlier detection, climatological validation, time series homogenization, and expert arbitration. This protocol effectively constrained data uncertainty and corrected non-climatic discontinuities. Univariate linear regression was further employed to quantify the decadal change trends of each phenology period and growth length, supplemented by Kernel Density Estimation (KDE) to characterize their probability distribution features. The final dataset is presented as structured tables (in xlsx format) and high-resolution diagnostic plots (including trend and density plots), with a total volume of approximately 470 MB, systematically organized by province and station. This dataset fills a critical gap in long-term, standardized rapeseed phenology data for the region. The integrated analysis of phenology dates, growth stage durations, and their trends across the entire network provides an indispensable, high-quality empirical foundation. It is designed to support in-depth investigations into the nonlinear response mechanisms of overwintering crops to climate warming, improve crop model parameterization and validation, and inform regional adaptive management strategies.
Why it matches plant phenotyping methods44年間のナタネの生育段階日を標準化・品質管理して公開するデータセット研究であり、植物状態(フェノロジー)の測定データ整備が中心です。
abstractThis study compiles and releases the first standardized rapeseed phenology observation dataset spanning forty-four years (1981-2024)
Reproduction assets foundThe paper's rapeseed phenology dataset (1981–2024, 50 stations) is openly deposited in Science Data Bank under DOI 10.57760/sciencedb.34086, containing structured xlsx tables and diagnostic plots. No custom code was created per the authors.Dataset · publicThe dataset described in this work has been deposited in the Science Data Bank (ScienceDB) under
accession code https://doi.org/10.57760/sciencedb.34086 [27].Open asset ↗Science Data Bank · 10.57760/sciencedb.34086pdf-page:12 lines:1-68Plant phenotyping relevance match · UnverifiedCrossref · checked 5 Sept 2026
Accurate, high-throughput quantification of rice panicles is important for yield estimation and breeding-oriented rice phenotyping. However, unmanned aerial vehicle (UAV)-based panicle detection remains challenging because flight-altitude variation produces large target-scale changes. Flooded paddy backgrounds, leaf occlusion, and illumination fluctuations further obscure small panicle targets. To address these challenges, we constructed a composite multi-altitude dataset covering UAV imagery acquired from 3 to 20 m under varying field conditions. We then propose Panicle-DETR, a lightweight detection and counting framework based on a frequency-aware Cross Stage Partial (CSP) backbone. Rather than treating the Fast Fourier Transform (FFT) as a filter by itself, the proposed FasterFD module uses frequency-domain representations with learnable frequency-response reweighting to enhance panicle-related texture cues and reduce redundant background responses. A Lossless Feature Encoder is designed to preserve fine spatial information for small targets across altitude-induced scale changes, while a composite metric loss based on Normalized Gaussian Wasserstein Distance (NWD) and Inner-IoU improves localization for adherent and overlapping panicle clusters. On the composite dataset, Panicle-DETR achieved a Precision of 90.97%, a Mean Absolute Error of 4.28, and an R2 of 0.957 for single-frame panicle counting. With 13.78 M parameters and 53.0 GFLOPs, the framework achieved 16.9 FPS with 1.96 GB peak GPU memory in a battery-powered notebook benchmark, supporting its potential for resource-constrained field-side UAV image analysis.
Why it matches plant phenotyping methodsUAV画像からイネ穂の検出・計数という植物形質推定を中心に、マルチ高度データセットと専用解析フレームワークを開発・評価しているため。
abstractAccurate, high-throughput quantification of rice panicles is important for yield estimation and breeding-oriented rice phenotyping.
Grapevine yellows diseases, including Flavescence Dorée (FD) and Bois Noir (BN), severely affect vineyards, making reliable detection methods essential. Detecting symptoms, particularly in Chardonnay variety, remains challenging due to year-to-year vine variability and the presence of symptoms that can be misleading. We present a dataset of multispectral images of grapevine leaves collected over four years (2021–2024). The dataset includes healthy leaves, grapevine yellows - overwhelmingly BN, and three other diseases (Esca, Discoloration, and Leafroll) with visually similar symptoms particularly for Leafroll, providing a diverse benchmark for disease recognition. Ground-truth labels were assigned based on field inspections conducted by Comité Champagne expert viticulturists who selected the vines before acquisitions and analyzed the images after acquisition. Images were acquired under laboratory conditions using a DJI Phantom 4 Multispectral camera from leaves collected in the Plumecoq Comité Champagne experimental vineyards. Leaves were collected on designated vines and placed on polystyrene boards on a 2x2 grid. One RGB image and five multispectral images corresponding to the Blue (B - 450 nm ± 16 nm), Green (G - 560 nm ± 16 nm), Red (R - 650 nm ± 16 nm), Red-Edge (RE - 730 nm ± 16 nm), and Near-Infrared (NIR - 840 nm ± 26 nm) bands were captured using the same acquisition system (camera-to-board distance of approximately 90 cm) over the four years.. For the vast majority, ambient light was used; for some acquisitions, indirect halogen spotlights were used. The 512x512 leaf images were manually cropped from the acquired original images with the same offsets between the bands; offsets were already present due to the parallax phenomenon. The dataset is organized into six folders (B, G, R, RE, NIR, and RGB). Each leaf is represented by one RGB image and five corresponding multispectral band images, enabling multimodal analysis and machine learning for grapevine disease detection. Each image filename encodes acquisition and annotation information as follows: Characters 1–2: acquisition year (21 = 2021, 22 = 2022, 23 = 2023, 24 = 2024). Character 3: image type/band (0 = RGB, 1 = B, 2 = G, 3 = R, 4 = RE, 5 = NIR). Character 4: class (J = Grapevine Yellows, T = Healthy, S = Esca, E = Leafroll, D = Discoloration). Character 5: illumination condition (0 = ambient light, G = additional left halogen spotlight, D = additional right halogen spotlight, 2 = additional both left and right halogen spotlightsl). Characters 6–9: image identifier, numbered sequentially from 0000. Character 10: relabelling status. After image acquisition, all leaves were independently reviewed by expert viticulturists on the recorded RGB images. A value of 1 indicates that the expert confirmed the original field label, 0 indicates that the original label was considered incorrect based on the information visible in the RGB image, and D indicates that the sample was reclassified as Discoloration. This dataset complements the "Multi-annual spectral data of Chardonnay grapevine leaves" dataset published on Recherche Data Gouv. While the previous dataset contains spectral measurements, the present dataset provides multispectral images acquired from the same grapevine leaves, enabling multimodal analyses that combine spectral signatures with image-based information. Note, however, that there is no bijection between the respective files.
Why it matches plant phenotyping methodsブドウ葉の病徴をマルチスペクトル画像で取得し、専門家ラベル付きの疾病認識用データセット/ベンチマークとして提供しており、植物状態の画像ベース表現型計測が中心である。
abstractWe present a dataset of multispectral images of grapevine leaves collected over four years (2021–2024).
Introduction Early-stage detection and classification of lettuce heat responses are essential for non-destructive phenotyping, yet conventional assessment mainly relies on visible symptoms and manual observation. Methods This study constructed a lettuce hyperspectral dataset comprising heat-sensitive and heat-tolerant varieties under control and high-temperature treatments, and proposed the Dynamic Selective Peak Transformer (DSPformer). DSPformer integrates edge-enhanced feature extraction, dynamic multi-scale spatial-spectral representation, Peak-k selective attention, and a confusion-aware dynamic focal loss to enhance discriminative features while reducing spectral redundancy, class imbalance, and inter-class confusion. Results Under the patch-level evaluation protocol, DSPformer achieved 96.22% accuracy, 95.55% recall, 96.35% precision, and 95.95% F1-score, outperforming the compared CNN- and Transformer-based models. Day-wise evaluation showed that DSPformer reached 82.61% accuracy on Day 1 and 96.55% on Day 3, before visible heat-stress symptoms appeared on Day 6. Under a plant-level partition protocol, DSPformer maintained robust performance with 93.76 +/- 0.49% accuracy. Additional evaluation on the Indian Pines benchmark further demonstrated the applicability of DSPformer to general hyperspectral image classification. Discussion These findings suggest that hyperspectral imaging can capture heat-stress-sensitive information beyond visual phenotypes, and that DSPformer provides a promising framework for early, non-destructive lettuce heat-response screening and hyperspectral phenotyping-assisted breeding.
Why it matches plant phenotyping methodsレタスの熱ストレス応答を非破壊的に早期分類するため、ハイパースペクトル画像データセットと新規Transformer手法を開発・評価しており、植物表現型取得・抽出が中心である。
abstractMethods This study constructed a lettuce hyperspectral dataset comprising heat-sensitive and heat-tolerant varieties under control and high-temperature treatments, and proposed the Dynamic Selective Peak Transformer (DSPformer).
Abstract Moringa oleifera is widely used in dry tropical and subtropical regions due to its rapid growth and high nutritional value, yet its internal tissue organization has primarily been described using two-dimensional anatomical approaches. Here, we present a three-dimensional micro–X-ray computed tomography (micro-XCT) characterization of lumen space in stem, branch, and outer tissues (bark region) from a single M. oleifera individual. Samples were oven-dried prior to imaging; therefore, the quantified void fraction represents apparent lumen/void space in dried material and should not be interpreted as in vivo porosity. Micro-XCT datasets were segmented to quantify cross-sectional lumen area distributions and apparent void fraction from pooled reconstructed slices. All data originate from a single individual; reported metrics represent structural descriptors of pooled cross-sections and not replicated biological measurements. The stem dataset exhibited a dense arrangement of small lumen features and a high number of segmented objects, consistent with a compact woody tissue organization in the scanned region. The branch dataset showed a larger proportion of void space and a strongly right-skewed size distribution with a minority of large lumen features. The outer tissue dataset displayed heterogeneous void space organization, which likely reflects a mixture of cell lumens, intercellular spaces, and drying-related cracks, and therefore is reported descriptively without assigning xylem-vessel identity. This study provides a conservative 3D structural dataset and an image-analysis workflow for quantifying lumen space in dried M. oleifera tissues, complementing published anatomical descriptions. The results highlight strong within-plant heterogeneity across tissue types and underscore the importance of sample preparation and histological validation when interpreting micro-XCT measurements in woody plants.
Why it matches plant phenotyping methods乾燥植物組織の3D micro-XCT画像から管腔・空隙の構造形質を抽出する画像解析ワークフローとデータセットが研究の中心であり、単なる生物学的測定ではない。
abstractMicro-XCT datasets were segmented to quantify cross-sectional lumen area distributions and apparent void fraction from pooled reconstructed slices.
Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · checked 14 Sept 2026
Robust validation of both research data and its accompanying metadata is essential for ensuring adherence to FAIR principles. Current approaches often handle these aspects separately, hindering a holistic quality assessment. Building upon previous BioHackathon work establishing ARCs (Annotated Research Context) as RO-Crates (ARC RO-Crate), we aim to develop and demonstrate an integrated validation strategy for FAIR digital objects. It distinguishes between validating the metadata descriptor and the payload data files.For the metadata descriptor, validation will ensure structural and semantic compliance to the base RO-Crate specification and the ARC-ISA family of RO-Crate profiles, using and extending the RO-Crate validator tool.For the payload data files, validation targets the actual content, since data files often require domain-specific structural and value constraints, which requires explicit schema definitions. For this, we will integrate Frictionless for checking data content against community standards (e.g. MIAPPE, as demonstrated in the HORIZON project AGENT). Crucially, this project will also explore mechanisms for specifying expected data structures’ requirements within the ARC RO-Crate itself. This aims to provide a more self-contained description of data, investigating how such internal requirements can be linked to data validation frameworks, complementing the crate’s metadata validation.The overall goal is to provide a powerful, holistic validation mechanism for ARC RO-Crates, enhancing their reliability, trustworthiness, and FAIRness. A MIAPPE-compliant plant phenomics dataset will serve as a use case. This integrated validation approach aims to streamline quality control for researchers and will be packaged as a deployable microservice, offering broad applicability across diverse research workflows.
Why it matches plant phenotyping methodsARC RO-Crateのデータ・メタデータ検証サービスを開発する研究で、MIAPPE準拠の植物フェノミクスデータセットを具体的ユースケースとして扱う。植物表現型データの再利用可能な検証ツール/ワークフローが中心である。
abstractA MIAPPE-compliant plant phenomics dataset will serve as a use case.
Sweet potato virus disease (SPVD) is one of the most destructive diseases affecting sweet potato production worldwide, causing severe yield losses and posing a significant threat to food security. Vision-based intelligent diagnosis has emerged as a promising solution for large-scale SPVD monitoring due to its low cost and scalability. However, existing publicly available datasets for SPVD are extremely limited and typically focus on a single task, such as disease classification or lesion segmentation, under constrained imaging conditions. This lack of comprehensive, task-oriented datasets significantly restricts the development, evaluation, and fair comparison of advanced computer vision methods for SPVD analysis. In this study, we present SPVD-Field, a task-oriented multi-task visual dataset suite composed of two independently collected sub-datasets optimized for different computer vision tasks. Rather than constructing a single homogeneous dataset, SPVD-Field is deliberately organized into two complementary task-oriented sub-datasets: SPVD-DET, designed for disease detection with bounding-box annotations, and SPVD-SEG, designed for fine-grained lesion segmentation with pixel-level masks. The two sub-datasets were independently collected using different acquisition protocols optimized for their respective tasks, while sharing a unified semantic definition of SPVD symptoms, crop growth stages, and field environments. SPVD-Field captures substantial real-world variability in imaging scale, viewpoint, illumination, background complexity, and symptom manifestation, reflecting the inherent challenges of fieldbased disease diagnosis. We provide detailed documentation of data acquisition, annotation strategies, and quality control procedures, along with baseline benchmark results for both detection and segmentation tasks to demonstrate the usability and difficulty of the dataset. By offering a structured dataset suite rather than a single-task collection, SPVD-Field aims to support diverse research directions, including detection, segmentation, multi-task learning, and disease severity analysis, and to facilitate reproducible and comparable research in SPVD-related plant phenotyping.
Why it matches plant phenotyping methodsサツマイモの病徴を対象とする画像データセットで、検出・病斑セグメンテーション、データ取得・アノテーション・品質管理、ベンチマークを中心的に提供しており、植物病害状態の画像フェノタイピング手法・データ基盤に該当する。
abstractIn this study, we present SPVD-Field, a task-oriented multi-task visual dataset suite composed of two independently collected sub-datasets optimized for different computer vision tasks.
Reproduction assets foundThe paper's core asset is the SPVD-Field dataset (SPVD-DET detection images with bounding-box annotations and SPVD-SEG segmentation images with pixel-level masks), explicitly deposited in a public repository via the data availability statement with a DOI link.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://dx.doi.org/10.21227/hq1q-jp43 .Open asset ↗10.21227/hq1q-jp43lines:664-703Code / dataset availability confirmedEurope PMC · Crossref · checked 5 Sept 2026
Abstract Plant diseases affecting leaves and fruits cause substantial yield and economic losses worldwide, particularly in horticultural crops cultivated under diverse agro-climatic conditions. Early and accurate disease diagnosis is essential for effective crop management; however, manual inspection is time-consuming, subjective, and often infeasible at large scale. In this work, we present the Tomato–Chilli–Papaya (TCP) Fruit and Leaf Disease Dataset, a comprehensive multi-crop image dataset designed to support deep learning-based plant disease recognition. The dataset comprises labeled RGB images of healthy and diseased leaves and fruits from three economically important crops—tomato, chilli, and papaya—captured under real-field and semi-controlled environments, reflecting significant variability in illumination, background complexity, and disease severity. To demonstrate the applicability of the dataset, several commonly used convolutional neural network (CNN) architectures, including VGG, ResNet, DenseNet, MobileNet, and EfficientNet models, were trained and evaluated on the TCP dataset using transfer learning. Experimental results show that deep CNN models can effectively learn discriminative visual features corresponding to disease-specific patterns such as leaf spots, lesions, discoloration, curling, and fruit surface abnormalities. Lightweight models such as MobileNet achieve competitive performance with reduced computational cost, while deeper architectures provide improved accuracy at the expense of higher complexity. The results highlight the importance of dataset diversity for robust model generalization across multiple crops and plant organs. The TCP dataset provides a challenging benchmark for single-crop and multi-crop disease classification and supports the development of advanced deep learning, attention-based, and explainable AI models for precision agriculture. By enabling reproducible research and realistic performance evaluation, this dataset contributes toward scalable and practical AI-driven plant disease diagnosis systems aimed at reducing yield losses and supporting sustainable agriculture.
Why it matches plant phenotyping methods植物の葉・果実の病徴を画像から評価する大規模データセットとベンチマークを中心に扱っており、植物病害状態の画像ベース表現型解析に該当する。
abstractwe present the Tomato–Chilli–Papaya (TCP) Fruit and Leaf Disease Dataset, a comprehensive multi-crop image dataset designed to support deep learning-based plant disease recognition.
Reproduction assets foundThe paper introduces the TCP (Tomato-Chilli-Papaya) fruit and leaf disease image dataset and reports CNN experiments on it. The dataset is publicly deposited on Mendeley Data, and the authors state that analysis code is available on GitHub. Both are paper-specific, public, and actionable.Dataset · publicData is available on Mendeley:1Open asset ↗pdf-page:27 lines:1-51Code · publicCode availability: Code is available on GitHub 2Open asset ↗GitHubpdf-page:27 lines:1-51Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
The segmentation model achieved Mean IoU values of 0.7723 for Water Stress 2025, 0.9164 for Common Rust 2025, and 0.9531 on the benchmark dataset. The classifier achieved 99.54% accuracy for the five-class task; however, the improvement over the strongest baselines and the RGB + multispectral configuration was limited. Therefore, the classification component is not presented as a substantially superior classification-only model. Instead, it is interpreted as an exploratory multimodal analysis that quantifies the contribution and limitation of RGB, multispectral, Wavelet, and GLCM branches under the adopted UAV dataset protocol. For classification-only deployment, simpler alternatives such as DenseNet201 or the RGB + multispectral configuration may be more practical because they provide comparable accuracy with lower architectural or preprocessing complexity. Ablation, modality-controlled, and 21-run stability experiments showed reproducible segmentation results and clarified the behavior of the classification branches. RGB and multispectral branches mainly provided the peak classification accuracy, whereas Wavelet and GLCM branches mainly affected offline convergence rather than final accuracy. RGB, NDVI, and NDRE visualizations were also added for qualitative support. Since direct physiological ground measurements were not available for all samples, the masks are interpreted as adaptive index-guided labels rather than direct physiological ground truth. Overall, the main evidence of practical benefit is associated with UAV-based dataset construction, adaptive index-guided segmentation, and field-scale stress/disease mapping, while the classification experiments should be interpreted as modality-contribution and convergence analyses rather than proof of a practically superior complex classifier.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像によるトウモロコシの水ストレス・病害状態のセグメンテーション、データセット構築、再現性評価が研究の中心であり、植物表現型の取得・抽出手法として実質的です。
abstractOverall, the main evidence of practical benefit is associated with UAV-based dataset construction, adaptive index-guided segmentation, and field-scale stress/disease mapping
Mango (Mangifera indica L.) is among the most important commercial fruits grown throughout the world in the tropical and subtropical areas. Even though mangoes are economically important, their cultivation is continuously threatened by a wide variety of leaf and fungi diseases, resulting in crop losses of up to 15-30% annually. [1]. Conventional disease identification depends heavily on expert visual inspection—a process that is inherently slow, subjective, and largely impractical for smallholder farmers operating in remote areas with limited access to agronomic specialists. This paper provides an end-to-end deep learning-based approach towards automatic mango leaf disease detection along with an Android application for real-time deployment in the field. This work is built upon MangoLeafBD [1], an openly accessible dataset that consists of a total of 4,000 images of RGB color space for seven different disease categories and one healthy class, with each category having 500 samples collected from four separate orchards in Bangladesh. Three types of transfer learning models including VGG16 [2], MobileNetV2 [3], and DenseNet121 [4] were considered after applying two-phase fine-tuning based on pre-trained ImageNet weights. For each of the three types of neural network models tested, a series of preprocessing steps consisting of bilinear resizing to size 224 x 224, channel-wise normalization, and image augmentation (rotation, zoom, brightness adjustment, horizontal flip, and shear) was used to increase model accuracy for diverse real-world images. The training model was deployed using TensorFlow Lite (TFLite), which allowed it to be run in offline mode on mid-end Android phones, without needing internet connectivity. The app lets farmers upload leaf images or take images and get a diagnosis of the leaf diseases, along with possible treatments for them.This work contributes a replicable pipeline linking state-of-the-art deep learning research with practical precision agriculture, particularly for rural communities that currently lack access to timely agronomic advisory services.
Why it matches plant phenotyping methodsマンゴー葉画像から病害状態を推定する深層学習パイプラインとモバイル実装が研究の中心であり、植物病害フェノタイピング手法に該当する。
abstractThis paper provides an end-to-end deep learning-based approach towards automatic mango leaf disease detection along with an Android application for real-time deployment in the field.
Plant varieties are essential for the survival of human beings and animals, as they act as an alternative source of food, fiber, fodder, and other raw materials for domestic needs and industries in any society. Early identification of plant leaf diseases is very important for keeping the health of crops intact. Crops being infected can affect the overall yield of crops, which may be detrimental to the earnings of farmers. With the emergence of artificial intelligence technology, it has become possible to deploy systems for quicker identification of illnesses. This work has been carried out for the prediction of plant diseases based on visual phenotypic manifestations, such as images of leaves. For this purpose, the dataset has been created after retrieving data from the PlantVillage dataset. The clinical reliability of different deep learning models of various representational capacities has been tested while using ImageNet pre-trained parameters. The experimental results show that MobileNetV2 achieves the highest accuracy of 96.15%, outperforming deep CNN (76.92%) and medium CNN (61.54%). The test accuracy and class-wise F1-scores for the CNN are observed to be substantially very high. The generalization ability and result of DCNN and MCNN are moderate and poor, respectively, as observed. Additionally, the proposed CNN only uses the disease-affected areas on the leaf, thus making the result more interpretable
Why it matches plant phenotyping methods葉の画像から病徴を推定する深層学習手法を開発・比較し、モデル性能と解釈性を評価しているため、植物表現型取得が中心である。
abstractThis work has been carried out for the prediction of plant diseases based on visual phenotypic manifestations, such as images of leaves.
Precise identification of chili flowers and buds is essential for enabling intelligent robotic pollination, continuous crop monitoring, and early yield prediction in protected horticulture. Reliable visual sensing remains challenging because chili targets are extremely small, densely distributed, and frequently occluded by foliage, while greenhouse environments introduce strong illumination variations and background reflections. These factors often lead to insufficient feature extraction and unstable detection accuracy in existing models, limiting their practical deployment in automated monitoring systems. To address these challenges, this study proposes GCP-YOLO, a lightweight yet high-performance detection framework built upon the YOLOv11n architecture. The model enhances small-target perception through three key improvements. First, a redesigned Generalized Feature Pyramid Network (GFPN) strengthens cross-scale feature interaction, improving the fusion of fine-grained texture cues and deep semantic information. Second, a C2CGA context-guided attention module is introduced to emphasize floral structural features while suppressing background noise caused by reflections and canopy clutter. Third, extended multi-scale detection heads (P2-P6) incorporate broader contextual information to reduce missed detections and false positives in dense planting scenarios. Experimental results on a custom chili flower dataset show that the proposed method achieves 92.8% precision, 83.7% recall, 90.8% mAP50, and 72.7% mAP50-95, improving upon the YOLOv11n baseline by 2.1, 1.3, 3.9, and 6.6 percentage points, respectively. Deployment on an NVIDIA Jetson AGX Orin edge platform demonstrates real-time inference at 97.9 FPS, confirming its suitability for on-device phenotyping. Overall, the proposed approach significantly improves detection robustness under complex greenhouse conditions, providing an effective visual sensing methodology for automated crop monitoring and data-driven yield estimation.
Why it matches plant phenotyping methodsチリの花・蕾という植物器官の画像検出手法を中心に、モデル改良、専用データセットでの性能評価、エッジ実装まで行っており、植物表現型取得の技術的貢献が明確である。
titleGCP-YOLO: high-precision detection of tiny chili flowers in complex greenhouse scenes.
Rice seedling salt-tolerance evaluation commonly relies on visual scoring or destructive assays, which are subjective, labor-intensive, and difficult to standardize for population-level analysis. This study developed a new deep-learning-assisted hydroponic RGB phenotyping framework for standardized salt-stress evaluation and genetic mapping in rice seedlings. The framework integrates controlled hydroponic cultivation, RGB imaging, RicePhenoSeg-assisted annotation and trait extraction, ELMERF-based semantic segmentation, and image-derived quantification of salt-induced shoot injury. Using this framework, we constructed the Rice Seedling-Salt RGB Dataset (RSSD), which contains green shoot tissues, yellow shoot tissues, roots, and background from hydroponically grown rice seedlings. Based on RSSD, ELMERF achieved a mean Intersection over Union of 51.4% and a mean Accuracy of 89.5%, outperforming nine representative segmentation models. We further defined shoot yellowing rate (SYR) as an image-derived quantitative trait describing visible salt-induced shoot injury. The framework was applied to 261 re-sequenced rice accessions for population-level phenotyping and genome-wide association analysis. Compared with standard evaluation score and seedling death rate, SYR showed a more continuous phenotypic distribution and detected 36 significant SNPs, including a major signal near the Saltol/OsHKT1; 5 region. Notably, 34 SYR-associated SNPs were not detected by conventional visual scores. Overall, this study provides a targeted hydroponic RGB phenotyping framework for standardized rice seedling salt-stress evaluation and genetic analysis.
Why it matches plant phenotyping methods深層学習によるRGB画像セグメンテーション、形質抽出、データセット構築、性能比較を中核とし、画像由来の塩ストレス傷害形質を定量化する植物フェノタイピング手法である。
abstractThis study developed a new deep-learning-assisted hydroponic RGB phenotyping framework for standardized salt-stress evaluation and genetic mapping in rice seedlings.
Reproduction assets foundThe paper's Data Availability statement explicitly deposits datasets, source code, and supporting data in a public GitHub repository (ELMERF), which covers the RSSD RGB image dataset, segmentation code, and phenotyping/GWAS analysis assets. RiceVarMap is a cited external SNP database, not a paper-specific asset.Code · publicThe datasets, source code, and other supporting data are openly available on the ELMERF repository (https://github.com/PhenoCodexh/ELMERF).Open asset ↗PhenoCodexh/ELMERFhtml-lines:446-478Plant phenotyping relevance match · UnverifiedOpenAlex · arXiv · checked 5 Sept 2026
High-throughput plant phenotyping generates valuable data that often remains trapped in unstructured text and isolated RGB images. To bridge this semantic gap, we propose a framework for constructing a multimodal granular Knowledge Graph (KG) to monitor genotype-phenotype interactions across time and experiments. In this work, we focus on wheat Triticum aestivum as a representative target crop to validate our methodology across complex canopy environments. Our pipeline first distills noisy field notes to extract entities and relations, dynamically constructing the KG by converting unique instances into hierarchical class entities via RDF-typing. These graph nodes are then aligned with standardized ontologies (PO, RO, WTO) using PlantDeBERTa. To visually ground the constructed graph, a Vision-Language Model paired with a wheat-segmentation ViT generates attention-based softmaps, linking specific KG entities directly to image pixels. We introduce a central observation node Plant_Obs_Id to connect these multimodal subgraphs temporally. Evaluated on 500 curated WisWheat samples using Pointing Game accuracy, Visual Word Sense Disambiguation (VWSD), and rank-based metrics, our neuro-symbolic approach successfully maps complex field observations to a structured graph. This enables automated field note auditing, temporal stress monitoring, and precise spatial trait localization for wheat breeders.
Why it matches plant phenotyping methods植物のマルチモーダル表現型データを知識グラフと画像に統合し、画像画素への形質局在化を行う中核的な計算フレームワークを提案・評価しているため。
abstractwe propose a framework for constructing a multimodal granular Knowledge Graph (KG) to monitor genotype-phenotype interactions across time and experiments
3D plant phenotyping is notoriously known to be procedure-complicated and of low throughput due to the extensive multi-view imaging, the fragile 3D reconstruction pipeline, and the additional cost from reconstructed geometry to phenotypic extraction. These limitations are further amplified in low-cost data acquisition, where smartphone videos or sparsely sampled multi-view images provide limited view overlap and self-occlusion. In this work, we show that the conventional 3D plant phenotyping pipeline could be streamlined and significantly accelerated with 3D Foundation Models (3DFMs), and particularly, present one of the first cross-crop 3D phenotyping frameworks powered by 3DFMs. The framework replaces COLMAP-style sparse initialization with 3DFM-based feed-forward geometric recovery, combines geometry-constrained 3D Gaussian Splatting for dense reconstruction, enables few-view reconstruction through iterative view synthesis and refinement, and converts reconstructed geometry into measurable organs through 2D-to-3D semantic transfer, metric scale recovery, and organ instance separation. We further construct a cross-crop dataset with smartphone-based image acquisition, diverse plant morphologies, and manual annotations for segmentation and phenotypic evaluation. Experiments across 26 plant sequences show that 3D Foundation Models reduce the average reconstruction time from 6.52 minutes to 1.58 seconds while maintaining high reconstruction quality and phenotyping accuracy. These results suggest a fresh technical route for high-throughput 3D plant phenotyping, from low-cost image acquisition to fast reconstruction, perception, scale recovery, and phenotypic measurement.
Why it matches plant phenotyping methods3D画像再構成から器官分離・形質測定までを統合した高速植物フェノタイピング手法を開発し、複数作物・データセットで性能評価しているため。
abstractpresent one of the first cross-crop 3D phenotyping frameworks powered by 3DFMs
Brinjal (eggplant) is a critical crop in South Asia, especially in Bangladesh, but its production is drastically affected by numerous diseases that inhibit yield and quality. Manual diagnosis of disease is time-consuming, subjective, and prone to errors, necessitating automated, scalable technology. To address these issues, this paper proposes PD-ViCo, a lightweight, efficient transformer-based model for brinjal fruit disease classification using Simple Vision Transformer (ViT) with Patch Dropout and Contrastive Captioner (CoCa) methods. One new dataset of 1,823 field-harvested brinjal images encompassing five disease classes including Phomopsis Blight, Fruit and Shoot Borer, Fruit Cracking, Wet Rot, and Healthy samples were prepared through real-world agricultural data collection from Bangladesh. The approach includes extensive preprocessing, class balancing (under-sampling/oversampling), and resilient augmentation methods. The PD-ViCo model significantly improves classification performance under data imbalance with patch dropout regularization and CoCa-style aggregation, resulting in better generalization and robustness. On a range of imbalanced, under-sampled, and oversampled datasets, PD-ViCo achieved a classification accuracy of 99.12% and F1-score of 97.76%, outperforming both ViT and Swin Transformer across all key evaluation metrics. Explainability was also applied using Grad-CAM and Grad-CAM + + , generating visual explanations of model decisions and maintaining conformity to disease-affected regions in the images. These visualizations ensure the credibility of the model and its usability for real agricultural conditions. This study demonstrates that PD-ViCo is a highly accurate, interpretable, and lightweight model for multi-class brinjal disease diagnosis. Not only does it advance state-of-the-art in agricultural AI, but it also provides a valuable dataset and an understandable decision-making protocol that can be applied directly by farmers, agronomists, and agricultural technologists.
Why it matches plant phenotyping methods植物画像から病害状態を分類するモデル、データセット、説明可能性評価を中心に開発・検証しており、植物フェノタイピング手法として適格。
abstractthis paper proposes PD-ViCo, a lightweight, efficient transformer-based model for brinjal fruit disease classification
Reproduction assets foundThe paper's own field-harvested brinjal disease image dataset (1,823 images, five classes) is publicly deposited on Mendeley Data, with an explicit availability statement and URL matching an allowed entry. No code or model checkpoint deposit is stated.Dataset · publicThe data utilized in this study is publicly accessible on Mendeley Data Repository at the following link: [ https://data.mendeley.com/datasets/ngc58fsxgd/1 ].Open asset ↗Mendeley Data · ngc58fsxgd/1lines:226-251Plant phenotyping relevance match · UnverifiedEurope PMC · bioRxiv · Crossref · checked 5 Sept 2026
Plant diseases remain a major challenge to global food production, and timely, accurate, and scalable detection of plant stress is critical to reducing these losses. Recent advances in digital imaging and artificial intelligence offer unprecedented opportunities for precision crop disease detection and management. Yet, existing plant disease datasets remain often fragmented across crop and disease systems, and are largely dominated by controlled-environment imagery. The lack of standardized, interoperable, and representative datasets limits reproducibility, transferability, and scalability of AI systems, thereby constraining their deployment in operational agricultural applications. Here we present LeafMD, an integrated multimodal plant disease dataset and benchmark resource that includes LeafNet 2.0, a large-scale multimodal digital image dataset comprising 255,855 image–text pairs across 37 crop species, 197 crop–disease classes, and 9 geographic regions spanning tropical, subtropical, and temperate agricultural systems. Unlike conventional datasets, LeafNet 2.0 integrates biologically grounded symptom descriptions with image-level annotations of early and late disease stages, enabling symptom-aware analysis of disease progression under realistic field conditions. We further introduce LeafBench 2.0 as part of LeafMD, a visual-question answering benchmark covering nine fine-grained plant pathology tasks, including pathogen classification, lesion characterization, symptom interpretation, and disease severity assessment. Evaluation across 16 vision–language models revealed substantial performance gaps between coarse disease recognition and fine-grained pathological reasoning, while agriculture-adapted models consistently outperformed several larger general-domain architectures on symptom-oriented tasks. Together, LeafNet 2.0 and LeafBench 2.0 establish LeafMD as a multimodal resource for developing disease-aware agricultural foundation models and studying fine-grained pathological reasoning in real-world environments.
Why it matches plant phenotyping methods植物病害の画像・症状記述データセットとベンチマークを構築し、病徴解釈・病変特徴・病害重症度評価を対象にモデル性能を評価しており、植物状態の取得・評価手法が中心である。
abstractHere we present LeafMD, an integrated multimodal plant disease dataset and benchmark resource
Abstract Zero-shot visual anomaly detection in complex textured domains remains a fundamental challenge for building adaptive, self-organizing cyber-physical systems. Conventional deep learning approaches often rely on closed-set assumptions, require prohibitive pixel-level annotation costs, and suffer severe performance degradation under cross-domain shifts---limiting their deployability in real-world agricultural CPS where novel disease types and unseen crop species continuously emerge. To address these issues, we present TopoLeaf, a training-free and annotation-free anomaly detection framework. By leveraging the robust semantic representations of foundation models (specifically DINOv2), our method introduces two complementary scoring mechanisms: a geometric anomaly score based on local KNN distance in a stability-selected feature subspace, and a topological anomaly score derived from local persistent homology. The topological score effectively captures subtle structural deviations and micro-texture mutations that geometric distances often miss. Extensive experiments on cross-species plant disease benchmarks (3,100+ images across 40 source--target pairs) demonstrate that TopoLeaf achieves highly competitive and structurally robust zero-shot performance, providing a robust perception layer for closed-loop agricultural cyber-physical systems that must maintain diagnostic stability under previously unseen perturbations. Under well-aligned domains, our geometric score achieves near-perfect detection (e.g., 0.994 AUROC on Strawberry). The method exhibits informative failure modes on structurally isolated domains such as Corn (0.169 AUROC), revealing fundamental structural properties of the foundation model's feature manifold. Furthermore, the topological score demonstrates structural complementarity, achieving 0.542 AUROC on the challenging Corn-to-Apple pair where geometric scoring degenerates to 0.221. Module ablation studies confirm that stability-based dimensionality selection consistently improves cross-domain generalization.
Why it matches plant phenotyping methods植物病害の視覚的異常(植物の病徴・状態)を推定する新規画像解析手法を開発し、複数種の病害ベンチマークで検証しているため、植物フェノタイピング手法が中心である。
abstractwe present TopoLeaf, a training-free and annotation-free anomaly detection framework.
Reproduction assets foundThe paper publicly releases its complete TopoLeaf source code (implementation, baselines, evaluation scripts) under the MIT License on GitHub, and all experimental image data derives from the publicly available PlantVillage dataset, which is the leaf-image input used for the paper's anomaly-detection phenotyping and isCode · public427 7.4 Consent to Publish
428 Not applicable.
429 7.5 Data Availability
430 All experimental data used in this study is derived from the publicly available
431 PlantVillage dataset [17], which can be accessed at https://github.com/spMohanty/
432 PlantVillage-Dataset.
433 7.6 Code Availability
434 The complete source code, including implementation of TopoLeaf, baseline com-
435 parisons, and evaluation scripts, is publicly available at https://github.com/
436 Shutong-Hou/TopoLeaf under the MIT License.
437 7.7 Funding
438 This research received no specificOpen asset ↗Shutong-Hou/TopoLeafpdf-layout-page:26 lines:1-44Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Rice leaf diseases pose a major challenge to crop health and agricultural productivity, particularly when timely and accurate diagnosis is required under natural field conditions. The development of automated disease recognition systems depends heavily on the availability of large, well-annotated image datasets. However, many existing rice leaf disease datasets are limited in terms of environmental variability, disease representation, and real-field imaging conditions. To address this gap, this paper presents BanglaRiceLeaf, an original rice leaf image dataset collected and curated by the authors from the experimental fields of the Bangladesh Rice Research Institute (BRRI), Gazipur, Bangladesh, between July 2023 and July 2024. The dataset contains 4152 images belonging to five classes: Bacterial Leaf Blight, Bacterial Leaf Streak, Sheath Blight, Leaf Blast, and Healthy Leaf. The images were acquired from two rice varieties, BR11 and BRRI dhan34, under natural field conditions across varying illumination environments in order to reflect practical disease recognition scenarios. All images were manually annotated by trained annotators under expert supervision. The dataset is systematically organized and publicly released to support reproducible research in rice disease classification. In addition to dataset presentation, benchmark experiments using Xception, NASNetMobile, and InceptionV3 are provided to demonstrate its applicability for deep learning-based disease recognition. BanglaRiceLeaf is expected to serve as a useful resource for plant disease analysis, comparative model evaluation, and future research in precision agriculture and agricultural computer vision.
Why it matches plant phenotyping methodsイネ葉の病徴・健全状態を画像で分類する公開ベンチマークデータセットであり、データ収集・注釈・ベンチマーク評価が中心です。
abstractthis paper presents BanglaRiceLeaf, an original rice leaf image dataset collected and curated by the authors
Reproduction assets foundThe paper's core asset is the BanglaRiceLeaf rice leaf disease image dataset (4152 field images, five classes), publicly released on Harvard Dataverse with DOI 10.7910/DVN/XAOBYW. No author analysis code or trained model checkpoints are stated as publicly available.Dataset · publicData Identification Number: https://doi.org/10.7910/DVN/XAOBYW
Direct URL to Data: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/XAOBYW
Access Instructions: This dataset is publicly available on the Harvard Dataverse repository and can be accessed for academic, research, and instructional purposes.Open asset ↗Harvard Dataverse · doi:10.7910/DVN/XAOBYWhtml-lines:100-131Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Published1 Jul 20262026 IEEE Jordan Conference on Applied Electrical Engineering and Computing Technologies (AEECT)Cited by 0 · OpenAlex ↗
Fruit diseases caused by fungal, bacterial, and viral pathogens cause devastating pre- and post-harvest losses to Indian agriculture, particularly in Maharashtra where Guava, Mango, Orange, Papaya, and Pomegranate are major horticulture crops. Accurate, early-stage disease identification directly impacts farmer income, food security, and precision crop management. Conventional manual inspection by agronomists is subjective, time-consuming, and not scalable across thousands of orchard acres. Automated deep learning-based image analysis has emerged as a transformative solution, offering high accuracy, speed, and field deployability. Existing deep learning models for plant disease detection are predominantly trained on the real time database, which inadequately represents Indian fruit crop species. Furthermore, published systems focus on binary disease presence detection and lack disease severity grading — a critical requirement for treatment decision-making. The absence of expert-verified datasets and the visual overlap among disease classes (such as Phytophthora vs. Scab in Guava, and Powdery Mildew vs. Ring-spot in Papaya) present significant classification challenges. Limited training data for rare classes such as Stylerandroot (Guava, 310 samples) and Bacterial Blight (Pomegranate, 304 samples) further compounds model generalization. This study presents an end-to-end deep learning framework using VGG-16 and VGG-19 architectures trained on a novel, expert-verified dataset of 7,372 approved images spanning 22 disease/healthy classes across 5 fruit types, after on filed validation. The pipeline includes image preprocessing (CLAHE, Gaussian denoising, normalization), hybrid multi-feature extraction (CNN features, GLCM, LBP, Color Histograms), transfer learning with progressive fine-tuning, and a cascaded severity estimation module. Three algorithms are designed: (1) a Transfer Learning Classification Algorithm using VGG-16/VGG-19 backbone with softmax multi-class head, (2) a Hybrid Feature Fusion Algorithm combining CNN deep features with handcrafted descriptors for improved minority-class performance, and (3) a Cascaded Rule-CNN Severity Estimation Algorithm classifying disease progression into Healthy, Mild, Moderate, and Severe categories. VGG-19 achieved 96.1% overall accuracy, 95.1% precision, 94.5% recall, and a macro F1-score of 0.942, significantly outperforming VGG-16 (94.5% accuracy, F1: 0.918). Mango classification achieved the highest accuracy at 97.8%, while severity estimation reached 91.2% overall accuracy with the Mild category being the most challenging at 86.4%.The proposed system demonstrates that expert-verified, domain-specific datasets combined with transfer learning and hybrid feature fusion significantly advance the state of fruit disease detection for Indian agriculture. This framework provides a scalable, interpretable, and practically deployable solution for precision horticulture.
Why it matches plant phenotyping methods植物画像から病害状態と重症度を推定する深層学習手法、データセット、評価を中心的に開発しており、植物表現型計測の方法論的研究に該当する。
abstractThis study presents an end-to-end deep learning framework using VGG-16 and VGG-19 architectures trained on a novel, expert-verified dataset of 7,372 approved images spanning 22 disease/healthy classes across 5 fruit types
Plant diseases pose a serious threat to global food production, leading to yield losses, increased production costs, and environmental damage. Plant pests and diseases have widespread negative impacts on economic, ecological, environmental, and human health, and calculating the true cost of these damages is extremely difficult. Traditional diagnostic methods also present significant limitations in terms of time and cost. This study adopts an image processing-based approach to this problem. Using the Crop Disease Detection dataset, plant disease detection was performed using CNN, DNN, K-NN, SVM, XGBoost, and Random Forest algorithms, employing both deep learning and machine learning methods. The study demonstrates that CNN architectures designed from scratch, without resorting to pre-trained models such as ResNet and MobileNet, can also exhibit high performance. The highest accuracy rate was obtained with the CNN model at 94.08%. In machine learning models, grid search was used for hyperparameter optimization, and the best results were achieved through this method.
Why it matches plant phenotyping methods植物葉の画像から病害状態を推定する画像処理・機械学習手法を比較評価しており、病害フェノタイピング手法が研究の中心である。
abstractThis study adopts an image processing-based approach to this problem.
Abstract Tomato cultivation represents a critical component of nutrition, economic development, and public health, yet it is increasingly compromised by foliar diseases that diminish yield and intensify dependency on hazardous agrochemicals. Although deep learning models have demonstrated strong capabilities for automated disease recognition, existing benchmark datasets exhibit limited real-world utility, primarily due to the absence of in-field imagery and precise annotations of diseased regions. A novel attention mechanism, I nverted R esidual C onvolutional B lock A ttention M odule ( IR-CBAM ), is proposed, combining inverted residual blocks with the CBAM Module, and is specifically tailored to address challenges posed by in-field image variability, such as complex backgrounds and inconsistent lighting. Furthermore, this study introduces SLIF-Tomato , the S ri L ankan I n- F ield Tomato leaf disease dataset, which is the first complete in-field dataset comprising class labels and bounding box annotations collected under diverse real-world conditions. The proposed approach achieved 99.66% and 99.91% accuracy rates on two curated versions of the SLIF-Tomato dataset. Subsequently, the YOLOv12-large model is employed to detect diseased regions, which obtained an average precision score of 88.5%. These contributions advance the development of accurate, efficient and field-adaptable diagnostic systems for tomato leaf disease management in precision agriculture.
Why it matches plant phenotyping methodsトマト葉の病害領域を画像から検出・認識する手法を開発し、実圃場データセットも構築・評価しており、植物病害状態の表現型取得が中心的です。
abstractA novel attention mechanism, I nverted R esidual C onvolutional B lock A ttention M odule ( IR-CBAM ), is proposed, combining inverted residual blocks with the CBAM Module, and is specifically tailored to address challenges posed by in-field image variability, such as complex backgrounds and inconsistent lighting.
Introduction Stomata are vital gatekeepers of plants that regulate the fundamental trade-off between carbon gain and water loss. Precise, high-throughput identification of stomatal traits is therefore essential for assessing plant stress tolerance and water-use efficiency. However, conventional bounding box detection struggles to accurately localize densely distributed and arbitrarily oriented stomata. Methods This study proposes DFA-YOLO, an enhanced YOLOv11-OBB (Oriented Bounding Box) model for orientation-aware maize stomatal localization and preliminary OBB-derived trait extraction. Based on a maize stomatal dataset expanded from 1,053 to 3,597 microscopic images, DFA-YOLO integrates three task-specific components: (1) a cross-dataset MGD distillation strategy that transfers structural priors from single-stomata images to dense multi-stomata scenes; (2) a fixed-threshold Focaler-CIoU localization-loss reweighting strategy (u stomata = 0.95, d stomata = 0.00) to emphasize hard positive samples during OBB regression; and (3) a C3k2_AssemFormer feature-aggregation module that combines convolutional local feature extraction with linear attention-based context aggregation. Results DFA-YOLO achieved 94.1% mAP50, 84.8% mAP75, 74.1% mAP50-95, and 90.0% recall, with higher recall, mAP50, mAP75, and mAP50-95 than the YOLOv11-OBB baseline under the same OBB evaluation protocol. When deployed on an automated platform, the system processed images at 44.9 FPS and supported stomatal localization, density estimation, and preliminary orientation-aware size description. Discussion Under the tested maize microscopic imaging workflow, DFA-YOLO enables rapid extraction of detection-oriented stomatal traits and provides a prototype tool for high-throughput maize stomatal phenotyping.
Why it matches plant phenotyping methodsトウモロコシ気孔の画像検出・配向局在化と形質抽出を目的とするYOLOベース手法を開発し、データセット、精度比較、自動化プラットフォームでの性能を評価しているため、植物フェノタイピング手法が中心である。
abstractThis study proposes DFA-YOLO, an enhanced YOLOv11-OBB (Oriented Bounding Box) model for orientation-aware maize stomatal localization and preliminary OBB-derived trait extraction.
Abstract. As key components of agricultural management, planting and harvesting schedules have strongly influenced crop production by defining the length of the crop growing season and shaping the environmental conditions crops experience. Accurate knowledge of these management data is crucial for enhancing crop yield estimates by capturing the timing of crop development relative to weather and soil conditions, assessing climate adaptation by tracking shifts in farming practices over time, and supporting agricultural carbon accounting. Yet, existing planting and harvesting date datasets are largely based on state-level statistics or rule-based calendars that overlook intra-regional variability and the influence of human decision-making. The absence of long-term, high-resolution planting and harvesting date information hinders our ability to reconstruct historical agricultural practices and assess their agronomic and environmental consequences. In this study, we introduce CropPlantHarvest, the first dataset of annual corn and soybean planting and harvesting dates across the U.S. Midwest at 500 m resolution from 2001 to 2024. Planting dates are estimated using CropSow, an integrative remotely sensed crop modeling system that aligns simulated crop growth trajectories with satellite observations to retrieve field-level planting dates. Harvesting dates are retrieved using the Normalized Harvest Phenology Index (NHPI), a novel index that integrates Normalized Difference Vegetation Index (NDVI) and near-infrared (NIR) reflectance to detect harvesting events by capturing the distinct spectral transition from senescent crops to exposed crop residues. Validation against USDA crop progress reports and field-level dataset demonstrates high accuracy of CropPlantHarvest, with a mean absolute error of approximately 5 d for both crop species. This large spatial and temporal dataset captures management-driven variability in crop season timing and duration, supporting improved modeling of crop yields, greenhouse gas emissions, and resource use. It could also serve as a benchmark for refining remote-sensing phenology products and evaluating the agro-environmental impacts of evolving crop management decisions. CropPlantHarvest is available at https://doi.org/10.5281/zenodo.16967482 (Liu and Diao, 2025).
Why it matches plant phenotyping methods衛星観測と作物モデルによる圃場レベルの作付・収穫時期推定手法を開発し、NHPIを提案して独立データで検証した大規模データセット研究であり、植物の生育・収穫状態の取得が中心的です。
abstractPlanting dates are estimated using CropSow, an integrative remotely sensed crop modeling system that aligns simulated crop growth trajectories with satellite observations to retrieve field-level planting dates.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicOur CropPlantHarvest dataset, which provides planting and harvesting dates for corn and soybean fields at 500 m spatial resolution across the U.S. Midwest from 2001 to 2024, can be accessed via Zenodo: https://doi.org/10.5281/zenodo.16967482 (Liu and Diao, 2025).Open asset ↗Zenodo · 10.5281/zenodo.16967482lines:322-333Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Global food security is largely based on the accurate and timely diagnosis of crop diseases, where paddy rice is an extremely essential staple of more than half of the world population. The conventional disease identification techniques tend to be laborious, time consuming and demand a great deal of domain knowledge, which becomes a bottleneck in the efficient management of the farms. Although deep learning [and especially Convolutional Neural Networks (CNNs)] have demonstrated a spectacular performance in automated classification of diseases based on leaf images, they tend to overlook important contextual features that are implicitly processed by agronomic experts. The visual defects of a disease might be unclear and this can greatly differ depending on factors like the genetic variety of the plant and the stage of development. We overcome this shortcoming by proposing a new multi-modal deep learning framework, Multi-Modal Factorized Bilinear Pooling (MFBP) model which is capable of a more holistic and precise paddy health measurement. The proposed method is the only one that combines high-level visual information obtained using leaf images and related tabular information, namely the paddy type and number of days. The MFBP model uses Factorized Bilinear Pooling (FBP) rather than the simple feature concatenation which commonly loses the complex relationship between different data types. This systematic method efficiently encodes all the complex interactions between all components of the visual and tabular features vectors in such a way that helps the model to pick up subtle, context-specific patterns. As an example, it will only be possible to educate the model that a specific visual blemish is predictive of a given disease through a specific species at a specific age. We test our model on the Paddy Doctor: Paddy Disease Classification dataset, which is a detailed public dataset comprising of more than 10,000 labeled images and containing relevant metadata, and thus it forms a perfect testing bed to conduct multi-modal research. Through our detailed experiments, we have shown that the proposed MFBP model is much better than a baseline model based on concatenation fusion, which proves that deep, multiplicative interactions can be best modeled in this task. The findings highlight the massive possibilities of multi-modes AI in the development of more robust, more accurate, and more context-aware diagnostic instruments and precision agriculture to enable more sustainable and productive agricultural activities.
Why it matches plant phenotyping methods葉画像とメタデータを統合してイネの健康状態・病害を推定する新規深層学習手法を提案し、ベースライン比較で検証しているため、植物フェノタイピング手法が中心である。
abstractWe overcome this shortcoming by proposing a new multi-modal deep learning framework, Multi-Modal Factorized Bilinear Pooling (MFBP) model which is capable of a more holistic and precise paddy health measurement.
Reproduction assets foundThe paper's phenotyping inputs are the public Kaggle 'Paddy Doctor: Paddy Disease Classification' dataset (10,407 leaf images with tabular metadata for variety and age), explicitly named in the Data Availability statement with a persistent public URL. No author analysis code, trained models, or checkpoints are reportedDataset · publicThe datasets used and/or analysed during the current study are publicly available in the
“Paddy-doctor: paddy disease classification” repository at the following persistent
URL: https://www.kaggle.com/datasets/vbookshelf/paddy-disease-classification.Open asset ↗Kaggle · vbookshelf/paddy-disease-classificationpdf-page:20 lines:1-74Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Background Seed maturation is a critical developmental phase during which seeds acquire traits essential for nutritional value, desiccation tolerance, and long-term survival. Abscisic acid (ABA) signalling is a key regulator of this process, coordinating gene expression programs underlying the acquisition of seed quality traits. However, the molecular regulation of many of these traits remains poorly understood. To address this, we performed a comprehensive analysis of seed maturation in Arabidopsis thaliana, combining physiological and transcriptomic approaches across wild-type plants and mutants affected in ABA biosynthesis, signalling, and catabolism. Results We generated a high-resolution transcriptome dataset covering seed development from 12 days after pollination to the dry seed stage in wild-type and ten mutant lines. In parallel, we characterized the temporal acquisition of multiple seed traits, including germination capacity, dormancy, chlorophyll fluorescence, longevity and desiccation tolerance. Integration of these datasets using weighted gene co-expression network analysis (WGCNA) identified gene modules associated with specific trait acquisition patterns. This approach enabled the identification of coordinated transcriptional programs linked to distinct seed quality traits, extending beyond individual gene-level analyses. Notably, modules associated with desiccation tolerance and longevity were enriched for genes involved in stress responses and ABA-regulated pathways, highlighting the complex and multifactorial regulation of these traits. Conclusions This study provides a comprehensive physiological and transcriptomic framework for understanding seed maturation and the acquisition of key seed quality traits in Arabidopsis thaliana. By linking gene expression dynamics to trait development, our work offers new insights into the regulatory networks underlying seed resilience and storage capacity. The dataset is made accessible through SeedMatExplorer (https://www.bioinformatics.nl/SeedMatExplorer), an open-access web platform that enables interactive exploration and supports hypothesis generation. Together, this resource represents a valuable tool for advancing research on seed biology and improving seed performance in agricultural contexts.
Why it matches plant phenotyping methods種子成熟に伴う複数の植物形質を体系的に取得し、トランスクリプトームと統合した再利用可能なデータセットおよび探索プラットフォームを提供しており、単なる生物学的実験の routine 測定を超える。
abstractIn parallel, we characterized the temporal acquisition of multiple seed traits, including germination capacity, dormancy, chlorophyll fluorescence, longevity and desiccation tolerance.
O uso de rizobactérias promotoras de crescimento de plantas (RPCPs) apresenta-se como alternativa sustentável para a agricultura, porém a predição de seus efeitos envolve múltiplas variáveis. Este trabalho teve como objetivo desenvolver um aplicativo móvel apoiado por aprendizado de máquina para análise preditiva do impacto de RPCPs no crescimento de arroz. A metodologia abrangeu quatro fases: levantamento de requisitos com especialista, análise exploratória de uma base de dados com 6.038 registros experimentais, desenvolvimento e avaliação de modelos de classificação e implementação do sistema. Foram comparados os algoritmos KNN, Random Forest e XGBoost, sendo este último selecionado por apresentar maior acurácia (0,945) e menor desvio padrão (0,010) na validação cruzada. A arquitetura Cliente-Servidor integrou um aplicativo Android em Kotlin com Jetpack Compose a uma API RESTful em FastAPI, operando em duas modalidades: não destrutiva, baseada em medições de campo, e destrutiva, com métricas de biomassa seca. Os resultados indicam que a ferramenta pode auxiliar a tomada de decisão ao reduzir a necessidade de coletas destrutivas em determinadas situações, contribuindo para práticas agrícolas mais sustentáveis.
Why it matches plant phenotyping methodsイネの生育影響という植物形質を、非破壊測定および乾物バイオマスから機械学習で予測するアプリケーションの開発・評価が研究の中心であり、単なる生育実験ではない。
abstractdesenvolver um aplicativo móvel apoiado por aprendizado de máquina para análise preditiva do impacto de RPCPs no crescimento de arroz
Plants are geometrically and topologically complex objects, and methods and devices that produce plant point clouds often miss parts due to self occlusions, making further analysis, such as phenotypic trait extraction or 3D reconstruction, difficult. We introduce A-Occ-Plant , a novel method for point cloud completion. The first novelty of our algorithm is converting point clouds into a set of images, which are then completed using 2D amodal segmentation. The images are then converted into a complete point cloud by using view-consistent Gaussian splats. The second novelty is the use of a coarse-to-fine hierarchical Transformer with cross-scale attention. The completed soft masks are fused into a continuous 3D density field using Gaussian splatting, removing the need for external pose estimation or fixed-size inputs. We introduce a synthetic dataset using a procedural model and a real-world plant reconstruction benchmark with artificially generated occlusions. We further benchmark A-Occ-Plant against representative 3D point-cloud completion methods, demonstrate that it recovers downstream phenotypic traits (leaf count, leaf angle, plant height), and show that it generalizes to another crops (soybean). A-Occ-Plant achieves a 264.8% improvement in LPIPS and an 8.3% gain in SSIM compared to the current state of the art, while using only 2.3% of the parameters and running 39.4× faster. We release our code at https://github.com/JaeLee18/PlantPhenomics_Occlusion.
Why it matches plant phenotyping methods植物の遮蔽点群を補完し、葉数・葉角度・草丈という表現型形質を復元する手法を開発しており、データセット作成とベンチマーク検証も中心的に行っている。
abstractWe introduce A-Occ-Plant , a novel method for point cloud completion.
Reproduction assets foundThe paper explicitly releases authors' code and sample data (inference code, sample data for reproducing results) via a Google Drive project download and a GitHub repository, both with explicit availability statements and public URLs.Code · publicThe full code and data at https://github.com/JaeLee18/PlantPhenomics_Occlusion .Open asset ↗JaeLee18/PlantPhenomics_Occlusionlines:386-410Code / 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 confirmedOpenAlex · Crossref · checked 15 Sept 2026
LeafScans-Orchard is a curated, multi-year RGB image dataset of orchard plant leaves designed to support research in computer vision, machine learning, and plant phenotyping. The dataset comprises 9708 high-quality leaf scans acquired during collection campaigns conducted between 2015 and 2025, covering seven orchard crop species: apple, pear, sweet cherry, sour cherry, plum, peach, and apricot. In total, the dataset includes 67 cultivar labels. All samples were acquired using flatbed scanning under controlled conditions on a uniform background, ensuring high visual consistency and minimal background variability. The original scans were captured at 1200 dpi and subsequently converted into a public release format at 300 dpi, stored as lossless TIFF images to preserve morphological and textural details. Each image corresponds to a single leaf and is organized in a hierarchical directory structure by species, cultivar, and acquisition year, accompanied by image-level metadata and aggregated species–cultivar–year counts. LeafScans-Orchard is suitable for plant species classification, cultivar recognition, leaf morphology analysis, texture analysis, and general visual feature extraction. In addition to the main release, a representative subset of 300 original 1200 dpi scans is provided to support high-resolution analyses. The dataset is particularly suited for fine-grained classification, morphology-driven analysis, and methodological studies under controlled imaging conditions.
Why it matches plant phenotyping methods果樹葉のRGBスキャン画像を収録した公開データセットで、植物フェノタイピングおよび葉形態解析を目的とする。標準化された画像取得と再利用可能なデータ構成が中心であり、フェノタイピング用データセットとして適格。
abstractLeafScans-Orchard is a curated, multi-year RGB image dataset of orchard plant leaves designed to support research in computer vision, machine learning, and plant phenotyping.
Reproduction assets foundThe paper's core asset is the LeafScans-Orchard dataset itself (9708 RGB leaf scans, 300 dpi TIFF release plus 1200 dpi subset, image-level metadata and summary counts), openly deposited on Zenodo with an explicit DOI and CC BY 4.0 license. This is a paper-specific, public, actionable phenotyping image dataset. No codeDataset · publicthe published version of the manuscript.
Funding: This research received no external funding.
Institutional Review Board Statement: Not applicable.
Informed Consent Statement: Not applicable.
Data Availability Statement: The dataset described in this article is openly available in Zenodo
as LeafScans-Orchard Dataset (v1.0.0) at https://doi.org/10.5281/zenodo.20187966 (accessed on
10 May 2026). The repository includes the 300 dpi image release, the 1200 dpi high-resolution subset,
image-level metadata, aggregated species–cultivar–year counts, and supporting documentation. The
complete archive of original 1200 dpi scans is retained locally by the authors but is not included in
the current pubOpen asset ↗Zenodo · 10.5281/zenodo.20187966pdf-raw-page:12 lines:1-46Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
The robust Dutch rose, also known as the Rosa hybrida is distinguished by its vibrant colors, superior product quality, and extended vase life. These rose varieties, originating from Netherlands, have proven highly successful in Indian agricultural conditions and the international export industry. The dataset consists of a total of 1,995 high resolution petal image collected during this research, encompassing petal color categories, such as red, yellow, white, pink, purple, orange, bi-color, and multi-color, as well as health statuses including fresh, dry, and diseased petals. The primary purpose of this dataset is to support machine learning activities in agriculture and specifically for tasks such as automatic petal health evaluation and rose variety categorization. Although the rose flower is scientifically rich and has a wide range of industrial uses, it has not been given much attention in machine learning, especially when compared to other plant-based datasets. This study adds to the accuracy of quality assessment through the use of modern computer vision and machine learning methods, thus helping the agriculture sector, rose-based edible product making, and flavor development industries.
Why it matches plant phenotyping methodsバラ花弁画像データセットの構築と、花弁の健康状態・色分類による植物状態評価が研究の中心であり、画像ベースの表現型計測データセットに該当する。
abstractThe dataset consists of a total of 1,995 high resolution petal image collected during this research, encompassing petal color categories, such as red, yellow, white, pink, purple, orange, bi-color, and multi-color, as well as health statuses including fresh, dry, and diseased petals.
Reproduction assets foundThe paper's own rose petal image dataset is publicly deposited on Mendeley Data, and the authors' validation/metadata scripts are publicly available on GitHub. Both are paper-specific, public, and actionable.Dataset · publicThe RoseVisuals dataset is publicly available on Mendeley Data at Direct URL to data: https://data.mendeley.com/datasets/f44jwtbfjg/5. Data Identification Number: 10.17632/f44jwtbfjg.5. Repository Name: RoseVisuals.Open asset ↗Mendeley Data · 10.17632/f44jwtbfjg.5html-lines:246-284Code · publicThe RoseVisuals codebase, comprising all validation scripts, is publicly available on GitHub Repository at https://github.com/Arya-S14/RoseVisuals-Validation-Doc.Open asset ↗GitHubhtml-lines:246-284Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Field / plotLeafRootWhole plant / canopy / plot / fieldAnnotation / quality control
Abstract Background Trait-based ecology has become central for understanding plant form, function and ecosystem processes, but progress has been hampered by biased representation in trait databases. As such, global trait syntheses remain strongly biased towards temperate forest biomes. Tropical savannas are the most extensive, biodiverse and disturbance-driven ecosystems worldwide, yet are poorly represented in functional trait databases, limiting ecological inference and applied decision-making. Scope Here, we introduce the Cerrado Plant Traits (CPT), an open-access initiative compiling and standardising plant functional trait data for the Brazilian Cerrado, the world’s most biodiverse tropical savanna. CPT integrates trait information for all major plant organs (whole-plant, root, shoot, leaf, flower, fruit and seed) across vegetation types in the Cerrado, drawing on a collaborative and inclusive research network. The current version of CPT compiles data from 148 datasets, totalling 113,859 curated trait records for 2,134 taxonomically verified species across 150 families. Trait records span pristine, degraded and restored environments and capture both interspecific and intraspecific variation. Whole-plant and leaf traits dominate the current dataset, while belowground and reproductive traits remain comparatively underrepresented, highlighting key priorities for future research. Conclusions By substantially increasing the representation of savanna species in global trait repositories, CPT enables tests of ecological hypotheses across multiple levels of organization, analyses of trait–environment relationships across fire, soil and climatic gradients, and robust comparisons across forest–savanna transitions. Beyond its scientific value, CPT provides a practical, standardised resource to support conservation planning, restoration programs and evidence-based policy in a biodiversity hotspot facing accelerating land-use and climate pressures.
Why it matches plant phenotyping methods植物の機能形質を標準化して統合した大規模データセットであり、再利用可能な形質リソースの構築が中心です。
abstractHere, we introduce the Cerrado Plant Traits (CPT), an open-access initiative compiling and standardising plant functional trait data for the Brazilian Cerrado
Doubled Haploid (DH) technology significantly accelerates the development of homozygous lines in maize breeding; however, its scalability is constrained by the reliable discrimination of haploid and diploid individuals. The widely used R1-nj anthocyanin marker at the seed stage is susceptible to genetic suppression and environmental variability, leading to high misclassification rates. This limitation has driven a shift toward seedling root morphology as a more robust phenotypic marker, yet it introduces major challenges, including complex image noise and severe class imbalance. In this study, we systematically evaluate the limitations of standard computer vision pipelines and baseline deep learning models for root-based classification. Automated background removal methods (HSV, Rembg) are shown to misinterpret fine root hairs as noise, resulting in significant morphological data loss. Additionally, experiments conducted under a realistic class imbalance (1:5.4) demonstrate that widely used CNN architectures (ResNet50, VGG16, EfficientNetB0, DenseNet121) exhibit strong majority class bias, with haploid recall dropping to 0.00% and 27.7%. These findings reveal a critical limitation in existing approaches and highlight the need for domain-informed datasets and imbalance-aware learning strategies for robust and scalable AI-based maize breeding systems.
Why it matches plant phenotyping methodsトウモロコシの根形態画像を用いた倍加半数体・二倍体分類について、画像前処理と深層学習モデルの限界を体系的に評価しており、表現型取得・抽出手法が中心である。
abstractIn this study, we systematically evaluate the limitations of standard computer vision pipelines and baseline deep learning models for root-based classification.
Abstract Functional traits are critical for understanding species interactions within ecosystems and their responses to environmental changes. Yet, traits related to fruits and seeds are still underrepresented, especially in tropical ecosystems where mutualisms between fruits and fruit-eating animals are prominent. Here, we introduce AnnonFruitTraits 1.0, a comprehensive dataset of 34,772 records encompassing 26 frugivory-related traits for 2,266 species (ca. 90% of total species) of the pantropical plant family Annonaceae (Magnoliales). This dataset includes trait definitions and their significance for frugivory, as well as a description of our workflow from data acquisition to visualization. To facilitate data accessibility and reproducibility, we provide an accompanying R package (AnnonTraits) that enables users to explore, summarise, and visualise the dataset. By assessing species and trait coverage across genera and regions, we identified major data gaps in the Asia-Pacific region and in several Annonaceae genera (e.g., Artabotrys , Miliusa , Orophea, Polyalthia , and Uvaria ). Our findings show the importance of expanding trait data collection and taxonomic efforts, particularly in underrepresented regions and lineages. AnnonFruitTraits is a valuable resource for advancing research on seed dispersal, plant–animal interactions, and tropical forest conservation.
Why it matches plant phenotyping methods植物の果実・種子形質を大規模に整理した再利用可能なデータセットであり、データ取得から可視化までのワークフローと探索・要約・可視化用Rパッケージを提供しているため、形質データ資源として中心的です。
abstractHere, we introduce AnnonFruitTraits 1.0, a comprehensive dataset of 34,772 records encompassing 26 frugivory-related traits for 2,266 species
Sapodilla (Manilkara zapota), or chickoo, is a key tropical fruit, very popular in India, Mexico, and Thailand, as it is nutritionally and economically valuable. Nonetheless, the production of sapodillas is often affected by several diseases, which reduce fruit quality and quantity. The dataset used in this paper is a sapodilla fruit image dataset, comprising 1,518 images, gathered in the field under the practicing conditions on 18 February 2025, 22 February 2025, in Rahu village, Pune district, Maharashtra, India, with the use of smartphone cameras. The data is sorted into four categories, namely: Anthracnose, Bacterial rot, Healthy, and Sap bleeding. The photographs were taken in different backgrounds and in different lighting conditions to represent real-life cultivation conditions. The data is expected to be useful in machine learning-based plant disease detection, classification, and analysis, and spur the creation of intelligent and sustainable agricultural systems.
Why it matches plant phenotyping methodsサポディラ果実の病害・健全状態を画像で記録したデータセット自体が中心で、植物病害の画像ベース表現型解析に利用できる。
titleA curated image dataset for sapodilla fruit (Manilkara zapota) disease and fruit quality analysis.
Stomatal trait analysis is essential for optimizing crop photosynthesis and transpiration, yet deep learning studies have focused mainly on monocotyledons, leaving dicotyledonous crops such as melon (Cucumis melo L.) understudied. To bridge this gap, we established a dedicated melon stomatal dataset comprising 5,708 training images, 1,631 validation images, and 815 test images. On this basis, we developed an improved Mask R-CNN framework using Vision Transformer (ViT) as the backbone. Specifically, standard Multi-Head Attention (MHA) was replaced with Dynamically Composable Multi-Head Attention (DCMHA), which enhances information exchange across attention heads and alleviates the low-rank limitation of conventional attention. In addition, a modified effective Squeeze-and-Excitation (eSE) module was incorporated into the Feature Pyramid Network (FPN) to strengthen channel dependency modeling and multi-scale feature representation. On the melon dataset, the proposed model achieved a mean average precision (mAP) of 72.40 ± 0.09%, with AP50 and AP75 of 91.93 ± 0.14% and 84.59 ± 0.19%, respectively. Repeated-run statistical analyses showed that eSE significantly and consistently improved the main detection metrics across backbones, whereas DCMHA provided a more moderate gain within the ViT-based setting, with clearer support for AP50 than for mAP or AP75 under the baseline FPN setting. Overall, the combined configuration remained among the top-performing models for stomatal instance segmentation. Ellipse fitting further enabled automated quantification of stomatal length, width, count, area, and circumference, showing strong agreement with manual measurements (Pearson r = 0.978). The model also showed preliminary transferability to cucumber, watermelon, pumpkin, and loofah, with an average species-specific R² of 0.86, although each species was evaluated on a limited sample set.
Why it matches plant phenotyping methodsメロンの気孔形質を画像から自動抽出するデータセット、改良Mask R-CNN、インスタンスセグメンテーション、楕円フィッティングを開発・検証しており、植物フェノタイピング手法が研究の中心である。
abstractwe established a dedicated melon stomatal dataset comprising 5,708 training images, 1,631 validation images, and 815 test images.
Reproduction assets foundThe paper's authors explicitly state that the source code for model training and inference (including the key modules: DCMHA, eSE-enhanced FPN, Mask R-CNN/ViT pipeline) is publicly available at a GitHub repository, which matches an allowed URL. The melon stomatal image dataset (8,154 images) is described in detail but,Code · publicCode Availability
The source code for model training and inference, including the implementation of the
key modules, is publicly available at:
https://github.com/huangyao110/qk_maskrcnn_trsv2.gitOpen asset ↗huangyao110/qk_maskrcnn_trsv2pdf-page:22 lines:1-322Code / dataset availability confirmedOpenAlex · arXiv · checked 5 Sept 2026
The Vines-DB dataset contains 1,218 original high-resolution RGB images of seven ornamental vine species collected under field conditions at the Utah Agricultural Experiment Station's Greenville Research Farm in Logan, Utah, USA. The dataset was generated from 168 individual vine plants that were transplanted in 2022 and photographed repeatedly across multiple months during the 2023 and 2024 growing seasons (July-October). Images were captured with an iPhone 16 Pro equipped with a 48 MP camera between 10:00 AM and 12:00 PM under daylight. Vines were grown on 1.2m x 2.4m trellises and photographed from a distance of 1m against black or white Styrofoam backdrops to improve contrast and reduce background noise. The dataset includes Akebia quinata, Campsis radicans, Hydrangea anomala petiolaris, Lonicera x heckrottii, Campsis x tagliabuana 'Madame Galen', Parthenocissus quinquefolia, and Wisteria floribunda. All original images were manually annotated in Roboflow by trained annotators to produce polygon-based instance segmentation masks for eight classes, including seven species and background. After preprocessing and data augmentation, the working dataset was expanded to 2,307 images for model development and evaluation. The augmented dataset was divided into 2,019 training images, 192 validation images, and 96 test images using stratified sampling to maintain balanced representation. Vines-DB supports the development and evaluation of deep learning models for multi-class instance segmentation in precision horticulture and urban ecology. The dataset enables applications such as automated canopy cover estimation, species identification, and scalable field phenotyping. In addition, repeated monthly imaging of the plants captures temporal variation in canopy development and plant appearance, increasing the dataset's utility for segmentation benchmarking under realistic field conditions.
Why it matches plant phenotyping methods植物のRGB画像とポリゴン注釈から成るデータセットを構築し、セグメンテーション評価およびキャノピー被覆推定などの植物フェノタイピングを支援することが中心であるため。
abstractVines-DB supports the development and evaluation of deep learning models for multi-class instance segmentation in precision horticulture and urban ecology.
Reproduction assets foundThe paper's core asset is the Vines-DB RGB image dataset with instance segmentation annotations, publicly deposited on OSF with an explicit DOI and URL matching an allowed URL.Dataset · publicData accessibility Repository name: Vines-DB
Data identification number: 10.17605/OSF.IO/YJHCK
Direct URL to data: https://osf.io/yjhck/overviewOpen asset ↗OSF · 10.17605/OSF.IO/YJHCKpdf-page:2 lines:1-49Code / 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-266Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · checked 5 Sept 2026
FlowerClassificationGrowth / development / phenology
Accurate recognition of flower growth stages is important for plant phenotyping but remains challenging due to subtle visual differences and limited labeled data. This study proposes a hybrid CNN/Transformer + GCN framework for fine-grained flower growth-stage classification. A new dataset, BD Flower Growth, is introduced with 3,889 original images from eight Bangladeshi flower species, categorized into three stages (early, mid, full), forming 24 classes. The dataset is divided into training and testing sets, with augmentation applied only to the training data. Deep backbone networks are used to extract feature maps, which are transformed into graph representations and refined using Graph Convolutional Networks (GCN). A systematic ablation study is conducted by varying GCN depth (3, 5 layers), node resolution ([Formula: see text], [Formula: see text]), and graph construction methods (4-neighbour, 8-neighbour, and KNN with [Formula: see text]). Experimental results show that performance depends strongly on both backbone and graph configuration. The best performance of 97% accuracy is achieved by EfficientNetV2, DenseNet201-based hybrid models, additionally Swin Transformer model shows the largest improvement, increasing from 84% to 97% after GCN integration. Across different settings, grid-based graphs (4- and 8-neighbour) consistently provide more stable and higher performance compared to KNN graphs, while moderate GCN depth (3-5 layers) offers the best balance accuracy. Cross-dataset evaluation on the Oxford 102 Flower dataset further demonstrates the generalization capability of the proposed approach. These findings highlight the effectiveness of hybrid graph-based learning and the importance of graph configuration in improving fine-grained classification.
Why it matches plant phenotyping methods花の生育段階という植物状態を画像から分類する手法の開発・比較検証が中心で、新規データセットとアブレーションおよびクロスデータセット評価も含むため。
abstractAccurate recognition of flower growth stages is important for plant phenotyping
The number of petals in an inflorescence is an important phenotypic indicator for quality evaluation and cultivar identification of cut chrysanthemums ( Chrysanthemum morifolium Ramat.). Current manual measurement methods are time-consuming, error-prone, and poorly suited to the complex geometry of chrysanthemum flowers, which limits their utility for large-scale phenotyping and breeding programs. Although image-based phenotyping has advanced rapidly, automated and reliable methods for petal counting in densely packed or partially obscured inflorescences remain underdeveloped. Here, we developed a deep learning-based framework for automatic extraction of petal number in cut chrysanthemums. Images from multiple varieties were collected to construct a representative dataset, and petal density maps were generated through manual annotation with Gaussian kernel function. We employed a Congested Scene Recognition Network (CSRNet) enhanced with a Squeeze-and-Excitation (SE) channel attention mechanism (SE-CSRNet) for petal density estimation. Spearman correlation analysis revealed strong agreement between visible and actual petal counts (Spearman’s r=0.953, p<0.0001). Compared with the original CSRNet, SE-CSRNet reduced mean absolute error (MAE) and root mean squared error (RMSE) by 5.2% and 7.4%, respectively. Further optimization using regression fitting revealed that random forest achieved the best performance (MAE = 4.24, RMSE = 5.06, R 2 = 0.967), indicating reliable stability and satisfactory generalization under the conditions evaluated in this work. Application of the optimized model to two cut chrysanthemum varieties confirmed its practicality by successfully detecting reductions in petal number under high-temperature stress. Our results demonstrate that integrating dataset construction, deep learning–based density estimation, and machine learning optimization enables efficient and accurate prediction of petal number in cut chrysanthemums.
Why it matches plant phenotyping methods花弁数という植物形質を画像から自動抽出する深層学習手法を開発し、データセット構築、性能比較、検証、実用適用まで行っており、表現型取得手法が研究の中心である。
abstractHere, we developed a deep learning-based framework for automatic extraction of petal number in cut chrysanthemums.
Reproduction assets foundThe article states that some data (the chrysanthemum petal-counting dataset and related materials) will be available at the authors' public GitHub repository (qwsdfgz/petalscount), with other data available from the corresponding author upon reasonable request. The repository URL is explicitly provided by the authors,但Dataset · publicnctional components of bud-leaves and flowers in edible chrysanthemum (Chrysanthemum morifolium Ramat)
Horticulturae 11 5 2025 448
10.3390/horticulturae11050448
Appendix A
Supplementary data
The following is the Supplementary data to this article.
Multimedia component 1
Data availability
Some data will be available at this URL: https://github.com/qwsdfgz/petalscount . Other data are openly available from the corresponding author upon reasonable request.
Appendix A
Supplementary data to this article can be found online at https://doi.org/10.1016/j.plaphe.2026.100238 .Open asset ↗qwsdfgz/petalscountlines:602-636Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Potato sorting in post-harvest processing relies heavily on manual visual inspection, which is physically demanding, subjective, and insufficiently scalable for modern packing lines. This study investigates the feasibility of a low-cost RGB-based optical inspection system for automated potato quality detection using deep learning-based object detection. A controlled imaging platform was constructed using commodity hardware, and a dataset of 19,805 manually annotated instances across 1361 images was collected from two geographically distinct farm locations in Slovenia. A systematic benchmark of 25 model configurations spanning five YOLO architecture families-YOLOv8, YOLOv9, YOLOv10, YOLOv11, and YOLO26-was conducted across three practical quality classes (Edible, Feed, Rotten) using a strict cross-location evaluation protocol in which models were trained on one location and tested on a completely unseen second location. All models achieved strong in-distribution performance (F1 ≥ 0.906), but showed considerable variation under cross-location conditions, with external F1 ranging from 0.792 to 0.918. The yolo26_l configuration achieved the best cross-location performance (F1 = 0.918, mAP@0.5:0.95 = 0.816, ΔF1 = 0.029), demonstrating that transferable representations are achievable under a standard supervised training protocol. Per-class analysis identified feed detection as the primary generalization bottleneck. The results confirm that affordable RGB-based sorting systems are technically feasible and highlight cross-location evaluation as an essential protocol for assessing real-world deployment readiness.
Why it matches plant phenotyping methodsジャガイモ塊茎の品質・腐敗状態をRGB画像と物体検出で推定する撮像システムを構築し、複数YOLOモデルの交差地域ベンチマークと外部検証を行っており、表現型取得法が中心である。
abstractThis study investigates the feasibility of a low-cost RGB-based optical inspection system for automated potato quality detection using deep learning-based object detection.
First stable release of the RGB and NPQ pixel-wise phenotyping pipeline associated with the manuscript "Image-based biomarkers effectively predict salt and drought stress in dwarf tomatoes (Solanum lycopersicum L.)". This repository includes a Python-based image analysis pipeline for high-throughput plant phenotyping using RGB and chlorophyll fluorescence (NPQ) imaging data. The workflow is designed for pixel-wise extraction and analysis of image-derived traits, with a specific focus on preserving full spatial distributions rather than relying on image-level summary statistics. The pipeline processes RGB images to compute vegetation indices derived from color channel combinations, and NPQ fluorescence images to extract pixel-level chlorophyll fluorescence metrics. Both data types are integrated with experimental metadata through structured indexing files. The analysis framework is organised into two main stages: (i) data pre-processing and structuring into long-format pixel-wise datasets, and (ii) distribution-based statistical analysis of trait variability across treatments and conditions. The latter includes normalised histograms, Jensen–Shannon and Wasserstein distance metrics, and cluster-based permutation testing to identify statistically significant differences between distributions. A minimal example dataset is provided to enable end-to-end testing of the workflow, including image processing, metadata integration, and statistical analysis. An additional archive containing representative example outputs generated from the example dataset is included to illustrate the structure and format of intermediate and final pipeline outputs. To facilitate computational reproducibility, the repository also includes complete derived outputs generated from the full study dataset, including distribution-comparison results (Jensen–Shannon and Wasserstein distances) and cluster analysis outputs for all evaluated RGB and chlorophyll fluorescence traits. These files are provided as supplementary computational products of the workflow and can be used to verify, inspect, and reproduce the analyses described in the associated manuscript.
Why it matches plant phenotyping methodsRGBおよびNPQ画像から植物形質を画素単位で抽出・解析する再利用可能なパイプラインと再現性用データを提供しており、フェノタイピング手法が中心である。
abstractFirst stable release of the RGB and NPQ pixel-wise phenotyping pipeline
Abstract Rice ( Oryza sativa L.) tiller angle is an important trait that influences plant architecture, canopy light interception, and yield potential. In this study, we proposed a deep learning‐based pipeline for automated measurement of rice tiller angle and plant base width using unmanned aerial vehicle (UAV) imagery. Our method leverages keypoint detection models to estimate tiller angles efficiently and accurately. We collected and annotated a dataset of UAV‐captured rice plant images for tiller angle estimation. We demonstrated that our approach provides scalable and precise measurement for keypoints under real‐world field conditions, achieving a mean average precision (mAP)@50 of 0.982 and a mAP@50:95 of 0.859 on the test set. Predicted tiller angle distribution aligns well with human annotations, with a mean absolute error of 5.3° across a range of 10.7°–27.8° and a Pearson's correlation coefficient of 0.64, offering acceptable accuracy for tiller angle measurement in real‐world agricultural settings. Additionally, the predicted plant base width ranges from 2.8 to 5.5 cm, with a mean absolute error of 1.02 cm compared to human annotations, highlighting the model's capability for precise spatial analysis. Significant differences in tiller angle and plant base width were detected among 27 rice genotypes. These results validate the proposed pipeline's potential for accurate and efficient differentiation of plant architecture traits. This research is the first to measure the rice tiller angle directly from UAV images. It lays a foundation for automated phenotyping of plant architecture traits and has the potential for integration into plant phenotyping frameworks to further promote artificial intelligence‐driven rice research and production.
Why it matches plant phenotyping methodsUAV画像と深層学習により、イネの分げつ角度・株元幅という植物形態形質を自動推定する手法を開発・検証しており、フェノタイピング手法が研究の中心である。
abstractwe proposed a deep learning‐based pipeline for automated measurement of rice tiller angle and plant base width using unmanned aerial vehicle (UAV) imagery.
First stable release of the RGB and NPQ pixel-wise phenotyping pipeline associated with the manuscript "Image-based biomarkers effectively predict salt and drought stress in dwarf tomatoes (Solanum lycopersicum L.)". This repository includes a Python-based image analysis pipeline for high-throughput plant phenotyping using RGB and chlorophyll fluorescence (NPQ) imaging data. The workflow is designed for pixel-wise extraction and analysis of image-derived traits, with a specific focus on preserving full spatial distributions rather than relying on image-level summary statistics. The pipeline processes RGB images to compute vegetation indices derived from color channel combinations, and NPQ fluorescence images to extract pixel-level chlorophyll fluorescence metrics. Both data types are integrated with experimental metadata through structured indexing files. The analysis framework is organised into two main stages: (i) data pre-processing and structuring into long-format pixel-wise datasets, and (ii) distribution-based statistical analysis of trait variability across treatments and conditions. The latter includes normalised histograms, Jensen–Shannon and Wasserstein distance metrics, and cluster-based permutation testing to identify statistically significant differences between distributions. A minimal example dataset is provided to enable end-to-end testing of the workflow, including image processing, metadata integration, and statistical analysis. An additional archive containing representative example outputs generated from the example dataset is included to illustrate the structure and format of intermediate and final pipeline outputs. To facilitate computational reproducibility, the repository also includes complete derived outputs generated from the full study dataset, including distribution-comparison results (Jensen–Shannon and Wasserstein distances) and cluster analysis outputs for all evaluated RGB and chlorophyll fluorescence traits. These files are provided as supplementary computational products of the workflow and can be used to verify, inspect, and reproduce the analyses described in the associated manuscript.
Why it matches plant phenotyping methodsRGBおよびNPQ画像から植物形質を画素単位で抽出・解析する再利用可能なパイプラインと再現性資料が中心であり、植物フェノタイピング手法に該当する。
abstractPython-based image analysis pipeline for high-throughput plant phenotyping using RGB and chlorophyll fluorescence (NPQ) imaging data.
Traditional apple maturity assessment methods are destructive and time- and labour-intensive, yielding only population-level approximations. Hyperspectral imaging provides a non-destructive alternative to assess individual fruit, but progress has been constrained by the lack of large, diverse datasets that support robust model generalisation. This study presents a multi-cultivar, multi-season, multi-country hyperspectral apple dataset to enable generalisable prediction of soluble solids content (Brix) and firmness. Using this dataset, we adopt an iterative modelling framework to evaluate deep learning architectures, image resolutions, cultivar encoding, seasonal effects, and feature-specific models. Wavelength and spatial region importance were also analysed. The best predictive performance was achieved using Vision Transformer (ViT) models trained on edge-cropped 40 × 40 pixel images with explicit cultivar encoding, with Brix and firmness modelled independently. Although seasonal specificity was observed, models trained across all three seasons achieved the strongest overall performance. A 50% reduction in spectral wavebands did not compromise prediction accuracy. Key wavelength ranges contributing to Brix and firmness prediction were identified across the visible-near-infrared spectrum. Spatial regions were unimportant for Brix prediction but showed relevance for firmness. The optimised ViT model achieved firmness prediction performance comparable to previous studies (RMSE = 0.76 kgf, R[Formula: see text] = 0.63), while Brix prediction accuracy was lower (RMSE = 0.91 [Formula: see text]Brix, R[Formula: see text] = 0.75), likely reflecting increased biological and environmental variability captured in the dataset. Overall, this work demonstrates that hyperspectral imaging combined with deep learning and large, diverse datasets enables robust, non-destructive prediction of apple quality attributes across production conditions.
Why it matches plant phenotyping methodsリンゴ果実の硬度とBrixという植物器官形質を、ハイパースペクトル画像と深層学習で非破壊推定するデータセット・モデル・汎化性能評価が研究の中心である。
abstractThis study presents a multi-cultivar, multi-season, multi-country hyperspectral apple dataset to enable generalisable prediction of soluble solids content (Brix) and firmness.
Reproduction assets foundThe paper explicitly states that the hyperspectral apple dataset (5756 apples, firmness/Brix/starch measurements) is deposited in the University of Essex research data repository and that the data cleaning, model training, and analysis code is on GitHub, both with public URLs.Dataset · publicThe datasets generated during and analysed during the current study are available in the University of Essex repository ( https://researchdata.essex.ac.uk/228/ )Open asset ↗researchdata.essex.ac.uk · 228lines:192-220Code · publicthe code used for data cleaning, model training and analysis are available on GitHub: ( https://github.com/EIS-Ressearch-Lab/Apple_maturity_hyperspectral_imaging.git )Open asset ↗github.com/EIS-Ressearch-Lab/Apple_maturity_hyperspectral_imaginglines:192-220Plant phenotyping relevance match · UnverifiedCrossref · checked 13 Sept 2026
Global avocado production exceeds 10 million tons annually. Among the diseases affecting avocado fruit, anthracnose is one of the most significant, causing black lesions and fruit decay that can result in yield losses of 20–30%. To facilitate the early detection of anthracnose, this study proposes a computer vision-based approach. A dataset containing 2218 images of Fuerte avocados was first developed, comprising 1730 healthy samples and 488 anthracnose-infected samples after the labeling process. In the experimental phase, several convolutional neural network (CNN) models with varying depths (3, 4, 5, and 6 layers) were designed and evaluated. These models were subsequently integrated into different weighted ensemble configurations, where the best performance was achieved by the ensemble combining all four individual CNNs. The proposed weighted ensemble was compared against widely used state-of-the-art architectures, including VGG-16, ResNet-18, and MobileNetV2. Experimental results demonstrated the effectiveness of the proposed approach, achieving an F1-score of 0.9052, outperforming VGG-16 (0.8283), ResNet-18 (0.7328), and MobileNetV2 (0.7320).
Why it matches plant phenotyping methodsアボカド果実の病徴(炭疽病病変)を画像から検出するコンピュータビジョン手法を開発・比較検証しており、植物状態の取得が研究の中心である。
abstractTo facilitate the early detection of anthracnose, this study proposes a computer vision-based approach.
Artificial intelligence applied to plant phenotyping is crucial for consistent results, as stomata classification under stress impacts physiology, water use efficiency, and productivity. Manual analysis is laborious and error-prone, limiting the efficiency and accuracy of evaluations. In this context, this study developed a soybean-specific dataset from water deficit (WD) and well-watered (WW) plants, training YOLOv8 model for automated detection and classification of open vs. closed stomata. Soybean plants were grown under water deficit and well-watered conditions, generating significant variations in stomatal structural opening and associated gas exchange traits. To capture stomata variations, epidermal printing techniques were employed, with images obtained by microscopy. The dataset was labeled using the intelligent polygon tool of the Roboflow application, with 269 images of the adaxial and abaxial surfaces of leaves annotated in two categories: open and closed stomata. The images underwent geometric transformations to facilitate model training. The results demonstrated that the YOLOV8 neural network achieved precision recall and mAP greater than 90%, highlighting its effectiveness in detecting and classifying stomata. By integrating automated classification of aperture states (open and closed) with a defined physiological stress context in soybean, this work establishes a dataset specifically designed for functional analysis. This approach extends the applicability of deep learning toward stress-oriented plant physiology studies, offering a robust tool for evaluating crop adaptation under climate change scenarios.
Why it matches plant phenotyping methodsヨロウ豆の気孔開閉状態を画像から自動検出・分類するYOLOv8手法とデータセットを開発・評価しており、植物表現型取得が研究の中心である。
abstractthis study developed a soybean-specific dataset from water deficit (WD) and well-watered (WW) plants, training YOLOv8 model for automated detection and classification of open vs. closed stomata.
Plant leaf disease classification and severity grading are essential for precision agriculture, enabling timely intervention and optimized management. Existing models often fail to recognize previously unseen disease categories due to rigid label spaces and limited representation of plant phenotypes. To address these challenges, we propose a knowledge-driven unified framework for plant disease classification and severity grading. A Common Knowledge Learner consolidates fundamental features of plant species, disease categories, and severity levels from labeled data, forming a transferable representation space. It employs a multi-level contrastive learning strategy to capture both global semantic representations and fine-grained lesion patterns. Building on these representations, a Cross-Domain Adaptation module leverages a teacher-student framework with Low-Rank Adaptation (LoRA) bridges in-domain and out-of-domain feature spaces using large-scale unlabeled data. Meanwhile, a contrastive feature library enables similarity-based reasoning and supports flexible label space expansion during inference without retraining. We evaluate our approach on Leaf-CG, a large-scale dataset comprising 441,448 images from 59 plant species, 373 disease categories, and four severity levels. Experiments demonstrate that our framework outperforms existing baselines, achieving 94.9% disease classification accuracy and 90.6% severity grading accuracy in-domain. Under out-of-domain conditions, the method achieves 82.1% true positive rate (TPR) in open-set settings, highlighting its strong generalization ability and potential for practical plant disease management. Code and dataset are available at https://www.uniplantcg.samlab.cn.
Why it matches plant phenotyping methods植物画像から病害分類と病害重症度を推定する計算・画像ベース手法を開発し、大規模データセットで評価しており、フェノタイピング手法が中心である。
abstractwe propose a knowledge-driven unified framework for plant disease classification and severity grading.
Reproduction assets foundThe paper's Leaf-CG dataset (test subset publicly available), analysis code, and trained model weights (plant.pth, disease.pth, severity.pth) are explicitly released at the authors' site https://www.uniplantcg.samlab.cn. Cited datasets (AI Challenger 2018, PlantVillage, etc.) are prior work, not paper-specific assets.Code · publicving 94.9% disease classification accuracy and 90.6% severity grading accuracy in-domain. Under out-of-domain conditions, the method achieves 82.1% true positive rate (TPR) in open-set settings, highlighting its strong generalization ability and potential for practical plant disease management. Code and dataset are available at https://www.uniplantcg.samlab.cn .
Keywords
Plant disease diagnosis Knowledge-driven learning Domain adaptation pmc-status-qastatus 0 pmc-status-live yes pmc-status-embargo no pmc-status-released yes pmc-prop-open-access yes pmc-prop-olf no pmc-prop-manuscript no pmc-prop-legally-suppressed no pmc-prop-has-pdf yes pmc-prop-has-supplement yes pmc-prop-pdf-onlyOpen asset ↗uniplantcg.samlab.cnlines:1-29Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · bioRxiv · checked 5 Sept 2026
ABSTRACT Southern leaf blight (SLB) is a foliar disease of maize (Zea mays L.) caused by the necrotrophic fungal pathogen Cochliobolus heterostrophus. Genetic resistance is the most effective control method for SLB. Developing disease resistant maize lines requires field trials during which disease phenotypes must be visually assessed. Remote sensing using drones is an emerging technology that can be leveraged for high-throughput phenotyping of disease severity that is otherwise labor-intensive and subjective. This project used a deep learning approach to estimate SLB disease severity of single-row maize plots from drone imagery. Over 26,000 plot-level images produced from flights conducted across three growing seasons were labeled with in-field visual scores taken contemporaneously by expert raters. Variation in environmental conditions contributed to a labeled image dataset that reflects the complexity of agronomic field experiments. We assessed the ability of nine deep learning models from three architectural families to estimate disease severity. The best-performing model, EVA-02-B, achieved strong cross year generalization (R 2 = 0.697). Error analysis found that performance was more strongly associated with seasonal disease progression and flight-score time offset than with image-level noise. UAV-based deep learning estimated SLB severity with comparable precision to expert raters. This study lays the groundwork for integrating automated phenotypes into genetic studies of disease resistance. PLAIN LANGUAGE SUMMARY Southern leaf blight (SLB) of maize is a disease that causes yield loss worldwide and developing resistant varieties offers the best hope for controlling the disease. Studying SLB resistance requires plant pathologists to visually score severity in the field, a labor-intensive method that requires expertise. To address these challenges, we asked whether SLB severity scoring could be automated using drone images and artificial intelligence (AI). We trained AI models using three years of image and score data then compared the results to visual scores taken by five plant pathologists. The best performing AI model showed a similar level of consistency to the experts and proved capable of scoring severity despite unpredictable and uncontrollable conditions that affect field imaging experiments such as weeds or shadows. These findings provide a validated method that improves the efficiency of maize disease research, a critical area of study for agricultural sustainability and productivity.
Why it matches plant phenotyping methodsドローン画像と深層学習により、トウモロコシの葉病害重症度という植物状態を推定し、複数年データで性能と汎化性を評価した手法研究である。
abstractRemote sensing using drones is an emerging technology that can be leveraged for high-throughput phenotyping of disease severity
Manual inspection of landscape pathology and textile fiber defects suffers from inherent subjective bias and suboptimal throughput. To bypass these bottlenecks, we propose the Ghost-Convolution Enlightened Vision Transformer (GeT). We constructed a novel hybrid neural network architecture, the Ghost-Convolution Enlightened Vision Transformer (GeT), which synergistically integrates the lightweight local feature extraction proficiency of Convolutional Neural Networks (CNN) with the global semantic modeling capabilities of Vision Transformers (ViT). Utilizing a newly established standard dataset (GLDP15k) comprising 15, 000 heterogeneous field images, the model was subjected to rigorous hyperparameter optimization and ablation studies. Optimization on the GLDP15k dataset yielded a peak accuracy of 96.8% across 12 target classes, maintaining a Kappa-coefficient of 0.941. Constrained to 1.16 M parameters, the architecture executes at 5.5 ms per image (180 FPS) on edge hardware. A 6-month application at Yuexiu Park demonstrated a 3.2-fold improvement in detection efficiency and a 35% reduction in pesticide usage compared to manual inspections. This study not only elucidates the interpretability of hybrid attention mechanisms in phytopathology but also adapts these vision-based paradigms to the detection of microscopic anomalies in textile weaving patterns, providing a scalable and computationally efficient solution for both precision plant protection and industrial fabric defect inspection.
Why it matches plant phenotyping methods植物病害を画像から認識する深層学習モデルを開発し、専用データセットで検証・応用しており、植物の病害状態の取得方法が中心的な研究貢献である。
abstractUtilizing a newly established standard dataset (GLDP15k) comprising 15, 000 heterogeneous field images, the model was subjected to rigorous hyperparameter optimization and ablation studies.
Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · Crossref · checked 6 Sept 2026
Abstract Automated three-dimensional reconstruction of plant architecture under- pins high-throughput crop phenotyping, yet its deployment in practical field settings is constrained by two fundamental limitations of Neural Radiance Fields (NeRF): degraded geometry under sparse, unstructured image capture, and a complete absence of calibrated uncertainty estimates that would allow practitioners to distinguish reliable geometry from reconstruction artefacts. We present UA-PlantNeRF, a unified framework that resolves both limita- tions through three tightly coupled contributions. First, building on VISAR, our prior intelligent video frame-selection strategy (weights α1 = 0.4, α2 = 0.3, α3 = 0.3), the pipeline identifies maximally informative, non-redundant view- points from raw footage with as few as 15 frames. Second, a dual-head NeRF architecture augmented with Monte Carlo Dropout produces jointly decom- posed aleatoric and epistemic uncertainty alongside each reconstructed voxel, trained under a heteroscedastic negative log-likelihood objective. Third, split conformal prediction—with calibration performed on held-out plants to preserve exchangeability— yields provable, distribution-free per-ray cov- erage guarantees at any user-specified confidence level. Evaluated across three benchmarks (Pheno4D, ROSE-X, and our novel UA-Field greenhouse dataset) at sparsity levels N ∈ {15, 30, 50}, UA-PlantNeRF achieves PSNR 28.7±0.6 dB and SSIM 0.89±0.01 at N = 30, outperforming all sparse-view baselines (p
Why it matches plant phenotyping methods植物の3D構造・アーキテクチャを推定する画像ベースのNeRF手法を開発し、複数ベンチマークで評価しているため、植物表現型計測法が中心です。
abstractEvaluated across three benchmarks (Pheno4D, ROSE-X, and our novel UA-Field greenhouse dataset)
ToBRFV is a major threat to tomato and pepper crops because it spreads quickly and survives for a long time in the environment. Since there are few ways to control it after infection, early detection before symptoms are visible is crucial. Yet, only limited public datasets are available for this research. We present one of the first openly accessible, longitudinal multispectral image dataset dedicated to ToBRFV detection. In this study, two tomato cultivars and two pepper cultivars, all of which are commercially important and widely cultivated in greenhouses, were selected. Using these plants ensures that the dataset reflects real-world agricultural practices and captures variability across commercially grown types. Both healthy and ToBRFV-inoculated plants from each cultivar were included in the imaging process. All plants were cultivated under fully controlled greenhouse conditions in Adana Province, Türkiye. Healthy and infected tomato plants were grown in two separate greenhouses to prevent cross-contamination. Imaging was conducted over a 29-day period using Red-Green-Blue (RGB) and Visible Near Infrared (VNIR) cameras, including narrowband captures at 800 nm and 1000 nm, from multiple viewing angles. Infection status was confirmed via Reverse Transcription quantitative Polymerase Chain Reaction (RT-qPCR) analysis at multiple time points. The dataset is organized into four clean, labelled subsets and released under a CC BY 4.0 license. This resource provides unique opportunities for developing and benchmarking computer vision and machine learning approaches for pre-symptomatic plant disease detection, spectral feature analysis, and integration into precision agriculture systems. By combining controlled experimental design, spectral diversity, and open access, it establishes a robust foundation for cross-disciplinary research in plant pathology, agricultural engineering, and artificial intelligence.
Why it matches plant phenotyping methods植物病害状態を対象にした縦断マルチスペクトル画像データセットであり、公開データセットとして開発・ベンチマーク利用を目的とするため、表現型取得が中心です。
abstractWe present one of the first openly accessible, longitudinal multispectral image dataset dedicated to ToBRFV detection.
Reproduction assets foundThe article is a Data in Brief describing the authors' own openly released longitudinal multispectral plant image dataset (ToBRFV-LMID) for tomato and pepper disease detection, deposited on Zenodo under CC BY 4.0 with a direct DOI URL. This is a paper-specific, public, directly actionable phenotype/image asset. No codeDataset · publicData accessibility
Repository name: ZENODO
Data identification number: 10.5281/zenodo.17244968
Direct URL to data: https://doi.org/10.5281/zenodo.17244968Open asset ↗ZENODO · 10.5281/zenodo.17244968html-lines:98-126Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
The tomato is one of the most important economic crops worldwide; frequent occurrences of foliar diseases can severely affect its quality and yield, resulting in substantial economic losses. However, state-of-the-art methods still struggle with multi-target, multi-scale disease detection in complex scenarios, lacking accuracy and speed for tomato leaf diagnosis. A novel improved YOLO v8s model is proposed in this study to achieve high-precision and fast identification of multi-target and multi-scale tomato leaf diseases. First, a multi-target, multi-scale image dataset encompassing seven typical tomato diseases was developed to effectively enhance the model's robustness under complex practical scenario by integrating multiple public datasets and employing diverse data augmentation techniques. Second, a transfer learning strategy was employed to transfer high-quality features from a pretrained model to the disease detection task, thereby improving convergence speed and generalization ability. Finally, the CBAM (Convolutional Block Attention Module) channel-spatial attention mechanism was introduced into the YOLO v8s network, enabling the model to adaptively focus on critical regions and significantly enhance feature extraction and target localization performance. Experimental results demonstrate that the improved YOLOv8s-CBAM model achieves superior performance in complex scenarios, with a precision of 96.9%, recall of 97.3%, F1 score of 97.0%, and mAP@0.5 of 99.1%, representing improvements of 2.5%, 2.0%, 2.2%, and 1.8%, respectively, over the original YOLO v8s model. Moreover, the model size was reduced to 24.8 MB, a decrease of 11.7 MB compared to the original, achieving an effective balance between accuracy and lightweight design. These results indicate that the proposed method exhibits enhanced feature extraction and localization stability in multi-target, multi-scale disease identification tasks, providing an effective technical solution for automated detection in complex agricultural disease scenarios.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から検出・識別するYOLOv8s-CBAM手法を開発し、データセット構築と性能比較検証を行っており、植物病害状態の画像ベース表現型計測が中心である。
abstractA novel improved YOLO v8s model is proposed in this study to achieve high-precision and fast identification of multi-target and multi-scale tomato leaf diseases.
We introduce the Grapevine (Vitis vinifera) Leaf Image Dataset (GVLiD), a carefully curated set of 3,477 annotated images of Grapevine (Vitis vinifera) leaves to catalyze research in computer vision and plant pathology. Whereas the PlantVillage and Hermos datasets, for instance, contain mainly scanned or laboratory-acquired leaves, GVLiD features vineyard in situ images along with detailed metadata (GPS, lighting, weather, and device model) and expert-verified annotations. To measure the reliability of the annotation, label consistency was very high (κ = 0.86-0.92; 95% CI) as assessed by inter- and intra-rater agreement. Besides Indian viticulture, the dataset also aims to support the field of foliar disease detection in precision agriculture and ML benchmarking, which face significant challenges due to variable illumination and natural leaf backgrounds under field conditions. GVLiD is intended to enable worldwide, reproducible, real-world testing of AI systems for crop disease monitoring.
Why it matches plant phenotyping methodsブドウ葉の病徴を画像で注釈化したデータセットであり、植物病害状態の画像ベース表現型測定と再現可能なベンチマークが中心です。
abstractWe introduce the Grapevine (Vitis vinifera) Leaf Image Dataset (GVLiD), a carefully curated set of 3,477 annotated images of Grapevine (Vitis vinifera) leaves to catalyze research in computer vision and plant pathology.
Reproduction assets foundThe paper's grapevine leaf image dataset (GVLiD) is deposited on Mendeley Data, but that URL is not among the allowed URLs. The authors' validation/analysis code (image-quality metrics, metadata-completeness checks, annotation-reliability calculations) is publicly available on GitHub at the allowed URL, with explicit 'Code · publicAll validation scripts (image-quality metrics, metadata-completeness checks, and annotation-reliability calculations) are publicly available in the GVLiD GitHub repository. This ensures full reproducibility of all validation results reported here.
git clone https://github.com/MilindGayakwad/DNNOpen asset ↗https://github.com/MilindGayakwad/DNNhtml-lines:255-349Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract Potatoes are one of the major crops eaten in developing countries; however, their production is falling due to various diseases. Early identification and detection of potato leaf diseases play a vital role in improving potato quality and quantity. Existing methods are either computationally resource intensive or lack trust in their decision-making process, which makes them difficult to deploy for real-time potato disease classification and limits its accessibility. To mitigate these limitations, this study proposed an attention-enhanced MobileNetV2 with a squeeze-and-excitation architecture, which balances high accuracy with low computational resources. This method incorporates the strength of MobileNetV2 and Squeeze-and-excitation networks. A total of 2152 images of early blight, late blight, and healthy leafs were obtained from the Kaggle public repository, which are partitioned into 70% training, 20% validation, and 10% testing and were utilized to train, validate, and test the proposed model. The MobileNetV2 backbone is utilized for feature extraction, and then a squeeze-and-attention block is used to recalibrate the feature maps by focusing on important features and suppressing irrelevant ones. Gradient-weighted Class Activation Mapping (Grad-CAM) was implemented to visualize the most relevant region of the leaf for decision-making, which increases model interpretability and user trust. The proposed model achieves a remarkable performance of 99% testing accuracy with 9.41 MB total parameters. The proposed model is suitable for real-time potato leaf disease detection and classification, which can be easily accessible to agricultural stakeholders, including farmers, and contributes to food security.
Why it matches plant phenotyping methodsジャガイモ葉の病害状態を画像から分類する深層学習手法を提案・評価しており、植物表現型(病害状態)の取得・推定が中心である。
abstractthis study proposed an attention-enhanced MobileNetV2 with a squeeze-and-excitation architecture, which balances high accuracy with low computational resources.
Reproduction assets foundThe paper's phenotyping inputs are 2152 potato leaf images (early blight, late blight, healthy) obtained from a public Kaggle repository, explicitly stated as publicly available in the Declarations. No author analysis code is shared (Code Availability: Not applicable), and no trained model checkpoints are released.Dataset · publicAvailability of Data: The datasets generated during and/or analyzed during the current study are
publicly available at https://www.kaggle.com/datasets/faysalmiah1721758/potato-dataset.Open asset ↗Kaggle · faysalmiah1721758/potato-datasetpdf-page:23 lines:1-35Plant phenotyping relevance match · UnverifiedEurope PMC · Crossref · checked 15 Sept 2026
Accurate detection of tobacco plants in complex field environments is critical for precision agriculture, crop monitoring, and yield estimation. Traditional manual counting methods are time-consuming, labor-intensive, and susceptible to environmental and subjective factors. In this study, we propose an improved YOLO11-based framework for automated tobacco plant detection, specifically designed to address challenges such as scale variation, dense distribution, and background interference. The framework integrates four key modules: the Edge-Enhanced Feature Stem (EEFS) to strengthen low-level feature extraction, the Multi-Scale Kernel Interaction (MSKI) to capture multi-scale contextual information, the Adaptive Weighted Feature Fusion (AWFF) to optimize feature aggregation, and the Global–Local Synergistic Attention (GLSA) to enhance feature discrimination by jointly modeling local details and global context. A comprehensive UAV-based tobacco dataset was constructed, encompassing multiple lighting conditions, collection heights, and observation angles. Experimental results demonstrate that the proposed method significantly outperforms the YOLO11 baseline and achieves superior performance compared to mainstream YOLO variants. Ablation studies and heatmap visualizations confirm the effectiveness of each module. Furthermore, the model exhibits robust performance under multi-dimensional environmental perturbations, including varying illumination, scale, and camera angles. The proposed framework provides a practical and efficient solution for automated tobacco plant counting, offering potential applications in UAV-based precision agriculture and large-scale crop monitoring.
Why it matches plant phenotyping methodsUAV画像からタバコ個体を自動検出・計数する手法を開発し、専用データセット、比較実験、アブレーション、頑健性評価まで行っており、植物個体数の取得方法が中心です。
abstractwe propose an improved YOLO11-based framework for automated tobacco plant detection
Alternatives to soil-based horticulture, such as hydroponics, have been developed to respond to food distribution concerns for dense urban centers. A new system was developed to track an individual lettuce plant's growth in a hydroponic environment, utilizing streams of measured information and available models to continuously update the growth trajectory estimates for a plant. These "digital twin" models were integrated into an operating hydroponic greenhouse, with custom horticultural and sensor hardware to grow and measure relevant information. To aid in updating model parameters, plant yield was continuously measured with a custom neural network, using RGB-D images of the plants as an input. The network, trained on a collected dataset of 1300 images, was able to estimate mass within 1.5 g of the ground-truth value. After integration into the custom system, digital twin growth projections could approximate future yield between one and four days in the future, maintaining around a 2 g forecasting error.
Why it matches plant phenotyping methodsRGB-D画像から個体レタスの収量・質量を推定するニューラルネットワークと、センサー統合型の成長追跡基盤が研究の中心であり、植物形質の取得・予測手法を実質的に開発・検証している。
abstractA new system was developed to track an individual lettuce plant's growth in a hydroponic environment, utilizing streams of measured information and available models to continuously update the growth trajectory estimates for a plant.
Three-dimensional (3D) point-cloud phenotyping enables non-destructive and repeatable characterization of plant architecture, supporting the measurement of traits such as internode length, branching topology, and organ orientation. This article presents TomatoPGT (Tomato Plant Graph Twin) , a 3D tomato dataset designed for research on semantic/instance segmentation, graph-based structural representation, and graph-derived phenotypic trait extraction. The dataset contains 42 scans from three greenhouse-grown tomato plants acquired across early to mid-vegetative development using a rotational multi-view imaging system. Each scan consists of 60-70 overlapping RGB images captured under uniform illumination and reconstructed into a metrically scaled dense colored point cloud using Structure-from-Motion and multi-view stereo. TomatoPGT provides: (i) multi-view RGB images, (ii) dense colored point clouds, (iii) manually curated semantic and instance annotations at organ level, (iv) graph representations encoding plant topology and geometry, and (v) tabulated phenotypic traits computed deterministically from the graphs (internode length, insertion angles, and phyllotactic angles). TomatoPGT supports reproducible development and evaluation of 3D phenotyping pipelines, including learning-based segmentation and graph-based modeling of plant architecture.
Why it matches plant phenotyping methods植物の3D形態表現型抽出を目的としたデータセットで、画像・点群・器官アノテーション・グラフ・形質値を提供し、再現可能なフェノタイピング手法の開発と評価を直接支援している。
abstractThis article presents TomatoPGT (Tomato Plant Graph Twin) , a 3D tomato dataset designed for research on semantic/instance segmentation, graph-based structural representation, and graph-derived phenotypic trait extraction.
Reproduction assets foundThe paper's own TomatoPGT dataset (multi-view RGB images, dense point clouds, semantic/instance annotations, graph representations, and CSV phenotypic traits) is publicly deposited on Mendeley Data, and the authors' Cloud-Seg/Cloud-Graph software tools plus supplementary materials (camera calibrations, example datasetsDataset · publicRepository name 1: Mendeley[2].
Data identification number: DOI: 10.17632/72md54c7n7.1
Direct URL to data: https://data.mendeley.com/datasets/72md54c7n7/1Open asset ↗Mendeley · 10.17632/72md54c7n7.1html-lines:105-178Code · public6. Code and documentation: CloudSeg and CloudGraph software tools, environment specifications, and example usage instructions are hosted on Zenodo[3].Open asset ↗Zenodohtml-lines:264-308Plant phenotyping relevance match · UnverifiedEurope PMC · OpenAlex · Crossref · checked 6 Sept 2026
Abstract Occlusion is a major factor limiting accurate three-dimensional (3D) wheat phenotyping. In natural growth conditions, overlapping spikes, leaves, and stems often make only partial target regions visible in single-view images, hindering complete and reliable 3D reconstruction. To address this problem, this study proposes an amodal completion-driven framework for single-view 3D reconstruction of occluded wheat. The framework first uses visible prompts to recover the complete appearance and structural cues of occluded targets, and then feeds the completed images into single-view 3D reconstruction models to generate complete 3D structures. To support model training and evaluation, we construct the MMWO (Multi-view Multi-instance Wheat Occlusion) dataset from MMW by synthesizing diverse occlusion samples through organ-level cutouts, random geometric transformations, and region-constrained pasting, with annotations including visible masks, occlusion masks, and complete target images. Six representative reconstruction methods, including Direct3D, Real3D, SF3D, Spar3D, TRELLIS.2, and Hunyuan3D, are systematically evaluated. Hunyuan3D achieves the best geometric performance, with the lowest mean CD-L 1 and CD-L 2 values of 0.1286 and 0.0536, and the highest mean F-score of 0.5668. SF3D achieves the best rendering quality in terms of PSNR, SSIM, and LPIPS. In addition, Pix2Gestalt completion reduces the estimation errors of spike length, width, and area from 9.31%, 10.89%, and 32.23% to 4.64%, 9.70%, and 9.45%, respectively. These results demonstrate that amodal completion can effectively alleviate occlusion-induced information loss and provide more complete structural priors for single-view 3D wheat reconstruction. This study offers a feasible solution for robust 3D wheat phenotyping under occlusion and provides a systematic reference for applying general-purpose 3D generative models to agricultural phenotyping.
Why it matches plant phenotyping methods遮蔽下小麦の単視点3D再構成とアモーダル補完を開発し、データセット構築、複数手法の系統評価、器官形質推定誤差の検証まで行っており、植物フェノタイピング手法が中心である。
abstractthis study proposes an amodal completion-driven framework for single-view 3D reconstruction of occluded wheat
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
This article presents a multispectral imaging dataset dedicated to training a machine learning algorithm for the in situ detection of Huanglongbing (HLB). HLB, also known as citrus greening disease, is a major pathology caused by the bacterial pathogen Candidatus Liberibacter asiaticus , particularly in species of the citrus genus. The dataset is constituted of terrestrial images acquired in a commercial sweet orange orchard of the variety Pera Rio ( Citrus sinensis (L.) Osbeck). The images describe large portions of canopy, with healthy leaves and sections infected by HLB as well as some confounding factors naturally present in orchards. Multispectral images were acquired with a multi-lens camera within the visible-near-infrared domain, resulting in 14 narrow spectral bands. The image acquisition was conducted during two field campaigns in 2023 and 2024. In total, the dataset contains 2,978 images divided into two classes HLB (1,681) and non-HLB (1,297). Originally, data are stored in TIFF format as 14 monochromatic images, organised by spectra band. Additionally, an HDF5-format version is provided, where images are stored as 3D arrays with spectral bands in ascending order. This format is compatible with various programming languages, enables efficient data handling, and is optimised for machine learning and image processing applications, supporting reproducible and portable analysis. This dataset is a valuable resource for the development and benchmarking of classification models, including deep learning approaches, aimed at the detection of HLB. Phytopathology imaging datasets are scarce yet essential for advancing digital agriculture and the development of robust tools for crop disease detection worldwide.
Why it matches plant phenotyping methods柑橘葉・樹冠のマルチスペクトル画像からHLB感染状態を推定するデータセットであり、植物病害状態の表現型取得と機械学習ベンチマークを中心とする。
abstractThis article presents a multispectral imaging dataset dedicated to training a machine learning algorithm for the in situ detection of Huanglongbing (HLB).
Reproduction assets foundThe article is a Data in Brief describing a public multispectral HLB citrus image dataset deposited on Data INRAE (Recherche Data Gouv, DOI 10.57745/054NAB), plus an authors' GitHub repository with preprocessing, registration, and model training scripts. Both are paper-specific, public, and directly actionable.Dataset · publicData accessibility
Repository name: Data INRAE
Data access link: https://doi.org/10.57745/054NABOpen asset ↗Data INRAE · 10.57745/054NABhtml-lines:89-123Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 15 Sept 2026
Plant disease detection under complex field conditions remains a critical challenge for precision agriculture due to varying illumination, scale variations, subtle lesion patterns, and inter-class visual ambiguity. This study proposes MAFusionNet, a disease-aware hybrid vision framework integrating Mamba and Transformer architectures, with components explicitly designed for plant disease-specific challenges. The MAFusion Mixer operates parallel CS-Mamba and self-attention branches to simultaneously capture sequential lesion boundary evolution and global diseasecontext spatial relationships. The CS-Mamba branch employs the SS2D-LS Block with twodimensional selective scanning and Local-Selective enhancement for linear-complexity longrange modeling while preserving 2D lesion morphology. The PConv operator uses asymmetric directional kernels forming cross-shaped receptive fields to capture anisotropic disease patterns such as vein-aligned blights and directional rust streaks. We constructed PD40, a large-scale dataset with 80,369 expert-verified annotated images across 40 disease categories spanning eight major crops, with inter-annotator agreement Cohen’s κ = 0.874. Extensive experiments demonstrate that MAFusionNet achieves 94.7% mAP 50 and 81.8% mAP 50:95 on PD40, surpassing 25 state-of-the-art baselines including recent hybrid Mamba-Transformer detectors (CropMamba, HybridMamba, Mamba-DETR), with comprehensive ablation studies validating each component’s non-redundant contribution. Edge deployment analysis on NVIDIA Jetson hardware demonstrates practical feasibility: the compressed MAFusionNet-T-Lite variant (8.7M parameters) achieves 89.3% mAP 50 at 18.4 FPS on Jetson Nano with 8.3W power consumption. The dataset and code are available at PD40-Dataset GitHub Repository.
Why it matches plant phenotyping methods植物病害の症状を画像から検出・分類する視覚モデルを開発し、注釈付き大規模データセットで検証しているため、植物状態の画像ベース表現型計測が中心である。
abstractWe constructed PD40, a large-scale dataset with 80,369 expert-verified annotated images across 40 disease categories spanning eight major crops
Abstract Rice disease identification is a critical technique for ensuring yield and quality in precision agriculture. However, complex field backgrounds, subtle lesion features, and similar symptomatic manifestations have led to low accuracy and poor robustness in traditional classification methods. To address these issues, this study proposes an improved ConvNeXt network model (Improve‑ConvNeXt) for the fine classification of rice diseases under field conditions. A high‑quality dataset containing six categories (healthy rice, rice blast, brown spot, bacterial leaf blight, bacterial leaf streak, and bacterial grain rot) was constructed from field images and public datasets, with a total of 5,663 samples. Using ConvNeXt‑Tiny as the backbone, the model integrates a Hybrid Attention Transformer (HAT) to enhance the perception of lesion regions and key channels, and introduces Spatial and Channel Reconstruction Convolution (SCConv) to reduce feature redundancy and strengthen effective information expression. Experiments show that the Improve‑ConvNeXt model achieves 96.27% accuracy on the test set, which is 4.85% higher than that of the original ConvNeXt and significantly outperforms ResNet and DenseNet. The precision, recall, and F1‑score reach 95.84%, 96.11%, and 95.95%, respectively. Confusion matrix and Grad‑CAM visualization prove that the model can accurately focus on lesion areas and effectively distinguish similar diseases. This method provides high precision and strong generalization for rice disease identification in complex field environments, and offers a reliable technical reference for intelligent monitoring and precise management of rice fields.
Why it matches plant phenotyping methodsイネの病徴画像から病害状態を分類する画像・深層学習手法を開発し、データセットと性能比較で技術的に検証しているため、植物フェノタイピング手法が中心です。
abstractthis study proposes an improved ConvNeXt network model (Improve‑ConvNeXt) for the fine classification of rice diseases under field conditions.
Plant leaf disease detection is a critical task in precision agriculture, where reliable diagnosis under real-world conditions is essential for reducing crop losses and supporting timely intervention. Although deep learning models have achieved high classification accuracy, their performance often degrades under domain shift between controlled laboratory datasets and real-field environments, while predictive uncertainty and confidence calibration remain largely unaddressed.This study presents an uncertainty-aware cross-domain evaluation framework based on a Hierarchical Vision Transformer (HViT) for plant leaf disease classification. The framework integrates multi-scale feature learning with Monte Carlo Dropout-based predictive uncertainty estimation and temperature-based calibration to systematically analyze model behavior in terms of accuracy, reliability, and robustness. Experiments were conducted on two complementary datasets: the New Plant Diseases Dataset (controlled conditions) and the PlantDoc dataset (field conditions), enabling bidirectional cross-domain evaluation. Results demonstrate that the proposed framework achieves superior performance, attaining 97.8% accuracy on controlled data and 93.6% on field data, while significantly improving calibration with lower Expected Calibration Error (ECE = 0.032 / 0.041), reduced Negative Log-Likelihood, and lower Brier score compared to baseline CNN and transformer models. Furthermore, the framework exhibits improved robustness under domain shift, with reduced performance degradation and stable uncertainty behavior. Overall, this study highlights the importance of integrating uncertainty estimation and calibration within a hierarchical transformer-based framework, providing a more reliable and deployment-ready solution for real-world agricultural disease diagnosis.
Why it matches plant phenotyping methods植物葉の病害状態を直接推定する不確実性-aware分類フレームワークの開発・評価が中心であり、異なる条件のデータセット間で精度、校正、頑健性を検証している。
abstractThis study presents an uncertainty-aware cross-domain evaluation framework based on a Hierarchical Vision Transformer (HViT) for plant leaf disease classification.
Reproduction assets foundThe paper's Data availability statement explicitly links the two public image datasets used for its cross-domain plant leaf disease classification experiments: the New Plant Diseases Dataset on Kaggle and the PlantDoc dataset on Dataset Ninja. No author analysis code, models, or checkpoints are reported as available.Dataset · publicThe New Plant Diseases Dataset can be obtained from Kaggle at [https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset]Open asset ↗Kaggle · vipoooool/new-plant-diseases-datasetlines:360-398Dataset · publicThe PlantDoc dataset is available for download at [https://datasetninja.com/plantdoc#download]Open asset ↗plantdoclines:360-398Plant phenotyping relevance match · UnverifiedCrossref · checked 5 Sept 2026
Fractional Vegetation Cover of Crops (CropFVC) is a critical canopy parameter for monitoring crop growth, yet the behavior of widely used global FVC products (GLASS, GEOV1, GEOV2, and GEOV3) over croplands remains insufficiently understood due to fragmented validation references and limited crop-specific assessments. This study compiled a multi-source global CropFVC reference dataset (2000–2024) by integrating five international validation networks, the literature-derived samples, and newly acquired UAV and Jilin-1 satellite-derived CropFVC samples from China in 2024. The references were organized into three complementary validation contexts (V1~V3) to examine product behavior under different temporal coverage, crop purity, and reference conditions, together with spatio-temporal observations at the KONZ site. Results show that (1) across validation contexts, the evaluated products showed consistent behavior patterns, including shared overestimation under dense canopy conditions and reduced differences at low FVC levels; (2) spatio-temporal analysis at the KONZ site confirmed that peak-season deviations reflect shared response behavior rather than site-specific reference uncertainties; (3) historical mixed references (V1~V2) showed similar bias structures, whereas crop-specific validation (V3) preliminary revealed clearer crop-dependent responses, with predictive difficulty following winter wheat > maize > rice > soybean and improved stability after integrating 2024 observations. The integration of recent high-resolution crop observations expands existing global CropFVC references and enables behavior-oriented interpretation of global FVC products beyond simple accuracy ranking, providing an updated validation perspective for future development and application of global CropFVC products in agricultural monitoring.
Why it matches plant phenotyping methods作物キャノピーのFVCという植物形質を対象に、複数の全球FVC推定プロダクトを多様な参照データで体系的に検証し、UAV・衛星観測を含むCropFVC参照データセットを構築している。形質取得・検証が研究の中心である。
titleMulti-Context Validation of Global Fractional Vegetation Cover Products in Croplands Using Multi-Source Crop FVC References
PollenBB16 is an RGB pollen image dataset of Chilean flora with pixel-accurate instance segmentation masks, whose annotation was fully verified by an expert palynologist to guarantee the taxonomic reliability of every published instance. The dataset is designed to close a concrete gap in existing palynological datasets, which typically combine low taxonomic diversity, few samples per class, and low-resolution crops restricted to bounding boxes. PollenBB16 contains 16,198 brightfield optical microscopy images at the native resolution of 3088 × 2064 pixels and 36,383 pixel-accurate polygons across 16 species from the Biobío Region, spanning endemic, native and exotic species of high ecological and melliferous value such as Eucryphia glutinosa and Quillaja saponaria (endemic), Gevuina avellana and Aristotelia chilensis (native), and Medicago sativa and Brassica rapa (introduced). Each spatial position is recorded at three focal planes. The displacement along the z axis reveals features of the exine together with information on the internal structure of the grain that remain inaccessible on a single plane. From this multifocal information, more robust convolutional networks can be trained with more accurate classification. The operational quality of the dataset is backed by a leakage-safe partition that keeps the three focal planes of the same position in the same subset to avoid metric inflation, complemented by a YOLO11n-seg baseline trained for 50 epochs that reaches 0.985 mask mAP@50 on the validation set, establishing a reproducible reference point. Beyond deep learning, PollenBB16 enables interdisciplinary applications in aerobiology, biodiversity monitoring under climate change, ecological restoration of the South American temperate forest, and botanical-origin authentication of Chilean monofloral honeys.
Why it matches plant phenotyping methods植物由来の花粉粒を対象とした高解像度画像データセットとセグメンテーション基準を構築し、深層学習による画像解析を再現可能な形で検証しているため、植物フェノタイピング手法・データセットとして中心的です。
abstractPollenBB16 is an RGB pollen image dataset of Chilean flora with pixel-accurate instance segmentation masks
Reproduction assets foundThe paper's PollenBB16 pollen image dataset (16,198 multifocal RGB microscopy images with pixel-accurate instance segmentation masks) and the accompanying authors' script polygons_to_bboxes.py are publicly deposited on Zenodo (10.5281/zenodo.19830051), per the Data Availability Statement.Code · publicThe only custom code distributed with this Data Descriptor is the Python script polygons_to_bboxes.py, which regenerates the YOLO bounding-box labels in labels_bb/ from the polygon labels in labels/. The script is packaged inside the scripts/ folder of the same Zenodo repository that hosts the dataset (10.5281/zenodo.19830051) and is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license, with no restrictions on access.Open asset ↗Zenodo · 10.5281/zenodo.19830051html-lines:731-797Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Poplar (Populus) trees are indispensable to various industries and environmental sustainability efforts. They are widely utilized for paper production, timber, and windbreaks, while also playing a significant role in carbon sequestration. Given their economic and ecological importance, the effective management of diseases is crucial. Convolutional Neural Networks (CNNs), renowned for their ability to process visual data, are pivotal in accurately detecting and classifying plant diseases. This study presents a domain-specific dataset of manually collected images of diseased poplar leaves from Uzbekistan and South Korea, ensuring geographic diversity and broader applicability. The dataset includes four disease classes, i.e., " Parsha (Scab) ," " Brown spotting ," " White-Gray spotting ," and " Rust ," which represent common afflictions in these regions. To advance research efforts, this dataset will be made publicly accessible, providing a valuable resource for the scientific community. Leveraging the cutting-edge YOLOv9c model, a state-of-the-art CNN architecture, we applied the Histogram Equalization technique as a preprocessing step to enhance the image quality to increase the accuracy of disease detection. This method not only improves the diagnostic performance of the model but also provides a scalable solution for monitoring and managing poplar diseases. By ensuring the health of poplar trees, this approach supports the sustainability of these critical resources. To our knowledge, this is the first publicly available dataset specifically focused on diseased poplar leaves, making it a significant contribution to global research efforts. It offers an invaluable resource for researchers and practitioners, enabling further advancements in early disease detection and sustainable forestry management.
Why it matches plant phenotyping methodsポプラ葉の病徴を画像から検出・分類する手法と公開データセットが研究の中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として採択。
abstractThis study presents a domain-specific dataset of manually collected images of diseased poplar leaves from Uzbekistan and South Korea
Ensuring global food security depends on timely and reliable plant disease identification. Traditional disease detection methods often prove inefficient because of the lack of necessary precision. Furthermore, public datasets typically suffer from the class imbalance issue, which can obstruct reliable model testing and lead to biased performance evaluations. This paper introduces LeafDet, an object detection model based on the YOLOv8 architecture, specifically designed for the effective detection of tomato leaf diseases. Moreover, a revised, balanced dataset, named PlantTom, is developed by combining images from various public sources to reduce the existing dataset limitations. PlantTom has 7836 images with 8 distinct classes, each representing a tomato leaf disease. The proposed LeafDet model includes CBM, C2f, SPPF, and ECA attention modules in the backbone section; BiFPN, GSConv, VoVGSCSP, and Shuffle Attention in the neck section. Efficient attention methods like ECA and Shuffle Attention are used to improve both accuracy and speed. LeafDet model achieves 91.6% mAP@0.5 on the PlantTom dataset, which is a 2.2% improvement over the original YOLOv8n with 2.69M parameters and an inference time of 2.4ms. The proposed model also outperforms several other state-of-the-art object detection models, including the latest YOLOv11n and YOLOv12n. Ablation studies show that each part of the model helps to improve its performance, and the PIoUv2 loss function is found to be the optimal choice for this use. The model predictions are then validated using Eigen-CAM, which provides a visualization of the decision-making process. These results demonstrate that LeafDet provides a deployable and interpretable framework for plant disease detection in smart agriculture.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から検出する深層学習手法と評価用データセットを開発・検証しており、植物の表現型状態の取得が中心である。
abstractThis paper introduces LeafDet, an object detection model based on the YOLOv8 architecture, specifically designed for the effective detection of tomato leaf diseases.
Abstract Artificial Intelligence and Machine Learning rely on large, high-quality datasets for accurate and robust models, yet data scarcity remains a major challenge, especially in smart farming. Phenology modeling, a key application, studies how plant biological events relate to climate and seasons. Accurate phenology models improve crop quality, support climate adaptation, and guide decisions such as pesticide use and harvesting, enhancing environmental and economic sustainability. However, agricultural data are highly diverse and heterogeneous, complicating model development. This study presents a proposed georeferenced dataset for Machine Learning-based grapevine phenology prediction across 3 Protected Designations of Origin in Aragón, Spain. Developed by a multidisciplinary team, the dataset combines 9 datasets from 8 sources (including meteorological time series, field phenology observations, and Copernicus Sentinel-2 multispectral imagery) covering the period 2016–2022. It supports both physical and Machine Learning-based phenology modeling and facilitates knowledge extraction in agronomy and plant biology. Its relevance lies in its comprehensive scope, the inclusion of 9 phenological stages, and a rigorous methodology ensuring reproducibility. This framework enables the creation of similar datasets for other regions or crops, advancing smart farming through scalable, data-driven solutions. The open publication of the code further supports this objective. We further anticipate its potential contribution to developing foundation models as well as to the creation of new knowledge in biology and agronomy.
Why it matches plant phenotyping methodsブドウの9段階のフェノロジーを対象に、圃場観測と衛星画像などを統合した再利用可能な地理参照データセットを構築しており、植物形質取得・モデル化の方法論が中心である。
abstractThis study presents a proposed georeferenced dataset for Machine Learning-based grapevine phenology prediction across 3 Protected Designations of Origin in Aragón, Spain.
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-337Plant phenotyping relevance match · UnverifiedEurope PMC · checked 14 Sept 2026
Accurate detection of citrus leaf and fruit diseases is important for precision orchard management. However, real orchard images often contain small disease symptoms, leaf and fruit overlap, illumination variation, and cluttered backgrounds, making reliable detection challenging. This study proposes LDTC-YOLO, a lightweight YOLOv8n-based detection model for typical citrus leaf and fruit diseases in real orchard environments. To improve detection accuracy and model compactness, LDTC-YOLO integrates an Adaptive Feature Pyramid Network (AFPN) for cross-level feature fusion, Coordinate Attention (CA) for disease-region feature enhancement, a Lightweight Shared Convolutional Detection (LSCD) head for reducing parameter redundancy, and Wise-IoU (WIoU) for bounding-box regression optimization. In addition, a self-collected handheld citrus disease dataset, HOCD-4, was constructed using close-range smartphone images captured in real orchards. The dataset covers leaf and fruit symptoms of four typical citrus diseases: Huanglongbing/citrus greening (HLB), black spot, canker, and melanose. Experimental results show that LDTC-YOLO achieved precision, recall, mAP@0.5, and mAP@0.5:0.95 values of 0.915, 0.843, 0.894, and 0.648, respectively. Compared with YOLOv8n, LDTC-YOLO reduced parameters, GFLOPs, and model size from 3.006 M to 1.887 M, 8.1 to 7.4, and 5.97 MB to 3.83 MB, while increasing inference speed from 43.14 FPS to 47.45 FPS. These results indicate that LDTC-YOLO improves detection performance while maintaining a compact and efficient model profile, providing a potential reference for citrus disease detection under real orchard imaging conditions.
Why it matches plant phenotyping methods柑橘葉・果実の病徴を画像から検出する軽量モデルと実圃場データセットを開発・評価しており、植物の病害状態を推定するフェノタイピング手法が中心である。
abstractThis study proposes LDTC-YOLO, a lightweight YOLOv8n-based detection model for typical citrus leaf and fruit diseases in real orchard environments.
Crop leaf disease segmentation in complex natural environments remains challenging because lesion regions often exhibit substantial scale variation, blurred boundaries, and severe background interference. To address these issues, this study proposes a Multi-Scale Feature Rectification Network (MFR-Net) for crop leaf disease segmentation. The proposed network adopts an EfficientNetV2-S-based encoder to extract hierarchical features, incorporates a hybrid attention mechanism to enhance lesion-sensitive spatial and channel representations, introduces a Cross-Window Atrous Spatial Pyramid Pooling (CWASPP) module to strengthen multi-scale contextual modeling, and employs a Feature Rectification Module (FRM) in the decoder to alleviate semantic inconsistency during cross-level feature fusion. Experiments on a Kaggle-derived benchmark constructed from the unaugmented data folder of the public Leaf Disease Segmentation Dataset, containing 588 diseased-leaf images and 588 corresponding binary lesion masks, showed that MFR-Net achieved the highest mIoU of 74.27% and the highest Recall of 87.61% among the compared methods, and maintained competitive Dice performance (84.25%) with 25.10 M parameters and 37.55 G FLOPs. Ablation results further confirmed the effectiveness of the proposed design, with CWASPP providing the most notable individual contribution. Additional experiments were conducted on an independent Apple Leaf Dataset comprising 3197 image–mask pairs, collected under mixed controlled and natural field-like imaging conditions. The results showed competitive performance under a different data distribution, and robustness evaluation further verified stable performance under severe noise, blur, darkness, and contrast variation. All experiments were implemented in PyTorch 2.11.0 (CUDA 12.8) on a workstation equipped with an NVIDIA GeForce RTX 4060 Ti GPU (8 GB). These results indicate that MFR-Net provides an effective and robust solution for crop leaf disease segmentation in complex agricultural scenarios.
Why it matches plant phenotyping methods病斑領域を画像から抽出するセグメンテーション手法を開発し、複数データセット、アブレーション、ノイズ等への頑健性で検証しており、植物病害状態の表現型取得が中心である。
abstractAblation results further confirmed the effectiveness of the proposed design
Field / plotMultimodalWhole plant / canopy / plot / fieldClassificationCountingGrowth / development / phenology
Phenological monitoring of Actinidia chinensis is critical for optimising operational costs and yield prediction. However, current manual assessment methods are time-consuming, making them impractical for large-scale precision agriculture applications. Most existing phenological datasets focus exclusively on image data without spatial validation. The Multi-Modal Actinidia chinensis Phenology Dataset is composed of (i) 1 665 annotated images of phenological stages from bud to fruit set and (ii) georeferenced videos with systematic manual ground truth of spatial stage distributions. The dataset employs an adapted 17-class BBCH system that consolidates visually similar stages, excludes problematic categories, and introduces generic structural classes to address practical annotation difficulties. Additionally, the data is organised hierarchically across various plant structures, genders, and phenological stages. The annotated images offer versatility for a range of applications, including training data for computer vision models to detect phenological stages. Furthermore, the georeferenced videos facilitate the validation of automated counting algorithms. This combined approach enables plant-level detection accuracy and provides an illustrative methodology for spatial validation that users can extend to additional orchards, promoting the development and benchmarking of automated phenological monitoring systems for precision agriculture applications in kiwifruit production.
Why it matches plant phenotyping methodsキウイフルーツの生育段階を対象とした注釈画像・地理参照動画データセットであり、自動フェノロジー検出と空間検証のためのベンチマーク基盤が中心である。
abstractThe Multi-Modal Actinidia chinensis Phenology Dataset is composed of (i) 1 665 annotated images of phenological stages from bud to fruit set and (ii) georeferenced videos with systematic manual ground truth of spatial stage distributions.
Reproduction assets foundThe paper describes a public multi-modal Actinidia chinensis phenology dataset (annotated images, georeferenced videos, ground-truth counts) deposited on Zenodo, plus authors' MIT-licensed preprocessing scripts on GitHub. CVAT and FiftyOne are generic third-party tools and excluded.Dataset · publicThe Multi-Modal Actinidia chinensis Phenology Dataset described in this Data Descriptor is publicly available
at Zenodo: https://doi.org/10.5281/zenodo.17371025.Open asset ↗Zenodo · 10.5281/zenodo.17371025pdf-page:12 lines:1-92Code · publicCustom scripts for dataset preparation are publicly available under the MIT License at https://github.com/Open asset ↗GitHubpdf-page:12 lines:1-92Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
The citrus diseases are affecting the fruit production worldwide thereby posing an economical burden. Major research is moving towards finding solutions using Artificial Intelligence (AI) and Image processing methods. Due to factors like illumination variations, leaf form, and disease symptoms, image data has intrinsic uncertainties that are typically difficult for traditional machine learning techniques to handle. In this paper, the interpretability of fuzzy logic is combined with the resilience of deep learning to propose a novel Fuzzy Convolutional Neural Network (Fuzzy-CNN) architecture for the automated diagnosis of citrus leaf diseases. The hybrid method uses a Convolutional Neural Network (CNN) to obtain complex features of citrus images, and a Fuzzy Inference System (FIS) to improve the classification results. The proposed approach encodes accurate data into fuzzy sets and applies linguistic concepts to determine the severity of a disease, which will contribute to the further development of the decision. In order to test and verify the proposed approach, several experiments were carried out, which proved that Fuzzy-CNN is more effective than regular CNN models with the approximate accuracy difference approximately 1.8, and especially in cases when the symptoms of disease are not clear. To strengthen experimental validation, the proposed method is evaluated on two independent datasets, including an external benchmark dataset, imbalance-aware evaluation metrics are employed to ensure robustness and generalizability. Experimental results demonstrate consistent and statistically significant improvements over existing neuro-fuzzy and machine learning approaches. This research contributes to early detection by collaborating the potential of fuzzy neural networks and offering a flexible solution for real-time disease detection in citrus crops.
Why it matches plant phenotyping methods柑橘葉画像から病害および重症度を推定するFuzzy-CNN手法を開発し、独立データセットとベンチマークで検証しており、植物フェノタイピング手法が中心である。
abstractpropose a novel Fuzzy Convolutional Neural Network (Fuzzy-CNN) architecture for the automated diagnosis of citrus leaf diseases.
Reproduction assets foundThe paper's Data Availability statement links two public image datasets used for the citrus disease phenotyping/classification experiments (a Mendeley citrus leaves dataset and a Kaggle orange fruit dataset), and a third public Kaggle citrus disease dataset is cited as the external benchmark dataset used for validationDataset · publicThe data used in the current study is publicly available from the following links. [https://data.mendeley.com/datasets/3f83gxmv57/2]Open asset ↗data.mendeley.com · 3f83gxmv57/2html-lines:525-539Dataset · publicThe data used in the current study is publicly available from the following links. [https://data.mendeley.com/datasets/3f83gxmv57/2] [https://www.kaggle.com/datasets/sgandhi2003/orange-fruit-dataset]Open asset ↗www.kaggle.com · sgandhi2003/orange-fruit-datasethtml-lines:525-539Plant phenotyping relevance match · UnverifiedbioRxiv · checked 15 Sept 2026
Foundation models pre-trained on massive datasets have demonstrated impressive performance, but in some specialised domains have been found to have lower accuracy. Domain-specific foundation models target a particular domain such as retinal or plant images. These domain-specific models have shown inconsistent results and the benefit to root segmentation is unknown. We train and evaluate the first domainspecific foundation model for root segmentation. Evaluation uses a leave-one-dataset-out design across nine diverse root datasets with two architectures. Applied zero-shot to unseen datasets, the root foundation model achieves 92% of fine-tuned Dice on average (0.636 versus 0.698), with 5 of 9 datasets above 90%. With 10 patches of few-shot fine-tuning, the root foundation model recovers 95% of its full-data Dice on average, versus 69% for a general pre-trained model. At low patch counts the general pre-trained model often failed to converge, with 5 of 9 datasets giving Dice below 0.05 at 3 patches, while the root foundation model produced Dice above 0.47 on every dataset and patch count. With full target-data fine-tuning, the two perform comparably, with mean improvements of +0.011 Dice for MobileSAM and +0.022 for M2F Swin-S, neither significant (Wilcoxon p = 0.150 and 0.064). We release our pre-trained MobileSAM root foundation model for use with RootPainter, enabling fully automatic root segmentation on new datasets with an ordinary laptop or desktop computer, with no need for annotation or training.
Why it matches plant phenotyping methods根の画像セグメンテーションを行う基盤モデルを開発し、9データセットでゼロショット性能を評価する研究であり、植物形質取得手法が中心です。
abstractWe train and evaluate the first domainspecific foundation model for root segmentation.
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-97Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
The field inspection and ripeness detection of tomatoes in China remain heavily dependent on manual labor, while existing robotic solutions often exhibit limited functionality, poor environmental adaptability, prohibitive hardware costs, and unstable positioning accuracy. To address these limitations, this study proposes an intelligent tomato inspection robot that seamlessly integrates real-time ripeness recognition with precise spatial localization. Built upon a Raspberry Pi 5 core controller, the robot employs a lightweight, layered modular architecture designed to flexibly navigate complex agricultural environments. A comprehensive, multi-dimensional image dataset of tomato ripeness was constructed to train a three-category detection model based on the YOLOv8n architecture. Following 413 training epochs, the model demonstrated exceptional performance, achieving an overall mAP@0.5 of 87.8% and an mAP@0.5:0.95 of 72.7% on the held-out test dataset. In field inspections, the system achieved detection precisions of 82.22% for immature tomatoes, 92.66% for half-ripened tomatoes, and 100% for fully ripe tomatoes, successfully identifying all ripe tomatoes and satisfying the practical demands of field inspection. Furthermore, the integration of an Ultra-Wideband positioning system yielded an overall Root Mean Square Error of 0.231 m, successfully confining positioning errors to within 0.24 m to fully satisfy the stringent localization demands of crop-level inspection. Field evaluations confirmed that under optimal configurations, the robot can efficiently inspect a 50-m planting row in 10 min (±1 min) and maintains a continuous operational battery life of 2 h (±10 min). The core contribution of this work is the system-level integration and optimization of technologies for greenhouse agriculture. This integrated design achieves low hardware cost and high deployment flexibility, addressing longstanding challenges of labor-intensive inspection and delayed harvesting, and delivering a practical solution for intelligent tomato plantation management.
Why it matches plant phenotyping methodsトマト果実の成熟状態を画像から推定するモデルと、データセット・ロボット検査プラットフォームを開発・評価しており、植物状態の取得方法が中心的です。
abstractThe core contribution of this work is the system-level integration and optimization of technologies for greenhouse agriculture.
Machine learning has become an increasingly important tool for overcoming agricultural challenges by enabling efficient and consistent classification of crop-related data. Training such supervised models requires high quality labeled datasets. This work presents a dataset consisting of raw and preprocessed hyperspectral imaging (HSI) files capturing reflectance in the visible to near-infrared range (400-1000 nm) from two problematic weed species on California's Central Coast: annual sowthistle ( Sonchus oleraceus ) and little mallow ( Malva parviflora ). Hyperspectral imaging provides rich spectral-spatial data cubes that can support the development of deep learning models and autonomous technology for precision weed management. Plants were grown in a greenhouse under five conditions: standard, drought, overwatering, excess fertilizer, and no fertilizer. Custom MATLAB scripts were utilized for preprocessing, including k-means clustering to define regions of interest (ROIs), and extraction of spectral metrics. Data visualization was performed using Wolfram language and MATLAB. The dataset includes both raw and ENVI-formatted hyperspectral cubes and pre-processed MATLAB outputs, supporting spectral feature engineering, benchmark development, and exploratory machine learning workflows for controlled environment stress classification.
Why it matches plant phenotyping methods植物のストレス状態を対象とするハイパースペクトル画像データセットで、ROI抽出・スペクトル指標化と機械学習ベンチマークを中心的に提供しているため、植物フェノタイピング手法・データセットとして適格。
abstractThis work presents a dataset consisting of raw and preprocessed hyperspectral imaging (HSI) files capturing reflectance in the visible to near-infrared range (400-1000 nm) from two problematic weed species
Reproduction assets foundThe paper is a Data in Brief article describing its own hyperspectral imaging dataset of annual sowthistle and little mallow under five abiotic stress treatments, deposited publicly on Zenodo (record 17398082). The dataset includes raw ENVI-format hyperspectral cubes, preprocessed MATLAB outputs (ROI masks, extracted植被Dataset · publicData accessibility
Repository name: Zenodo
Data identification number: zenodo.17398082
Direct URL to data: https://doi.org/10.5281/zenodo.17398082Open asset ↗Zenodo · zenodo.17398082html-lines:92-120Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
Accurate three-dimensional (3D) nuclear instance segmentation is a prerequisite for quantitative phenotyping in volumetric microscopy, yet remains challenging in densely packed tissues, irregular nuclear morphologies, and across heterogeneous imaging modalities. Here we present NucVerse3D, a deep-learning framework for generalized 3D nuclei instance segmentation that combines a residual attention 3D U-Net architecture with a reversible gradient-field representation for robust centroid-aware instance reconstruction. NucVerse3D is trained end to end in 3D using modality-agnostic preprocessing and isotropic scale normalization, enabling deployment across confocal microscopy, two-photon microscopy, light-sheet microscopy, micro-computed tomography, and scanning electron microscopy volumes. We benchmarked NucVerse3D on seven volumetric datasets spanning multiple species and tissues, comprising more than forty thousand manually annotated nuclei, including newly released ground-truth datasets of mouse liver tissue (control and hepatocellular carcinoma) and Drosophila brain glial nuclei. Across datasets, NucVerse3D achieved consistently high precision and competitive recall, resulting in strong F1-scores and average precision across a wide range of imaging conditions. While a modest precision-recall imbalance is observed in certain datasets, favoring high-confidence detections, this behavior reflects a conservative instance reconstruction strategy that prioritizes accurate boundary delineation and reduces false positive segmentation in densely packed and morphologically heterogeneous tissues. A single generalized model trained on pooled data matched the performance of dataset-specific models, and ablation experiments demonstrated that preprocessing and scale normalization substantially contribute to performance under strict intersection-over-union criteria. To demonstrate the biomedical utility of NucVerse3D, we applied it to 3D liver images from a mouse model of hepatocellular carcinoma (HCC) to enable spatially resolved 3D nuclear phenotyping. In healthy liver tissue, nuclear DNA content and nuclear volume exhibited a tightly regulated log-log scaling relationship. In contrast, tumor-adjacent and tumor regions displayed progressive disruption of this coupling, forming spatially coherent domains of nuclear DNA-volume decoupling that are not detectable in conventional two-dimensional histology. We quantify this phenomenon using a Nuclear Decoupling Score (NDS), revealing increased nuclear instability aligned with pathological tissue remodeling highlighting NDS as a potential quantitative biomarker of dysplastic and tumor tissue. Together, NucVerse3D provides a robust and generalizable solution for 3D nuclear instance segmentation and enables quantitative nuclear phenotyping across imaging modalities.
Why it matches plant phenotyping methods3D核セグメンテーション手法を開発し、多様な画像データセットでベンチマーク・検証したうえで、核形態とDNA量の定量的フェノタイピングに応用しており、植物対象ではないため本索引の対象外となる可能性はあるが、提示内容上はフェノタイピング手法研究として中心的である。
abstractAccurate three-dimensional (3D) nuclear instance segmentation is a prerequisite for quantitative phenotyping in volumetric microscopy
Reproduction assets foundThe paper's newly released Zenodo deposit (10.5281/zenodo.18517324) containing raw volumes, annotations, training patches, model weights, and segmentation outputs is not among the allowed URLs, so it cannot be listed. The authors' public analysis/segmentation code repository is explicitly deposited with an authors' URLCode · publicThe source code for training and predicting nuclei segmentation using NucVerse 3D is available from https://github.com/Segovia-lab/3D-Nuclei-segmentation.git .Open asset ↗https://github.com/Segovia-lab/3D-Nuclei-segmentation.gitlines:647-728Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Tea (Camellia sinensis) is the world's second most consumed beverage, enjoyed daily by more than two billion people. In Bangladesh, it serves as a cornerstone agricultural export and a major sector of the domestic economy. However, commercial tea cultivation remains highly vulnerable to fungal and pest-related diseases such as Blight, Red Rust, and Helopeltis which severely reduce crop yield and compromise leaf quality. While early detection is critical to preventing widespread outbreaks, traditional manual inspection is slow, subjective, and highly error-prone. Deep learning provides a scalable alternative, yet single-branch networks often struggle to capture both minute disease lesions and broader structural degradation simultaneously. To address this, we propose a Hybrid Feature Fusion architecture that runs two highly efficient feature extractors in parallel: EfficientNetV2-Small to isolate fine-grained local textures, and MobileNetV3-Small to capture the global structural context of the leaf. The models were trained and evaluated on a real-world dataset of 2,000 annotated images, evenly distributed across the four target classes (Blight, Red Rust, Helopeltis, and Healthy). Before training, the images underwent a standardized preprocessing pipeline including resizing to 224 × 224 pixels and normalization, supplemented by a dynamic augmentation strategy featuring random rotations, horizontal flips, and brightness adjustments to improve model robustness. The proposed hybrid framework achieved an outstanding peak classification accuracy of 96.80% alongside a macro Area Under the Curve (AUC) of 0.9980. To rigorously validate its performance, the hybrid model was benchmarked against six diverse architectures: a Vision Transformer (ViT-B16 at 76.40%), a Custom CNN (89.60%), MobileNetV3 (94.40%), ResNet50 (95.60%), DenseNet121 (96.40%), and EfficientNetV2-B3 (97.60%). Although EfficientNetV2-B3 achieved a marginally higher raw accuracy, the proposed dual-branch framework delivered a superior precision-recall balance and faster convergence stability. These findings demonstrate that the proposed hybrid methodology is highly reliable and computationally balanced, making it an ideal candidate for integration into Internet of Things (IoT) edge devices for real-time disease monitoring in precision agriculture.
Why it matches plant phenotyping methods茶葉の病徴を画像から分類する深層学習手法の開発と、注釈付きデータセットおよび複数モデルとのベンチマーク検証が中心であり、植物病害状態の表現型推定に該当する。
abstractwe propose a Hybrid Feature Fusion architecture
Reproduction assets foundThe paper's Data Availability statement explicitly deposits the curated 2000-image tea leaf dataset on Mendeley Data and the analysis code on GitHub, both with public URLs matching allowed_urls.Dataset · publicThe dataset comprising 2000 annotated tea leaf images was curated under real-world field conditions. It has been made available at https://data.mendeley.com/datasets/3x42rbj8yv/1.Open asset ↗3x42rbj8yv/1html-lines:465-480Code · publicThe computational code supporting the findings of this study is publicly accessible on GitHub: https://github.com/rayhankhan2192/Tea_Leaf_Disease_Model.Open asset ↗GitHub · rayhankhan2192/Tea_Leaf_Disease_Modelhtml-lines:465-480Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · checked 5 Sept 2026
Nitrogen (N) management is critical for optimizing growth and fruit quality in open-field strawberry cultivation, demanding advanced technological solutions for reliable nutrient assessment. However, visual symptom diagnosis, though widely utilized for nutrient monitoring, is inherently subjective and prone to observer bias, resulting in inconsistent and often unreliable assessments. While available accurate tissue analysis is destructive and costly. Nondestructive, in-field imaging techniques such as the normalized difference vegetation index (NDVI) exist but require expensive multispectral imaging systems. To address these limitations, this study developed a streamlined methodology for in-field N status detection using deep learning on standard RGB images. The experiment utilized 'Yotsuboshi' strawberries in a randomized complete block design with sufficient nitrogen (T1) and deficient nitrogen (T2) treatments. To mitigate ambient light variability, a key challenge in open-field phenotyping, a low-cost phenotyping cylinder was developed for standardized smartphone image acquisition. Rigorous four-stage annotation criteria were also introduced to classify the nitrogen status in strawberry leaves as NormalN, LowN, or AdvancedLowN, ensuring a high-quality novel dataset. A YOLO11 model trained on this dataset achieved precision, recall, and mAP50 values exceeding 99%. Subsequent testing using the phenotyping cylinder yielded a mAP50 of 87%. In-field validation without a phenotyping cylinder also demonstrated robust performance under diffuse cloudy conditions (82.7% mAP50), outperforming direct sunlight (79% mAP50). Moreover, the model's classifications of 'NormalN' and 'LowN' statuses strongly corresponded with NDVI measurements, validating the accuracy of the RGB-based approach. This research demonstrates the significant potential of combining deep learning and phenotyping cylinder to create a rapid, low-cost, nondestructive and reliable tool for in-field nitrogen detection, with possible application across different crops and environmental conditions.
Why it matches plant phenotyping methods植物の窒素状態をRGB画像から推定する深層学習法、標準化撮像用デバイス、アノテーション基準、データセットを開発し、NDVIおよび圃場条件で検証しており、表現型取得・推定手法が中心である。
abstractthis study developed a streamlined methodology for in-field N status detection using deep learning on standard RGB images.
Dataset Structure and Concepts This dataset supports a study on the development and validation of a modular, regulation-compliant multi-sensor Unmanned Aerial System (UAS) for high-throughput plant phenotyping. The architecture utilizes a mid-lift UAV platform (Inspired Flight IF800) with a custom-engineered, decoupled payload system that separates sensing, power distribution, and onboard computing. The core concept focuses on an open-architecture design that ensures centimeter-level spatial co-registration across independent research-grade sensors. Contents of the Dataset Engineering Design Files: Full 3D assembly of the custom dovetail-mounted bracket and raised top platform in .STEP and SolidWorks (.SLDPRT) formats. Figures and tables in manuscript.
Why it matches plant phenotyping methods植物フェノタイピング用のマルチセンサーUASの設計・開発・検証が中心であり、センサー統合と空間共登録を含む再利用可能な測定プラットフォームを扱っている。
abstractthe development and validation of a modular, regulation-compliant multi-sensor Unmanned Aerial System (UAS) for high-throughput plant phenotyping
Common beanRiceWheatLeafClassificationDisease symptoms / severity
In Bangladesh, crop leaf diseases create a serious risk to food security and production from agriculture. Timely identification of leaf diseases in rice, wheat, and bean crops is considered crucial for the implementation of effective disease detection and classification strategies. To address this challenge, a MobilenetV2-based disease identification and classification system is proposed in this research. Previous studies focus on classifying diseases of a single species, leaving the need to train models separately for each species. This research focuses on forming a single standard model to perform leaf disease classification for multiple crop species including rice, wheat, and beans. The approach makes use of transfer learning with the MobilenetV2 model, which is fine-tuned using a dataset of annotated crop leaf images specific to Bangladesh. Following a comprehensive evaluation, an overall accuracy of 97.87% was achieved in the classification of crop leaf diseases, which surpasses the accuracy of a number of previous studies focusing on leaf disease detection of a single crop. The system demonstrates the capability to rapidly diagnose diseases in real time by enabling the users to prompt intervention to mitigate potential crop losses, ultimately leading to amplified crop yield and food security. Overall, the research highlights the promise of AI-powered solutions in tackling crop leaf disease detection, which in turn encourages greater research and technology adoption to support sustainable farming methods especially in the crop disease classification domain in Bangladesh and throughout the world. Received: 24 May 2025 | Revised: 9 March 2026 | Accepted: 14 April 2026 Conflicts of Interest The authors declare that they have no conflicts of interest to this work. Data Availability Statement The data that support the findings of this study are openly available in the Bangladeshi Crops Disease Dataset at https://www.kaggle.com/datasets/nafishamoin/bangladeshi-crops-disease-dataset and the Bean Disease Dataset at https://www.kaggle.com/datasets/therealoise/bean-disease-dataset. Author Contribution Statement Md. Mahmudul Hasan: Conceptualization, Methodology, Visualization, Supervision. Md. Omar Faruq: Software, Validation, Writing – original draft. Mahadi Hasan Musa: Formal analysis, Investigation. Mohammad Mamunur Rashid: Resources, Data curation, Writing – review & editing. Khandaker Mohammad Mohi Uddin: Writing – review & editing, Project administration, Supervision.
Why it matches plant phenotyping methods葉画像から作物の病害状態を推定する深層学習手法を開発・評価しており、植物病害フェノタイピングが中心的な技術貢献である。
abstracta MobilenetV2-based disease identification and classification system is proposed in this research.
Reproduction assets foundThe paper's Data Availability Statement openly provides the Bean Disease Dataset on Kaggle, which is one of the two public image datasets used to train the multi-crop leaf disease classification model. The Bangladeshi Crops Disease Dataset URL is not among the allowed URLs, so only the bean dataset is reported. No codeDataset · publict
The authors declare that they have no conflicts of interest to
this work.
Data Availability Statement
The data that support the findings of this study are openly
available in the Bangladeshi Crops Disease Dataset at https://
www.kaggle.com/datasets/nafishamoin/bangladeshi-crops-disease-
dataset and the Bean Disease Dataset at https://www.kaggle.com/datasets/therealoise/bean-disease-dataset.Author Contribution Statement
Md. Mahmudul Hasan: Conceptualization, Methodology,
Visualization, Supervision. Md. Omar Faruq: Software, Valida-
tion, Writing – original draft. Mahadi Hasan Musa: Formal
analysis, Investigation. Mohammad Mamunur Rashid: Resources,
Data curation, Writing – review & editing.Open asset ↗Kaggle · therealoise/bean-disease-datasetpdf-raw-page:11 lines:1-83Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Pakistan is the fourth-largest rice producer and the fifth-largest exporter worldwide. Timely disease detection remains challenging due to the scale of cultivation and reliance on manual monitoring. Developing reliable, ongoing computerized systems for plant health management is essential for efficient disease control. A deep learning approach is used as the core method to identify diseases in rice leaves. This methodology employs a range of advanced deep learning architectures to achieve top-tier feature extraction and classification. The publicly available rice leaf disease dataset on Zenodo supports research reproducibility and data transparency. We systematically process a balanced dataset of 1914 image samples using Python with TensorFlow and a GPU to enable high-speed computation for large-scale image processing. This study conducts a systematic comparative evaluation of five deep transfer learning architectures (InceptionV3, DenseNet201, ResNet152V2, EfficientNetV2L and MobileNetV2) trained independently. The base backbone models are then integrated with guided GrabCut segmentation with contour-detection method for interpretable disease localization. In this work, the methods of segmentation by GrabCut and contour detection are introduced to make the results of the study easier to interpret and explain the disease areas, but the final classification outcomes are obtained only on the basis of the underlying deep transfer learning models. As a result, infected leaf areas can be identified more effectively, allowing for better understanding and explainable of the disease.To enhance interpretability, GrabCut segmentation and contour detection are applied as post-hoc visualization techniques to highlight diseased regions corresponding to CNN predictions. These techniques do not influence the classification training process. All five models InceptionV3, DenseNet201,ResNet152V2,EfficientNetV2L and MobileNetV2 demonstrated their effectiveness in detecting rice diseases during training, validation, and testing phases, with models trained over 30 epochs. The training methods and accuracy rates of the models were compared during validation and final testing. InceptionV3 demonstrated the most moderate performance of 98.80% training, 98.44% validation, and 98.43% test accuracy, which means that it has strong generalization and consistent learning behavior. The performance of very high-density networks such as DenseNet201 (98.72% train, 98.43% val, 98.43% test), ResNet152V2 (99.02% train, 99.22% val, 97.39% test), EfficientNetV2L model accuracies (39.01% train, 48.70% val, 44.50% test) also showed competitive results, which validated the effectiveness of deep transfer learning in the classification of rice leaf disease, while MobileNetV2 model accuracies (98.09% train, 98.18% val, 96.87% test) indicate that a lightweight model can still achieve reliable classification performance with lower computational complexity. In general, the comparative analysis defines InceptionV3 as the most stable and efficient model in the framework proposed. These results illustrate InceptionV3 superior generalization ability, supported by explainable methods for improved feature localization, confirming the viability of transfer learning for accurate and practical rice disease detection using GrabCut segmentation and contour detection technique. The complete implementation code and data used for the research experimentation is publicly available at https://github.com/ummershakeel03/Rice-Leaf-Diseases-Classification for reproducibility and reuse.
Why it matches plant phenotyping methodsイネ葉の病徴領域を画像から分類・局在化する深層学習ワークフローが研究の中心であり、GrabCut・輪郭検出と複数モデルの比較評価を含むため、植物病害状態の画像ベース表現型計測として採用。
abstractA deep learning approach is used as the core method to identify diseases in rice leaves.
Reproduction assets foundThe paper explicitly states that the complete implementation code and the rice leaf disease image dataset (1914 samples) used in this study are publicly available: code on the authors' GitHub repository and the dataset on Zenodo (DOI 10.5281/zenodo.15817084). Both are paper-specific, public, and actionable.Code · publicThe complete implementation code and data used for the research experimentation is publicly available at https://github.com/ummershakeel03/Rice-Leaf-Diseases-Classification for reproducibility and reuse.Open asset ↗ummershakeel03/Rice-Leaf-Diseases-Classificationhtml-lines:1357-1368Dataset · publicThe dataset for this research study is available at: https://doi.org/10.5281/zenodo.15817084.Open asset ↗10.5281/zenodo.15817084html-lines:1357-1368Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Image analysis of pits and grains provide alternative routes for overcoming the invasive approach of genomic tools in the investigation of archaeological or modern plant material, which is only seldom a viable option due to the complex and laborious methodologies required. Nevertheless, any investigation of pit morphology and cultivar interpretation requires a high quality, comprehensive dataset for comparison. Such a benchmark dataset for the morphology of olive (Olea europaea) pits is presented in this paper, designed to facilitate similar research and establish a base for future investigations. The dataset was established by image analysis of pits of 18 olive cultivars that were photographed in both lateral and dorsal positions. A dedicated MATLAB® code was developed to extract the silhouettes of each pit and to calculate 16 morphometric traits of each view of the pit. Altogether, a total of 1008 photos of 504 pits of the 18 cultivars, together with their detailed morphometric description and statistical analysis are available here. These were used to test the accuracy of the dataset and the new approach in representing the different cultivars.
Why it matches plant phenotyping methodsオリーブ核の画像から形態形質を抽出する専用コードと、検証用ベンチマークデータセットを開発・提示しており、植物形質取得法が中心である。
abstractSuch a benchmark dataset for the morphology of olive (Olea europaea) pits is presented in this paper, designed to facilitate similar research and establish a base for future investigations.
Reproduction assets foundThe paper's olive pit images (1008 photos of 504 pits) and morphometric trait data (16 parameters per view) are openly deposited on Zenodo, along with the authors' MATLAB 'PitAnalyzer' software used for silhouette extraction and trait calculation. Both are paper-specific, public, and directly actionable via the Zenodo.Dataset · publicAll the images are available on a dedicated Zenodo repository17. The file name of each image comprises an abbreviation of the cultivar name (Table 1), tree number (a, b or c), pit number (1–30) and the pit position (VD VL for dorsal and lateral, respectively).Open asset ↗Zenodohtml-lines:220-292Code · publicThe code that was used in this work is compiled as a stand-alone software based on MATLAB “PitAnalyzer”. The software is available to download at the following repository, where any use of it should be attributed appropriately to this publication (https://zenodo.org/records/18789307).Open asset ↗Zenodohtml-lines:381-404Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
Published6 May 2026International Journal of Science, Strategic Management and TechnologyCited by 0 · OpenAlex ↗
Agriculture is the primary source of livelihood for majority of India’s population, with paddy serving as a staple food for a large segment of people. However, paddy cultivation is affected by several challenges that vary with climate, location, and farming practices. Among these, nutrient deficiencies in paddy leaves significantly impact crop yield and quality, making early detection crucial for effective farm management. The following study presents a novel approach to identifying nutrient deficiencies using neural networks and also provides a solution for their early detection in paddy leaves . A diverse dataset of paddy leaf images showing different types and severity levels of nutrient deficiencies is collected, and a Convolutional Neural Network (CNN) is used in order for image classification. The model is trained and tested on diverse dataset, demonstrating strong performance in accurately detecting nutrient deficiencies in paddy leaves.
Why it matches plant phenotyping methodsイネ葉画像から栄養欠乏という植物状態をCNNで分類する手法とデータセットが研究の中心であり、植物フェノタイピング手法に該当する。
abstractThe following study presents a novel approach to identifying nutrient deficiencies using neural networks and also provides a solution for their early detection in paddy leaves .
Field / plotLeafClassificationSegmentationStress / disease detectionDisease symptoms / severity
Early and accurate detection of plant leaf diseases is an essential requirement for precision agriculture, given their severe impact on global food security. While much has been done recently, many deep learning-based approaches will still fail in real-world tests because of challenges such as background clutter, differences in illumination, occlusion, or the fact that visual symptoms for these diseases can be very subtle early on. Traditional CNN- and Transformer-based architectures generally lack accurate lesion localisation and interpretability, hindering their practical deployment in agricultural decision-support tools. To address these issues, we present LDDHybridNet, a region-based, explanation-friendly deep learning framework that can identify leaf disease at an early, accurate stage. It then applies preprocessing steps guided by ROI, based on leaf segmentation from the U-Net, followed by a compact CNN-based spatial feature-extraction framework. We arrange spatial feature embeddings extracted from lesion regions into an ordered sequence and employ a Bi-LSTM with attention to model structured contextual dependencies, allowing progression-aware feature learning without requiring actual temporal image sequences. Lastly, Grad-CAM-based post-hoc explainability is employed to interpret model decisions, enabling transparent visualisation of disease-relevant regions. We conduct extensive experiments on the PlantVillage benchmark and the FieldPlant dataset and show that LDDHybridNet consistently outperforms representative CNN, transformer, and hybrid baselines across multiple evaluation metrics. Although the near-ceiling performance on PlantVillage reveals the dataset's artificial nature, the proposed framework achieves 95.37% accuracy under real-world field conditions and 92.84% on weak-lesion early-stage samples, demonstrating the method's robustness and early-stage detection potential. The performance boosts are statistically significant (P < 0.01). In general, LDDHybridNet is an interpretable and robust deep learning framework for leaf disease detection, which can support data-driven crop protection and precision agriculture applications.
Why it matches plant phenotyping methods葉の病害症状を画像から検出・局在化する深層学習手法の開発とベンチマーク評価が中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として収録する。
abstractwe present LDDHybridNet, a region-based, explanation-friendly deep learning framework that can identify leaf disease at an early, accurate stage.
Reproduction assets foundThe paper's phenotyping measurements are leaf disease detection experiments on two public image datasets: PlantVillage (Kaggle) and FieldPlant (IEEE Dataport), both cited with explicit public URLs. The authors' code, trained weights, and scripts are not publicly released and are available only on request, so no code/模型Dataset · public43.Hughes, D. P. & Mohanty, S. P. PlantVillage Dataset. [online] (2015). Available at: https://www.kaggle.com/datasets/emmarex/plantdiseaseOpen asset ↗PlantVillage Datasethtml-lines:657-726Dataset · public44.Moupojou, R. K., Bouachir, W., Ahamed, T. & Taki, A. H. FieldPlant: A Real-World Dataset for Leaf Disease Detection in Field Conditions. IEEE Dataport. [online] (2021). Available at: https://ieee-dataport.org/documents/fieldplant-datasetOpen asset ↗FieldPlanthtml-lines:657-726Plant phenotyping relevance match · UnverifiedOpenAlex · checked 15 Sept 2026
Published1 May 2026Institutional Repositories DataBase (IRDB)
Nitrogen (N) management is critical for optimizing growth and fruit quality in open-field strawberry cultivation, demanding advanced technological solutions for reliable nutrient assessment. However, visual symptom diagnosis, though widely utilized for nutrient monitoring, is inherently subjective and prone to observer bias, resulting in inconsistent and often unreliable assessments. While available accurate tissue analysis is destructive and costly. Nondestructive, in-field imaging techniques such as the normalized difference vegetation index (NDVI) exist but require expensive multispectral imaging systems. To address these limitations, this study developed a streamlined methodology for in-field N status detection using deep learning on standard RGB images. The experiment utilized 'Yotsuboshi' strawberries in a randomized complete block design with sufficient nitrogen (T1) and deficient nitrogen (T2) treatments. To mitigate ambient light variability, a key challenge in open-field phenotyping, a low-cost phenotyping cylinder was developed for standardized smartphone image acquisition. Rigorous four-stage annotation criteria were also introduced to classify the nitrogen status in strawberry leaves as NormalN, LowN, or AdvancedLowN, ensuring a high-quality novel dataset. A YOLO11 model trained on this dataset achieved precision, recall, and mAP50 values exceeding 99%. Subsequent testing using the phenotyping cylinder yielded a mAP50 of 87%. In-field validation without a phenotyping cylinder also demonstrated robust performance under diffuse cloudy conditions (82.7% mAP50), outperforming direct sunlight (79% mAP50). Moreover, the model's classifications of 'NormalN' and 'LowN' statuses strongly corresponded with NDVI measurements, validating the accuracy of the RGB-based approach. This research demonstrates the significant potential of combining deep learning and phenotyping cylinder to create a rapid, low-cost, nondestructive and reliable tool for in-field nitrogen detection, with possible application across different crops and environmental conditions.
Why it matches plant phenotyping methodsイチゴ葉の窒素状態という植物状態を、RGB画像・深層学習・低コスト撮影筒で非破壊推定する手法を開発し、データセット作成と複数条件で検証しており、表現型取得・抽出法が研究の中心である。
abstractthis study developed a streamlined methodology for in-field N status detection using deep learning on standard RGB images.
Plant phenotyping relevance match · UnverifiedOpenAlex · Crossref · Europe PMC · checked 5 Sept 2026
Introduction: Tiller production is a critical determinant of turfgrass canopy density and plant performance, yet manual tiller counting is too labor-intensive for large breeding programs. Methods: To address this limitation, we evaluated 770 plants from an interspecific bentgrass hybrid population and developed three automated approaches for tiller quantification: a classical edge-based segmentation pipeline and two deep-learning models, Faster R-CNN and YOLOv8. Using a large annotated image dataset, we assessed each method's accuracy, robustness under occlusion, and computational efficiency. Results: Although two-stage detectors are often expected to provide superior precision for complex plant structures, the one-stage YOLOv8 model achieved the highest accuracy (R² = 0.97) and processed images substantially faster than Faster R-CNN, while both the edge-based method and Faster R-CNN showed reduced performance in dense canopies. Discussion: These findings demonstrate that recall-oriented one-stage detection can outperform more complex two-stage models for phenotyping tasks involving fine, highly occluded structures. The resulting workflow provides a reliable, high-throughput solution for generating biologically meaningful tiller counts and offers a transferable framework for integrating image-derived phenotypes into genetic analyses and breeding pipelines across grass species.
Why it matches plant phenotyping methodsイネ科植物の分げつ数を画像から自動抽出する複数手法を開発・比較検証しており、植物表現型取得法が研究の中心である。
abstractdeveloped three automated approaches for tiller quantification: a classical edge-based segmentation pipeline and two deep-learning models, Faster R-CNN and YOLOv8.
Land management and stewardship teams continue to lack the tools to capture 3D spatiotemporal insights of the ecosystems they oversee. For wildfire management at the wildland-urban interface, teams face challenges in capturing vegetation growth over time after a fuel reduction program and connecting seasonal changes to the vegetation distribution across the treated area. Current approaches rely on triangle meshes or point clouds generated from photogrammetry or LiDAR surveys on drones or hiked traverses. However, the difficulties in optimizing these meshes lead to large triangles that inadequately approximate the bulk vegetation shape, and the point cloud data is often too sparse for local plant-scale understanding. To address this gap, we extend recent machine learning-based computer graphics techniques in 3D Gaussian Splatting (3DGS) to reconstruct scenes at the wildland-urban interface from handheld imagery with sufficient detail to identify species, capture individual leaves, recover plant stature, and disambiguate overhanging plant individuals. We develop a new method to match the 3DGS reconstruction of these scenes across months, associating plant growth across seasons interactively in 3D. To achieve the centimeter-level matching, we adapt the Umeyama algorithm and the iterative closest point algorithm from point cloud maps to the 3DGS scene, leveraging the probabilistic interpretation of the 3D Gaussian data structure and robustly handling visual and geometric changes associated with vegetation phenology over time. We have applied our method to recent pile burns at Stanford’s Jasper Ridge ’Ootchamin ’Ooyakma Biological Preserve at monthly intervals. We demonstrate differences in ecological response where some piles featured the unexpected return of a rare and threatened bushmallow, and others remained more barren. This pile burn microcosm implicates the need for plant-level 3D spatiotemporal models to understand ecosystem recovery to fire mitigation practices. Please visit the project page for the spatiotemporal alignment video and more information: https://danineamati.github.io/burn-ecorecovery.github.io/ Please visit the Stanford Data Repository for the field data: https://doi.org/10.25740/ws901xs0162
Why it matches plant phenotyping methods植物の3D画像再構成と時系列位置合わせ手法を開発し、植物の個体・葉・草丈・成長を抽出することが中心であるため、植物フェノタイピング手法研究に該当します。
abstractwe extend recent machine learning-based computer graphics techniques in 3D Gaussian Splatting (3DGS) to reconstruct scenes at the wildland-urban interface from handheld imagery with sufficient detail to identify species, capture individual leaves, recover plant stature, and disambiguate overhanging plant individuals.
Common beanLeafClassificationStress / disease detectionDisease symptoms / severity
Context Plant diseases are a serious danger to the world's food security since they drastically lower crop output. Traditional manual plant leaf inspection is time-consuming, labor-intensive, and frequently subjective. Recent developments in deep learning provide effective and scalable methods for image-based analysis-based automated plant disease identification. Techniques Three deep learning architectures-a proprietary Convolutional Neural Network (CNN), ResNet18, and Vision Transformer (ViT)-are used in this study to examine automated bean leaf disease identification. The Augmented iBean dataset, which has three classes-angular leaf spot, bean rust, and healthy leaves-was used to train and assess the models. Every model was trained using the same preprocessing and training settings to provide fair benchmarking. Receiver Operating Characteristic (ROC) curves, accuracy, precision, and confusion matrices were used to assess the model's performance. Outcomes ResNet18 fared better than CNN and Vision Transformer models, according to a comparative analysis. ResNet18 maintained a high level of computing efficiency while achieving 99% accuracy and 99.01% precision. Its better categorisation capacity across all disease categories was validated using confusion matrix and ROC analysis. In conclusion The study shows that ResNet18 offers the optimal trade-off between accuracy and efficiency and creates a standard benchmarking framework for bean leaf disease identification. The results demonstrate its applicability for real-time deployment in precision agricultural systems for better crop management and early disease identification.
Why it matches plant phenotyping methods豆葉の病徴を画像から認識する深層学習手法を比較・ベンチマークしており、植物病害状態の取得手法が研究の中心である。
abstractThree deep learning architectures-a proprietary Convolutional Neural Network (CNN), ResNet18, and Vision Transformer (ViT)-are used in this study to examine automated bean leaf disease identification.
Reproduction assets foundThe paper's data availability statement points to the Augmented iBean dataset on IEEE DataPort, the public bean leaf image dataset used for all phenotyping/classification experiments in this study. No author analysis code or trained model checkpoints are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://ieee-dataport.org/documents/bean-leaf-disease-augmented-ibean-dataset.Open asset ↗ieee-dataport · bean-leaf-disease-augmented-ibean-datasethtml-lines:446-496Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
The Polyphagous Shot Hole Borer (PSHB) is a highly invasive beetle that has been spreading like an epidemic across agricultural and forestry landscapes in recent years. Its rapid and destructive spread has turned it into a major global threat, causing widespread damage that continues to grow with time. Countries like South Africa, the United States, and Australia have implemented extensive measures to control the spread of PSHB, including the establishment of specialized agricultural support centers for early detection. However, there is still a strong need to make PSHB detection more accessible, allowing even non-experts to easily identify infections at an early stage. Artificial Intelligence (AI) has shown great promise in plant disease detection, but a major challenge in the case of PSHB was the lack of a suitable dataset for training AI models. In the proposed work, we first created a dedicated dataset by collecting images of trees infected with PSHB. We applied a range of preprocessing techniques to refine the dataset and prepare it for AI applications. Building on this, we developed a novel AI-based method, where we trained a deep learning model using a multi-convolutional layer network combined with a Fourier transformation layer. Additionally, an attention mechanism and advanced feature extraction techniques were incorporated to further boost model performance. As a result, the proposed approach achieved an impressive top accuracy of 92.3% in detecting PSHB infections, showing the potential of AI to offer a simple, efficient, and highly accurate solution for early disease detection.
Why it matches plant phenotyping methods植物画像から感染状態を推定するデータセットと深層学習手法を開発し、性能評価まで行っており、病害フェノタイピング手法が中心である。
abstractwe first created a dedicated dataset by collecting images of trees infected with PSHB.
With the rapid development of precision agriculture and smart farming management, accurate crop disease detection has become a critical tool for optimizing agricultural resource allocation, controlling operational costs, and supporting scientific plant protection strategies. However, real-world field environments are often characterized by strong background interference, multiple concurrent diseases, and fine-grained lesion differences, posing significant challenges to existing detection methods in practical agricultural Internet of Things (IoT) applications. In this paper, we propose Freq-spatial Context Dynamic Network(FCDNet), an efficient and cost-effective detection model tailored for multi-category strawberry disease recognition in complex field management scenarios. The proposed model integrates a Freq-Spatial Feature Module (FSFM), a Context Guide Fusion Module (CGFM), and a Task Align Dynamic Detection Head (TADDH), enabling enhanced expression of high-frequency micro-lesions, adaptive filtering of field background noise, and spatial alignment of classification and regression tasks, while maintaining a lightweight architecture suitable for low-cost agricultural edge devices. Extensive experiments conducted on the newly constructed Strawberry Disease Dataset-7(S7DD) demonstrate that FCDNet consistently outperforms existing mainstream methods, achieving an F1-score of 91.0% and an mAP@0.5 of 94.6%. The model's architectural robustness and capacity for generalization are further substantiated by evaluations across diverse agricultural datasets using PlantDoc and ALDOD. Ultimately, FCDNet became a practical and cost-effective tool for real-time detection of strawberry diseases, directly supporting more accurate yield forecasting and risk management in smart agriculture systems.
Why it matches plant phenotyping methodsイチゴ葉の病斑・病害状態を画像から認識するモデルを開発し、複数データセットで性能評価しているため、植物病害フェノタイピング手法が中心である。
abstractwe propose Freq-spatial Context Dynamic Network(FCDNet), an efficient and cost-effective detection model tailored for multi-category strawberry disease recognition
Introduction Early detection of plant diseases is essential for maintaining crop health and ensuring sustainable agricultural productivity. Guava fruit and leaf diseases, if not identified at an early stage, can lead to significant yield losses. Recent advances in deep learning offer promising solutions; however, challenges remain in achieving both high accuracy and model interpretability for practical agricultural deployment. Methods This study proposes an explainable deep learning-based framework for the classification of guava fruit and leaf diseases. A real-world dataset consisting of 527 annotated images across five classes-Disease Free, Phytophthora, Red Rust, Scab, and Styler and Root Rot-was utilized. Six hybrid model architectures were developed by integrating transfer learning backbones (VGG16, MobileNetV2, InceptionV3, and ResNet50) with custom convolutional neural network (CNN) classifiers. Model performance was evaluated using accuracy, precision, recall, F1-score, and class-wise metrics. To enhance transparency, Gradient-weighted Class Activation Mapping (Grad-CAM) was employed to visualize disease-relevant regions. Results Among all evaluated models, the proposed VGG16 + MobileNetV2 hybrid architecture achieved the best performance, attaining an accuracy of 96%, an F1-score of 0.96, and strong generalization across all disease classes. Comparative analyses using confusion matrices, ROC-AUC curves, precision-recall curves, and radar plots confirmed the superior and consistent performance of the proposed model over other hybrid configurations. Discussion The results demonstrate that combining deep feature extractors with lightweight architectures enhances both classification accuracy and computational efficiency. The integration of Grad-CAM provides meaningful visual explanations, increasing trust and interpretability in AI-assisted disease diagnosis. This framework shows strong potential for deployment in real-time smart farming systems and mobile-based diagnostic applications, particularly in resource-constrained agricultural environments.
Why it matches plant phenotyping methodsグアバの葉・果実画像から病害状態を推定する深層学習手法が研究の中心であり、複数モデルの比較評価とGrad-CAMによる説明可能性検証も行っているため、植物フェノタイピング方法論として採用する。
abstractThis study proposes an explainable deep learning-based framework for the classification of guava fruit and leaf diseases.
Reproduction assets foundThe paper's plant image dataset (527 annotated guava fruit/leaf disease images) is a public Kaggle deposit explicitly cited by the authors with a URL, making it a paper-specific, publicly actionable asset. No author analysis code or trained model checkpoints are stated as publicly available; the data availability only指Dataset · publicKaggle ). Available online at: https://www.kaggle.com/datasets/noamaanabdulazeem/guava-dataset (Accessed January 10, 2024 ).Open asset ↗Kagglelines:550-617Plant phenotyping relevance match · UnverifiedOpenAlex · checked 14 Sept 2026
Plant stress monitoring is invaluable in realizing sustainable agriculture because it enables the people practicing it to take early measures to counteract losses in yield caused by environmental stressors like drought and nutrient deficiencies, as well as caused by pathogen infections. The proposed study presents a new Multi-Modal Vision Transformer (MMViT) architecture that is designed to combine both thermal and RGB imagery to take detection to the next level. In order to support this methodology and further studies, we are now publicly releasing a new collection of synchronized thermo-RGB image pairs of stressed and healthy plants, collected both in controlled settings and in the field. The data is labeled to differentiate various stress phenotype and contains over 4286 of images, and hence forms a substantial platform to evaluate multimodal plant phenotyping methods. Empirical evaluations indicate that MMViT model achieves a general classification of 94.3% when using the two modalities, which is better than the single-modality ViT used on the thermal images (85.5%) and the RGB images (93.3%). These experimental results emphasize the performance of multimodal fusion whereby the other spectral cues are used to complement a stress classification. The described framework, together with the useful dataset, will contribute to the advancement of precision agriculture as it is an open and data-driven instrument to monitor plant health automatically.
Why it matches plant phenotyping methods熱画像とRGB画像を統合して植物ストレス表現型を分類するモデルを開発し、公開データセットと性能評価も提示しており、植物フェノタイピング手法が中心である。
abstractThe proposed study presents a new Multi-Modal Vision Transformer (MMViT) architecture that is designed to combine both thermal and RGB imagery to take detection to the next level.
ABSTRACT Smart agriculture based on the use of Artificial Intelligence for crop disease detection to ensure food security. Fungal disease is one of the major causes that affects the quality of the vegetables. Convolutional neural networks (CNNs) and vision transformers (ViTs) enable the detection of crop diseases at an early stage, allowing farmers to take preventive measures and minimize further losses. The proposed method introduces an ensemble of Custom CNN to understand multilevel local features and Pretrained ViT to capture global dependencies as well as contextual information from the dataset. An interactive cross attention module (ICAM) facilitates bidirectional information exchange between CNN and transformer token representations, while an attention guided gated fusion (AGGF) mechanism adaptively combines complementary features. The Indian Crop Visual Disease Dataset (ICVDD‐5) has been developed in a real field for the proposed work with the help of domain experts. The dataset contains 880 diverse images depicting both healthy and diseased specimens of five vegetable crops. The crops selected for this research initiative include Brinjal, Cabbage, Chili, Okra, and Tomato. These five crops are examined for about 21 distinct disease classes. Comprehensive ablation studies are conducted to prove the contributions of each architectural component, including CNN‐only, ICAM‐disabled, and AGGF‐disabled configurations. Experimental results demonstrate that the proposed ICAG‐Net achieves a test accuracy of approximately 70%–73% with improved macro‐F1 score compared to baseline CNN models under identical training settings. The novelty of this work lies in an extensible solution for real world crop disease diagnosis systems and offers insights into hybrid CNN–transformer architectures for small scale agricultural datasets.
Why it matches plant phenotyping methodsCNN・Transformerによる植物病害症状の画像検出手法を開発し、実圃場画像データセットの構築、アブレーション、ベースライン比較で性能検証しているため、植物フェノタイピング手法が中心である。
abstractThe proposed method introduces an ensemble of Custom CNN to understand multilevel local features and Pretrained ViT to capture global dependencies as well as contextual information from the dataset.
Maize ( Zea mays L. ) production is severely affected by diseases and insect pests, leading to significant yield losses when timely diagnosis and management interventions are not implemented. Although automated image-based diagnostic systems have shown promising results, most existing studies address diseases or pests independently, rely on controlled datasets, and offer limited robustness under real field conditions. To address these limitations, this study proposes a unified deep learning-based framework for integrated identification of maize diseases and insect pests under natural field environments by combining object detection and image classification within a mobile-assisted diagnostic system. Four economically important diseases and insect pests were investigated: Maydis Leaf Blight (MLB), Turcicum Leaf Blight (TLB), Common Rust, and Fall Armyworm (FAW). MLB and TLB were addressed using YOLO-based object detection architectures, while Common Rust and FAW were treated as image-level classification tasks using lightweight deep learning models optimised for mobile inference. A self-collected dataset comprising 10,343 images across four classes was acquired under real field conditions to capture variability in background complexity, illumination, phenological stages, and symptom expression. Experimental results on an independent test set comprising original images demonstrate that MobileViT achieved the highest classification accuracy (99%) for image-level disease and pest recognition, whereas YOLOv11n outperformed other detection models, achieving the best performance for MLB and TLB lesion detection with mAP@0.5 of 0.875. Grad-CAM-based visual explanation analysis confirmed that the classification models focused on disease lesions and pest-infested regions, supporting interpretability. The framework was successfully deployed via a mobile application, enabling image acquisition, automated validation, diagnosis, and the generation of management recommendations. The results highlight the accuracy, robustness, and operational feasibility of the proposed system for in-field diagnosis of maize diseases and insect pests, supporting early detection and sustainable crop protection.
Why it matches plant phenotyping methodsトウモロコシ葉の病斑と害虫被害領域を圃場画像から検出・分類する画像解析手法と、モバイル診断プラットフォームを開発・評価しており、植物の病害状態の取得が中心的です。
abstractthis study proposes a unified deep learning-based framework for integrated identification of maize diseases and insect pests under natural field environments by combining object detection and image classification within a mobile-assisted diagnostic system.
Abstract 3D Gaussian Splatting (3DGS) [KKLD23] has transformed novel‐view synthesis from RGB images, yet remains restricted to the visible spectrum. Many applications, including agricultural monitoring, rely on multi‐spectral imaging, where spectral camera alignment and scalability pose major challenges. We present MS‐Splatting—a multi‐spectral 3DGS framework enabling unified multi‐view consistent reconstruction and rendering across both visible and invisible spectra. Our key component is a neural color representation that encodes per‐primitive features shared across spectral bands, decoded through a shallow multi‐layer perceptron into spectrum‐specific radiance. By leveraging inter‐band correlations, this formulation enhances detail while reducing memory consumption compared to independent band modeling via per‐channel modeling with spherical harmonics. Our method enables accurate parallax‐free novel‐view vegetation index rendering for plant monitoring and enhances RGB novel view synthesis quality by exploiting details revealed through multi‐spectral bands. Our evaluation demonstrates that MS‐Splatting exceeds the current leading methods in both categories. In addition, we introduce a multi‐spectral dataset from aerial captures covering outdoor environments, specifically designed for evaluating these applications. We will release our code and dataset to facilitate further research. The project page is located at: https://meyerls.github.io/ms_splatting
Why it matches plant phenotyping methodsマルチスペクトル3D再構成法を開発し、植物モニタリング用の植生指数レンダリングを実現することが中心で、評価用データセットも提供している。
abstractWe present MS‐Splatting—a multi‐spectral 3DGS framework enabling unified multi‐view consistent reconstruction and rendering across both visible and invisible spectra.
Plant disease diagnosis based on visual symptoms is crucial for preventing yield loss; however, deployment in practical settings remains challenging due to inter-class similarity, background noise, and limited computational resources. This study presents a plant disease classification framework evaluated on a curated multi-crop dataset aggregated from multiple publicly available repositories, comprising 51 disease and healthy classes. The dataset includes approximately 45,000 original images that were expanded through controlled augmentation during training to improve generalization. We benchmark eight ImageNet-pretrained tiny vision transformer architectures trained for up to 50 epochs. Among these, CAFormer-s18 achieved strong validation performance but with increased computational overhead. To enable efficient and computationally lightweight solutions, we design two fully customized convolutional neural networks: PlantaNetLite (1.28M parameters) and PlantaNet (2.58M parameters). After hyperparameter optimization and full 100-epoch training, PlantaNet achieved 99.37% validation accuracy and 99.66% test accuracy with a compact model size (9.85 MB) and moderate computational cost, while PlantaNetLite achieved a best validation accuracy of 99.22% under further parameter reduction. Qualitative Grad-CAM and Grad-CAM++ analyses provide insight into the regions influencing model predictions. Overall, the proposed models demonstrate competitive accuracy while maintaining computational efficiency, highlighting their potential suitability for resource-constrained deployment scenarios.
Why it matches plant phenotyping methods植物の視覚症状から病害状態を推定する画像ベースの表現型解析手法を開発・比較し、データセット上で性能評価しているため、方法が中心的である。
abstractThis study presents a plant disease classification framework evaluated on a curated multi-crop dataset aggregated from multiple publicly available repositories
Reproduction assets foundThe paper's Data Availability Statement explicitly states the curated multi-crop plant disease image dataset used for all classification experiments is publicly available on Kaggle at the authors' URL. No author analysis code, trained model checkpoints, or code repository is disclosed in the supplied blocks.Dataset · publicThe dataset used in this study is publicly available at https://www.kaggle.com/datasets/alimransonet/plant-disease-dataset.Open asset ↗Kaggle · alimransonet/plant-disease-datasethtml-lines:727-758Code / dataset availability confirmedEurope PMC · OpenAlex · checked 5 Sept 2026
Plant 3D reconstruction using optical imaging often suffers from incomplete point clouds due to viewpoint occlusion and sensor limitations. This incompleteness hinders accurate structural representation and subsequent feature extraction for plant analysis. To address these challenges, we propose a Multi-Scale Dual-Discriminator Generative Adversarial Network (MSDDG) for plant point cloud completion. A multi-scale point cloud generator (MSPG) that integrates local and global features from raw incomplete point clouds is used for MSDDG to reconstruct complete shapes. The dual-discriminators-a multi-view projected silhouette discriminator and a spatial distance discriminator-are designed to ensure geometric realism and spatial plausibility from multiple perspectives. To train MSDDG, we created the Plant4L dataset containing four plant species (sunflower, pumpkin, luffa, and eggplant) with high-quality 3D models augmented via 3D thin plate spline transformations and virtual occlusion simulation to generate incomplete point clouds and multi-view silhouettes. Experimental results on Plant4L demonstrate that MSDDG achieves superior completion performance, with Chamfer Distance (CD), Hausdorff Distance (HD), and Uniformity Chamfer Distance (UCD) all below 0.41. Comparative evaluations confirm MSDDG's superiority over previous point cloud completion methods. The application of MSDDG for 3D reconstruction from single view further validate its effectiveness in restoring occluded plant structures.
Why it matches plant phenotyping methods植物の不完全点群を補完して3D構造を再構成する手法を開発し、植物データセット上で比較評価・検証しており、表現型取得ワークフローが中心です。
abstractwe propose a Multi-Scale Dual-Discriminator Generative Adversarial Network (MSDDG) for plant point cloud completion.
Reproduction assets foundThe paper's data availability statement explicitly states that the source code and datasets (including the Plant4L point cloud completion dataset) are publicly available at the authors' GitHub repository.Code · publicThe source code and datasets used in this study are publicly available at https://github.com/Amuro-Aznable/MSCGPCN.git .Open asset ↗https://github.com/Amuro-Aznable/MSCGPCN.git · MSCGPCNlines:415-421Plant phenotyping relevance match · UnverifiedEurope PMC · checked 14 Sept 2026
Rapid identification of maize waterlogging is essential for post-disaster agricultural assessment, but most existing methods rely on multi-temporal imagery that is often unavailable immediately after extreme rainfall events. This study proposes SAB-DeepLabV3+, a semantic segmentation model for mapping waterlogged maize from single-date multispectral imagery within pre-extracted maize planting areas. Built on DeepLabV3+, the model integrates three task-specific modules: a Spectral-Spatial Information Enhancement Module to improve feature discrimination under spectral mixing, an Adaptive Multi-Scale Pooling Module to capture heterogeneous patch sizes, and a Boundary Enhancement Module to refine transition zones. A pixel-level dataset containing 12,198 image patches was constructed from 62 multispectral scenes collected across five major maize-producing cities in Heilongjiang Province, China, during 2022–2024. On the test set, SAB-DeepLabV3+ achieved a waterlogged-class IoU of 68.30%, mIoU of 80.37%, mF1 of 88.62%, and OA of 93.49%, outperforming DeepLabV3+. Leave-one-city-out evaluation further produced an average mIoU of 76.56% and a waterlogged-class IoU of 63.45%. These results indicate that single-date high-resolution multispectral imagery can support rapid and reliable maize waterlogging mapping.
Why it matches plant phenotyping methodsマルチスペクトル画像からトウモロコシの水害状態を抽出するセマンティックセグメンテーション手法を開発し、データセットと都市間評価で検証しているため、植物フェノタイピング手法が中心である。
abstractThis study proposes SAB-DeepLabV3+, a semantic segmentation model for mapping waterlogged maize from single-date multispectral imagery within pre-extracted maize planting areas.
Grain diseases lead to losses of 20-40% of the harvests each year, representing a threat to the food security of the world. Accurate and automated diagnosis of disease from remote picture taking would be key to prompt and directed interventions. Most current deep-learning approaches, however, are based on controlled lab images, on a single crop and ignore the assessment of disease severity. CropHybrid-Net is a three-branch ensemble architecture with ResNet-50, EfficientNet-B4 and Swin Transformer (Swin-T) that combines them using Efficient Channel Attention (ECA) fusion layer for simultaneous disease detection and severity estimation. CropDisease-12 is a benchmark dataset of 43200 images belonging to 12 classes representing four major crops (tomato, wheat, rice, and cotton) from PlantVillage and its own disease dataset collected in Yavatmal, Maharashtra, India. When evaluated on the CropDisease-12 test split, CropHybrid-Net outperforms all baselines tested such as standalone Swin-T (94.5%), ViT-B/16 (93.9%) and EfficientNet-B4 (93.7%), with the highest accuracy of 97.8%, and macro f1 score of 97.3%. The average value of AUC for the 12 classes is 0.995. In addition, a comprehensive literature review has been conducted, comprising of 62 papers (2015-2024), and grouped into five research streams: conventional machine learning, CNN-based methods, transfer learning, transformer-based methods, and multi-task severity approaches. The Grad-CAM visualizations are in line with the locations of biologically meaningful lesions. The framework proposed is deployed on common precision agriculture-edge of-use devices and achieves the goal of 39.3 ms per image, being relevant to smart precision agriculture applications.
Why it matches plant phenotyping methods植物病害の画像から病害状態と重症度を推定するCNN・Transformer手法を開発し、ベンチマークデータセットで評価しているため、植物フェノタイピング手法が中心である。
abstractCropHybrid-Net is a three-branch ensemble architecture with ResNet-50, EfficientNet-B4 and Swin Transformer (Swin-T) that combines them using Efficient Channel Attention (ECA) fusion layer for simultaneous disease detection and severity estimation.
• Multisensor platform integrates RGB, depth, IR, and RTK-GPS data streams • Automated plant segmentation and 3D reconstruction extract plant traits in field conditions • System validation shows high correlation with manual and lab measurements • Public RGB-D lettuce dataset released to support reproducible AI research Accurate monitoring of leafy vegetable crops is essential to evaluate plant health, growth, yield, and quality, yet conventional methods based on manual measurements are labor-intensive and error-prone. This study proposes a data-driven framework for automated in-field monitoring of a lettuce crop based on multidimensional data acquired by a ground platform under various field conditions. Specifically, an advanced perception system is developed, including imaging and localization sensors to capture high-resolution visual, structural, and georeferenced information on the crop. An image processing pipeline is then proposed using zero-shot learning for plant segmentation, followed by 3D phenotyping techniques based upon computational geometry to automatically estimate plant biophysical traits, thus minimizing human input. An experimental trial conducted in a test field in Bari, Italy, between April and May 2025 validated the approach against manual and laboratory estimations. The results demonstrate strong correspondence between automated and reference measurements with a Pearson correlation coefficient r > 0.9 for key traits, confirming the potential of the framework. The influence of different nitrogen levels on the growing cycle is also evaluated, showing that the proposed system may provide a useful tool for decision support in lettuce crop monitoring and management.
Why it matches plant phenotyping methodsRGB・深度・IR等を統合したセンシング、植物セグメンテーション、3D形状解析による形質推定を開発し、手測定・実験室測定で検証しているため、フェノタイピング手法が中心である。
abstractAn image processing pipeline is then proposed using zero-shot learning for plant segmentation, followed by 3D phenotyping techniques based upon computational geometry to automatically estimate plant biophysical traits
RootMorphology / geometry measurementSegmentationRoot system architecture
BACKGROUND: Root segmentation is a fundamental yet challenging task in image-based plant phenotyping. Accurate segmentation is a prerequisite for extracting root traits relevant to plant physiology, breeding, and agronomy. While U-Net and other convolutional neural network (ConvNet) architectures have been applied to root segmentation, no systematic comparison of multiple Transformer and ConvNet architectures has been conducted across diverse root imaging conditions. RESULTS: We evaluated 21 segmentation architectures across nine diverse root image datasets, training 1511 models to assess all combinations of architecture, dataset, pre-training strategy, and learning rate, producing over 3 million segmentations for evaluation. Transformer-based models significantly outperformed ConvNets for Dice (mean Dice 0.679 vs 0.659; [Formula: see text]). Root-diameter and root-length correlation were also higher for Transformers, but the differences were not statistically significant ([Formula: see text] and [Formula: see text] respectively). Pre-training significantly improved mean Dice from 0.623 to 0.666 ([Formula: see text]), with Transformers benefiting more from pre-training than ConvNets (Dice improvement + 0.072 vs + 0.021; [Formula: see text]), supporting the hypothesis that fine-tuned Transformers transfer more effectively across large domain gaps. MobileSAM achieved the highest Dice score (0.693) while maintaining computational efficiency. Both architecture families underestimated thin root length compared to manual annotations. Dataset choice explained 70.9% of performance variance, far exceeding model architecture (6.7%). PURPOSE: Transformer architectures significantly outperform ConvNets for root segmentation accuracy, and pre-training significantly improves performance, particularly for Transformers. Pre-trained MobileSAM offers the best accuracy at competitive computational cost. Dataset choice dominates performance variance, suggesting practitioners should prioritize data curation over architecture selection.
Why it matches plant phenotyping methods根の画像セグメンテーション手法を複数データセットで体系的に比較・検証し、根長・根径などの形質抽出性能も評価しているため、植物フェノタイピング手法が中心である。
abstractRoot segmentation is a fundamental yet challenging task in image-based plant phenotyping.
Reproduction assets foundThe paper's root image datasets (DeepRootLab, Grassland, Chicory, PRMI) are publicly available, and the authors' training code and modified RhizoVision Explorer trait-extraction fork are on GitHub with explicit availability statements.Dataset · publicImages are available from https://zenodo.org/records/15213661 .Open asset ↗Zenodo · 15213661lines:872-982Dataset · publicImages are available from https://figshare.com/ndownloader/articles/20440497/versions/2 .Open asset ↗Figshare · 20440497lines:872-982Dataset · publicImages are available from https://zenodo.org/records/3527713 .Open asset ↗Zenodo · 3527713lines:872-982Dataset · publicImages are available from https://gatorsense.github.io/PRMI/ .Open asset ↗lines:872-982Code · publicTraining code is available at https://github.com/sotlampr/seg .Open asset ↗GitHub · sotlampr/seglines:1183-1225Code · publicAll nine root image datasets used in this study are publicly available. DeepRootLab images are available from Zenodo (https://zenodo.org/records/15213661). Grassland images are available from Figshare (https://figshare.com/ndownloader/articles/20440497/versions/2). Chicory images are available from Zenodo (https://zenodo.org/records/3527713). The six PRMI datasets (Papaya, Peanut, Sesame, Sunflower, Cotton, Switchgrass) are available from https://gatorsense.github.io/PRMI/. Training code is available at https://github.com/sotlampr/seg. The modified RhizoVision Explorer fork used for trait extraction is available at https://github.com/sotlampr/RhizoVisionExplorer.Open asset ↗GitHub · sotlampr/RhizoVisionExplorerlines:1294-1347Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Background Accurate segmentation of foliar diseases under field conditions is essential for large-scale phenotyping, as breeding programs rely on reliable severity estimates to identify genotypes with improved resistance. However, most deep learning approaches have been developed as pathogen-specific models, which limits scalability in field-grown barley where multiple diseases naturally co-occur and exhibit substantial visual similarity. Results We evaluated whether a multiclass segmentation model can simultaneously detect and distinguish two fungal diseases of barley, Puccinia hordei and Ramularia collo-cygni, and compared its performance with two disease-specific binary models. Using 336 high-resolution leaf scans collected in the field with naturally occurring co-infections, the multiclass model achieved higher Dice scores for brown rust (0.59 vs 0.40; +47.5% relative improvement) and ramularia (0.60 vs 0.53; +13.2% relative improvement). It also captured a greater proportion of individual lesions across both classes. At the genotype level, the model-predicted disease area percentages were highly consistent with those from ground truth annotations ([Formula: see text]). Conclusions A unified multiclass framework can more effectively segment visually similar foliar diseases than separate binary models, while simplifying the computational workflow. This provides a scalable basis for automated resistance assessment within breeding pipelines. Code and data are publicly available at https://github.com/grimmlab/BarleyDiseaseSegmentation, with Mendeley Data dataset DOI 10.17632/4ny92p2r8f.1.
Why it matches plant phenotyping methods圃場画像から葉面病害面積をセグメンテーションし、遺伝子型レベルの病害重症度を推定する手法を開発・比較・検証しており、植物フェノタイピングが中心です。
abstractAccurate segmentation of foliar diseases under field conditions is essential for large-scale phenotyping
Reproduction assets foundThe paper's annotated barley leaf disease segmentation dataset (Mendeley Data DOI 10.17632/4ny92p2r8f.1) and the authors' analysis/segmentation code (GitHub grimmlab/BarleyDiseaseSegmentation) are explicitly declared publicly available, directly reproducing this paper's phenotyping measurements and computational modelsDataset · publicThe annotated dataset and the code implementing our machine learning–based model are publicly available on Mendeley Data (https://doi.org/10.17632/4ny92p2r8f.1) and GitHub (https://github.com/grimmlab/BarleyDiseaseSegmentation).Open asset ↗Mendeley Data · 10.17632/4ny92p2r8f.1lines:133-140Code · publicCode and data are publicly available at https://github.com/grimmlab/BarleyDiseaseSegmentation, with Mendeley Data dataset DOI 10.17632/4ny92p2r8f.1.Open asset ↗GitHub · grimmlab/BarleyDiseaseSegmentationlines:1-70Code / 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-349Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 15 Sept 2026
Introduction Accurate recognition of plant pests and diseases under field conditions remains challenging due to complex symptom morphology, environmental variability, and limited annotated data. While deep learning has been widely adopted for image-based diagnosis, existing studies are often model-centric and evaluated under heterogeneous experimental settings, making it difficult to derive paradigm-level insights into data efficiency, robustness, and practical deployment suitability. Methods In this research, we systematically compare three main types of vision models: Convolutional Neural Networks (CNNs), Vision Transformers, and mixed State Space Model-based structures (MambaVision). These models are applied to classify images of pests and diseases across multiple crops. Using a unified and reproducible experimental framework, we benchmark representative models across multiple training regimes, diverse crop species, and symptom types reflecting realistic agricultural scenarios. Results Results reveal clear paradigm-level differences. CNN-based models perform competitively on diseases dominated by localized lesion textures but show limited robustness for symptoms requiring global spatial interpretation. Transformer-based models benefit from global dependency modeling yet exhibit increased instability under small-sample conditions. In contrast, hybrid MambaVision-based models consistently demonstrate superior data efficiency and robustness, retaining approximately 60–80% accuracy under extreme data scarcity (1% training samples) and achieving stable, high F1-scores across symptom types that require joint modeling of fine-grained textures and long-range spatial distribution. Furthermore, performance–efficiency analysis shows that hybrid MambaVision-based models achieve a more favorable accuracy–computational cost trade-off than CNN-based and Transformer-based models, supporting deployment under practical resource constraints. Discussion Overall, this study provides pathology-oriented and deployment-aware insights into how architectural inductive bias interacts with symptom morphology and data availability, highlighting hybrid MambaVision-based models as a robust and effective solution for real-world plant pest and disease recognition.
Why it matches plant phenotyping methods植物病害の症状画像を対象に、複数の深層学習アーキテクチャを統一条件で比較・ベンチマークしており、植物の病害状態を推定する方法の評価が研究の中心である。
abstractUsing a unified and reproducible experimental framework, we benchmark representative models across multiple training regimes, diverse crop species, and symptom types reflecting realistic agricultural scenarios.
Plant diseases are the cause of heavy losses of crop production and, therefore, a big contributor to food shortages. Identifying these diseases as early as possible is important to limit the negative effects that these diseases have on the yields, as slow response time will lead to the spread of diseases and further loss. Traditionally, trained staff will go into the fields, multiple times during the growth period, and inspect the plants in samples through field disease monitoring. These traditional processes are time-consuming and costly, and can be error-prone, if the staff is not properly educated or if the staff simply makes mistakes due to oversight, for example. To aid farmers with the process of correctly identifying diseases, artificial intelligence deep learning methods have been employed in recent years. However, to train such deep learning models, one needs to obtain sufficiently large and high-quality datasets and a model architecture that is capable of extracting relevant features to accurately classify the plant leaves. Datasets are still a limitation in the field of plant leaf disease classification. As such, domain adaptation methods such as transfer learning are often employed to overcome this data shortage. However, in current research, these domain adaptation methods almost exclusively rely on ImageNet as the pretraining dataset, a dataset that is domain unrelated to plant leaf disease detection, and models are often left unmodified and un-optimized as a result. In this work, we propose the pretraining of an improved attention-based and SiLU-activated DenseNet201 architecture called PLDC-Net that is pretrained on a large-scale plant leaf disease dataset constructed by the authors to create a domain-specific base model for better domain adaptation to new plants and diseases, validating the improved results through transfer learning, fine-tuning, one-shot learning, and few-shot learning. PLDC-Net has managed up to just over 24% improvements in F1-Score over the baseline in domain adaptation results.
Why it matches plant phenotyping methods植物葉の病害状態を画像分類するモデルと専用データセットを開発し、転移学習等で性能検証しており、表現型取得・推定手法が研究の中心である。
abstractwe propose the pretraining of an improved attention-based and SiLU-activated DenseNet201 architecture called PLDC-Net that is pretrained on a large-scale plant leaf disease dataset constructed by the authors to create a domain-specific base model
The application of computer vision in precision agriculture has demonstrated considerable promise in automated plant disease detection. However, the effectiveness of such approaches is strongly dependent on the availability of high-quality, domain-specific datasets, particularly for deployment on resource-constrained edge devices. This paper introduces CocoaDetectDB, a publicly available image dataset developed for the detection of cocoa plant diseases under Tiny Machine Learning (TinyML) constraints. The dataset comprises images of healthy cocoa pods and three major cocoa diseases—Cocoa Black Pod Disease (CBD), Cocoa Swollen Shoot Virus Disease (CSSVD), and Frosty Pod Rot (FPR)—captured under real-world field conditions and supplemented with openly accessible public data. Images were curated, cleaned, and resized to a uniform resolution of 112 × 112 pixels to support low-memory and low-power inference. To validate the suitability of the dataset for automated disease classification, baseline experiments were conducted using MobileNetV2 and a lightweight quantized TensorFlow Lite model. Experimental results demonstrate classification accuracies of 99.13% and 93.75%, respectively, indicating that CocoaDetectDB contains sufficiently discriminative features for both conventional lightweight models and TinyML deployment. The dataset is intended to support future research in cocoa disease detection, edge AI, and resource-efficient agricultural monitoring systems.
Why it matches plant phenotyping methodsココア植物の病害状態を画像で判定する公開データセットを構築し、軽量モデルで適合性を検証しており、画像ベースの植物表現型取得・分類が中心である。
abstractThis paper introduces CocoaDetectDB, a publicly available image dataset developed for the detection of cocoa plant diseases under Tiny Machine Learning (TinyML) constraints.
Accurate, high-throughput quantification of rice panicles plays a vital role in advancing precision yield prediction. However, transitioning to real-time, edge-deployable unmanned aerial vehicle phenotyping is often impeded by extreme spatial scale variations from altitude fluctuations and complex unstructured backgrounds. To address this, we constructed a comprehensive composite dataset specifically capturing multi-altitude and varying illumination field conditions. We then propose Panicle-DETR, a highly optimized precision phenotyping framework incorporating a frequency-aware CSP backbone. By projecting visual perception into the frequency domain, the architecture inherently suppresses low-frequency environmental noise and minimizes computational redundancy. Furthermore, a Lossless Feature Encoder prevents the irreversible pixel decimation of micro-targets across varying operational altitudes, while a composite metric loss explicitly disentangles heavily adhered panicle clusters. Evaluated on our composite dataset, Panicle-DETR achieved an outstanding detection Precision of 90.97% alongside robust agronomic counting stability, demonstrated by a Mean Absolute Error of 4.28 and an \( R^2 \) of 0.957. With a compact footprint of only 13.78 M parameters, this framework fundamentally overcomes the computational and spatial limitations of traditional vision models, establishing a highly reliable paradigm for autonomous, onboard agricultural monitoring.
Why it matches plant phenotyping methods米の穂を画像から検出・計数する軽量なUAV表現型解析フレームワークを開発し、複合データセット上で性能評価しており、表現型取得・抽出手法が中心である。
abstractwe constructed a comprehensive composite dataset specifically capturing multi-altitude and varying illumination field conditions.
Accurate identification of plant leaf diseases is essential for modern agriculture. This paper presents SynerFANet, a hybrid deep learning framework designed to improve disease detection in sugarcane leaves. SynerFANet integrates two core modules: AdaptiveMBNet and WiseAttentionNet for comprehensive feature extraction and processing. AdaptiveMBNet combines MBConv layers with attention mechanisms to improve feature quality and reduce computation, enabling more accurate disease detection. WiseAttentionNet incorporates attention mechanisms into depthwise and expansion layers to enhance feature recalibration. The combination of the two cores inside SynerFANet can improve the representation capacity and robustness of the overall model. We evaluate the model using two datasets: a new proposed field-collected SugarLeaf-IDN dataset and the publicly available PlantVillage dataset. SynerFANet achieves superior accuracy with a moderate parameter size and GFLOPs, providing a balanced trade-off between predictive performance and computational cost, and exhibiting stable convergence during training. SynerFANet achieves 95.81% validation accuracy on our challenging real-world SugarLeaf-IDN dataset and 99.85% (SOTA) on the controlled PlantVillage benchmark.
Why it matches plant phenotyping methodsサトウキビ葉の病徴を画像から検出する深層学習モデルを開発し、実フィールドおよび公開データセットで性能評価しており、植物表現型取得・判定手法が中心である。
abstractThis paper presents SynerFANet, a hybrid deep learning framework designed to improve disease detection in sugarcane leaves.
RGB / grayscaleFlowerClassificationGrowth / development / phenology
This study presents a comprehensive BDFlower growth stage dataset designed to support research in precision agriculture and floriculture. The dataset encompasses eight common flower species found in Bangladesh: Bush Allamanda, Red Hibiscus, Yellow Bell, Pinwheel Flower, Pink Periwinkle, White Madagascar Periwinkle, Marvel of Peru, and White Hibiscus. Each species is represented across three growth stages-Early, Mid, and Full-resulting in 24 distinct classes. A total of 23,334 colour images are included, comprising 3889 original photographs and 19,445 augmented samples generated with five augmentation techniques. Bush Allamanda contains 499 images, Red Hibiscus contains 489 images, Yellow Bell contains 483 images, Pinwheel Flower contains 497 images, Pink Periwinkle contains 452 images, White Madagascar Periwinkle contains 472 images, Marvel of Peru contains 468 images and White Hibiscus contains 529 images. Each image was collected using smartphone camera at three-time intervals per day, spaced eight hours apart, to capture natural variations in lighting and appearance. The dataset is further organized into training, validation, and testing splits, enabling direct application to machine learning workflows. This is a publicly available dataset specifically curated for flower growth stage classification. In addition to dataset collection, we also conducted a simple experiment using a CNN model to evaluate its performance on this dataset. It is intended to facilitate the development of robust computer vision models that can monitor flower development, with potential applications in automated plant phenotyping, crop monitoring, and digital floriculture systems.
Why it matches plant phenotyping methods花の生育段階を画像で分類する公開データセットを構築し、CNN評価も行っており、植物表現型取得・解析が研究の中心である。
abstractThis is a publicly available dataset specifically curated for flower growth stage classification.
Reproduction assets foundThe paper's own flower growth-stage image dataset (BDFlower) is publicly deposited on Mendeley Data with an explicit direct URL and DOI, directly reproducing the paper's phenotyping (flower growth stage) image measurements. No author analysis code or trained model checkpoints are explicitly deposited.Dataset · publicRepository name: Data Mendeley
Data identification number: 10.17632/m8g2wynwyr.2
Direct URL to data: https://data.mendeley.com/datasets/m8g2wynwyr/2Open asset ↗10.17632/m8g2wynwyr.2html-lines:94-129Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
We introduce ``Primitive Indian Paddy Panicle Images,'' a benchmark image dataset of 22 primitive Indian rice panicle varieties (Sethy, Prabira; Pamerelli, Ranjith, 2026; Mendeley Data, V1, doi:10.17632/khfd7pzskd.1) and present an identification approach based on deep residual transfer learning. Using a transfer-learned ResNet-50 with image augmentation and an 80/10/10 train/validation/test split, the model attains 100.0% validation accuracy and 98.74% accuracy on the held-out test set. Per-class one-vs-rest AUCs on validation are 1.000 for all 22 classes; test AUCs range from 0.9924 to 1.000 (mean ≈ 0.999), with separate confusion matrices and ROC curves provided for validation and test partitions. These results demonstrate that deep residual transfer learning can robustly discriminate closely related panicle morphotypes when trained on a carefully curated dataset. We release the dataset to support reproducible research in germplasm identification, varietal purity assessment, and automated phenotyping.
Why it matches plant phenotyping methodsイネ穂画像のベンチマークデータセットと、深層学習による穂形態の自動識別手法が研究の中心であり、再現可能な植物表現型解析基盤として明示されている。
abstractWe introduce ``Primitive Indian Paddy Panicle Images,'' a benchmark image dataset of 22 primitive Indian rice panicle varieties
As an important economic crop, tomato is vulnerable to various diseases, and these diseases often have high visual similarity, making identification difficult. A delay in diagnosis can have a significant effect on tomato yields. Traditional manual visual inspection methods have poor accuracy, while laboratory diagnostic methods are inefficient, making them unsuitable for large-scale agricultural scenarios. To address this challenge, this study involved the collection and construction of a tomato leaf disease dataset in a real planting environment, and AutoAugment was used to achieve sample diversity and balance the number of training samples in different categories. Additionally, a dual-path ensemble network (DPEN) was proposed, which combines the multiscale feature extraction advantages of GoogLeNet with the dense connection mechanism of DenseNet121. The experimental results show that, compared with the comparison models, the DPEN achieves an identification precision of 98.80% on the self-built dataset, which is an improvement of 2.33% to 9.24%, and a reduction in the number of parameters by 7.09 M compared with GoogLeNet and 2.07 M compared with DenseNet121. The experimental results on public datasets further demonstrated the accuracy of the proposed DPEN model in identifying tomato leaf diseases in complex backgrounds. These results prove that the DPEN model can achieve precise, rapid, and efficient identification of tomato leaf diseases in complex backgrounds, providing technical support for smart agriculture applications.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から識別する深層学習手法を開発し、実環境データセットと公開データセットで精度検証しているため、植物病害状態のフェノタイピング手法が中心である。
abstracta dual-path ensemble network (DPEN) was proposed
LeafStem / branchPhysiological trait estimationLeaf traitsWater status / transpiration
Leaf and hydraulic traits are key determinants of growth rates, and hence potentially exhibit significant associations with wood density (WD) and its intraspecific variation (ITV). However, the extent to which functional traits could improve WD prediction accuracy, and how ITV in WD correlates with functional traits remain incompletely understood. We investigated WD and its ITV across 10,218 plant species, mapped the global distribution of WD, and analyzed the association of ITV in WD with niche breadth and functional traits. Plant species with an acquisitive resource-use strategy, characterized by higher specific leaf area (SLA), leaf nitrogen concentration (LN), and leaf maximum stomatal conductance (g max ), exhibited lower WD. Associations of WD with hydraulic traits indicated species with greater hydraulic safety exhibited higher WD. Moreover, the integration of leaf traits (i.e., SLA and LN) and hydraulic traits with environmental factors substantially enhanced WD prediction accuracy in a random forest model, raising the explained variance from 55% to 95%. Furthermore, resource-acquisitive species demonstrated higher ITV for WD. ITV was positively related to relative niche breadth concerning both climatic factors and soil properties. Overall, functional traits significantly improve WD prediction accuracy, and plant species with an acquisitive resource-use strategy exhibit lower WD but greater intraspecific variation.
Why it matches plant phenotyping methods木材密度という植物形質の予測モデルを構築し、機能形質・環境因子の統合による予測精度を検証しており、形質推定手法が中心的です。
abstractthe integration of leaf traits (i.e., SLA and LN) and hydraulic traits with environmental factors substantially enhanced WD prediction accuracy in a random forest model, raising the explained variance from 55% to 95%.
Reproduction assets foundThe paper's Data Availability Statement points to a public Zenodo deposit containing the authors' global wood density distribution data, which directly reproduces this paper's measurements. The TRY Plant Trait Database is a generic third-party database, not a paper-specific asset, and no author analysis code is stated.Dataset · publicData for the global distribution of wood density is available on Zenodo Repository https://sandbox.zenodo.org/records/425279.Open asset ↗Zenodo · 425279html-lines:405-429Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Climate change, particularly increasing frequency and intensity of spring frost events, poses a serious threat to viticulture by reducing yield and product quality. This study proposes an image processing and machine learning-based framework for early, rapid, and accurate segmentation of frost damage in vineyards using YOLOv11s enhanced with Atrous Spatial Pyramid Pooling (ASPP). A unique dataset called FGVL dataset from Sultana seedless grape vineyards in Manisa, Türkiye, following a severe frost event in April 2025. FGVL includes 418 frost-damaged grapes, 510 frost-damaged leaves, 395 healthy grapes, and 698 healthy leaves, all manually annotated by experts under natural field conditions. By integrating ASPP into YOLOv11s, proposed model improved multi-scale contextual feature extraction and achieved mAP@50 of 0.7686, demonstrating stronger performance in instance segmentation of small, overlapping, and visually similar grapevine organs. In addition, Dynamic Confidence Thresholding (DCT) strategy was introduced to improve prediction reliability in dense and visually complex vineyard scenes. Despite challenges such as background clutter, object overlap, and small target structures, model maintained stable performance with low computational demand, requiring only 6.45 GB of GPU memory. Proposed framework offers an accurate, efficient, and practically deployable early recognition system for frost damage assessment in viticulture.
Why it matches plant phenotyping methodsブドウの器官における霜害状態を画像からセグメンテーションする手法を開発・評価しており、植物の病害・障害状態の取得が研究の中心である。
abstractThis study proposes an image processing and machine learning-based framework for early, rapid, and accurate segmentation of frost damage in vineyards using YOLOv11s enhanced with Atrous Spatial Pyramid Pooling (ASPP).
Reproduction assets foundThe paper's Data availability statement explicitly shares the FGVL frost-damage dataset and source code in the corresponding author's public GitHub repository, matching an allowed URL.Code · publicSource code and dataset are publicly shared in GitHub repository of corresponding author. GitHub repo: https://github.com/kaanarikk/Grape-Instance-Segmentation-For-ViticultureOpen asset ↗https://github.com/kaanarikk/Grape-Instance-Segmentation-For-Viticulturelines:230-236Plant phenotyping relevance match · UnverifiedOpenAlex · arXiv · checked 5 Sept 2026
To improve crop genetics, high-throughput, effective and comprehensive phenotyping is a critical prerequisite. While such tasks were traditionally performed manually, recent advances in multimodal foundation models, especially in vision-language models (VLMs), have enabled more automated and robust phenotypic analysis. However, plant science remains a particularly challenging domain for foundation models because it requires domain-specific knowledge, fine-grained visual interpretation, and complex biological and agronomic reasoning. To address this gap, we develop PlantXpert, an evidence-grounded multimodal reasoning benchmark for soybean and cotton phenotyping. Our benchmark provides a structured and reproducible framework for agronomic adaptation of VLMs, and enables controlled comparison between base models and their domain-adapted counterparts. We constructed a dataset comprising 385 digital images and more than 3,000 benchmark samples spanning key plant science domains including disease, pest control, weed management, and yield. The benchmark can assess diverse capabilities including visual expertise, quantitative reasoning, and multi-step agronomic reasoning. A total of 11 state-of-the-art VLMs were evaluated. The results indicate that task-specific fine-tuning leads to substantial improvement in accuracy, with models such as Qwen3-VL-4B and Qwen3-VL-30B achieving up to 78%. At the same time, gains from model scaling diminish beyond a certain capacity, generalization across soybean and cotton remains uneven, and quantitative as well as biologically grounded reasoning continue to pose substantial challenges. These findings suggest that PlantXpert can serve as a foundation for assessing evidence-grounded agronomic reasoning and for advancing multimodal model development in plant science.
Why it matches plant phenotyping methodsPlantXpertは作物フェノタイピング向けの画像ベンチマークとVLM評価基盤を構築しており、表現型解析手法・データセットの開発が研究の中心である。
abstractwe develop PlantXpert, an evidence-grounded multimodal reasoning benchmark for soybean and cotton phenotyping.
Large-scale canopy-level plant trait quantification enhances crop yield and quality assessment, supports sustainable forestry economic development, and improves ecosystem monitoring globally. However, traditional methods relying on vegetation spectral libraries and machine learning models often face challenges in capturing the nonlinear and multivariate characteristics of canopy spectral responses. To overcome these challenges, we propose a novel deep learning framework, the Canopy-level Plant Functional Trait Retrieval Network (CTRN), which integrates Kolmogorov-Arnold Networks (KAN), Transformer, and Convolutional Neural Networks (CNN) to effectively extract informative representations from high-dimensional hyperspectral reflectance. The model is trained and evaluated using a comprehensive spectral-trait dataset, covering various plant species, different sensors, and multiple continents, and focuses on ten key canopy functional traits. Experimental results show that CTRN consistently outperforms other models, achieving R 2 values greater than 0.82 across all traits. Furthermore, even with just 44 spectral bands at a 40 nm resolution, CTRN demonstrates commendable accuracy in estimating LMA and C, with R 2 values approaching 0.80. These findings highlight the robust ability of the model to characterize complex associations between canopy spectra and plant functional traits, supporting accurate parameter retrieval in ecological and agricultural applications.
Why it matches plant phenotyping methodsキャノピーのハイパースペクトル反射から植物機能形質を推定する深層学習手法を開発・評価しており、形質取得法が研究の中心である。
abstractwe propose a novel deep learning framework, the Canopy-level Plant Functional Trait Retrieval Network (CTRN)
Plant diseases have a significant impact on global food security, especially in staple crops like maize (Zea mays). Traditional disease detection systems depend on professional visual inspection, which is labor-intensive, time-consuming, and not scalable for large agricultural areas. Convolutional Neural Networks (CNNs) are used in this study's deep learning (DL) architecture to detect maize leaf diseases accurately and automatically. A curated dataset of approximately 7,000 high-resolution maize leaf photos was created, representing four classes: healthy, Common Rust (Puccinia sorghi), Northern Leaf Blight (Exserohilum turcicum), and Gray Leaf Spot (Cercospora zeae-maydis). Data were sourced from the Plant Village dataset, real-world field collections from Indian farms, and supplemented synthetically to simulate varied climatic circumstances. Advanced methods including as adaptive learning rate scheduling, gradient clipping, and significant data augmentation were used to train a bespoke CNN model that was improved by transfer learning with ResNet50 and VGG16 backbones. The model attained a test accuracy of 98.2%, beating classic machine learning algorithms like SVM (88.5%) and Random Forest (84.3%). Visualization approaches such as feature maps, Grad-CAM, and LIME improved interpretability and showed the model's capacity to locate disease-relevant features. Web-based user engagement is made possible by deployment-ready implementation, which enables farmers to upload leaf photos for immediate diagnosis. With the potential to cut maize crop losses by 20–30%, this research offers a scalable and affordable alternative to early disease detection in precision agriculture. Future research will investigate autonomous farm management with drone-based real-time surveillance and IoT system integration.
Why it matches plant phenotyping methodsトウモロコシ葉の病害状態を画像から推定するCNN手法を開発し、データセット、比較評価、精度検証、解釈性分析まで行っており、植物表現型取得が中心である。
abstractConvolutional Neural Networks (CNNs) are used in this study's deep learning (DL) architecture to detect maize leaf diseases accurately and automatically.
Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · checked 15 Sept 2026
It has been repeatedly shown that spike productivity is the main component of wheat yield. The main spike parameters related to productivity are size, the number of grains and spikelets per spike, and the presence or absence of awns. In modern genetic research, morphometric analysis of hundreds and thousands of spikes is required to determine the loci that control spike productivity traits. On the other hand, thousands of accessions in modern collections of wheat genetic resources need detailed description. These considerations motivate the development of digital technologies for describing spike traits in wheat, which can be achieved through image analysis methods. These methods allow for automated acquisition of trait values that can serve as the basis for digital plant collections. Here we propose an extended set of spike characteristics obtained both manually and through digital image analysis and present plant characterization. These data form the basis of the updated version of the SpikeDroidDB database (http://spikedroid.biores.cytogen.ru/). The digital description of the spike consists of two blocks. The block of uploaded data includes a description of the plant and contains five tables: collection; variety sample (year of cultivation (vegetation), sowing identifier, taxonomic information, etc.), planting site, and characteristics of the spike determined manually (length, width of frontal and lateral views, type and color of the spike, etc.) The block of extracted features includes spike characteristics obtained by digital phenotyping and contains six tables: characteristics of the spike outline in the image; characteristics of the quadrangle model, values of the color components of the spike, dominant colors of the spike, and texture characteristics of the spike in the image. The most illustrative and significant features of the spike have been identified, allowing for the formation of the spike digital certificate, which includes size, shape, and color features derived from the digital images. The features forming the digital certificate have been compared between two wheat species, T. aethiopicum and T. carthlicum. It is shown that the features of the digital certificate allow for a clear representation of the spike model and the identification of distinct parameters: colors of the spike and awns and roundness of the frontal view of the spike. The database interface has been supplemented with the ability to upload data on plant and spike characteristics, as well as their images, in the batch mode.
Why it matches plant phenotyping methods小麦穂の画像解析による形態形質の自動取得、デジタル表現、データベース基盤を中心に開発・提示しており、植物フェノタイピング手法が研究の中核である。
abstractThese considerations motivate the development of digital technologies for describing spike traits in wheat, which can be achieved through image analysis methods.
Field / plotLeafClassificationStress / disease detectionDisease symptoms / severity
Abstract— Plant diseases remain a persistent threat to global agricultural output, annually destroying an estimated 20–40% of total crop yields worldwide. Prompt and reliable identification of infection at early stages is indispensable for guiding timely intervention and protecting food security. Conventional diagnostic workflows, which depend on field visits by trained agronomists, are inherently subjective, time-consuming, and impractical at the scale of modern large-area farming. To address these operational gaps, this study proposes a fully automated deep learning pipeline tailored for classifying plant diseases from photographs collected under uncontrolled, realistic field conditions. The core of the architecture is a hybrid model that couples EfficientNet-B4 [3] with a Convolutional Block Attention Module (CBAM) [4], equipping the network with the capacity to localize and emphasize abnormal leaf tissue while filtering out irrelevant scene elements. The system is developed and benchmarked on a purpose-built dataset of 54,306 labeled images representing 26 disease classes across 14 crop species. A structured preprocessing workflow—encompassing Contrast Limited Adaptive Histogram Equalization (CLAHE), mosaic-based class balancing, and mixup regularization [10]—is incorporated to enhance the model's tolerance to lighting inconsistencies and skewed class distributions. On the held-out test partition, the proposed model attains a top-1 accuracy of 96.7%, outperforming six well-established CNN baselines. Gradient-weighted Class Activation Mapping (Grad-CAM) [11] visualizations further confirm that the model directs its attention toward pathologically relevant regions, lending credibility to its predictions. These properties collectively position the framework as a strong foundation for lightweight, smartphone-deployable disease advisory tools for smallholder farmers. Keywords—Plant Disease Detection, Deep Learning, EfficientNet, CBAM Attention, Grad-CAM, Real-Field Image Dataset, Convolutional Neural Networks, Precision Agriculture
Why it matches plant phenotyping methods植物画像から病害状態を推定する深層学習パイプラインを開発し、専用データセットとベースライン比較で検証しており、病害表現型の取得・推定が中心である。
abstractthis study proposes a fully automated deep learning pipeline tailored for classifying plant diseases from photographs collected under uncontrolled, realistic field conditions.
This dataset consists of a collection of high-resolution RGB images of grapevine leaves, designed to support research in plant pathology, precision viticulture, and computer vision. The images were collected in situ from experimental and commercial vineyards in the north of Portugal, covering different vineyard conditions and management practices. The dataset includes healthy leaves from three grapevine Portuguese cultivars Loureiro, Viosinho and Malvasia Fina, photographed under natural lighting conditions without artificial adjustments. It is organized into five categories: healthy leaves and leaves showing symptoms of downy mildew ( Plasmopara viticola ), powdery mildew ( Erysiphe necator ), Esca complex and Erineum Mite ( Colomerus vitis ). Images are provided in JPEG format with a resolution of 3000 × 3000 pixels and 1024 × 1024 pixels and arranged in folders by health status and disease type. This dataset can be used for machine learning and deep learning applications in disease detection/classification, cultivar identification, and can support other precision agriculture applications, as well as being used for agricultural robotics and educational purposes. An evaluation on three deep learning architectures demonstrated the suitability of the dataset into separating the five classes.
Why it matches plant phenotyping methodsブドウ葉の病徴を画像化した再利用可能なデータセットで、植物の健康状態・病害状態の画像ベース推定を支えることが中心です。深層学習による5クラス分類評価も記載されています。
abstractThis dataset consists of a collection of high-resolution RGB images of grapevine leaves, designed to support research in plant pathology, precision viticulture, and computer vision.
Reproduction assets foundThe paper is a Data in Brief article describing a public Zenodo repository of RGB grapevine leaf images (healthy plus downy mildew, powdery mildew, Esca complex, erineum mite) collected for plant disease/phenotyping research, with explicit data accessibility details. No author analysis code or trained model checkpointsDataset · publicData accessibility
Repository name: Zenodo
Data identification number: https://doi.org/10.5281/zenodo.17343473
Direct URL to data: https://zenodo.org/records/17343473Open asset ↗Zenodo · 10.5281/zenodo.17343473html-lines:93-144Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Accurate detection of wheat seedlings is crucial for monitoring early population establishment and evaluating sowing quality. However, detection in real field environments remains challenging due to diverse seedling morphology, varying planting densities, occlusion, and complex background interference. Although deep learning has promoted the development of agricultural vision systems, existing wheat seedling detection methods still suffer from two key limitations: (1) insufficient modeling of spatial contextual relationships, leading to degraded accuracy under dense planting and complex field conditions; and (2) difficulty in balancing detection performance and computational efficiency, restricting real-time deployment on resource-limited agricultural devices. To address these issues, this study proposes Transformer-Coordinate Attention-Efficient YOLO (TCE-YOLO), a detection framework designed with three key modules: (1) the Depthwise-Transformer-Vision (DTV) module integrates Depthwise Separable Convolutions (DSC), Vision Transformer, and multi-scale spatial pooling to efficiently represent local structures, spatial context, and global patterns of wheat seedlings; (2) the Feature Enhancement Module(FEM) incorporates coordinate attention to enhance seedling-related features while suppressing background interference; and (3) the Feature Coordination Module (FCM) performs multi-scale feature interaction with reduced computational cost. These components jointly improve robustness under dense planting and complex field conditions while maintaining lightweight deployment characteristics. Furthermore, we construct the Wheat Seedling Dataset (WSD), covering multiple planting densities, varieties, and field environments across two growing seasons. Experimental results show that TCE-YOLO outperforms mainstream detectors while maintaining high efficiency, providing a deployable solution for wheat seedling detection under real field conditions.
Why it matches plant phenotyping methods小麦苗の画像検出手法を開発し、複数条件・作期を含むデータセットを構築して性能比較しているため、植物フェノタイピング手法が研究の中心である。
abstractthis study proposes Transformer-Coordinate Attention-Efficient YOLO (TCE-YOLO), a detection framework designed with three key modules
Centralizing valuable community data and resources into a user-friendly interface and accessible repository has become essential for agricultural science; embracing Findable Accessible, Interoperable, and Reusable (FAIR) principles is now standard for effective databases. SorghumBase (https://www.sorghumbase.org) is a knowledgebase designed for the sorghum research community. The SorghumBase team curates genomic, transcriptomic, variation, and phenotypic information and aggregates community events, providing rich visualizations and bulk data access. The modular framework of the database is built with open-access software to yield a robust, modifiable, and sustainable data infrastructure. Release 9 of SorghumBase includes: (i) 88 sorghum reference genomes and an updated pan-gene index, (ii) over 100 million variants have been mapped onto the 2 genomes, BTx623 and Tx2783, (iii) assignment of 41 million Reference Cluster SNP identifiers (rsIDs) from BTx623 across the pan-genome, (iv) updated gene search homology, gene expression, and germplasm visualizations and features, (v) added and standardized 234 phenotypic data from 40 community-generated GWAS studies and 148 traits from the Sorghum QTL Atlas (Oz Sorghum), (vi) improved news, funding, and a research content management system for community access and interaction, (vii) outreach materials including training documents and videos, and (viii) community engagement initiatives through training and working groups. SorghumBase serves as a hub for sorghum data and stakeholder engagement while promoting community standards to drive research and multi-omics breeding approaches.
Why it matches plant phenotyping methodsソルガムの表現型データを標準化・統合し、可視化とアクセスを提供する研究基盤であり、表現型情報のデータ基盤として中心的です。
abstractSorghumBase (https://www.sorghumbase.org) is a knowledgebase designed for the sorghum research community.
Abstract Abstract. Accurate and timely identi cation of plant diseases is essential for improving crop productivity and ensuring sustainable agricultural practices. This paper presents a comprehensive image dataset of fruit and leaf diseases covering six economically important horticultural crops: Apple, Banana, Citrus, Guava, Mango, and Papaya. The dataset comprises high-quality RGB images representing both healthy and diseased samples, with disease symptoms including spots, lesions, discoloration, blight, rot, and fungal and bacterial infections captured under diverse real-world conditions. Variations in illumination, background complexity, viewing angles, growth stages, and symptom severity are intentionally included to enhance the robustness and generalizability of learning models developed using this data. The dataset is structured in a class-wise manner and preprocessed to support direct integration with deep learning frameworks. It is extensively used to train, validate, and evaluate deep learning based plant disease classi cation models, enabling automatic feature learning from raw images without manual intervention. Experimental usage demonstrates that the dataset is well suited for convolutional neural networks and attentionbased architectures, facilitating e ective discrimination between multiple disease categories across di erent crops and plant organs. By providing a uni ed multi-crop, multi-disease benchmark, this dataset aims to accelerate research in automated crop disease diagnosis, precision agriculture, and intelligent decision-support systems for sustainable farming.
Why it matches plant phenotyping methods植物の葉・果実の病徴画像を収録したデータセット/ベンチマークであり、病害状態の画像ベース推定を中心的に扱うため。
abstractThis paper presents a comprehensive image dataset of fruit and leaf diseases covering six economically important horticultural crops
Reproduction assets foundThe paper's core asset is the ABCGMP fruit and leaf disease image dataset, publicly deposited on Mendeley Data, with author analysis code also stated to be available on GitHub. Both are paper-specific, public, and actionable.Dataset · publicData is available on Mendeley:1Open asset ↗pdf-page:33 lines:1-56Code · publicCode availability: Code is available on GitHub 2Open asset ↗GitHubpdf-page:33 lines:1-56Plant phenotyping relevance match · UnverifiedOpenAlex · arXiv · checked 5 Sept 2026
Image-based plant phenotyping depends on dense structural understanding of crops, yet pixel-level annotation remains expensive across species, organs, growth stages, and field conditions. General-purpose vision foundation models offer a natural route to label efficiency, but their web-scale pretraining objectives transfer weakly to agricultural imagery, where semantics are often determined by fine organ geometry inside repetitive, texture-dominated scenes. We introduce SPROUT, a diffusion foundation model for multi-crop plant phenotyping. SPROUT learns from 2.6 million unlabeled open-field images (MCD-2.6M) using a pixel-space Diffusion Transformer, and selects transferable features with a label-free effective-rank criterion over denoising timesteps. This design shifts pretraining from crop-based invariance to structure-preserving denoising, making the representation better aligned with dense phenotyping tasks. We evaluate SPROUT across dense phenotyping tasks, including organ segmentation, crop-weed parsing, depth estimation, and counting. SPROUT consistently improves over strong web-pretrained baselines, with the largest gains on dense structural prediction, and shows favorable label and compute efficiency compared with general-purpose and crop-specific foundation models. The source code and MCD-2.6M dataset are publicly available.
Why it matches plant phenotyping methods植物フェノタイピング向けの拡散基盤モデルを開発し、複数の作物・器官に対する画像ベースの構造推定タスクで評価しているため、表現学習法とデータセットが中心的な方法論的貢献である。
abstractWe introduce SPROUT, a diffusion foundation model for multi-crop plant phenotyping.
Accurate fruit detection in citrus orchards is essential for yield estimation, precision harvesting, and automated orchard monitoring. Although UAV-based imaging has become a powerful tool in precision agriculture, publicly available datasets for orange fruit detection remain scarce, particularly those integrating multispectral data under real field conditions. This lack of open resources limits the development and benchmarking of robust deep-learning models for cross-spectral and illumination-invariant detection. We present CampanetaOrangeFruit, a dataset acquired with a DJI Mavic 3 Multispectral UAV flying at 14 m above ground level over a commercial citrus orchard in Corbera, Valencia, Spain. The dataset comprises 550 synchronized captures (RGB + four multispectral bands: R, G, RE, NIR) for a total of 2750 images and 301,232 annotated orange instances. Each image includes YOLOv5-format annotations generated through a homography-based reprojection process, ensuring geometric consistency across spectral modalities. CampanetaOrangeFruit uniquely provides pixel-aligned, cross-spectral UAV imagery with fine-grained fruit-level annotations, enabling research on fruit detection, yield estimation, and domain adaptation in real-world orchard environments. It represents a valuable benchmark for advancing deep-learning approaches in precision agriculture and sustainable citrus production.
Why it matches plant phenotyping methods柑橘果実を対象としたUAV画像データセットとアノテーションを提供し、果実検出・収量推定モデルの開発およびベンチマークを中心課題とするため、植物フェノタイピング用データセットとして採用する。
abstractpublicly available datasets for orange fruit detection remain scarce
Field / plotMultimodalLeafSegmentationDisease symptoms / severity
Camellia oleifera is an economically vital woody oil crop. Its productivity and oil quality are severely compromised by various diseases. Implementing pixel-level lesion segmentation within complex field environments is crucial for advancing precision plant protection. Despite recent progress, existing segmentation methods struggle with three primary challenges: semantic ambiguity arising from evolving pathological stages, blurred boundaries due to overlapping lesions, and the high omission rate of micro-lesions. To address these issues, this paper presents TB-DLossNet (Text-Conditioned Boundary-Aware Network with Dynamic Loss Reweighting), a novel segmentation framework based on semantic-visual multi-modal fusion. Leveraging VMamba as the visual backbone, the proposed model innovatively integrates BERT-encoded structured text as an auxiliary modality to resolve visual ambiguities through cross-modal semantic guidance. Furthermore, a boundary enhancement branch is incorporated alongside a multi-scale deep supervision strategy to mitigate boundary displacement and ensure the topological continuity of lesion structures. To tackle the detection of small-scale targets, we designed a dynamic weight loss function conditioned on lesion area, significantly bolstering the model's sensitivity to minute pathological features. Additionally, to alleviate the scarcity of high-quality data, we curated a comprehensive multi-modal dataset encompassing seven typical diseases of Camellia oleifera . Experimental results demonstrate that TB-DLossNet achieves a Mean Intersection over Union (mIoU) of 87.02%, outperforming the state-of-the-art unimodal VMamba and multimodal Lvit by 4.9% and 2.59%, respectively. Qualitative evaluations confirm that our model exhibits lower false-negative rates and superior boundary-fitting precision in heterogeneous field scenarios. Finally, generalization tests on an apple disease dataset further validate the robustness and transferability of the proposed framework.
Why it matches plant phenotyping methods植物病害の病斑を画素レベルで抽出する新規セグメンテーション手法を開発し、データセット整備と性能比較・汎化検証も行っているため、病害状態の画像ベース表現型計測が中心である。
abstractImplementing pixel-level lesion segmentation within complex field environments is crucial for advancing precision plant protection.
Reproduction assets foundThe authors state their code and experimental dataset (the multimodal Camellia oleifera disease segmentation dataset) are publicly available on GitHub, matching an allowed URL.Code · publicOur code and experimental dataset are available at https://github.com/zzzsq239/TB-1.Open asset ↗zzzsq239/TB-1html-lines:820-841Code / 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-63Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 5 Sept 2026
Seed varietal purity and physiological viability are critical determinants of crop yield and quality. However, non-destructive assessment faces significant challenges in fine-grained variety discrimination and the perception of internal defects. This study proposes S3-Net, an AI-driven multimodal sensing framework that integrates vision–language alignment with dual-spectral sensor fusion for autonomous seed quality evaluation. We introduce a Knowledge–Vision Alignment (KVA) module that incorporates encyclopedic morphological descriptions to guide feature learning, significantly enhancing few-shot generalization. Complementarily, a Dual-Spectral Fusion (DSF) module combines high-resolution RGB textures with penetrative Short-Wave Infrared (SWIR) sensing to jointly characterize external and internal traits. Experimental results on a custom multimodal dataset of 6000 samples across 12 crop categories demonstrate that S3-Net achieves 96.9% accuracy for species identification and 95.8% for viability detection. Notably, S3-Net outperforms ResNet-50 by 40.3% in extreme 1-shot scenarios. With a stable inference throughput of 95 fps, the system meets the high-throughput demands of industrial-scale applications, providing a robust and efficient solution for intelligent agricultural phenotyping.
Why it matches plant phenotyping methods種子の生理的状態(viability)をRGB・SWIR融合で非破壊推定するセンシング/AI手法が研究の中心であり、データセットと性能評価も提示しているため。種識別のみなら対象外だが、viability検出は植物状態のフェノタイピングに該当する。
abstractThis study proposes S3-Net, an AI-driven multimodal sensing framework that integrates vision–language alignment with dual-spectral sensor fusion for autonomous seed quality evaluation.
Plant diseases pose a significant threat to global agriculture, impacting crop yields and quality. Early and accurate detection is essential for effective health management but remains challenging due to visual similarity among diseases and complex field backgrounds. This study introduces AgriMM, a novel multi-modal detection framework that integrates visual images with expert-validated textual descriptions to improve diagnostic precision. The framework features three key innovations: a Hybrid Convolutional-Attention Collaborative Backbone (HCACB) to capture both fine-grained lesions and global context; a Context-enhanced Visual-Language Path Aggregation Network (CVL-PAN) for multi-scale feature fusion; and an Adaptive Region-Text Contrastive Learning (AR-TCL) module to enforce precise semantic alignment. We constructed a comprehensive dataset comprising 30,000 images and detailed symptom descriptions across five major crops (tomato, cucumber, pepper, eggplant, and squash). Experimental results demonstrate that AgriMM achieves a mean Average Precision (mAP) of 95.2%, significantly outperforming state-of-the-art unimodal baselines by 11.6%. These findings confirm that integrating linguistic semantic priors effectively resolves visual ambiguity, providing a robust tool for precision agriculture and sustainable crop protection.
Why it matches plant phenotyping methods植物病害の症状を画像から検出・診断するマルチモーダル手法を開発し、データセットと性能比較で検証しているため、植物フェノタイピング手法が中心である。
abstractThis study introduces AgriMM, a novel multi-modal detection framework that integrates visual images with expert-validated textual descriptions to improve diagnostic precision.
Plant diseases pose a serious threat to global food security by directly affecting agricultural production. Traditional expert observation-based diagnosis processes are time-consuming, subjective, and error-prone, making early and accurate diagnosis difficult. This has necessitated the development of image processing and artificial intelligence-based systems that can automatically recognize disease symptoms from leaf images. This study aims to automatically classify plant leaf diseases using the PlantDoc dataset, which consists of images collected under real-world conditions. First, various image processing steps, such as denoising, color space transformations, segmentation, and contour detection, were applied to the leaf images to extract color, texture, and geometry-based features. The resulting features were classified using Support Vector Machines, Random Forests, and k-Nearest Neighbors, and the performance of these models was compared. Furthermore, a deep learning-based MobileNetV2 model was trained using transfer learning and data augmentation techniques and compared with classical methods. Experimental results show that the Random Forests model achieved the highest accuracy rate among classical methods, at 81.5%, while the MobileNetV2 model outperformed all other methods, with an accuracy rate of 86.9%. These findings demonstrate that deep learning-based approaches have higher generalization capabilities on complex, multi-class real-world data. Furthermore, classical methods, thanks to their interpretability and low computational cost, can be a good alternative in resource-limited systems.
Why it matches plant phenotyping methods植物葉の病徴を画像から抽出・分類する画像処理および機械学習手法が研究の中心であり、植物病害状態の表現型推定に該当する。
abstractThis study aims to automatically classify plant leaf diseases using the PlantDoc dataset, which consists of images collected under real-world conditions.
Grapevine Trunk diseases (GTDs) represent a major threat for the wine industry. Despite several break-through, their etiology remains unclear and no curative treatment is currently available. Wood anatomy and water transport contribute to the symptoms of young plant decline. This study investigates wood anatomical alterations in two Alsatian grapevine cultivars presenting different susceptibility to GTDs, focusing on wood structure over six months of vegetative growth and in response to infection. Using a validated FasGa staining protocol, wood sections from transverse, tangential, and radial directions were stained to differentiate lignified and cellulosic tissues. Microscopic analysis was performed at x4, x10, and x40 magnifications, yielding a dataset of 4771 images. To support this high-throughput quantitative analysis of microscopy images, a computational model was developed, enabling reliable and efficient assessment of anatomical traits. Pre-established woody tissues presented higher xylem vessels diameter in Gewurztraminer than Riesling, with a dorsoventral arrangement whereas the number of vessels remained the same all over the cross section. No significant anatomical changes were observed in established woody tissues, whereas newly formed xylem anatomy showed a possible rearrangement during infection, especially in Gewurztraminer cultivar. Furthermore, colorimetric analysis quantified the lignification of woody tissues in response to wounding damage compared to un-treated plants. While definitive conclusions remain limited due to the experimental timeframe and sample variability, the findings highlight the need for longer-term studies and broader cultivar evaluation. Code and microscopy images have been made publicly available, providing a scalable digital tool for future research in plant vascular systems.
Why it matches plant phenotyping methods植物組織画像から木部解剖形質と木化を定量する計算モデルを開発・検証し、大規模画像データセットと公開コードを提供しており、表現型取得手法が研究の中心である。
abstractTo support this high-throughput quantitative analysis of microscopy images, a computational model was developed, enabling reliable and efficient assessment of anatomical traits.
Reproduction assets foundThe paper's microscopy image dataset (4771 grapevine wood images) is publicly deposited on Zenodo with an explicit DOI matching an allowed URL. The authors also state their Python analysis pipeline is available at github.com/courbot/vineside, but that URL is not among the allowed URLs, so only the Zenodo image dataset,Dataset · publicThis database can benefit the research community, and is publicly available
online at https://doi.org/10.5281/zenodo.18850060 [35].Open asset ↗Zenodo · 10.5281/zenodo.18850060pdf-page:4 lines:1-56Plant phenotyping relevance match · UnverifiedEurope PMC · checked 6 Sept 2026
Plant disease represents one of the most severe threats to agricultural production. Deep learning has emerged as a promising solution for automating the recognition of these diseases, leading to a richness of disease recognition applications based on deep learning. However, most existing applications do not address the challenge of simultaneous multi-disease detection from the same leaf. In this study, we introduce a deep learning-based model designed to detect and recognize multiple diseases from the same leaf simultaneously. Our method enables the recognition of each disease's symptoms separately from small leaf regions, independent of other diseases or specific crop types, through an isolation method. This approach also allows the model to generalize disease detection to new crops not encountered during training. Additionally, our method calculates the prevalence rate of each disease on the leaf and determines the overall extent of all diseases present. To evaluate the effectiveness of our approach, we applied it to the widely recognized PlantVillage dataset, creating a new version for training and testing with three CNN models: Small Inception, MiniVGGNet, and LeNet5. The results demonstrate that the Small Inception architecture outperformed the other two CNNs in terms of classification performance. Despite some class imbalances in the new dataset, which were addressed through the use of class weights, this approach significantly enhanced the model's performance. Furthermore, while the proposed method demonstrates high performance in controlled environments, though its consistency under real field conditions still warrants deeper investigation. Overall, the findings underscore the effectiveness of our method and highlight its potential as an efficient solution applicable across diverse agricultural contexts.
Why it matches plant phenotyping methods葉画像から複数病害の症状を分離・認識し、葉上の病害有病率と全体的な病害程度を算出する画像ベース手法が研究の中心であるため、植物表現型計測法として含める。
abstractwe introduce a deep learning-based model designed to detect and recognize multiple diseases from the same leaf simultaneously.
The accuracy of papaya leaf disease classification is of highest priority in early-stage plant health surveillance and green farming. This paper presents HASPNet, a hierarchically attentive signal-preserving network specially designed for fine-grained papaya leaf disease classification from the newly proposed BDPapayaLeaf Dataset of 2,159 high-resolution images of five pathological classes. The network introduces a coordinated hierarchical attention framework; by integrating residual feature fusion with sequential SE and CBAM modules, HASPNet synchronizes multi-scale signal preservation with dual-stage recalibration, allowing the model to isolate subtle pathological signatures while maintaining global structural integrity. The architecture is additionally optimized using Swish activation, depthwise separable convolutions, and a cosine warm-up learning rate schedule to produce efficient gradient flow and convergence stability. Exhaustive ablation experiments validate the critical contribution of each architectural block, and the complete HASPNet obtains an accuracy of 93.87% (corresponding to a 6.13% error rate), an F1-score of 94%, and a reduced inference time of 21.33 ms, by a large margin surpassing top state-of-the-art backbones like MobileNetV2, DenseNet121, Inception-V3, Xception, and ResNet50 in both performance and computational efficiency. Additionally, activation function experiments validate Swish as the optimal non-linearity for this task. Interpretability is enhanced using Grad-CAM visualizations, which validate the model's attention on disease-specific leaf regions. Given the lack of existing benchmarks for the BDPapayaLeaf Dataset, HASPNet is evaluated against standard CNN backbones (MobileNetV2, ResNet50, etc.) to establish a performance-complexity baseline, justifying its selection for resource-constrained agricultural environments. The results validate the model's domain adaptability, and it is a strong candidate for real-world agricultural diagnostic systems and a valuable addition to vision-based plant pathology.
Why it matches plant phenotyping methodsパパイヤ葉の病徴画像から病害状態を分類する深層学習手法を開発し、アブレーション、既存CNNとの比較、Grad-CAMで技術検証しているため、植物フェノタイピング手法が中心です。
abstractThis paper presents HASPNet, a hierarchically attentive signal-preserving network specially designed for fine-grained papaya leaf disease classification from the newly proposed BDPapayaLeaf Dataset of 2,159 high-resolution images of five pathological classes.
Existing tomato datasets often focus on short-term experiments or lack integrated environmental and agronomic data. We present Horti-M3-Tomato, a comprehensive three-year dataset collected in Northeast China's greenhouse, including high-resolution RGB images, environmental sensor data (recorded every 30 minutes), soil conditions, and detailed agronomic records such as yield data and management practices. Spanning three growing seasons (2023-2025), the dataset integrates temporal imaging, environmental monitoring, soil data, and manual phenotypic and yield records. Horti-M3-Tomato supports research on growth dynamics, genotype-environment interactions, and provides a benchmark for AI-based phenotyping and precision horticulture. The dataset is openly available for further research in controlled-environment agriculture.
Why it matches plant phenotyping methodsトマトの画像・環境センサーデータ・手動表現型記録を統合したデータセットであり、AIベースの表現型解析のベンチマークとして明示されているため、表現型データ基盤が中心です。
abstractincluding high-resolution RGB images, environmental sensor data (recorded every 30 minutes), soil conditions, and detailed agronomic records such as yield data and management practices.
Seed selection constitutes the initial and one of the most critical steps in agricultural productivity. The identification of high-quality seeds is a labor-intensive and costly process that requires considerable expertise. Within the scope of smart farming applications, this study proposes a deep learning–based model designed to automate the seed selection process by accurately predicting seed germination capacity from seed images. The proposed model determines whether a seed will germinate using RGB images and morphological traits automatically extracted from these images. The dataset used in this study comprises a total of 3,645 images belonging to three different seed types. For each seed type (okra, eggplant, and tomato), 405 seed images were acquired from three distinct imaging sources (digital microscope, camera, and scanner), labeled, and subsequently sown in seed trays. The germination status of each sown seed was systematically monitored and matched with its corresponding image data. The dataset was partitioned into 80% training and 20% testing subsets. Following 5-fold stratified cross-validation, the proposed model achieved an average weighted F1-score of 0.95 on the training set and 0.93 on the testing set for germination capacity prediction. The performance of the proposed model was further compared with widely used deep convolutional neural network architectures, including VGG19, ResNet50, and EfficientNetB5. Comparative results demonstrate that the proposed model provides competitive and robust performance for seed germination prediction. Overall, the findings indicate that the proposed approach can effectively be utilized for automated seed germination prediction. Future research should evaluate the generalizability of the model by conducting performance assessments on additional seed types.
Why it matches plant phenotyping methodsRGB画像から種子の形態形質を自動抽出し、発芽状態を予測する深層学習手法が研究の中心であるため、植物フェノタイピング手法として含める。
abstractthis study proposes a deep learning–based model designed to automate the seed selection process by accurately predicting seed germination capacity from seed images.
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-402Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Common beanPigeon peaLaboratory / benchtopMultispectral / hyperspectralSeed / grainClassification
Reliable seed accession identification underpins germplasm conservation, traceability and breeding; however, conventional assays remain destructive, labour-intensive and difficult to scale. Here, visible-near-infrared-shortwave infrared (VIS-NIR-SWIR) hyperspectral imaging (HSI; 449.54-2399.17 nm; 563 bands) was used to classify 32 grain-legume accessions ( n = 3200 seeds; 100 seeds per accession), comprising 30 common bean ( Phaseolus vulgaris L.) landraces plus two outgroup legumes ( Vigna angularis (Willd.) Ohwi & Ohashi and Cajanus cajan (L.) Huth). Each seed was represented by one ROI-averaged spectrum obtained from mean representative pixels within a standardised 10 × 10 pixel window at the centre of each seed. A fixed stratified 70:30 seed-level training:test partition was used, with 70 seeds per accession ( n = 2240) reserved for fully independent training and 30 seeds per accession ( n = 960) reserved as a fully independent test set. Principal component analysis (PCA) captured 97.42% of the spectral variance in the first three components (PC1 = 63.34%, PC2 = 23.78%, and PC3 = 10.31%). One-versus-rest wavelength association mapping revealed a maximum R 2 of 0.775 at 461.37 nm, and ReliefF concentrated the strongest reduced-band signal within 449.54-456.30 nm and 577.02-597.54 nm. In the original ReliefF-selected 16-band benchmark, the subspace discriminant reached 68.25% macro-F1 and 68.54% balanced accuracy; after edge-band trimming, the alternative 16-band configuration decreased to 60.67% and 60.94%, respectively. With respect to the full-spectrum sensitivity benchmark, linear discriminant analysis achieved 96.35% balanced accuracy, followed by linear SVM (94.17%). Deep learning trained directly on the full 563-band spectra reached 84.90% test accuracy, 84.47% macro-F1, 86.27% precision and 84.90% recall, with MLP_Wide outperforming the convolutional, recurrent and attention-based alternatives. Overall, under controlled laboratory conditions, this benchmark shows that accession discrimination is driven mainly by visible-domain contrasts in the most compact representations, whereas the full spectral context remains important for the most confusable accessions and for cautious future sensor design. The reduced-band findings should therefore be interpreted as exploratory guidance for sensor design rather than as a validated deployment-ready specification.
Why it matches plant phenotyping methods豆類種子の識別・分類を目的に、ハイパースペクトル画像取得、波長選択、機械学習・深層学習をベンチマークしており、種子形質の計測・抽出手法が中心である。
abstractOverall, under controlled laboratory conditions, this benchmark shows that accession discrimination is driven mainly by visible-domain contrasts
Lettuce ( Lactuca sativa ) is an important field crop, but our understanding of its phenotypic variation and underlying genetics under natural field conditions remains limited, posing challenges for identifying effective crop breeding targets. Longitudinal hyperspectral phenotyping allows for non-invasive monitoring of crop performance under diverse agricultural conditions. In this study, we used hyperspectral imaging to assess the phenotypic variation of almost 200 different field-grown lettuce varieties, following the same plants from just after seedling- to flowering-stage. With automated image processing, we extracted a wide range of spectral phenotypes related to metabolite content, growth efficiency, and environmental stress responses, creating a multi-dimensional time-resolved data set. Principal component analysis (PCA) revealed the major axes of spectral variation over time, and highlighted differences in spectral patterns among lettuce genotypes. Integrating on-site weather data, we modelled G×E interactions of reflectance, revealing regions of the lettuce vegetation spectrum that are primarily shaped by genotype and/or environment. We estimated phenotypic plasticity in response to time, temperature and rainfall using best linear unbiased predictions (BLUPs), capturing genotype-specific developmental trajectories and responses to the environment. We used genome-wide association studies (GWAS) to identify quantitative trait loci (QTLs) of PC-based, single and BLUP-based phenotypes, disentangling the genetic architecture of spectral lettuce phenotypes from major axes of variation down to single wavelength spectral plasticity. These findings provide new insights into the genome-wide genetic regulation and dynamics of spectral phenotypes in field grown lettuce.
Why it matches plant phenotyping methods圃場レタスを対象に、縦断ハイパースペクトル画像と自動画像処理でスペクトル形質を抽出するフェノタイピング手法・データセットが研究の中心である。
abstractLongitudinal hyperspectral phenotyping allows for non-invasive monitoring of crop performance under diverse agricultural conditions.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicScripts used in this study can be found at https://github.com/SnoekLab/Hyperspec_Mehrem_etal_2025.Open asset ↗SnoekLab/Hyperspec_Mehrem_etal_2025pdf-page:9 lines:1-31Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
OzBarley is a comprehensive genotype-to-phenotype resource to support research and enhance barley breeding by integrating genotypic and phenotypic data for gene discovery. This publicly available dataset comprises genotypic data from historical and modern elite barley cultivars of significance to Australian barley breeding. The phenotypic component includes high-throughput imaging and X-ray CT-based spike analysis, enabling trait measurements such as plant growth dynamics and seed morphology. Users can leverage genome-wide association studies (GWAS) and genomic selection to identify genetic variants associated with agronomically important traits in the OzBarley datasets, thereby accelerating targeted breeding strategies. The dataset is accessible for download under CC-BY 4.0 license and users are invited to contribute new data when using OzBarley plant material in their research. Through its FAIR-compliant design (Findable, Accessible, Interoperable, Reusable), OzBarley represents a resource to protect genotypes of historical relevance, explore the genetic architecture of adaptation to dryland environments, and to enhance knowledge of the resilience, yield, and quality of barley cultivars under diverse environmental conditions, contributing to global food security and agricultural sustainability.
Why it matches plant phenotyping methods高スループット画像およびX線CTによる形質取得を含む、再利用可能な遺伝型・表現型データ資源であり、植物フェノタイピング手法とデータセットが中心です。
abstractThe phenotypic component includes high-throughput imaging and X-ray CT-based spike analysis, enabling trait measurements such as plant growth dynamics and seed morphology.
Abstract Background: Next-generation models of fire behavior and smoke production rely on gridded, 3D inputs of wildland fuel complexes. We used a hierarchically scaled sampling design to characterize canopy and surface fuels that are common to prescribed burning programs in the southeastern and western US. Sampling included airborne laser scanning, terrestrial laser scanning, close-range photogrammetry, and destructive field sampling. The objective of this study was to use a combination of airborne laser scanning (ALS), terrestrial laser scanning (TLS), structure-from-motion photogrammetry (SfM), and field observations to create co-located 3D datasets of live and dead understory fuels for use in wildland fuel mapping and prescribed burn decision support Results: Using our integrated, co-located methods, we produced hierarchically-scaled datasets detailing the structure and composition of canopy and surface fuels across 9 southeastern pine sites, 5 western pine sites, and 4 western grassland sites. These are now publicly available at within the Wildland Fire Science Initiative data repository (https://doi.org/10.60594/W4859C). In this paper, we detail methods and the repository structure. Conclusions: The study was designed to evaluate and advance methods for 3D fuel characterization and to provide consistently scaled and labelled datasets for model training and evaluation. More specifically, machine learning models can be used to parse 3D point clouds collected from ALS, TLS, and structure-from-motion photogrammetry into fuel objects and metrics. Calibration with field plots will allow our hierarchically-scaled datasets to be used as the foundation for synthetic fuelbed mapping, starting with fine-scale objects such as individual shrubs or downed wood and scaling to vegetation patches and operational burn units.
Why it matches plant phenotyping methodsALS、TLS、SfMと現地観測を統合して植物群落の3D構造・燃料特性を取得し、手法の評価・改良と公開データセット構築を主目的としているため、植物形質計測法が中心である。
abstractThe objective of this study was to use a combination of airborne laser scanning (ALS), terrestrial laser scanning (TLS), structure-from-motion photogrammetry (SfM), and field observations to create co-located 3D datasets of live and dead understory fuels for use in wildland fuel mapping and prescribed burn decision support
Reproduction assets foundThe paper's hierarchically scaled ALS/TLS/SfM point clouds, field fuel measurements, and analysis scripts are explicitly stated to be open source and archived in the Wildland Fire Science Initiative data repository (DOI 10.60594/W4859C), a paper-specific public asset directly reproducing this study's phenotyping/fuel-3Dataset · publicThe datasets and analysis scripts for this study are open source and are being archived with the Wildland Fire Science Initiative data repository (doi.org/10.60594/W4859C), including project metadata, methods documentation and data libraries (Prichard and Rowell 2025).Open asset ↗Wildland Fire Science Initiative data repository · 10.60594/W4859Clines:384-403Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Early diagnosis of plant diseases is critical for global food safety, yet most AI solutions lack the generalization required for real-world agricultural diversity. These models are typically constrained to specific species, failing to perform accurately across the broad spectrum of cultivated plants. To address this gap, we first introduce the FloraSyntropy Archive, a large-scale dataset of 178,922 images across 35 plant species, annotated with 97 distinct disease classes. We establish a benchmark by evaluating numerous existing models on this archive, revealing a significant performance gap. We then propose FloraSyntropy-Net, a novel federated learning framework (FL) that integrates a Memetic Algorithm (MAO) for optimal base model selection (DenseNet201), a novel Deep Block for enhanced feature representation, and a client-cloning strategy for scalable, privacy-preserving training. FloraSyntropy-Net achieves a state-of-the-art accuracy of 96.38% on the FloraSyntropy benchmark. Crucially, to validate its generalization capability, we test the model on the unrelated multiclass Pest dataset, where it demonstrates exceptional adaptability, achieving 99.84% accuracy. This work provides not only a valuable new resource but also a robust and highly generalizable framework that advances the field towards practical, large-scale agricultural AI applications.
Why it matches plant phenotyping methods植物病害画像の大規模データセットと診断モデルを開発・ベンチマークしており、植物の病害状態を画像から推定する方法が中心である。
abstractWe establish a benchmark by evaluating numerous existing models on this archive
Accurate detection and orientation estimation of immature apples are crucial for effective thinning decisions in robotic apple thinning. Existing research either relies on computationally expensive RGB-D approaches with 3D geometric fitting to estimate orientation and size or requires multiple separate models for thinning decision, limiting their real-time performance on robotic platforms. To address these issues, a multi-task model, YOLOv9s-Multi, is proposed. First, this model integrates segmentation and keypoint heads to perform instance segmentation of immature apples and detect their calyx keypoint positions. Second, the detection head employs an efficient and lightweight Depthwise Convolution module (DWConv) to reduce model parameters while accurately capturing spatial features across channels. Finally, the orientation is derived from the segmentation centroid and calyx keypoint, enabling pixel-based fruit selection for thinning decision-making. This model is evaluated on a self-developed dataset that divides immature apples based on developmental stage: Flower-Retained Stage (FR-Stage) and Fruit-Visible Stage (FV-Stage). Results show that instance segmentation and keypoint AP@0.5 for FV-Stage are 89.3% and 86.4%, respectively, while for FR-Stage they are 71.6% and 79.8%. The model further achieves prediction accuracies of 92.80% (FV-Stage) and 72.59% (FR-Stage) within an acceptable error of 30 °. The pixel-based fruit selection method achieves 74.00% and 70.31% selection accuracy on the test and an additional measurement dataset, respectively. Compared with the baseline YOLOv9s-seg, the number of parameters is reduced by 11.4%. In contrast to 3D fitting methods, our approach provides lower computational complexity, faster inference speed, and higher accuracy. These results demonstrate that the proposed model can efficiently estimate the orientation of immature apples and perform fruit selection in close-range scenes and complex lighting environments, which are challenging for depth cameras to handle. The code and datasets are publicly available on GitHub: https://github.com/DIANSLEE/YOLOv9s-Multi.
Why it matches plant phenotyping methods未熟リンゴのセグメンテーション、萼点検出、重心との関係から果実の向きという器官形質を推定する画像解析手法が研究の中心であり、精度評価とデータセット検証も行っているため。
abstracta multi-task model, YOLOv9s-Multi, is proposed.
SoybeanRootSeed / grainMorphology / geometry measurementObject detectionGrowth / development / phenologyRoot system architectureStress response / tolerance
Introduction Nanoparticle-induced treatments can promote seed germination and improve germination potential under environmental stresses such as drought and salinity. This study aimed to investigate the effects of Zinc oxide nanoparticles (ZnONPs) on soybean seed germination and to develop a precise evaluation method. Methods We developed a full-time sequence crop growth vitality monitoring system. Using germination rate and root length as primary evaluation indicators, we conducted full-time sequence germination vitality monitoring experiments on soybean seeds treated with ZnONPs. A dataset was constructed from images documenting embryonic root growth. The developed detection model was used to evaluate image detection accuracy during germination. Germination index and embryonic root length were also calculated. Further tests were performed on seeds exposed to 600 mg/L ZnONPs dispersion, followed by treatment with different concentrations of NaCl and PEG6000 solutions. Results At a concentration of 600 mg/L ZnONPs dispersion, soybean seeds showed the highest germination rate (an increase of 28%) and the longest radicle length (an increase of 42%). Compared with deionized water, the 600 mg/L ZnONPs dispersion accelerated initial germination time, increased germination rate, and enhanced radicle length under low-concentration stress. Discussion The results indicate that, at certain concentrations, ZnONPs dispersion positively influences soybean seed germination under varying salinity and drought conditions. We examined morphological and physiological changes in ZnONPs-treated seeds under stress, establishing a preliminary foundation for evaluating crop and variety vitality. These findings provide new insights that may contribute to improving soybean germination under simulated stress conditions, serving as a preliminary theoretical reference for potential applications in arid and saline environments.
Why it matches plant phenotyping methods発芽中の画像から発芽率・幼根長を抽出する連続モニタリングシステムと検出モデルを開発し、精度評価とデータセット構築を行っており、表現型取得手法が中心である。
Dense ground-truth disparity maps are practically unobtainable in forestry environments, where thin overlapping branches and complex canopy geometry defeat conventional depth sensors -- a critical bottleneck for training supervised stereo matching networks for autonomous UAV-based pruning. We present UE5-Forest, a photorealistic synthetic stereo dataset built entirely in Unreal Engine 5 (UE5). One hundred and fifteen photogrammetry-scanned trees from the Quixel Megascans library are placed in virtual scenes and captured by a simulated stereo rig whose intrinsics -- 63 mm baseline, 2.8 mm focal length, 3.84 mm sensor width -- replicate the ZED Mini camera mounted on our drone. Orbiting each tree at up to 2 m across three elevation bands (horizontal, +45 degrees, -45 degrees) yields 5,520 rectified 1920 x 1080 stereo pairs with pixel-perfect disparity labels. We provide a statistical characterisation of the dataset -- covering disparity distributions, scene diversity, and visual fidelity -- and a qualitative comparison with real-world Canterbury Tree Branches imagery that confirms the photorealistic quality and geometric plausibility of the rendered data. The dataset will be publicly released to provide the community with a ready-to-use benchmark and training resource for stereo-based forestry depth estimation.
Why it matches plant phenotyping methods樹木の枝・樹冠形状を対象とするステレオ深度推定データセットを開発し、画素単位の視差ラベルと実画像との比較検証を提供しており、植物構造の取得方法が中心である。
abstractWe present UE5-Forest, a photorealistic synthetic stereo dataset built entirely in Unreal Engine 5 (UE5).
Field / plotMultimodalWhole plant / canopy / plot / fieldClassificationGrowth / development / phenology
Abstract Phenological monitoring of Actinidia chinensis is critical for optimising operational costs and yield prediction. However, current manual assessment methods are time-consuming, making them impractical for large-scale precision agriculture applications. Most existing phenological datasets focus exclusively on image data without spatial validation. The Multi-Modal Actinidia chinensis Phenology Dataset is composed of (i) 1 665 annotated images of phenological stages from bud to fruit set and (ii) georeferenced videos with systematic manual ground truth of spatial stage distributions. The dataset employs an adapted 17-class BBCH system that consolidates visually similar stages, excludes problematic categories, and introduces generic structural classes to address practical annotation difficulties. Additionally, the data is organised hierarchically across various plant structures, genders, and phenological stages. The annotated images offer versatility for a range of applications, including training data for computer vision models to detect phenological stages. Furthermore, the georeferenced videos facilitate the validation of automated counting algorithms. This combined approach enables plant-level detection accuracy and provides an illustrative methodology for spatial validation that users can extend to additional orchards, promoting the development and benchmarking of automated phenological monitoring systems for precision agriculture applications in kiwifruit production.
Why it matches plant phenotyping methodsキウイフルーツの生育段階を対象とした注釈画像・地理参照動画のデータセットで、植物フェノロジー自動検出の訓練、検証、ベンチマークを目的とする方法論的成果である。
titleA Multi-Modal Dataset for Automated Phenological Stage Mapping in Actinidia chinensis
Reproduction assets foundThe paper is a Data Note describing the Multi-Modal Actinidia chinensis Phenology Dataset, which is explicitly stated to be publicly available on Zenodo with a DOI matching an allowed URL. The dataset contains the paper's own phenotyping assets: 1,665 annotated images with bounding-box phenological labels, georeferenedDataset · publicThe Multi-Modal Actinidia chinensis Phenology Dataset described in this Data Descriptor is publicly available
at Zenodo: https://doi.org/10.5281/zenodo.17371025. This dataset comprises two components: (1) 1 665
JPEG images (1 024 × 1 024 pixels) with corresponding Pascal VOC XML annotation files containing bounding
box coordinates and phenological class labels, and (2) 24 MP4 video files (3 840 × 2 160 pixels) with corresponding
GPX coordinate files and Excel validation files containing manual ground truth counts.Open asset ↗Zenodo · 10.5281/zenodo.17371025pdf-page:13 lines:1-62Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Service crops are grown to provide ecosystem services in viticulture, but their adoption remains limited due to their competition with grapevine for soil resources. To identify trade-offs between services, the effect of service crops management strategies on grapevine performances still need further research. This dataset presents data from two experiments conducted to study the effect of service crops management on soil resources and grapevine performances. The inter-row vegetation was sampled in two Mediterranean vineyards using quadrats for biomass estimation. In addition, an unmanned aerial vehicle (UAV) was regularly flown over the vineyards for a period spanning more than four years in total over the two vineyards. The dataset presented here includes both raw data acquired during fieldwork and processed data derived from this raw inputs. The raw data consists of image series captured by two UAVs during each flight campaign, including RGB and multispectral imagery. Images were acquired between 2021-06-10 and 2022-07-29 for the first vineyard, and between 2023-06-08 and 2025-03-12 for the second vineyard. Based on these raw data, the processed data comprises spatial vectors, raster layers, and dense point clouds generated from UAV images using a Structure from Motion (SfM) photogrammetry workflow, at a 5 cm spatial resolution. The raster layers and dense point clouds provide specific information on vineyard characteristics for each UAV flight date, including elevation, vegetation indices, visible and near-infrared reflectance, and canopy height. In addition, the processed data include measurements of vegetation dry biomass, as well as separate measurements of dry biomass and leaf area measured for selected service crops species. This dataset can be reused for the calibration and/or evaluation of classification algorithms aimed at discriminating vines from the inter-row vegetation, or as part of a larger dataset to explore relationships between remotely-sensed vegetation indices and field-measured vegetation biomass or surface.
Why it matches plant phenotyping methodsUAV画像とSfM処理により、植生指数・樹冠高・バイオマス等の植物形質を取得した再利用可能なデータセットで、分類アルゴリズムの校正・評価用途も明示されており、植物フェノタイピング手法・データ基盤が中心です。
abstractThe dataset presented here includes both raw data acquired during fieldwork and processed data derived from this raw inputs.
Reproduction assets foundThe paper is a Data in Brief article describing a public dataset on Research Data Gouv (doi: 10.57745/MXM55R) containing UAV RGB/multispectral imagery, SfM-derived rasters and point clouds, and field-measured vegetation biomass/leaf-area data from two Mediterranean vineyards — directly the paper's phenotyping inputs. ADataset · publicollected in vineyards located in southern France near Montpellier (43°32.5243′N, 3°50.8240′E). Data are stored on Research Data Gouv, a remote storage solution curated by the French Department of Research.
Data accessibility
Repository name: Research Data Gouv
Data identification number: doi: 10.57745/MXM55R
Direct URL to data: https://doi.org/10.57745/MXM55R
Related research article
None
1.
Value of the Data
•
The fine scale imaging of vineyards (i.e., 5 cm resolution) allows for classification of the vegetation in the vineyard inter-rows, and subsequent exploration of its respective dynamics.
•Open asset ↗Research Data Gouv · 10.57745/MXM55Rlines:1-47Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Rapid and accurate identification of DUS (Distinctness, Uniformity, and Stability) test traits in lettuce leaves is essential for advancing multi-omics-driven intelligent breeding. It also plays a critical role in germplasm protection and enhancing agricultural competitiveness. However, the phenotypic traits of lettuce leaves are highly diverse and complex due to both genotypic variation and environmental influences, posing significant challenges for precise DUS trait quantification. To address these challenges, we propose a high-precision phenotypic trait extraction pipeline and introduce an interpretable phenotypic fingerprinting framework for lettuce subgroup identification. First, a lightweight semantic segmentation network guided by group attention is developed to extract leaf components. Then, shape, color, and texture traits are comprehensively quantified. Following UPOV (International Union for the Protection of New Varieties of Plants) guidelines, we establish quantitative methods for seven DUS test traits: leaf shape, leaf tip shape, leaf margin shape, leaf vein shape, color hue, brightness, and anthocyanin coloration. Finally, PCA (Principal component analysis) was used to select 13 key traits, capturing over 95.82% of the total variance, for constructing "phenotypic ID" of lettuce varieties. Experiments conducted on 709 lettuce leaf image datasets showed that the accuracy of subgroup identification based on phenotypic fingerprints reached 98.59%. This study offers a scalable approach for automated DUS test trait evaluation and intelligent crop variety identification, providing a novel paradigm with strong potential for application in precision breeding and germplasm resource management.
Why it matches plant phenotyping methodsレタス葉画像からDUS形質を抽出・定量化する画像解析パイプラインを開発し、709画像で評価しており、植物フェノタイピング手法が研究の中心である。
abstractwe propose a high-precision phenotypic trait extraction pipeline and introduce an interpretable phenotypic fingerprinting framework for lettuce subgroup identification.
Reproduction assets foundThe article provides a public GitHub repository containing the authors' source code for the lettuce phenotypic fingerprint pipeline. The 709-image dataset and annotations are only available upon request, so they do not qualify as public assets.Code · publicThe data used to support the findings of this study are available upon request from the corresponding author, and the source code is accessible at https://github.com/qiuguangjie87/PP_Phenotypic_Fingerprint .Open asset ↗PP_Phenotypic_Fingerprintlines:263-278Plant phenotyping relevance match · UnverifiedEurope PMC · Crossref · checked 15 Sept 2026
Abstract Cherry is widely cultivated but remains challenging to harvest due to economic and ecological constraints, especially in developing countries such as Pakistan. Climate change, limited use of technology, and foliar diseases worsened by pesticide use further reduce productivity, particularly during fruiting. Conventional disease assessment depends on expert observation and grower experience, making it subjective and time-consuming. A comprehensive evaluation was conducted on the PlantCity dataset, which contains 5,714 high-density, full-color RGB images collected under challenging conditions and categorized into 5 classes. We compared three approaches: deep learning pre-trained, transfer learning, and a machine learning pipeline. Models were evaluated by accuracy, precision, recall, F1-score, Cohen’s Kappa, inference time, FLOPs, and throughput. Grad-CAM was used to improve interpretability. Transfer learning using DenseNet169 achieved the highest performance, with 99.80% accuracy, 99.80% precision, 99.80% recall, and a Cohen’s Kappa of 99.74%. These results were significantly higher than those obtained by other deep learning architectures and handcrafted baselines. Grad-CAM heatmaps confirmed that the models focused their attention on pathological areas. The proposed transfer-learning-based framework, particularly DenseNet169, demonstrates state-of-the-art diagnostic accuracy and features a modular structure. This design enables deployment on both high-performance servers and resource-constrained embedded devices, thereby facilitating early disease detection in precision agriculture.
Why it matches plant phenotyping methods植物画像から病害状態を分類する画像ベース表現型推定が研究の中心であり、複数モデルの比較・性能評価とGrad-CAMによる検証を行っているため。
abstractConventional disease assessment depends on expert observation and grower experience, making it subjective and time-consuming.
Intelligent forest tree breeding has advanced plant phenotyping, yet existing research largely focuses on large-leaf agricultural crops, with limited attention to fine-grained leaf analysis of sapling trees in open-field environments. Natural scenes introduce challenges including scale variation, illumination changes, and irregular leaf morphology. To address these issues, we collected UAV RGB imagery of field-grown saplings and constructed the Poplar-leaf dataset, containing 1,202 branches and 19,876 pixel-level annotated leaf instances. To our knowledge, this is the first instance segmentation dataset specifically designed for forestry leaves in open-field conditions. We propose LeafInst, a novel segmentation framework tailored for irregular and multi-scale leaf structures. The model integrates an Asymptotic Feature Pyramid Network (AFPN) for multi-scale perception, a Dynamic Asymmetric Spatial Perception (DASP) module for irregular shape modeling, and a dual-residual Dynamic Anomalous Regression Head (DARH) with Top-down Concatenation decoder Feature Fusion (TCFU) to improve detection and segmentation performance. On Poplar-leaf, LeafInst achieves 68.4 mAP, outperforming YOLOv11 by 7.1 percent and MaskDINO by 6.5 percent. On the public PhenoBench benchmark, it reaches 52.7 box mAP, exceeding MaskDINO by 3.4 percent. Additional experiments demonstrate strong generalization and practical utility for large-scale leaf phenotyping.
Why it matches plant phenotyping methods森林葉の個体分割と表現型解析のためのUAV画像データセットおよび新規セグメンテーション手法を開発・評価しており、植物表現型取得が中心である。
abstractwe collected UAV RGB imagery of field-grown saplings and constructed the Poplar-leaf dataset, containing 1,202 branches and 19,876 pixel-level annotated leaf instances.
Modeling plant growth dynamics plays a central role in modern agricultural research. However, learning robust predictors from multi-view plant imagery remains challenging due to strong viewpoint redundancy and viewpoint-dependent appearance changes. We propose a level-aware vision language framework that jointly predicts plant age and leaf count using a single multi-task model built on CLIP embeddings. Our method aggregates rotational views into angle-invariant representations and conditions visual features on lightweight text priors encoding viewpoint level for stable prediction under incomplete or unordered inputs. On the GroMo25 benchmark, our approach reduces mean age MAE from 7.74 to 3.91 and mean leaf-count MAE from 5.52 to 3.08 compared to the GroMo baseline, corresponding to improvements of 49.5% and 44.2%, respectively. The unified formulation simplifies the pipeline by replacing the conventional dual-model setup while improving robustness to missing views. The models and code is available at: https://github.com/SimonWarmers/CLIP-MVP
Why it matches plant phenotyping methods植物画像から葉数・植物齢を推定するマルチビュー表現学習手法を開発し、ベンチマークで性能評価しており、表現型取得・推定が研究の中心である。
abstractWe propose a level-aware vision language framework that jointly predicts plant age and leaf count using a single multi-task model built on CLIP embeddings.
Reproduction assets foundThe paper explicitly states that the model and code are publicly available at the authors' GitHub repository, which qualifies as a paper-specific public code asset.Code · publicm 7.74 to 3.91 and mean leaf-count MAE from 5.52 to 3.08 compared to the GroMo baseline, corresponding to improvements of 49.5% and 44.2%, respectively. The unified formulation simplifies the pipeline by replacing the conventional dual-model setup while improving robustness to missing views. The modela and code is available at: https://github.com/SimonWarmers/CLIP-MVP
Index Terms:
Plant phenotyping, Multi-view learning, Multi-task regression, Precision agriculture
† † address: † Computer Vision Lab, CAIDAS, IFI, University of Würzburg, Germany
‡ Technological University Dublin, Ireland
1 Introduction
Plant phenotyping from multiview imagery is crucial for precision agriculture, enabling non-Open asset ↗SimonWarmers/CLIP-MVPlines:1-53Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Reliable aboveground biomass (AGB) estimates for woody crops are required for carbon accounting and MRV; however, it remains unclear how LiDAR modality and sampling geometry influence plot-scale and tree-scale AGB predictions in intensively managed orchards. We benchmarked four LiDAR modalities across three Mediterranean woody-crop sites in Córdoba (Spain), IFAPA, Doña María, and Villaseca using open national airborne laser scanning (PNOA/ALS), Riegl ALS, unmanned laser scanning (ULS), and mobile laser scanning (MLS). The field inventory used 58 fixed-area plots (20×50 m; 0.1 ha) collected in December 2024-January 2025 (1,867 trees) and species-specific allometries based on D2r to derive tree and plot AGB; carbon was computed using wood carbon fractions (0.445 olive; 0.457 almond) and CO2e via IPCC conversion. Plot-level LiDAR metrics (e.g., mean height, p95, maximum height, and cover proxies) were extracted from normalized point clouds and modeled with Random Forest, XGBoost, and an ensemble under an 80/20 train-test split. Mean field AGB differed among sites (33.89, 30.94 and 12.76 Mg ha−1 for Villaseca, Doña María, and IFAPA). In the provided summaries, XGBoost achieved the lowest errors at IFAPA (RMSE = 0.400 Mg ha−1; R2 = 0.994) and Villaseca (RMSE = 0.872 Mg ha−1; R2 = 0.995), whereas PNOA was competitive at Doña María (RMSE = 0.725 Mg ha−1; R2 = 0.994). The results support cross-platform LiDAR for orchard AGB mapping and identify conditions under which open national LiDAR can enable scalable MRV. In addition, we evaluated TreeQSM-based quantitative structure models (QSMs) as an independent tree-level 3D reconstruction approach and examined their site-dependent agreement with field inventory estimates.
Why it matches plant phenotyping methods複数のLiDARモダリティと解析手法を比較・ベンチマークし、樹木およびプロットの地上部バイオマスを推定する技術評価が研究の中心であるため。
abstractWe benchmarked four LiDAR modalities across three Mediterranean woody-crop sites
Field / plotMultispectral / hyperspectralWhole plant / canopy / plot / fieldClassificationPhysiological trait estimationBiomass / plant weightWater status / transpiration
Burullus Lagoon, situated in the Nile Delta of Egypt, is a Ramsar-listed wetland of high ecological importance, particularly in relation to its floristic diversity. This study presents a field-based hyperspectral characterization of wetland vegetation with the objective of establishing a reference spectral library to support biodiversity assessment and environmental monitoring. Hyperspectral reflectance measurements were obtained for 41 plant species selected from a total of 63 floristically identified taxa, based on ecological dominance, spatial recurrence across sampling sites (≥3 stands), and suitability for reliable field spectral acquisition. Spectroscopic data were collected from 44 stands representing lagoon shores, islets, and open-water habitats using an ASD FieldSpec spectroradiometer covering the 350–2500 nm spectral range. A set of vegetation indices was applied to evaluate key biophysical and biochemical properties associated with plant vitality, water status, and biomass. The results indicate that the red and near-infrared regions provide the highest discriminatory capability among species, whereas the shortwave infrared region exhibits more limited discriminatory capability. Dominant taxa, including Phragmites australis and Atriplex halimus , displayed elevated near-infrared reflectance, consistent with differences in canopy structure and biochemical composition. Most species showed vegetation index responses broadly indicative of healthy physiological conditions, although interspecific variability suggests contrasting stress responses among taxa. Overall, the study demonstrates the applicability of field-based hyperspectral data for species-level discrimination in wetland environments and delivers a curated spectral library to support biodiversity conservation and long-term ecosystem management at Burullus Lagoon.
Why it matches plant phenotyping methods野外ハイパースペクトル計測とスペクトルライブラリ構築が研究の中心で、植物の活力、水分状態、バイオマスなどの状態推定に用いているため、単なる生態調査ではなく植物表現型計測への実質的応用に該当する。
abstractThis study presents a field-based hyperspectral characterization of wetland vegetation with the objective of establishing a reference spectral library to support biodiversity assessment and environmental monitoring.
Accurate flower-load assessment is critical for informed thinning strategies in orchard management. UAV-based deep learning automated counting offers efficiency advantages, yet precise counting is heavily dependent on abundant annotated data, which is scarce and costly to obtain in agricultural settings. While semi-supervised learning alleviates dependency on manual annotation, its application to UAV-based orchard imagery faces challenges: complex backgrounds and small target sizes, which undermine pseudo-label reliability. To address these challenges, this study proposes a two-stage framework to achieve separate counting of apple flowers at different phenological stages. First, a color-SAM flower extractor (CSAM-FE) is proposed to preprocess images using a strategy combining color thresholding with the Segment Anything Model (SAM), suppressing background noise and extracting high-quality flower clusters, thereby providing purified inputs for the subsequent counting network. Second, an uncertainty-guided semi-supervised flower counting network (USCount-Net) is proposed for accurate stage-specific flower counting with limited labeled data. The USCount-Net incorporates two key components: an adaptive pseudo-label filtering (PLF) mechanism based on frequent forward uncertainty estimation (FFUE) is designed to dynamically suppress noisy gradient backpropagation, mitigating error propagation from unreliable pseudo-labels; and a noise-sensitive adaptive gated fusion (AGF) module is introduced to fuse cross-scale features without redundancy, addressing significant scale variations across phenological stages and observation angles. Comparative experiments on a self-built apple flower counting dataset demonstrate that USCount-Net achieves lower MAE and RMSE than state-of-the-art methods at 10%, 30%, and 50% labeling ratios. The results demonstrate that the proposed methodology serves as methodological support for rapid and precise apple flower counting in low-annotation agricultural scenarios.
Why it matches plant phenotyping methodsリンゴ花の画像抽出・計数手法と半教師あり解析ネットワークを開発し、データセット上で比較評価しているため、植物表現型取得が中心である。
abstractthis study proposes a two-stage framework to achieve separate counting of apple flowers at different phenological stages.
Reproduction assets foundThe paper's Data availability statement explicitly provides public access to the authors' USCount-Net source code on GitHub and the self-built apple flower counting dataset (UAV images, annotations, flower cluster images) on Google Drive.Code · publicThe source code is publicly available at https://github.com/haohuihui5019/USCount-Net . And the source dataset can be accessed at https://drive.google.com/drive/folders/1KP8H0qIuct56hWre5GV6ZJnzwOpen asset ↗USCount-Netlines:681-780Dataset · publicThe source code is publicly available at https://github.com/haohuihui5019/USCount-Net . And the source dataset can be accessed at https://drive.google.com/drive/folders/1KP8H0qIuct56hWre5GV6ZJnzwOpen asset ↗lines:681-780Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Volume is an important shape descriptor in postharvest quality evaluation and breeding programs of sweetpotatoes and is also valuable for other agricultural engineering applications. Traditional volume measurement methods based on water displacement are, however, laborious, destructive, and unsuitable for high-throughput online scenarios. To address this gap, this dataset was developed to support the advancement of non-destructive, automated online volume estimation using a LiDAR (light detection and ranging)-based three-dimensional (3-D) machine vision system. A total of 200 sweetpotato storage roots of the cultivar "Beauregard" were collected for constructing a 3-D multi-view imagery dataset. Each sample was imaged online using a short-range LiDAR camera (Intel RealSense™ L515) while traveling on a custom-built roller conveyor system that enables simultaneous translation and rotation for full-surface coverage. The curated dataset comprises raw color images (1280 × 720 pixels, .png format) and corresponding raw and segmented point clouds (1280 × 720 pixels, .laz format) for individual samples, alongside the reference volume measurements obtained using the standard water displacement method. In addition, to illustrate the modeling pipeline for volume prediction, the dataset provides the extracted geometric features derived from the segmented two-dimensional (2-D) masks and point clouds, and volume prediction results obtained through regression modeling. As the first publicly available LiDAR-based dataset for sweetpotato volume estimation, this dataset provides a valuable resource for developing and validating image processing pipelines, optimizing machine learning models, and advancing 3-D vision technologies for non-destructive, rapid measurement of the volume of irregularly shaped agricultural products.
Why it matches plant phenotyping methodsサツマイモ貯蔵根の体積という植物器官形質をLiDAR 3D画像から推定する公開データセットであり、取得系・参照測定・特徴抽出・予測結果を含むため、フェノタイピング手法とデータセットが中心です。
abstractthis dataset was developed to support the advancement of non-destructive, automated online volume estimation using a LiDAR (light detection and ranging)-based three-dimensional (3-D) machine vision system.
Reproduction assets foundThe paper's own LiDAR sweetpotato dataset (images, point clouds, ground-truth volumes, feature data, and Python modeling scripts) is publicly deposited on Zenodo with an explicit DOI. The librealsense GitHub link is a generic camera SDK, not a paper-specific asset.Dataset · publicDirect URL to data: https://doi.org/10.5281/zenodo.18378019Open asset ↗Zenodo · 10.5281/zenodo.18378019html-lines:90-113Code · publicThe complete Python modeling script and the associated feature datasets have been included in the public dataset repository [13] to facilitate reproducibility and provide a benchmark for future algorithm development.Open asset ↗html-lines:168-182Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
The wheat canopy genome harbors abundant yet untapped genetic variation that could be harnessed to enhance yield potential. The green area index (GAI) is a structural metric that reflects the photosynthetically active canopy surface and is closely linked to final grain yield. Current image-based GAI retrieval methods often suffer from signal saturation and coarse structural depiction, constraining downstream genetic analyses. To address this limitation, we constructed a comprehensive image dataset spanning eight field experiments across China and France, encompassing approximately 600 genotypes under six distinct management regimes. Leveraging this diverse data, we developed a multimodal deep-learning framework augmented by simulated-to-realistic (sim2real) synthetic data transfer. This framework fuses nadir and oblique RGB images with accumulated thermal time to produce high-precision, time-series GAI estimates. Validated on independent testing datasets from both China and France, the multimodal approach demonstrated robust performance with an accuracy of R 2 = 0.88 and an RMSE of 0.49 m 2 m -2 , representing an improvement of about 22% over the traditional gap fraction method. In three site-year field experiments involving 565 genotypes, the GAI dynamics derived from the multimodal approach showed higher broad-sense heritability (0.20-0.48) than those from the gap fraction approach (0.02-0.13) and stronger genotypic correlations with yield (0.19-0.40 versus 0.09-0.31). Furthermore, genetic analysis confirmed the biological fidelity of the estimated traits, identifying loci that co-localize with known architectural regulators such as Rht-D1 , TaTB1-4D , and TaBGC1-4D . Consistently, the multimodal-derived phenotypes were specifically enriched in cell-wall remodeling and hormonal signaling pathways (e.g., brassinosteroid) that directly regulate canopy expansion. Overall, the proposed method offers a powerful tool for unlocking genetic gain in canopy architecture and accelerating canopy-targeted wheat improvement.
Why it matches plant phenotyping methodsデュアルアングルRGB画像と熱時間を統合してGAIを推定する深層学習法を開発し、独立データで検証しているため、植物形質取得法が研究の中心です。
abstractwe constructed a comprehensive image dataset spanning eight field experiments across China and France
Reproduction assets foundThe paper publicly releases its pre-trained multimodal GAI-estimation model weights and inference code on Hugging Face, directly reproducing this paper's phenotyping analysis. The raw image and phenology datasets are not public and require contacting the authors.Code · publicThe pre-trained model weights, inference code, and usage instructions are publicly available in the Hugging Face repository at https://huggingface.co/PheniX-Lab/GAI-Estimation/tree/main .Open asset ↗PheniX-Lab/GAI-Estimationlines:259-277Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
This article describes a multi-sensor dataset collected during the TIRAMISU (Thermal InfraRed Anisotropy Measurements in India and Southern eUrope) campaign at the Nawagam research site in Gujarat, India, during the 2023 monsoon season. The objective was to acquire continuous ground-based optical and thermal measurements over a homogeneous rice canopy across different crop growth stages. The dataset integrates several complementary components. Thermal data were acquired with an Optris longwave infrared camera (8-14 µm) at high temporal resolution, capturing canopy temperature dynamics throughout the diurnal cycle. Optical data were obtained with a Micasense RedEdge-M multispectral sensor, providing imagery in Blue, Green, Red, RedEdge, and Near-Infrared bands with radiometric corrections. An Apogee radiometer supplied reference radiometric temperature. Meteorological measurements included air temperature, humidity, wind speed and direction, and net radiation. Ancillary field measurements comprised Leaf Area Index (LAI), plant height, emissivity sampling, hyperspectral observations, and crop stage information. The datasets are provided with metadata and processing workflows, including calibration procedures for optical reflectance and thermal radiance. Together, these components form a comprehensive record of canopy-atmosphere interactions over a homogeneous rice field. The datasets can support research on optical and thermal directional anisotropy, canopy radiative transfer, emissivity characterization, and crop biophysical parameter estimation. In addition, they are relevant for applications in vegetation monitoring, agricultural water stress assessment, and surface energy balance studies. By combining optical, thermal, and meteorological observations, the resource is suited for multidisciplinary investigations in remote sensing, agronomy, and environmental sciences.
Why it matches plant phenotyping methods光学・熱画像、校正手順、処理ワークフロー、LAIや草丈などの植物形質を含む再利用可能な作物キャノピーデータセットが研究の中心であり、植物表現型取得基盤として適格。
abstractThe dataset integrates several complementary components.
Reproduction assets foundThe paper is a Data in Brief describing the TIRAMISU rice-canopy dataset (thermal/multispectral images, meteorological, ancillary LAI/height, hyperspectral, emissivity) publicly deposited at doi.org/10.6096/1028, including processing scripts (Thermal_CSV_to_Image.py, MicaSense notebook) for reproducibility.Dataset · publicRepository name: Optical, Thermal Infrared, and Meteorological Dataset from the Thermal InfraRed Anisotropy Measurements in India and Southern eUrope (TIRAMISU) Rice Canopy Experiment
Data identification number: doi.org/10.6096/1028
Direct URL to data: https://doi.org/10.6096/1028
Instructions for access: Publicly accessible repository; representative subsets provided with metadata and processing scripts.
Related research article
Pinnepalli, C., Roujean, J.-L., Irvine, M., et al. [ 1 ]. Measuring and modelling directional effects in the frame of TIRAMISU. ISPRS Annals, X–3–2024 , 325–330. https://doi.orgOpen asset ↗doi.org · 10.6096/1028lines:49-77Plant phenotyping relevance match · UnverifiedCrossref · OpenAlex · checked 15 Sept 2026
NeRF / 3D Gaussian SplattingLiDAR / point cloudRGB / grayscaleWhole plant / canopy / plot / fieldOrgan identification2D/3D reconstructionSegmentation
Organ segmentation of plant point clouds is a prerequisite for the high-resolution and accurate extraction of organ-level phenotypic traits. Although the fast development of deep learning has boosted much research on segmentation of plant point clouds, the existing techniques for organ segmentation still face limitations in resolution, segmentation accuracy, and generalizability across various plant species. In this study, we proposed a novel approach called plant segmentation neural radiance fields (PlantSegNeRF), aiming to directly generate high-precision instance point clouds from multi-view RGB image sequences for a wide range of plant species. PlantSegNeRF performed two-dimensional (2D) instance segmentation on the multi-view images to generate instance masks for each organ with a corresponding instance identification (ID). The multi-view instance IDs corresponding to the same plant organ were then matched and refined using a specially designed instance matching (IM) module. The instance NeRF was developed to render an implicit scene containing color, density, semantic and instance information, which was ultimately converted into high-precision plant instance point clouds based on volume density. The results proved that in semantic segmentation of point clouds, PlantSegNeRF outperformed the commonly used methods, demonstrating an average improvement of 16.1 %, 18.3 %, 17.8 %, and 24.2 % in precision, recall, F1-score, and intersection over union (IoU) compared to the second-best results on structurally complex datasets. More importantly, PlantSegNeRF exhibited significant advantages in instance segmentation. Across all plant datasets, it achieved average improvements of 11.7 %, 38.2 %, 32.2 % and 25.3 % in mean precision (mPrec), mean recall (mRec), mean coverage (mCov), and mean weighted coverage (mWCov), respectively. Furthermore, PlantSegNeRF demonstrates superior few-shot, cross-species performance, requiring only multi-view images of few plants to train models applicable to specific or similar varieties. This study extends organ-level plant phenotyping and provides a high-throughput way to supply high-quality 3D data for developing large-scale artificial intelligence (AI) models in plant science. • A comprehensive dataset of well-labeled two-dimensional (2D) images and point clouds dataset of plants was established, including various varieties and growth stages. 50 plant samples were collected for each type. • A novel multi-view image instance matching (IM) module was proposed to align plant organ instance identifications (IDs) across different viewpoints, serving as the foundation for organ-level instance segmentation. • A multi-channel instance neural radiance fields (NeRF) module with encoding color, semantic, and instance information was developed to achieve high-precision mapping of 2D image colors, semantics, and aligned instances into 3D space, enabling point cloud background removal and fine-grained segmentation of plant organs.
Why it matches plant phenotyping methods植物器官の3D点群再構成・インスタンス分割を開発し、セグメンテーション性能を検証する手法研究であり、器官レベル表現型抽出を直接支援するため。
abstractwe proposed a novel approach called plant segmentation neural radiance fields (PlantSegNeRF), aiming to directly generate high-precision instance point clouds from multi-view RGB image sequences for a wide range of plant species.
Maize phenotyping remains a major bottleneck in genetic analysis and breeding. Despite advances in drones, field robots, and gantry phenotyping systems, ultra-affordable, high-throughput, field-based maize phenotyping at single-plant resolution is still lacking, largely due to the high cost, complex deployment, and limited flexibility of existing platforms under heterogeneous field conditions. To address these challenges, we propose a novel paradigm that integrates DIY imaging devices with customized computer vision–based analytics, and present GLiMPSe ( G iraffe + Li zard M aize P henotyping S yst e m), including two end-to-end phenotyping modules for maize plant architecture (the Giraffe module) and leaf traits (the Lizard module). The imaging device in the Giraffe module are built from modular electronics and 3D-printed parts from local retailers to achieve high-quality image acquisition. The Giraffe and the Lizard modules operate at speeds of 15 seconds and 8 seconds per sample, with costs of $379.1 and $241.1, respectively. Both modules feature fine-tuned YOLOv11x segmentation models for reliable and robust target segmentation, followed by customized Python-based analytical pipelines that enable precise extraction and quantification of phenotypic traits. This methodology achieves high accuracies ( R² ) for five key traits, including plant height (0.928), heights of above-ear leaves (0.87∼0.958), ear height (0.925), above-ear leaf number (0.837), and leaf width (0.937). To enhance accessibility, we developed user-friendly graphical interfaces and publicly released manually annotated datasets and source code to support broader adoption and further innovation. This work provides a practical and accessible solution for high-throughput field phenotyping and offers new opportunities for democratizing crop phenomics through affordable, open-source technologies.
Why it matches plant phenotyping methods低コストな撮像装置、コンピュータビジョン解析、形質抽出パイプライン、GUI、データセットとコードを統合したトウモロコシ表現型測定システムの開発・検証が研究の中心である。
abstractwe propose a novel paradigm that integrates DIY imaging devices with customized computer vision–based analytics, and present GLiMPSe
Maize leaf morphology is poorly investigated because quantifying maize leaf geometry is still an open question due to the complexity of the 3D curved shape. By utilization of geometric curves, maize leaf morphology can be effectively described parametrically and quantitatively. We divided maize leaf into three components: midrib, cross-section and blade contour. Each component is represented by parametric curves and controlled by a group of parameters. A 3D maize leaf model is generated by translation, rotation and scaling of the three components. We demonstrated the parametric maize leaf model allows the applications of leaf geometry analysis, leaf-level radiation capture simulation and dataset synthesis for phenotyping pipeline. The parametric maize leaf model is configurable, extensible and scalable, allowing it to be used in agricultural digital-twin and high-accuracy phenotyping. It also has potential to serve as a platform for maize biophysical and biomechanical studies. The code for 3D maize leaf model generation is available at https://github.com/xzcppm/parametric_maize_leaf.
Why it matches plant phenotyping methodsトウモロコシ葉の3D形態・幾何をパラメトリックにモデル化し、表現型解析用データ合成にも利用できる手法を開発しているため、植物表現型取得・解析手法が中心である。
abstractA 3D maize leaf model is generated by translation, rotation and scaling of the three components.
MaizeLiDAR / point cloudLeafStem / branchMorphology / geometry measurementSegmentationLeaf traits
Maize leaf phenotypic parameters effectively reflect the photosynthesis and growth information of maize plants, which is crucial for breeding superior maize varieties. Current challenges include separating stems and leaves from a single maize plant and accurately measuring the phenotypic parameters of maize leaves. This study proposes a stem-leaf segmentation method based on region growing, incorporating adaptive cuboid region growing and slice region growing, alongside techniques for measuring phenotypic parameters of maize leaves. First, terrestrial laser scanning (TLS) was employed to obtain three-dimensional (3D) point cloud data of maize at the five-leaf (V5) and six-leaf (V6) stages. The point cloud data were then preprocessed to isolate single plant point clouds. Next, the maize point clouds were pre-segmented into three categories-central point clouds, partially expanded leaf point clouds, and unexpanded leaf point clouds-using center-edge segmentation, statistical filtering, and leaf classification. Adaptive cuboid region growing was applied to segment the unexpanded leaf point clouds, while slice region growing was used for partially expanded leaves, with Euclidean clustering optimizing the leaf point clouds, completing the segmentation process. Finally, various methods-including clustering counting, point-to-point distance accumulation, point-to-line distance, vector angle, point cloud triangulation, and triangle area accumulation-were utilized to automatically measure the number of maize leaves, leaf length, leaf width, leaf inclination angle, and leaf area. Compared with other point cloud stem-leaf segmentation methods based on geometric features and common 3D point cloud deep learning models (PointNet++, PointTransformer), the method proposed in this paper performs better. The segmentation results indicated that the Precision (P), Recall (R) and F₁-Score (F₁) for stem-leaf segmentation of all maize plants at the V5 stage exceeded 92.00%, with average values of 96.87%, 97.08%, and 96.97%, respectively. At the V6 stage, P, R, and F₁ exceeded 95.00%, with averages of 97.73%, 97.01%, and 97.67%, respectively. The algorithm accurately measured the number of leaves at the V5 stage, while a small error was noted at the V6 stage, yielding a percentage error (PE) of 0.93%. Measurement accuracy for leaf length, width, and area at both growth stages was greater than 93.80%, 92.80%, and 89.50%, respectively. Measurement accuracy for leaf inclination angle was lower, at 82.00% and 88.02% for the V5 and V6 stages, respectively. The proposed methods for stem-leaf segmentation and measurement of leaf phenotypic parameters are fast and accurate, providing technical support for high-quality breeding and intelligent management of maize. Our point cloud data of maize and source code is available from https://github.com/lmj-cau/stem-leaf-segmentation.git.
Why it matches plant phenotyping methodsトウモロコシの3D点群から茎葉を分割し、葉数・長さ・幅・面積・傾斜角を自動推定する手法を開発・比較検証しており、植物表現型取得が研究の中心である。
abstractThis study proposes a stem-leaf segmentation method based on region growing, incorporating adaptive cuboid region growing and slice region growing, alongside techniques for measuring phenotypic parameters of maize leaves.
Nodule formation and their involvement in biological nitrogen fixation are critical features of leguminous plants, with phenotypic characteristics closely linked to plant growth and nitrogen fixation efficiency. However, the phenotypic analysis of root nodules remains technically challenging due to their small size, weak texture, dense clustering, and occlusion. To address these challenges, this study constructed a scanner-based imaging platform and optimized data acquisition conditions for high-resolution, high-consistency root nodule images under field conditions. In addition, A hybrid small-object detection method, SCO-YOLOv8s, was proposed, integrating Swin Transformer and CBAM attention mechanisms into the YOLOv8s framework to enhance global and local feature representation. Furthermore, an Otsu segmentation-based post-processing module was incorporated to validate and refine detection results based on geometric features, boundary sharpness, and image entropy, effectively reducing false positives and enhancing robustness in complex scenes. Using this integrated approach, over 3375 nodules were identified from a single plant sample in under 1 min, with extracted phenotypic features such as diameter, color, and texture. A total of 10,879 high-quality annotated images were collected from 39 peanut varieties across 14 provinces and 31 soybean varieties across 12 provinces in China, addressing the current lack of large-scale datasets for legume root nodules. The SCO-YOLOv8s model achieved a precision of 97.29 %, a mAP of 98.23 %, and an overall identification accuracy of 95.83 %. This integrated approach provides a practical and scalable solution for high-throughput nodule phenotyping, and may contribute to a deeper understanding of nitrogen fixation mechanisms.
Why it matches plant phenotyping methods根粒の画像取得・検出・セグメンテーション・形質抽出を統合した高スループット表現型解析手法を開発し、精度評価と大規模データセット構築も行っているため、方法が研究の中心である。
abstractthis study constructed a scanner-based imaging platform and optimized data acquisition conditions for high-resolution, high-consistency root nodule images under field conditions.
Robotic apple harvesting requires precise instance segmentation and 3D localization, especially for multi-colored apples under complex orchard conditions with occlusions and variable lighting. Current deep learning methods lack robustness and accuracy for such scenarios, limiting automation. This study proposes improved YOLOv8-based models to enhance segmentation of multi-colored apples, combined with a high-precision 3D localization pipeline to advance practical robotic harvesting. To address these issues, this study collected apple images in three colors from two locations, creating a dataset of 5171 images. Four enhanced YOLOv8-based models—RA-YOLO, GA-YOLO, YA-YOLO, and MCA-YOLO—were proposed for segmenting red, green, yellow, and mixed multi-colored apples. RA-YOLO integrates the GD mechanism and EMBConv structure based on EfficientNet's MBConv. GA-YOLO replaces standard convolutions with dynamic serpentine convolution and adds the P6 layer for large object detection. YA-YOLO utilizes deformable convolution (DCNv2) and introduces the new attention mechanism MPCA. MCA-YOLO combines the P6 layer, DCNv2, and EMBConv structure, merging the strengths of other models. RA-YOLO, GA-YOLO, and YA-YOLO achieved mAP values of 95.2 %, 96.4 %, and 95.4 %, respectively, for single-colored apple instance segmentation, surpassing baseline models and those in existing literature. MCA-YOLO achieved mAP values of 95.6 %, 96.6 %, and 94.6 % for single-colored apples and 95.6 % for mixed multi-colored apples. Ablation experiments validated the necessity of each module. Finally, a high-precision 3D localization and shaping pipeline was developed, achieving an average localization error of 2.636 mm and a shaping error of 0.768 mm, enabling millimeter-level localization and sub-millimeter-level shaping for apple harvesting optimization.
Why it matches plant phenotyping methodsリンゴ果実のインスタンス分割、3D位置推定、形状推定を開発・検証しており、収穫対象の単なる検出を超えて果実形状という植物器官形質を定量化する手法が中心である。
abstractThis study proposes improved YOLOv8-based models to enhance segmentation of multi-colored apples, combined with a high-precision 3D localization pipeline
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-479Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
In smart agriculture, accurate segmentation of maize-leaf diseases in real field imagery supports timely intervention, but remains challenging under cluttered backgrounds, uneven illumination, occlusion, and diverse lesion morphology. We present LKCAFormer, a lightweight encoder–decoder segmentation network that integrates two key components: (i) a three-stage Large-Kernel Cooperative Attention encoder (LK-COAT) that progressively enlarges the effective receptive field via large-kernel depthwise convolutions while preserving fine boundaries using cooperative channel–spatial gating; and (ii) a cross-scale decoder (CSDecoder) that fuses shallow edge/detail cues with deep semantics to refine lesion boundaries at low computational cost. We evaluate LKCAFormer on CD&S and a controlled single-leaf variant derived from it (Single-CD&S), using disease IoU as the primary endpoint. Robustness is further assessed on a 266-image complex-case subset curated from held-out test data, together with paired two-sided tests. On Single-CD&S, LKCAFormer achieves 76.23 ± 2.25 disease IoU and 86.70 ± 1.96 Dice, yielding a modest + 0.58 IoU gain over the strongest lightweight baseline (SwiftFormer). On the more challenging CD&S benchmark, LKCAFormer reaches 69.09 ± 1.65 disease IoU and 78.87 ± 2.13 Dice, outperforming the strongest baseline (SegFormer) by + 4.05 IoU; gains on the complex-case subset are statistically significant. LKCAFormer remains compact (3.68 M parameters; 1.13G FLOPs), corresponding to approximately 12.7% of U-Net’s parameters and 1.47% of its FLOPs, while retaining practical end-to-end throughput under a unified profiling protocol. Limitations include fixed dataset splits, the lack of cross-device latency/energy benchmarking, and the absence of multi-seed variability analysis. Future work will extend validation across crops and sensors and provide deployment-oriented, hardware-aware latency and energy evaluations.
Why it matches plant phenotyping methodsトウモロコシ葉の病斑・病害状態を画像から分割・定量化する手法を開発し、複数ベンチマークと複雑事例で性能検証しており、植物表現型取得が中心である。
abstractaccurate segmentation of maize-leaf diseases in real field imagery supports timely intervention
Identifying nutritional deficiencies at an early stage is crucial for maximizing yield production and ensuring healthy plants. Conventional methods generally rely on time-consuming analysis conducted by agronomic experts. To address this challenge, this study presents a data-driven approach for the early identification of nutritional deficiencies in hazelnut orchards. Different custom datasets, composed of images acquired in a real hazelnut orchard as well as in a controlled laboratory environment, are collected, and the performance of five state-of-the-art machine learning models in early detecting nutritional deficiencies is compared. In particular, ResNet, DenseNet, MobileNet, EfficientNet, and ConvNext models, along with a baseline based on support vector machines, are considered. Data augmentation techniques are introduced to synthetically increase the datasets, and their effectiveness is extensively evaluated. Additionally, a pipeline is designed to carry out the early identification of nutritional deficiencies onboard an agricultural robot. Experimental results on the early identification show that ConvNext achieves the highest performance: 81.79% accuracy and 0.8168 F1 score on a real-world dataset with four classes, and 75.54% accuracy with 0.7552 F1 score for the more challenging six-class scenario. Furthermore, the effectiveness of the integrated system is validated in preliminary laboratory experiments using a Turtlebot2 mobile base and a Franka Research 3 arm, equipped with RGB-D cameras. • Data-driven pipeline detects hazelnut nutrient deficiencies from leaf images. • Real and lab-acquired hazelnut leaf image datasets collected and publicly released. • ConvNext achieves 85.50% accuracy on 4-class hazelnut deficiencies in lab conditions. • 75.54% accuracy on 6-class real orchard dataset validates field robustness. • Two-stage pipeline with leaf detection and classification enables onboard robot monitoring.
Why it matches plant phenotyping methods葉画像から植物の栄養欠乏状態を推定する画像解析・機械学習パイプラインと、ロボット搭載システム、データセットを中心的に開発・評価しているため。
abstractthis study presents a data-driven approach for the early identification of nutritional deficiencies in hazelnut orchards
Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · checked 15 Sept 2026
Abstract In machine learning–driven plant phenotyping, well-annotated image datasets are essential for developing robust models capable of capturing phenological variability across environments. Here, we introduce DeepPhenoTree – Apple Edition, a multi-site, multi-variety RGB image dataset dedicated to the detection of key phenological stages in apple trees. The dataset comprises 48,320 time-stamped RGB images acquired across four European orchards of the Apple REFPOP consortium under contrasting climatic conditions. From this large corpus, a carefully curated subset of 808 representative images was manually annotated. It includes 241,600 expert annotations covering developmental stages from dormant bud to fruit maturity. Images were acquired using a standardized tractor-mounted phenotyping platform equipped with active flash illumination, ensuring consistent lighting conditions across sites and acquisition dates. Phenological structures were annotated following the BBCH scale, with bounding boxes adapted to organ visibility and developmental stage. In addition to the dataset, we provide baseline deep learning experiments to illustrate detection performance and assess model generalization across locations.
Why it matches plant phenotyping methodsリンゴの生育ステージを検出する注釈付き画像データセットと、標準化された撮像プラットフォームおよびベースラインモデルを提供しており、植物フェノタイピング手法・再利用可能データが研究の中心である。
abstractHere, we introduce DeepPhenoTree – Apple Edition, a multi-site, multi-variety RGB image dataset dedicated to the detection of key phenological stages in apple trees.
Accurate in-season prediction of seed yield and seed composition traits such as oil and protein are useful for gaining accuracy and efficiency in soybean breeding. These predictions can also inform farmers, enabling them to improve their field management practices, and guide their market decisions. We report a Transformer-based deep learning framework built on 30 years of multi-environment performance data from the Northern and Southern Uniform Soybean Tests (UST) across North America. Unlike earlier studies on seed yield, oil and protein prediction that focus on limited years, regions, single modalities, we utilized a comprehensive dataset that includes weather, genotype, and management factors, ensuring a more holistic approach to soybean yield, oil, and protein prediction. Our model integrates multivariate time-series weather data with genotypic relationship information, maturity group, and geographic location, to predict variety performance in diverse environments. Our model captures complex temporal patterns associated with trait variability; showing high predictive accuracy (R2) of 77.6 ± 0.2%, 63.9 ± 4.7%, and 79.3 ± 2.3% for seed yield, oil, and protein, respectively. Additionally, for seed yield, we also evaluated multiple interpretability methods to assess feature importance for predictor variables and critical growing timepoints, and solar radiation and temperature were noted as the key predictors. Overall, these results demonstrate the usefulness of a Transformer-based model in trait predictions, and the utility of large cooperative datasets from breeding programs.
Why it matches plant phenotyping methodsTransformerによるダイズ収量・油・タンパク質形質の予測フレームワークが研究の中心であり、植物形質の計算的推定手法を開発・評価している。
abstractWe report a Transformer-based deep learning framework built on 30 years of multi-environment performance data
Forest inventories play an essential role in managing and protecting forest resources as well as quantifying carbon stocks. Recent advances in Uncrewed Aerial Vehicles (UAVs) have enhanced capabilities for efficiently monitoring forest dynamics across large geographic areas. RGB cameras are typically preferred for rapid and scalable forest inventory missions owing to three distinct advantages, including low cost, ease of use, and high resolution. However, compared with multispectral or hyperspectral sensors, the limited spectral signals of RGB cameras pose challenges for tree crown detection and classification. The ability of deep learning methods to capture structural and contextual cues from imagery helps alleviate some of the limitations of RGB data. In this study, we propose an Individual Tree Crown (ITC)-based framework leveraging UAV data and advanced deep learning models for inventories of individual trees in dense and natural forests. First, we develop the ITC-based Multi-Task Convolutional Neural Network (ITCMNet), which incorporates multi-scale contexts to simultaneously and accurately identify individual tree crowns, discriminate tree species, and assess tree vitality. Second, structural parameters for each individual crown are extracted to estimate forest carbon storage using species-specific allometric models. Unlike conventional pixel-based methods, our proposed ITCMNet enables precise forest investigations at the ITC level, enhancing both performance and interpretability. We collected a comprehensive dataset consisting of 2456 ultra-high resolution (1.6 cm) UAV RGB images and 27,160 labeled trees across 105 plots distributed in three dense forests and one city park in Germany to evaluate our framework. The ITCMNet demonstrated robust tree crown delineation performance, achieving an F1 score of 0.81. Additionally, our method attained an F1 score in species classification (i.e., 0.54 for angiosperms and 0.76 for gymnosperms) and vitality identification (0.66). Utilizing precise tree parameters, species information, and species-specific allometric models, our carbon storage estimation surpassed current satellite-based carbon products. The carbon stock estimation achieved an R 2 of 0.83 and the carbon storage range in the Bamberg forests is approximately 50 to 110 Mg C/ha. These results show that our proposed framework provides detailed, cost-effective forest inventories, highlighting its potential to support various downstream forestry applications. The dataset and source code are available ( https://www.dlr.de/en/eoc/about-us/remote-sensing-technology-institute/photogrammetry-and-image-analysis/public-datasets/bamforests ; https://github.com/WendyFan52/ITCMNet ).
Why it matches plant phenotyping methodsUAV画像と深層学習により個体樹冠を検出し、樹冠構造、樹種、樹勢などの植物状態を抽出する枠組みを開発・評価しており、植物フェノタイピング手法が中心である。
abstractwe propose an Individual Tree Crown (ITC)-based framework leveraging UAV data and advanced deep learning models for inventories of individual trees in dense and natural forests.
Maize, a critical staple crop in Zambia, faces persistent threats from foliar diseases such as Gray Leaf Spot, Northern Corn Leaf Blight, and Maize Streak Virus, significantly affecting smallholder productivity. Limited access to expert diagnostics, coupled with complex field conditions including occlusions and variable lighting, necessitates accessible, real-time disease detection systems tailored to local environments. To address this gap, this study first developed a novel field-captured dataset of Zambian maize leaf images, annotated with bounding boxes for disease lesions and labeled by disease type and severity to reflect real-world agri-ecological variability. Building on this dataset, we propose ZamYOLO-Maize, a multi-stage automated diagnostic framework integrating lesion detection, hierarchical disease classification, and severity assessment. A comparative evaluation was conducted using four state-of-the-art object detection models: YOLOv5n, YOLOv8s, YOLOv10s, and YOLOv8n, with performance assessed using precision, recall, F1-score, and inference speed. Experimental results demonstrate that YOLOv10s achieved the highest predictive performance (Precision = 0.997, Recall = 0.999, F1-score = 0.999), while YOLOv8n provided the optimal trade-off for edge deployment, achieving the fastest inference speed (4.65 ms/image) with a competitive F1-score of 0.995. The framework exhibited strong robustness under field variability, confirming its practical applicability. By integrating a locally representative dataset with an efficient deep learning pipeline, this study establishes a scalable foundation for mobile-based maize disease diagnostics, contributing to precision agriculture and supporting food security initiatives in Zambia and comparable agricultural regions.
Why it matches plant phenotyping methodsトウモロコシ葉画像から病斑、病害種、重症度を推定するデータセットと深層学習フレームワークを開発・比較評価しており、植物病害表現型の取得・抽出が中心です。
abstractthis study first developed a novel field-captured dataset of Zambian maize leaf images, annotated with bounding boxes for disease lesions and labeled by disease type and severity
Grapevines ( Vitis vinifera L.) undergo structural and physiological changes throughout the growing season, progressing through distinct phenological stages that require regular monitoring. This dataset consists of high-resolution point cloud data acquired with a stationary terrestrial laser scanner (TLS) to document grapevine development from early leaf development to dormancy. Georeferenced point clouds were generated from 15 TLS scans along two vineyard rows at nine phenological stages. The dataset also includes multispectral and RGB photogrammetric point clouds and orthorectified raster products from an unmanned aerial vehicle survey conducted before harvest. Ground-truth measurements leaf area index, grape production, and pruning wood biomass were collected for each monitored grapevine. As a result, the dataset provides multi-temporal TLS observations that support grapevine structural analysis and development, phenological monitoring, and can be used for the development of AI-based models for precision viticulture.
Why it matches plant phenotyping methodsブドウの生育・構造・フェノロジーを対象とするTLS点群および関連画像データセットであり、植物フェノタイピング用の再利用可能なデータ基盤として中心的です。
titleTLS-grapevine2024: A terrestrial laser scanner point cloud dataset of grapevines at different phenological stages.
Reproduction assets foundThe paper is a Data in Brief article describing the TLS-grapevine2024 dataset itself, publicly deposited on Zenodo with DOI 10.5281/zenodo.16751663. This is a paper-specific, openly available asset containing the TLS point clouds, UAV imagery/rasters, and ground-truth agronomic measurements (LAI, grape production, prunDataset · publicditions: clear sky.
Data source location
Institution: University of Trás-os-Montes e Alto Douro
City/Town/Region: Arroios, Vila Real, Norte
Country: Portugal
Coordinates: 41°17′28.83″N 7°43′17.90″W,
Altitude: 435 m
Data accessibility
Repository name: Zenodo
Data identification number: 10.5281/zenodo.16751663
Direct URL to data: https://doi.org/10.5281/zenodo.16751663
Related research article
None
1.
Value of the Data
•
This dataset covers nine phenological stages of grapevine growth from April 2024 to January 2025, providing multi-temporal terrestrial laser scanner (TLS) observations for structural and phenological analysis.
•
It includes TLS point clouds collected at multiple stages and muOpen asset ↗Zenodo · 10.5281/zenodo.16751663lines:1-50Code / 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-155Plant phenotyping relevance match · UnverifiedOpenAlex · arXiv · checked 15 Sept 2026
Precise localization and recognition of flowers are crucial for advancing automated agriculture, particularly in plant phenotyping, crop estimation, and yield monitoring. This paper benchmarks several YOLO architectures such as YOLOv5s, YOLOv8n/s/m, and YOLOv12n for flower object detection under two annotation regimes: single-image single-bounding box (SISBB) and single-image multiple-bounding box (SIMBB). The FloralSix dataset, comprising 2,816 high-resolution photos of six different flower species, is also introduced. It is annotated for both dense (clustered) and sparse (isolated) scenarios. The models were evaluated using Precision, Recall, and Mean Average Precision (mAP) at IoU thresholds of 0.5 (mAP@0.5) and 0.5-0.95 (mAP@0.5:0.95). In SISBB, YOLOv8m (SGD) achieved the best results with Precision 0.956, Recall 0.951, mAP@0.5 0.978, and mAP@0.5:0.95 0.865, illustrating strong accuracy in detecting isolated flowers. With mAP@0.5 0.934 and mAP@0.5:0.95 0.752, YOLOv12n (SGD) outperformed the more complicated SIMBB scenario, proving robustness in dense, multi-object detection. Results show how annotation density, IoU thresholds, and model size interact: recall-optimized models perform better in crowded environments, whereas precision-oriented models perform best in sparse scenarios. In both cases, the Stochastic Gradient Descent (SGD) optimizer consistently performed better than alternatives. These density-sensitive sensors are helpful for non-destructive crop analysis, growth tracking, robotic pollination, and stress evaluation.
Why it matches plant phenotyping methods花の物体検出モデルを比較評価し、注釈付きFloralSixデータセットを導入することが中心で、花の認識・局在化を植物フェノタイピングへ応用する技術研究である。
abstractThis paper benchmarks several YOLO architectures such as YOLOv5s, YOLOv8n/s/m, and YOLOv12n for flower object detection under two annotation regimes: single-image single-bounding box (SISBB) and single-image multiple-bounding box (SIMBB).
Abstract Agricultural research increasingly relies on data-driven approaches for crop yield prediction that complement more established crop growth models, including machine learning techniques. However, these approaches rely on large training datasets. Here, we present the Crop Yields, Climate, Soils, and Satellites (CYCleSS) dataset, a large-scale crop yield dataset derived from precision yield data for 934 fields across England on which a variety of crops are grown. In addition, the data also contains satellite-derived remote sensing data, weather data, and data on soil type, all aligned at a grid resolution of 10 km. Weather data is available at a daily temporal resolution, satellite data at 5-day resolution, while crop yield data is available at yearly resolution. This effort has been made possible through careful anonymisation of the yield data while preserving the alignment with remote sensing, weather, and soil data. This data will be useful both to train machine learning models of yield prediction as well as to parameterize mechanistic crop growth models. Furthermore, the anonymisation procedure itself will be of interest to the research community, as it represents a solution to a common problem on the interface of agricultural research and farming practice.
Why it matches plant phenotyping methods圃場単位の作物収量という植物形質を、衛星・気象・土壌情報と整合した再利用可能な大規模データセットとして構築しており、収量予測モデルの訓練・評価用データ基盤が中心です。
abstractHere, we present the Crop Yields, Climate, Soils, and Satellites (CYCleSS) dataset, a large-scale crop yield dataset derived from precision yield data for 934 fields across England
Reproduction assets foundThe paper's authors provide public R code for merging/aligning climate, soil, and Sentinel-1 data and anonymising yield data in a GitHub repository. The CYCLeSS dataset itself is on figshare, but that URL is not in the allowed list, so only the code asset is reported.Code · publicnts of this repository. Researchers who are further interested in the underlying data should contact the authors affiliated with UKCEH.
Code availability
R code used to merge and align available UK climate, soil, and Sentinel-1 synthetic aperture radar data to the same 1 km 2 grid is provided in the following GitHub repository: https://github.com/alan-turing-institute/CYCLeSS-dataset-code . Dummy data and code needed to replicate the final process of merging climate, soil, and satellite data with UKCEH precision yield data and anonymisation of field locations is contained within the ‘CLYCESS_anonymisation.zip’ folder shared as part of this repository. R version 4.2.3 was used for the creatioOpen asset ↗https://github.com/alan-turing-institute/CYCLeSS-dataset-codelines:200-271Code / dataset availability confirmedOpenAlex · Europe PMC · bioRxiv · checked 15 Sept 2026
Abstract Root segmentation is a fundamental yet challenging task in image-based plant phenotyping. We present the first systematic comparison of Transformer and Convolutional Neural Network (ConvNet) architectures for root segmentation, evaluating 21 architectures across nine diverse datasets and comparing pre-trained models to training from scratch. Transformer-based models significantly outperform ConvNets for segmentation accuracy and root-diameter agreement. Pre-training significantly improves mean Dice from 0.623 to 0.666 ( p = 3.3 × 10 −10 ). We also find that Transformers benefit more from pre-training than ConvNets, with Dice improvements of +0.072 versus +0.022 ( p = 3.7 × 10 −4 ), supporting the hypothesis that fine-tuned Transformers transfer more effectively across large domain gaps. Among evaluated models, MobileSAM achieved the highest Dice score while maintaining computational efficiency. Dataset choice explained far more performance variance (70.9%) than model architecture (6.7%), suggesting that data curation matters more than model selection.
Why it matches plant phenotyping methods根の画像セグメンテーション手法を21種類・9データセットで体系比較し、植物フェノタイピングにおける精度と根径推定を検証しているため、方法評価が中心である。
abstractRoot segmentation is a fundamental yet challenging task in image-based plant phenotyping.
Reproduction assets foundThe paper's authors explicitly state that their training/segmentation analysis code is publicly available on GitHub. The nine root image datasets evaluated are cited prior public datasets (DeepRootLab, Grassland, Chicory, PRMI), not paper-specific assets of this study, so the authors' own code repository is the only inCode · publicr of parameters, as these affect
hardware requirements, running costs, and environmental
impact. To jointly compare efficiency and accuracy, we
ranked models by the mean of their Dice, parameter count,
and FLOPs ranks, providing a simple combined metric for
practitioners balancing these trade-offs. Training code is
available at https://github.com/sotlampr/seg.Configuration selection
To prevent overfitting to the test set, model selection used
a two-stage procedure based on validation performance:
Replicate selection: For each combination of model,
dataset, learning rate, and pre-training, the replicate with
the highest validation Dice was retained, along with its
paired test result.
HyperparOpen asset ↗sotlampr/segpdf-raw-page:4 lines:1-95Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Rice disease detection is vital for food security, prevention efficiency, pesticide reduction, and sustainable agriculture. Challenges like poor model applicability, low accuracy, and limited datasets make this research essential. Existing models face issues with large parameters, complex computations, and insufficient semantic information capture. This paper introduces a large rice disease dataset and proposes the RiceDetect-Net model to address these challenges. The model integrates a brand-new lightweight detection head LE-Head to reduce the parameter quantity and computational complexity. To boost accuracy, the model integrates the newest FCA attention mechanism into its high-level semantic processing component, strengthening its capacity to interpret complex semantic data. Testing on a custom rice disease dataset comprising 54,240 images, the model attained 94.3% accuracy with a parameter count of 2.32 M. The enhanced model achieves a 0.4% increase in accuracy while reducing parameters by 10% relative to the baseline YOLOv11. The detection model is more lightweight, can adapt to the computing power of field detection equipment, is more suitable for practical scenario applications, and provides technical support for the development of smart agriculture.
Why it matches plant phenotyping methodsイネ病害を画像から検出するモデルと大規模データセットの開発・評価が中心で、植物の病害状態を推定する画像ベース表現型手法に該当する。
abstractThis paper introduces a large rice disease dataset and proposes the RiceDetect-Net model to address these challenges.
Plant diseases continue to pose a serious challenge to agriculture, leading to substantial yield losses and posing a threat to global food security. Accurate and early identification of plant diseases is crucial for effective crop management. However, traditional manual inspection methods are time-consuming, subjective, and heavily dependent on expert knowledge. With recent advances in artificial intelligence and computer vision, automated plant disease detection systems have emerged as a reliable alternative. These systems depend strongly on large, well-annotated image datasets for training and evaluation. Among publicly available resources, the PlantVillage dataset is one of the most widely used benchmarks for plant disease research. It contains over 50,000 high-resolution RGB leaf images captured under controlled conditions and covers 14 crop species, including tomato, potato, and bell pepper, along with multiple other plants. The dataset represents 38 distinct classes encompassing both healthy and diseased leaf categories. All images are collected against uniform backgrounds, providing visual consistency and making the dataset suitable for benchmarking machine learning and deep learning–based plant disease classification models. This survey provides a comprehensive review of the PlantVillage dataset and its contribution to the advancement of automated plant disease detection. It traces the progression from traditional handcrafted feature–based classifiers to convolutional neural networks, transfer learning approaches, and recent transformer-based architectures. Various methods are compared in terms of classification accuracy, generalization ability, computational efficiency, and robustness. In the survey we have identified that Transfer Learning model showed 99.75% accuracy. The survey also discusses key limitations of the dataset, particularly its controlled imaging conditions and challenges related to real-field deployment. Finally, future research directions are highlighted, including domain adaptation, explainable artificial intelligence, multi-disease recognition, and real-world agricultural applications. This work aims to offer researchers a structured understanding of the PlantVillage dataset and support the development of next-generation intelligent crop disease diagnostic systems.
Why it matches plant phenotyping methodsPlantVillage画像を用いた植物病害状態の画像ベース推定手法とデータセットを中心に、複数の機械学習手法を比較・レビューしているため、植物フェノタイピング方法論のレビューとして含める。
abstractThis survey provides a comprehensive review of the PlantVillage dataset and its contribution to the advancement of automated plant disease detection.
Abstract Soybean growth is determined by the interaction of genetic, environmental, and management factors. In the context of future climate and climate extremes, understanding genotype by environment interaction (GxE) will be crucial for selecting resilient breeding lines and optimizing management practices to minimize stress. This requires an in depth elucidation of stressful weather conditions and differing temporal responses of genotypes to those conditions. In field studies, however, the environment is often treated as a static factor, and the specific effects of weather variability on crop growth remain poorly understood. Here, we present a longitudinal dataset comprising 17,247 high-resolution RGB images of soybean breeding lines collected throughout eight years in Eschikon, Switzerland. Top-of-canopy images were acquired throughout the entire growing seasons and complemented by hourly weather data, enabling a comprehensive analysis of soybean growth dynamics under varying field conditions. High spatio-temporal image resolution allows detailed analysis of growth dynamics and GxE, supporting identification of stress-tolerant genotypes to improve yield prediction and yield stability.
Why it matches plant phenotyping methods8年間の高スループット画像フェノタイピングによる大規模データセットを提示し、画像取得基盤と作物成長動態の解析を中心に扱っているため、方法論文として適格です。
titleFIP 1.0 soybean data: Insights on soybean growth from eight years of high-throughput image field phenotyping
Reproduction assets foundThe paper's canopy cover analysis code is publicly available on the authors' ETH GitLab repository. The FIP 1.0 soybean image/trait dataset itself is deposited in the ETH Research Collection and Hugging Face, but those URLs are not among the allowed URLs, so only the code asset qualifies.Code · publicCode availability
The code is available on: https://gitlab.ethz.ch/crop_phenotyping/fip-soybean-canopycover. Users with similar data can use the implemented workflow to get canopy cover from their experiments.Open asset ↗gitlab.ethz.ch/crop_phenotyping/fip-soybean-canopycoverhtml-lines:207-226Code / 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-529Plant phenotyping relevance match · UnverifiedCrossref · checked 13 Sept 2026
Abstract Crop diseases remain a significant threat to agricultural productivity and fruit quality, particularly for high-value crops such as strawberries and grapes. Early and reliable detection of these diseases under real-world conditions is essential but remains challenging due to variations in environment, illumination, and imaging perspectives. Leveraging recent advances in deep learning and computer vision, this study presents a robust framework for the automated detection and classification of strawberry and grape diseases using convolutional neural network (CNN) models, i.e., VGG16, ResNet101v2, InceptionV3, and DenseNet121. Unlike many existing works that rely solely on controlled or publicly available datasets, we constructed two specialized datasets by combining field-captured images under diverse environmental conditions with online sources, thereby enhancing robustness and ecological validity. The strawberry dataset includes six disease classes, while the grape dataset encompasses seven classes, covering economically significant pathologies such as anthracnose, black rot, gray mold, powdery mildew, sour rot, and leaf scorch. Extensive experiments were conducted using state-of-the-art CNN architectures, including VGG16, ResNet101v2, InceptionV3, and DenseNet121. On strawberries, DenseNet121 and InceptionV3 achieved accuracies of 94% (training) and 95% (testing), respectively, while VGG16 delivered superior performance on grapes, achieving 95% (training) and 92% (testing). Beyond technical accuracy, the proposed models were explicitly designed for applicability in actual field conditions, ensuring that the system can be directly adapted for use by farmers and plant pathologists as a practical decision-support tool. The findings provide a foundation for scalable, automated, and field-ready disease detection systems, contributing to more sustainable, data-driven crop management practices.
Why it matches plant phenotyping methods植物画像からイチゴ・ブドウ病害を自動検出・分類する深層学習手法を開発し、実圃場画像を含むデータセットで性能評価しているため、植物病害表現型の取得・推定が中心である。
abstractthis study presents a robust framework for the automated detection and classification of strawberry and grape diseases using convolutional neural network (CNN) models
Plant phenotyping relevance match · UnverifiedOpenAlex · Crossref · Europe PMC · checked 15 Sept 2026
BACKGROUND: Kale (Brassica oleracea var. acephala) is a high value leafy vegetable with an extensive domestication history and germplasm diversity, making it an ideal target for genetic improvement. To meet growing food security needs particularly with controlled environment agriculture (CEA) systems, specialized breeding strategies are required. The goal of this study was to survey the phenotypic architecture of a global kale germplasm collection under commercial CEA conditions. This study establishes a phenotypic baseline and serves as a hypothesis generating resource for future genetic and physiological studies in kale and other leafy vegetables grown under CEA. RESULTS: A total of 203 kale accessions were phenotyped for 113 quantitative traits using high-throughput phenotyping methods. Significant differentiation was observed across all traits, with coefficient of variation ranging from 2.5% to 180.7%, confirming broad genetic variability among accessions. Trait correlation networks and hierarchical clustering grouped phenotypes into seven biologically corresponding modules including leaf, stem and root morphology, plant architecture, hyperspectral indices, and seedling growth. These modules highlight coordinated phenotypic patterns among traits. Integrative yield analyses combining partial least squares variable importance in projection with differential trait analysis identified 28 phenotypes most strongly associated with total aboveground fresh weight, a robust proxy for CEA vegetative yield. Principal component analysis further distilled these traits into three orthogonal components explaining 87.1% of total yield variation. These components represented modules related to plant organ size, canopy structure, and density, emphasizing their biological contribution to harvestable biomass. CONCLUSIONS: This study generates a foundational phenomics resource and comprehensive dissection of kale’s yield architecture under CEA conditions. The composition of traits identified constitutes a targeted set of breeding traits to be further validated for improved leafy vegetable yield. By integrating large-scale germplasm resources with phenomics, this work establishes the utility of a high-throughput phenotypic analysis for further leafy crop research and improvement.
Why it matches plant phenotyping methods大規模なハイスループット植物表現型解析を中核とし、113形質の取得、統合解析、再利用可能なフェノミクス資源の構築を行っているため。
abstractA total of 203 kale accessions were phenotyped for 113 quantitative traits using high-throughput phenotyping methods.
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 confirmedCrossref · checked 13 Sept 2026
Field / plotLiDAR / point cloudRGB / grayscaleLeafStem / branchWhole plant / canopy / plot / fieldClassificationSegmentation
Abstract Annotated datasets are essential for training and evaluating machine learning models in forest ecology. This dataset provides high-resolution, annotated LiDAR point clouds of 674 individual trees from 12 forest plots in the Shivalik Range of northern Haryana, India, representing 24 species. Data were acquired using Terrestrial Laser Scanning (TLS) and Airborne Laser Scanning (ALS), include field-measured attributes such as species identity and Diameter at Breast Height (DBH), and terrestrial and aerial RGB imagery. TLS point clouds were georeferenced and co-registered with centimetre-level accuracy, enabling precise integration with ALS data. The dataset includes segmented individual trees and wood–leaf classifications, suitable for applications such as tree morphology analysis, biomass estimation, and species classification. To support benchmarking, outputs from established classification algorithms (LeWoS, TLSeparation, CANUPO, and Random Forest) are included. As one of the first open-access LiDAR datasets from Indian tropical forests, it provides critical reference data for developing and validating forest structure models. It can also aid biomass mapping efforts in support of large-scale missions such as NASA-ISRO’s NISAR and ESA’s BIOMASS.
Why it matches plant phenotyping methods個体樹木のLiDAR点群・RGB画像と樹木セグメンテーションを含む公開データセットで、樹形解析や森林構造モデルの開発・検証、分類アルゴリズムのベンチマークを目的としており、植物形質取得が中心です。
abstractThis dataset provides high-resolution, annotated LiDAR point clouds of 674 individual trees from 12 forest plots in the Shivalik Range of northern Haryana, India, representing 24 species.
Reproduction assets foundThe paper's authors explicitly state that all code used for data processing, wood-leaf classification, feature extraction, and tree volume estimation is openly available on GitHub at https://github.com/moonis-ali/Dataset, which is an allowed URL. The paper's core LiDAR dataset is deposited on Zenodo (10.5281/zenodo.153Code · publicAll code used for data processing, wood-leaf classification, feature extraction, and tree volume estimation is openly available on GitHub at https://github.com/moonis-ali/Dataset .Open asset ↗https://github.com/moonis-ali/Datasetlines:479-553Plant phenotyping relevance match · UnverifiedOpenAlex · arXiv · checked 13 Sept 2026
Modeling the time-varying 3D appearance of plants during growth poses unique challenges: unlike most dynamic scenes, plants continuously generate new geometry as they expand, branch, and differentiate. Existing dynamic scene representations are ill-suited to this setting: deformation fields provide insufficient constraints to yield physically plausible scene dynamics, and 4D Gaussian splatting represents the same physical structures with different Gaussian primitives at different times, breaking temporal consistency. We introduce GrowFlow, a dynamic representation that couples 3D Gaussian primitives with a neural ordinary differential equation to model plant growth as a continuous flow field over geometric parameters (position, scale, and orientation). Our representation enables consistent appearance rendering and models nonlinear, continuous-time growth dynamics with full temporal correspondences for every primitive. To initialize a sufficient set of Gaussian primitives, we first reconstruct the mature plant and then learn a reverse-growth process, effectively simulating the plant's developmental history in reverse. GrowFlow achieves superior image quality and geometric coherence compared to prior methods on a new, multi-view timelapse dataset of plant growth, and provides the first temporally coherent representation for appearance modeling of growing 3D structures.
Why it matches plant phenotyping methods植物の成長を対象に、4D再構成と連続的な成長表現を開発し、幾何学的整合性と画像品質を既存手法・新規データセットで比較評価しているため、植物フェノタイピング手法が中心です。
abstractWe introduce GrowFlow, a dynamic representation that couples 3D Gaussian primitives with a neural ordinary differential equation to model plant growth as a continuous flow field over geometric parameters (position, scale, and orientation).
Field / plotSegmentationStress / disease detectionDisease symptoms / severity
Plant diseases pose significant threats to agriculture, making proper diagnosis and effective treatment crucial for protecting crop yields. In automatic diagnosis processing, image segmentation helps to identify and localize diseases. Developing robust image segmentation models for detecting plant diseases requires high-quality annotations. Unfortunately, existing datasets rarely include segmentation labels and are typically confined to controlled laboratory settings, which fail to capture the complexity of images taken in the wild. Motivated by these, we established a large-scale segmentation dataset for plant diseases, dubbed PlantSeg. In particular, PlantSeg is distinct from existing datasets in three key aspects: (1) Annotation types: PlantSeg includes detailed and high-quality disease area masks. (2) Image sources: PlantSeg primarily comprises in-the-wild plant disease images rather than laboratory images provided in existing datasets. (3) Scale: PlantSeg contains the largest number of in-the-wild plant disease images, including 7,774 diseased images with corresponding segmentation masks. This dataset provides an ideal yet unified benchmarking platform for developing advanced plant disease segmentation algorithms.
Why it matches plant phenotyping methods植物病害領域の画像セグメンテーション用データセットを構築し、病害領域マスクとベンチマーク基盤を提供することが中心で、植物の病害状態を直接推定する方法論的貢献である。
abstractThis dataset provides an ideal yet unified benchmarking platform for developing advanced plant disease segmentation algorithms.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe codes for the baseline reproduction are presented in https://github.com/tqwei05/PlantSeg.Open asset ↗https://github.com/tqwei05/PlantSeghtml-lines:720-764Plant phenotyping relevance match · UnverifiedOpenAlex · Europe PMC · bioRxiv · checked 15 Sept 2026
Abstract Accurate three-dimensional (3D) nuclear instance segmentation is a prerequisite for quantitative phenotyping in volumetric microscopy, yet remains challenging in densely packed tissues, irregular nuclear morphologies, and across heterogeneous imaging modalities. Here we present NucVerse3D, a deep-learning framework for generalized 3D nuclei instance segmentation that combines a residual attention 3D U-Net architecture with a reversible gradient-field representation for robust centroid-aware instance reconstruction. NucVerse3D is trained end to end in 3D using modality-agnostic preprocessing and isotropic scale normalization, enabling deployment across confocal microscopy, two-photon microscopy, light-sheet microscopy, micro–computed tomography, and scanning electron microscopy volumes. We benchmarked NucVerse3D on seven volumetric datasets spanning multiple species and tissues, comprising more than forty thousand manually annotated nuclei, including newly released ground-truth datasets of mouse liver tissue (control and hepatocellular carcinoma) and Drosophila brain glial nuclei. Across datasets, NucVerse3D achieved consistently high precision, recall, F1-score, and average precision, and outperformed the state-of-the-art methods particularly in dense and irregular settings, while remaining competitive on simpler cases. A single generalized model trained on pooled data matched the performance of dataset-specific models, and ablation experiments demonstrated that preprocessing and scale normalization substantially contribute to performance under strict intersection-over-union criteria. To demonstrate the biomedical utility of NucVerse3D, we applied it to three-dimensional liver images from a mouse model of hepatocellular carcinoma (HCC). High-fidelity, nucleus-by-nucleus segmentation enabled the quantification of the Nuclear Decoupling Score (NDS), which captures deviations in nuclear DNA–volume coupling at the single-nucleus level. NDS analysis revealed a progressive increase in nuclear abnormalities within tumor regions, forming spatially coherent domains of dysregulated nuclei and highlighting NDS as a potential quantitative biomarker of dysplastic and tumor tissue. Together, NucVerse3D provides a robust and generalizable solution for 3D nuclear instance segmentation and enables quantitative nuclear phenotyping across imaging modalities. Highlights - NucVerse3D provides accurate 3D nuclear instance segmentation across modalities - Residual attention and gradient fields enable robust separation of dense nuclei - New 3D annotated datasets of mouse liver and Drosophila brain are released - A generalized model achieves performance comparable to dataset-specific training - 3D nuclear phenotyping reveals spatially organized nuclear abnormalities in HCC
Why it matches plant phenotyping methods3D核インスタンスセグメンテーション手法を開発し、多数のデータセットでベンチマークするとともに、核形態状態の定量的フェノタイピングへ応用しているため。
abstractHere we present NucVerse3D, a deep-learning framework for generalized 3D nuclei instance segmentation
This data descriptor presents a dataset comprising crop and soil parameters measured in winter wheat fields near the town of Knezha, Bulgaria. The data were collected as part of a project evaluating the potential of vegetation indices derived from Sentinel-2 satellite imagery to predict biophysical and biochemical crop parameters. The core dataset consists of measurements obtained from 20 m × 20 m field plots and includes a broad range of parameters: leaf area index, fraction of absorbed photosynthetically active radiation, vegetation cover fraction, chlorophyll content, above-ground biomass, plant nitrogen content, biological yield, surface soil moisture, spectral reflectance, plant density, crop height, visual assessments of disease or pest damage, and data on weed occurrence. The dataset is complemented by unmanned aerial vehicle imagery, crop calendars, and field management information. The main soil types in the study area were characterized through soil profiles, while meteorological data were obtained from an automated weather station. The data were collected during the 2016–2017 and 2017–2018 agricultural seasons. The dataset is freely available for download and serves as a valuable resource for researchers in remote sensing—particularly for validating satellite-derived products—as well as for specialists involved in winter wheat monitoring, modeling, and agronomic studies.
Why it matches plant phenotyping methods冬小麦の複数の植物形質を含む再利用可能なデータセットを提示し、UAV画像や衛星由来指標の検証を主目的としているため、植物フェノタイピング用データセットとして採用。
abstractThis data descriptor presents a dataset comprising crop and soil parameters measured in winter wheat fields near the town of Knezha, Bulgaria.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicDataset: In situ and UAV dataset with crop and soil parameters obtained from winter
wheat fields. https://doi.org/10.5281/zenodo.17475742.Open asset ↗zenodo · 10.5281/zenodo.17475742pdf-page:1 lines:1-56Code / dataset availability confirmedEurope PMC · OpenAlex · checked 15 Sept 2026
Fine-grained 3D phenotypic analysis of rice plays a vital role in rice breeding and yield estimation. However, a comprehensive rice data acquisition and segmentation pipeline is still lacking. While Neural Radiance Fields (NeRF) have shown impressive results in crop-level 3D reconstruction, their high sensitivity to data volume and camera viewpoints often leads to reconstruction failures for rice. In addition, the large-scale rice point clouds, coupled with heavy occlusion and visual similarity among grains, pose significant challenges for fine-grained trait extraction. To address the challenge of reconstructing rice point clouds under low-quality data conditions, we propose a novel method named Multi-Scale NeRF(MSNeRF). This method incorporates a structure-detail collaborative reconstruction mechanism and a dynamic initialization density scheduling strategy. Furthermore, we introduce a multimodal and multitask rice dataset (MMR) as a benchmark resource for future research. For rice point cloud segmentation, we develop Vision Rice Knowledge Graph Network(VRKGNet), which comprises an image segmentation module, a projection module, and a point cloud segmentation module enhanced with a Transformer to enlarge the receptive field. VRKGNet performs standalone point cloud segmentation and integrates image segmentation results from multiple viewpoints as prior knowledge to enhance semantic and instance-level segmentation. Extensive experiments demonstrate that MSNeRF achieves high-fidelity point cloud reconstruction with as few as 10 viewpoints. VRKGNet achieves superior rice plant segmentation with a semantic segmentation mIoU of 88.79% and an instance segmentation AP 25 of 84.55%, outperforming mainstream algorithms.
Why it matches plant phenotyping methods米の3D形質取得・再構成・分割を中核とする手法開発であり、データセット/ベンチマークも提供しているため、植物フェノタイピング手法文献に該当する。
abstractwe propose a novel method named Multi-Scale NeRF(MSNeRF)
Reproduction assets foundThe paper's authors explicitly state that the source code for MSNeRF and VRKGNet is publicly available on GitHub with testing scripts and test cases to reproduce the main results. The MMR dataset itself is only available upon request from the corresponding author, so it does not qualify as a public asset.Code · publicof Hefei Artificial Intelligence Breeding Accelerator Co. Ltd. ( NB2024005-02 ).
Data availability
The source code for the proposed methods, MSNeRF and VRKGNet, is publicly available on GitHub. The released repositories contain testing scripts and test cases used to reproduce the main results presented in this paper:
•
MSNeRF : https://github.com/qfwysw/MSNeRF.git
•
VRKGNet : https://github.com/qfwysw/VRKGNet.git
The datasets used in the experiments are available from the corresponding author upon reasonable request. For access or further inquiries, please contact the corresponding author.
Declaration of competing interest
The authors declare that they have no known competing financial iOpen asset ↗https://github.com/qfwysw/MSNeRF.gitlines:620-663Code · publicator Co. Ltd. ( NB2024005-02 ).
Data availability
The source code for the proposed methods, MSNeRF and VRKGNet, is publicly available on GitHub. The released repositories contain testing scripts and test cases used to reproduce the main results presented in this paper:
•
MSNeRF : https://github.com/qfwysw/MSNeRF.git
•
VRKGNet : https://github.com/qfwysw/VRKGNet.git
The datasets used in the experiments are available from the corresponding author upon reasonable request. For access or further inquiries, please contact the corresponding author.
Declaration of competing interest
The authors declare that they have no known competing financial interests or personal relationships that could haveOpen asset ↗https://github.com/qfwysw/VRKGNet.gitlines:620-663Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
RiceRootMorphology / geometry measurementSegmentationRoot system architecture
Root phenotypic traits such as length and number are critical indicators of plant growth and productivity. However, accurate extraction of these traits remains challenging due to the slender morphology, dense overlap, and frequent occlusion within root systems. Traditional digital image processing methods suffer from low throughput and limited robustness, while most deep learning-based approaches rely on semantic segmentation, which fails to distinguish individual roots and therefore limits their applicability in instance-level phenotypic analysis.To address these limitations, we propose Dual-Guided Asymmetric MP-Former (DGA-MP-Former), a novel instance segmentation model tailored for root phenotyping, with rice roots as a representative case. Building upon the MP-Former framework, our model introduces two key components: the Guided-Enhancement Pixel Decoder (GEPD) and the Asymmetric Dual-Query Decoder (ADQD). The GEPD enhances multi-scale feature representations via Hybrid Convolution Aggregator, Semantic-Guided Fusion Module and Frequency-Guided Feature Enhancement Module, effectively capturing fine root structures and low-contrast regions. ADQD employs asymmetric interaction between semantic and instance queries to improve long-range dependency modeling and instance separation in occluded scenarios.Additionally, we present the Rice Root Segmentation Dataset (RRSD), comprising of 343 high-resolution images with instance-level annotations. Experimental results show that DGA-MP-Former achieves state-of-the-art performance on RRSD, with 57.2% AP 0.5:0.95 and 87.4% AP 0.5 . Importantly, the accurate instance segmentation results enable reliable computation of instance-level geometric traits, such as root perimeter and area. To quantitatively assess phenotypic measurement accuracy, Relative Area Error (RAE) and Relative Perimeter Error (RPE) are further introduced, achieving 26.4% and 20.2%, respectively. These results demonstrate that the proposed method effectively bridges instance segmentation accuracy and phenotypic quantification reliability, supporting high-throughput and precise root phenotyping.
Why it matches plant phenotyping methodsイネ根の個体別セグメンテーションモデルを開発し、データセット提供、性能評価、および根の形態形質推定まで行っており、植物フェノタイピング手法が研究の中心である。
abstractwe propose Dual-Guided Asymmetric MP-Former (DGA-MP-Former), a novel instance segmentation model tailored for root phenotyping
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe Rice Root Segmentation Dataset is open sourced for the research community at ”https://github.com/Run-19/DGA-mpformer”.Open asset ↗Run-19/DGA-mpformerhtml-lines:442-469Code / 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
Soybean ( Glycine max L. ) performs an important position as a main resource of protein in Indonesia. Its quality and productivity can be assessed based on the characteristics of its seed. Accordingly, the identification process through the observation of soybean seed traits is a crucial step in plant breeding and quality assurance. Manual approaches rely on manual observation, which is subjective, prone to human error and time-consuming. With the improvement of artificial intelligence, automated seed identification has appeared as a potential solution. However, progress is constrained by the lack of open and standardized image datasets, especially for locally bred varieties in developing countries. To address this gap, we propose an open image dataset of Indonesian soybean seeds from three widely cultivated and plant-bred varieties: Anjasmoro, Grobogan, and DEGA-1. The dataset consists of high-resolution seed images captured with an Epson L360 flatbed scanner, with the optical resolution fixed at 800 dots per inch, yielding images of 6800 × 9359 pixels. All raw images are saved in JPG format. No manually segmentation masks are released in this version, instead of using Deeplab V3+ with MobileNet as backbone to enable the automated seed image segmentation. The curated dataset is intended to support a broad range of applications, including computer vision tasks such as image classification and segmentation, as well as research in plant breeding, seed quality assessment, and agricultural informatics. By providing a standardized and publicly accessible resource, this dataset contributes to the advancement of interdisciplinary studies at the intersection of agriculture and artificial intelligence.
Why it matches plant phenotyping methods大豆種子画像を標準化して公開するデータセット研究であり、種子形質の自動画像解析・セグメンテーションを支援する方法論的資源が中心です。
titleAn open image dataset of Indonesian soybean seed varieties (Anjasmoro, Grobogan, DEGA-1) for agricultural research and machine learning applications.
Reproduction assets foundThe paper is a data descriptor for a public Mendeley Data repository containing the authors' own soybean seed image dataset (raw scans and segmented seed images) used for seed phenotyping, with an explicit direct URL and DOI.Dataset · publicData accessibility
Repository name: Mendeley Data
Data identification number: DOI: 10.17632/c733bjz4m3.3
Direct URL to data: https://data.mendeley.com/datasets/c733bjz4m3/3Open asset ↗Mendeley Data · 10.17632/c733bjz4m3.3html-lines:115-142Plant phenotyping relevance match · UnverifiedCrossref · checked 5 Sept 2026
AI-driven imaging is becoming central to crop monitoring, with proximal and unmanned aerial vehicle (UAV) platforms now routinely used for disease and stress detection, yield estimation, canopy structure, and fruit counting. Yet, as these models move from plots to farms, the main bottleneck is no longer raw accuracy but robustness under distribution shift. Systems trained in one field, season, cultivar, or sensor often fail when the scene, sensor, protocol, or timing changes in realistic ways. This review synthesizes recent advances on robustness and transferability in proximal and UAV imaging, drawing on a corpus of 42 core studies across field crops, orchards, greenhouse environments, and multi-platform phenotyping. Shift types are organized into four axes, namely scene, sensor, protocol, and time. The article also maps the empirical evidence on when RGB imaging alone is sufficient and when multispectral, hyperspectral, or thermal modalities can potentially improve robustness. This serves as a basis to synthesize acquisition and evaluation practices that often matter more than architectural tweaks, which include phenology-aware flight planning, radiometric standardization, metadata logging, and leave-one-field/season-out splits. Adaptation options are consolidated into a practical symptom/remedy roadmap, ranging from lightweight normalization and small target-set fine-tuning to feature alignment, unsupervised domain adaptation, style translation, and test-time updates. Finally, a benchmark and dataset agenda are outlined with emphasis on object-oriented splits, cross-sensor and cross-scale collections, and longitudinal datasets where the same fields are followed across seasons under different management regimes. The goal is to outline practices and evaluation protocols that support progress toward deployable and auditable systems, noting that such claims require standardized out-of-distribution testing and transparent reporting as emphasized in the benchmark specification and experiment suite proposed here.
Why it matches plant phenotyping methods植物の近接・UAV画像による病害・ストレス・収量・キャノピー構造・果実数の推定について、頑健性、転移性、取得・評価プロトコル、ベンチマークを体系化する方法論レビューであり、フェノタイピング手法が中心です。
abstractThis review synthesizes recent advances on robustness and transferability in proximal and UAV imaging, drawing on a corpus of 42 core studies across field crops, orchards, greenhouse environments, and multi-platform phenotyping.
Plant disease adversely impacts food production and quality. Alongside detecting the disease, estimating its severity is important in managing the disease. Artificial intelligence deep learning-based techniques for plant disease detection are emerging. Unlike most of these techniques, which focus on disease recognition, this study addresses various plant disease-related tasks, including annotation, severity classification, lesion detection, and leaf segmentation. We propose a novel approach that learns the disease symptoms, which are then used to segment disease lesions for severity estimation. To demonstrate the work, a dataset of barley images was used. We captured the images of barley plants inoculated with diseases on test-bed paddocks at various growth stages. The dataset was automatically annotated at a pixel level using a trained vision transformer to obtain the ground truth labels. The annotated dataset was applied to train salient object detection (SOD) methods. Two top-performing lightweight SOD models were used to segment the disease lesion areas. To evaluate the performance of the SODs, we have tested them on our dataset and several other datasets, including the Coffee dataset, which has expert pixel-level labels that were unseen during the training step. Several morphological and spectral disease symptoms, including those akin to the widely used ABCD rule for human skin-cancer detection, i.e., asymmetry (A), border irregularity (B), colour variance (C), and diameter (D), are learned. To the best of our knowledge, this is the first study to incorporate these ABCD features in plant disease detection. We further extract visual and texture features using the grey level co-occurrence matrix (GLCM) and fuse them with the ABCD features. For the coffee dataset, our method achieved 82 + % detection accuracy on the severity classification task. The results demonstrate the performance of the proposed method in detecting plant diseases and estimating their severity.
Why it matches plant phenotyping methods植物病斑の画素レベル分割と病害重症度推定という、植物状態を画像から定量化する手法が研究の中心であり、データセット構築・モデル評価も行っている。
abstractthis study addresses various plant disease-related tasks, including annotation, severity classification, lesion detection, and leaf segmentation
Accurate real-time quantification of strawberry ripeness is critical for advancing selective strawberry harvesting robots. However, existing methods often overlook inconsistencies caused by color distortion under varying light intensities. This study aims to verify and quantitatively analyze the influence of illumination on strawberry ripeness, and further presents a novel light-resilient vision-based ripeness regression method that overcomes these limitations through three key innovations. First, the research established the first fine-grained ripeness metric under controlled lighting conditions and introduced the comprehensive LightStrawberry dataset, featuring multi-illumination strawberry images. Second, we propose SRR-Net, an innovative end-to-end strawberry ripeness regression network built upon YOLOv8/YOLOv11. The network incorporates a dedicated ripeness regression branch that operates in parallel with the detection and segmentation heads, enabling simultaneous and efficient estimation of strawberry maturity. To further mitigate lighting-induced color distortion, RetinexNet was integrated to decompose, adjust, and reconstruct images by normalizing illumination and reflectance. Experiments demonstrated that SRR-Net achieved 0.918 mAP@50 for segmentation and operated at 210.3 FPS based on YOLOv11, while SRR-Net with RetinexNet attained 0.898 mAP@50 and 43.39 FPS. Though slightly lower in precision than other methods, both significantly improved ripeness accuracy, with mean absolute errors (MAE) of 0.040 and 0.037, representing 68.75 % and 71.09 % improvements over conventional Mask R-CNN approaches. Field experiments further demonstrated that SRR-Net and SRR-Net with RetinexNet achieved superior performance in ripeness regression. However, their detection and segmentation performance showed limited adaptability to real orchard conditions due to the characteristics of the LightStrawberry dataset. Overall, both models outperformed the standard YOLOv8/v11 baselines but were slightly inferior to Mask R-CNN. This work provides a robust solution for strawberry-harvesting robotics, enabling reliable ripeness assessment in challenging field environments.
Why it matches plant phenotyping methods画像からイチゴの成熟度を定量推定する回帰手法、照明補正、データセットを開発・評価しており、植物形質取得が中心である。
abstractpresents a novel light-resilient vision-based ripeness regression method
Plant disease adversely impacts food production and quality. Alongside detecting the disease, estimating its severity is important in managing the disease. Artificial intelligence deep learning-based techniques for plant disease detection are emerging. Unlike most of these techniques, which focus on disease recognition, this study addresses various plant disease-related tasks, including annotation, severity classification, lesion detection, and leaf segmentation. We propose a novel approach that learns the disease symptoms, which are then used to segment disease lesions for severity estimation. To demonstrate the work, a dataset of barley images was used. We captured the images of barley plants inoculated with diseases on test-bed paddocks at various growth stages. The dataset was automatically annotated at a pixel level using a trained vision transformer to obtain the ground truth labels. The annotated dataset was applied to train salient object detection (SOD) methods. Two top-performing lightweight SOD models were used to segment the disease lesion areas. To evaluate the performance of the SODs, we have tested them on our dataset and several other datasets, including the Coffee dataset, which has expert pixel-level labels that were unseen during the training step. Several morphological and spectral disease symptoms, including those akin to the widely used ABCD rule for human skin-cancer detection, i.e., asymmetry (A), border irregularity (B), colour variance (C), and diameter (D), are learned. To the best of our knowledge, this is the first study to incorporate these ABCD features in plant disease detection. We further extract visual and texture features using the grey level co-occurrence matrix (GLCM) and fuse them with the ABCD features. For the coffee dataset, our method achieved 82+% detection accuracy on the severity classification task. The results demonstrate the performance of the proposed method in detecting plant diseases and estimating their severity.
Why it matches plant phenotyping methods植物病害の病変を画像から抽出し、病害重症度という植物状態を推定する手法の開発・評価が中心であるため。
titleAutomatic pixel-level annotation for plant disease severity estimation
Food security continues to be a significant challenge the world over, with crop production becoming increasingly threatened by crop diseases and pest infestations. In the case of chili production, farmers often suffer significant yield loss and economic insecurity due to the unpredictable nature of both of these problems. Current pest control options (agrochemical and organic methods alike) have not reliably been enough for timely and effective control and demonstrate the importance of early and effective pest and disease identification processes. To solve this problem, the present work describes a deep learning implementation that leverages advanced YOLO-based architectures for the detection and classification of leaf diseases and pest on chili plant leaves. The present work trains and evaluates three models (YOLOv5, YOLOv7, and YOLOv8) on a newly created and balanced dataset of over 28,800 images combining 20 total classes of pest and leaf diseases. The dataset was supplemented by preprocessing the images and conducting an augmentation process to create a total of 32,000 images for training to generate reliable models. The results from the experiments found that YOLOv8 provided the best baseline performance of 95.1% mean Average Precision (mAP), while YOLOv5 had an mAP of 86.1%, and YOLOv7 had an mAP of 67.5%. An additional enhancement in the construction of a Modified YOLOv8 hybrid model—reflecting all advantages of YOLOv5, YOLOv7, and YOLOv8—achieved a highest mAP of 99.5% to be the most effective model in this study, the results suggest that the newly proposed Modified YOLOv8 framework, is highly accurate and reliable for the early detection of pests and diseases in chili, and is helpful to improve sustainable agricultural practices, mitigate crop losses, and increase global food security.
Why it matches plant phenotyping methodsチリ葉の病害を画像から検出・分類する深層学習手法の開発、比較評価、データセット構築が研究の中心であり、植物の病害状態を直接推定するため対象範囲に該当する。
abstractthe present work describes a deep learning implementation that leverages advanced YOLO-based architectures for the detection and classification of leaf diseases and pest on chili plant leaves.
Field / plotMicroscopyCell / cellular structureMorphology / geometry measurement
Pollen and spore morphology provides essential taxonomic reference data for floristic and environmental studies in tropical regions, where modern comparative datasets remain limited. This study documents the morphological characteristics of pollen and spores recovered from a shallow soil profile in a degraded mixed deciduous forest within Sri Nan National Park, northern Thailand. Using a non-acetolysis extraction protocol and systematic sub-sampling of a 30-cm profile, pollen and spores representing 37 plant families were identified, including lycophytes, bryophytes, monilophytes, gymnosperms, and angiosperms. Spore-producing taxa, particularly monilophytes, dominate the assemblage, while angiosperm pollen includes both arboreal and non-arboreal elements. More than 100 morphotypes are described based on aperture type, exine ornamentation, size, and symmetry, supported by high-resolution photomicrographs and standardized morphotype descriptions. The resulting dataset expands the regional palynological reference framework for northern Thailand and tropical Southeast Asia and supports consistent taxonomic identification in palynological, floristic, and comparative paleoecological studies, particularly in human-impacted forest-agriculture mosaics.
Why it matches plant phenotyping methods植物の花粉・胞子形態を標準化して記載し、高解像度画像を含む再利用可能な地域参照データセットを構築しており、形態取得・記述が研究の中心です。
abstractMore than 100 morphotypes are described based on aperture type, exine ornamentation, size, and symmetry, supported by high-resolution photomicrographs and standardized morphotype descriptions.
This study addresses the challenge of organ-level instance segmentation in cotton point clouds, which arises from significant morphological variations and leaf occlusion across growth stages. To achieve high-precision leaf extraction, a hybrid framework integrating PointNeXt and DBSCAN is proposed. A dataset containing 1,065 cotton plants from seedling to boll-opening stages was constructed via multi-view image reconstruction and augmented through random rotation and scaling. Methodologically, a two-stage pipeline was designed: semantic segmentation was first performed using the PointNeXt network, where its residual MLP blocks enhanced edge and local feature learning; instance segmentation was then conducted by applying density-adaptive DBSCAN clustering to the semantic results, effectively mitigating over-segmentation in emerging leaves. Experimental results indicate that the semantic segmentation achieved an mIoU of 0.9846, representing a 7.2% improvement over PointNet++. The subsequent instance segmentation attained an ARI of 0.983, reduced the over-segmentation rate by 63%, and maintained an error below 3% for leaves smaller than 5 cm 2 . The framework provides reliable technical support for the automated extraction of key phenotypic traits such as leaf area index and leaf inclination distribution.
Why it matches plant phenotyping methods綿花葉の点群から器官レベルの葉を自動抽出するセグメンテーション手法を開発・評価し、葉面積指数や葉傾斜分布などの表現型形質への応用を示しているため、方法が中心的である。
abstractTo achieve high-precision leaf extraction, a hybrid framework integrating PointNeXt and DBSCAN is proposed.
This article introduces Agri-Vision Bangladesh, a comprehensive, augmented image dataset designed to advance automated disease diagnosis in four economically vital agricultural crops: Bottle Gourd ( Lagenaria siceraria ), Zucchini ( Cucurbita pepo ), Papaya (Carica papaya), and Tomato ( Solanum lycopersicum ). Addressing the scarcity of region-specific agricultural data, a total of 5266 original images were acquired directly from diverse agricultural fields in Bangladesh using a SONY ALPHA 7 II full-frame camera under natural lighting conditions. The dataset encompasses 28 distinct classes, covering a wide spectrum of biotic stressors including viral (Mosaic Virus, Leaf Curl), fungal (Downy Mildew, Anthracnose, Alternaria Blight), bacterial (Bacterial Blight, Xanthomonas), and pest-induced damage (Insect Hole, White Spot), alongside Healthy samples. To ensure scientific reliability, each image underwent a rigorous two-stage validation process by senior agronomists. To tackle class imbalance and facilitate the training of data-intensive Deep Learning models, the dataset was expanded using a Python-based augmentation pipeline incorporating geometric transformations (rotation, flipping) and photometric adjustments (noise, brightness) resulting in a final repository of 28,000 images (5266 original and 22,734 augmented). All files are standardized to 512×512 pixels in JPG format. This expert-validated resource serves as a critical benchmark for developing robust computer vision algorithms (e.g., CNNs, Vision Transformers) for precision agriculture, enabling research into fine-grained classification, object detection, and cross-crop transfer learning in subtropical farming environments.
Why it matches plant phenotyping methods植物病害症状を画像で分類するための専門家検証済みデータセットを構築し、再利用可能なベンチマークとして提供しているため、植物表現型取得法が中心です。
abstractThis article introduces Agri-Vision Bangladesh, a comprehensive, augmented image dataset designed to advance automated disease diagnosis
Reproduction assets foundThe paper is a Data in Brief article describing the Agri-Vision Bangladesh multi-crop leaf disease image dataset, publicly deposited on Mendeley Data with an explicit direct URL and DOI (10.17632/8t6k37ztxc.2). This is a paper-specific public asset containing the original and augmented plant images used in the study.Dataset · publicRepository name: Mendeley Data
Data identification number: 10.17632/8t6k37ztxc.2
Direct URL to data: https://data.mendeley.com/preview/8t6k37ztxc?a=a88a48f1-a9b0-4354-a081-cc8f1e936364Open asset ↗Mendeley Data · 10.17632/8t6k37ztxc.2html-lines:93-117Code / dataset availability confirmedCrossref · Europe PMC · checked 14 Sept 2026
Abstract Time-resolved phenotyping of disease symptoms enables dissection of resistance mechanisms and improves diagnosis, but acquiring phenotypic data at satisfactory scale remains challenging. Advances in imaging and image processing have improved measurement precision, robustness, and throughput, but further improvements are needed for practical application. We present a data set comprising 12,520 high-resolution (~0.03 mm/pixel) RGB images representing 1,032 time series of wheat leaves with developing disease symptoms. All images are geometrically aligned with a median precision of 0.16 mm (≈5 pixels). The dataset includes transformation matrices, symptom segmentation masks, metadata on treatments, weather, crop phenology, and disease occurrence, and a lightweight Python toolkit for loading, aligning, inspecting, and editing image sequences. These resources enable detailed investigation of leaf-level disease dynamics such as lesion, pustule, and fruiting body emergence rates, lesion growth, and dynamic interactions of disease development with spatial and environmental contexts. They offer a broad basis for developing improved methods for image alignment and symptom detection, segmentation, and tracking, possibly by tackling these connected challenges within a single end-to-end framework.
Why it matches plant phenotyping methods葉の病徴を対象とした高解像度時系列画像データセットで、幾何位置合わせ、病徴セグメンテーション、追跡用ツールを提供しており、植物病害表現型の取得・解析基盤が中心である。
abstractWe present a data set comprising 12,520 high-resolution (~0.03 mm/pixel) RGB images representing 1,032 time series of wheat leaves with developing disease symptoms.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicWe provide a lightweight Python toolkit to facilitate loading, inspection, and curation of the image sequences and their associated processing products in the associated Git repository (https://github.com/and-jonas/sympathique-wheat).Open asset ↗github.com/and-jonas/sympathique-wheathtml-lines:317-337Plant phenotyping relevance match · UnverifiedbioRxiv · checked 6 Sept 2026
Flow cytometry provides a reliable and fast method for estimating genome size and ploidy levels in plants. Until recently, most studies employed fresh tissues, which limits the use of the method with samples from remote areas or when an extremely high number of samples needs to be processed in a short time. Although there is growing evidence that silica-dried material can be used for ploidy estimation in some taxa, no flora-wide study has been available so far. Here, we provide methodological aspects of an unprecedented study exploring ploidy variation of non-apomictic angiosperms in the Eastern Alps. We have analysed ca. 45,000 silica-dried samples of 1135 species using flow cytometry with DAPI as stain. We were able to obtain ploidy level information from 1104 (97%) of species. The unsuccessful species included succulent plants of the family Crassulaceae (genera Jovibarba, Rhodiola, Sedum, Sempervivum), the achlorophyllous parasitic or mycoheterotrophic genera Orobanche and Hypopitis, and a handful of others. About 80% of samples were successfully analysed using a single universal protocol and leaf tissue, while in the remaining species the use of alternative tissues (such as petioles or flowers) and/or protocol modifications were needed (targeting composition of buffers, duration of fixation or staining time or use of alternative buffers). A total of 377 species (34%) included polyploid cytotypes and 179 (16%) species were ploidy-variable. As a community resource, we provide relative genome sizes and ploidy assignments of 1332 cytotypes retrieved from 1104 species along with methodological details (e.g. buffers, standards, analysed plant organs, histogram quality). We believe that this dataset will facilitate future research in particular species as well as in flora-wide investigations of ploidy level variation of the Central European flora in general. We are confident that novel cytotypes of many species will be discovered in other geographic areas, and we would be delighted if the present dataset could serve the botanical community for comparison.
Why it matches plant phenotyping methods植物のゲノムサイズ・倍数性を推定するフローサイトメトリー法の大規模な適用と、組織・バッファー・固定・染色条件の改良を中心に扱い、再利用可能なデータセットも提供しているため。
abstractFlow cytometry provides a reliable and fast method for estimating genome size and ploidy levels in plants.
Introduction: Accurately segmenting cotton seedling organs from 3D point clouds is fundamental for high-throughput plant phenotyping and digital breeding. However, cotton seedling segmentation remains challenging due to fine-scale and complex organ morphology, uneven point density with noise, and the lack of high-quality annotated datasets. Methods: To address these issues, we propose DCSFormer, a tailored extension of Point Transformer V3 designed for cotton seedling point cloud segmentation. The model introduces the DCS Block, which leverages dynamic sparse expert routing and dual-channel attention to adaptively capture global semantic dependencies and subtle local geometric variations, thereby improving stem-leaf boundary discrimination. In addition, the proposed CLFSkip replaces traditional skip connections with a cross-layer fusion strategy, effectively integrating multi-scale features while preserving organ-level details. We also constructed an annotated cotton seedling dataset to support training and evaluation. Results and Discussion: Experimental results show that DCSFormer achieves 93.67% mIoU, 95.83% mPrec, 97.35% mRec, and 96.56% mF1, outperforming multiple comparison models. Furthermore, when evaluated against baseline models on two public datasets, Crops3D and Pheno4D, DCSFormer exceeds the baseline across all four metrics, further validating its effectiveness and generalizability. This work provides an effective solution for precise cotton seedling organ segmentation.
Why it matches plant phenotyping methods綿花幼苗の3D点群から器官を抽出する手法を開発し、アノテーション済みデータセットの構築と複数データセットでの性能検証を行っており、植物表現型取得が中心である。
abstractAccurately segmenting cotton seedling organs from 3D point clouds is fundamental for high-throughput plant phenotyping and digital breeding.
Reproduction assets foundThe authors constructed an annotated cotton seedling point cloud dataset (100 samples with semantic/instance organ labels and ground-truth traits) used for training and evaluating DCSFormer, and the data availability statement points to a public Kaggle repository containing it. No author analysis code or trained model/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/datasets/tengfeiliu333/dcsformer-cotton/croissant/download .Open asset ↗Kaggle · tengfeiliu333/dcsformer-cottonlines:957-1015Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Hyperspectral reflectance provides rapid, non-destructive phenotyping of plant leaves. These data have been used to develop machine learning models for predicting diverse plant traits, yet key challenges remain. We collected hyperspectral reflectance data together with 25 anatomical, gas exchange, and chlorophyll fluorescence traits from 320 recombinant inbred lines grown over three seasons. Using these data, we systematically (1) compare the performance of PLSR and SVR across a wide range of traits, including also slow fluorescence kinetics, (2) assess model generalizability and transferability, and (3) investigate how different aggregation strategies affect predictive accuracy. Based on a nested cross-validation framework, single cross-validation with MSE as metric performed comparably to repeated cross-validation or PRESS-based calibration. Optimal performance of trait-specific predictions was found to be dependent on the combination of model and data aggregation levels. Structural and biochemical traits showed the best generalizability and transferability, whereas physiological traits, particularly those derived from gas exchange and fluorescence kinetics, exhibited markedly reduced transferability. Together, these results provide a rigorous benchmark for evaluating machine learning models for trait prediction from hyperspectral reflectance data, and highlight both the opportunities and limitations for achieving robust generalization across diverse environments and genotypes.
Why it matches plant phenotyping methodsハイパースペクトル反射データから植物形質を予測する機械学習手法を、複数形質・環境・遺伝子型で系統的に比較し、一般化性と転移性を厳密にベンチマークしているため、方法論が中心である。
abstractHyperspectral reflectance provides rapid, non-destructive phenotyping of plant leaves.
Reproduction assets foundThe paper's Data availability statement explicitly deposits all code and raw hyperspectral/trait data in a public GitHub repository, matching an allowed URL.Code · publicAll code and raw data to ensure reproducibility of the results can be accessed at: [https://github.com/Rudan-X/HyperspectralML](https:/github.com/Rudan-X/HyperspectralML).Open asset ↗Rudan-X/HyperspectralMLlines:158-246Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Background The plant vacuole arises by orchestrated interplay of membrane trafficking, cytoskeletal rearrangements and a variety of signaling pathways. In the root, the characteristic large central vacuole develops by endomembrane reorganization occurring mainly in the transition zone. The vacuole's bounding membrane-the tonoplast-can be visualized in vivo using fluorescent protein markers, allowing for quantitative analysis of confocal microscopy images. Tonoplast organization can thus serve as a sensitive indicator of changes to any of the processes involved in vacuole biogenesis. The Vacuolar Morphology Index (VMI) is widely accepted as a quantitative measure of vacuole structure. However, this metric has two drawbacks-it only reflects the size of the largest vacuolar compartment (missing therefore possible differences in the organization of smaller compartments), and its determination is labor intensive, limiting its use on large datasets. Results We developed an alternative metric for describing vacuole organization, named the Tonoplast Topology Index (TTI), which overcomes the above-mentioned shortcomings of the VMI. We compared the performance of our protocol with VMI on a simulated dataset and on real data. To validate the methods´ performance, we used it to confirm the previously reported differences in vacuole shape and size between Arabidopsis thaliana roots grown on the surface of an agar medium compared to those embedded inside the agar. Both VMI and TTI could efficiently detect the relatively subtle changes in vacuole organization depending on the position of the root in the agar, and provided correlated results. However, only TTI produced data with close to normal value distribution, simplifying subsequent statistical evaluation. Conclusions We present the protocol for TTI determination as a two-stage semi-automated procedure involving microscopic image analysis employing an ImageJ macro and subsequent processing of numeric data in the Jupyter Notebook environment, together with benchmarking image data. Since this implementation is freeware-based, platform-independent and (relatively) user-friendly, we hope it will find its use as a high throughput, added value alternative to the VMI metric.
Why it matches plant phenotyping methods植物液胞構造を定量化する新規指標と半自動画像解析プロトコルを開発し、シミュレーションおよび実画像で既存指標と比較・検証しているため、植物フェノタイピング手法が中心である。
abstractWe developed an alternative metric for describing vacuole organization, named the Tonoplast Topology Index (TTI)
Reproduction assets foundThe paper deposits its benchmark confocal image dataset in the EMBL-EBI BioImage Archive (S-BIAD2226) and its TTI analysis software (ImageJ macro and Jupyter/Python scripts) on GitHub, both with explicit public availability statements.Dataset · publicImage data generated and analyzed in the current study are available in the EMBL-EBI BioImage Archive repository, accession number S-BIAD2226Open asset ↗EMBL-EBI BioImage Archive · S-BIAD2226lines:141-163Code · publicArchive copy, additional sample data and possible future updates of the software tool generated here are also available at [ https://github.com/GeorgeCaldarescu/TTI-Tonoplast-Topology-Index ] .Open asset ↗GitHub · GeorgeCaldarescu/TTI-Tonoplast-Topology-Indexlines:141-163Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Brinjal (Solanum melongena) or eggplant is one of the four most essential vegetable crops that are grown in Bangladesh and contribute significantly to the agricultural industry of the country. Brinjal supports the livelihood of numerous small farmers; however, brinjal is severely susceptible to various fruit diseases, which have serious impacts on yield quality and may cause considerable economic losses. While most existing plant disease datasets primarily focus on leaf-related disorders, only a limited number include fruit-related diseases and even those contain very few classes. This gap is significant because fruit diseases directly affect crop quality, market value, and overall yield. This is why we present here a new and comprehensive dataset that is unparalleled, exclusively for brinjal fruit diseases. This data set consists of 1823 high-quality, labelled images, across five distinct classes: Phomopsis Blight, Shoot and Fruit Borer, Fruit Cracking, Wet Rot, and Healthy Fruit. The images were collected from real farm conditions in numerous areas of Bangladesh to ensure a robust sample of varied environmental and farming practices impacting the growth of diseases. This dataset is designed with the unique aim to support plant disease research and enhance training of deep learning models for autonomous disease detection. Lastly, the dataset will allow early disease detection, enhancing crop management practice, reduction of losses, and increasing farmers' economic returns. The release of this dataset will encourage agricultural research as well as practical use in precision agriculture.
Why it matches plant phenotyping methodsナス果実の病徴を対象とした画像データセットの構築・公開が中心であり、植物の病害状態を画像から識別する再利用可能な表現型データ資源に該当する。
abstractwe present here a new and comprehensive dataset that is unparalleled, exclusively for brinjal fruit diseases.
Reproduction assets foundThe paper's brinjal fruit disease image dataset (1823 labeled images, five classes) is publicly deposited on Mendeley Data, and the authors' model training/augmentation code is publicly available on GitHub.Code · publicThe complete code, along with augmentation scripts and model development, is publicly available in our GitHub repository [12].Open asset ↗GitHubhtml-lines:299-357Plant phenotyping relevance match · UnverifiedEurope PMC · checked 14 Sept 2026
Image segmentation is a fundamental component of vision-based agricultural robotics, enabling accurate fruit localization, disease detection, and automated harvesting. However, real-world strawberry fields present significant challenges due to irregular fruit morphology, dense foliage occlusions, variable ripeness, and strong illumination variability. Moreover, segmentation models trained on a single dataset often fail to generalize across domains, limiting their practical deployment. This paper presents a comprehensive benchmark of classical computer vision methods, convolutional neural networks, instance-based models, and transformer-based architectures across three heterogeneous public strawberry datasets: Db1 (instance segmentation), Db2 (lesion segmentation), and Db3 (semantic segmentation). A unified preprocessing and evaluation framework is adopted to ensure fair comparison using standard metrics, including Intersection-over-Union (IoU), Dice coefficient, Precision, and Recall. Extensive in-domain experiments demonstrate that deep learning models significantly outperform classical approaches, with U-Net and SegFormer achieving IoU values above 0.95 on Db1 and up to 0.83 on Db3. Cross-domain zero-shot evaluations reveal a substantial generalization gap, with U-Net suffering IoU drops of up to 100\%, while SegFormer consistently exhibits improved robustness and reduced cross-domain degradation across most transfer scenarios. To our knowledge, these results establish the first systematic multi-dataset benchmark for strawberry segmentation under domain shift, highlighting the importance of transformer-based architectures for robust agricultural perception and providing practical insights for real-world robotic deployment.
Why it matches plant phenotyping methodsイチゴの病斑・果実を画像から分割する手法を複数データセットで比較・ベンチマークし、ドメインシフト下の性能を評価しているため、植物の病害状態・器官形態の取得が中心である。
abstractThis paper presents a comprehensive benchmark of classical computer vision methods, convolutional neural networks, instance-based models, and transformer-based architectures across three heterogeneous public strawberry datasets
Rice is a critical crop for global food security and economic stability. However, various diseases, including rice blast and bacterial leaf blight, pose significant threats to rice cultivation. Existing methods for detecting rice leaf diseases suffer from low efficiency and limited generalization capability. These methods are incapable of capturing variations of disease characteristics across different growth cycles. Therefore, a lightweight detection model named lightweight knowledge distillation YOLO (LWKD-YOLO) is proposed. The convolutional layers in the YOLOv8 network are replaced with the ADown module. This change significantly reduces computational load while improving detection accuracy. A lightweight detection head, termed the lightweight shared re-parameterizable convolutional detection head (LSRP-Head), was designed. It incorporates group normalization RepConv, further reducing computational complexity while enhancing multi-scale perception capabilities. Furthermore, based on the improved ADown module and LSRP-Head, the YOLOv8x model is employed as a teacher model for inter-channel correlation knowledge distillation. This effectively enhances the ability to learn complex rice leaf disease features. The effectiveness of the proposed method was verified through ablation and comparative experiments on the constructed rice leaf disease dataset. Compared with the baseline model, LWKD-YOLO increases mAP@50 by 1.4%, reduces the number of parameters by 1.3M, and lowers FLOPs by 3.1G. As a result, the proposed model enables efficient rice leaf disease detection in complex environments, demonstrating notable economic and practical significance.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から検出する軽量な深層学習手法を開発し、データセット上で比較・アブレーション検証しており、植物表現型取得が中心である。
abstracta lightweight detection model named lightweight knowledge distillation YOLO (LWKD-YOLO) is proposed.
Modern maize stems possess a well-developed vascular bundle system, which is critical for providing mechanical support and lodging resistance. However, characterization of the microanatomical features of vascular bundles and their functional implications in stem mechanics remains challenging, primarily due to technical limitations in high-throughput microanatomical analysis of stem tissues. We thus constructed data sets consisting of over 500,000 maize stem CT images from a maize diversity panel of 383 inbred lines. We evaluated 32 microanatomical phenotypes of maize basal internodes across two environments in different years. By incorporating engineering mechanics parameters, we calculated novel characteristics of the vascular bundles, including the moment of area (MOA) and the polar moment of inertia (PMOI). Through the high-density phenotypic data set, we identified multiple stem microanatomical phenotypes strongly associated with lodging resistance, particularly of vascular bundle mechanical traits. By integrating population genetic profiling, we discovered and confirmed that ZmLSM2 (U6 small nuclear ribonucleoprotein specific Sm-like 2) serves as a key regulator of stem mechanical strength, might function in RNA processing and maturation within vascular stem cells, identifying novel genetic targets for improving maize lodging resistance. This approach demonstrates the value of combining advanced phenotyping with multi-omics analyses for crop improvement. These discoveries will deepen the understanding of plant stem biomechanical principles and provide novel targets for enhancing lodging resistance in crop breeding programs.
Why it matches plant phenotyping methodsトウモロコシ茎のCT画像から微細構造形質を高スループットに抽出する表現型解析基盤とデータセットが研究の中心であり、単なる生物学的測定ではない。
abstracttechnical limitations in high-throughput microanatomical analysis of stem tissues
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicCT cross‐section images of the third internode from 383 maize inbred lines grown in Beijing and Sanya during two growing seasons can be downloaded via the link: https://pan.baidu.com/s/1CP2kkAmTvy1zi3QJGtKSWQ?pwd=JIPB . Extraction code: JIPB.Open asset ↗lines:204-306Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Malabar spinach is a nutrient-dense leafy vegetable widely cultivated and consumed in Bangladesh. Its productivity is often compromised by Alternaria leaf spot and straw mite infestations. This work proposes an efficient and interpretable deep learning framework for automatic Malabar spinach leaf disease classification. A curated dataset of Malabar spinach images collected from Habiganj Agricultural University and supplemented with public samples was categorized into three classes: Alternaria, straw mite, and healthy leaves. A lightweight SpinachCNN established a strong baseline, while Spinach-ResSENet, enhanced with squeeze-and-excitation modules, improved channel-wise attention and feature discrimination. A customized Vision Transformer (SpinachViT) and SwinV2-Base were further investigated to assess the benefits of transformer-based architectures under limited data. To mitigate annotation scarcity, we employed SimSiam-based self-supervised pretraining on unlabeled images, followed by supervised fine-tuning with cross-entropy or a hybrid objective combining cross-entropy and supervised contrastive loss. The best-performing domain-optimized model, SimSiam-CBAM-ResNet-50, incorporated Convolutional Block Attention Modules and achieved 97.31% test accuracy, 0.9983 macro ROC-AUC, and low calibration error, while maintaining robustness to Gaussian and salt-and-pepper noise. Although a SwinV2-Base benchmark pretrained on ImageNet-22k reached slightly higher accuracy (97.98%, 98.99% with test-time augmentation), its 86.9M parameters and reliance on large-scale pretraining reduce feasibility for edge deployment. In contrast, the SimSiam-CBAM model offers a more parameter-efficient and deployment-friendly solution for real-world agricultural applications. Model decisions are interpretable via Grad-CAM, Grad-CAM++, and LayerCAM, which consistently highlight biologically relevant lesion regions. The spinach dataset used in this study is publicly available on: https://huggingface.co/datasets/saifullah03/malabar_spinach_leaf_disease_dataset.
Why it matches plant phenotyping methods葉画像から病害状態を分類する深層学習手法を開発・比較し、公開データセットと解釈可能性・頑健性も評価しており、植物表現型取得が中心である。
abstractThis work proposes an efficient and interpretable deep learning framework for automatic Malabar spinach leaf disease classification.
Reproduction assets foundThe paper's Malabar spinach leaf disease image dataset (the phenotyping input used for all measurements) is explicitly stated as publicly available on Hugging Face, with the URL given in the abstract and Data Availability Statement. No author analysis code or trained model checkpoints are explicitly deposited.Dataset · publicThe spinach dataset used in this study is publicly available on: https://huggingface.co/datasets/saifullah03/malabar_spinach_leaf_disease_dataset.Open asset ↗huggingface · saifullah03/malabar_spinach_leaf_disease_datasethtml-lines:585-614Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
The early detection of plant diseases is an indispensable task to improve crop yields and production quality. Crop disease observations by experienced pathologists are difficult and might take a long time. Therefore, deep learning (DL) techniques have been utilized to present an automated detection technique that could accurately and timely detect plant diseases. Several DL models in the literature were proposed, but no paper conducted a comparative study between those models to determine which of them was the best alternative for this task. Therefore, twenty-one DL models are compared in this review paper to show which of them could achieve better classification accuracy when applied to detect plant diseases. Three publicly available datasets, namely PlantVillage, Tomato Leaves, and Groundnut Plant Leaf, are used to assess the performance of those models under five different performance metrics, such as accuracy, precision, recall, F1-score, and area under curve (AUC). The extensive experiments conducted in the same environments under the same number of epochs and batch size for all models show that EfficientNetB0 is the best for both PlantVillage and Tomato Leaves datasets, with a classification accuracy of around 99% and 98%, respectively, and ResNet152 is the best for the Groundnut Plant Leaf dataset, with a classification accuracy of 99.7%.
Why it matches plant phenotyping methods植物葉の病徴を画像から分類する深層学習手法を21モデルで比較・評価しており、植物病害状態の表現型推定と技術ベンチマークが中心である。
abstractTherefore, twenty-one DL models are compared in this review paper to show which of them could achieve better classification accuracy when applied to detect plant diseases.
Accurate assessment of rice resistance to Sogatella furcifera (Horváth) is essential for breeding insect-resistant cultivars. Traditional assessment methods rely on manual scoring of damage severity, which is subjective and inefficient. To overcome these limitations, this study proposes an automated resistance evaluation approach based on multi-view 3D reconstruction and deep learning–based point cloud segmentation. Multi-view videos of rice materials with different resistance levels were collected over time and processed using Structure from Motion (SfM) and Multi-View Stereo (MVS) to reconstruct high-quality 3D point clouds. A well-annotated “3D Rice WBPH Damage” dataset comprising 174 samples (15 rice materials, three replicates each, 45 pots) was established, where each sample corresponds to a reconstructed 3D point cloud from a video sequence. A comparative study of various point cloud semantic segmentation models, including PointNet, PointNet++, ShellNet, and PointCNN, revealed that the PointNet++ (MSG) model, which employs a Multi-Scale Grouping strategy, demonstrated the best performance in segmenting complex damage symptoms. To further accurately quantify the severity of damage, an adaptive point cloud dimensionality reduction method was proposed, which effectively mitigates the interference of leaf shrinkage on damage assessment. Experimental results demonstrated a strong correlation (R2 = 0.95) between automated and manual evaluations, achieving accuracies of 86.67% and 93.33% at the sample and material levels, respectively. This work provides an objective, efficient, and scalable solution for evaluating rice resistance to S. furcifera, offering promising applications in crop resistance breeding.
Why it matches plant phenotyping methods3D画像再構成と深層学習によってイネの害虫被害症状・被害重症度を定量化する手法を開発・検証しており、植物表現型取得が研究の中心である。
abstractthis study proposes an automated resistance evaluation approach based on multi-view 3D reconstruction and deep learning–based point cloud segmentation.
Abstract. Climate change and extreme weather events pose challenges to food security, emphasizing the need for reliable and timely monitoring of crop and rangeland conditions. For this purpose, long-term consistent Earth Observation datasets on vegetation conditions are typically used in early warning and crop yield forecast systems. However, the near-real-time (NRT) production of high quality datasets and the need to guarantee long-term records present various challenges. To address these, we present a NRT global dataset of Fraction of Photosynthetically Active Radiation (FPAR) at 500 m resolution, optimized for agricultural applications. Our dataset combines MODIS-FPAR (Collection 6.1) and VIIRS-FPAR (Collection 2) data, ensuring continuity from 2000 to well beyond 2030. We applied a robust filtering approach based on the Whittaker smoother to produce reliable FPAR estimates in NRT, accounting for sparse and irregular spaced observations due to cloud cover. The dataset is composed of two 10 d filtered timeseries: (1) MODIS-FPAR for 2000 to 2023, being the reference dataset, and (2) intercalibrated VIIRS-FPAR for 2018 onward. While several methods can effectively smooth and gap-fill FPAR data (i.e., using observations before and after the estimation date), our method is designed for optimal filtering in NRT (i.e., using only prior observations). Our approach yields six successive estimates of the same FPAR data point with increasing quality: an inital estimate immediately after the 10 d reference period, four subsequent estimates every 10 d using new observations, and a final consolidated estimate 90 d later. The implemented filtering ingests the available FPAR observations and their original quality assessment (QA) layers. To avoid unrealistic extrapolation when observations are sparse, we impose constraints, season and location specific, to FPAR estimates. We then intercalibrated the VIIRS-FPAR with the MODIS-FPAR filtered timeseries, using a mean difference correction approach, to ensure consistency between both series. This paper describes the filtering and intercalibration method used, the quality assessment of resulting timeseries, and details the obtained products and the corresponding QA layers. The NRT FPAR dataset is publicly available through the Joint Research Centre Data Catalogue, https://doi.org/10.2905/1aac79d8-0d68-4f1c-a40f-b6e362264e50 (Seguini et al., 2025).
Why it matches plant phenotyping methodsMODIS/VIIRSから植物キャノピー状態であるFPARを推定するNRTフィルタリング・相互較正手法とデータセットの開発、品質評価が中心であり、単なる農業モニタリングへの routine measurement ではない。
abstractThis paper describes the filtering and intercalibration method used, the quality assessment of resulting timeseries, and details the obtained products and the corresponding QA layers.
Reproduction assets foundThe paper describes its own global NRT 500 m 10 d filtered FPAR dataset (MODIS and intercalibrated VIIRS timeseries with QA layers), explicitly stated to be publicly and freely available via the JRC Data Catalogue DOI and directly downloadable from the ASAP server, with visualization in the ASAP Warning Explorer. This衍Dataset · publicThe NRT FPAR dataset is publicly available through the Joint Research Centre Data Catalogue, https://doi.org/10.2905/1aac79d8-0d68-4f1c-a40f-b6e362264e50 ( Seguini et al. , 2025 ) .Open asset ↗10.2905/1aac79d8-0d68-4f1c-a40f-b6e362264e50lines:158-173Dataset · publicor can be directly downloaded from the following server https://agricultural-production-hotspots.ec.europa.eu/data/MO6_FPAR/ (last access: 30 September 2025).Open asset ↗lines:245-257Plant phenotyping relevance match · UnverifiedOpenAlex · arXiv · checked 13 Sept 2026
High-resolution UAV photogrammetry has become a key technology for precision agriculture, enabling centimeter-level crop monitoring and point-level plant localization. However, point-level maize localization in UAV imagery remains challenging due to (1) extremely small object-to-pixel ratios, typically less than 0.1%, (2) prohibitive computational costs of quadratic attention on ultra-high-resolution images larger than 3000 x 4000 pixels, and (3) agricultural scene-specific complexities such as sparse object distribution and environmental variability that are poorly handled by general-purpose vision models. To address these challenges, we propose the Additive Kolmogorov-Arnold Transformer (AKT), which replaces conventional multilayer perceptrons with Pade Kolmogorov-Arnold Network (PKAN) modules to enhance functional expressivity for small-object feature extraction, and introduces PKAN Additive Attention (PAA) to model multiscale spatial dependencies with reduced computational complexity. In addition, we present the Point-based Maize Localization (PML) dataset, consisting of 1,928 high-resolution UAV images with approximately 501,000 point annotations collected under real field conditions. Extensive experiments show that AKT achieves an average F1-score of 62.8%, outperforming state-of-the-art methods by 4.2%, while reducing FLOPs by 12.6% and improving inference throughput by 20.7%. For downstream tasks, AKT attains a mean absolute error of 7.1 in stand counting and a root mean square error of 1.95-1.97 cm in interplant spacing estimation. These results demonstrate that integrating Kolmogorov-Arnold representation theory with efficient attention mechanisms offers an effective framework for high-resolution agricultural remote sensing.
Why it matches plant phenotyping methodsUAV画像から個体位置を抽出する手法を開発し、個体数と株間距離という植物群落形質を推定しており、データセット構築と技術評価も中心的である。
abstractTo address these challenges, we propose the Additive Kolmogorov-Arnold Transformer (AKT)
Industrial hemp cultivation is expanding and requires reliable monitoring for legal compliance and agricultural management. This paper presents a standardized UAV-based multisensor framework designed for Cannabis sativa L. It integrates RGB, multispectral, and thermal imaging as core modules, with hyperspectral and LiDAR as optional extensions. The framework sets protocols for sensor integration, flight planning, field measurements, and annotation, ensuring datasets that meet EU altitude limits (≤120 m AGL). Multi-altitude and multi-time-of-day acquisitions are proposed to capture spatial and diurnal variability. These data improve model robustness for phenotyping, stress detection, and THC compliance verification. Potential applications include precision agriculture, breeding, regulatory monitoring, environmental assessment, and illicit crop detection. Open-access datasets generated through this framework will support reproducibility, machine learning development, and collaboration among researchers, farmers, and regulators.
Why it matches plant phenotyping methodsUAVマルチセンサーフレームワークの設計、取得プロトコル、アノテーション、オープンデータセット開発が中心で、植物表現型やストレスを測定する方法論的貢献が明確です。
abstractThis paper presents a standardized UAV-based multisensor framework designed for Cannabis sativa L.
Field / plotMultispectral / hyperspectralLeafVisualization / data managementLeaf traitsPhotosynthesis / fluorescence
Abstract. Accurate assessment of leaf functional traits is crucial for a diverse range of applications from crop phenotyping to parameterizing global climate models. Leaf reflectance spectroscopy offers a promising avenue to advance ecological and agricultural research by complementing traditional, time-consuming gas exchange measurements. However, the development of robust hyperspectral models for predicting leaf photosynthetic capacity and associated traits from reflectance data has been hindered by limited data availability across species and environments. Here we introduce the Global Spectra-Trait Initiative (GSTI), a collaborative repository of paired leaf hyperspectral and gas exchange measurements from diverse ecosystems. The GSTI repository currently encompasses over 7500 observations from 397 species and 41 sites gathered from 36 published and unpublished studies, thereby offering a key resource for developing and validating hyperspectral models of leaf photosynthetic capacity. The GSTI database is developed on GitHub (https://github.com/plantphys/gsti, last access: 4 January 2026) and published to ESS-DIVE https://doi.org/10.15485/2530733, Lamour et al., 2025). It includes gas exchange data, derived photosynthetic parameters, and key leaf traits often associated with traditional gas exchange measurements such as leaf mass per area and leaf elemental composition. By providing a standardized repository for data sharing and analysis, we present a critical step towards creating hyperspectral models for predicting photosynthetic traits and associated leaf traits for terrestrial plants.
Why it matches plant phenotyping methods葉のハイパースペクトルとガス交換・光合成形質を標準化して収録するデータベースを構築し、植物フェノタイピングモデルの開発・検証に供することが中心である。
abstractHere we introduce the Global Spectra-Trait Initiative (GSTI), a collaborative repository of paired leaf hyperspectral and gas exchange measurements from diverse ecosystems.
Reproduction assets foundThe paper describes the GSTI database of paired leaf hyperspectral and gas-exchange measurements, with both the data and R processing/model-fitting code publicly available on GitHub and archived releases on ESS-DIVE.Code · publicThe GSTI data and code are available in the public GitHub repository at https://github.com/plantphys/gsti (last access: 4 January 2026)Open asset ↗https://github.com/plantphys/gstilines:537-549Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Abstract Phenotyping is crucial for understanding crop trait variation and advancing research, but is currently limited by expensive, labor-intensive monitoring. New phenotypic trait monitoring methods are being proposed to reduce this so-called phenotyping bottleneck via automation. These methods are often data-driven, requiring a dataset recorded with a specific sensor and corresponding reference values for developing novel methods. To this end, we present the MuST-C (Multi-Sensor, multi-Temporal, multiple Crops) dataset, which contains field data from various sensors collected over a growing season, covering six crop species. All data was georeferenced for alignment across sensors and dates. To collect our dataset, we deployed aerial and ground robotic platforms equipped with RGB cameras, LiDARs, and multispectral cameras, aiming to capture a wide variety of modalities and observations from different viewpoints. In addition to sensor data, we also provide manually collected leaf area index and biomass reference measurements. Our dataset enables the development of novel automatic phenotypic trait estimation methods, allows comparisons across different sensors, and generalizability across crop species.
Why it matches plant phenotyping methods複数センサー・ロボットプラットフォームによる圃場フェノタイピング用データセットを構築・提供し、形質推定法の開発、センサー比較、汎化評価を可能にすることが中心的な貢献である。
abstractwe present the MuST-C (Multi-Sensor, multi-Temporal, multiple Crops) dataset
Reproduction assets foundThe paper's MuST-C multi-sensor, multi-temporal crop phenotyping dataset (RGB/multispectral images, LiDAR point clouds, LAI and biomass reference measurements) is publicly available via the authors' project webpage, and the authors' custom Python processing/loading code is publicly available on GitHub.Dataset · publicThe MuST-C dataset is available via our project webpage https://www.ipb.uni-bonn.de/data/MuST-C/or directly via the bonndata public access repository 10.60507/FK2/OX9XTM34Open asset ↗html-lines:421-440Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
This study employed an HY-6010-S hyperspectral imaging system, covering a spectral range of 400-1000 nm, combined with an RGB industrial camera to acquire multimodal data. The dataset simulates phenotypic analysis scenarios of maize seeds under controlled laboratory conditions, with the ambient temperature maintained at 20-25°C. Comprehensive testing was conducted using 12 different maize varieties. Approximately 200 seed samples were collected per variety, resulting in a total sample size of about 2400, each subjected to hyperspectral and RGB image acquisition. Preprocessing steps included noise reduction, background removal, band selection, and modality alignment. To ensure the accuracy and reliability of the experimental data, HHIT software and Python were utilized for data processing. This dataset plays a significant role in seed variety classification, phenotypic analysis, precision agriculture, and machine learning applications.
Why it matches plant phenotyping methodsトウモロコシ種子のマルチモーダル画像を収集・前処理した再利用可能なデータセットであり、種子の表現型解析を主要目的としているため、フェノタイピング手法・データセット研究に該当する。
abstractThis study employed an HY-6010-S hyperspectral imaging system, covering a spectral range of 400-1000 nm, combined with an RGB industrial camera to acquire multimodal data.
Reproduction assets foundThe paper is a Data in Brief article depositing its own multimodal maize seed hyperspectral and RGB image dataset (2400 seeds, 12 varieties) on Mendeley Data, with a direct public URL and DOI given in the article.Dataset · publicRepository name: Mendeley Data
Data identification number: doi: 10.17632/4n4xbnx8sr.1
Direct URL to data: https://data.mendeley.com/datasets/4n4xbnx8sr/1Open asset ↗Mendeley Data · 10.17632/4n4xbnx8sr.1html-lines:1-110Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Real-time, accurate assessment of crop conditions is key to effective decision-making in precision agriculture. This study proposes an enhanced deep-learning framework that jointly investigates YOLOv8 and the newly released YOLOv11 object-detection architectures for multi-class leaf-health monitoring. A curated dataset of 5000 high-resolution images annotated as healthy, stressed, or damaged was collected across diverse species, growth stages, and lighting conditions. An end-to-end training pipeline was developed featuring extensive geometric, colour, cut-out, and mosaic augmentations; transfer-learning from COCO weights; and GPU-accelerated fine-tuning for 50 epochs. To underpin reproducibility, we provide a compact mathematical formulation (15 equations) that details bounding-box prediction, objectness scoring, class-probability estimation, and the composite CIoU-based loss. On the held-out test set YOLOv11 achieves a mean Average Precision of 93.3% (mAP@0.5) and 76.5% (mAP@0.5:0.95), surpassing YOLOv8 (92.0%/75.2%). Precision–Recall AUC improves from 0.931 to 0.947, while small-object recall rises by 3.4 pp. Inference latency is 15 ms per image on an RTX 3060 (YOLOv11) versus 12 ms for YOLOv8, maintaining real-time throughput (> 60 FPS). An ablation study confirms that full augmentation yields an additional + 1.3 pp mAP gain. Qualitative analyses illustrate tighter bounding boxes and fewer misclassifications between stressed and damaged classes with YOLOv11. These findings demonstrate that YOLOv11’s architectural refinements deliver measurable accuracy gains with only a modest computational overhead, making it preferable where detection fidelity is paramount. Remaining challenges occlusions, visually ambiguous symptoms, and domain shift are analysed, and mitigation strategies (multi-spectral inputs, temporal modelling, and edge-side quantisation) are proposed. The proposed framework, validated with meticulous metrics and consistent mathematical approaches, this framework creates a dependable baseline for AI-driven plant health monitoring in advanced agricultural ecosystems.
Why it matches plant phenotyping methods植物の葉の健康状態(healthy、stressed、damaged)を画像から推定するYOLOベースの手法を開発・比較し、データセット、学習パイプライン、精度、速度、アブレーションで技術評価しているため、植物フェノタイピング手法が中心である。
abstractThis study proposes an enhanced deep-learning framework that jointly investigates YOLOv8 and the newly released YOLOv11 object-detection architectures for multi-class leaf-health monitoring.
AppleCottonPearField / plotNeRF / 3D Gaussian SplattingFruitCounting2D/3D reconstructionSegmentation
Rigorous crop counting is crucial for effective agricultural management and informed intervention strategies. However, in outdoor field environments, partial occlusions combined with inherent ambiguity in distinguishing clustered crops from individual viewpoints poses an immense challenge for image-based segmentation methods. To address these problems, we introduce a novel crop counting framework designed for exact enumeration via 3D instance segmentation. Our approach utilizes 2D images captured from multiple viewpoints and associates independent instance masks for neural radiance field (NeRF) view synthesis. We introduce crop visibility and mask consistency scores, which are incorporated alongside 3D information from a NeRF model. This results in an effective segmentation of crop instances in 3D and highly-accurate crop counts. Furthermore, our method eliminates the dependence on crop-specific parameter tuning. We validate our framework on three agricultural datasets consisting of cotton bolls, apples, and pears, and demonstrate consistent counting performance despite major variations in crop color, shape, and size. A comparative analysis against the state of the art highlights superior performance on crop counting tasks. Lastly, we contribute a cotton plant dataset to advance further research on this topic.
Why it matches plant phenotyping methodsNeRFと3Dインスタンスセグメンテーションを用いて作物個体・器官数を推定する画像ベース表現型計測手法を開発・検証しており、方法が研究の中心である。
abstractwe introduce a novel crop counting framework designed for exact enumeration via 3D instance segmentation.
Reproduction assets foundThe paper contributes a public infield cotton plant dataset (8 plants, ~150 iPhone images each, ground-truth boll counts, SAM instance masks) and states that source code, dataset, and multimedia are available at the authors' public project page, which is an allowed URL. The spectacularai GitHub URL is a generic third-pDataset · publicthat incorporates crop visibility
and mask consistency, enabling robustness against occlusions and annotation
discrepancies.
•
We release a public infield cotton plant dataset designed for 3D
rendering and cotton boll counting tasks.
The source code, dataset, and multimedia material associated with this project
can be found at
https://robotic-vision-lab.github.io/cropnerf .
II Related Work
II-A Image-Based Techniques
Image-based methods typically employ object detection to identify crops within
images. For example, Chen et al. [ 4 ] utilized multiple
convolutional neural networks (CNNs) to map input images to total fruit counts.
Similarly, Häni et al. [ 5 ] formulated crop counting as a
multOpen asset ↗lines:108-187Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Field / plotLeafClassificationObject detectionStress / disease detectionDisease symptoms / severity
Mulberry (Morus spp.) serves as the primary food source for silkworm (Bombyx mori) larvae in sericulture, making plant health critical for silk production. Four major foliar diseases, bacterial leaf spot (Xanthomonas campestris pv. mori), Cercospora leaf spot (Cercospora moricola), Myrothecium leaf spot (Paramyrothecium roridum) and powdery mildew (Phyllactinia guttata = P. corylea), significantly impact yield. In many sericulture‐growing areas, disease diagnosis still depends on specialist support that is not always available at the farm level. We developed an integrated system combining YOLOv8 object detection with GPT‐3.5‐powered treatment advisory. We collected 1417 field images in Murshidabad (West Bengal, India), covering four disease classes and healthy leaves; experts annotated the images. We compared five YOLOv8 variants under the same training setup, whereby YOLOv8m provided the best overall balance (recall = 1.0, F1 = 0.994, precision = 0.988). We integrated YOLOv8 outputs into GPT‐3.5‐turbo through LangChain and used a fixed, structured prompt to produce disease‐specific recommendations without model fine‐tuning. The web‐based system enables agricultural extension workers and plant health clinics to receive immediate disease identification with evidence‐based treatment recommendations, providing scalable diagnostic capacity for sericulture advisory services.
Why it matches plant phenotyping methodsマルベリー葉の病害状態を画像から検出・分類するYOLOv8手法の開発、比較検証、データ収集が研究の中心であり、植物病害フェノタイピングに該当する。
abstractWe developed an integrated system combining YOLOv8 object detection with GPT‐3.5‐powered treatment advisory.
The accurate three-dimensional (3D) distribution of plant area density (PAD) within forests is crucial for understanding canopy structure and provides essential scene inputs for 3D Radiative Transfer Models (RTMs) to facilitate remote sensing interpretation. However, current lidar-based voxelization methods that estimate detailed PAD distributions often cover limited areas, constraining their applications in conducting broad forest studies and interpreting Earth Observation Satellite (EOS) data of various scales and resolutions. To address this, we developed the Large-Scale Path Volume Leaf Area Density (LS-PVlad), a novel forest 3D reconstruction workflow capable of producing extensive high-resolution 3D voxelized forest scenes (up to 100 km² with ≤2 m voxel size) from worldwide open-access airborne lidar scanning (ALS) data. By applying LS-PVlad to the ALS data acquired during the extensive NASA Goddard's LiDAR, Hyperspectral & Thermal Imager (G-LiHT) campaigns, we developed the first release of FoScenes—a high-fidelity PAD product comprising 40 seamless scenes from 28 diverse forest sites, with individual area ranging from ∼50 to ∼11,000 ha. The leaf area estimates of LS-PVlad have been validated by two-year field-measured leaf area index (LAI) from litter collection (best RMSE = 0.35 m²/m²) and digital hemispherical photography (DHP) images (RMSE = 0.46 m²/m²) across multiple plots at a deciduous forest site. Additionally, a broad comparison between FoScenes and MODIS plant/leaf area index product demonstrates high consistency (R² = 0.70, RMSE = 0.86 m²/m²). By providing multi-dimensional forest characterizations, FoScenes enables temporal insights into structure dynamics. Its integration with the discrete anisotropic radiative transfer (DART) model underscores the potential of FoScenes for extensive 3D RTM applications at various scales.
Why it matches plant phenotyping methods森林の植物面積密度を推定する3D再構成ワークフローを開発し、実測LAI等で検証した大規模フェノタイピング製品・データセットであり、植物形質取得が中心である。
abstractwe developed the Large-Scale Path Volume Leaf Area Density (LS-PVlad), a novel forest 3D reconstruction workflow
Field / plotRGB / grayscaleLeafMorphology / geometry measurementLeaf traits
Abstract Despite similar universal primary physiological functions, plant leaves exhibit myriad shapes and sizes. Understanding this morphological variation is invaluable in plant taxonomy, ecology, evolution, and biomimetics. Achieving a comprehensive understanding of eco-evo-devo research requires diverse leaf-image datasets collected across regions and over time. While many datasets support morphometric studies using advanced imaging and machine learning, few provide standardised leaf images that enable uniform interspecific comparisons. We present a dataset of 161 high-quality RGB images of leaves of wild and cultivated tree species from Kerala, India, collected between 2020 and 2023. All leaves, including their petioles, were scanned using a digital scanner (Epson L360), centrally framed on a white background, and uniformly scaled to 1024 × 1024 pixels. In addition, the dataset comprises codes to compute the leaf morphometry using two novel objective morphometric measures: Segmental fractal complexity ( D ΣS ) and Geometric entropy ( S L ). These metrics were validated against the leaf dataset, showing strong correlations between D ΣS and leaf dissection index ( LDI ) ( ρ = 0.94) and between S L and D ΣS ( ρ = 0.94), confirming the relationship between leaf patterns and leaf lobiness, pinnation, and serration. D ΣS surpasses LDI by incorporating spatial positioning of leaflets, lobes and fine serration features. Both D ΣS and S L outperform geometric morphometric techniques, which are limited to intraspecific comparisons. Their objectivity, ease of use, and lack of statistical preprocessing make D ΣS and S L reliable metrics for interspecific leaf comparisons. We encourage researchers to expand or replicate our analysis using codes and leaf datasets from diverse locations. This dataset supports the development and validation of future leaf morphometric techniques. Despite limitations in high-resolution imaging and intraspecific variability, it remains valuable for advancing research and fostering collaboration across taxonomy, ecology, and computer vision.
Why it matches plant phenotyping methods葉画像データセットの提供に加え、葉形態を定量化する新規指標とコードを提示・検証しており、植物表現型の取得・抽出手法が中心である。
abstractWe present a dataset of 161 high-quality RGB images of leaves of wild and cultivated tree species from Kerala, India, collected between 2020 and 2023.
Accurate detection of tomato ripeness and size is critical for robotic thinning and harvesting but remains challenged by performance degradation in adverse weather, imprecise size estimation, and computational constraints on edge devices. To bridge this gap, we introduced (1) the TIDAW dataset (Tomato Images in Diverse Adverse Weather), synthetically generated via a physically-grounded atmospheric scattering model to simulate realistic rain and fog; and (2) Edge-YOLO-Tomato, a novel YOLOv8-based architecture, featuring four key innovations: a physics-aware scattering module that unifies multi-particle light transport theory with dual-attention mechanisms to explicitly model wavelength-dependent scattering for robust feature disentanglement; dilated convolutions enhancing receptive fields; a prior-embedded Wise-IoU loss incorporating botanical size distribution priors to rectify bounding box bias; and a compression framework that combines magnitude pruning and layer-wise pruning using neural architecture search. Extensive evaluations demonstrate leading performance: Edge-YOLO-Tomato achieves 93.3% mAP 50 and 74.3% mAP 50:95 on TIDAW, surpassing YOLOv8, YOLOv11, Faster R-CNN, and RT-DETR etc. by 1.1%-26.3% and 0.2%-2.2%, respectively. The compressed model attains a 4.7373 MB footprint (20.58% size reduction) with ≦ 0.5% accuracy loss and delivers 50% latency reduction on CPU. This work establishes a new paradigm for vision-based precision agriculture by unifying physical data synthesis, physics-aware modeling, and compression framework, enabling real-time robust fruit detection in uncontrolled environments. The codes are available at https://github.com/YLu567/Edge-YOLO-Tomato.
Why it matches plant phenotyping methodsトマト果実の成熟度・サイズを画像から推定するデータセットとエッジ向けモデルを開発・評価しており、果実形質の取得手法が中心的な貢献である。
abstractAccurate detection of tomato ripeness and size is critical for robotic thinning and harvesting
RaspberryField / plotWhole plant / canopy / plot / field
Abstract has not been obtained from indexed metadata or an accessible article page.
Why it matches plant phenotyping methodsラズベリーの生育・フェノロジー段階を対象とする画像データセットとYOLOv8ベンチマークであり、植物状態の取得・推定手法が中心です。
titleRaspberryJalisco: A field-collected multi-class dataset of Raspberry (Rubus idaeus) phenological stages from Mexican commercial orchards with YOLOv8 benchmarks
Tomato, as a globally important economic crop, requires precise and timely disease management to secure yield and quality. Yet segmentation robustness is often limited by weak semantic understanding from single-modality images, narrow receptive fields of convolutional structures, and discontinuous boundary predictions. To address these issues, we propose the Multi-scale Linear Cross-modal Fusion Architecture for Tomato Leaf Disease Segmentation (MS-LCFNet). We construct a real-world field dataset covering five major tomato leaf diseases, annotated by experts with detailed textual descriptions to enable multimodal learning. MS-LCFNet strengthens semantic representation via cross-modal fusion, captures local and global context through an Adaptive Long-short Distance Perception module, and improves boundary continuity with a Physics-informed Smoothness-constrained Loss. Experiments show that MS-LCFNet achieves 87.13 % mIoU on our dataset and 90.78 % on PlantVillage, improving over previous state-of-the-art methods by + 4.62 % and + 4.48 %, respectively, and demonstrating superior accuracy and robustness in complex agricultural scenarios.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像からセグメンテーションする手法を開発し、独自データセットで性能評価しており、植物病害表現型の取得・抽出が中心である。
titleA multi-scale linear cross-modal fusion architecture for tomato leaf disease segmentation
Accurate crop yield mapping is essential for assessing climate change impacts on agriculture and identifying yield gaps. While high spatiotemporal resolution satellite products such as Planet Fusion (PF) with daily 3 m resolution imagery, offer new opportunities for detailed crop monitoring, the impact of the spatiotemporal resolution of satellite data on crop yield estimation remains underexplored. In this study, we create a benchmark dataset consisting of a 3 m resolution rice yield map for a heterogeneous paddy landscape with different cultivars, using PF-based accumulated near-infrared radiation from vegetation (NIRvPₐccᵤₘ) between heading and harvest stages. Comparisons against plot-level rice yield measurements yield an R² of 0.76. We cross-compare yield estimates from other satellite products—MODIS, Sentinel-2, Landsat 8, and a spatial-temporal Savitzky-Golay product—against the PF-based benchmark yield data resampled to relevant coarser spatiotemporal scales. We find that, compared to PF-based yield estimation, lower spatiotemporal resolution leads to higher yield underestimation. Additionally, the downsampled PF data exhibit patterns similar to those observed in the coarser-resolution products. High-spatiotemporal resolution PF data captures peak growth stages more accurately, alleviating the mixed-pixel problem and mitigating nonlinear effects where reflectance-yield relationships deviate from linear scaling. In contrast, coarser-spatiotemporal resolution products, such as Landsat 8 has longer revisit intervals, often miss critical phenological phase transitions (e.g., peak growing season), resulting in substantial yield underestimations compared to PF. Notably, we find that yield underestimations caused by lower spatiotemporal resolutions can surpass inter-annual yield variations. These findings underscore the importance of using satellite imagery with both high spatial resolution and frequent revisits to achieve sufficiently accurate yield estimates in smallholder-dominated, heterogeneous landscapes. By highlighting the trade-offs associated with different satellite-based spatiotemporal resolutions, the study underscores the importance of considering resolution impacts on yield estimation, offering insights for optimizing Earth observation-based agricultural management, particularly in smallholder farming settings.
Why it matches plant phenotyping methods衛星データによるイネ収量推定を中心に、ベンチマークデータセットの作成、異なる衛星時空間解像度の比較、圃場収量との検証を行っており、植物形質取得法が中核である。
abstractwe create a benchmark dataset consisting of a 3 m resolution rice yield map
Monitoring wheat growth, as one of the most important food grain sources for human nutrition, and forecasting yields are done through different phenological phases. Reliable estimates on yields play a crucial role in securing sufficient food supplies for the world's growing population. Currently, farmers estimate a wheat yield during the later stages of growth and are often biased in this process. Plant breeding scientists use a more accurate approach that collects data on the number of wheat ears manually counted at various locations throughout the field. A sufficiently precise count of wheat ears is one of the most important parameters for reliable early-stage prediction of wheat yield. To support the development of an affordable and trustworthy automated wheat ear detection approach, this work introduces a novel high-quality RGB smartphone image dataset, BioS-Wheat, comprising 5,696 annotated images across four wheat varieties. Additionally, it evaluates six deep learning models for wheat ear detection. Among the F-RCNN-based models, RetinaNet, YOLOv8, and a Vision Transformer-based detector, RT-DETR, achieved the highest mean Average Precision (mAP@50) of 91%, with significantly higher computational complexity. BioS-Wheat complements Global Wheat Head Detection datasets, introducing a meaningful shift in data complexity with high sowing density and minimal row spacing, emphasizing the impact of agronomic diversity on model performance by an increased object occlusion and dense spatial arrangements. Enriched and agronomically diverse datasets support model robustness at different varieties, growth stages, and locations. This work offers a good baseline for establishing the procedure for image crowdsourcing, further dataset expansions, and model improvements.
Why it matches plant phenotyping methods小麦穂の画像検出による個体群形質推定を対象とし、注釈付きデータセットの構築と複数モデルの評価が中心であるため、表現型計測手法として収載する。
abstractthis work introduces a novel high-quality RGB smartphone image dataset, BioS-Wheat, comprising 5,696 annotated images across four wheat varieties.
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 by (1) creating a tree detection framework entirely based on an unsupervised technique, which outperforms state-of-the-art unsupervised and supervised tree detection methods, and (2) 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点群から個体樹冠を抽出・ delineateする新規手法を開発し、複数データセットで性能評価しているため、植物の樹冠形態・個体構造の画像ベース計測として中心的です。
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.
High-precision plant phenotyping requires efficient 3D reconstruction with high fidelity, yet existing methods such as MVS and NeRF all have problems of feature dependence and error accumulation during 3D reconstruction, which leads to geometric distortion in reconstruction and restricts the reconstruction efficiency. To address this bottleneck, this study first determined the multi-view image acquisition strategy. Further, based on the self-built multi-view dataset of chili peppers, it proposed an algorithm for efficient and high-fidelity 3D reconstruction of complex plant structures through global adaptive pose optimization and gaussian splash rendering technology, referred to as the GAPose-GS algorithm. Experimental results indicate that the Peak Signal-to-Noise Ratio ( PSNR ) improves by 52.0 %, 26.4 %, and 4.2 % compared to NeRF, Instant-NGP, and 3D Gaussian Splatting respectively. Additionally, the Structural Similarity Index Measure ( SSIM ) increases by 22.9 %, 12.8 %, and 4.3 % respectively over above methods. The point cloud data reconstructed based on this algorithm also has advantages in the measurement of phenotypic parameters. Compared with the actual measured values, the R² of the phenotypic parameters such as pepper plant height, canopy width, and leafstalk angle obtained in this study are 0.997, 0.954 and 0.978 respectively, and the RMSE are 0.236 cm, 1.082 cm and 2.344° respectively, and the MAE are 0.209 cm, 0.880 cm and 1.965° respectively. The accuracy was significantly better than that of the existing phenotypic calculation methods. Verification across different growth stages of wheat and maize was performed universally, with all errors remaining below 1.1 %, providing new ideas and technologies for high-precision, low-cost, and high-throughput crop phenotypic research.
Why it matches plant phenotyping methods植物の多視点画像から3D再構成し、草丈・群落幅・葉柄角などの形質を推定する手法を開発・比較検証しており、フェノタイピング手法が中心的である。
abstractit proposed an algorithm for efficient and high-fidelity 3D reconstruction of complex plant structures through global adaptive pose optimization and gaussian splash rendering technology, referred to as the GAPose-GS algorithm.
Today, the agricultural sector faces significant challenges due to population growth and limited resources. Enhancing productivity and minimizing losses is of great importance for the sustainability of agriculture. Therefore, leveraging technological advancements plays a critical role, particularly in the development of sustainable farming practices. Among these advancements, artificial intelligence (AI) stands out with its potential to contribute significantly to agricultural production. The primary objective of this study is to provide farmers with fast and accurate information regarding plant health, thereby preventing the spread of diseases and optimizing agricultural output. In line with this goal, AI-based image processing techniques were employed. Specifically, this study focuses on detecting grapevine leaf diseases namely powdery mildew ($Erysiphe$ $necator$), downy mildew ($Plasmopara$ $viticola$), and grapevine rust mite ($Eriophyes$ $vitis$) using AI. Disease detection was carried out using leaf images, which were then used for classification. A hybrid dataset was constructed using a combination of publicly available images and manually collected samples captured via smartphone cameras in vineyards, fields, and gardens. This diverse and balanced dataset was used to train several CNN-based transfer learning models, including AlexNet, DarkNet53, Inception-ResNet-V2, Inception-V3, MobileNet-V3, ResNet50, ResNet101, VGG16, and VGG19 architectures. Among these, Inception-ResNet-V2 achieved the best performance with an accuracy of 97.45%, a training loss of 8.19%, a test accuracy of 93.00%, and a test loss of 20.60%. These results demonstrate that the model performs well in detecting diseases from grapevine leaves during both training and testing phases.
Why it matches plant phenotyping methodsブドウ葉の画像から病害状態を推定する画像解析・転移学習手法が研究の中心であり、データセット構築と複数モデルの性能評価も行っているため含める。
abstractAI-based image processing techniques were employed.
Field / plotPhotogrammetry / SfM / MVSLiDAR / point cloudMultispectral / hyperspectralLeaf2D/3D reconstructionArchitecture / morphology / geometry
Conifer shoots possess highly complex geometrical structures at a very fine spatial resolution. Accurately characterizing the full architecture of a conifer shoot, which influences how radiation is scattered, has proven challenging. Previous radiative transfer models for coniferous stands have represented these structures in a relatively simplified or coarse manner. This paper presents a dataset that can be used for up-scaling of needle to shoot optical properties and studying the influence of detailed three-dimensional (3D) structure of shoot to light scattering within tree crown. The dataset includes 3D structural information as well optical properties of needles and twigs for 27 shoots of two conifer species present in both locations (3 shoots per species and position in the crown) - Scots pine ( Pinus sylvestris L.) and Norway spruce ( Picea abies L. Karst. ). The samples were collected on 22nd April 2024 in Rájec, the Czech Republic and 17th September 2024 in Järvselja, Estonia. Subsequently blue light 3D photogrammetry scanning technique was used to obtain their high-resolution 3D point cloud representations. Reflectance and transmittance measurements of needles were obtained using a spectroradiometer and an integrating sphere. For each of these samples, the dataset comprises a photo of the sampled shoot, obtained 3D surface reconstruction, and optical properties of conifer needles and twigs (hemispherical-conical reflectance and transmittance factors) in the spectral range of 400-2000 nm. A detailed 3D representation of needle shoots, when combined with radiative transfer modeling, may offer a means to study and compensate for inaccuracies in the measurement of needle optical properties and to enhance the assessment of shoot scattering characteristics.
Why it matches plant phenotyping methods針葉樹シュートの3D構造をフォトグラメトリで取得し、光学特性とともに再利用可能なデータセットとして提供しているため、植物形態・構造の計測手法が中心です。
abstractThis paper presents a dataset that can be used for up-scaling of needle to shoot optical properties and studying the influence of detailed three-dimensional (3D) structure of shoot to light scattering within tree crown.
Reproduction assets foundThe paper is a Data in Brief article describing a public Mendeley Data repository containing the paper's own phenotyping measurements: 3D surface geometry models (.obj) of Scots pine and Norway spruce shoots, sample photos (.jpg), and needle/twig optical property spectra (HCRF/HCTF, .csv, 400-2000 nm). The repository, Dataset · publicRepository name: Mendeley
Data identification number: 10.17632/h39f9t7fjg.1
Direct URL to data: https://data.mendeley.com/datasets/h39f9t7fjg/2Open asset ↗Mendeley · 10.17632/h39f9t7fjg.1lines:47-74Code / dataset availability confirmedCrossref · checked 5 Sept 2026
Callus induction is a complex procedure in plant organ, cell, and tissue culture that underpins processes such as metabolite production, regeneration, and genetic transformation. It is important to monitor callus formation alongside subjective evaluations, which require labor-intensive care. In this research, the first curated lentil (Lens culinaris) callus dataset for instance segmentation was experimentally generated using three genotypes as one data set: Firat-87, Cagil, and Tigris. Leaf explants were cultured on MS medium fortified with different concentrations of gross regulators of BA and NAA to induce callus formation. Three biologically relevant stages, the leaf stage, the green callus, and the necrosis callus, were produced. During this process, 122 high-resolution images were obtained, resulting in 1185 total annotations across them. The dataset was evaluated across four successive generations (v5/7/8/11) of YOLO deep learning models under identical conditions using mAP, Dice coefficient, Precision, Recall, and IoU, together with efficiency metrics including parameter counts, FLOPs, and inference speed. The results show that anchor-based variants (YOLOv5/7) relied on predefined priors and showed limited boundary precision, whereas anchor-free designs (YOLOv8/11) used decoupled heads and direct center/boundary regression that provided clear advantages for callus structures. YOLOv8 reached the highest instance segmentation precision with mAP50@0.855, while it matched the accuracy with greater efficiency and achieved real-time inference with 166 FPS.
Why it matches plant phenotyping methods植物組織培養におけるカルスの形成段階・壊死状態を画像からインスタンスセグメンテーションする手法、データセット、モデル比較を中心に扱っており、植物状態の取得・定量化が本研究の主要な技術貢献である。
titleReal-Time Callus Instance Segmentation in Plant Tissue Culture Using Successive Generations of YOLO Architectures
Reproduction assets foundThe paper's lentil callus image dataset with annotations (122 images, 1185 annotations) is publicly available on Roboflow Universe per the Data Availability Statement. The YOLOv5 GitHub link and Ultralytics docs are generic third-party libraries, not authors' analysis code, and the FAO link is a cited reference, so allDataset · publicThe dataset used in this study, including annotated images for callus detection, is publicly available and can be accessed at Roboflow Universe: https://universe.roboflow.com/yunus-7v2b5/callus-hug7d , accessed on 13 September 2025. This repository contains all images and annotations generated and analyzed during the current study.Open asset ↗Roboflow Universe · callus-hug7dlines:314-345Code / 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
TomatoGreenhouseMultimodalRGB / grayscaleMultispectral / hyperspectralFruitClassificationSegmentationGrowth / development / phenology
Computer vision and multispectral imaging have increasingly become essential tools in modern precision agriculture. Accurate ripeness assessment is critical for yield optimization, reducing post-harvest losses, and enabling automated harvesting systems. However, traditional RGB-based approaches struggle to differentiate subtle maturity changes, and existing solutions often fail under varying lighting, occlusion, or cultivar-specific conditions. To address these challenges, this study focuses on the integration of complementary spectral cues for reliable tomato ripeness evaluation. The work utilizes a curated RGB-NIR tomato dataset comprising 224 hyperspectral samples, processed into aligned multimodal image pairs with balanced ripeness categories.The proposed TomatoRipen-MMT model employs a multimodal Transformer framework with dual encoders, cross-spectral attention, and a joint decoder to fuse spatial and biochemical cues. The novelty of the methodology lies in the dynamic cross-attention mechanism, which learns inter-modal dependencies between RGB and NIR signals for enhanced ripeness interpretation. Performance metrics including accuracy, precision, recall, F1-score, mIoU, and AUC were used to comprehensively evaluate the system. Experimental results demonstrate that TomatoRipen-MMT significantly outperforms all baseline RGB-only, NIR-only, and fusion methods, achieving 94.8% classification accuracy and 82.6% mIoU. These findings establish the effectiveness of multimodal Transformers for robust, high-precision fruit maturity assessment in controlled and greenhouse environments.
Why it matches plant phenotyping methodsトマト果実の成熟度という植物器官の状態を、RGB・NIR画像融合とTransformerで推定する手法を開発・評価しており、フェノタイピング手法が中心です。
abstractThe proposed TomatoRipen-MMT model employs a multimodal Transformer framework with dual encoders, cross-spectral attention, and a joint decoder to fuse spatial and biochemical cues.
Reproduction assets foundThe paper's phenotyping analysis is built on a publicly available USDA/NAL hyperspectral tomato dataset, explicitly linked in the Data Availability statement with an exact URL match. No author code or model checkpoints are disclosed.Dataset · publicThe dataset analyzed in this study is publicly available at the https://agdatacommons.nal.usda.gov/articles/dataset/Data_from_b_Hyperspectral_Imaging_Analysis_for_Early_Detection_of_Tomato_Bacterial_Leaf_Spot_Disease_b_/26046328.Open asset ↗26046328html-lines:1038-1053Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Clustering algorithms are widely used for phenotypic characterization and germplasm management, particularly in data-scarce crops such as neglected and underutilized species (NUS) that lack genomic resources. However, their performance under biologically realistic conditions remains poorly understood. Standard clustering methods commonly applied in crop research often assume distinct, isotropic, and homogeneous clusters, assumptions rarely satisfied in real-world phenotypic datasets. We developed a flexible and empirically calibrated simulation framework, using phenotypic data from West African fonio (Digitaria exilis), to benchmark the performance of eleven clustering algorithms under both idealized and realistic scenarios. Our simulations integrated heterogeneous trait distributions (normal, gamma), strong inter-trait correlations (up to r = -0.84), heteroscedasticity, and moderate population structure (mean Pst = 0.16 ± 0.001, achieved through iterative calibration). Each scenario was replicated 100 times, with clustering accuracy evaluated using external (ARI, NMI) and internal (Silhouette, Davies-Bouldin) validation metrics under standardized conditions. The results revealed consistently poor algorithm performance under realistic conditions (e.g., ARI < 0.07), including for widely used methods in Neglected and Underutilized Species (NUS) research such as K-means, GMM, and PAM. Notably, conventional validation metrics failed to detect biologically meaningful structure revealed by geometric diagnostics, highlighting a critical methodological limitation. Performance markedly improved under idealized conditions, validating our simulation framework. These findings highlight the risk of overinterpreting clustering outputs from weakly structured phenotypic datasets and expose key limitations in current biodiversity analysis practices, particularly those guiding plant genetic resource conservation programs. We provide an open-source R-based diagnostic tool, with parameter specifications to assist practitioners in selecting reproducible and interpretable clustering approaches for germplasm management and biodiversity assessment in data-scarce crops.
Why it matches plant phenotyping methods植物の表現型データを対象に、クラスタリング手法を現実的な条件でベンチマークするシミュレーション枠組みとR診断ツールを開発しており、表現型解析手法が研究の中心である。
abstractWe developed a flexible and empirically calibrated simulation framework, using phenotypic data from West African fonio (Digitaria exilis), to benchmark the performance of eleven clustering algorithms under both idealized and realistic scenarios.
Reproduction assets foundThe paper's Data Availability statement explicitly deposits the complete R simulation/clustering/evaluation script on Zenodo (DOI 10.5281/zenodo.15877863), a paper-specific, publicly actionable code asset. The empirical fonio trait data belong to a prior cited study (Bio et al.), not this paper, and supporting files/DOCode · publicthe complete R script used to simulate phenotypic datasets, apply clustering algorithms, and compute evaluation metrics is publicly available on Zenodo: https://doi.org/10.5281/zenodo.15877863Open asset ↗Zenodo · 10.5281/zenodo.15877863lines:107-122Plant phenotyping relevance match · UnverifiedCrossref · Europe PMC · checked 6 Sept 2026
Timely detection of crop diseases in large, heterogeneous agricultural fields is difficult, as aerial imagery is often corrupted by illumination, weather, and crop-stage variations. This paper introduces AgroVisionNet, an AI-powered drone and computer vision approach that synthesises high-resolution drone imagery with in-field IoT/environmental sensor data to enhance early disease detection. The core of the proposed model is a hybrid CNN-Transformer backbone to extract spatial and contextual data from drone images, and an adaptive fusion layer to fuse time-aligned sensor readings and to make a decision, using visual and environmental evidence. Particularly, a multimodal drone–sensor dataset is collected across multiple crops and field conditions. Beyond widely used deep models for plant/crop disease identification, such as VGG16, ResNet50, Inception V3, and DenseNet121, experiments are conducted using the same training and evaluation framework. It is shown that AgroVisionNet achieves higher classification accuracy and F1-score, while inference remains feasible on an NVIDIA Jetson Nano using TensorFlow Lite. Moreover, by generating Grad-CAM plots, the study demonstrates that the proposed approach identifies disease-affected areas and, in this sense, provides interpretable information required by agronomists. These outcomes suggest that AI-based crop health tracking can be robust and field-ready by integrating drone imagery, sensor fusion, and edge computing.
Why it matches plant phenotyping methods植物の病害状態をドローン画像とセンサーから推定する手法を開発し、データセット収集、比較評価、エッジ実装、可視化まで行っており、病害フェノタイピング手法が中心である。
abstractThis paper introduces AgroVisionNet, an AI-powered drone and computer vision approach that synthesises high-resolution drone imagery with in-field IoT/environmental sensor data to enhance early disease detection.
Above-ground vertical structure is a critical variable for ecosystem monitoring, carbon accounting, and land management. However, the high cost and limited coverage of airborne lidar hinder its widespread application. To address this, we developed NAIP-CHM, a 0.6-meter resolution canopy height and structure model (CHM) covering the contiguous United States, derived from National Agriculture Imagery Program (NAIP) aerial imagery. Unlike forestry-specific models that exclude human-made features, NAIP-CHM characterizes the full vertical structure of the landscape including vegetation, buildings, and infrastructure. We utilized a U-Net convolutional neural network with attention mechanisms and environmental conditioning, training and validating the model with a peer-reviewed, publicly available dataset of 22.8 million co-registered NAIP imagery and lidar-derived CHM pairs, with stratified sampling to ensure robustness in open-canopy ecosystems. The model achieved a pixel-wise root mean square error (RMSE) of 2.28 meters and an r2 of 0.87. Forested sites alone produced an r2 of 0.82 and RMSE of 3.82 meters. We provide the dataset, source code, and cloud-based tools to enable broad application without requiring specialized computational resources.
Why it matches plant phenotyping methods植生を含む景観の樹冠高・構造を航空画像から推定するモデルを開発し、公開データセットで検証している。植物キャノピーの明示的な構造形質推定が中心だが、建造物等も含むため植物以外の構造も対象とする点には留意が必要。
abstractwe developed NAIP-CHM, a 0.6-meter resolution canopy height and structure model (CHM) covering the contiguous United States, derived from National Agriculture Imagery Program (NAIP) aerial imagery.
Reproduction assets foundThe paper's NAIP-CHM canopy height model, its CONUS 0.6 m dataset, trained weights, and full training/inference code are all publicly released with explicit availability statements and author-hosted URLs (Rangeland Analysis Platform server, GitHub, Zenodo, Colab notebook, Earth Engine app).Dataset · publicFor bulk download, COGs and associated index files are available via HTTP from the Rangeland Analysis Platform server ( http://rangeland.ntsg.umt.edu/data/naip-chm/ ).Open asset ↗Rangeland Analysis Platform serverlines:76-83Model / weights · publicThe source code, trained model weights, validation data, and auxiliary datasets required to reproduce the results are permanently archived in a Zenodo repository 31 .Open asset ↗Zenodolines:89-134Plant phenotyping relevance match · UnverifiedOpenAlex · checked 14 Sept 2026
Early-season prediction of yield and nitrogen‐related performance is essential for enabling timely agronomic interventions yet remains challenging in crops with limited prior digital phenotyping research, such as Tritordeum . Root traits, although fundamental to early nutrient uptake and crop establishment, remain largely absent in ML prediction frameworks. This study evaluated how root morphological traits, in combination with UAV-derived multispectral indices and proximal agronomic measurements, contribute to predicting yield and nitrogen efficiency indices under Mediterranean field conditions. Measurements were collected during the first three phenological stages, and a diverse set of machine-learning algorithms, including Random Forest, ExtraTrees, AdaBoost, Support Vector Regression, regularised linear models and the foundation model TabPFN, were benchmarked using a rigorous 10×5 cross-validation scheme. Yield emerged as the most reliably predictable trait, reaching an R² of 0.90 in the best multivariate configuration, while nitrogen-efficiency indices (NUE, NHI, NUtE) showed substantially higher variability and limited early-season predictability. Root diameter at the tillering stage consistently ranked among the most informative predictors, and its combination with SPAD at stem elongation, MCARI at tillering, or plant height at tillering produced the strongest yield models. These findings highlight the importance of integrating early-season below-ground information with spectral and agronomic traits to enhance prediction accuracy. Overall, the study demonstrates that accurate early-season yield forecasting in Tritordeum can be achieved using a minimal set of measurements, supporting cost-efficient monitoring and enabling actionable in-season adjustments to nitrogen management. The results also show the potential of foundation models such as TabPFN for limited agronomic datasets, providing a basis for developing scalable, data-driven decision-support tools for sustainable cereal production.
Why it matches plant phenotyping methodsUAVマルチスペクトル、根形態・農学測定を統合した機械学習による収量・窒素関連形質の推定を中心に、複数モデルを厳密にベンチマークしており、形質推定ワークフローが実質的な方法貢献である。
abstracta diverse set of machine-learning algorithms, including Random Forest, ExtraTrees, AdaBoost, Support Vector Regression, regularised linear models and the foundation model TabPFN, were benchmarked using a rigorous 10×5 cross-validation scheme
High resolution phenotyping at the level of individual leaves offers fine-grained insights into plant development and stress responses. However, the full potential of accurate leaf tracking over time remains largely unexplored due to the absence of robust tracking methods-particularly for structurally complex crops such as canola. Existing plant-specific tracking methods are typically limited to small-scale species or rely on constrained imaging conditions. In contrast, generic multi-object tracking (MOT) methods are not designed for dynamic biological scenes. Progress in the development of accurate leaf tracking models has also been hindered by a lack of large-scale datasets captured under realistic conditions. In this work, we introduce CanolaTrack, a new benchmark dataset comprising 5,704 RGB images with 31,840 annotated leaf instances spanning the early growth stages of 184 canola plants. To enable accurate leaf tracking over time, we introduce LeafTrackNet, an efficient framework that combines a YOLOv10-based leaf detector with a MobileNetV3-based embedding network. During inference, leaf identities are maintained over time through an embedding-based memory association strategy. LeafTrackNet outperforms both plant-specific trackers and state-of-the-art MOT baselines, achieving a 9% HOTA improvement on CanolaTrack. With our work we provide a new standard for leaf-level tracking under realistic conditions and we provide CanolaTrack - the largest dataset for leaf tracking in agriculture crops, which will contribute to future research in plant phenotyping. Our code and dataset are publicly available at https://github.com/shl-shawn/LeafTrackNet.
Why it matches plant phenotyping methods葉レベルの時系列追跡という植物表現型取得手法を開発し、専用ベンチマークデータセットで評価しているため、方法が中心である。
abstractTo enable accurate leaf tracking over time, we introduce LeafTrackNet, an efficient framework that combines a YOLOv10-based leaf detector with a MobileNetV3-based embedding network.
Reproduction assets foundThe authors explicitly state that the CanolaTrack dataset (5,704 annotated RGB images of 184 canola plants), the LeafTrackNet code, and trained model weights are publicly available at their GitHub repository.Code · publicOur code and dataset are publicly
available at https://github.com/shl-shawn/LeafTrackNet.Open asset ↗shl-shawn/LeafTrackNet · LeafTrackNetpdf-page:1 lines:1-53Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
The development of artificial intelligence (AI) and machine learning (ML) based tools for 3D phenotyping, especially for maize, has been limited due to the lack of large and diverse 3D datasets. 2D image datasets fail to capture essential structural details such as leaf architecture, plant volume, and spatial arrangements that 3D data provide. To address this limitation, we present MaizeField3D (website), a curated dataset of 3D point clouds of field-grown maize plants from a diverse genetic panel, designed to be AI-ready for advancing agricultural research. Our dataset includes 1045 high-quality point clouds of field-grown maize collected using a terrestrial laser scanner (TLS). Point clouds of 520 plants from this dataset were segmented and annotated using a graph-based segmentation method to isolate individual leaves and stalks, ensuring consistent labeling across all samples. This labeled data was then used for fitting procedural models that provide a structured parametric representation of the maize plants. The leaves of the maize plants in the procedural models are represented using Non-Uniform Rational B-Spline (NURBS) surfaces that were generated using a two-step optimization process combining gradient-free and gradient-based methods. We conducted rigorous manual quality control on all datasets, correcting errors in segmentation, ensuring accurate leaf ordering, and validating metadata annotations. The dataset also includes metadata detailing plant morphology and quality, alongside multi-resolution subsampled point cloud data (100k, 50k, 10k points), which can be readily used for different downstream computational tasks. MaizeField3D will serve as a comprehensive foundational dataset for AI-driven phenotyping, plant structural analysis, and 3D applications in agricultural research.
Why it matches plant phenotyping methods3D点群の収集・分割・注釈・手続き型モデル化を中核とする、植物表現型解析向けの再利用可能なデータセットである。
abstractwe present MaizeField3D (website), a curated dataset of 3D point clouds of field-grown maize plants from a diverse genetic panel, designed to be AI-ready for advancing agricultural research.
Reproduction assets foundThe paper's own MaizeField3D dataset (1045 TLS point clouds, 520 segmented/annotated plants, metadata, STL/DAT procedural model outputs) is publicly available on Hugging Face, with a project website and public GitHub code for the procedural NURBS surface generation used in the analysis.Dataset · publicThe MaizeField3D dataset is publicly available on the Hugging Face Datasets platform at https://huggingface.co/datasets/BGLab/MaizeField3D. It includes high-resolution point clouds, segmented plant models, metadata, and reconstructed outputs in STL and DAT formats.Open asset ↗BGLab/MaizeField3Dhtml-lines:343-354Code · publicThe code for procedural NURBS surface generation used in this work is available at https://github.com/baskargroup/ProceduralMaize3D.Open asset ↗baskargroup/ProceduralMaize3Dhtml-lines:343-354Plant phenotyping relevance match · UnverifiedCrossref · checked 14 Sept 2026
Objectives: This article focuses on designing and developing an AI-based plant disease identification system using machine learning and image processing techniques to identify crop diseases and health from images of the leaf. The main objectives include developing a real-time automated investigation tool reachable to farmers, creating datasets of both healthy and disease plant images, designing an easy-to-use interface of the application comparing existing solutions. Methods: This study observed mixed-method approach as research methodology. The method merged with qualitative feedback and quantitative surveys. The data set contains images of healthy and infected plant leaves gathered from multiple crops to train the machine learning models for classification. The experiment used image preprocessing and feature extraction for better accuracy, and performance parameters like response time and usability were assessed. The model’s performance was compared with present gold-standard Pashu Poshan, apps—Plantix and Leaf Doctor—aiming on localization, prediction capability and response time. The usability tests were applied to 80 stakeholders, consisting of farmers of both small and medium scale. Findings: Proposed system got an accuracy rate approximately 90% in plant disease detection, average response time of less than one minute, surpassing other available systems that required time of 20–60 seconds for some elementary or basic recognition. The user assessment provides a usability score of 4.5 out of 5, where nearly 87% of participants valued the software as easy to use. As most rural areas face limited internet connection, the system’s offline feature offered significant advantages. Novelty: Unlike other systems with general disease identification and poor interfaces, the proposed system, integrated with voice commands, disseminates real-time localized treatment guidance projecting prediction based on weather circumstances. It also joins NGOs and local agricultural teams giving extended support such as funding and crop insurance. This wide-ranging integration of intelligent automation, approachability and user adaptation makes Plant Guard a valuable and novel solution for technology enabled agriculture. Keywords: Machine Learning, Plant disease detection, Image processing, Smart agriculture, Crop disease identification Introduction
Why it matches plant phenotyping methods葉画像から植物病害を検出する画像処理・機械学習システムの開発、データセット作成、性能比較が研究の中心であり、植物の病害状態を直接推定するため対象範囲に含める。
abstractThis article focuses on designing and developing an AI-based plant disease identification system using machine learning and image processing techniques to identify crop diseases and health from images of the leaf.
In this study, we present a combined image dataset created from two distinct plant species: Hibiscus and Tea leaf. The dataset consists of high-resolution images of leaves from both species, captured using a SONY α7 II DSLR camera and a OnePlus 7T lubricant Tea Leaf dataset includes images categorized into five disease classes: Algal Leaf Spot, Brown Blight, Grey Blight, Red Leaf Spot, and Healthy, while the Hibiscus Leaf dataset includes images labeled across eight conditions, including citrus spot, fungal infection, mild edge damage, and healthy foliage. To ensure balanced representation and address class imbalances, extensive data augmentation techniques-such as flipping, rotation, zooming, shifting, noise addition, and brightness adjustment-were applied, resulting in a total of 1,413 combined original images and 13,000 augmented images. The ConvNextTiny deep learning model was fine-tuned on this combined dataset to classify the various leaf conditions, achieving an overall accuracy of 96%. This demonstrates the model's robust performance and high discriminatory power across the diverse set of leaf diseases and conditions. This experiment highlights the utility of combining multiple plant species into a single dataset and utilizing a lightweight yet effective model like ConvNextTiny for plant disease classification. The resulting dataset, along with the model and training scripts, is publicly available to facilitate further research in plant pathology, computer vision, and smart farming applications, enabling more accurate and efficient early-stage disease detection for both Hibiscus and Tea plants.
Why it matches plant phenotyping methods植物葉の病害・健全状態を画像から分類するデータセットを構築し、分類モデルで性能評価しているため、植物フェノタイピング手法・ベンチマークが中心です。
abstractwe present a combined image dataset created from two distinct plant species: Hibiscus and Tea leaf
Reproduction assets foundThe paper's combined Hibiscus and Tea leaf disease image dataset is publicly deposited on Mendeley Data (DOI 10.17632/5bzy89brkv.4), and the authors' augmentation/training scripts are on a public GitHub repository; both are paper-specific, public, and directly actionable.Dataset · publicRepository name: Mendeley Data
Data identification number: 10.17632/5bzy89brkv.4
Direct URL to data: https://data.mendeley.com/datasets/5bzy89brkv/4Open asset ↗Mendeley Data · 10.17632/5bzy89brkv.4lines:1-46Plant phenotyping relevance match · UnverifiedOpenAlex · checked 14 Sept 2026
Published9 Dec 2025Iraqi Journal for Computer Science and MathematicsCited by 0 · OpenAlex ↗
Leaf vein segmentation is a critical task in plant phenotyping and species classification, yet it remains challenging due to the hierarchical, curvilinear nature of veins and interference from complex backgrounds. Existing methods face three key limitations. First, they lack directional context modeling, leading to blurred vein boundaries and the omission of fine venation. Second, they fail to effectively capture global dependencies, limiting semantic coherence across spatial regions. Third, they do not incorporate explicit mechanisms for detecting vein discontinuities, which is essential for complete topological understanding. To address these challenges, we propose MultiTaskVenationNet (MTV-Net), a multi-task deep segmentation framework that integrates four complementary modules. The Strip Pooling Module (SPM) captures orientation-specific long-range context by performing directional pooling along horizontal and vertical axes, enhancing the visibility of delicate vein structures. The Global Context Block (GCBlock) aggregates long-range dependencies through channel attention at the bottleneck stage, improving the semantic consistency of encoded features. A dual-branch decoder explicitly separates the learning objectives for vein segmentation and breakpoint detection. At the same time, a hybrid upsampling strategy combines bilinear interpolation and transposed convolution to accurately reconstruct vein boundaries without introducing artifacts. Extensive experiments on the LVD2021 benchmark dataset demonstrate that MTV-Net outperforms state-of-the-art models such as U-Net, GCNet, CE-Net, and HRNet, achieving an IoU of 76.46 ± 0.27 and a Dice coefficient of 86.61 ± 0.18. The model also exhibits strong generalization across diverse leaf morphologies, vein densities, and lighting conditions, validating its effectiveness and robustness for high-precision leaf vein analysis.
Why it matches plant phenotyping methods葉脈という植物形態を画像から抽出する深層学習セグメンテーション手法を開発し、ベンチマークで性能・頑健性を検証しており、植物フェノタイピング手法が中心である。
abstractLeaf vein segmentation is a critical task in plant phenotyping and species classification
This dataset was generated to support research investigating the use of hyperspectral reflectance for the estimation of foliar nitrogen (N) and phosphorus (P) concentrations in apple ( Malus domestica ) trees. This article and the dataset it describes accompany an original research article submitted to Computers and Electronics in Agriculture entitled "Investigating the limits of spectroscopy for the estimation of foliar N and P in apple" [1]. Data were collected from a controlled potted experiment involving 150 'Golden Delicious' apple trees grown under varying nutrient supply regimes, including full nutrient supply, nitrogen- and phosphorus-deficient treatments, and trees infected with ' Candidatus Phytoplasma mali'. The experiment was conducted over the 2023 growing season at the Laimburg Research Centre in South Tyrol, Italy. All data and the accompanying code for its analysis is freely available in the associated GitHub repository [2]. Spectral data were collected using the Spectral Evolution SR-3500 field spectroradiometer with an attached leaf clip, producing high-resolution hyperspectral reflectance profiles (350-2500 nm) from the adaxial surface of fully expanded leaves. A total of 1189 leaf spectra were recorded and were matched to chemically analysed leaf samples. Corresponding foliar N and P concentrations (and others) were determined through laboratory analysis using the Dumas combustion method for nitrogen and ICP-OES following acid digestion for phosphorus. The dataset includes metadata detailing tree treatments, sampling dates, infection status, and shoot growth metrics. Additionally, R scripts used for data processing, spectral pre-treatment (including multiplicative scatter correction and Savitzky-Golay derivatives), feature selection (VIP and mRMR), and model development are provided. The dataset is suitable for reuse in the development and benchmarking of spectral models for nutrient estimation, especially in the context of field-based or remote sensing applications in horticulture. Its wide range of foliar nutrient values, inclusion of multiple physiological stresses, and detailed documentation make it a valuable resource for researchers working in precision agriculture, plant phenotyping, chemometrics, and hyperspectral data analysis.
Why it matches plant phenotyping methodsリンゴ葉のN・P濃度という植物生理形質を対象に、ハイパースペクトル反射データ、化学分析値、前処理・モデル開発コードを含む再利用可能なデータセットであり、植物フェノタイピング手法の開発・ベンチマークに直接資する。
abstractThis dataset was generated to support research investigating the use of hyperspectral reflectance for the estimation of foliar nitrogen (N) and phosphorus (P) concentrations in apple
Reproduction assets foundThe authors publicly release the paper's own hyperspectral leaf spectra (.sed files), matched foliar N/P concentrations, metadata, and R analysis scripts via a GitHub repository (also archived with Zenodo DOI 10.5281/zenodo.15600557), with explicit public availability and no registration required.Dataset · publicData accessibility
Repository name: Github
Data identification number: DOI 10.5281/zenodo.15600557
Direct URL to data: https://github.com/HyperspectralCameron/Investigating-the-Limits-of-Spectroscopy-for-the-Estimation-of-Foliar-N-and-P-in-Apple.gitInstructions for accessing these data: All data and code are publicly available through the GitHub repository listed above. The repository includes raw spectral files (.sed), metadata files, and R scripts for pre-processing, modelling, and visualisation. No registration or authentication is required.Open asset ↗GitHub · DOI 10.5281/zenodo.15600557html-lines:84-123Code · publicAll data and the accompanying code for its analysis is freely available in the associated GitHub repository [2].Open asset ↗GitHubhtml-lines:1-83Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Field / plotLeafStem / branchMorphology / geometry measurementLeaf traitsStress response / toleranceWater status / transpiration
Background Plant functional traits provide key information about species' ecological strategies and their responses to environmental disturbances such as fire. This dataset documents 14 morpho-functional traits of leaves (specific leaf area, leaf water content and leaf dry matter content), stems (maximum height, bark thickness, diameter at 40 cm, wood density, stem water content and stem dry matter content), one regenerative trait (resprouting capacity), as well as fire-related traits (ignition time, flaming time and flammability) and growth form in 50 woody plant species (27 trees, 22 shrubs and one liana) inhabiting a pine-oak forest in the "Barranca del Cupatitzio" National Park (BCNP), located in Uruapan, Michoacán, Mexico. This dataset is formatted according to the Darwin Core Archive standard and is publicly available for use. New information This dataset is standardised under the Darwin Core framework. It includes 14 morpho-functional and fire-related traits. The data were obtained from 50 woody species with a diameter at breast height (DBH) > 2.5 cm (27 trees, 22 shrubs and one liana), in a pine-oak forest located in the western Trans-Mexican Volcanic Belt, in the Municipality of Uruapan, Michoacán, Mexico. Here, we report flammability-related traits for these species for the first time. The collection of biological material and the measurement of functional traits followed internationally recognised protocols, ensuring methodological consistency and facilitating integration with other global datasets. The dataset includes values for flammability, ignition time, flaming time, specific leaf area, wood density, stem water and dry matter content, bark thickness, leaf water and dry matter content, maximum height, stem diameter at 40 cm above the ground, plant growth form and resprouting capacity. This information is particularly valuable for studies in functional ecology, ecological restoration, the dynamics of woody plant communities and fire management in temperate, fire-prone ecosystems.
Why it matches plant phenotyping methods植物の形態・機能・火災関連形質を体系的に収集し、Darwin Coreで標準化した再利用可能なデータセットであり、形質測定とデータ提供が中心である。
abstractThis dataset documents 14 morpho-functional traits of leaves
Reproduction assets foundThe paper is a data paper whose own trait/flammability dataset is deposited publicly on GBIF via DOI 10.15468/46f8xe, explicitly linked as the data package for this study's measurements.Dataset · publiche Creative Commons Attribution 4.0 International License (CC-BY 4.0), which permits use, distribution and reproduction in any medium, provided the original authors are properly credited.
Data resources
Data package title
Functional traits related to fire in woody species from Barranca del Cupatitzio National Park
Resource link
https://doi.org/10.15468/46f8xe
Number of data sets
2
Data set 1.
Data set name
occurrence.txt
Data format
Darwin Core
Data set 1.
Column label
Column description
id
Unique identifier for each occurrence.
institutionID
The identifier for the institution having custody of the specimens.
institutionCode
Full name of the institution having custody of the specimeOpen asset ↗10.15468/46f8xelines:87-297Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Published1 Dec 2025Artificial Intelligence in Agriculture
CottonRiceRootMorphology / geometry measurementSegmentationRoot system architecture
Beyond its fundamental roles in nutrient uptake and plant anchorage, the root system critically influences crop development and stress tolerance. Rhizobox enables in situ and nondestructive phenotypic detection of roots in soil, serving as a cost-effective root imaging method. However, the opacity of the soil often results in intermittent gaps in the root images, which reduces the accuracy of the root phenotype calculations. We present a root inpainting method built upon Generative Adversarial Networks (GANs) architecture In addition, we built a hybrid root inpainting dataset (HRID) that contains 1206 cotton root images with real gaps and 7716 rice root images with generated gaps. Compared with computer simulation root images, our dataset provides real root system architecture (RSA) and root texture information. Our method avoids cropping during training by instead utilizing downsampled images to provide the overall root morphology. The model is trained using binary cross-entropy loss to distinguish between root and non-root pixels. Additionally, Dice loss is employed to mitigate the challenge of imbalanced data distribution Additionally, we remove the skip connections in U-Net and introduce an edge attention module (EAM) to capture more detailed information. Compared with other methods, our approach significantly improves the recall rate from 17.35 % to 35.75 % on the test dataset of 122 cotton root images, revealing improved inpainting capabilities. The trait error reduction rates (TERRs) for the root area, root length, convex hull area, and root depth are 76.07 %, 68.63 %, 48.64 %, and 88.28 %, respectively, enabling a substantial improvement in the accuracy of root phenotyping. The codes for the EU-GAN and the 8922 labeled images are open-access, which could be reused by researchers in other AI-related work. This method establishes a robust solution for root phenotyping, thereby increasing breeding program efficiency and advancing our understanding of root system dynamics.
Why it matches plant phenotyping methods根画像の欠損を補完するGAN手法と再利用可能なデータセットを開発・評価し、根形態形質の推定誤差改善を実証しており、植物フェノタイピング手法が中心である。
abstractWe present a root inpainting method built upon Generative Adversarial Networks (GANs) architecture
Rice is a vital staple food for global food security and a primary income source for millions of farmers worldwide. However, abnormal rice growth poses a serious threat to both yield stability and grain quality, undermining agricultural productivity. Early detection of such anomalies is therefore essential to mitigate yield losses. However, existing methods either targeted only one symptom at a time, or failed to generalize under various field conditions. Moreover, lightweight real-time inference is needed for on-board UAV deployment, yet most high-accuracy models incur prohibitive computational cost. In this study, we propose ARG-TR model, a lightweight transformer-based semantic segmentation framework built on the SegFormer architecture, which utilizes long-range dependencies to identify complex growth anomalies. The model is trained and validated on a large-scale, drone-captured multi-spectral dataset. By integrating a hierarchical transformer encoder with a lightweight decoder, ARG-TR achieves rapid convergence during training and demonstrates strong generalization to unseen data. The experimental results on a challenging dataset of abnormal rice growth patterns show that ARG-TR achieves a robust Intersection over Union (IoU) of 64.8, which outperforms state-of-the-art baselines such as MaskFormer and KNet in both accuracy and computational efficiency.
Why it matches plant phenotyping methodsドローンマルチスペクトル画像からイネの異常生育状態を抽出するセマンティックセグメンテーション手法を開発・検証しており、植物状態の取得方法が中心である。
abstractwe propose ARG-TR model, a lightweight transformer-based semantic segmentation framework built on the SegFormer architecture, which utilizes long-range dependencies to identify complex growth anomalies.
The accurate identification of soybean growth stages is critical for optimizing agricultural interventions, where mistimed treatments can result in yield losses ranging from 2.5% to 40%. Existing deep learning approaches remain limited in scope, targeting isolated developmental phases rather than providing comprehensive phenological coverage. This paper presents a novel object detection architecture DELTA-SoyStage, combining an EfficientNet backbone with a lightweight ChannelMapper neck and a newly proposed DELTA (Denoising Enhanced Lightweight Task Alignment) detection head for soybean growth stage classification. We introduce a dataset of 17,204 labeled RGB images spanning nine growth stages from emergence (VE) through full maturity (R8), collected under controlled greenhouse conditions with diverse imaging angles and lighting variations. DELTA-SoyStage achieves 73.9% average precision with only 24.4 GFLOPs computational cost, demonstrating 4.2× fewer FLOPs than the best-performing baseline (DINO-Swin: 74.7% AP, 102.5 GFLOPs) with only 0.8% accuracy difference. The lightweight DELTA head combined with the efficient ChannelMapper neck requires only 8.3 M parameters-a 43.5% reduction compared to standard architectures-while maintaining competitive accuracy. Extensive ablation studies validate key design choices including task alignment mechanisms, multi-scale feature extraction strategies, and encoder-decoder depth configurations. The proposed model's computational efficiency makes it suitable for deployment on resource-constrained edge devices in precision agriculture applications, enabling timely decision-making without reliance on cloud infrastructure.
Why it matches plant phenotyping methods大豆の生育ステージという植物状態をRGB画像から推定する検出アーキテクチャを開発し、データセット、比較評価、アブレーション検証まで行っており、植物フェノタイピング手法が中心である。
abstractThis paper presents a novel object detection architecture DELTA-SoyStage, combining an EfficientNet backbone with a lightweight ChannelMapper neck and a newly proposed DELTA (Denoising Enhanced Lightweight Task Alignment) detection head for soybean growth stage classification.
Accurate identification of plant diseases is critical for maximizing agricultural productivity, particularly in high-value crops like Peruvian coffee, where traditional manual diagnostics remain error-prone and inefficient. While numerous studies have explored convolutional neural networks (CNNs) for disease classification, achieving optimal performance hinges on the precise tuning of hyperparameters a process often relegated to suboptimal trial-and-error methods. Using metaheuristic optimization algorithms to detect such hyperparameters would be a correct approach. For this reason, with the artificial bee colony (ABC) optimization method was goal to determine the hyper-parameters of the proposed CNN architecture in the study. In accordance with this goal, both Peruvian Coffea Dataset (CoLeaf-DB), which is an up-to-date dataset, and Arabica Coffee Leaf Dataset (AcLeaf-DB) which is a reliable dataset with which many studies have been conducted on this subject and which can be benchmarked, were used. On CoLeaf-DB, which is a current dataset used in the study, values of 0.94, 0.94, 0.94, 0.95 were obtained in terms of precision, recall, F1 score, accuracy performance metrics, respectively. Same to order, the values of 0.95, 0.95, 0.95, and 0.97 were obtained from the AcLeaf-DB. When the obtained values are compared with state-of-the-art (SOTA) studies, it is revealed that the determination of hyperparameters with the proposed optimization method and the CNN-based architecture developed on this basis have an extremely important effect on disease detection.
Why it matches plant phenotyping methodsコーヒー葉の病徴を画像から分類するCNNと、ABCによるハイパーパラメータ最適化を開発し、複数データセットで性能比較しているため、病害フェノタイピング手法が中心である。
abstractwith the artificial bee colony (ABC) optimization method was goal to determine the hyper-parameters of the proposed CNN architecture in the study.
Hyperspectral imaging (HSI) has recently emerged as a valuable tool for various agricultural applications. However, the widespread adoption of hyperspectral imaging is hindered due to the high cost and complexity of collecting and processing hyperspectral images. To address this gap, we introduce Agro-HSR,¹1Link to dataset: Agro-HSR. a large-scale RGB to hyperspectral image reconstruction dataset of sweet potatoes, specifically curated to promote easy access to hyperspectral images for the agricultural community. Agro-HSR comprises 1322 pairs of RGB and hyperspectral image cubes from 790 samples across three sweet potato varieties. For 141 of these samples, the agro-product quality attributes are included in the dataset. Each hyperspectral image cube covers 31 evenly spaced bands within the wavelength range of 400–1000 nm. Benchmarks for hyperspectral image reconstruction were conducted to demonstrate the importance and applicability of Agro-HSR. These benchmarks evaluated the ability to predict critical quality parameters in sweet potatoes, including Brix, dry matter, and firmness, from reconstructed hyperspectral images. Agro-HSR enhances the accessibility of hyperspectral images and promotes opportunities for cross-domain research in deep learning and agricultural science, addressing critical challenges in assessing the quality of agro-products.
Why it matches plant phenotyping methodsサツマイモのハイパースペクトル画像再構成データセットを構築し、再構成画像から品質形質を推定するベンチマークを実施しており、植物形質取得・推定手法が中心である。
abstractBenchmarks for hyperspectral image reconstruction were conducted to demonstrate the importance and applicability of Agro-HSR.
Better matching of the timing and amount of fertilizer inputs to plant requirements will improve nutrient use efficiency and crop yields and could reduce negative environmental impacts. Deep learning can be a powerful digital tool for on-site, real-time, non-invasive diagnosis of crop nutrient deficiencies. A drone-based RGB image dataset was generated together with ground truthing data in winter wheat (2020) and in winter rye (2021) during tillering and booting in the long-term fertilizer experiment (LTFE) Dikopshof. In this LTFE, the crops were fertilized with the same amounts for decades. The selected treatments included full fertilization including manure (NPKCa+m+s), mineral fertilization (NPKCa), mineral fertilization but no nitrogen (N) application (_PKCa), no phosphorus (P) application (N_KCa), no potassium (K) application (NP_Ca), or no liming (Ca) (NPK_), as well as an unfertilized treatment. The image dataset consisting of more than 3600 UAV-based RGB images was used to train and evaluate in total of eight CNN-based and transformer-based models as baselines within each crop-year and across the two crop-year combinations, aiming to detect the specific fertilizer treatments, including the specific nutrient deficiencies. The field observations showed a strong biomass decline in the case of N omission and no fertilization, though the effects were lower in the case of P, K, and lime omission. The mean detection accuracy within one year was 75% (winter wheat) and 81% (winter rye) across models and treatments. Hereby, the detection accuracy for winter wheat was highest for the NPKCa+m+s (100%) and the unfertilized (96%) treatments as well as the _PKCa treatment (92%), whereas for treatments N_KCa and NPKCa the accuracy was lowest (about 50%). The results were similar for winter rye. In the cross-year and cross-cereal species transfer (training on winter wheat, application on winter rye, and vice versa), the mean accuracy was about 18%. The results highlight the potential of deep learning as a digital tool for decision-making in smart farming but also the difficulties of transferring models across years and crops.
Why it matches plant phenotyping methodsUAV RGB画像から作物の栄養欠乏・施肥状態を推定するデータセットと深層学習モデルを構築・評価しており、植物状態の取得・推定手法が研究の中心である。
abstractDeep learning can be a powerful digital tool for on-site, real-time, non-invasive diagnosis of crop nutrient deficiencies.
Satellite-derived solar-induced chlorophyll fluorescence (SIF) provides critical insights into large-scale ecosystem functions. However, inherent trade-offs between satellite scan range and spatial resolution, coupled with incomplete coverage and irregular temporal sampling, constrain its utility for fine-scale ecological studies. In this study, we present a monthly 500-meter resolution SIF dataset for China (CNSIF, 2003–2022), reconstructed using a deep learning framework integrating high-resolution Landsat/Sentinel-2 surface reflectance and thermal infrared data. CNSIF accurately captures spatial patterns of vegetation photosynthetic activity and reveals a significant annual growth trend (0.054 mW m⁻² sr⁻¹ nm⁻¹ year⁻¹). Validation against tower-based SIF demonstrates its ability to track monthly photosynthetic dynamics across diverse ecosystems, with R² ranging from 0.324 (p < 0.01) to 0.947 (p < 0.001). A strong correlation with tower-based GPP (R² = 0.55, p < 0.001) further highlights its utility for carbon flux estimation. Comparative analyses show CNSIF’s superiority over existing high-resolution SIF products in resolving fragmented landscapes, reducing spatial artifacts, and improving delineation of fine-scale features (e.g., winter wheat fields, urban boundaries) in heterogeneous ecosystems. CNSIF's higher-resolution estimation of photosynthetic activity offers a promising tool for monitoring vegetation dynamics and assessing fragmented agricultural production. It enables the incorporation of ecosystem fragmentation effects into earth observation and carbon cycle systems. CNSIF is publicly available at https://doi.org/10.6084/m9.figshare.27075145.
Why it matches plant phenotyping methods高解像度SIFの再構成手法と公開データセットを開発し、タワー観測およびGPPで検証しており、植生の光合成活動という生理状態の推定が中心である。
abstractwe present a monthly 500-meter resolution SIF dataset for China (CNSIF, 2003–2022), reconstructed using a deep learning framework integrating high-resolution Landsat/Sentinel-2 surface reflectance and thermal infrared data.
Field / plotLeafClassificationDisease symptoms / severity
This Data Descriptor presents the Jute Diseases Image Dataset; a curated collection of 1390 high-resolution images aimed at supporting the development of machine learning models for timely identification and accurate diagnosis of jute (Corchorus) plant diseases. The dataset is categorized into five classes: Dieback (300), Holed (300), Mosaic (240), Stem Soft Rot (270), and Fresh (280) representing healthy leaves. Images were captured under varied natural lighting and directional conditions across diverse jute cultivation areas to enhance model generalizability. A rigorous pre-processing pipeline was applied, including uniform resizing to 1024 × 1024 pixels and removal of duplicate images to ensure data integrity. The dataset is organized into two components: a raw, pre-processed set and an augmented train-test split version, enabling immediate use in machine learning workflows. Additionally, Grad-CAM and Guided Grad-CAM techniques were applied to sample images to visualize and validate model attention on disease-relevant regions. This resource addresses the lack of labelled jute disease imagery and supports timely disease management, particularly for stakeholders in Bangladesh and other major jute-producing regions.
Why it matches plant phenotyping methods植物病害症状を画像として収集・ラベル化したデータセットであり、病害状態の画像ベース表現型判定を支援することが中心です。
abstractThis Data Descriptor presents the Jute Diseases Image Dataset; a curated collection of 1390 high-resolution images aimed at supporting the development of machine learning models for timely identification and accurate diagnosis of jute (Corchorus) plant diseases.
Reproduction assets foundThe paper's own jute disease image dataset (1390 labeled images, raw and augmented train/test splits) is publicly deposited in Harvard Dataverse with an explicit DOI and direct URL, matching an allowed URL. No separate analysis code or trained model checkpoint is publicly released.Dataset · publicData accessibility
Repository name: Harvard Dataverse
Data identification number: https://doi.org/10.7910/DVN/FJ1DM1
Direct URL to data: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/FJ1DM1Open asset ↗Harvard Dataverse · doi:10.7910/DVN/FJ1DM1html-lines:1-91Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
We present a meticulously curated, long-term (1981-2024) dataset documenting maize phenology dynamics across Northeast China, the nation's most critical commercial grain base. Derived from 61 national agrometeorological stations, it captures the timing of 10 pivotal phenological stages (sowing, emergence, three-leaf, seven-leaf, jointing, tasseling, flowering, silking, milking, maturity) and derives the durations of 4 growth period lengths (sowing-jointing, jointing-silking, silking-maturity, sowing-maturity). The dataset underwent a rigorous, multi-tiered quality control protocol, including automated checks for internal consistency and expert arbitration for ambiguous records, ensuring high integrity. Subsequent analysis employed kernel density estimation to characterize the probability distribution of phenological events and univariate linear regression to quantify decadal trends. The resulting repository is substantial, comprising 976 georeferenced diagnostic plots in JPEG format and two primary data tables in XLSX format, with a total volume of 601.04 MB. Systematically organized by province and station, this dataset serves as a foundational empirical resource for quantifying climate-driven shifts in crop development, enhancing the parameterization and validation of process-based crop models, and informing the development of optimized cultivation practices and regional climate adaptation frameworks.
Why it matches plant phenotyping methodsトウモロコシの複数の生育ステージと生育期間を長期・広域に収録し、品質管理済みデータセットとして構築しているため、植物フェノタイピングデータセットが研究の中心です。
abstractit captures the timing of 10 pivotal phenological stages
Reproduction assets foundThe paper is a data descriptor whose maize phenology dataset (1981–2024, 61 stations, 10 phenological stages, diagnostic plots and XLSX tables) is openly deposited in Science Data Bank. No custom code was created.Dataset · publich stage timing and duration, it empowers farmers and
307
agricultural planners to optimize production systems in response to evolving climatic
308
conditions, thereby enhancing regional food security resilience.
309
Data Availability
310
The dataset generated during this study is openly available in the Science Data Bank at
311
https://doi.org/10.57760/sciencedb.28709 or https://cstr.cn/31253.11.sciencedb.28709.312
Code availability
313
No custom code was created for the production of this dataset.
314
References
315
1.Cai C, Ding T, Chen W. (2024). Potential yield of world maize under global warming based on ARIMA-TR model.
316
Journal of Agrometeorology, 2024, 26(1).
317
2.Li M. RetrospectOpen asset ↗Science Data Bank · 10.57760/sciencedb.28709pdf-raw-page:15 lines:1-94Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Field / plotMultimodalMultispectral / hyperspectralRaman / spectroscopyWhole plant / canopy / plot / fieldCalibration / preprocessingGrowth / development / phenology
This data article presents a multimodal, non-invasive dataset documenting the physiology and growth stages of Stenocereus queretaroensis (pitayo), a native species from the arid and semi-arid regions of Southern Zacatecas, Mexico. In particular, Stenocereus spp. are important cacti in the region due to its nutritional properties, role as an economic resource, and cultural significance.It is worth emphasising that these cacti traditionally grow wild (i.e., without deliberate cultivation); accordingly, controlled cultivation is uncommon and remains understudied. With the aim of producing a formal, comprehensive analysis and compendium, the data were collected across multiple phenological stages to provide a complete representation of the plant development cycle, from vegetative growth through to fruiting. To achieve this, the collection process combined high-resolution multispectral imaging with field spectrometry in the 400-700 nm range. Standardized acquisition protocols were applied in field conditions to capture consistent reflectance data, and environmental variables such as illumination, temperature, and geographic coordinates were recorded for each session to ensure reproducibility. The dataset integrates several components: (i) multispectral images that provide spatial information on canopy and structural characteristics, (ii) field spectral signatures with detailed reflectance values for each sampled plant, and (iii) metadata describing phenological stage, acquisition date and time, environmental conditions, and equipment settings. For subsequent analysis, data was preprocessed and normalized to enable reliable comparisons between growth stages and across acquisition sessions, resulting in a clean, structured resource ready for computational analysis. In this regard, this dataset has been organized to facilitate its direct application across multiple research and development contexts. Specifically, potential applications include the training and validation of machine learning and computer vision models for automated phenological stage classification, harvest time estimation, and development of species-specific vegetation indices. Moreover, owing to its standardized design, the resource can serve as a benchmark for comparing methods, validating algorithms, and supporting reproducible workflows in precision agriculture and remote sensing. Beyond Stenocereus queretaroensis, the documented acquisition and preprocessing methodology can be replicated or adapted to generate similar multimodal datasets for other climate-resilient crops, particularly those cultivated in arid and semi-arid regions. This could enable comparative analyses across species and provide a reference for extending multimodal sensing approaches to underrepresented plants of ecological and economic importance.
Why it matches plant phenotyping methods植物の生育段階・生理・構造特性を対象に、標準化されたマルチスペクトル画像とフィールド分光データを収集・前処理した再利用可能なデータセットであり、ベンチマークやアルゴリズム検証を目的とするため、フェノタイピング手法が中心です。
abstractThis data article presents a multimodal, non-invasive dataset documenting the physiology and growth stages of Stenocereus queretaroensis (pitayo)
Reproduction assets foundThe paper's own multimodal phenotyping dataset (multispectral/RGB images, spectral signatures, NDVI products, metadata, and example MATLAB scripts) is publicly deposited on Mendeley Data with explicit direct URL and DOI.Dataset · public) at ∼1750 m a.s.l., under semi-arid temperate conditions with spring temperatures ranging 20–33°C. The data were collected from the Unit Academic of Electrical Engineering Plantel Jalpa.
Data accessibility
Repository name: Multimodal_Cactaceae_Dataset_25
Data identification number: doi:10.17632/skw8tjc82f.1
Direct URL to data: https://data.mendeley.com/datasets/skw8tjc82f/1
Instructions for accessing these data: click on the direct URL to obtain the multimodal data from Mendeley Dataset Repository.
Related research article
None
1.
Value of the Data
•
These data provide a unique, non-invasive resource for studying Stenocereus spp. physiology. The integrated collection of high-resolution multOpen asset ↗Mendeley Data · doi:10.17632/skw8tjc82f.1lines:32-58Plant phenotyping relevance match · UnverifiedOpenAlex · checked 15 Sept 2026
The accurate three-dimensional (3D) distribution of plant area density (PAD) within forests is crucial for understanding canopy structure and provides essential scene inputs for 3D Radiative Transfer Models (RTMs) to facilitate remote sensing interpretation. However, current lidar-based voxelization methods that estimate detailed PAD distributions often cover limited areas, constraining their applications in conducting broad forest studies and interpreting Earth Observation Satellite (EOS) data of various scales and resolutions. To address this, we developed the Large-Scale Path Volume Leaf Area Density (LS-PVlad), a novel forest 3D reconstruction workflow capable of producing extensive high-resolution 3D voxelized forest scenes (up to 100 km 2 with ≤2 m voxel size) from worldwide open-access airborne lidar scanning (ALS) data. By applying LS-PVlad to the ALS data acquired during the extensive NASA Goddard's LiDAR, Hyperspectral & Thermal Imager (G-LiHT) campaigns, we developed the first release of FoScenes—a high-fidelity PAD product comprising 40 seamless scenes from 28 diverse forest sites, with individual area ranging from ∼50 to ∼11,000 ha. The leaf area estimates of LS-PVlad have been validated by two-year field-measured leaf area index (LAI) from litter collection (best RMSE = 0.35 m 2 /m 2 ) and digital hemispherical photography (DHP) images (RMSE = 0.46 m 2 /m 2 ) across multiple plots at a deciduous forest site. Additionally, a broad comparison between FoScenes and MODIS plant/leaf area index product demonstrates high consistency (R 2 = 0.70, RMSE = 0.86 m 2 /m 2 ). By providing multi-dimensional forest characterizations, FoScenes enables temporal insights into structure dynamics. Its integration with the discrete anisotropic radiative transfer (DART) model underscores the potential of FoScenes for extensive 3D RTM applications at various scales. • We developed a large-scale ALS-data-driven 3D forest reconstruction workflow. • FoScenes product consists of 40 various forest scenes derived from NASA G-LiHT data. • The estimated leaf/plant area index strongly aligns with field data and EOS products. • FoScenes captures temporal structure variation by multi-dimensional characterization. • FoScenes can be integrated into DART for realistic simulations at varied scales.
Why it matches plant phenotyping methods森林の植物面積密度・葉面積指数を推定するALSベースの3D再構成ワークフローを開発し、実測LAI等で検証した方法・データセット研究であり、植物形態の取得が中心です。
abstractwe developed the Large-Scale Path Volume Leaf Area Density (LS-PVlad), a novel forest 3D reconstruction workflow
Field / plotFruitClassificationStress / disease detectionDisease symptoms / severity
Timely and accurate detection of pomegranate fruit diseases is critical for minimizing crop losses, preserving fruit quality, and supporting sustainable agricultural practices. This study introduces the Halabja Pomegranate Fruit Disease Image Dataset, a systematically compiled collection of images from orchards in one of Iraq's major pomegranate-producing regions. The dataset comprises 2178 original images and 28,314 augmented images, categorized into four specific classes: ectomyelois ceratoniae, colletotrichum spp., sunburn, and healthy fruit samples. To create an ecological setting and ensure significant class variation, images were captured in natural outdoor environments. A standard preprocessing step was applied, which involved resizing all images to 512×512 pixels and using several image augmentation techniques to improve the flexibility and robustness of machine learning models. The unique characteristics of this dataset make it highly suitable for developing machine learning and deep learning models aimed at plant disease detection and other computer vision tasks in precision agriculture. Its contextual relevance and content diversity make it valuable for building an effective diagnostic tool capable of functioning in real field conditions.
Why it matches plant phenotyping methods植物病害状態を画像で分類するデータセットの構築が中心で、再利用可能な植物表現型データとして適格です。
abstractThis study introduces the Halabja Pomegranate Fruit Disease Image Dataset
Reproduction assets foundThe paper is a data descriptor for the authors' own Halabja Pomegranate Fruit Disease Image Dataset (2178 original + 28,314 augmented images), publicly deposited on Zenodo with an explicit direct URL matching an allowed URL. This is a paper-specific public plant-image/phenotyping asset.Dataset · publicasses: Colletotrichum spp. (anthracnose), Ectomyelois ceratoniae (fruit borer), sunburn, and healthy fruit.
Data source location
Pomegranate orchards in Halabja city, Kurdistan region, Iraq (location code: 46,018).
Data accessibility
Repository name: Zenodo
Data identification number: 10.5281/zenodo.15856012
Direct URL to data: https://zenodo.org/records/15856012
Halabja Pomegranate Fruit Disease Image Dataset. Zenodo [ 1 ].
Related research article
None
1.
Value of the Data
•
Regional Uniqueness: This dataset is the first publicly available collection of pomegranate fruit disease images from Halabja, in the Kurdistan Region of Iraq, an area renowned for its high-quality pomegranate proOpen asset ↗Zenodo · 10.5281/zenodo.15856012lines:1-52Plant phenotyping relevance match · UnverifiedOpenAlex · arXiv · checked 8 Sept 2026
Published20 Nov 2025Iowa State University Digital Repository (Iowa State University)Cited by 0 · OpenAlex ↗
Recent advances in plant phenotyping have driven widespread adoption of multi sensor platforms for collecting crop canopy reflectance data. This includes the collection of heterogeneous data across multiple platforms, with Unmanned Aerial Vehicles (UAV) seeing significant usage due to their high performance in crop monitoring, forecasting, and prediction tasks. Similarly, satellite missions have been shown to be effective for agriculturally relevant tasks. In contrast to UAVs, such missions are bound to the limitation of spatial resolution, which hinders their effectiveness for modern farming systems focused on micro-plot management. In this work, we propose a cross modal learning strategy that enriches high-resolution satellite imagery with UAV level visual detail for crop canopy trait estimation. Using a dataset of approximately co registered satellite UAV image pairs collected from replicated plots of 84 hybrid maize varieties across five distinct locations in the U.S. Corn Belt, we train a model that learns fine grained spectral spatial correspondences between sensing modalities. Results show that the generated UAV-like representations from satellite inputs consistently outperform real satellite imagery on multiple downstream tasks, including yield and nitrogen prediction, demonstrating the potential of cross-modal correspondence learning to bridge the gap between satellite and UAV sensing in agricultural monitoring.
Why it matches plant phenotyping methods衛星画像とUAV画像を統合し、作物キャノピー形質を推定するクロスモーダル学習法の開発が中心であり、植物形質推定用データセットと性能評価も含む。
titleCrossmodal learning for Crop Canopy Trait Estimation
Field / plotClassificationDisease symptoms / severity
The accurate identification of crop pests and diseases is critical for global food security, yet the development of robust deep learning models is hindered by the limitations of existing datasets. To address this gap, we introduce DLCPD-25, a new large-scale, diverse, and publicly available benchmark dataset. We constructed DLCPD-25 by integrating 221,943 images from both online sources and extensive field collections, covering 23 crop types and 203 distinct classes of pests, diseases, and healthy states. A key feature of this dataset is its realistic complexity, including images from uncontrolled field environments and a natural long-tail class distribution, which contrasts with many existing datasets collected under controlled conditions. To validate its utility, we pre-trained several state-of-the-art self-supervised learning models (MAE, SimCLR v2, MoCo v3) on DLCPD-25. The learned representations, evaluated via linear probing, demonstrated strong performance, with the SimCLR v2 framework achieving a top accuracy of 72.1% and an F1 score (Macro F1) of 71.3% on a downstream classification task. Our results confirm that DLCPD-25 provides a valuable and challenging resource that can effectively support the training of generalizable models, paving the way for the development of comprehensive, real-world agricultural diagnostic systems.
Why it matches plant phenotyping methods作物の病害・健全状態を画像で認識する大規模公開ベンチマークデータセットを構築・評価しており、植物状態の画像ベース表現型解析基盤が中心です。害虫認識も含まれますが、病害・健全状態の評価は植物フェノタイピングに該当します。
abstractwe introduce DLCPD-25, a new large-scale, diverse, and publicly available benchmark dataset.
Reproduction assets foundThe paper introduces DLCPD-25, a public crop pest/disease image dataset (221,943 images, 203 classes), with an explicit Data Availability Statement pointing to the authors' GitHub repository containing all image data and documentation.Dataset · publicThe DLCPD-25 dataset introduced and analyzed in this study is publicly available at: https://github.com/hwzhanng/DLCPD-25-Dataset (accessed on 20 October 2025). The repository provides access to all image data, and relevant documentation used in this research.Open asset ↗https://github.com/hwzhanng/DLCPD-25-Dataset · DLCPD-25lines:141-207Plant phenotyping relevance match · UnverifiedCrossref · checked 15 Sept 2026
In facility horticultural production, intelligent disease recognition and precise intervention are vital for crop health and economic efficiency. We construct a multi-source dataset from Bayan Nur, Weifang, and Honghe that integrates handheld camera photos, drone field images, and laboratory-controlled samples. Handheld images capture fine lesion texture for close-up diagnosis common in greenhouses; drone images provide canopy-scale patterns and spatial context suited to open-field management; laboratory images offer controlled illumination and background for stable supervision and cross-crop feature learning. Our objective is robust cross-crop, cross-regional diagnosis and economically rational control. To this end, a model named CCGD-Net is proposed. It is designed as a multi-task framework. The framework incorporates a multi-scale perception module (MSFE) to produce hierarchical representations. It includes a cross-domain alignment module (CDAM) that reduces distribution shifts between greenhouse and open-field environments. The training follows an unsupervised domain adaptation setting that uses unlabeled target-region images. When such images are not available, the model functions in a pure generalization mode. The framework also integrates a regional economic strategy module (RESM) that transforms recognition outputs and local cost information into optimized intervention intensity. Experiments show an accuracy of 91.6%, an F1-score of 89.8%, and an mAP of 88.9%, outperforming Swin Transformer and ConvNeXt; removing RESM reduces F1 to 87.2%. In cross-regional testing (Weifang training → Honghe testing), the model attains an F1 of 88.0% and mAP of 86.5%. These results indicate that integrating complementary imaging modalities with domain alignment and economic optimization provides an effective solution for disease diagnosis across greenhouse and field systems.
Why it matches plant phenotyping methods植物病斑・冠層画像から病害状態を推定するマルチモーダル深層学習法を開発し、データセット、ドメイン適応、交差地域検証を含むため、植物フェノタイピング手法が中心である。
abstractWe construct a multi-source dataset from Bayan Nur, Weifang, and Honghe that integrates handheld camera photos, drone field images, and laboratory-controlled samples.