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 confirmedOpenAlex · checked 5 Sept 2026
Published18 Aug 2026Journal of King Saud University - Computer and Information SciencesCited by 0 · OpenAlex ↗
Plant phenotyping is essential for modern crop breeding, yet traditional static image analysis fails to capture the nonlinear dynamics of plant growth. Existing time-series forecasting models exhibit notable limitations when processing multimodal data: global pooling operations may compress local 2D spatial topology of plants, and shallow feature concatenation may be insufficient for effective cross-modal semantic alignment. Moreover, current methods typically regress absolute morphological states, which may contribute to temporal lag during nonlinear growth spurts. In this paper, we propose ST-CrossGro-Former, a cross-modal residual forecasting framework for plant dynamic growth. The network removes the final global pooling and classification layers to preserve spatial topology and incorporates a scalar-guided cross-modal attention module based on the standard query-key-value formulation. This module utilizes 1D morphological features as queries to dynamically weight local visual regions, promoting multimodal feature alignment. Concurrently, a residual incremental forecasting strategy is introduced to predict short-term growth increments rather than absolute states, aiming to improve tracking sensitivity to sudden growth events. Evaluations on the UNL-CPPD maize dataset and supplementary validation on the FIP1 wheat field dataset show that the proposed model achieves competitive single-step forecasting accuracy and favorable temporal trajectory alignment compared with adapted spatiotemporal attention, graph-based, and physics-informed baselines under the evaluated settings. In particular, the FIP1 results suggest that ST-CrossGro-Former can maintain favorable height trajectory alignment under a field-acquired wheat setting, indicating its potential for helping mitigate temporal misalignment in dynamic growth forecasting.
Why it matches plant phenotyping methods植物の動的形態成長を予測する新規クロスモーダル手法を開発し、トウモロコシ・コムギデータセットで評価しており、表現型の抽出・予測手法が中心である。
abstractwe propose ST-CrossGro-Former, a cross-modal residual forecasting framework for plant dynamic growth.
Reproduction assets foundThe paper evaluates its ST-CrossGro-Former model on two public plant phenotyping datasets: the UNL-CPPD maize dataset (explicitly stated as publicly available with a repository URL) and the FIP1 wheat field dataset (public dataset from ETH Zürich, with its GigaScience dataset publication DOI). No author analysis code, Dataset · publicThe UNL-CPPD dataset used in this research was acquired from the UNL Plant Phenotyping Datasets repository, accessible at https://plantvision.unl.edu/datasets.Open asset ↗UNL Plant Phenotyping Datasets · UNL-CPPDlines:266-273Code / 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-90Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Plants encounter multiple abiotic stresses. Among them, heat and drought stress play a substantial role in reducing the agricultural productivity of commercial plants. Hence, wild and underutilized plants can be a potential alternative as they are naturally tolerant to extreme climatic conditions and are a rich source of nutrition. Manual stress and disease detection is a laborious and expensive process, and hence automation in this field is required to reduce agricultural losses. This study evaluates the prediction and detection of abiotic stress in Acacia senegal bipinnate leaves, exploring various stress-induced changes using machine learning (ML) algorithms and biochemical analysis. A. senegal , an underutilized edible desert legume, was grown under controlled greenhouse conditions. After 2 months, these plants were segregated into groups and subjected to heat and drought treatments. Image acquisition was performed to obtain a dataset of 3,454 images of A. senegal leaves. Physiological parameters, such as fresh and dry leaf weight, shoot length, number of leaves, and biochemical assays like antioxidant assay (DPPH), total phenolic content (TPC), and total flavonoid content (TFC), were determined. LC-MS/MS analysis was conducted to identify over 50 phytochemical compounds. A hybrid model was developed consisting of a fine-tuned EfficientNet-based Convolutional Neural Network (CNN) followed by a Support Vector Machine (SVM) for the binary classification of A. senegal leaves. The model distinguishes between healthy and stress-affected unhealthy leaves and achieved an accuracy score of 86.6%. This report provides a significant lead toward stress phenotyping and prediction of a bipinnate leaf plant using ML algorithms. The overall study is useful to understand how the stress encountered by arid plants alters the nutritional quality.
Why it matches plant phenotyping methods画像データと機械学習モデルを用いて、アカシア葉の健全・ストレス状態を自動分類する手法を開発・評価しており、植物表現型取得が中心です。
abstractThis study evaluates the prediction and detection of abiotic stress in Acacia senegal bipinnate leaves
Reproduction assets foundThe paper's data availability statement explicitly makes the 3,454-image A. senegal leaf imaging dataset public on Zenodo and the ML implementation source code public on GitHub; both are paper-specific, public, and actionable.Dataset · publicThe plant leaf imaging data used in the work is publicly available at https://doi.org/10.5281/zenodo.16531486.Open asset ↗zenodo · 10.5281/zenodo.16531486html-lines:480-497Code · publicThe source code of the implementation is available at https://github.com/softwareinnovationslabBITS/CDRF_ASenegal_MLImagingOpen asset ↗github · softwareinnovationslabBITS/CDRF_ASenegal_MLImaginghtml-lines:480-497Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Background Covered smut in barley caused by Ustilago hordei leads to yield reduction and quality loss of stored grains and is especially challenging in organic production. However, screening for resistance remains challenging. The goal of our research was to evaluate protocols for screening covered smut in barley under normal and speed breeding conditions that could be scaled up for breeding purposes. We considered favorable pathogen growth conditions, a sufficient sample size to detect differences among genotypes through a power analysis, sources of disease escape or avoidance, and the infection effect on agronomic traits. Results In the first experiment, twenty genotypes treated with various inoculum concentrations were screened for disease incidence under a speed breeding system. Generally, low infection levels were found, likely due to disease escape or avoidance. Based on a power analysis, we modified the protocol to include more plants and improved pathogen growth conditions under a normal greenhouse system. With the modified protocol, the incidence of covered smut was significantly different among genotypes. The protocol also reduced the number of plants required to detect at least one infected plant. Artificial inoculation significantly decreased germination rates while head emergence, days to heading, and plant height were affected by disease infection in the most susceptible genotypes. We also found that covered smut incidence varied with tiller emergence order. The genotypes 'DH160779' (RES check), PI 270630', 'CIho15270', and 'MTV-color-158' presented potential resistance to covered smut. Conclusion The protocol has a high power to differentiate moderately resistant barley genotypes and we confirmed that specific agronomic traits were affected by disease incidence in susceptible genotypes.
Why it matches plant phenotyping methodsオオムギ病害の抵抗性スクリーニングプロトコルを評価・改良し、検出力と遺伝子型間の識別性能を検証しているため、植物病害表現型の取得法が研究の中心です。
abstractThe goal of our research was to evaluate protocols for screening covered smut in barley under normal and speed breeding conditions that could be scaled up for breeding purposes.
Reproduction assets foundThe paper's disease-screening and agronomic-trait measurement data are publicly deposited on Zenodo, as stated in the Availability of data and materials section. No author analysis code or trained models are explicitly deposited.Dataset · publicThe data used and/or analyzed in the current study are available through the Zenodo, which is available at Gopinathan, G. (2025). Optimization of a protocol for covered smut in barley [Dataset]. Zenodo. [ 47 ] (https:/doi.org/ https://doi.org/10.5281/zenodo.17906264 ).Open asset ↗Zenodo · 10.5281/zenodo.17906264lines:190-223Code / dataset availability confirmedOpenAlex · checked 5 Sept 2026
Accurate identification of individual plants from unmanned aerial vehicle (UAV) imagery is essential for high-throughput phenotyping and data-driven decision-making in plant breeding. This study presents MatchPlant, a modular, open-source Python pipeline with a graphical user interface for UAV-based single-plant detection and geospatial trait extraction. The pipeline integrates UAV image processing, user-guided annotation of selected undistorted images, convolutional neural network–based object-detection training, forward projection of bounding boxes onto an orthomosaic, and shapefile generation for spatial phenotypic analysis. This workflow preserves native image geometry during detection while maintaining coordinate traceability from source imagery to georeferenced outputs. Across five independent training runs using early-season maize imagery, MatchPlant achieved source-image-level detection performance of AP@0.5 = 90.3 ± 1.1% and mAP@0.5:0.95 = 43.4 ± 2.9%. Orthomosaic-level evaluation after forward projection showed AP@0.5 = 89.7 ± 0.8% and recall = 93.7 ± 1.2%, demonstrating the workflow’s ability to transfer plant detections into georeferenced outputs. Plant-level traits, including plant height derived from canopy height models and NDVI derived from vegetation index rasters, showed strong agreement with manual annotations ( r = 0.87–0.97). Detection outputs were reused across time points with minimal additional annotation, supporting temporal phenotyping during early growth. The framework was validated using maize imagery from a single site and growing season, where plant separation remained clear. By combining modular design, reproducibility, and coordinate traceability, MatchPlant provides an open-source workflow for UAV-based plant-level analysis, with broader applications requiring validation across additional crops, sensors, growth stages, GSDs, and field conditions.
Why it matches plant phenotyping methodsUAV画像から個体検出と植物形質(草高・NDVI)を抽出する、オープンソースの再利用可能なワークフローを開発・検証しており、植物フェノタイピング手法が中心である。
abstractThis study presents MatchPlant, a modular, open-source Python pipeline with a graphical user interface for UAV-based single-plant detection and geospatial trait extraction.
Reproduction assets foundThe paper's MatchPlant analysis pipeline is publicly available on GitHub, and the maize case-study training dataset and pre-trained model are publicly available on Zenodo; both are paper-specific, public, and actionable.Dataset · publicThe public datasets supporting the case study are available on Zenodo at https://doi.org/10.5281/zenodo.14856123 (accessed on February 14, 2025).Open asset ↗Zenodo · 10.5281/zenodo.14856123lines:169-250Model / weights · publicThe training dataset and pre-trained model used in the maize case study presented in Section 3 are also publicly available via Zenodo ( Sangjan et al., 2025a ) at https://doi.org/10.5281/zenodo.14856123 (accessed on February 14, 2025).Open asset ↗Zenodo · 10.5281/zenodo.14856123lines:70-82Code / dataset availability confirmedOpenAlex · checked 11 Sept 2026
Unmanned aerial vehicle (UAV) photogrammetry offers a cost-effective approach to tree-level detection, however, Structure-from-Motion (SfM) outputs are sensitive to processing choices and site conditions, which can alter canopy representation and reduce individual-tree detection accuracy. Here, we systematically evaluate how SfM reconstruction quality and depth-map filtering influence RGB-only individual-tree detection under controlled acquisition conditions. Objectives were to (i) identify an optimal SfM-derived point-cloud configuration for delineating individual trees, and (ii) implement and test a segmentation workflow (local-maxima treetop detection plus Dalponte2016 in lidR) for detecting and counting trees. We assessed RGB-only SfM for individual-tree detection (ITD) across thirteen 1.21-ha loblolly pine ( Pinus taeda ) plots located in two counties in the state of Alabama in the southeastern United States; eight even-aged plantations and five mixed pine-hardwood stands, while holding image acquisition parameters constant. Using Agisoft Metashape Professional (Agisoft LLC, St. Petersburg, Russia), dense-cloud quality (Lowest, Low, Medium, High, Ultra High) and depth-map filtering (Disabled, Mild, Moderate, Aggressive) were varied in a 5 × 4 full-factorial design; assessment metrics included point-cloud density, canopy-surface completeness, canopy-height-model (CHM) agreement with field heights, and ITD precision/recall/F1. We identified a single high-resolution configuration (Ultra High + Disabled) by screening parameter sets for structural accuracy and suppression of false peaks. Using this configuration, CHMs matched field heights in Washington County, Alabama (R 2 = 0.96; RMSE = 0.44 m; bias = − 0.01 m) and in Cullman County, Alabama (R 2 = 0.44; RMSE = 1.14 m; bias = − 0.09 m); pooled performance was R 2 = 0.98; RMSE = 0.54 m; bias = − 0.01 m. ITD accuracy at the primary 3 m match radius yielded a precision of 0.03; recall = 0.29; F1 = 0.05 in the even-aged plantations (Washington) and a precision of 0.03; recall = 0.12; F1 = 0.05 in mixed pine–hardwood stands (Cullman); pooled F1 = 0.05. The selected parameters and workflow are reproducible and transferable, provide insight into RGB-SfM ITD performance, and indicate when lidar remains preferable for crown delineation.
Why it matches plant phenotyping methodsRGB-SfMによる個体樹の検出・樹高推定と、SfM設定およびセグメンテーションワークフローの系統的評価が研究の中心であり、植物の樹冠構造・樹高という形態形質を抽出する方法を検証している。
abstractwe systematically evaluate how SfM reconstruction quality and depth-map filtering influence RGB-only individual-tree detection
Reproduction assets foundThe paper's Code availability statement deposits the authors' SfM/ITD processing scripts publicly on OSF (DOI 10.17605/OSF.IO/UXBCZ). Phenotype/field datasets are only available on request, so they are not public assets.Code · publicThe workflow and processing scripts used in this study are publicly available through the Open Science Framework
(OSF) repository: Singh and Narine, [32]. Code Repository for Optimizing SfM Parameters for RGB-Only Individual-Tree
Detection in Loblolly Pine and Mixed Pine-Hardwood Stands. https://doi.org/10.17605/OSF.IO/UXBCZ.Open asset ↗10.17605/OSF.IO/UXBCZpdf-page:12 lines:1-70Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Abstract Mangroves play a critical role in coastal ecosystem services, particularly through their capacity to sequester large amounts of atmospheric carbon, contributing to climate change mitigation. Developing accurate mangrove carbon models is therefore essential for monitoring ecosystem condition and carbon stocks at relevant scales. This study aimed to estimate mangrove Above-Ground Carbon (AGC) in Baluran National Park by integrating field measurements and remote sensing data within a Machine Learning (ML) framework. The study utilised an extensive field data collection programme of 60 sampling plots of girth at breast height, canopy cover, tree height, and tree density. Mangrove AGC was estimated using allometric equations. AGC was also modelled by processing satellite images, conducting statistical analyses, developing models with five ML algorithms (Random Forest (RF), Support Vector Machine (SVM), Decision Tree (DT), k-Nearest Neighbour (k-NN), and Gradient Boost (GB)), and checking accuracy using 5-fold cross-validation (CV) of Root Mean Square Error (RMSE). The RF model, using field-measured tree height, Ratio Vegetation Index (RVI), and Transformed Soil-Adjusted Vegetation Index (TSAVI), achieved the best performance ( R² training = 0.93, R² testing = 0.84, 5-fold CV RMSE = 12.20 Mg C ha⁻¹). Predicted AGC ranged from 5.39 to 57.18 Mg C ha⁻¹ (mean ± Standard Deviation (SD) = 30.43 ± 16.09 Mg C ha⁻¹) and showed improved accuracy compared to the global mangrove biomass dataset of (Simard et al., 2019). A key contribution of this study is the integration of field-measured tree height within a satellite-based ML framework, which enhances the accuracy and ecological relevance of AGC estimation compared to approaches relying solely on spectral predictors or remotely sensed canopy height products, offering a practical and cost-effective alternative for sites where UAV or LiDAR data are unavailable. This approach provides a practical method for regional mangrove carbon monitoring, national carbon accounting and supports climate change mitigation efforts.
Why it matches plant phenotyping methodsマングローブの樹高・樹冠情報と衛星データを統合し、機械学習で個体・プロットレベルの地上部炭素量という植物状態を推定する手法を開発・交差検証しており、単なる生態系測定ではなく表現型取得手法が中心である。
abstractAGC was also modelled by processing satellite images, conducting statistical analyses, developing models with five ML algorithms (Random Forest (RF), Support Vector Machine (SVM), Decision Tree (DT), k-Nearest Neighbour (k-NN), and Gradient Boost (GB)), and checking accuracy using 5-fold cross-validation (CV) of Root Mean Square Error (RMSE).
Reproduction assets foundThe authors state that all analysis code (model development, hyperparameter configuration, diagnostics, accuracy assessment) is publicly available in their GitHub repository Mangroves-AGC-Baluran, which reproduces this paper's mangrove AGC machine-learning analysis.Code · publicThe Python codes were available on
h
t
t
p
s
:
/
/
g
i
t
h
u
b
.
c
o
m
/
s
e
f
t
i
a
w
a
n
-
s
r
/
Mangroves-AGC-Baluran.git.Open asset ↗Mangroves-AGC-Baluran.git · Mangroves-AGC-Baluran.gitpdf-raw-page:17 lines:1-379Code / dataset availability confirmedEurope PMC · Crossref · checked 5 Sept 2026
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 15 Sept 2026
Accurately monitoring alfalfa nutritional quality is essential for optimal pasture management. Yet, current UAV remote sensing methods rely on single-temporal imagery and empirical indices, limiting their ability to handle multi-stage growth dynamics, canopy spectral saturation, and canopy-to-whole-plant scale differences. Furthermore, small sample sizes often cause purely data-driven models to overfit correlations, yielding biologically unrealistic results. Overcoming these challenges, we designed a comprehensive quality estimation framework using 127 alfalfa core germplasms, combining high-dimensional spectral mining, a physics-informed network, and a 3D allometric transfer operator. After screening 14,960 spectral operators across original and log-transformed spaces, we applied a dual dimensionality reduction strategy to isolate optimal features. Four-band dual-difference structures proved highly sensitive to fiber components (ADF/NDF, |r| = 0.896), while logarithmic decoupling operators accurately isolated protein and nitrogen signals (CP/N, |r| = 0.868). We then engineered a Physics-Informed Sparse Shallow Network (PI-SSN). By leveraging temporal attention decoupling, it adaptively assigns growth-stage weights to different components and uses carbon-nitrogen metabolic constraints to maintain biological accuracy during multi-task retrieval. Multi-stage temporal data significantly boosted accuracy over single-period spectra. PI-SSN delivered exceptional test set coefficients of determination ( R2 ) of 0.812-0.848 and RPDs >2.0 for N, CP, ADF, and NDF, easily outperforming standard baselines. To bridge the canopy-only observation gap, we introduced a 3D allometric transfer operator that incorporates canopy coverage and plant height. This effectively corrected vertical stem-leaf observation biases, enhancing Relative Feed Value (RFV) predictions. Ultimately, this approach offers a powerful new framework for high-throughput forage phenotyping.
Why it matches plant phenotyping methodsUAVリモートセンシングと物理制約ネットワーク、3Dアロメトリック演算子を統合し、アルファルファの栄養品質を推定する手法を開発・検証しており、植物表現型取得が中心である。
abstractwe designed a comprehensive quality estimation framework using 127 alfalfa core germplasms, combining high-dimensional spectral mining, a physics-informed network, and a 3D allometric transfer operator.
Reproduction assets foundThe paper's authors publicly release the pre-trained PI-SSN model weights, inference code, and usage instructions on GitHub. The raw spectral and ground-truth quality datasets are not public and are available only on request, so they do not qualify as public assets.Code · publiceptualization, Resources, Supervision, Writing-review & editing. Dongyan Zhang: Conceptualization, Funding acquisition, Project Administration, Supervision, Writing-original draft, Writing-review & editing.
Data and code availability
The pre-trained model weights, inference code, and usage instructions are publicly available at https://github.com/AeroPheno/PI-SSN.git . The raw spectral data and ground-truth quality data used in this study are not publicly available due to ongoing collaborative projects, but are available from the corresponding author on reasonable request.
Funding
This work was supported by the 2023 Hohhot to introduce high-level innovative and entrepreneurial talents (teamOpen asset ↗AeroPheno/PI-SSNlines:243-301Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 5 Sept 2026
High-throughput phenotyping is essential for resolving genotype-by-environment interactions and accelerating crop breeding. In greenhouse potted-plant systems, narrow aisles, global navigation satellite system (GNSS)-denied operation, variable pot layouts, and plant-level data traceability constrain repeatable automated phenotyping. This study presents PhenoRob-P, a modular autonomous robotic system designed for potted crops in structured facility environments. The system integrates a compact two-wheel differential chassis, a LiDAR–vision fusion framework for row-level navigation, pot-level target identification and local alignment, a six-degree-of-freedom robotic arm with inverse-kinematics-based real-time pose compensation for repeatable multi-view close-range imaging, and a three-tier User–Cloud–Robot platform for task scheduling, remote monitoring, and closed-loop data management. Greenhouse validation showed throughputs of 520 pots/h in continuous scanning mode and 187 pots/h in multi-view fine inspection mode. At travel speeds of 0.2–0.3 m/s, mean terminal positioning errors remained within 30 mm, and approximately 87% of lateral and longitudinal errors fell within ±30 mm. Biological validation demonstrated time-resolved stress phenotyping in wheat, with color indices capturing drought progression and rewatering recovery. For maize, multi-view three-dimensional reconstruction estimated plant height and stem diameter with R 2 values of 0.940 and 0.845, respectively, relative to manual measurements. These results show that PhenoRob-P provides an integrated perception-localization-acquisition-analysis workflow for high-throughput, traceable, and time-resolved phenotyping of potted crops.
Why it matches plant phenotyping methods植物形質の取得を中核とする自律ロボット型ハイスループット表現型解析プラットフォームを開発・検証しており、画像取得、3D再構成、ストレス・形態形質の推定性能も評価している。
abstractThis study presents PhenoRob-P, a modular autonomous robotic system designed for potted crops in structured facility environments.
Reproduction assets foundThe paper's Data availability statement explicitly deposits authors' source code and sample datasets in a public GitHub repository, matching the allowed URL.Code · publicThe source code and sample datasets supporting the findings of this study are openly available at the following GitHub repository: https://github.com/Sunniersy/PhenoRob-P .Open asset ↗https://github.com/Sunniersy/PhenoRob-P · Sunniersy/PhenoRob-Plines:388-431Code / dataset availability confirmedOpenAlex · Europe PMC · bioRxiv · Crossref · checked 15 Sept 2026
BarleyCommon beanCowpeaGrowth chamberMesh / voxelLiDAR / point cloudMultispectral / hyperspectralLeafWhole plant / canopy / plot / fieldAnnotation / quality control
Abstract High-throughput 3D multispectral plant phenotyping platforms generate large volumes of point cloud files, but trait extraction is typically performed by sensor-bundled software whose internal algorithms are not publicly documented, which limits reproducibility and integration into custom research pipelines. Here we present PhytoScan3D, an open-source Python pipeline that extracts morphological and spectral phenotypic traits, spanning plant height, 3D leaf area, digital biomass, convex hull volume, leaf inclination, canopy geometry, NDVI, hue, and vegetation indices, from both PLY and PCD point cloud files generated by Phenospex PlantEye F500 and F600 sensors, and is portable to point clouds from any acquisition platform. PhytoScan3D was validated against HortControl (PhenoSpex) ground-truth measurements on 936 barley ( Hordeum vulgare ) pot-date observations from the growth chamber trial (20 Norwegian cultivars, 12 scan dates, Septemenr 2025 to January 2026), achieving Pearson r = 0.913 to 0.999 and ratio approximately 1.000 for Plant Height Max, 3D Leaf Area, and NDVI Average. A vectorised mesh face filtering implementation achieved a 120x speed improvement, increasing valid 3D Leaf Area coverage from 0.6% to 100% of files. Cross-format validation on 223 PlantEye F600 PCD files from the ICRISAT LeasyScan platform (four legume species: mungbean, cowpea, lima bean, and common bean; 1,523 plant observations) yielded r = 0.884 against independent cuboid annotation heights. The systematic positive bias (mean +27.2 mm, ratio = 1.44) is attributable to PhytoScan3D computing height from raw point cloud Z-range while cuboid annotations are fitted to segmented plant points only, with the offset consistent across all four species (per-species r = 0.880 to 0.888). Cross-dataset processing of 1,180 PLY files from the Crops3D benchmark (8 species, 3 acquisition methods) confirmed zero extraction errors. PhytoScan3D is available at “github.com/kovimallik/phytoscan3d” under the MIT licence and processes 1,651 files across three independent datasets in under 12 minutes on GPU hardware. Highlights PhytoScan3D is the first open-source Python pipeline for batch extraction of phenotypic traits, including plant height, 3D leaf area, digital biomass, convex hull volume, leaf inclination, NDVI, and excess green index, from both PLY and PCD point cloud files generated by Phenospex PlantEye sensors. Primary validation against HortControl ground-truth measurements on 936 barley pot-date observations achieved Pearson r = 0.913-0.999 for Plant Height Max, 3D Leaf Area, and NDVI Average. A 120x computational speedup in mesh face filtering (vectorised NumPy vs. set-based loop) increased the coverage of valid 3D Leaf Area extraction from 0.6% to 100% of files. Cross-format validation on 223 PlantEye F600 PCD files from ICRISAT LeasyScan (four legume species, 1,523 plants) achieved r = 0.884 against independent cuboid annotation heights. The systematic +27.2 mm bias reflects a methodological difference (raw Z-range vs. soil-segmented annotations), is consistent and predictable across all four species (per-species r = 0.880-0.888), and is correctable by a single linear factor. Cross-dataset processing of 1,180 PLY files from the Crops3D benchmark (8 species, 3 acquisition methods) confirmed zero extraction errors. Significant scan-unit variation was detected for Plant Height Max (F = 5.71, p < 0.001, η 2 = 0.138) and Canopy Width X (F = 6.32, p < 0.001, η 2 = 0.150), demonstrating the biological utility of extracted traits.
Why it matches plant phenotyping methods植物の3D点群・マルチスペクトルデータから形態・スペクトル形質を抽出するオープンソース手法を開発し、複数データセットで技術検証・ベンチマークしているため、植物フェノタイピング手法が中心である。
abstractHere we present PhytoScan3D, an open-source Python pipeline that extracts morphological and spectral phenotypic traits
Reproduction assets foundThe paper's own analysis code (PhytoScan3D pipeline) is publicly released on GitHub under the MIT licence, and the two external 3D point cloud datasets used for validation (Crops3D and ICRISAT LeasyScan) are publicly available on figshare. The primary barley PLY dataset is not yet public (to be deposited in NVA upon).Code · publicditing, Funding acquisition.
Declaration of Competing Interest
The authors declare that they have no known competing financial interests or personal
relationships that could have appeared to influence the work reported in this paper.
Data Availability
PhytoScan3D source code, documentation, and example datasets are available at
https://github.com/kovimallik/phytoscan3d under the MIT licence. The barley PLY dataset
will be deposited in the Norwegian Research Information Repository (NVA) upon acceptance.
The Crops3D benchmark dataset is publicly available at
https://doi.org/10.6084/m9.figshare.27313272 (Zhu et al. 2024). The ICRISAT LeasyScan
dataset is publicly available at https://doi.org/10Open asset ↗github.com/kovimallik/phytoscan3dpdf-raw-page:15 lines:1-36Dataset · publicData Availability
PhytoScan3D source code, documentation, and example datasets are available at
https://github.com/kovimallik/phytoscan3d under the MIT licence. The barley PLY dataset
will be deposited in the Norwegian Research Information Repository (NVA) upon acceptance.
The Crops3D benchmark dataset is publicly available at
https://doi.org/10.6084/m9.figshare.27313272 (Zhu et al. 2024). The ICRISAT LeasyScan
dataset is publicly available at https://doi.org/10.6084/m9.figshare.28270742 (Galba et al.
2025).
Acknowledgements
This work was supported by the PheNo, DLT-Farming and Soil2Milk from Research Council
of Norway and TWIN-NUE from Norwegian University of Life Sciences (NMBU). The
authoOpen asset ↗figshare · 10.6084/m9.figshare.27313272pdf-raw-page:15 lines:1-36Dataset · publicimallik/phytoscan3d under the MIT licence. The barley PLY dataset
will be deposited in the Norwegian Research Information Repository (NVA) upon acceptance.
The Crops3D benchmark dataset is publicly available at
https://doi.org/10.6084/m9.figshare.27313272 (Zhu et al. 2024). The ICRISAT LeasyScan
dataset is publicly available at https://doi.org/10.6084/m9.figshare.28270742 (Galba et al.
2025).
Acknowledgements
This work was supported by the PheNo, DLT-Farming and Soil2Milk from Research Council
of Norway and TWIN-NUE from Norwegian University of Life Sciences (NMBU). The
authors thank Sara Catarina Costa Laranjeira, Min Lin and other NMBU growth facility staff
for plant care and scanning operOpen asset ↗figshare · 10.6084/m9.figshare.28270742pdf-raw-page:15 lines:1-36Code / dataset availability confirmedEurope PMC · Crossref · checked 5 Sept 2026
This study suggests a novel extraction pipeline based on terrestrial laser scanning across multiple growth stages to address the current deficiency of three-dimensional (3D) phenotypic traits for wheat populations derived from 3D point clouds. This study presents 3D Wheat Point-seg Net (3D WP-seg Net), a novel 3D point cloud segmentation network that incorporates an SA-CrossAttention module to address the difficulties presented by complex structures, background noise, non-uniform point distributions, and scale variations in plot-level wheat point cloud data. Plot height, canopy area, and volume are examples of common phenotypic parameters that are successfully extracted using this technique. Additionally, two new phenotypic parameters: plot extension distance and lodging angle are suggested by fusing the centroid and slice-skeletonization algorithms. A software platform called 3D Trait Analysis was created to facilitate multi-sensor 3D data processing and trait extraction. A genome-wide association study (GWAS) was then conducted using the extracted population-level traits to find potential genes linked to these new phenotypes. While the segmentation accuracies of 3D WP-seg Net achieved 93.1%, 88.3%, and 92.5% under various sensor systems, the results showed a strong correlation between the predicted and measured plot heights (R 2 = 0.954). Furthermore, four candidate genes linked to extension distance were found on chromosomes 1A, 2A, and 4A, and five putative genes controlling plot lodging angle were found on chromosomes 2D, 3A, and 7A. The multi-stage 3D phenotyping and analysis framework for wheat populations established by this study improves the accuracy of point cloud segmentation and trait quantification while offering a new and efficient method for the genetic analysis of important population-level traits.
Why it matches plant phenotyping methodsLiDAR点群の分割、3D形質抽出、検証、ソフトウェア基盤の開発が研究の中心であり、コムギの形態・倒伏関連形質を定量化しているため。
abstractThis study presents 3D Wheat Point-seg Net (3D WP-seg Net), a novel 3D point cloud segmentation network
Reproduction assets foundThe paper's data availability statement explicitly deposits the authors' source code (3D WP-seg Net segmentation pipeline and 3D Trait Analysis software), testing data, and supporting datasets in a public GitHub repository, directly supporting this paper's wheat 3D phenotyping and segmentation analysis.Code · publicThe source code, testing data, and other datasets supporting the results presented here are available at https://github.com/AI-PhenoLab/3D-WP-seg-Net .Open asset ↗AI-PhenoLab/3D-WP-seg-Netlines:511-575Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
P henotyping remains a critical bottleneck in sorghum ( Sorghum bicolor L. Moench) breeding programs, limiting rates of genetic gain due to labor-intensive yield estimation methods. To address this concern, this study investigates the potential of integrating remote sensing data with machine learning (ML) and deep learning (DL) models to improve sorghum grain yield predictions. Unmanned aircraft systems (UAS)-based imagery was collected across multiple field trials, extracting standard vegetation indices, canopy height features, and panicle traits using a YOLOv11-based object detection model, "YOLO-SORG." Six ML models-including ridge regression (RR), elastic net (EN), LASSO regression (LR), support vector regression (SVR), random forest (RF), and XGBoost (XGB)-were trained to predict plot-level yield using three distinct feature sets: panicle traits, canopy traits, and a combination of both. Results indicate that models relying solely or partially on canopy-derived features provided the most consistent and accurate yield estimates (R 2 ≈ 0.74-0.76), whereas models relying solely on panicle traits performed poorly (R 2 ≈ 0.28-0.42), indicating nadir-derived panicle metrics were potentially being indirectly captured with the canopy traits. Traditional regression models outperformed tree-based ensemble methods in variance partitioning and repeatability ( R ≈ 0.59-0.60), making them more suitable for many breeding applications. These findings highlight the promise of UAS-driven ML pipelines for non-destructive yield prediction but underscore potential limitations of nadir imagery for capturing panicle morphology and use in a robust yield prediction model. Future research should explore the inclusion of multi-temporal imaging, refined feature extraction approaches, and use of oblique, non-nadir imagery to enhance predictive accuracy in sorghum breeding programs.
Why it matches plant phenotyping methodsUAS画像からキャノピー高、穂形質、植生指数を抽出し、機械学習でソルガムのプロット収量を推定するパイプラインが研究の中心であり、形質取得・推定手法の評価も行っている。
abstractthis study investigates the potential of integrating remote sensing data with machine learning (ML) and deep learning (DL) models to improve sorghum grain yield predictions.
Reproduction assets foundThe authors explicitly state that the tabular data and code used in this sorghum yield prediction study are publicly available in their GitHub repository, which is a paper-specific asset containing the analysis code and phenotype data.Code · publicThe tabular data and code used in this study can be found in the following GitHub repository: https://github.com/AcePugh/Sorghum_Yield_Prediction_2025/Open asset ↗AcePugh/Sorghum_Yield_Prediction_2025lines:137-139Code / dataset availability confirmedEurope PMC · OpenAlex · checked 5 Sept 2026
The vertical heterogeneity of rice canopy structure limits the accuracy of inverting leaf physicochemical parameters using traditional radiative transfer models, while LiDAR-based 3D reconstruction remains costly for large-scale applications. To address these challenges, this study proposes a method for constructing 3D rice canopy scenes using "Precision Mode" and "Rapid Mode" strategies. The Precision Mode builds detailed structural models based on measured morphological parameters, validated via the LESS 3D radiative transfer model. To overcome the limitations of obtaining detailed morphology via UAV remote sensing, the Rapid Mode employs machine learning algorithms-specifically Support Vector Machine (SVM), Random Forest (RF), and XGBoost-to map easily accessible parameters (LAI, Above-ground Biomass, Plant Height, and Transplanting Date) to detailed 3D structural parameters. Results indicate that XGBoost achieves the highest accuracy in the Rapid Mode. Furthermore, simulated spectra under both modes showed high consistency with measured spectra, yielding average RMSE values of 0.0104 (R 2 = 0.9965) for the Precision Mode and 0.0307 (R 2 = 0.9694) for the Rapid Mode. Although the spectral accuracy of the Rapid Mode is slightly lower, its modeling efficiency is significantly enhanced, retaining a strong capability to reproduce spectral response characteristics across growth stages. This approach provides an effective tool for analyzing vertical spectral response mechanisms and offers an efficient data simulation scheme for UAV remote sensing parameter inversion based on 3D radiative transfer models.
Why it matches plant phenotyping methodsイネ群落の3D構造を構築・推定する手法を開発し、放射伝達モデルと実測スペクトルで検証しており、植物形質の取得・再現が研究の中心です。
abstractthis study proposes a method for constructing 3D rice canopy scenes using "Precision Mode" and "Rapid Mode" strategies.
Reproduction assets foundThe paper's Data Availability statement says the collected phenotype/structural/spectral data are publicly available on the authors' GitHub repository (allowed URL), while the analysis code is only available from the corresponding author upon request (request_only, no public URL).Dataset · publicThe data collected and used in this study are publicly available at: https://github.com/baijc4095-code/2024data . The code used for analysis can be obtained from the corresponding author upon reasonable request.Open asset ↗baijc4095-code/2024datalines:240-256Code / dataset availability confirmedOpenAlex · checked 14 Sept 2026
ABSTRACT Lodging is a major contributor to decreased yield in tef, a staple cereal crop in Ethiopia. Semidwarf varieties have been developed with a goal to increase yield through reduced lodging, but studying lodging susceptibility currently requires a labor‐intensive, imprecise, manual scoring method. Here we present workflows for analyzing tef stand height from UAS sensors across time to both predict lodging later in the season with early height and to measure the severity of lodging after a storm event. We compare 3D point clouds generated by photogrammetry from RGB images with those generated from LiDAR to estimate height, demonstrating that they produce similar results, despite differences in cost. Stand height and lodging can both be accurately measured with low‐cost UAS, reducing the need for manual measurements and increasing precision and temporal resolution in plant breeding programs.
Why it matches plant phenotyping methodsUAS画像・LiDARによるテフの草高と倒伏程度の推定ワークフローを開発・比較し、育種での測定精度向上を示す中心的な表現型計測研究。
abstractHere we present workflows for analyzing tef stand height from UAS sensors across time to both predict lodging later in the season with early height and to measure the severity of lodging after a storm event.
Reproduction assets foundThe paper's Data Availability Statement and Methods sections point to a public GitHub repository containing the authors' analysis code and associated data (including PheNode sensor data), plus the PlantCV-Geospatial package used for the RGB/LiDAR height and lodging analysis.Code · publicthe USDA NIFA AFRI (Grant Number
2022-
67021-
36467 to N.F.), and by the Bellwether Foundation.
Conflicts of Interest
Getu Beyene has patent “Lodging resistance in Eragrostis tef” pending
to Donald Danforth Plant Science Center.
Data Availability Statement
Code and data associated with this manuscript are available on GitHub
(https://github.com/danforthcenter/teff-manuscript).References
Abebe, Y., A. Bogale, K. Michael Hambidge, B. J. Stoecker, and R. S.
Gibson. 2007. “Phytate, Zinc, Iron and Calcium Content of Selected Raw
and Prepared Foods Consumed in Rural Sidama, Southern Ethiopia,
and Implications for Bioavailability.” Journal of Food Composition and
Analysis 20, no. 3: 161–168.
AssOpen asset ↗danforthcenter/teff-manuscriptpdf-raw-page:8 lines:1-98Code · publicyzing images of plants (Gehan
et al. 2017; Schuhl et al. 2026) that provides a framework for
measuring and storing observations extracted per object within
each image. All code associated with these analyses is available
on GitHub (https://github.com/danforthcenter/teff-manuscript),
as well as the PlantCV-
Geospatial package (https://github.com/danforthcenter/plantcv-geospatial). As observed in the ortho-
mosaic (Figure 1A), tef plots were planted under power lines in
the field, which could not be flown under due to UAS safety re-
strictions. Pixels belonging to powerlines needed to be removed
to measure plot heights. During import, PlantCV-
Geospatial
was used with a height percentile tOpen asset ↗danforthcenter/plantcv-geospatialpdf-raw-page:4 lines:1-107Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Monitoring the growth dynamics in field-grown cabbage is critically important for ensuring stable vegetable production and advancing precision agricultural management. However, conventional two-dimensional (2D) image-based monitoring approaches are limited to planar projection information and lack representations of spatial structural characteristics, rendering them inadequate for supporting high-precision, full-cycle phenotypic monitoring of cabbage under open-field conditions. In this study, a high-precision three-dimensional (3D) point cloud dataset covering the period from the seedling stage to maturity was constructed using depth cameras in conjunction with multi-view spatial registration techniques. Building on this dataset, an adaptive point cloud segmentation network designed for the whole-cycle growth monitoring was proposed, incorporating a Head Refinement Module (HRM), a Leaf Instance Segmentation Module (LISM), and Cross Module Interaction (CMI) to address leaf adhesion and head boundary delineation. Experimental results demonstrated that the proposed method consistently outperformed state-of-the-art models in both semantic and instance segmentation tasks. For semantic segmentation, the mean Intersection over Union (mIoU) reached 0.767, with a point classification accuracy of 94.8%. The model comprises 54.25 million parameters and achieves an average response time of 0.76 s. For instance segmentation, the Average Precision (AP) improved by 2.3% for cabbage heads and 3.8% for leaves, while the Average Recall (AR) increased by 6.9%. Growth parameters, including plant height and canopy spread, extracted from the segmentation results showed strong agreement with ground-truth measurements, with correlation of coefficients (R 2 ) exceeding 0.9 for plant height, canopy length, and canopy width. Leveraging these multidimensional phenotypic descriptors, the temporal dynamics of cabbage growth throughout the entire growth cycle were systematically characterized. Overall, this study enables dynamic monitoring of cabbage phenotypes across the full growth cycle, providing a novel technical pathway for extending 3D phenotyping from controlled environments to open-field applications and offering important support for precise crop monitoring and the development of digital twin agriculture.
Why it matches plant phenotyping methods3D点群データセット、セグメンテーションネットワーク、形質抽出を開発・検証し、圃場キャベツの草高や冠幅を定量化する植物フェノタイピング手法が研究の中心である。
abstracta high-precision three-dimensional (3D) point cloud dataset covering the period from the seedling stage to maturity was constructed using depth cameras in conjunction with multi-view spatial registration techniques.
Reproduction assets foundThe paper's authors publicly release their improved OneFormer3D point cloud segmentation code on GitHub; the cabbage 3D point cloud dataset is only available upon request.Code · publicThe code is available at https://github.com/PandaDalin/improve_oneformer3d. The data of this study are available from the corresponding author upon request.Open asset ↗PandaDalin/improve_oneformer3dhtml-lines:449-475Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 5 Sept 2026
Effective high-throughput phenotyping is crucial for modern plant breeding, yet the optimal image acquisition parameters for UAV-based systems in forage crops remain poorly defined. We optimized UAV-based phenotyping methods for a Megathyrsus maximus biparental population, examining how ground sampling distance (GSD), environment, and harvest date affect the accuracy of RGB-derived digital traits in predicting yield and canopy height. Machine learning algorithms and mixed model analyses were applied to evaluate predictive power and heritability. Pixel count and Haralick's entropy showed strong correlations with conventional yield measurements, particularly in Environment 2, while most vegetative indices were poor predictors. Integrating machine learning substantially enhanced predictive power for green and dry matter yield (r > 0.80). For canopy height, machine learning models achieved correlations of 0.71 with ground truth measurements despite weak pairwise correlations. Mixed model analysis revealed high broad-sense heritability (0.7 < H 2 < 0.87) for yield traits, pixel count, and entropy, while vegetative indices and canopy height showed greater environmental susceptibility. Moderate GSD resolutions (0.5–1.0 cm) consistently outperformed both very high (0.27 cm) and very low (1.5 cm) resolutions. Coincidence index analysis demonstrated 80% correspondence between top genotypes ranked by pixel count and conventionally measured dry matter yield. This study provides an optimized framework for UAV-based phenotyping in M. maximus , demonstrating that combining advanced digital traits with machine learning accurately predicts key agronomic traits and significantly enhances genotype selection efficiency in forage breeding programs.
Why it matches plant phenotyping methodsUAV画像取得条件、RGBデジタル形質、機械学習による収量・草高推定を最適化・検証する研究であり、植物表現型取得法が中心的です。
abstractWe optimized UAV-based phenotyping methods for a Megathyrsus maximus biparental population, examining how ground sampling distance (GSD), environment, and harvest date affect the accuracy of RGB-derived digital traits in predicting yield and canopy height.
Reproduction assets foundThe paper's data availability statement points to a public Mendeley Data repository containing the study's UAV-derived digital phenotyping and conventional trait datasets. No author analysis code repository is explicitly deposited.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://data.mendeley.com/datasets/jrrb76x82h/1 .Open asset ↗jrrb76x82h/1lines:435-487Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
Introduction Herbicide dose-response assays are routinely implemented to compare herbicide resistance among weed biotypes, which requires plant biomass to estimate the dose that reduces growth by 50% relative to untreated plants (GR 50 ). The Phenospex TraitFinder is a high-throughput, non-destructive, digital phenotyping system that collects data from 7 spectral parameters and 13 morphological parameters, including Digital Biomass (DB), which offers the opportunity for researchers to eliminate the time and labor associated with manual biomass collection. However, DB is the product of 3D Leaf Area and Plant Height (PH) Mean, making it a measurement of plant volume and an indirect indicator of biomass. While DB is highly correlated with true biomass, digitally collected plant volume data has not been implemented for dose-response assays or assessed for accuracy relative to true biomass data. Additionally, inaccurate PH measurements could impact the accuracy of DB measurements. Methods This study sought to assess the accuracy and utility of DB and the 19 remaining parameters in dose-response assays by comparing dose-response curves and GR 50 estimates generated from digital data and fresh biomass (FB) data. Accuracy of PH measurements were also assessed by comparing digital and manual measurements with the paired t-test. Pre-emergence dose-response assays using fomesafen and atrazine were implemented with common lambsquarters ( Chenopodium album L.). At 21 days after treatment, manual measurements of FB and PH were collected following digital data collection. Results Consistently strong correlations ( r = 0.97, P < 0.05) were observed between digitally collected data and their equivalent manual measurements. Comparisons of the dose-response curves indicated that only 3D Leaf Area, DB, Convex Hull Area, Projected Leaf Area, and Voxel Volume Total generated highly similar curves and GR 50 estimates relative to FB data, indicating that any one or all of these parameters could be utilized instead of FB. Small differences (approximately 1.06 to 1.77 mm) between manual and digital PH measurements were identified with the paired t-test, but since DB consistently produced similar dose-response curves and GR 50 estimates relative to FB, these differences did not impact the accuracy of DB measurements. Discussion Without requiring manual biomass collection, turnaround time for dose-response and other phenotyping assays decreases and allows faster sharing of research. Furthermore, herbicide-resistant plants can be preserved for phenotyping at later growth stages, tissue collection, and to produce progeny for future experiments.
Why it matches plant phenotyping methodsデジタル表現型システムで植物体積・草丈などを取得し、手作業の生体重測定との精度比較および除草剤用量反応曲線への有用性を検証しており、表現型取得法が中心です。
abstractThe Phenospex TraitFinder is a high-throughput, non-destructive, digital phenotyping system that collects data from 7 spectral parameters and 13 morphological parameters
Reproduction assets foundThe paper's digital phenotyping dose-response datasets are publicly deposited: the data availability statement names Ag Data Commons DOI 10.15482/USDA.ADC/29815082 and a figshare link, both paper-specific. No author analysis code repository is explicitly stated.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: 10.15482/USDA.ADC/29815082 or https://figshare.com/s/64d1bbac59a95c4721f1 .Open asset ↗figshare · 10.15482/USDA.ADC/29815082lines:548-573Code / dataset availability confirmedOpenAlex · checked 5 Sept 2026
Unmanned aerial vehicles (UAVs) have become indispensable tools in precision agriculture and plant phenotyping, enabling the rapid, non-destructive assessment of crop traits across space and time. Equipped with RGB, multispectral, thermal, and other sensors, UAVs provide detailed information on canopy structure, physiology, and stress responses that can guide management decisions and accelerate breeding programs. Despite these advances, the downstream processing of UAV imagery remains technically demanding. Converting orthomosaics into standardized, biologically meaningful data often requires a combination of photogrammetry, geospatial analysis, and custom scripting, which can limit reproducibility and accessibility across research groups. We present drone2report, an open-source python-based software that processes orthomosaics from UAV flights to generate vegetation indices, summary statistics, derived subimages, and text (html) reports, supporting both research and applied crop breeding needs. Alongside the basic structure and functioning of drone2report, we also present five case studies that illustrate practical applications common in UAV-/drone-phenotyping of plants: (i) thresholding to remove background noise and highlight regions of interest; (ii) monitoring plant phenotypes over time; (iii) extracting information on plant height to detect events like lodging or the falling over of spikes; (iv) integrating multiple sensors (cameras) to construct and optimize new synthetic indices; (v) integrate a trained deep learning network to implement a classification task. These examples demonstrate the tool’s ability to automate analysis, integrate heterogeneous data and models, and support reproducible computation of agronomically relevant traits. drone2report streamlines orthorectified UAV-image processing for precision agriculture by linking orthomosaics to standardized, plot-level outputs. Its modular, configuration-driven design allows transparent workflows, easy customization, and integration of multiple sensors within a unified analytical framework. By facilitating reproducible, multi-modal image analysis, drone2report lowers technical barriers to UAV-based phenotyping and opens the way to robust, data-driven crop monitoring and breeding applications.
Why it matches plant phenotyping methods植物表現型取得のためのUAV画像処理ソフトウェアを開発し、植物高・倒伏などの形質抽出、マルチセンサー統合、再現可能な解析ワークフローを中心的に提示している。
abstractWe present drone2report, an open-source python-based software that processes orthomosaics from UAV flights to generate vegetation indices, summary statistics, derived subimages, and text (html) reports
Reproduction assets foundThe paper explicitly states that the code and data to reproduce its five case studies (thresholding, temporal vegetation indices, height analysis, multi-sensor index optimization, deep learning classification) are publicly available in the authors' GitHub repository, and the DRONE2REPORT software itself is released as Code · publicThe code and data to reproduce these case studies
can be found at https://github.com/ne1s0n/paper-drone2report (accessed on 13 April
2026).Open asset ↗ne1s0n/paper-drone2reportpdf-page:6 lines:1-59Code / dataset availability confirmedCrossref · Europe PMC · OpenAlex · checked 5 Sept 2026
Automated quantification of plant-level development from multi-plant greenhouse scenes requires separating individual plants from shared scene-level reconstructions and quantifying organ-level development, a challenge that single-plant acquisition workflows do not directly address. This study presents an end-to-end phenotyping pipeline built on 3D Gaussian Splatting (3DGS) and a post-reconstruction extraction framework, LCR-GS, designed to isolate plant instances from full greenhouse scenes without scene-specific model retraining. LCR-GS integrates zero-shot 2D cues with multi-view lifting, geometric clustering, and chromatic refinement to convert large scene-level reconstructions (~2M Gaussians) into compact per-plant subsets (~16K Gaussians). Experiments on greenhouse-grown muskmelon at the early vegetative stage demonstrate high plant-extraction precision (0.933) and strong organ-level instance segmentation (mean AP50 = 0.924). Plant height and leaf count are validated against manual measurements (height R² = 0.98, RMSE = 1.88 cm; leaf count R² = 0.86), whereas additional morphological traits, including leaf area, leaf area index, mean internode length, and stem node count, are reported as pipeline-derived descriptors for within-cohort comparison. By decoupling semantic inference from reconstruction, the pipeline reduces scene-scale data by over 99% and provides a practical route to derive compact per-plant 3D representations from multi-plant greenhouse imagery for downstream organ-level analysis.
Why it matches plant phenotyping methods3DGS画像から個体・器官を抽出し、植物形質を定量化するフェノタイピング手法の開発と検証が中心である。
abstractThis study presents an end-to-end phenotyping pipeline built on 3D Gaussian Splatting (3DGS) and a post-reconstruction extraction framework, LCR-GS, designed to isolate plant instances from full greenhouse scenes without scene-specific model retraining.
Reproduction assets foundThe paper's Data Availability Statement points to a public GitHub repository containing the muskmelon 3DGS phenotyping dataset (scenes, Gaussian-level plant/background annotations, and point-level organ labels) used in this study.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://github.com/bblabNTU/3dgs-muskmelon-phenotyping-dataset.Open asset ↗bblabNTU/3dgs-muskmelon-phenotyping-datasethtml-lines:485-547Code / dataset availability confirmedOpenAlex · checked 5 Sept 2026
Abstract Modern agriculture faces the dual challenge of sustainably increasing food production while mitigating the environmental impact of intensive monocultures. Mixed cropping, which is the cultivation of multiple species or varieties, may provide ecological benefits that address productivity and environmental sustainability challenges. However, evaluating its multifunctionality in conventional agricultural field experiments is costly and labour-intensive, and small sample sizes and high spatial variability often make it difficult to detect the statistical significance of mixed cropping effects. This study aims to introduce and validate a high-throughput field phenotyping (HTP) framework that integrates aerial imagery obtained from unmanned aerial vehicles (UAVs) to efficiently assess the multifunctionality of mixed cropping systems. We conducted a field experiment comparing monocultures of oat, rye, and barley; intraspecific mixed cropping combining three oat varieties; and interspecific mixed cropping combining oat, rye, and barley. Using UAV-derived data across the entire field, including vegetation cover, plant height, and the normalised difference vegetation index, we evaluated five multifunctionalities (biomass production, spatial variability in biomass production, early canopy closure, lodging resistance, and lodging resilience). This framework reveals that mixed cropping outperforms monocropping in several key ecological functions. The proposed UAV-based HTP approach enables cost-effective, robust, and scalable evaluation of mixed cropping systems, facilitating their optimisation for multifunctionality and contributing to the advancement of sustainable agriculture.
Why it matches plant phenotyping methodsUAV画像を用いた高スループット圃場フェノタイピング枠組みを導入・検証し、植生被覆、草丈、NDVIから複数の植物形質・状態を抽出しており、フェノタイピング手法が中心的です。
abstractThis study aims to introduce and validate a high-throughput field phenotyping (HTP) framework that integrates aerial imagery obtained from unmanned aerial vehicles (UAVs)
Reproduction assets foundThe paper's Data availability statement explicitly deposits the datasets generated and analysed (UAV-derived phenotyping measurements) in a public Zenodo repository with a DOI matching an allowed URL.Dataset · publicThe datasets generated and analysed during the current study are available in the Zenodo repository, https://doi.org/10.5281/zenodo.17042273.Open asset ↗Zenodo · 10.5281/zenodo.17042273lines:197-235Code / 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 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-77Code / dataset availability confirmedOpenAlex · checked 15 Sept 2026
Post-disturbance recovery is a central element of forest resilience against intensifying disturbance regimes. Although recovery signals are strong across Central European forests, the relative roles of different factors contributing to recovery remain incompletely understood. As climate change increasingly challenges recovery, elucidating these processes is essential to adapt forest management to changing climate and disturbance regimes. We extended and applied a biologically grounded model of forest growth to remote sensing data to quantify how management shapes two key drivers of canopy recovery—disturbance legacies and post-disturbance height growth—across Bavaria, Germany. We combined 23,036 ha of quality-filtered photogrammetric canopy height model data with a Landsat-based disturbance map, a forest ownership map and environmental covariates in a Bayesian modelling framework. Post-disturbance growth rates were governed primarily by forest type and site conditions, whereas management strongly influenced disturbance legacies, i.e. the remaining post-disturbance vegetation height structure on site. Legacies varied widely across management types: Federal and set-aside forests retained the highest level of disturbance legacies, while private forests had the lowest legacy levels. Despite marginally lower growth rates, set-aside areas had recovery trajectories that were comparable to managed forests. The median recovery time to 5 m mean canopy height was 14.3 years over all forest and management types. Set-aside areas exhibited the greatest variation in recovery trajectories. We here show that (i) management affects disturbance legacies more strongly than post-disturbance tree growth, (ii) set-aside areas do not differ in recovery speed from managed areas, and (iii) legacies are diversifying forest recovery trajectories, with potential implications for future forest resilience. Our results underline that the post-disturbance reorganization window is a crucial period for management to influence long-term forest development. The framework presented here provides a scalable approach to monitor structural recovery and guide adaptive forest policy and management under increasing disturbance. • Forest management in Central Europe affects post-disturbance recovery more via legacies than tree growth rates. • Set-aside forests recover their canopy height equally fast as managed forests in Central Europe. • Homogenizing and removing disturbance legacies can reduce forest canopy variation across forest stand development. • We combined a biological growth model with remote sensing data to assess forest canopy recovery.
Why it matches plant phenotyping methodsリモートセンシングによる林冠高構造の定量と生物学的成長モデルを組み合わせ、森林の構造回復をスケーラブルにモニタリングする枠組みが研究の中心である。
abstractWe extended and applied a biologically grounded model of forest growth to remote sensing data to quantify how management shapes two key drivers of canopy recovery—disturbance legacies and post-disturbance height growth—across Bavaria, Germany.
Reproduction assets foundThe paper's Data availability statement explicitly deposits the analysis data and code on Zenodo with a public DOI, which is a paper-specific, publicly actionable asset for reproducing the forest recovery analysis.Code · publicthank three anonymous reviewers for providing helpful
suggestions on an earlier version of the work.
Appendix A. Supporting information
Supplementary data associated with this article can be found in the
online version at doi:10.1016/j.foreco.2026.123616.
Data availability
Data and code of the analysis are available at Zenodo: https://doi.org/10.5281/zenodo.17804070.References
Anderson-Teixeira, Kristina J., Miller, Adam D., Mohan, Jacqueline E., Hudiburg, Tara
W., Duval, Benjamin D., DeLucia, Evan H., 2013. Altered Dynamics of Forest
Recovery under a Changing Climate. Glob. Change Biol. 19 (7), 2001–2021. https://
doi.org/10.1111/gcb.12194.
Arano, Kathryn G., Munn, Ian A., 2006. Evaluating Open asset ↗Zenodo · 10.5281/zenodo.17804070pdf-raw-page:10 lines:1-55Code / dataset availability confirmedCrossref · checked 14 Sept 2026
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 confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
BACKGROUND: Phenotypic diversity arises from the process of development and is shaped by genomic variation in plants. However, the genetic basis of growth dynamics remains poorly understood in maize. RESULTS: Here, we analyze 679 maize inbred lines derived from a synthetic CUBIC population with approximately 2.8 million SNPs, leveraging high-throughput phenotyping to capture 1,002,240 RGB images across 18 growth stages. We quantify 67 image-based traits (i-traits), revealing distinct dynamic patterns throughout development. Genome-wide association studies identify 857 quantitative trait loci (QTLs) influencing growth variation, with 88.6% classified as period-specific dynamic QTLs exhibiting modest effects, and 11.4% as conservative QTLs with sustained effects. Notably, 1.5% of cryptic pleiotropic QTLs spanning different growth stages suggest genetic relocations during development. These QTLs enhance heritability estimates for mature traits by an average of 6.2%. We further characterize the novel function of key genes linked with these QTLs, including BRD1 with the pleiotropic effects on plant height and perimeter of convex hull and ZmGalOx1 with the broad-spectrum regulation of plant architecture. Developmental rewiring of epistatic networks shapes maize growth, underscoring the vitality of temporal genetic regulation. Trajectory modeling of i-traits across periods decodes the growth variation patterns, supporting the ontogenic hypothesis driven predictive breeding strategies. CONCLUSION: The findings elucidate the genetic architecture underlying growth dynamics from a spatial-temporal perspective, offering novel insights for maize improvement.
Why it matches plant phenotyping methods大規模RGB画像から67の画像形質を抽出し、発育段階ごとのトレイト動態を解析する高スループット植物表現型解析が研究の中核であるため、方法応用として収録する。
abstractleveraging high-throughput phenotyping to capture 1,002,240 RGB images across 18 growth stages
Reproduction assets foundThe paper's own phenotyping assets are publicly available: selected RGB plant images on Zenodo (record 18150504), and the image-analysis/i-trait extraction pipeline code on GitHub with a Zenodo mirror (record 18151471). The NCBI BioProject and MaizeGDB are prior-study/generic resources, not paper-specific.Code · publicThe image analysis and i-trait extraction pipeline and codes followed the previous procedure [ 18 ] without any modifications and has been publicly released at Github [ 49 ] and Zenodo [ 50 ] platform, all code in the repository are released under the MIT License.Open asset ↗GitHublines:195-202Code · publichas been publicly released at Github [ 49 ] and Zenodo [ 50 ] platform, all code in the repository are released under the MIT License.Open asset ↗Zenodolines:195-202Code / dataset availability confirmedEurope PMC · OpenAlex · Crossref · checked 5 Sept 2026
Background Rice plant architecture underpins yield and grain quality, yet two obstacles impede accurate field characterization in dense paddies. First, single-plant reconstruction is constrained by severe inter-plant occlusion, cluttered backgrounds, and limited viewpoints. These factors obscure culms, leaves, basal tillers, and the true physical scale of the plant. Active ranging devices are cumbersome in outdoor plots and can lose accuracy, whereas conventional passive photogrammetry performs poorly under such conditions. Second, delineating panicles within a 3D rice model is intrinsically difficult. Panicles are slender, highly branched, and visually similar to surrounding foliage, often interwoven and partially hidden. These factors result in fragmented boundaries and missing details. Direct point-cloud segmentation struggles with such discontinuous geometry and requires costly 3D annotation, whereas generic image segmentation models trained on natural scenes transfer poorly to paddy imagery. These challenges motivate a field-ready workflow that both reconstructs whole plants at high resolution in dense plantings and reliably segments panicles to enable trait extraction. Results A low-cost, in-field, multi-view pipeline for whole-plant three-dimensional reconstruction, termed One Stop 3D Target Reconstruction And segmentation (OSTRA), operates on color images with a reference-board setup. The pipeline builds detailed three-dimensional models of individual rice plants and automatically segments key organs (in this case, panicles), despite dense surrounding vegetation. When applied to 231 diverse rice landraces grown in a crowded field setting, the method produced high-fidelity plant models with clearly delineated panicle structures. From these reconstructions, three architectural traits were derived: plant height, leaf area, and panicle length. Genome-wide association analysis of the measured traits identified strong genotype-phenotype associations tagging known candidate genes. Natural variants at D2 and RFL/APO2 were associated with plant height variation, variants at FLW7 were linked to differences in leaf area, and allelic variation at AAI1 corresponded to panicle length variation. These loci are established regulators of plant growth and morphology, indicating that this three-dimensional phenotyping pipeline attains accuracy sufficient to rediscover meaningful genetic signals. Conclusions This study provides a practical tool for precise rice phenotyping even under dense field planting conditions, overcoming occlusion and structural complexity. By enabling non-destructive, field-based measurement of complete plant architecture and linking these phenotypes to specific genes, the pipeline bridges field phenomics and genomics. The integrated reconstruction and analysis framework advances the study of rice architecture and offers a general route to connect complex traits with their genetic determinants.
Why it matches plant phenotyping methods密植圃場でのイネ全体3D再構築、器官分割、形質抽出を中核とする画像ベース表現型解析手法の開発・実証であり、明確に収載対象。
abstractA low-cost, in-field, multi-view pipeline for whole-plant three-dimensional reconstruction, termed One Stop 3D Target Reconstruction And segmentation (OSTRA), operates on color images with a reference-board setup.
Reproduction assets foundThe paper explicitly states that the 3D rice plant models (231 landraces) are deposited on Zenodo and the OSTRA source code is publicly available on GitHub. Both are paper-specific, public, and actionable.Code · publicThe source code of OSTRA is available on GitHub at [http://github.com/ganlab/ostra] (http:/github.com/ganlab/ostra).Open asset ↗github · ganlab/ostralines:217-246Code / dataset availability confirmedOpenAlex · checked 13 Sept 2026
Forest surveying and inspection face significant challenges due to unstructured environments, variable terrain conditions, and the high costs of manual data collection. Although mobile robotics and artificial intelligence offer promising solutions, reliable autonomous navigation in forest, terrain-aware path planning, and tree parameter estimation remain open challenges. In this paper, we present the results of the AI4FOREST project, which addresses these issues through three main contributions. First, we develop an autonomous mobile robot, integrating SLAM-based navigation, 3D point cloud reconstruction, and a vision-based deep learning architecture to enable tree detection and diameter estimation. This system demonstrates the feasibility of generating a digital twin of forest while operating autonomously. Second, to overcome the limitations of classical navigation approaches in heterogeneous natural terrains, we introduce a machine learning-based surrogate model of wheel–soil interaction, trained on a large synthetic dataset derived from classical terramechanics. Compared to purely geometric planners, the proposed model enables realistic dynamics simulation and improves navigation robustness by accounting for terrain–vehicle interactions. Finally, we investigate the impact of point cloud density on the accuracy of forest parameter estimation, identifying the minimum sampling requirements needed to extract tree diameters and heights. This analysis provides support to balance sensor performance, robot speed, and operational costs. Overall, the AI4FOREST project advances the state of the art in autonomous forest monitoring by jointly addressing SLAM-based mapping, terrain-aware navigation, and tree parameter estimation.
Why it matches plant phenotyping methods自律ロボット、3D点群、深層学習を用いて樹木の直径・高さを推定する手法を開発し、点群密度による推定精度も評価しており、植物形質取得が中心である。
abstractwe develop an autonomous mobile robot, integrating SLAM-based navigation, 3D point cloud reconstruction, and a vision-based deep learning architecture to enable tree detection and diameter estimation.
Reproduction assets foundThe paper's point-cloud-density/tree-parameter analysis (Section 2.3) is based on two open-source MLS forest point cloud datasets (Forest 1 from southern Finland, and Forest 2 openly accessible via the 3DFin platform), which are public, paper-specific phenotype/trait data assets. However, the supplied blocks do not包含 aDataset · publicTwo different open-source datasets acquired using a Mobile Laser Scanning (MLS)
system (i.e., GeoSLAM Zeb-Horizon) and available online were considered in this study.Open asset ↗pdf-page:12 lines:1-60Code / dataset availability confirmedEurope PMC · OpenAlex · checked 5 Sept 2026
Maize-soybean intercropping is a sustainable intensive agroecosystem, though the productivity is constrained by interspecific competition for water and light resources. To enhance the water use efficiency in this intercropping system and understand canopy structure dynamics under the water-limited conditions of arid northwest China, this study proposes a novel optimization strategy that synchronizes deficit irrigation scheduling with crop-specific water requirements during critical phenological phases. Four irrigation regimes were implemented: W1 (full irrigation for both maize and soybean crops), W2 (maize-full and soybean-deficit), W3 (maize-deficit and soybean-full), and W4 (dual deficit). Through UAV-based high-resolution 3D canopy reconstruction (R = 0.98 for plant height validation), 14 spatial-geometric descriptors were quantified. The W2 strategy demonstrated superior competitive coordination, enhancing aggressivity of maize (Ams) by 85.9 % through strategic canopy reconfiguration: 11.8 % reduction in maize maximum leaf layer width position (MLLWP), 28.3 % decrease in inter-specific canopy overlap area (COA), and 40.0 % compression of shading convex hull volume (SCHV). These optimized structural adaptations synergistically enhanced photosynthetically active radiation interception (+13.4 %) while achieving concurrent reductions in crop evapotranspiration (ET, -19.7 %) without yield penalty, thereby elevating irrigation water use efficiency (IWUE) by 14.4 % and water equivalent ratio (WER) by 15.9 %. This work provides mechanistic insights into canopy architecture-mediated resource competition mitigation and establishes a technological framework for sustainable intensification in water-limited environments.
Why it matches plant phenotyping methodsUAVによる3Dキャノピー再構成を用いた植物構造形質の取得と検証が、灌漑試験の主要な解析基盤として明示されているため、実質的なフェノタイピング手法の応用に該当する。
abstractThrough UAV-based high-resolution 3D canopy reconstruction (R = 0.98 for plant height validation), 14 spatial-geometric descriptors were quantified.
Reproduction assets foundThe paper's data availability statement explicitly deposits the authors' analysis source code on a public GitHub repository, which qualifies as a paper-specific public code asset. The study's phenotype data (UAV-derived 3D canopy point clouds, geometric trait measurements, yield/biomass data) are only available upon请求,Code · publicThe source code used in this study is available for noncommercial use and the code can be downloaded from https://github.com/Pepe-oss/3D-Reconstruction-analysis-of-maize-soybean-intercropping-competition-under-water-stress . The data of this study are available from the corresponding author upon request.Open asset ↗Pepe-oss/3D-Reconstruction-analysis-of-maize-soybean-intercropping-competition-under-water-stresslines:320-407Code / dataset availability confirmedEurope PMC · bioRxiv · OpenAlex · checked 15 Sept 2026
Lodging is a major contributor to decreased yield in tef, a staple cereal crop in Ethiopia. Semidwarf varieties have been developed with a goal to increase yield through reduced lodging, but studying lodging susceptibility currently requires a labor-intensive, imprecise, manual scoring method. Here we present workflows for analyzing tef stand height from UAS sensors across time to both predict lodging later in the season with early height and to measure the severity of lodging after a storm event. We compare 3D point clouds generated by photogrammetry from RGB images with those generated from LiDAR to estimate height, demonstrating that they produce similar results, despite differences in cost. Stand height and lodging can both be accurately measured with low-cost UAS, reducing the need for manual measurements and increasing precision and temporal resolution in plant breeding programs. Significance Statement Extreme weather or heavy grain can cause plant stems to bend, a process called lodging. Lodging significantly reduces crop yields globally, particularly in grain crops such as tef ( Eragrostis tef ). Semidwarf crops have previously been reported to be lodging-resistant, increasing crop yields. Here, we used uncrewed aerial systems (UAS) to measure plant growth, height, and lodging in gene edited semidwarf tef lines, and compared the results to ground-truth data. Using a UAS equipped with a red-green-blue (RGB) camera or LiDAR sensor, we measured plant height and lodging, and found that early-season height measurements could predict future lodging potential. The tools used were contributed to the open-source software PlantCV-Geospatial for community use. This work contributes to a broader understanding of genetic resistance to lodging, providing valuable insights for tef crop improvement and reduces the need for labor-intensive manual measurements.
Why it matches plant phenotyping methodsUASのRGB画像・LiDARから3D点群を生成し、植物の草高と倒伏を定量化・検証するワークフローが研究の中心であるため、植物フェノタイピング手法として含める。
abstractHere we present workflows for analyzing tef stand height from UAS sensors across time to both predict lodging later in the season with early height and to measure the severity of lodging after a storm event.
Reproduction assets foundThe paper states that code and data associated with the manuscript (UAS-based tef height/lodging phenotyping analyses) are publicly available in the authors' GitHub repository danforthcenter/teff-manuscript. The PlantCV-Geospatial package and D2S platform are general-purpose tools/platforms rather than paper-specific,.Code · publicInstitute Block Grant to K.M.M. and
470
N.F., the National Science Foundation (grant numbers 2120153 and 2346101 to N.F.),
471
the USDA NIFA AFRI (grant number 2022-67021-36467 to N.F.), and by the Bellwether
472
Foundation.
473
474
Data Availability
475
Code and data associated with this manuscript are available on GitHub
476
(https://github.com/danforthcenter/teff-manuscript).477
478
.
CC-BY 4.0 International license
available under a
(which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint
this version posted January 7, 2026.
;
https://doi.org/10.64898/2026.01.0Open asset ↗danforthcenter/teff-manuscriptpdf-raw-page:13 lines:1-76Code / dataset availability confirmedOpenAlex · Crossref · checked 14 Sept 2026
Abstract Plant breeders and weed scientists address weed management collaboratively by selecting for herbicide tolerance in breeding programs. Metribuzin, a Group 5 PSII‐inhibiting herbicide, is labeled for use in wheat ( Triticum aestivum L.). However, application to currently available lines results in frequent, variable, and unpredictable crop injury. Breeding for enhanced metribuzin tolerance would allow growers to utilize this herbicide effectively while minimizing the risk of crop injury. Incorporating an additional herbicide mode of action in winter wheat production would enhance rotational flexibility and weed resistance management. Selection for improved herbicide tolerance in crops has traditionally relied on visual estimation, yet assessments can be variable. The objective of this study was to improve the accuracy and efficiency of selecting for herbicide tolerance in a breeding program by utilizing a drone‐mounted multispectral sensor. Multispectral data were collected on paired rows of an diversity panel and advanced generation lines grown in paired plot yield trials. Vegetation indices calculated include normalized difference vegetation index (NDVI), normalized difference red edge (NDRE), transformed chlorophyll absorption reflectance index, normalized water index, and modified triangular vegetation index. Visual assessments of injury, plant height, and grain yield were also recorded. Correlations between reflectance indices and grain yield were stronger than those between visual injury assessments and grain yield. The top 10 lines overlapped 45%–53% when selected by highest yield and highest NDVI or NDRE, respectively, in treated plots. The relationship between yield and index differences in treated and nontreated plots showed that the difference in indices (multiple R 2 = 0.0802–0.5434) explained more yield variation than visual assessments (multiple R 2 = 0.0003–0.1915). These results suggest that multispectral analysis at the plot level is a more accurate and efficient indicator of herbicide injury in winter wheat than traditional visual assessments.
Why it matches plant phenotyping methodsドローン搭載マルチスペクトルセンサーと植生指数を用いて、冬コムギの除草剤傷害・耐性を従来の目視評価より高精度かつ効率的に推定する方法を実証しており、表現型取得法が研究の中心である。
abstractThe objective of this study was to improve the accuracy and efficiency of selecting for herbicide tolerance in a breeding program by utilizing a drone‐mounted multispectral sensor.
Reproduction assets foundThe article's Data Availability Statement explicitly deposits the datasets generated and analyzed (phenotype/trait and vegetation index data from the metribuzin tolerance phenotyping experiments) in the Washington State University Research Exchange repository with a public DOI. No author analysis code repository is URLDataset · public20-
67037-30671, 2022-67013-36426, and 2022-68013-36439.
C O N F L I C T O F I N T E R E S T S TAT E M E N T
The authors declare no conflicts of interest.
DATA AVA I L I B I L I T Y S TAT E M E N T
The datasets generated and analyzed for this study are avail-
able in the Washington State University Research Exchange
repository (https://doi.org/10.7273/000007507).O RC I D
Melinda Zubrod https://orcid.org/0000-0001-7024-8421
AndrewW. Herr https://orcid.org/0000-0001-5111-2342
ArronH. Carter https://orcid.org/0000-0002-8019-6554
R E F E R E N C E S
Ahmadi, Z., Mehrabadi, M., Fazli, M., Khalesro, S., Abedi, R., &
Mokhtassi-Bidgoli, A. (2025). Enhancing tolerance of wheat culti-
vars to meOpen asset ↗Washington State University Research Exchange · 10.7273/000007507pdf-raw-page:12 lines:1-81Code / dataset availability confirmedbioRxiv · checked 13 Sept 2026
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-134Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Vegetation vertical structure refers to the 3D distribution of vegetation aboveground biomass. Vegetation vertical structure of tropical forests influences other ecological and environmental variables that are essential for the functioning of the ecosystems. Integrating over 5.9 million Globel Ecosystem Dynamics Investigation (GEDI) LiDAR (Light Detection and Ranging) footprints, multispectral, and synthetic aperture radar (SAR) imagery, we built five national maps at 25 m resolution of five forest structural metrics for Colombia, South America, for the year 2020. We mapped canopy height, the height of half the cumulative returned energy from GEDI (RH50), total canopy cover, foliage height diversity, and total plant area index. The resulting maps tended to have the highest errors in the Amazon and Andean regions. Total cover had the highest relative error. Interrelationship curves between forest structural metrics of GEDI footprints are maintained across mapped metrics, indicating that the predictive models preserve structural relationships observed in GEDI data. Due to the medium-high spatial resolution and national coverage of the forest structural maps presented in this work, these maps will be useful for evaluating and mapping other ecological variables and conservation priorities in Colombia.
Why it matches plant phenotyping methodsGEDI LiDAR・マルチスペクトル・SARを統合し、森林キャノピー高、被覆率、葉群高多様性、植物面積指数などの植物構造形質を全国規模で推定・検証することが中心であり、単なる生態学的応用ではない。
abstractIntegrating over 5.9 million Globel Ecosystem Dynamics Investigation (GEDI) LiDAR (Light Detection and Ranging) footprints, multispectral, and synthetic aperture radar (SAR) imagery, we built five national maps at 25 m resolution of five forest structural metrics for Colombia, South America, for the year 2020.
Reproduction assets foundThe paper's resulting forest vertical structure maps (CH, COVER, FHD, PAI, RH50 for Colombia, 2020) are publicly available on Zenodo and via Google Earth Engine assets, and the authors' analysis code is publicly available on GitHub. These are paper-specific, public, actionable assets.Code · publicCode availability
The code is publicly accessible on Github76: https://github.com/CamiloFaguaUNAL/Forest_Structure_Colombia.Open asset ↗GitHubhtml-lines:731-755Code / dataset availability confirmedOpenAlex · Crossref · checked 15 Sept 2026
Abstract High‐throughput and noninvasive phenotyping methods are promising technology for improving efficiency in plant research and breeding. In this study, we evaluated the performance of a digital phenotyping system (DPS) based on three‐dimensional (3D) model reconstruction for quantifying key growth traits in rice ( Oryza sativa ). The DPS was used to estimate plant height, biomass, color, leaf morphology, and tiller angle in four rice varieties (Koshihikari, Nipponbare, PL9, and Tachiaoba). The results show high accuracy and correlation between manually measured and DPS‐derived traits. Notably, the 3D volume analysis can quantify biomass accumulation and growth dynamics and revealed distinct differences among varieties. The strong correlation between the green‐red normalized difference index (a red‐green‐blue‐based index) and soil plant analysis development also demonstrated the viability of the system in monitoring leaf color without using a multispectral instrument. The analysis also captured growth patterns over time, including canopy development and senescence, which are often challenging to quantify through manual measurements alone. Furthermore, the tiller angle estimation derived from DPS provided an alternative method to plant architecture evaluation, demonstrating its potential for use in breeding programs aimed to optimize canopy structure. These findings establish DPS as a reliable and scalable tool for a digital phenotyping platform that enables comprehensive trait analysis with reduced labor and increased precision and the capability to continuously monitor plant growth and biomass accumulation. This study shows the potential of this novel digital tool for automating manual measurements, which can increase efficiency and expedite research and breeding in rice and other crops.
Why it matches plant phenotyping methods3Dモデル再構築に基づくデジタル表現型解析システムを開発・評価し、イネの複数形質を手測定と比較検証しているため、方法が研究の中心です。
abstractwe evaluated the performance of a digital phenotyping system (DPS) based on three‐dimensional (3D) model reconstruction for quantifying key growth traits in rice
Reproduction assets foundThe paper's data availability statement explicitly says the analysis code is openly available on GitHub at the authors' repository Rice_VTGa.O, which contains the digital phenotyping/leaf-tracing analysis code for this study. No phenotype dataset or image deposit is stated.Code · publicGrant Number 39 [2023] and 38 [2024]),
and Microbiome and Metabolome Control Project, University
of Miyazaki, Japan.
C O N F L I C T O F I N T E R E S T S TAT E M E N T
The authors declare no conflicts of interest.
DATA AVA I L A B I L I T Y S TAT E M E N T
Codes used for analysis in this study are openly available on
GitHub at https://github.com/sandysan42/Rice_VTGa.O RC I D
SorawichPongpiyapaiboon https://orcid.org/0000-0002-9314-8375
Kenji Aoki https://orcid.org/0000-0001-7003-1994
MasatsuguHashiguchi https://orcid.org/0000-0003-0637-2780
RyoAkashi https://orcid.org/0000-0002-5651-8285
Yuji Kishima https://orcid.org/0000-0002-0942-3371
Hidenori Tanaka https://orcid.org/0000-0002-4237-8154Open asset ↗https://github.com/sandysan42/Rice_VTGa.O · Rice_VTGa.Opdf-raw-page:13 lines:1-84Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
In the context of precision agriculture, high-throughput phenotyping (HTP) aims to rapidly and effectively identify factors that affect crop yield, enabling timely and appropriate interventions. However, interpreting data from HTP remains challenging. We performed a proximal red-green-blue (RGB)-based HTP on several tomato genotypes exposed to abiotic stress (drought) or biotic stress induced by tomato spotted wilt virus (TSWV), Pseudopyrenochaeta lycopersici (corky root rot; CRR), or Meloidogyne incognita (root-knot nematode; RKN). We aimed to determine if RGB-based HTP is effectively able to: a) distinguish the effects of biotic from abiotic stress; b) differentiate resistant/tolerant from susceptible genotypes. Our HTP data analysis produced 12 morphometric and eight colorimetric indices. Principal Component Analysis (PCA; P < 0.0001; 83 % variation explained by three PCs) showed that factors such as shoot area solidity and certain color-based indices, including the senescence index and green area, effectively differentiated biotic from abiotic stress. Morphometric parameters, including plant height, projected shoot area, and convex hull area, proved to be applicable for identifying the stress status regardless of the type of stress. HTP effectively distinguished the genotype resistant to TSWV from the susceptible ones. This task was more challenging for below-ground stresses like CRR and RKN. Different profiles of HTP indices were observed among the genotypes assayed for drought tolerance, indicating variability in their ability to withstand drought conditions. In conclusion, our findings highlight the value of RGB-based HTP as a tool for precision farming of tomatoes, enabling the identification of both biotic and abiotic stressors.
Why it matches plant phenotyping methodsトマトのRGBベース高スループット表現型解析を用い、形態・色彩指標の抽出と、ストレス識別および遺伝子型判別への有効性を評価しており、フェノタイピング手法が研究の中心である。
abstractWe performed a proximal red-green-blue (RGB)-based HTP on several tomato genotypes exposed to abiotic stress (drought) or biotic stress induced by tomato spotted wilt virus (TSWV), Pseudopyrenochaeta lycopersici (corky root rot; CRR), or Meloidogyne incognita (root-knot nematode; RKN).
Reproduction assets foundThe paper's HTP dataset (20 indices from five stress experiments) is stated to be available in the supplementary material hosted at the article DOI, which qualifies as a paper-specific public phenotype dataset. However, the analysis code has no public deposit: it is only available from the corresponding author upon 'a'Dataset · publicThe data collected and used in this study are available in the supplementary material. The code used for analysis is available from the corresponding author, GBu, upon reasonable request.Open asset ↗lines:400-518Code / dataset availability confirmedOpenAlex · Crossref · checked 14 Sept 2026
Abstract Unoccupied aerial vehicle (UAV)‐based high‐throughput phenotyping provides scalable and cost‐effective access to phenotypic information for crop improvement, yet its application in minor crops such as lentil ( Lens culinaris Medik.) remains limited. This study applied UAV‐derived canopy traits and crop growth regression modeling to a nested association mapping population developed from CDC Redberry crossed with 32 diverse founder lines. UAV imagery collected across four site‐years was used to capture canopy height, crop area, and crop volume per plot basis at multiple time points. Crop growth regression models were fitted to derive crop growth parameters, maximum canopy size, growth rate, and cumulative growth anchored to phenological stages. These static and time‐series traits were evaluated for seed yield prediction using partial least squares regression with a 70:20:10 data split and 10‐fold cross‐validation. Static traits such as maximum crop volume and maximum crop area were consistently associated with yield. Dynamic trait‐based models improved prediction accuracy and identified the swollen pod stage (R5–R6) as the most informative forecasting window. External validation using an independent trial confirmed the generalizability of the approach. This study presents a UAV phenotyping framework that supports crop growth dissection and early yield prediction and downstream trait discovery in lentil.
Why it matches plant phenotyping methodsUAV画像から作物の形態・成長形質を抽出し、時系列成長モデルと収量予測を検証するフレームワークが研究の中心であるため。
abstractUAV imagery collected across four site‐years was used to capture canopy height, crop area, and crop volume per plot basis at multiple time points.
Reproduction assets foundThe paper's data availability statement points to a public KnowPulse experiment page hosting the study's UAV-derived phenotyping and yield data; no author analysis code repository is stated.Dataset · publicof S).
We thank Dr. Ana Vargas at the Crop Development Center, U
of S for generously providing yield data from the independent
field trial.
C O N F L I C T O F I N T E R E S T S TAT E M E N T
The authors declare no conflicts of interest.
DATA AVA I L A B I L I T Y S TAT E M E N T
The data supporting this study are available at:
https://knowpulse.usask.ca/experiment/AGILE-NAM-UAV-growth-modelling or from the authors upon request.
O RC I D
SandeshNeupane https://orcid.org/0000-0003-3679-1046
KirstinE. Bett https://orcid.org/0000-0001-7959-6959
SteveJ. Shirtliffe https://orcid.org/0000-0002-3603-7417
R E F E R E N C E S
Araus, J. L., Kefauver, S. C., Zaman-Allah, M., Olsen, M. S., & Cairns, J.Open asset ↗KnowPulse · AGILE-NAM-UAV-growth-modellingpdf-raw-page:15 lines:1-90Code / dataset availability confirmedOpenAlex · checked 13 Sept 2026
Abstract. Historical aerial images, captured by film cameras in the previous century, are valuable resources for quantifying Earth's surface and landscape changes over time. In the post-war period, these images were often acquired to create topographic maps, resulting in the acquisition of large-scale aerial photographs with stereo coverage. Photogrammetric techniques applied to these stereo images enable the extraction of 3D information to reconstruct digital surface models (DSMs) and orthoimages. Here, we present a highly automated photogrammetric approach for generating countrywide DSMs of Switzerland, at a 1 m resolution, from approximately 32 000 scanned aerial stereo images acquired between 1979 and 2006, with known exterior and interior orientation. We derived four countrywide DSMs for the epochs 1979–1985, 1985–1991, 1991–1998, and 1998–2006. From the DSMs, we generated corresponding countrywide vegetation height models (VHMs). We assessed the quality of the historical DSMs at the country scale and within six representative study sites, evaluating the vertical accuracy and the completeness of image matching across different land cover types. Mean completeness ranged from 64 % for “glacial and perpetual snow” to 98 % for “sealed surfaces”, with a value of 93 % for the “closed forest” class. Across Switzerland, the median elevation accuracy of the historical DSMs compared with a reference digital terrain model (DTM) on sealed surface points ranged from 0.08 to 0.16 m, with a normalized median absolute deviation (NMAD) of around 0.8 m and a maximum root mean square error (RMSE) of 1.20 m. Similar accuracies are obtained when comparing historical DSMs with measured geodetic points. The VHMs generated in this study enabled the detection of major changes in forest areas due to windstorm damage, forest dynamics, and growth. This work demonstrates the feasibility of generating accurate, very-high-resolution DSM time series (spanning three decades) and VHMs from historical aerial images of the entire surface of Switzerland in a highly automated manner. The VHMs are already being used to estimate countrywide biomass changes. The countrywide DSMs and VHMs for the four epochs, along with auxiliary data, are available online at https://doi.org/10.16904/envidat.528 (Marty et al., 2024) and can be used to quantify long-term elevation changes and related processes across different surfaces.
Why it matches plant phenotyping methods歴史的航空画像から植生高モデルを生成する自動写真測量法を開発・精度評価し、森林の高さ変化という植物キャノピー形質を抽出しているため、測定法が中心的である。
abstractFrom the DSMs, we generated corresponding countrywide vegetation height models (VHMs).
Reproduction assets foundThe paper's countrywide DSMs, VHMs, and auxiliary rasters (matching mask, vegetation mask, metadata shapefile) for four epochs are deposited publicly on EnviDat with an explicit DOI. These vegetation height models are the paper's plant/canopy phenotyping measurements. No author analysis code or trained models are namedDataset · publicDatasets can be accessed from EnviDat ( https://doi.org/10.16904/envidat.528 , Marty et al., 2024). The following files are available for the four epochs: countrywide digital surface model (DSM), hillshaded DSM, and vegetation height models (VHMs).Open asset ↗Envidat · 10.16904/envidat.528lines:249-256Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
Unmanned aerial systems (UAS) are reliable tools for field phenotyping, enabling rapid, large-scale, and cost-effective data collection to support breeding programs. However, many UAS-based approaches rely on manual data processing, limiting scalability and efficiency. This study presents a fully automated pipeline for high-throughput phenotyping (HTP) of peanut crop architectural traits, including canopy height (CH), growth habit (GH), and mainstem prominence (MP) by integrating UAS imagery, a vision foundation model-Segment Anything Model (SAM), and convolutional neural networks (CNN). SAM auto-mask generator mode was used to identify field extent and orientation, while SAM interactive mode enabled individual plot segmentation using auto-generated point prompts. Terrain points automatically sampled near each plot were used to model the ground surface and compute the canopy height model, allowing CH estimations at the plot level. CH estimations showed strong agreement with manual measurements (R² = 0.78, RMSE = 3 cm, MAPE = 10 %). For MP and GH estimation, three pre-trained CNN models (AlexNet, ResNet18, and EfficientNet-B0) were evaluated, with AlexNet achieving the highest accuracy (89 % for GH, 83 % for MP). To assess the feasibility of using these HTP-derived estimations in plant breeding, quantitative trait loci (QTL) analysis was performed, identifying major-effect loci associated with these traits. The results were consistent with conventional QTL mapping methods, demonstrating that UAS-based phenotyping provides reliable trait data for genetic studies in peanut breeding. Overall, our deep learning-based data processing workflow minimizes manual efforts, providing an efficient and scalable approach that can accelerate genetic studies and trait selection in large-scale breeding programs.
Why it matches plant phenotyping methodsUAS画像、SAM、CNNを統合したピーナッツの草冠高・生育型・主茎優勢度の自動推定パイプラインを開発・検証しており、表現型取得と抽出手法が研究の中心である。
abstractThis study presents a fully automated pipeline for high-throughput phenotyping (HTP) of peanut crop architectural traits, including canopy height (CH), growth habit (GH), and mainstem prominence (MP) by integrating UAS imagery, a vision foundation model-Segment Anything Model (SAM), and convolutional neural networks (CNN).
Reproduction assets foundThe authors deposited the paper's phenotyping inputs (plot-level aerial RGB images and nDSM maps for GH/MP classification) publicly on Zenodo. The analysis source code is only available upon request, so it does not qualify as a public asset.Dataset · public0126 .
Contributor Information
Peggy Ozias-Akins, Email: pozias@uga.edu.
Changying Li, Email: cli2@ufl.edu.
Appendix A.
Supplementary data
The following is the supplementary data to this article:
Multimedia component 1
Multimedia component 1
Data availability
The datasets supporting this study are publicly available on Zenodo [ https://doi.org/10.5281/zenodo.17274012 ]. They include plot-level aerial RGB images and nDSM maps from peanut breeding fields for classification of Growth Habit and Mainstem Prominence. The source code used for data processing and analysis will be made available upon request.
References
1. U. S. Department of Agriculture . USDA National Agricultural Statistics ServiOpen asset ↗Zenodo · 10.5281/zenodo.17274012lines:327-356Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Three-dimensional(3D) seedling reconstruction technology can provide critical technical support for monitoring plant growth, phenotyping high-throughput plants, and conducting precision agriculture. However, multiview image-based reconstruction methods, which rely on image registration and feature matching, are susceptible to issues such as similar textures and viewpoint differences, leading to matching errors and the loss of key structural information. This can result in local deficiencies and reduced accuracy in the reconstructed models. Therefore, to attain improved reconstruction accuracy under low-cost constraints, deep learning-based feature extraction and matching methods are employed in this study, the SuperPoint network is utilized to increase the robustness of the feature point detection and description processes, and the LightGlue algorithm is introduced to improve the accuracy and stability of matching. Additionally, to reduce the impact of shooting and platform jitter on image quality, a dedicated plant 3D reconstruction platform is designed and constructed, and a dataset of densely planted rice seedlings under light stress conditions is collected, comprising three factors (light quality, light quantity, and the photoperiod) × three levels, totaling nine groups. Experimental results show that the proposed method achieves optimal performance in terms of its point cloud completeness and reprojection error. The phenotypic parameters (e.g., plant height) extracted from the reconstruction data are strongly correlated with the actual measurements (R 2 = 0.989, RMSE = 4.54 mm), validating the potential of the proposed method for applications related to simulating plant growth processes, analyzing the effects of environmental factors (e.g., light), and optimizing crop cultivation schemes.
Why it matches plant phenotyping methodsマルチビュー画像によるイネ幼苗の3D再構成プラットフォームとデータセットを開発し、再構成精度および抽出形質を実測値と検証しており、表現型取得手法が研究の中心である。
abstractdeep learning-based feature extraction and matching methods are employed in this study
Reproduction assets foundThe paper's authors explicitly state their analysis code is publicly available on GitHub; the phenotype/image dataset is only available upon request, so it does not qualify as a public asset.Code · publicThe code used in this study is available at https://github.com/Terrywewee/3D-reconstruction-of-densely-planted-rice-seedlings---superpoint-lightglue.git .Open asset ↗https://github.com/Terrywewee/3D-reconstruction-of-densely-planted-rice-seedlings---superpoint-lightglue.gitlines:433-485Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Abstract Modern agriculture faces the dual challenge of sustainably increasing food production while mitigating the environmental impact of intensive monocultures. Mixed cropping, which is the cultivation of multiple species or varieties, may provide ecological benefits that address productivity and environmental sustainability challenges. However, evaluating its multifunctionality in conventional agricultural field experiments is costly and labour-intensive, and small sample sizes and high spatial variability often make it difficult to detect the statistical significance of mixed cropping effects. This study aims to introduce and validate a high-throughput field phenotyping (HTP) framework that integrates aerial imagery obtained from unmanned aerial vehicles (UAVs) to efficiently assess the multifunctionality of mixed cropping systems. We conducted a field experiment comparing monocultures of oat, rye, and barley; intraspecific mixed cropping combining three oat varieties; and interspecific mixed cropping combining oat, rye, and barley. Using UAV-derived data across the entire field, including vegetation cover, plant height, and the normalised difference vegetation index, we evaluated five multifunctionalities (biomass production, spatial variability in biomass production, early canopy closure, lodging resistance, and lodging resilience). This framework reveals that mixed cropping outperforms monocropping in several key ecological functions. The proposed UAV-based HTP approach enables cost-effective, robust, and scalable evaluation of mixed cropping systems, facilitating their optimisation for multifunctionality and contributing to the advancement of sustainable agriculture.
Why it matches plant phenotyping methodsUAV画像から植被率・草高・NDVIなどの植物形質を取得する高スループット表現型解析フレームワークを導入・検証しており、フェノタイピング手法が研究の中心です。
abstractThis study aims to introduce and validate a high-throughput field phenotyping (HTP) framework that integrates aerial imagery obtained from unmanned aerial vehicles (UAVs)
Reproduction assets foundThe preprint's data availability statement deposits the datasets generated and analysed in the study (UAV-derived phenotypic measurements and field data) on Zenodo with a DOI that appears verbatim in the allowed URL list. No author analysis code or trained models are explicitly deposited.Dataset · publicThe datasets generated and analysed during the current study are available in the Zenodo repository, https://doi.org/10.5281/zenodo.17042273.Open asset ↗Zenodo · 10.5281/zenodo.17042273lines:135-161Code / dataset availability confirmedCrossref · OpenAlex · Europe PMC · checked 6 Sept 2026
Understanding the genetic basis of quantitative traits related to crop growth, yield, and stress response requires the acquisition of large-scale, high-quality phenotypic datasets. High-throughput phenotyping platforms have become effective tools for meeting this requirement. Autonomous mobile robots have gained prominence owing to their ability to carry heavy payloads, their operational flexibility, and their proximity to crops, which allows for higher imaging resolution. In this study, we introduce PhenoRob-F (a phenotyping robot for the field), a cross-row, wheeled robot designed for efficient and automated phenotyping under field conditions. The mobile platform and phenotyping module of the robot were engineered to meet the specific demands of field phenotyping, with integrated visual and satellite navigation systems enabling autonomous operation. We validated the performance of the robot through a series of experiments involving various crop canopies. By capturing RGB images of rice and wheat, we independently performed wheat ear detection and rice panicle segmentation. For wheat ear detection, we achieve a precision of 0.783, a recall of 0.822, and a mean average precision (mAP) of 0.853 when the YOLOv8m model is used. For rice panicle segmentation, the SegFormer_B0 model yielded a mean intersection over union (mIoU) of 0.949 and an accuracy of 0.987. Additionally, by capturing RGB-D data of maize canopies, we performed 3D reconstructions to calculate plant height, achieving an R 2 of 0.99 compared with manual measurements. Similar experiments with rapeseed yielded an R 2 of 0.97. Near-infrared spectral data collected from drought-stressed rice plants enabled the classification of drought severity into five categories, with classification accuracies ranging from 0.977 to 0.996. Our results reveal that PhenoRob-F is an effective tool for high-throughput phenotyping and is capable of providing precise data to support phenotypic trait analysis and the selection of superior crop genotypes.
Why it matches plant phenotyping methods圃場用自律ロボットと複数の画像・分光センシング、形質抽出手法を開発し、作物キャノピーで性能検証しているため、植物フェノタイピング手法が研究の中心である。
abstractwe introduce PhenoRob-F (a phenotyping robot for the field), a cross-row, wheeled robot designed for efficient and automated phenotyping under field conditions.
Reproduction assets foundThe paper's data availability statement explicitly links a public GitHub repository containing part of the data and code supporting this PhenoRob-F phenotyping study; remaining data are available on request.Code · publicPart of the data and code supporting this study are openly available with the following link: https://github.com/balloonhaha/PhenoRob-F. All other reasonable requests for data and research materials will be fulfilled upon contacting the corresponding authors.Open asset ↗balloonhaha/PhenoRob-Fhtml-lines:193-220Code / dataset availability confirmedOpenAlex · checked 14 Sept 2026
Abstract The development of high‐throughput phenotyping platforms to capture time‐series data on large, diverse populations holds promise for crop researchers and breeders investigating growth‐related traits. We used imagery from unoccupied aerial vehicles (UAVs) with red/green/blue (RGB) and multispectral cameras flown over multiple site‐years in Saskatchewan, Canada, and Metaponto, Italy, to gather data for crop height, area, and volume in a lentil diversity panel (324 genotypes). The temporal nature of the UAV image‐derived data enabled the modeling of growth curves for volume, height, and area, something that would be impractical under traditional phenotyping procedures in such a large population grown in multiple environments. A principal component analysis and hierarchical clustering revealed differential growth patterns across contrasting environments, with large variations in temperature and photoperiod, within our lentil diversity panel. Combining this analysis with genome‐wide genotyping data, we identified markers, from an exome capture array (267,845 single nucleotide polymorphisms), associated with crop growth that could be used for marker‐assisted selection. Our study demonstrates the potential for UAV‐based imaging to obtain large‐scale time‐series data across multiple environments to model growth curves and investigate genotype‐by‐environment interactions. In addition, we can now use phenotypic traits that were once impractical to collect and derive novel phenotypes to improve our understanding of crop growth and the genetics underlying adaptation in lentil, approaches that will be useful for both researchers and breeders.
Why it matches plant phenotyping methodsUAV画像からレンティルの高さ・面積・体積を時系列推定し、大規模集団で成長曲線をモデル化するフェノタイピング手法の実質的な適用・評価が中心である。
abstractThe development of high‐throughput phenotyping platforms to capture time‐series data on large, diverse populations holds promise for crop researchers and breeders investigating growth‐related traits.
Reproduction assets foundThe paper's UAV-derived lentil growth phenotypes are publicly available on KnowPulse, and the authors' full analysis code/workflow is public on GitHub with a rendered vignette. Both are explicitly stated in the data availability statement and methods.Dataset · publiciluppo e di Innovazione
in Agricoltura) in Metaponto, Italy. Special thanks to Laura
Jardine for help with editing.
C O N F L I C T O F I N T E R E S T S TAT E M E N T
The authors declare no conflicts of interest.
DATA AVA I L A B I L I T Y S TAT E M E N T
The data that support the findings of this study are
available online at https://knowpulse.usask.ca/research-experiment/AGILE-UAV and https://github.com/derekmichaelwright/AGILE_LDP_UAV or from the authors
upon request.
O RC I D
DerekM. Wright https://orcid.org/0000-0002-9639-7596
SandeshNeupane https://orcid.org/0000-0003-3679-1046
Tania Gioia https://orcid.org/0000-0001-8980-3034
Giuseppina Logozzo https://orcid.org/0000-0002-7951-2425
SOpen asset ↗knowpulse.usask.ca · AGILE-UAVpdf-raw-page:11 lines:1-84Code · publical user-
calculated traits as described in Figure 2. G × E analysis was
done with “lme4” using linear mixed models (Bates et al.,
2015). Principal component analysis (PCA) and hierarchical
k-means clustering were performed using the “FactoMineR”
R package (Lê et al., 2008). The source code for all data
analyses is available at: https://derekmichaelwright.github.io/AGILE_LDP_UAV/LDP_UAV_Vignette.html.25782703,
2025,
1,
Downloaded
from
https://acsess.onlinelibrary.wiley.com/doi/10.1002/ppj2.70040,
Wiley
Online
Library
on
[20/08/2025].
See
the
Terms
and
Conditions
(https://onlinelibrary.wiley.com/terms-and-conditions)
on
WileyOpen asset ↗derekmichaelwright.github.io/AGILE_LDP_UAV · LDP_UAV_Vignettepdf-raw-page:3 lines:1-106Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 6 Sept 2026
In recent years, accurate and low-cost variant calling has enabled the genotyping of large diversity panels for genome-wide association studies. As a result, phenotyping rather than genotyping is now the rate-limiting step, especially in field experiments. This has created a strong need for high-throughput, accurate, and low-cost in-field phenotyping. Here, we present a genome-wide association study (GWAS) study on 194 field-grown accessions of lettuce (Lactuca sativa). These accessions were non-destructively phenotyped at two time points 15 days apart using a drone equipped with an RGB and multispectral (MSP) camera. Our high-throughput phenotyping approach integrates an RGB- and MSP camera to measure the color and height of lettuce in this large-scale field experiment. We used the mean and other summary statistics, such as median, quantiles, skewness, kurtosis, minimum, and maximum to quantify different aspects of color and height variation in lettuce from the drone images. Using these summary statistics as traits for GWAS, we confirm several previously described genetic associations, now under field conditions, and identify additional novel associations for color and height traits in lettuce.
Why it matches plant phenotyping methodsドローン搭載RGB・マルチスペクトルカメラを用いて、レタスの色と高さを大規模・非破壊・定量測定する高スループット表現型解析手法が研究の中心であり、GWASへの応用も行っている。
abstractHere, we present a genome-wide association study (GWAS) study on 194 field-grown accessions of lettuce (Lactuca sativa). These accessions were non-destructively phenotyped at two time points 15 days apart using a drone equipped with an RGB and multispectral (MSP) camera.
Reproduction assets foundThe paper's authors publicly deposited their image processing, GWAS, and figure scripts on GitHub (SnoekLab/Dijkhuizen_etal_2025_Drone) and all raw/intermediate phenotyping data (including weather data) at a UU Yoda DOI (10.24416/UU01-S5FCM9). Both are paper-specific, public, and actionable.Code · publicThe scripts for making the SNP map from the filtered VCF file and for the image processing, GWAS, and figures in this manuscript are available on https://github.com/SnoekLab/Dijkhuizen_etal_2025_Drone .Open asset ↗SnoekLab/Dijkhuizen_etal_2025_Dronelines:362-531Dataset · publicData available at https://doi.org/10.24416/UU01‐S5FCM9 . This includes all raw data, all intermittent steps, the data required to generate all figures, and data on the weather during the experiment.Open asset ↗10.24416/UU01‐S5FCM9lines:362-531Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
As an important tropical cash crop, rubber trees play a key role in the rubber industry and ecosystem. However, a significant challenge in precision agriculture and refined management of rubber plantation lies in the limitations of traditional point cloud segmentation methods, which struggle to accurately extract structural parameters and capture the spatial layout of individual rubber trees. Therefore, we propose an optimized dual-channel clustering method for the UAV LiDAR-based Rubber Tree Point Cloud Segmentation Network (RsegNet) for improved assessment of rubber tree architecture and traits. Firstly, we designed a cosine feature extraction network, termed CosineU-Net, to address the branch-and-leaf overlap problem by calculating the cosine similarity of the spatial and positional features of each point, leveraging deep learning approaches to improve feature representation. Secondly, we constructed a dual-channel clustering module reducing prediction error in rubber tree point cloud data, integrating multi-class association and background classification to tackle background interference. The cluster identification and separation accuracy in high-dimensional data processing is enhanced through a dynamic clustering optimization algorithm. In our self-built dataset and across five regions of the FOR-instance forest dataset, RsegNet achieved the best performance compared to five state-of-the-art networks, reaching an F-score of 86.1%. This method calculated structural attributes including height, crown diameter, and volume for rubber trees in three areas under different environments in Danzhou City, Hainan Province, providing robust support for precise monitoring, plantation management, and health assessment.
Why it matches plant phenotyping methodsUAV LiDAR点群の個体分割・構造形質抽出手法を開発し、精度比較と樹高・樹冠径・体積の算出まで行っており、植物フェノタイピング手法が中心である。
abstractwe propose an optimized dual-channel clustering method for the UAV LiDAR-based Rubber Tree Point Cloud Segmentation Network (RsegNet) for improved assessment of rubber tree architecture and traits.
Reproduction assets foundThe paper's Data Availability statement explicitly deposits some datasets, model weights, and code at a public GitHub repository (https://github.com/aaaaasleep/Rsegnet), which is paper-specific and actionable. The 36 homemade rubber tree point cloud datasets are only available by contacting the corresponding author, soCode · publicmal analysis, Validation, Writing – original draft. Xiangjun Wang : Formal analysis, Writing – review & editing, Supervision. Li Li : Formal analysis, Methodology. Shuqi Lin : Project administration.
Data availability
Some of the datasets, model weights, and code used and analyzed in this study have been uploaded to the website https://github.com/aaaaasleep/Rsegnet , and all of the homemade datasets in this study (36 in total) are available by contacting the corresponding author.
Declaration of competing interestOpen asset ↗https://github.com/aaaaasleep/Rsegnet · Rsegnetlines:654-664Code / dataset availability confirmedarXiv · checked 15 Sept 2026
Accurate identification of individual plants from unmanned aerial vehicle (UAV) images is essential for advancing high-throughput phenotyping and supporting data-driven decision-making in plant breeding. This study presents MatchPlant, a modular, graphical user interface-supported, open-source Python pipeline for UAV-based single-plant detection and geospatial trait extraction. MatchPlant enables end-to-end workflows by integrating UAV image processing, user-guided annotation, Convolutional Neural Network model training for object detection, forward projection of bounding boxes onto an orthomosaic, and shapefile generation for spatial phenotypic analysis. In an early-season maize case study, MatchPlant achieved reliable detection performance (validation AP: 89.6%, test AP: 85.9%) and effectively projected bounding boxes, covering 89.8% of manually annotated boxes with 87.5% of projections achieving an Intersection over Union (IoU) greater than 0.5. Trait values extracted from predicted bounding instances showed high agreement with manual annotations (r = 0.87-0.97, IoU >= 0.4). Detection outputs were reused across time points to extract plant height and Normalized Difference Vegetation Index with minimal additional annotation, facilitating efficient temporal phenotyping. By combining modular design, reproducibility, and geospatial precision, MatchPlant offers a scalable framework for UAV-based plant-level analysis with broad applicability in agricultural and environmental monitoring.
Why it matches plant phenotyping methodsUAV画像から個体検出・地理空間的形質抽出を行うオープンソース基盤の開発と性能検証が中心であり、植物形質(草丈・NDVI)を抽出する再利用可能なワークフローを提供している。
abstractThis study presents MatchPlant, a modular, graphical user interface-supported, open-source Python pipeline for UAV-based single-plant detection and geospatial trait extraction.
Reproduction assets foundThe paper's MatchPlant pipeline code is publicly available on GitHub, and the maize case study training dataset and pre-trained model are publicly available on Zenodo.Dataset · publicinistration, Funding acquisition.
Declaration of Competing Interest
The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.
Data availability
The public datasets supporting the case study are available on Zenodo at https://doi.org/10.5281/zenodo.14856123 (accessed on February 14, 2025). The source code and documentation for MatchPlant are available on GitHub at https://github.com/JacobWashburn-USDA/MatchPlant (accessed on February 14, 2025).
Acknowledgments
This research was supported in part by an appointment to the Agricultural Research Service (ARS) Research Participation PrOpen asset ↗Zenodo · 10.5281/zenodo.14856123lines:169-250Code / dataset availability confirmedOpenAlex · Europe PMC · checked 13 Sept 2026
Community-based forest restoration has the potential to sequester large amounts of atmospheric carbon, avoid forest degradation, and support sustainable development. However, if partnered with international funders, such projects often require robust and transparent aboveground carbon measurements to secure payments, and current monitoring approaches are not necessarily appropriate due to costs, scale, and complexity. The use of consumer-grade drones in combination with open source structure-from-motion photogrammetry may provide a solution. In this study, we tested the suitability of a simplified drone-based method for measuring aboveground carbon density in heavily degraded tropical forests at a 2 ha restoration site in Sabah, Malaysia, comparing our results against established field-based methods. We used structure-from-motion photogrammetry to generate canopy height models from drone imagery, and applied multiple pre-published plot-aggregate allometric equations to examine the importance of utilising regionally calibrated allometric equations. Our results suggest that this simplified method can produce aboveground carbon density measurements of a similar magnitude to field-based methods, quickly and only with a single input metric. However, there are greater levels of uncertainty in carbon density measurements due to errors associated with canopy height measurements from drones. Our findings also highlight the importance of selecting regionally calibrated allometric equations for this approach. At scales between 1 and 100 ha, drone-based methods provide an appealing option for data acquisition and carbon measurement, balancing trade-offs between accuracy, simplicity, and cost effectiveness and coinciding well with the needs of community-scale aboveground carbon measurement. Of importance, we also discuss considerations relating to the accessibility of this method for community use, beyond purchasing a drone, that must not be overlooked. Nevertheless, the method presented here lays the foundations for a simple workflow for measuring aboveground carbon density at a community scale that can be refined in future studies.
Why it matches plant phenotyping methodsドローン画像とSfMから森林キャノピー高モデルを生成し、地上部炭素密度を推定する測定ワークフローを開発・検証しており、植物群落の形態・状態の取得が研究の中心である。
abstractWe used structure-from-motion photogrammetry to generate canopy height models from drone imagery
Reproduction assets foundThe authors state that all drone images and field data underlying this study's aboveground carbon density measurements are publicly available in the CEDA Archive with a catalogue record and DOI. This is a paper-specific, public, directly actionable dataset. Other URLs (OpenDroneMap, LAStools, QGIS, PyCrown) are genericDataset · publicAll drone images and field data are publicly available from the CEDA Archive, a NERC repository for earth observation data. The dataset can be accessed via the following catalogue record link: https://catalogue.ceda.ac.uk/uuid/98692ec457ee431cacc4027820e46411/ (DOI: https://doi.org/10.5285/98692ec457ee431cacc4027820e46411 ).Open asset ↗CEDA Archive · 10.5285/98692ec457ee431cacc4027820e46411lines:151-177Code / dataset availability confirmedOpenAlex · Crossref · checked 15 Sept 2026
Published12 Mar 2025Investigaciones Geográficas Boletín del Instituto de GeografíaCited by 1 · OpenAlex ↗
This study employs photogrammetry to evaluate and monitor the recovery of the cypress forest on Guadalupe Island, Mexico, an ecosystem significantly impacted by fires and overgrazing. Two drone surveys were conducted over the forest area during the summers of 2016 and 2019 using natural color (RGB) and near-infrared (NIR) cameras. This work presents the first complete 3D reconstruction of the cypress forest on the island. The image processing products include the canopy height model (CHM), digital surface model (DSM), and digital terrain model (DTM), which were utilized to calculate the number, density, height and crown projected areas of trees. The CHM showed a high correlation with the forest's structure (R = 0.92), based on field measurements of tree heights. Our study accounted for approximately 67,340 trees taller than two meters in 2019. Over 90% of the cypress population consisted of young trees between 2 and 3 meters tall, which have recovered significantly following a fire in 2008 that burned 70% of its extent. A horizontal expansion of 134 hectares was observed from 2016 to 2019 in the regeneration process.
Why it matches plant phenotyping methodsドローン画像のフォトグラメトリによる3D再構成を用いて樹木の高さ・密度・樹冠面積を推定し、現地測定との相関で検証しているため、植物形質の取得手法が中心です。
abstractThis study employs photogrammetry to evaluate and monitor the recovery of the cypress forest on Guadalupe Island, Mexico
Reproduction assets foundThe paper's photogrammetric phenotyping products (2016/2019 point clouds, orthomosaics, DSMs, CHMs) are publicly downloadable via a DOI data repository, and supplemental crown/treetop features are in CICESE's institutional repository. Both URLs appear in allowed_urls.Dataset · publicees. This phenomenon can be seen
in the three years observation window (2016-2019)
using photogrammetry.
AVAILABILITY OF DATA
AND MATERIALS
Point clouds from the 2016 and 2019 photogram-
metric reconstructions, as well as orthomosaics,
digital surface models (DSMs), and canopy height
models (CHMs), are available for download in
https://doi.org/10.5069/G9668BDD and https://
doi.org/10.5069/G92J693D. Supplemental infor-
mation such as Features related to crown and tree-
tops are accessible through CICESE’s institutional
repository (https://repositoriobiblioteca.cicese.mx/jspui/handle/123456789/44)
REFERENCES
Aljos-Farjon. (2017). A handbook of the world’s conifers
(second ed., vol. 1).Open asset ↗10.5069/G9668BDD · 10.5069/G9668BDDpdf-raw-page:15 lines:1-89Code / dataset availability confirmedEurope PMC · OpenAlex · Crossref · checked 6 Sept 2026
Plant height (PH) is a key agronomic trait influencing plant architecture. Suitable PH values for cotton are important for lodging resistance, high planting density, and mechanized harvesting, making it crucial to elucidate the mechanisms of the genetic regulation of PH. However, traditional field PH phenotyping largely relies on manual measurements, limiting its large-scale application. In this study, a high-throughput phenotyping platform based on UAV-mounted RGB and light detection and ranging (LiDAR) was developed to efficiently and accurately obtain time series PHs of 419 cotton accessions in the field. Different strategies were used to extract PH values from two sets of sensor data, and the extracted values were used to train using linear regression and machine learning methods to obtain PH predictions. These predictions were consistent with manual measurements of the PH for the LiDAR (R 2 = 0.934) and RGB (R 2 = 0.914) data. The predicted PH values were used for GWAS analysis, and 34 PH-related genes, two of which have been demonstrated to regulate PH in cotton, namely, GhPH1 and GhUBP15 , were identified. We further identified significant differences in the expression of a new gene named GhPH_UAV1 in the stems of the G. hirsutum cultivar ZM24 harvested on the 15th, 35th, and 70th days after sowing compared with those from a dwarf mutant ( pag1 ), which presented shortened stem and internode phenotypes. The overexpression of GhPH_UAV1 significantly promoted cotton stem development, whereas its knockout by CRISPR-Cas9 dramatically inhibited stem growth, suggesting that GhPH_UAV1 plays a positive regulatory role in cotton PH. This field-scale high-throughput phenotype monitoring platform significantly improves the ability to obtain high-quality phenotypic data from large populations, which helps overcome the imbalance between massive genotypic data and the shortage of field phenotypic data and facilitates the integration of genotype and phenotype research for crop improvement.
Why it matches plant phenotyping methodsUAV搭載RGB・LiDARによる綿花草丈の高スループット取得・推定プラットフォームの開発と精度検証が研究の中心であり、GWASや遺伝子機能解析は応用部分です。
abstracta high-throughput phenotyping platform based on UAV-mounted RGB and light detection and ranging (LiDAR) was developed to efficiently and accurately obtain time series PHs of 419 cotton accessions in the field
Reproduction assets foundThe paper's Data availability statement explicitly deposits the authors' source code, UAV-captured images, and analysis datasets in a public GitHub repository, which directly supports this paper's cotton plant-height phenotyping measurements and computational analysis.Code · publicThe source code, images captured by UAVs, data obtained from the analysis, and other datasets supporting the results presented here are available at https://github.com/Liqiangfan/419-cotton-plant-height-datasets .Open asset ↗Liqiangfan/419-cotton-plant-height-datasetslines:142-154Code / dataset availability confirmedEurope PMC · OpenAlex · checked 14 Sept 2026
In quantitative genomic analysis of wheat plant height (PH), the average height of a few representative plants is typically used to represent the PH of the entire plot, which overlooks the variation in height among other plants. Extracting different height quantiles from canopy point clouds can address this limitation. For this purpose, low-cost UAV cross-circling oblique (CCO) imaging, combined with structure-from-motion (SfM) and multi-view stereopsis (MVS), was employed to generate precise canopy point clouds for 262 F5 recombinant inbred lines (Zhongmai 578 × Jimai 22) across seven environments. Multi-level 3D-PH measurements were extracted from six height quantiles, revealing a strong correlation (mean r = 0.95) between 3D-PH and field-measured PH (FM-PH) across environments. The 90 % and 92 % height quantiles showed the closest agreement with FM-PH compared to other quantiles. Eleven stable quantitative trait loci (QTLs) associated with multi-level 3D-PH were identified using a 50K single nucleotide polymorphism array. Among these, QPhzj.caas-3A.2 (detected by 3D-PH) and QPhzj.caas-7A.1 (detected by both FM-PH and 3D-PH) represented potential novel loci. KASP markers for these QTLs were developed and validated. Furthermore, within the intervals of QPhzj.caas-5A and QPhzj.caas-3B (both were detected by 3D-PH), two candidate genes associated with PH regulation were identified: TaGL3-5A and Rht5 , respectively. Corresponding KASP markers for these genes were also developed and validated. This study highlighted the advantages of 3D model and multi-level 3D-PH in elucidating the genetic basis of crop height, and provided a precise and objective basis for advancing wheat breeding programs.
Why it matches plant phenotyping methodsUAV画像からSfM/MVSで3Dキャノピーモデルを構築し、複数の高さ分位点として植物高を抽出・検証することが研究の中心であるため、画像ベースの植物フェノタイピング手法として適格。
abstractExtracting different height quantiles from canopy point clouds can address this limitation.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe plant height data for various environments and the detailed information of the genetic map can be downloaded from https://github.com/ILIKEWIND123/Plant-Phenomics .Open asset ↗ILIKEWIND123/Plant-Phenomicslines:364-399Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Published26 Feb 2025TAG. Theoretical and applied genetics. Theoretische und angewandte GenetikCited by 8 · OpenAlex ↗
Key message Phenomic selection using intact seeds is a promising tool to improve gain and complement genomic selection in corn breeding. Models that combine genomic and phenomic data maximize the predictive ability. Phenomic selection (PS) is a cost-effective method proposed for predicting complex traits and enhancing genetic gain in breeding programs. The statistical procedures are similar to those utilized in genomic selection (GS) models, but molecular markers data are replaced with phenomic data, such as near-infrared spectroscopy (NIRS). However, the use of NIRS applied to PS typically utilized destructive sampling or collected data after the establishment of selection experiments in the field. Here, we explored the application of PS using nondestructive, single-kernel NIRS in a sweet corn breeding program, focusing on predicting future, unobserved field-based traits of economic importance, including ear and vegetative traits. Three models were employed on a diversity panel: genomic and phenomic best linear unbiased prediction models, which used relationship matrices based on SNP and NIRS data, respectively, and a combined model. The genomic relationship matrices were evaluated with varying numbers of SNPs. Additionally, the PS model trained on the diversity panel was used to select doubled haploid (DH) lines for germination before planting, with predictions validated using observed data. The findings indicate that PS generated good predictive ability (e.g., 0.46 for plant height) and distinguished between high and low germination rates in untested DH lines. Although GS generally outperformed PS, the model combining both information yielded the highest predictive ability, with higher accuracies than GS when low marker densities were used. This study highlights NIRS's potential to achieve genetic gain where GS may not be feasible and to maintain/improve accuracy with SNP-based information while reducing genotyping costs.
Why it matches plant phenotyping methods単一種子NIRSを用いた非破壊フェノタイピングと予測モデルを開発・適用し、圃場形質および発芽を観測値で検証しているため、植物表現型取得・推定法が研究の中心です。
abstractHere, we explored the application of PS using nondestructive, single-kernel NIRS in a sweet corn breeding program, focusing on predicting future, unobserved field-based traits of economic importance, including ear and vegetative traits.
Reproduction assets foundThe paper explicitly states that all code and data used in the analyses are publicly available in the authors' GitHub repository (Resende-Lab/Graciano_skNIR_Phenomic_Seleciton), and additionally points to a second public repository (Resende-Lab/PLS_skNIR_Audrey) containing the kernel composition trait dataset derived/详Code · publicAll the codes and the data used in the analyses are available at https://github.com/Resende-Lab/Graciano_skNIR_Phenomic_Seleciton .Open asset ↗Resende-Lab/Graciano_skNIR_Phenomic_Selecitonlines:120-132Dataset · publicFor further information, the dataset is available at: https://github.com/Resende-Lab/PLS_skNIR_Audrey .Open asset ↗Resende-Lab/PLS_skNIR_Audreylines:78-85Code / dataset availability confirmedEurope PMC · bioRxiv · checked 15 Sept 2026
Woody plant encroachment (WPE)—a phenomenon similar to species invasion—is shifting many grasslands and savannas into shrub and evergreen-dominated ecosystems. Tracking WPE is difficult because shrubs and small trees are much smaller than the coarse resolution of common remote sensing platforms (> 10 m 2 ) and the impassibility of encroaching woody thickets slows ground-based approaches. Many agencies have been investing in fine resolution ( 90%), with the NEON-based models a few percent more accurate than NAIP. A model using both inputs had the highest accuracy. However, the accuracies of NAIP and NEON models differed for woody vegetation: compared to NEON, NAIP accuracy was, 82-93% compared to 94-98% for shrubs, 72-92% compared to 93-98% for deciduous trees, and 52-78% compared to 83-86% for evergreen trees (specifically Juniperus virginiana ). NEON-based models relied on canopy height (LiDAR) to make classifications, whereas the several bands of light make similar contributions to accuracy in the NAIP models. Finally, we found that both machine learning approaches had similar accuracy, but random forests ran substantially faster. We conclude that with large training datasets, publicly available aerial imagery and similar products (e.g., UAVs, micro-satellites) can produce fine-scale, high-accuracy remote sensing of WPE in this region with low up-front costs.
Why it matches plant phenotyping methods航空画像・LiDARと機械学習を用いて低木・樹木の植生状態を高解像度で推定し、NAIPとNEONおよび手法間の精度を比較しており、植物状態の取得・推定法が研究の中心である。
abstractTracking WPE is difficult because shrubs and small trees are much smaller than the coarse resolution of common remote sensing platforms
Reproduction assets foundThe authors deposited their paper-specific training/classification dataset (ground-truthed and computer-drawn vegetation polygons for Konza Prairie) publicly on EDI. The analysis code is only 'private-for-peer review' on Figshare, so it does not qualify as a public asset. NEON and NAIP imagery are generic third-party平台Dataset · public, U.S.A.
10
11
12
13
Open research statement:
14
Data sets utilized for this research are as follows:
15
Noble, B. and Z. Ratajczak. 2022. WPE01 Assessing the value added of NEON for using
16
machine learning to quantify vegetation mosaics and woody plant encroachment at
17
Konza Prairie ver 1. Environmental Data Initiative.
18
https://doi.org/10.6073/pasta/a7b40e41080460bb1123dcc7b6d4d942 (Accessed 2022-12-
19
08). https://portal.edirepository.org/nis/mapbrowse?scope=knb-lter-20
knz&identifier=167&revision=1
21
(which was not certified by peer review) is the author/funder. All rights reserved. No reuse allowed without permission.
The copyright holder for this preprint
this version posted FeOpen asset ↗Environmental Data Initiative · 10.6073/pasta/a7b40e41080460bb1123dcc7b6d4d942pdf-raw-page:1 lines:1-47Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Understanding the determinants of urban forest diversity and structure is important for preserving biodiversity and sustaining ecosystem services in cities. However, comprehensive field assessments are resource-intensive, and landscape-level approaches may overlook heterogeneity within urban regions. To address this challenge, we combined remote sensing with field inventories to comprehensively map and analyze urban forest attributes in forest patches across the Minneapolis-St. Paul Metropolitan Area (MSPMA) in a multistep process. First, we developed predictive machine learning models of forest attributes by integrating data from forest inventories (from 40 12.5-m-radius plots) with Global Ecosystem Dynamics Investigation (GEDI) observations and Sentinel-2-derived land surface phenology (LSP). These models enabled accurate predictions of forest attributes, specifically nine metrics of plant diversity (tree species richness, tree abundance, and understory plant abundance), structure (average canopy height, dbh, and canopy density), and structural complexity (variability in canopy height, dbh, and canopy density) with relative errors ranging between 11% and 21%. Second, we applied these machine learning models to predict diversity metrics for 804 additional plots from GEDI and Sentinel-2. Finally, we applied Bayesian multilevel models to the predicted diversity metrics to assess the influence of multiple factors-patch dimensions, landscape attributes, plot position, and jurisdictional agency-on these forest attributes across the 804 predicted plots. The models showed all predictors have some degree of effect on forest attributes, presenting varying explanatory power with R 2 values ranging from 0.071 to 0.405. Overall, plot characteristics (e.g., distance to nearest trail, proximity to forest edge) and jurisdictional agency explained a large portion of the variability across patches, whereas patch and landscape characteristics did not. The relative effect of plot versus management sets of predictors on the marginal ΔR 2 was heterogeneous across metrics and ecological subsections (an ecological classification designation). The multiplicity of determinants influencing urban forests emphasizes the intricate nature of urban ecosystems and highlights nuanced, heterogeneous relationships between urban ecological and anthropogenic factors that determine forest properties. Effectively enhancing biodiversity in urban forests requires assessments, management, and conservation strategies tailored for context-specific characteristics.
Why it matches plant phenotyping methodsGEDI・Sentinel-2と機械学習を統合し、植物の多様性・構造属性を予測する測定手法を開発、誤差評価し、追加プロットへ適用しているため、表現型取得が中心的である。
abstractwe developed predictive machine learning models of forest attributes by integrating data from forest inventories (from 40 12.5-m-radius plots) with Global Ecosystem Dynamics Investigation (GEDI) observations and Sentinel-2-derived land surface phenology (LSP).
Reproduction assets foundThe paper's data availability statement provides three paper-specific public assets: the field vegetation inventory data on EDI, the machine learning ensemble R script on Zenodo, and the Bayesian model summaries on Zenodo.Dataset · publicVegetation data are available (Marcilio‐Silva et al., 2022 ) on the Environmental Data Initiative (EDI) data portal: https://doi.org/10.6073/pasta/166a4b954ecaaabcda75bd51004804a5Open asset ↗Environmental Data Initiative · 10.6073/pasta/166a4b954ecaaabcda75bd51004804a5lines:317-357Code · publicThe R script used for the machine learning model ensemble (Marcilio‐Silva, 2024 ) is available on Zenodo: https://doi.org/10.5281/zenodo.14395998Open asset ↗Zenodo · 10.5281/zenodo.14395998lines:317-357Code / dataset availability confirmedOpenAlex · checked 15 Sept 2026
Abstract. Historical aerial images, captured by film cameras in the previous century, are valuable resources for quantifying Earth’s surface and landscape changes over time. In the post-war period, these images were often acquired to create topographic maps, resulting in the acquisition of large-scale aerial photographs with stereo coverage. Photogrammetric techniques applied to these stereo images enable the extraction of 3D information to reconstruct digital surface models (DSMs) and orthoimages. Here, we present a highly automated photogrammetric approach for generating countrywide DSMs of Switzerland, at a 1 m resolution, from approximately 40,000 scanned aerial stereo images acquired between 1979 and 2006, with known exterior and interior orientation. We derived four countrywide DSMs for the epochs 1979–1985, 1985–1991, 1991–1998, and 1998–2006. From the DSMs, we generated corresponding countrywide vegetation height models (VHMs). We assessed the quality of the historical DSMs at the country scale and within six representative study sites, evaluating the vertical accuracy and the completeness of image-matching across different land cover types. Mean completeness ranged from 64 % for ‘glacial and perpetual snow’ to 98 % for ‘sealed surfaces’, with a value of 93 % for the ‘closed forest’ class. Across Switzerland, the median elevation accuracy of the historical DSMs compared with a reference digital terrain model (DTM) on sealed surface points ranged from 0.28 to 0.53 m, with a normalised median absolute deviation (NMAD) of around 1 m and a maximum root mean square error (RMSE) of 3.90 m. The same analysis between geodetic points and historical DSMs showed higher accuracies, with median values of ≤ 0.05 m and an NMAD < 1 m. The VHMs generated in this study enabled the detection of major changes in forest areas due to windstorm damage, forest dynamics, and growth. This work demonstrates the feasibility of generating accurate, very high-resolution DSM time series (spanning three decades) and VHMs from historical aerial images of the entire surface of Switzerland in a highly automated manner. The VHMs are already being used to estimate countrywide biomass changes. The countrywide DSMs and VHMs for the four epochs, along with auxiliary data, are available online at https://doi.org/10.16904/envidat.528 (Marty et al., 2024) and can be used to quantify long-term elevation changes and related processes across different surfaces.
Why it matches plant phenotyping methods歴史航空画像から植生高モデルを自動生成するフォトグラメトリ手法を開発・精度評価し、森林の高さ変化という植物状態を測定するデータセットも提供しているため、植物フェノタイピング手法が中心である。
abstractFrom the DSMs, we generated corresponding countrywide vegetation height models (VHMs).
Reproduction assets foundThe paper's own countrywide DSM and vegetation height model (VHM) rasters, plus masks and metadata, are publicly deposited on EnviDat with an explicit DOI, directly reproducing the paper's vegetation height measurements.Dataset · public22
5 Data availability
434
Datasets can be accessed from EnviDat (https://doi.org/10.16904/envidat.528, Marty et al., 2024). The following files are
435
available for the four epochs: countrywide digital surface model (DSM), hillshaded DSM, and vegetation height models
436
(VHMs). A metadata shapefile is provided with information about the acquisition year of the photographs used here; the
437
geometry corresponds to the 1:25,00Open asset ↗EnviDat · 10.16904/envidat.528pdf-raw-page:22 lines:1-63Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 14 Sept 2026
With the rapid advancement of plant phenotyping research, understanding plant genetic information and growth trends has become crucial. Measuring seedling length is a key criterion for assessing seed viability, but traditional ruler-based methods are time-consuming and labor-intensive. To address these limitations, we propose an efficient deep learning approach to enhance plant seedling phenotyping analysis. We improved the DeepLabv3+ model, naming it DFMA, and introduced a novel ASPP structure, PSPA-ASPP. On our self-constructed rice seedling dataset, the model achieved a mean Intersection over Union (mIoU) of 81.72%. On publicly available datasets, including Arabidopsis thaliana, Brachypodium distachyon, and Sinapis alba, detection scores reached 87.69%, 91.07%, and 66.44%, respectively, outperforming existing models. The model generates detailed segmentation masks, capturing structures such as the embryonic shoot, axis, and root, while a seedling length measurement algorithm provides precise parameters for component development. This approach offers a comprehensive, automated solution, improving phenotyping analysis efficiency and addressing the challenges of traditional methods.
Why it matches plant phenotyping methods幼苗画像から器官を分割し、幼苗長を自動測定する深層学習ベースのフェノタイピング手法を開発・検証しており、方法が中心的です。
abstractwe propose an efficient deep learning approach to enhance plant seedling phenotyping analysis.
Reproduction assets foundThe paper uses a public Kaggle plant segmentation dataset (Arabidopsis thaliana, Brachypodium distachyon, Sinapis alba) for model validation, which is a paper-specific, publicly actionable asset. The authors' homemade rice seedling dataset and any code/models are not publicly deposited; the data availability statement仅Dataset · publicthis way, a homemade labeled dataset with the file suffix “.json” was obtained. Processed by the program, 115 sets of images were finally obtained. The sample image is shown in
Figure 1B
.
The public dataset was created using the Plant Segmentation Dataset, which was made public on the Kaggle platform by Orsolya Dobos et al. ( https://www.kaggle.com/tivadardanka/plant-segmentation ) in 2019. This dataset contains images of three seedlings, including Arabidopsis thaliana , Brachypodium distachyon , and Sinapis alba . The authors manually placed seedlings of these three plants on the surface of 1% agar plates and collected images using an EPSON PERFECTION V30 scanner. Images were saved in “.tiOpen asset ↗Kaggle · tivadardanka/plant-segmentationlines:45-67Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Abstract Global climate change has driven breeding programs to develop abiotic stress‐resilient plant varieties. Traditionally, assessing drought resilience involves labor‐intensive and time‐consuming processes. This study used an unmanned aerial system (UAS) to predict key phenotyping traits in maize ( Zea mays L.) and monitor plant response to drought during the crop cycle. We grew transgenic maize hybrids in two trials, one irrigated and another subjected to drought stress, and used a drone equipped with red–green–blue (RGB) and multispectral sensors to capture images of the plots over time. Machine learning models and various prediction scenarios revealed significant correlations between vegetation indices over time. Interestingly, the RGB sensor outperformed the multispectral sensor in trait prediction. Prediction accuracy across scenarios with untested genotypes and environments ranged from 0.40 to 0.70 for grain yield, 0.43 to 0.69 for days to anthesis, 0.51 to 0.67 for days to silking, and 0.35 to 0.57 for plant height. Ridge and random forest models consistently delivered the most accurate predictions across traits and environments. The vegetation indices normalized green–red difference index, VARI, and RCC also effectively predicted and captured the plant response to drought. This study highlights the value of UAS phenotyping as a practical tool for assessing abiotic stress due to its straightforward implementation.
Why it matches plant phenotyping methodsUASによるRGB・マルチスペクトル画像と機械学習で、作物形質および干ばつ応答を予測するフェノタイピング手法を、複数環境・遺伝子型で検証しているため。
abstractThis study used an unmanned aerial system (UAS) to predict key phenotyping traits in maize ( Zea mays L.) and monitor plant response to drought during the crop cycle.
Reproduction assets foundThe paper's data availability statement says all codes and datasets (phenomic prediction scripts, folder 'Phenomic prediction', and described datasets) are publicly available at the authors' GCCRC publications page and on Dryad (doi:10.5061/dryad.0zpc8677b).Code · public14 of 16 PEREIRA ET AL.
in this work to perform phenomic prediction for all the eight
models and the four cross-validation scenarios were given as
examples in the folder “Phenomic prediction.” All the codes
and the datasets described are available at https://www.gccrc.unicamp.br/publications/ and https://doi.org/10.5061/dryad.0zpc8677b.O RC I D
HelcioDuartePereira https://orcid.org/0000-0002-2837-9396
Juliana Vieira Almeida Nonato https://orcid.org/0000-0003-4448-4652
Rafaela CarolineRangni MoltocaroDuarte https://orcid.org/0000-0003-2622-3758
Isabel Rodrigues Gerhardt https://orcid.org/0000-0003-1397-0199
RicardoAuOpen asset ↗GCCRCpdf-raw-page:14 lines:1-75Code / dataset availability confirmedOpenAlex · Crossref · checked 15 Sept 2026
Tree height and vertical forest structure are important attributes in forestry, but their traditional measurement or assessment in the field is expensive, time-consuming, and often inaccurate. One of the main advantages of using remote sensing data to estimate vertical forest structure is the ability to obtain accurate data for larger areas in a more time- and cost-efficient manner. Temporal changes are also important for estimating and analysing tree heights, and in many countries, national airborne laser scanning (ALS) surveys have been conducted either only once or at specific, longer intervals, whereas aerial surveys are more often arranged in cycles with shorter intervals. In this study, we reviewed all freely available national airborne remote sensing data describing three-dimensional forest structures in Slovenia and compared them with traditional field measurements in an area dominated by uneven-aged forests. The comparison of ALS and digital aerial photogrammetry (DAP) data revealed that freely available national ALS data provide better estimates of dominant forest heights, vertical structural diversity, and their changes compared to cyclic DAP data, but they are still useful due to their temporally dense data. Up-to-date data are very important for forest management and the study of forest resilience and resistance to disturbance. Based on field measurements (2013 and 2023) and all remote sensing data, dominant and maximum heights are statistically significantly higher in uneven-aged forests than in mature, even-aged forests. Canopy height diversity (CHD) information, derived from lidar ALS and DAP data, has also proven to be suitable for distinguishing between even-aged and uneven-aged forests. The CHDALS 2023 was 1.64, and the CHDCAS 2022 was 1.38 in uneven-aged stands, which were statistically significantly higher than in even-aged forest stands.
Why it matches plant phenotyping methodsALSと航空写真測量による樹高・森林垂直構造・樹冠高多様性の推定を現地測定と比較検証しており、植物(森林)の形態形質測定が研究の中心です。
abstractThe comparison of ALS and digital aerial photogrammetry (DAP) data revealed that freely available national ALS data provide better estimates of dominant forest heights, vertical structural diversity, and their changes compared to cyclic DAP data
Reproduction assets foundThe paper's own field measurements (2013, 2023) and derived analysis data are not publicly deposited; the Data Availability Statement says raw data are available only upon reasonable request from the corresponding author. The freely available national ALS/DAP source data are public via the Slovenian national remote-snsDataset · publicmote Sens. Environ. 2018, 208, 1–14. [CrossRef]
14. Goodbody, T.R.H.; Coops, N.C.; White, J.C. Digital Aerial Photogrammetry for Updating Area-Based Forest Inventories: A Review
of Opportunities, Challenges, and Future Directions. Curr. For. Rep. 2019, 5, 55–75. [CrossRef]
15. GURS. Daljinsko zaznavanje. 2024. Available online: https://www.e-prostor.gov.si/podrocja/drzavni-topografski-sistem/daljinsko-zaznavanje/ (accessed on 13 November 2024).
16. Haala, N. The landscape image matching algorithms. In Proceedings of the 54th Photogrammetric Week, Stuttgart, Germany,
9–13 September 2013; pp. 271–284.
17. Triglav Čekada, M.; Bric, V. Končan je projekt Laserskega skeniranja Slovenije. Geod. VOpen asset ↗GURSpdf-raw-page:14 lines:1-48Code / dataset availability confirmedEurope PMC · OpenAlex · checked 6 Sept 2026
The selection and promotion of high-yielding and nitrogen-efficient wheat varieties can reduce nitrogen fertilizer application while ensuring wheat yield and quality and contribute to the sustainable development of agriculture; thus, the mining and localization of nitrogen use efficiency (NUE) genes is particularly important, but the localization of NUE genes requires a large amount of phenotypic data support. In view of this, we propose the use of low-altitude aerial photography to acquire field images at a large scale, generate 3-dimensional (3D) point clouds and multispectral images of wheat plots, propose a wheat 3D plot segmentation dataset, quantify the plot canopy height via combination with PointNet++, and generate 4 nitrogen utilization-related vegetation indices via index calculations. Six height-related and 24 vegetation-index-related dynamic digital phenotypes were extracted from the digital phenotypes collected at different time points and fitted to generate dynamic curves. We applied height-derived dynamic numerical phenotypes to genome-wide association studies of 160 wheat cultivars (660,000 single-nucleotide polymorphisms) and found that we were able to locate reliable loci associated with height and NUE, some of which were consistent with published studies. Finally, dynamic phenotypes derived from plant indices can also be applied to genome-wide association studies and ultimately locate NUE- and growth-related loci. In conclusion, we believe that our work demonstrates valuable advances in 3D digital dynamic phenotyping for locating genes for NUE in wheat and provides breeders with accurate phenotypic data for the selection and breeding of nitrogen-efficient wheat varieties.
Why it matches plant phenotyping methods航空画像・3D点群・マルチスペクトル画像から小麦区画の草冠高と植生指数を抽出するデジタルフェノタイピング手法を開発・適用しており、表現型取得が研究の中心である。
abstractwe propose the use of low-altitude aerial photography to acquire field images at a large scale, generate 3-dimensional (3D) point clouds and multispectral images of wheat plots
Reproduction assets foundThe paper's Data Availability statement explicitly deposits the authors' source code, testing data, and supporting datasets (including the W3DPS 3D plot segmentation dataset and phenotyping/GWAS data) at two public Quark pan links under CC BY 4.0. These are paper-specific, publicly actionable assets. Other allowed URLsCode · publicThe source code, testing data, and other datasets supporting the results presented here are available at https://pan.quark.cn/s/afbf9025b19e and https://pan.quark.cn/s/47e91f9d6c9c .Open asset ↗lines:138-156Dataset · publicThe source code, testing data, and other datasets supporting the results presented here are available at https://pan.quark.cn/s/afbf9025b19e and https://pan.quark.cn/s/47e91f9d6c9c .Open asset ↗lines:138-156Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
The data are aerial images and ground tree measurement data of 3 citrus rootstock trials. Developing new citrus rootstock varieties requires field trials to test to identify selections with improved horticultural performance. A bud from a scion variety is grafted onto the rootstock and grown in a nursery until the grafted plant is ready to be planted in the field, which is in about one year. Trees in the field are assessed each year by measuring height, canopy diameter in 2 dimensions, overall health, and fruit number and quality factors when the trees begin to have a significant crop (∼3 years). Data collection of each tree is done manually. The image and ground data sets are of 3 rootstock trials that includes a 3-year-old Bingo mandarin hybrid trial of 206 trees, a 6-year-old Valencia orange trial of 643 trees, and a 7-year-old Valencia orange trials of 648 trees. Data for each trial includes aerial images and ground data of height, canopy diameters, and an overall health rating. The combination of ground validated measures and aerial images make this data set useful for building AI-based aerial image data collection applications. The data will be useful for 1) visualizing the effects of different rootstock selections and varieties on scion growth, effects that may not be fully captured with single measure metrics; and 2) development of image analysis applications and segmentation algorithms that can extract data from the images that are suitable for replacing some or all the ground measures.
Why it matches plant phenotyping methods柑橘樹の高さ、樹冠径、健康状態を対象とする航空画像・地上測定データセットで、画像解析やセグメンテーションによる形質抽出の開発用途が明示されており、表現型取得法が中心である。
abstractThe combination of ground validated measures and aerial images make this data set useful for building AI-based aerial image data collection applications.
Reproduction assets foundThis Data in Brief article describes its own paper-specific phenotyping assets: UAV RGB images and ground-measured canopy height/width/health data for three citrus rootstock trials, publicly deposited in USDA Ag Data Commons under DOIs 10.15482/USDA.ADC/26946823 (Bingo trial) and 10.15482/USDA.ADC/26946841 (Valencia 5–Dataset · publicRepository name: USDA Ag Data Commons
[ 1 ] Direct URL to Rows 1–4 Bingo rootstock data: 10.15482/USDA.ADC/26946823USDA Ag Data Commons · 10.15482/USDA.ADC/26946823lines:1-53Code / dataset availability confirmedEurope PMC · Crossref · checked 6 Sept 2026
As climate changes, maintenance of yield stability requires efficient selection for drought tolerance. Drought-tolerant cultivars have been successfully but slowly bred by yield-based selection in arid environments. Marker-assisted selection accelerates breeding but is less effective for polygenic traits. Therefore, we investigated a selection based on phenotypic markers derived from automatic phenotyping systems. Our trial comprised 64 potato genotypes previously characterised for drought tolerance in ten trials representing Central European drought stress scenarios. In two trials, an automobile LIDAR system continuously monitored shoot development under optimal (C) and reduced (S) water supply. Six 3D images per day provided time courses of plant height (PH), leaf area (A3D), projected leaf area (A2D) and leaf angle (LA). The evaluation workflow employed logistic regression to estimate initial slope (k), inflection point (Tm) and maximum (Mx) for the growth curves of PH and A2D. Genotype × environment interaction affected all parameters significantly. Tm(A2D)ₛ and Mx(A2D)ₛ correlated significantly positive with drought tolerance, and Mx(PH)ₛ correlated negatively. Drought tolerance was not associated with LAc, but correlated significantly with the LAₛ during late night and at dawn. Drought-tolerant genotypes had a lower LAₛ than drought-sensitive genotypes, thus resembling unstressed plants. The decision tree model selected Tm(A2D)ₛ and Mx(PH)c as the most important parameters for tolerance class prediction. The model predicted sensitive genotypes more reliably than tolerant genotype and may thus complement the previously published model based on leaf metabolites/transcripts.
Why it matches plant phenotyping methods自動LIDARによる連続3D画像取得と、植物形態・成長形質の抽出および解析ワークフローが、乾燥耐性評価の中心的手法として用いられている。
abstractwe investigated a selection based on phenotypic markers derived from automatic phenotyping systems.
Reproduction assets foundThe paper's LIDAR phenotyping and yield data are deposited publicly in E!DAL (Köhl et al. 2022, doi 10.5447/ipk/2022/12). The SAS analysis scripts are only available from the corresponding author (request_only).Dataset · publicData availability All data are available at E!DAL (Köhl et al. 2022). Material and SAS scripts used for
evaluation are available from the corresponding author.Open asset ↗E!DALpdf-page:27 lines:1-62Code / dataset availability confirmedEurope PMC · OpenAlex · checked 15 Sept 2026
Common beanAerial / UAVField / plotLiDAR / point cloudRGB / grayscaleWhole plant / canopy / plot / fieldCountingMorphology / geometry measurementGrowth / time-series analysisGrowth / development / phenology
Substantial effort has been made in manually tracking plant maturity and to measure early-stage plant density and crop height in experimental fields. In this study, RGB drone imagery and deep learning (DL) approaches are explored to measure relative maturity (RM), stand count (SC), and plant height (PH), potentially offering higher throughput, accuracy, and cost-effectiveness than traditional methods. A time series of drone images was utilized to estimate dry bean RM employing a hybrid convolutional neural network (CNN) and long short-term memory (LSTM) model. For early-stage SC assessment, Faster RCNN object detection algorithm was evaluated. Flight frequencies, image resolution, and data augmentation techniques were investigated to enhance DL model performance. PH was obtained using a quantile method from digital surface model (DSM) and point cloud (PC) data sources. The CNN-LSTM model showed high accuracy in RM prediction across various conditions, outperforming traditional image preprocessing approaches. The inclusion of growing degree days (GDD) data improved the model's performance under specific environmental stresses. The Faster R-CNN model effectively identified early-stage bean plants, demonstrating superior accuracy over traditional methods and consistency across different flight altitudes. For PH estimation, moderate correlations with ground-truth data were observed across both datasets analyzed. The choice between PC and DSM source data may depend on specific environmental and flight conditions. Overall, the CNN-LSTM and Faster R-CNN models proved more effective than conventional techniques in quantifying RM and SC. The subtraction method proposed for estimating PH without accurate ground elevation data yielded results comparable to the difference-based method. Additionally, the pipeline and open-source software developed hold potential to significantly benefit the phenotyping community.
Why it matches plant phenotyping methodsドローン画像と深層学習を用いて成熟度、株数、草丈を推定する手法を開発・評価し、パイプラインとオープンソースソフトウェアも提示しており、植物表現型取得が研究の中心である。
abstractIn this study, RGB drone imagery and deep learning (DL) approaches are explored to measure relative maturity (RM), stand count (SC), and plant height (PH)
Reproduction assets foundThe paper explicitly states that all R/Python analysis code, apps, and the complete datasets (orthomosaics, shapefiles, ground notes, clipped plots) are publicly available via the authors' GitHub organization and three Zenodo deposits for RM, SC, and PH.Dataset · publicof the manuscript.
Competing interests: The authors declare that they have no competing interests.
Data Availability
Developed software and analysis are available in the GitHub repositories at https://github.com/msudrybeanbreeding and datasets can be download at Zenodo deposit page ( https://zenodo.org/ ) using the links to RM: https://doi.org/10.5281/zenodo.7922565; SC: https://doi.org/10.5281/zenodo.7922584; and PH: https://doi.org/10.5281/zenodo.7922589 .
Supplementary Materials
Supplementary 1
Figs. S1 to S14
Tables S1 and S2
Data files S1 to 21
References
1.
Uebersax
MA , Cichy
KA , Gomez
FE , Porch
TG , Heitholt
J , Osorno
JM , Kamfwa
K , Snapp
SS , Bales
S
.
Dry beans ( Phaseolus vuOpen asset ↗zenodo · 10.5281/zenodo.7922565lines:677-730Dataset · publicauthors declare that they have no competing interests.
Data Availability
Developed software and analysis are available in the GitHub repositories at https://github.com/msudrybeanbreeding and datasets can be download at Zenodo deposit page ( https://zenodo.org/ ) using the links to RM: https://doi.org/10.5281/zenodo.7922565; SC: https://doi.org/10.5281/zenodo.7922584; and PH: https://doi.org/10.5281/zenodo.7922589 .
Supplementary Materials
Supplementary 1
Figs. S1 to S14
Tables S1 and S2
Data files S1 to 21
References
1.
Uebersax
MA , Cichy
KA , Gomez
FE , Porch
TG , Heitholt
J , Osorno
JM , Kamfwa
K , Snapp
SS , Bales
S
.
Dry beans ( Phaseolus vulgaris L.) as a vital component of sustainabOpen asset ↗zenodo · 10.5281/zenodo.7922584lines:677-730Dataset · publicrests.
Data Availability
Developed software and analysis are available in the GitHub repositories at https://github.com/msudrybeanbreeding and datasets can be download at Zenodo deposit page ( https://zenodo.org/ ) using the links to RM: https://doi.org/10.5281/zenodo.7922565; SC: https://doi.org/10.5281/zenodo.7922584; and PH: https://doi.org/10.5281/zenodo.7922589 .
Supplementary Materials
Supplementary 1
Figs. S1 to S14
Tables S1 and S2
Data files S1 to 21
References
1.
Uebersax
MA , Cichy
KA , Gomez
FE , Porch
TG , Heitholt
J , Osorno
JM , Kamfwa
K , Snapp
SS , Bales
S
.
Dry beans ( Phaseolus vulgaris L.) as a vital component of sustainable agriculture and food security—A review
. LeguOpen asset ↗zenodo · 10.5281/zenodo.7922589lines:677-730Code · publics from each individual breeding plot were extracted from the time series of images (6 and 9 flights date), and the RM was estimated using an optimized threshold value of 0.06. To perform the VI extractions from each breeding plot in the field, an open-source Streamlit app in Python was implemented and can be accessed online at: https://msudrybeanbreeding-vegetation-index--vi-extractions-v0-3-9knpzt.streamlit.app/ . Additionally, to accommodate user preferences, an R script is available to perform VI extractions analysis (Data S7 ).
SC DL model
The SC pipeline deployed in this study comprised 6 distinct steps, starting from the raw images and annotations, and ending with the final SC predictiOpen asset ↗lines:139-147Code / dataset availability confirmedOpenAlex · Europe PMC · checked 7 Sept 2026
Effective lettuce cultivation requires precise monitoring of growth characteristics, quality assessment, and optimal harvest timing. In a recent study, a deep learning model based on multimodal data fusion was developed to estimate lettuce phenotypic traits accurately. A dual-modal network combining RGB and depth images was designed using an open lettuce dataset. The network incorporated both a feature correction module and a feature fusion module, significantly enhancing the performance in object detection, segmentation, and trait estimation. The model demonstrated high accuracy in estimating key traits, including fresh weight (fw), dry weight (dw), plant height (h), canopy diameter (d), and leaf area (la), achieving an R2 of 0.9732 for fresh weight. Robustness and accuracy were further validated through 5-fold cross-validation, offering a promising approach for future crop phenotyping.
Why it matches plant phenotyping methodsRGB・深度画像を融合した深層学習によるレタス形質推定手法を開発し、交差検証で性能評価しており、フェノタイピング手法が中心である。
abstracta deep learning model based on multimodal data fusion was developed to estimate lettuce phenotypic traits accurately
Reproduction assets foundThe paper's RGB-D lettuce images and trait measurements come from the publicly available Third Autonomous Greenhouse Challenge dataset deposited at 4TU.ResearchData, with an explicit availability statement and URL matching an allowed URL. No author analysis code or trained model is disclosed.Dataset · publicThis study used the Third Autonomous Greenhouse Challenge: Online Challenge Lettuce Images dataset publicly available at 4TU.ResearchData [ 36 ].Open asset ↗4TU.ResearchDatalines:819-832Code / dataset availability confirmedOpenAlex · Europe PMC · bioRxiv · checked 13 Sept 2026
Abstract In recent years, the automation of genotyping has significantly enhanced the efficiency of genome-wide association studies. As a result, phenotyping rather than genotyping is now the rate-limiting step, especially in field experiments. For this reason, there is a strong need to further automate in-field phenotyping. Here we present a GWAS study on 194 field-grown accessions of lettuce ( Lactuca sativa ). These accessions were non-destructively phenotyped at two time points 15 days apart using an unmanned aerial vehicle. Our high throughput phenotyping approach integrates an RGB camera, a multispectral camera to measure the reflectance at 5 wavelengths (blue, green, red, red edge, near-infrared), and precise height estimation. We used the mean and other descriptives such as median, quantiles, minimum and maximum to quantify different aspects of color and height variation in lettuce from the drone images. Using this approach, we confirm several previously described QTLs, now in populations grown under field conditions, and identify several new QTLs for plant-height and color.
Why it matches plant phenotyping methodsドローン搭載RGB・マルチスペクトルカメラと高さ推定を統合した圃場フェノタイピング手法を開発・適用し、画像からレタスの色と草丈を定量化しているため、方法が研究の中心です。
abstractOur high throughput phenotyping approach integrates an RGB camera, a multispectral camera to measure the reflectance at 5 wavelengths (blue, green, red, red edge, near-infrared), and precise height estimation.
Reproduction assets foundThe paper explicitly states that analysis scripts are publicly available on GitHub (SnoekLab/Dijkhuizen_etal_2025_Drone) and that extended data (raw data, intermediate steps, figure data, weather data) is deposited at the Utrecht University repository DOI 10.24416/UU01-S5FCM9. Both are paper-specific, public, and verbiCode · publicScripts used for this study are available on github:
https://github.com/SnoekLab/Dijkhuizen_etal_2025_Drone.Open asset ↗SnoekLab/Dijkhuizen_etal_2025_Dronepdf-page:8 lines:1-120Dataset · publicExtended data available on https://doi.org/10.24416/UU01-S5FCM9. This includes all raw
data to reproduce results, all intermittent steps, the data required to generate all figures and
the weather data.Open asset ↗10.24416/UU01-S5FCM9pdf-page:8 lines:1-120Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 15 Sept 2026
BACKGROUND: graminoid crop cultivated mainly in the arid and semiarid regions of China for more than 7000 years. Its grain highly nutritious and is rich in starch, protein, essential vitamins such as carotenoids, folate, and minerals. To expand the utilisation of foxtail millet, efficient and precise methods for dynamic phenotyping of its growth stages are needed. Traditional foxtail millet monitoring methods have high labour costs and are inefficient and inaccurate, impeding the precise evaluation of foxtail millet genotypic variation. RESULTS: This study introduces a high-throughput imaging system (HIS) with advanced image processing techniques to enhance monitoring efficiency and data quality. The HIS can accurately extract a range of key growth feature parameters, such as plant height (PH), convex hull area (CHA), side projected area (SPA) and colour distribution, from foxtail millet images. Compared with traditional manual measurements, this HIS improved data quality and phenotyping of the key foxtail millet growth traits. High-throughput phenotyping combined with a genome-wide association study (GWAS) revealed genetic loci associated with dynamic growth traits, particularly plant height (PH), in foxtail millet. The loci were linked to genes involved in the gibberellic acid (GA) synthesis pathway related to PH. CONCLUSION: The HIS developed in this study enables the efficient and dynamic monitoring of foxtail millet phenotypic traits. It significantly improves the quality of data obtained for phenotyping key growth traits. The integration of high-throughput phenotyping with GWAS provides new insights into the genetic underpinnings of dynamic growth traits, particularly plant height, by identifying associated genetic loci in the GA synthesis pathway. This methodological advancement opens new avenues for the precise phenotyping and exploration of genetic resources in foxtail millet, potentially enhancing its utilisation.
Why it matches plant phenotyping methodsフォックステールミレットの生育形質を画像から抽出する高スループット画像システムと画像処理手法を開発・評価しており、表現型取得法が研究の中心である。
abstractThis study introduces a high-throughput imaging system (HIS) with advanced image processing techniques to enhance monitoring efficiency and data quality.
Reproduction assets foundThe paper's authors explicitly state that the source code of their foxtail millet image processing program (used to extract phenotypic i-traits such as PH, CHA, SPA, compactness indices, and colour pixel features) is publicly available on GitHub. The MDSi database URL is a general transcriptomic resource, not a paper-Code · publicmation about plant health and physiological responses.
The program was created using the OpenCV library within the Microsoft Visual Studio (C++) environment. The extracted phenotypic data were converted to CSV file format for further analysis and storage. The source code of the program is available for download and reference at https://github.com/ScreenPlant/Foxtail-Millet-Image-Processing .
Analysis of i-traits throughout the entire growth periodOpen asset ↗ScreenPlant/Foxtail-Millet-Image-Processinglines:50-61Code / dataset availability confirmedOpenAlex · checked 15 Sept 2026
Studies on the phenotypic traits and their associations in Chinese cabbage lack precise and objective digital evaluation metrics. Traditional assessment methods often rely on subjective evaluations and experience, compromising accuracy and reliability. This study develops an innovative, comprehensive trait evaluation method based on 3D point cloud technology, with the aim of enhancing the precision, reliability, and standardization of the comprehensive phenotypic traits of Chinese cabbage. By using multi-view image sequences and structure-from-motion algorithms, 3D point clouds of 50 plants from each of the 17 Chinese cabbage varieties were reconstructed. Color-based region growing and 3D convex hull techniques were employed to measure 30 agronomic traits. Comparisons between 3D point cloud-based measurements of the plant spread, plant height, leaf area, and leaf ball volume and traditional methods yielded R2 values greater than 0.97, with root mean square errors of 1.27 cm, 1.16 cm, 839.77 cm3, and 59.15 cm2, respectively. Based on the plant spread and plant height, a linear regression prediction of Chinese cabbage weights was conducted, yielding an R2 value of 0.76. Integrated optimization algorithms were used to test the parameters, reducing the measurement time from 55 min when using traditional methods to 3.2 min. Furthermore, in-depth analyses including variation, correlation, principal component analysis, and clustering analyses were conducted. Variation analysis revealed significant trait variability, with correlation analysis indicating 21 pairs of traits with highly significant positive correlations and 2 pairs with highly significant negative correlations. The top six principal components accounted for 90% of the total variance. Using the elbow method, k-means clustering determined that the optimal number of clusters was four, thus classifying the 17 cabbage varieties into four distinct groups. This study provides new theoretical and methodological insights for exploring phenotypic trait associations in Chinese cabbage and facilitates the breeding and identification of high-quality varieties. Compared with traditional methods, this system provides significant advantages in terms of accuracy, speed, and comprehensiveness, with its low cost and ease of use making it an ideal replacement for manual methods, being particularly suited for large-scale monitoring and high-throughput phenotyping.
Why it matches plant phenotyping methods中国白菜の表現型を3D点群から抽出する測定法を開発し、従来法との精度比較・検証および高速化を行っており、植物表現型測定が研究の中心である。
abstractThis study develops an innovative, comprehensive trait evaluation method based on 3D point cloud technology
Reproduction assets foundThe paper's phenotyping analysis code is explicitly deposited on a public GitHub repository with an authors' URL. The phenotype/trait measurement data themselves are only available upon request, so they do not qualify as a public asset.Code · publicapproach significantly streamlines the process, saving time and
enhancing efficiency by automating tasks which previously required extensive manual ef-
fort, thereby ensuring a more systematic and reliable method of phenotypic information
detection. The code used in this study can be accessed at the following GitHub repository:
https://github.com/chongchong123123/code (accessed on 18 October 2024).
2.4. Accuracy Analysis of Agronomic Parameter Measurements
In the course of agronomic trait measurement research, we utilized point cloud tech-
nology to measure key agronomic traits, including the plant height, plant spread, various
leaf dimensions (leaf length and leaf width), the width and thicOpen asset ↗chongchong123123/codepdf-raw-page:8 lines:1-62Code / dataset availability confirmedOpenAlex · checked 13 Sept 2026
Three raster-based (RB) and one point cloud-based (PCB) algorithms were tested to segment individual Aleppo pine trees and extract their tree height (H) and crown diameter (CD) using two types of point clouds generated from two different techniques: (1) Low-Density (≈1.5 points/m2) Airborne Laser Scanning (LD-ALS) and (2) photogrammetry based on high-resolution unmanned aerial vehicle (UAV) images. Through intensive experiments, it was concluded that the tested RB algorithms performed best in the case of UAV point clouds (F1-score > 80.57%, H Pearson’s r > 0.97, and CD Pearson´s r > 0.73), while the PCB algorithm yielded the best results when working with LD-ALS point clouds (F1-score = 89.51%, H Pearson´s r = 0.94, and CD Pearson´s r = 0.57). The best set of algorithm parameters was applied to all plots, i.e., it was not optimized for each plot, in order to develop an automatic pipeline for mapping large areas of Mediterranean forests. In this case, tree detection and height estimation showed good results for both UAV and LD-ALS (F1-score > 85% and >76%, and H Pearson´s r > 0.96 and >0.93, respectively). However, very poor results were found when estimating crown diameter (CD Pearson´s r around 0.20 for both approaches).
Why it matches plant phenotyping methods個体樹のセグメンテーション手法を比較・検証し、樹高と樹冠径という植物形質を点群から推定する自動パイプラインを評価しており、フェノタイピング手法が中心です。
titleBenchmarking of Individual Tree Segmentation Methods in Mediterranean Forest Based on Point Clouds from Unmanned Aerial Vehicle Imagery and Low-Density Airborne Laser Scanning
Reproduction assets foundThe paper's Data Availability Statement states that the data presented in the study (the UAV/LD-ALS point clouds, reference tree measurements, and segmentation outputs underlying the phenotyping analysis) are openly available on Zenodo under DOI 10.5281/zenodo.10518411. This is a paper-specific, publicly actionablephenDataset · publicData Availability Statement: The data presented in this study are openly available in zenodo at
10.5281/zenodo.10518411.Open asset ↗zenodo · 10.5281/zenodo.10518411pdf-page:25 lines:1-56Code / dataset availability confirmedOpenAlex · checked 13 Sept 2026
Uncrewed aerial system (UAS) structure from motion (SfM) monitoring strategies for individual trees has rapidly expanded in the early 21st century. It has become common for studies to report accuracies for individual tree heights and DBH, along with stand density metrics. This study evaluates individual tree detection and stand basal area accuracy and precision in five ponderosa pine sites against the range of SfM parameters in the Agisoft Metashape, Pix4DMapper, and OpenDroneMap algorithms. The study is designed to frame UAS-SfM individual tree monitoring accuracy in the context of data processing and storage demands as a function of SfM algorithm parameter levels. Results show that when SfM algorithms are properly tuned, differences between software types are negligible, with Metashape providing a median F-score improvement over OpenDroneMap of 0.02 and PIX4DMapper of 0.06. However, tree extraction performance varied greatly across algorithm parameters, with the greatest extraction rates typically coming from parameters causing increased density in dense point clouds and minimal point cloud filtering. Transferring UAS-SfM forest monitoring into management will require tradeoffs between accuracy and efficiency. Our analysis shows that a one-step reduction in dense point cloud quality saves 77–86% in point cloud processing time without decreasing tree extraction (F-score) or basal area precision using Metashape and PIX4DMapper but the same parameter change for OpenDroneMap caused a ~5% loss in precision. Providing reproducible processing strategies is a vital step in successfully transferring these technologies into usage as management tools.
Why it matches plant phenotyping methodsUAS-SfMの処理パラメータと複数ソフトウェアを比較し、個体樹の抽出精度、樹高・DBH、林分断面積を評価する技術検証が中心である。
abstractThis study evaluates individual tree detection and stand basal area accuracy and precision in five ponderosa pine sites against the range of SfM parameters in the Agisoft Metashape, Pix4DMapper, and OpenDroneMap algorithms.
Reproduction assets foundThe paper's Data Availability Statement explicitly publishes the project's data and analysis source code to a public GitHub repository, which qualifies as a paper-specific public code asset. No separate phenotype dataset deposit is stated beyond this repository.Code · publicData Availability Statement: Data and analysis source code for this project has been published to the
public domain at: https://github.com/georgewoolsey/uas_sfm_tree_detection.Open asset ↗georgewoolsey/uas_sfm_tree_detectionpdf-page:19 lines:1-56Code / dataset availability confirmedOpenAlex · Europe PMC · bioRxiv · checked 15 Sept 2026
Abstract Background Understanding genotype-environment interactions of plants is crucial for crop improvement, yet limited by the scarcity of quality phenotyping data. This data note presents the Field Phenotyping Platform 1.0 data set, a comprehensive resource for winter wheat research that combines imaging, trait, environmental, and genetic data. Findings We provide time series data for more than 4,000 wheat plots, including aligned high-resolution image sequences totaling more than 153,000 aligned images across six years. Measurement data for eight key wheat traits is included, namely canopy cover values, plant heights, wheat head counts, senescence ratings, heading date, final plant height, grain yield, and protein content. Genetic marker information and environmental data complement the time series. Data quality is demonstrated through heritability analyses and genomic prediction models, achieving accuracies aligned with previous research. Conclusions This extensive data set offers opportunities for advancing crop modeling and phenotyping techniques, enabling researchers to develop novel approaches for understanding genotype-environment interactions, analyzing growth dynamics, and predicting crop performance. By making this resource publicly available, we aim to accelerate research in climate-adaptive agriculture and foster collaboration between plant science and machine learning communities.
Why it matches plant phenotyping methods高解像度画像時系列と複数の植物形質を含む大規模な公開圃場フェノタイピングデータセットであり、再利用可能なフェノタイピング基盤・ベンチマークとして中心的です。
abstractThis data note presents the Field Phenotyping Platform 1.0 data set, a comprehensive resource for winter wheat research that combines imaging, trait, environmental, and genetic data.
Reproduction assets foundThis data note directly publishes its own phenotyping measurements and image time series: the FIP 1.0 dataset (images, aligned image sequences, eight wheat traits, environmental and marker data) is publicly available on the ETH Research Collection and Hugging Face, and the authors' analysis/processing code is publicly,Dataset · publicn
License: GNU GPL v3
Data Set Compilation
Project name: fip1-dataset
Project home page: https://gitlab.ethz.ch/crop_phenotyping/fip1-dataset
Operating system(s): Platform independent
Programming language: Python
License: GNU GPL v3
Data Availability
• Data Repository: http://doi.org/20.500.11850/697773
• Hugging Face Data set: https://huggingface.co/datasets/mikeboss/FIP1
• Public GABI marker data repository (also integrated in main
Data Repository and Hugging Face Data set): https://doi.org/10.5061/dryad.n02v6wwzc
• Private Agroscope marker data repository: Confidential (Con-
tact: Boulos Chalhoub, boulos.chalhoub@agroscope.admin.ch).
This repository contains marker data (Illumina InfiniumOpen asset ↗mikeboss/FIP1pdf-raw-page:7 lines:1-110Dataset · publicn with FAIR principles [26]:
• Findable: This publication and the Hugging Face data set card
(https://doi.org/10.57967/hf/3191) provide detailed meta-
data and a comprehensive description of the data set’s contents,
making it discoverable to researchers.
• Accessible: The data is hosted on the Research Collection of ETH
Zurich (https://doi.org/20.500.11850/697773), a reliable and
openly accessible data storage.
• Interoperable: The use of the open-source Hugging Face
datasets [27] package makes it easy to use and export to differ-
ent formats. The data is fully MIAPPE v1.1 [28] conform. Given
the shared genotypes the data set can be used to enhance the
data by Gogna et al. [13] by 6 envOpen asset ↗20.500.11850/697773pdf-raw-page:2 lines:84-130Code · publiclly aggregating the derived data into the final
data set using the fip1-dataset repository.
In addition, the data set can be recreated using the fip1-dataset
repository from the derived data that is freely available in the ETH
research collection.
Trait Data Compilation
Project name: FIP 1.0 Data Set - Traits
Project home page: https://gitlab.ethz.ch/crop_phenotyping/fip-1.0-data-set-traits
Operating system(s): Platform independent
Programming language: R, Python
License: GNU GPL v3
Image Data Alignment
Project name: fip1-alignment
Project home page: https://gitlab.ethz.ch/crop_phenotyping/fip1-alignment
Operating system(s): Platform independent
Programming language: Python
License: GNU GPL Open asset ↗fip-1.0-data-set-traitspdf-raw-page:7 lines:1-110Code · publicresearch collection.
Trait Data Compilation
Project name: FIP 1.0 Data Set - Traits
Project home page: https://gitlab.ethz.ch/crop_phenotyping/fip-1.0-data-set-traits
Operating system(s): Platform independent
Programming language: R, Python
License: GNU GPL v3
Image Data Alignment
Project name: fip1-alignment
Project home page: https://gitlab.ethz.ch/crop_phenotyping/fip1-alignment
Operating system(s): Platform independent
Programming language: Python
License: GNU GPL v3
Data Set Compilation
Project name: fip1-dataset
Project home page: https://gitlab.ethz.ch/crop_phenotyping/fip1-dataset
Operating system(s): Platform independent
Programming language: Python
License: GNU GPL v3
Data AvailabiOpen asset ↗fip1-alignmentpdf-raw-page:7 lines:1-110Code · publicramming language: R, Python
License: GNU GPL v3
Image Data Alignment
Project name: fip1-alignment
Project home page: https://gitlab.ethz.ch/crop_phenotyping/fip1-alignment
Operating system(s): Platform independent
Programming language: Python
License: GNU GPL v3
Data Set Compilation
Project name: fip1-dataset
Project home page: https://gitlab.ethz.ch/crop_phenotyping/fip1-dataset
Operating system(s): Platform independent
Programming language: Python
License: GNU GPL v3
Data Availability
• Data Repository: http://doi.org/20.500.11850/697773
• Hugging Face Data set: https://huggingface.co/datasets/mikeboss/FIP1
• Public GABI marker data repository (also integrated in main
Data Repository and HOpen asset ↗fip1-datasetpdf-raw-page:7 lines:1-110Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Background Transcriptome-based prediction of complex phenotypes is a relatively new statistical method that links genetic variation to phenotypic variation. The selection of large-effect genes based on a priori biological knowledge is beneficial for predicting oligogenic traits; however, such a simple gene selection method is not applicable to polygenic traits because causal genes or large-effect loci are often unknown. Here, we used several gene-level features and tested whether it was possible to select a gene subset that resulted in better predictive ability than using all genes for predicting a polygenic trait. Results Using the phenotypic values of shoot and root traits and transcript abundances in leaves and roots of 57 rice accessions, we evaluated the predictive abilities of the transcriptome-based prediction models. Leaf transcripts predicted shoot phenotypes, such as plant height, more accurately than root transcripts, whereas root transcripts predicted root phenotypes, such as crown root length, more accurately than leaf transcripts. Furthermore, we used the following three features to train the prediction model: (1) tissue specificity of the transcripts, (2) ontology annotations, and (3) co-expression modules for selecting gene subsets. Although models trained by a gene subset often resulted in lower predictive abilities than the model trained by all genes, some gene subsets showed improved predictive ability. For example, using genes expressed in roots but not in leaves, the predictive ability for crown root diameter was improved by more than 10% (R 2 = 0.59 when using all genes; R 2 = 0.66, using 1,554 root-specifically expressed genes). Similarly, genes annotated as "gibberellic acid sensitivity" showed higher predictive ability than using all genes for root dry weight. Conclusions Our results highlight both the possibility and difficulty of selecting an appropriate gene subset to predict polygenic traits from transcript abundance, given the current biological knowledge and information. Further integration of multiple sources of information, as well as improvements in gene characterization, may enable the selection of an optimal gene set for the prediction of polygenic phenotypes.
Why it matches plant phenotyping methods遺伝子発現データから植物の複合形質を予測する統計的手法を開発・評価しており、形質予測モデルの性能比較が研究の中心である。
abstractTranscriptome-based prediction of complex phenotypes is a relatively new statistical method that links genetic variation to phenotypic variation.
Reproduction assets foundThe authors state that all analysis code for the transcriptome-based prediction study is publicly available on Figshare, which is a paper-specific, publicly actionable code asset. Phenotype data are only in a prior study's supplementary file and transcriptome data in GEO (GSE162313), which are cited prior deposits, notCode · publicw sequence data were deposited in the DNA Data Bank of Japan Sequence Read Archive in a previous study [27]. Transcriptome data are available from the Gene Expression Omnibus ( GSE162313 ) and phenotype data are available in the supplementary file of a previous study [28]. All codes for the data analysis are shown in Figshare ( https://doi.org/10.6084/m9.figshare.26067532.v1 ).
Declarations
Ethics approval and consent to participate
Not applicable.
Consent for publication
Not applicable.
Competing interests
The authors declare no competing interests.
Abbreviations
WRCOpen asset ↗Figshare · 10.6084/m9.figshare.26067532.v1lines:370-396Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Structural complexity refers to the three-dimensional arrangement and variability of both biotic and abiotic components of an ecosystem. Metrics that characterize structural complexity are often used to manage various aspects of ecosystem function, such as light transmittance, wildlife habitat, and biological diversity. Additionally, these metrics aid in evaluating resilience to disturbance events, including hurricanes, bark-beetle outbreaks, and wildfire. Recent advances in wildland fire modelling have facilitated the integration of forest structural complexity metrics into the QUIC-Fire model, enabling real-time prediction of fire spread and behaviour by simulating interactions between fire, weather, topography, and forest structure. While QUIC-Fire is designed to be highly adaptable, model performance depends on the availability and accuracy of local data inputs. Expanding the model's usability across different regions can be facilitated by the availability of more comprehensive and high-quality data. Thus, the primary goal behind the data products we developed was to establish a basis for collaborative research across various disciplines, particularly within the focal areas of the Southern Research Station, such as forestry, wildland fire, hydrology, soil science, and cultural resources at Bent Creek, Coweeta, Escambia, and Hitchiti Experimental Forests (EFs). Airborne laser scanning (ALS) was used to collect point-cloud data for each EF during the leaf-off season to minimize interference from foliage. Subsequent processing of the raw lidar data involved outlier detection and filtering, ground and non-ground classification, and the computation of a variety of metrics representing various aspects of topography and forest structure at both the pixel-level and the tree-level. Pixel-level topographic data products include: digital elevation model (DEM), slope, aspect, topographic position index (TPI), topographic roughness index (TRI), roughness, and flow direction. Forest structural-complexity metrics include canopy height, foliar height diversity (FHD), vertical distribution ratio (VDR), canopy rugosity, crown relief ratio (CRR), understory complexity index (UCI), vertical complexity index (VCI), canopy cover, mean vegetation height, and the standard deviation of vegetation height. Tree-level data products were computed from the point cloud using multiple algorithms to perform individual tree detection (ITD) and individual tree segmentation (ITS). The datasets have been harmonized and are openly accessible through the USDA Forest Service Research Data Archive.
Why it matches plant phenotyping methods航空レーザースキャンから樹冠高、植生高、樹冠構造、個体樹木を抽出した再利用可能なデータセットであり、植物の構造形質取得と処理が中心です。
abstractAirborne laser scanning (ALS) was used to collect point-cloud data for each EF during the leaf-off season
Reproduction assets foundThis Data in Brief article describes its own openly archived dataset: lidar-derived forest structural-complexity metrics (raster and vector products, including tree detection/segmentation outputs) for four experimental forests, deposited in the USFS Research Data Archive (RDS-2024-0019) with R processing code in theSupDataset · public−83.450054
Coweeta Experimental Forests: 31.007539, −87.078571
Escambia Experimental Forests: 33.057078, −83.679620
Hitchiti Experimental Forest: 35.484250, −82.633346
Data accessibility
Repository name: US Forest Service Research Data Archive
Data identification number:
https://doi.org/10.2737/RDS-2024-0019
Direct URL to data: https://www.fs.usda.gov/rds/archive/catalog/RDS-2024-0019
Raw ALS point-cloud data are located at https://app.box.com/s/4s3412g8mtky0hb6wb63a44epv08c22o
Related research article
none.
1.
Value of the Data
•Open asset ↗US Forest Service Research Data Archive · RDS-2024-0019lines:1-50Dataset · publicarch Station.
Bent Creek Experimental Forests: 35.050580, −83.450054
Coweeta Experimental Forests: 31.007539, −87.078571
Escambia Experimental Forests: 33.057078, −83.679620
Hitchiti Experimental Forest: 35.484250, −82.633346
Data accessibility
Repository name: US Forest Service Research Data Archive
Data identification number:
https://doi.org/10.2737/RDS-2024-0019
Direct URL to data: https://www.fs.usda.gov/rds/archive/catalog/RDS-2024-0019
Raw ALS point-cloud data are located at https://app.box.com/s/4s3412g8mtky0hb6wb63a44epv08c22o
Related research article
none.
1.
Value of the Data
•Open asset ↗US Forest Service Research Data Archive · RDS-2024-0019lines:1-50Dataset · publicean crown diameter. Additionally, the generalized additive model (GAM) that was developed from the inventory data was used to predict bole height at the tree-level.
Limitations
The size of the raw point-cloud data precluded storage on the USFS Research Data Archive. Therefore, this data is accessible for download from box.com ( https://app.box.com/s/4s3412g8mtky0hb6wb63a44epv08c22o ). Additionally, the volume of the point-cloud data may pose computational limitations.
Ethics Statement
The authors have read and follow the ethical requirements for publication in Data in Brief and confirm that the current work does not involve human subjects, animal experiments, or any data collected from sociaOpen asset ↗lines:420-434Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
We present a novel approach to genome-wide association studies (GWAS) by leveraging unstructured, spoken phenotypic descriptions to identify genomic regions associated with maize traits. Utilizing the Wisconsin Diversity panel, we collected spoken descriptions of Zea mays ssp. mays traits, converting these qualitative observations into quantitative data amenable to GWAS analysis. First, we determined that visually striking phenotypes could be detected from unstructured spoken phenotypic descriptions. Next, we developed two methods to process the same descriptions to derive the trait plant height, a well-characterized phenotypic feature in maize: (1) a semantic similarity metric that assigns a score based on the resemblance of each observation to the concept of 'tallness' and (2) a manual scoring system that categorizes and assigns values to phrases related to plant height. Our analysis successfully corroborated known genomic associations and uncovered novel candidate genes potentially linked to plant height. Some of these genes are associated with gene ontology terms that suggest a plausible involvement in determining plant stature. This proof-of-concept demonstrates the viability of spoken phenotypic descriptions in GWAS and introduces a scalable framework for incorporating unstructured language data into genetic association studies. This methodology has the potential not only to enrich the phenotypic data used in GWAS and to enhance the discovery of genetic elements linked to complex traits but also to expand the repertoire of phenotype data collection methods available for use in the field environment.
Why it matches plant phenotyping methods非構造化音声による植物表現型記述を定量化し、草丈を推定する手法を開発・実証した研究であり、表現型取得・抽出法が中心である。
abstractWe present a novel approach to genome-wide association studies (GWAS) by leveraging unstructured, spoken phenotypic descriptions to identify genomic regions associated with maize traits.
Reproduction assets foundThe paper's Data Availability statement provides public CyVerse and figshare deposits containing the authors' analysis code, the spoken-phenotype/phenotypic dataset, and the genotypic input data used for the GWAS analyses.Code · publicCode to recreate the analysis in this manuscript is available at CyVerse Data Commons from ( Yanarella et al . 2023b ) and can be accessed from: https://datacommons.cyverse.org/browse/iplant/home/shared/commons_repo/curated/Carolyn_Lawrence_Dill_Maize_WiDiv_Association_Studies_Dataset_September_2023 . The deidentified spoken data described in this manuscript is exempted by Iowa State University’s Institutional Review Board (IRB ID: 21-179-00). Phenotypic data was obtained from ( Yanarella et al . 2023a ) and is available from: https://datacommons.cyverse.org/browse/iplant/home/shared/commons_repo/curated/Carolyn_Lawrence_DOpen asset ↗CyVerse Data Commons · Carolyn_Lawrence_Dill_Maize_WiDiv_Association_Studies_Dataset_September_2023lines:526-547Dataset · publiccommons_repo/curated/Carolyn_Lawrence_Dill_Maize_WiDiv_Association_Studies_Dataset_September_2023 . The deidentified spoken data described in this manuscript is exempted by Iowa State University’s Institutional Review Board (IRB ID: 21-179-00). Phenotypic data was obtained from ( Yanarella et al . 2023a ) and is available from: https://datacommons.cyverse.org/browse/iplant/home/shared/commons_repo/curated/Carolyn_Lawrence_Dill_Maize_WiDiv_Summer_2021_Dataset_June_2023 . Genotypic data was obtained from ( Mural et al . 2022b , 2022a ) and can be accessed from: https://figshare.com/articles/dataset/Maize_WiDiv_SAM_1051Genotype_vcf_gz_genotype_file/19175888/1 . Gene Ontology data was obtained fOpen asset ↗Carolyn_Lawrence_Dill_Maize_WiDiv_Summer_2021_Dataset_June_2023lines:526-547Dataset · public179-00). Phenotypic data was obtained from ( Yanarella et al . 2023a ) and is available from: https://datacommons.cyverse.org/browse/iplant/home/shared/commons_repo/curated/Carolyn_Lawrence_Dill_Maize_WiDiv_Summer_2021_Dataset_June_2023 . Genotypic data was obtained from ( Mural et al . 2022b , 2022a ) and can be accessed from: https://figshare.com/articles/dataset/Maize_WiDiv_SAM_1051Genotype_vcf_gz_genotype_file/19175888/1 . Gene Ontology data was obtained from ( Wimalanathan and Lawrence-Dill 2017 ) and is available from https://datacommons.cyverse.org/browse/iplant/home/shared/commons_repo/curated/Carolyn_Lawrence-Dill_maize-GAMER_maize.B73_RefGen_v4_Zm00001d.2_Oct_2017.r1 .
SupplementalOpen asset ↗figshare · Maize_WiDiv_SAM_1051Genotype_vcf_gz_genotype_file/19175888lines:526-547Code / dataset availability confirmedCrossref · Europe PMC · checked 7 Sept 2026
Background Plant height is a significant indicator of maize phenotypic morphology, and is closely related to crop growth, biomass, and lodging resistance. Obtaining the maize plant height accurately is of great significance for cultivating high-yielding maize varieties. Traditional measurement methods are labor-intensive and not conducive to data recording and storage. Therefore, it is very essential to implement the automated reading of maize plant height from measurement scales using object detection algorithms. Method This study proposed a lightweight detection model based on the improved YOLOv5. The MobileNetv3 network replaced the YOLOv5 backbone network, and the Normalization-based Attention Module attention mechanism module was introduced into the neck network. The CioU loss function was replaced with the EioU loss function. Finally, a combined algorithm was used to achieve the automatic reading of maize plant height from measurement scales. Results The improved model achieved an average precision of 98.6%, a computational complexity of 1.2 GFLOPs, and occupied 1.8 MB of memory. The detection frame rate on the computer was 54.1 fps. Through comparisons with models such as YOLOv5s, YOLOv7 and YOLOv8s, it was evident that the comprehensive performance of the improved model in this study was superior. Finally, a comparison between the algorithm’s 160 plant height data obtained from the test set and manual readings demonstrated that the relative error between the algorithm’s results and manual readings was within 0.2 cm, meeting the requirements of automatic reading of maize height measuring scale.
Why it matches plant phenotyping methodsトウモロコシの草丈という植物形質を画像・物体検出で自動推定する手法を開発し、既存モデルとの比較および手動測定による検証を行っており、フェノタイピング手法が中心である。
abstractTherefore, it is very essential to implement the automated reading of maize plant height from measurement scales using object detection algorithms.
Reproduction assets foundThe authors deposited the paper's maize plant height measuring scale image dataset on figshare, explicitly linked in the Data Availability statement. Supplemental detection code and model configuration exist but their URLs are not among the allowed URLs, so only the figshare dataset is reported.Dataset · publicThe data is available at figshare: Li, Joish (2023). Maize plant height measuring scale data set. figshare. Figure. https://doi.org/10.6084/m9.figshare.24547165.v1 .Open asset ↗figshare · 10.6084/m9.figshare.24547165.v1lines:445-552Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 7 Sept 2026
Introduction In strawberry farming, phenotypic traits (such as crown diameter, petiole length, plant height, flower, leaf, and fruit size) measurement is essential as it serves as a decision-making tool for plant monitoring and management. To date, strawberry plant phenotyping has relied on traditional approaches. In this study, an image-based Strawberry Phenotyping Tool (SPT) was developed using two deep-learning (DL) architectures, namely “YOLOv4” and “U-net” integrated into a single system. We aimed to create the most suitable DL-based tool with enhanced robustness to facilitate digital strawberry plant phenotyping directly at the natural scene or indirectly using captured and stored images. Methods Our SPT was developed primarily through two steps (subsequently called versions) using image data with different backgrounds captured with simple smartphone cameras. The two versions (V1 and V2) were developed using the same DL networks but differed by the amount of image data and annotation method used during their development. For V1, 7,116 images were annotated using the single-target non-labeling method, whereas for V2, 7,850 images were annotated using the multitarget labeling method. Results The results of the held-out dataset revealed that the developed SPT facilitates strawberry phenotype measurements. By increasing the dataset size combined with multitarget labeling annotation, the detection accuracy of our system changed from 60.24% in V1 to 82.28% in V2. During the validation process, the system was evaluated using 70 images per phenotype and their corresponding actual values. The correlation coefficients and detection frequencies were higher for V2 than for V1, confirming the superiority of V2. Furthermore, an image-based regression model was developed to predict the fresh weight of strawberries based on the fruit size (R2 = 0.92). Discussion The results demonstrate the efficiency of our system in recognizing the aforementioned six strawberry phenotypic traits regardless of the complex scenario of the environment of the strawberry plant. This tool could help farmers and researchers make accurate and efficient decisions related to strawberry plant management, possibly causing increased productivity and yield potential.
Why it matches plant phenotyping methods画像ベースでイチゴの複数形質を抽出・測定する深層学習ツールを開発し、精度と実測値との相関を検証しており、植物表現型取得手法が研究の中心である。
abstractIn this study, an image-based Strawberry Phenotyping Tool (SPT) was developed using two deep-learning (DL) architectures, namely “YOLOv4” and “U-net” integrated into a single system.
Reproduction assets foundThe authors publicly released the strawberry image datasets, annotations, and trained YOLOv4/U-net deep-learning models (SPT V1/V2) on GitHub, and deployed the V2 tool as a web service. Both are paper-specific, public, and actionable.Dataset · publicThe images, annotation results and DL models subjected to V1 and V2 of STP are available at https://github.com/kist-smartfarm/SPT .Open asset ↗kist-smartfarm/SPTlines:355-404Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
The evaluation of plant and animal growth, separately for genetic and environmental effects, is necessary for genetic understanding and genetic improvement of environmental responses of plants and animals. We propose to extend an existing approach that combines nonlinear mixed-effects model (NLMEM) and the stochastic approximation of the Expectation-Maximization algorithm (SAEM) to analyze genetic and environmental effects on plant growth. These tools are widely used in many fields but very rarely in plant biology. During model formulation, a nonlinear function describes the shape of growth, and random effects describe genetic and environmental effects and their variability. Genetic relationships among the varieties were also integrated into the model using a genetic relationship matrix. The SAEM algorithm was chosen as an efficient alternative to MCMC methods, which are more commonly used in the domain. It was implemented to infer the expected growth patterns in the analyzed population and the expected curves for each variety through a maximum-likelihood and a maximum-a-posteriori approaches, respectively. The obtained estimates can be used to predict the growth curves for each variety. We illustrate the strengths of the proposed approach using simulated data and soybean plant growth data obtained from a soybean cultivation experiment conducted at the Arid Land Research Center, Tottori University. In this experiment, plant height was measured daily using drones, and the growth was monitored for approximately 200 soybean cultivars for which whole-genome sequence data were available. The NLMEM approach improved our understanding of the determinants of soybean growth and can be successfully used for the genomic prediction of growth pattern characteristics.
Why it matches plant phenotyping methods植物成長を対象に、遺伝・環境効果を分離し、品種別の成長曲線を推定するNLMEM/SAEM手法を中心的に提案・適用しているため、成長形質の計算的推定に該当する。
abstractWe propose to extend an existing approach that combines nonlinear mixed-effects model (NLMEM) and the stochastic approximation of the Expectation-Maximization algorithm (SAEM) to analyze genetic and environmental effects on plant growth.
Reproduction assets foundThe authors state that all materials, including the real soybean UAV-derived plant-height phenotype data, are publicly available in their GitHub repository, which also contains the analysis code for the NLMEM/SAEM approach.Dataset · publics proposed in this study could genetically model the growth patterns of plants and animals, and help to understand, control, and predict their inheritance. The method proposed in this study is scalable to larger data sets owing to its computational speed. The codes for the method and the data used in this study are available at https://github.com/madelattre/Scripts-soybean-paper and can be extended according to the conditions of the application in each research project.
Supporting information
S1 File
The section entitled “Algorithmic details” describes the SAEM algorithm key distributions and the algorithm steps for both parameter estimation (Algorithm A) and genetic effects prediction (AlgoOpen asset ↗madelattre/Scripts-soybean-paperlines:207-227Code / dataset availability confirmedEurope PMC · checked 13 Sept 2026
Feeding the increasing global population and reducing the carbon footprint of agricultural activities are two critical challenges of our century. Growing crops under protected horticulture and precise crop monitoring have emerged to address these challenges. Crop monitoring in commercial protected facilities remains mostly manual and labour intensive. Using computer vision to solve specific problems in image-based crop monitoring in these compact and complex growth environments is currently hindered by the scarcity of available data. We collected an RGBD dataset for vertically supported, hydroponically-grown capsicum plants in a commercial-scale glasshouse facility to fill this gap. Data were collected weekly using a single top-angled stereo camera mounted on a mobile platform running between the hydroponic gutters. The RGBD streams covered 80 % of the crop growing season in three different light conditions. The metadata include camera configurations and light condition information. Manually measured plant heights of ten selected plants per gutter are provided as ground truth. The images covered the whole plants and focused on the top third. This dataset will support research on plant height estimation, plant organ identification, object segmentation, organ measurements, 3D reconstruction, 3D data processing, and depth noise reduction. The usability of the dataset has been successfully demonstrated in a previously published study on plant height estimation using machine learning and 3D point cloud.
Why it matches plant phenotyping methods植物の草丈推定や器官計測を目的としたRGBD画像データセットを構築し、地上真値も提供しているため、植物フェノタイピング手法・データセットが中心です。
abstractWe collected an RGBD dataset for vertically supported, hydroponically-grown capsicum plants in a commercial-scale glasshouse facility to fill this gap.
Reproduction assets foundThis data article directly deposits its paper-specific phenotyping assets: the PC4C_CAPSI RGBD image dataset (Rosbag streams, JSON metadata, manual plant-height ground truth) on the Western Sydney University ResearchDirect repository, and the authors' RGBD processing code (image extraction, depth correction, 3D reconssDataset · publicData accessibility
Repository name: Image Data of Capsicum Plant Growth in Protected Horticulture: PC4C_CAPSI. [ 1 ]
Data identification number: 10.26183/1A0R-E318
Direct URL to data: https://rds.westernsydney.edu.au/Institutes/HIE/2024/Jayasuriya_N/Open asset ↗rds.westernsydney.edu.aulines:1-40Code / dataset availability confirmedEurope PMC · OpenAlex · Crossref · checked 7 Sept 2026
Field-based phenomic prediction employs novel features, like vegetation indices (VIs) from drone images, to predict key agronomic traits in maize, despite challenges in matching biomarker measurement time points across years or environments. This study utilized functional principal component analysis (FPCA) to summarize the variation of temporal VIs, uniquely allowing the integration of this data into phenomic prediction models tested across multiple years (2018-2021) and environments. The models, which included 1 genomic, 2 phenomic, 2 multikernel, and 1 multitrait type, were evaluated in 4 prediction scenarios (CV2, CV1, CV0, and CV00), relevant for plant breeding programs, assessing both tested and untested genotypes in observed and unobserved environments. Two hybrid populations (415 and 220 hybrids) demonstrated the visible atmospherically resistant index's strong temporal correlation with grain yield (up to 0.59) and plant height. The first 2 FPCAs explained 59.3 ± 13.9% and 74.2 ± 9.0% of the temporal variation of temporal data of VIs, respectively, facilitating predictions where flight times varied. Phenomic data, particularly when combined with genomic data, often were comparable to or numerically exceeded the base genomic model in prediction accuracy, particularly for grain yield in untested hybrids, although no significant differences in these models' performance were consistently observed. Overall, this approach underscores the effectiveness of FPCA and combined models in enhancing the prediction of grain yield and plant height across environments and diverse agricultural settings.
Why it matches plant phenotyping methodsドローン画像由来の時系列植生指数をFPCAで要約し、穀粒収量・草丈予測へ統合するフェノタイピング手法と予測モデルを複数年・環境で評価しており、表現型取得・抽出と技術的評価が中心である。
titleField-based high-throughput phenotyping enhances phenomic and genomic predictions for grain yield and plant height across years in maize
Reproduction assets foundThe authors deposited a public figshare archive ('Data.zip') containing the paper's phenomic FPCA result files, plant height and grain yield BLUEs, genomic numerical files, and the R prediction/FPCA code needed to reproduce the analysis.Dataset · publicData are available at figshare: https://doi.org/10.25387/g3.24657666 .Open asset ↗figshare · 10.25387/g3.24657666lines:273-291Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Precision farming has been developing with the intention of identifying within field variability to adjust management strategies and maximize end of season yield and profitability and minimize negative environmental impacts. The development of quick, easy, and low cost methods to quantify field level variation is essential to successful implementation of precision agriculture at scale. Temporal plant height and growth rates collected with unoccupied aerial vehicles mounted with red, green, blue sensors have the potential to predict end of season grain yield, which could facilitate mid-season management decisions. Image-based plant height data was collected weekly from commercial maize fields in three growing seasons to assess variation within fields and the relationship with grain yield variation. Plant height, growth rate, and grain yield had variable relationships depending on the time point and growth environment. Models developed using temporal traits predicted grain yield variation within a commercial field up to r = 0.7, though insufficient water affected the prediction accuracy in one field due to the limited representation of drought environments in the model development. In the future, with more data from stress environments, such as drought, this method has potential for high accuracy grain yield prediction across a range of environmental conditions. This study demonstrates the potential of using unoccupied aerial vehicles to derive vegetative growth patterns and model within field variations, and has application in making mid-season management decisions.
Why it matches plant phenotyping methodsUAV画像から植物高と成長率を抽出し、時系列形質による圃場内収量変動予測を評価しており、植物表現型の取得・解析手法が研究の中心です。
abstractTemporal plant height and growth rates collected with unoccupied aerial vehicles mounted with red, green, blue sensors have the potential to predict end of season grain yield
Reproduction assets foundThe paper explicitly states that all analysis scripts are on GitHub and all UAV-derived phenotypic data (plot heights, vegetative indices, orthomosaics, DEMs, plot boundaries, masks, manual heights, yield, weather) are deposited in DRUM with a DOI.Code · publicAll of the scripts and files used to generate and analyze data are available on GitHub at
https://github.com/HirschLabUMN/Production_Drone_Height.git.Open asset ↗HirschLabUMN/Production_Drone_Heightpdf-page:17 lines:1-56Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
Sesame (Sesamum indicum) is an important oilseed crop with rising demand owing to its nutritional and health benefits. There is an urgent need to develop and integrate new genomic-based breeding strategies to meet these future demands. While genomic resources have advanced genetic research in sesame, the implementation of high-throughput phenotyping and genetic analysis of longitudinal traits remains limited. Here, we combined high-throughput phenotyping and random regression models to investigate the dynamics of plant height, leaf area index, and five spectral vegetation indices throughout the sesame growing seasons in a diversity panel. Modeling the temporal phenotypic and additive genetic trajectories revealed distinct patterns corresponding to the sesame growth cycle. We also conducted longitudinal genomic prediction and association mapping of plant height using various models and cross-validation schemes. Moderate prediction accuracy was obtained when predicting new genotypes at each time point, and moderate to high values were obtained when forecasting future phenotypes. Association mapping revealed three genomic regions in linkage groups 6, 8, and 11, conferring trait variation over time and growth rate. Furthermore, we leveraged correlations between the temporal trait and seed-yield and applied multi-trait genomic prediction. We obtained an improvement over single-trait analysis, especially when phenotypes from earlier time points were used, highlighting the potential of using a high-throughput phenotyping platform as a selection tool. Our results shed light on the genetic control of longitudinal traits in sesame and underscore the potential of high-throughput phenotyping to detect a wide range of traits and genotypes that can inform sesame breeding efforts to enhance yield.
Why it matches plant phenotyping methods高スループット表現型プラットフォームによる時系列の植物形質取得が研究の中心的データ基盤であり、複数形質の縦断測定と予測への応用を評価している。
abstractwe combined high-throughput phenotyping and random regression models to investigate the dynamics of plant height, leaf area index, and five spectral vegetation indices throughout the sesame growing seasons
Reproduction assets foundThe paper's Data Availability Statement points to a public figshare deposit containing all phenotypic data (temporal HTP traits: plant height, LAI, spectral vegetation indices), genomic data, and GWAS results for this sesame study. No author analysis code repository is explicitly deposited.Dataset · publicfor longitudinal traits derived from single time points (green) and random regression (orange) analysis.
Figure S3 . Phenotypic (green) and genetic (orange) correlations between longitudinal traits at each time point and seed‐yield.
Data Availability Statement
All phenotypic data, genomic data, and GWAS results can be found at https://doi.org/10.6084/m9.figshare.24961491 .Open asset ↗figshare · 10.6084/m9.figshare.24961491lines:1055-1061Code / dataset availability confirmedOpenAlex · checked 15 Sept 2026
Published23 May 2024Forestry An International Journal of Forest ResearchCited by 45 · OpenAlex ↗
Abstract Accurate and efficient forest inventories are essential for effective forest management and conservation. The advent of ground-based remote sensing has revolutionized the data acquisition process, enabling detailed and precise 3D measurements of forested areas. Several algorithms and methods have been developed in the last years to automatically derive tree metrics from such terrestrial/ground-based point clouds. However, few attempts have been made to make these automatic tree metrics algorithms accessible to wider audiences by producing software solutions that implement these methods. To fill this major gap, we have developed 3DFin, a novel free software program designed for user-friendly, automatic forest inventories using ground-based point clouds. 3DFin empowers users to automatically compute key forest inventory parameters, including tree Total Height, Diameter at Breast Height (DBH), and tree location. To enhance its user-friendliness, the program is open-access, cross-platform, and available as a plugin in CloudCompare and QGIS as well as a standalone in Windows. 3DFin capabilities have been tested with Terrestrial Laser Scanning, Mobile Laser Scanning, and terrestrial photogrammetric point clouds from public repositories across different forest conditions, achieving nearly full completeness and correctness in tree mapping and highly accurate DBH estimations (root mean squared error <2 cm, bias <1 cm) in most scenarios. In these tests, 3DFin demonstrated remarkable efficiency, with processing times ranging from 2 to 7 min per plot. The software is freely available at: https://github.com/3DFin/3DFin.
Why it matches plant phenotyping methods森林個体の樹高・胸高直径などの植物形質を点群から自動抽出するソフトウェアの開発と技術検証が中心であり、植物フェノタイピング手法に該当する。
abstractwe have developed 3DFin, a novel free software program designed for user-friendly, automatic forest inventories using ground-based point clouds.
Reproduction assets foundThe paper's DBH/tree-metric analysis was run on the public SilviLaser 2021 Benchmark Dataset (TU Wien Research Data, DOI 10.48436/afdjq-ce434), and the authors' analysis software 3DFin is publicly available (GitHub releases, CloudCompare plugin, PyPI). Both are paper-specific, public, and actionable.Dataset · publicoptimized presets that facilitate the
effective application of 3DFin in various forest inventory scenarios. Data availability
Another direction for the research linked to 3DFin is the devel-
The data underlying this article are available in TU Wien Research
opment of a complementary software tool focused on the seman-
Data, at https://doi.org/10.48436/afdjq-ce434.
tic segmentation of point clouds into different vegetation struc-
tures. This tool will build upon the capabilities of 3DFin, employing
advanced deep learning techniques to distinguish between var- References
ious types of vegetation elements within a forested scene. The
Bentley JL. Multidimensional binary search trees used foOpen asset ↗10.48436/afdjq-ce434pdf-layout-page:17 lines:1-66Code · publichines as a plugin
in CloudCompare via the CloudCompare PythonRuntime (Montaigu,
2024). The latest alpha-version of CloudCompare (version 2.13.1,
March 2024) including the 3DFin plugin can be downloaded from
the official site https://www.danielgm.net/cc/release/. 3DFin is
also downloadable on Windows as a standalone program from
https://github.com/3DFin/3DFin/releases. Additionally, 3DFin
and its dependencies may be installed and launched on any
OS (Windows, Linux and macOS) as a Python package, available
in PyPI. A script entry point is also installed by pip in Python
installation’s bin | script directory. This enables launching 3DFin’s
GUI from the command line, which avoids the need to wrOpen asset ↗pdf-raw-page:7 lines:1-72Code / dataset availability confirmedOpenAlex · checked 15 Sept 2026
Published23 May 2024International Journal of Applied Earth Observation and GeoinformationCited by 9 · OpenAlex ↗
In smallholder areas, the abandonment of orchards is a recent phenomenon with socioeconomic and environmental consequences. Biomass estimation and monitoring of these areas is essential to analyze their influence on the CO2 balance and to quantify carbon pools. In the current context of energy supply uncertainties and considering the demanding use of alternative energy sources, the quantification of fruit tree biomass in abandoned areas is a question of great interest. In this study, the above biomass of abandoned orange trees was estimated using tree parameters calculated from 3D points derived from images captured by a UAV and applying the Structure from Motion (SfM) technique. From these data, a canopy height model was calculated and used to apply a developed crown contour detection algorithm. Using this information and 3D points, the tree parameters crown area, crown diameter, crown length, maximum tree height, minimum tree height, mean and standard deviation of crown point heights were calculated for a set of 36 felled and weighted orange trees. Stepwise regression was used to estimate the above biomass values. All previously reported variables were included. The crown area parameter produced the most accurate model with R2, RMSE and RMSE % values of 0.85, 10.165 kg and 19.56 %, respectively. These results demonstrate the potential of UAV-SfM-derived 3D point clouds to estimate the above-ground biomass of abandoned fruit trees, relevant information for environmental analysis and biofuel energy production.
Why it matches plant phenotyping methodsUAV-SfMによる3D画像から樹冠形状・樹高などの植物形質を抽出し、樹冠検出アルゴリズムと回帰モデルで個体バイオマスを推定する方法が中心である。
abstractthe above biomass of abandoned orange trees was estimated using tree parameters calculated from 3D points derived from images captured by a UAV and applying the Structure from Motion (SfM) technique
Reproduction assets foundThe article's 'Research data' section states that the point cloud, crown delineation source code, reference data, and tree parameters are publicly available in a Mendeley Data repository (doi:10.17632/j3k2mctbnv.1). This is a paper-specific, public, actionable asset. Note: the Mendeley DOI itself is not in the allowed-Dataset · publicThe dataset containing point cloud, source code for crown delinea
tion, reference data, and parameters of abandoned orange groves, is
available for download from Mendeley data repository doi: 10
.17632/j3k2mctbnv.1.Open asset ↗Mendeley data repositorypdf-raw-page:9 lines:1-76Code / dataset availability confirmedEurope PMC · OpenAlex · checked 14 Sept 2026
With the threshold for crop growth data collection having been markedly decreased by sensor miniaturization and cost reduction, unmanned aerial vehicle (UAV)-based low-altitude remote sensing has shown remarkable advantages in field phenotyping experiments. However, the requirement of interdisciplinary knowledge and the complexity of the workflow have seriously hindered researchers from extracting plot-level phenotypic data from multisource and multitemporal UAV images. To address these challenges, we developed the Integrated High-Throughput Universal Phenotyping (IHUP) software as a data producer and study accelerator that included 4 functional modules: preprocessing, data extraction, data management, and data analysis. Data extraction and analysis requiring complex and multidisciplinary knowledge were simplified through integrated and automated processing. Within a graphical user interface, users can compute image feature information, structural traits, and vegetation indices (VIs), which are indicators of morphological and biochemical traits, in an integrated and high-throughput manner. To fulfill data requirements for different crops, extraction methods such as VI calculation formulae can be customized. To demonstrate and test the composition and performance of the software, we conducted case-related rice drought phenotype monitoring experiments. In combination with a rice leaf rolling score predictive model, leaf rolling score, plant height, VIs, fresh weight, and drought weight were efficiently extracted from multiphase continuous monitoring data. Despite the significant impact of image processing during plot clipping on processing efficiency, the software can extract traits from approximately 500 plots/min in most application cases. The software offers a user-friendly graphical user interface and interfaces for customizing or integrating various feature extraction algorithms, thereby significantly reducing barriers for nonexperts. It holds the promise of significantly accelerating data production in UAV phenotyping experiments.
Why it matches plant phenotyping methodsUAV画像から形態・生理関連形質を抽出・解析する統合ソフトウェア基盤の開発と性能実証が中心であり、植物フェノタイピング手法として明確に適格です。
abstractwe developed the Integrated High-Throughput Universal Phenotyping (IHUP) software as a data producer and study accelerator that included 4 functional modules: preprocessing, data extraction, data management, and data analysis.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe IHUP software developed in this study is available from https://drive.google.com/uc?export=download&id=1aZalN0yqli9l2pqyQAPK0IiACs7UhrHF . For further usage details, please contact the corresponding author.Open asset ↗lines:510-674Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
The architecture of apple trees plays a pivotal role in shaping their growth and fruit-bearing potential, forming the foundation for precision apple management. Traditionally, 2D imaging technologies were employed to delineate the architectural traits of apple trees, but their accuracy was hampered by occlusion and perspective ambiguities. This study aimed to surmount these constraints by devising a 3D geometry-based processing pipeline for apple tree structure segmentation and architectural trait characterization, utilizing point clouds collected by a terrestrial laser scanner (TLS). The pipeline consisted of four modules: (a) data preprocessing module, (b) tree instance segmentation module, (c) tree structure segmentation module, and (d) architectural trait extraction module. The developed pipeline was used to analyze 84 trees of two representative apple cultivars, characterizing architectural traits such as tree height, trunk diameter, branch count, branch diameter, and branch angle. Experimental results indicated that the established pipeline attained an R 2 of 0.92 and 0.83, and a mean absolute error (MAE) of 6.1 cm and 4.71 mm for tree height and trunk diameter at the tree level, respectively. Additionally, at the branch level, it achieved an R 2 of 0.77 and 0.69, and a MAE of 6.86 mm and 7.48° for branch diameter and angle, respectively. The accurate measurement of these architectural traits can enable precision management in high-density apple orchards and bolster phenotyping endeavors in breeding programs. Moreover, bottlenecks of 3D tree characterization in general were comprehensively analyzed to reveal future development.
Why it matches plant phenotyping methodsTLS点群を用いて樹体構造を分割し、樹高・幹径・枝数・枝径・枝角度を抽出する3D表現型計測パイプラインの開発と精度評価が中心である。
abstractThis study aimed to surmount these constraints by devising a 3D geometry-based processing pipeline for apple tree structure segmentation and architectural trait characterization, utilizing point clouds collected by a terrestrial laser scanner (TLS).
Reproduction assets foundThe paper's AppleQSM pipeline source code is explicitly stated as publicly available on the authors' GitHub repository. Raw TLS point cloud data are only available upon reasonable request, so they do not qualify as a public asset. TreeQSM and FLIP_main repositories are cited prior work/tools, not paper-specific assets.Code · publicThe source code is available at the project GitHub repository ( https://github.com/suptimq/Apple_Crop_Potential_Prediction/tree/master ). Raw data used in this study will be shared upon reasonable request.Open asset ↗https://github.com/suptimq/Apple_Crop_Potential_Prediction/tree/masterlines:293-327Code / dataset availability confirmedEurope PMC · OpenAlex · checked 14 Sept 2026
Design randomizations and spatial corrections have increased understanding of genotypic, spatial, and residual effects in field experiments, but precisely measuring spatial heterogeneity in the field remains a challenge. To this end, our study evaluated approaches to improve spatial modeling using high-throughput phenotypes (HTP) via unoccupied aerial vehicle (UAV) imagery. The normalized difference vegetation index was measured by a multispectral MicaSense camera and processed using ImageBreed. Contrasting to baseline agronomic trait spatial correction and a baseline multitrait model, a two-stage approach was proposed. Using longitudinal normalized difference vegetation index data, plot level permanent environment effects estimated spatial patterns in the field throughout the growing season. Normalized difference vegetation index permanent environment were separated from additive genetic effects using 2D spline, separable autoregressive models, or random regression models. The Permanent environment were leveraged within agronomic trait genomic best linear unbiased prediction either modeling an empirical covariance for random effects, or by modeling fixed effects as an average of permanent environment across time or split among three growth phases. Modeling approaches were tested using simulation data and Genomes-to-Fields hybrid maize (Zea mays L.) field experiments in 2015, 2017, 2019, and 2020 for grain yield, grain moisture, and ear height. The two-stage approach improved heritability, model fit, and genotypic effect estimation compared to baseline models. Electrical conductance and elevation from a 2019 soil survey significantly improved model fit, while 2D spline permanent environment were most strongly correlated with the soil parameters. Simulation of field effects demonstrated improved specificity for random regression models. In summary, the use of longitudinal normalized difference vegetation index measurements increased experimental accuracy and understanding of field spatio-temporal heterogeneity.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像から得た縦断的NDVIを植物・圃場プロットの表現型として用い、空間・時系列モデリング手法を提案・評価しており、表現型取得と解析ワークフローが研究の中心です。
abstractour study evaluated approaches to improve spatial modeling using high-throughput phenotypes (HTP) via unoccupied aerial vehicle (UAV) imagery.
Reproduction assets foundThe paper's maize field phenotype datasets (2015, 2017, 2019, 2020 G2F hybrid experiments) are publicly available via G2F DOIs. The genotypic SNP dataset DOI was excluded as molecular omics data; image data are said to be in the supplement but without a public URL.Dataset · publicn Johnson, Seth Murray, Jacob Washburn, Filipe I. Matias, Annarita Marrano, and Felipe Sabadin for their help and suggestions on the image processing pipeline and the research more broadly.
Data availability
This study used phenotypic data of hybrid maize ( Z. mays L.) field experiments part of the G2F program planted in 2015 ( https://doi.org/10.25739/erxg-yn49 ), 2017 ( https://doi.org/10.25739/w560-2114 ), 2019 ( https://doi.org/10.25739/t651-yy97 ), and 2020 ( https://doi.org/10.25739/hzzs-a865 ), named 2015_NYH2, 2017_NYH2, 2019_NYH2, and 2020_NYH2, respectively. The genotypic SNP marker data was also from the G2F program ( https://doi.org/10.25739/frmv-wj25 ). The collected imageOpen asset ↗10.25739/erxg-yn49lines:427-461Dataset · publice I. Matias, Annarita Marrano, and Felipe Sabadin for their help and suggestions on the image processing pipeline and the research more broadly.
Data availability
This study used phenotypic data of hybrid maize ( Z. mays L.) field experiments part of the G2F program planted in 2015 ( https://doi.org/10.25739/erxg-yn49 ), 2017 ( https://doi.org/10.25739/w560-2114 ), 2019 ( https://doi.org/10.25739/t651-yy97 ), and 2020 ( https://doi.org/10.25739/hzzs-a865 ), named 2015_NYH2, 2017_NYH2, 2019_NYH2, and 2020_NYH2, respectively. The genotypic SNP marker data was also from the G2F program ( https://doi.org/10.25739/frmv-wj25 ). The collected image data from 2015, 2017, 2019, and 2020 are avaOpen asset ↗10.25739/w560-2114lines:427-461Dataset · publicadin for their help and suggestions on the image processing pipeline and the research more broadly.
Data availability
This study used phenotypic data of hybrid maize ( Z. mays L.) field experiments part of the G2F program planted in 2015 ( https://doi.org/10.25739/erxg-yn49 ), 2017 ( https://doi.org/10.25739/w560-2114 ), 2019 ( https://doi.org/10.25739/t651-yy97 ), and 2020 ( https://doi.org/10.25739/hzzs-a865 ), named 2015_NYH2, 2017_NYH2, 2019_NYH2, and 2020_NYH2, respectively. The genotypic SNP marker data was also from the G2F program ( https://doi.org/10.25739/frmv-wj25 ). The collected image data from 2015, 2017, 2019, and 2020 are available in the Supplemental section of this maOpen asset ↗10.25739/t651-yy97lines:427-461Dataset · publicprocessing pipeline and the research more broadly.
Data availability
This study used phenotypic data of hybrid maize ( Z. mays L.) field experiments part of the G2F program planted in 2015 ( https://doi.org/10.25739/erxg-yn49 ), 2017 ( https://doi.org/10.25739/w560-2114 ), 2019 ( https://doi.org/10.25739/t651-yy97 ), and 2020 ( https://doi.org/10.25739/hzzs-a865 ), named 2015_NYH2, 2017_NYH2, 2019_NYH2, and 2020_NYH2, respectively. The genotypic SNP marker data was also from the G2F program ( https://doi.org/10.25739/frmv-wj25 ). The collected image data from 2015, 2017, 2019, and 2020 are available in the Supplemental section of this manuscript.
Supplemental material available at GENEOpen asset ↗10.25739/hzzs-a865lines:427-461Code / dataset availability confirmedOpenAlex · checked 13 Sept 2026
Forests are a vital source of food, fuel, and medicine and play a crucial role in climate change mitigation. Strategic and policy decisions on forest management and conservation require accurate and up-to-date information on available forest resources. Forest inventory data such as tree parameters, heights, and crown diameters must be collected and analysed to monitor forests effectively. Traditional manual techniques are slow and labour-intensive, requiring additional personnel, while existing non-contact methods are costly, computationally intensive, or less accurate. Kenya plans to increase its forest cover to 30% by 2032 and establish a national forest monitoring system. Building capacity in forest monitoring through innovative field data collection technologies is encouraged to match the pace of increase in forest cover. This study explored the applicability of low-cost, non-contact tree inventory based on stereoscopic photogrammetry in a recently reforested stand in Kieni Forest, Kenya. A custom-built stereo camera was used to capture images of 251 trees in the study area from which the tree heights and crown diameters were successfully extracted quickly and with high accuracy. The results imply that stereoscopic photogrammetry is an accurate and reliable method that can support the national forest monitoring system and REDD+ implementation.
Why it matches plant phenotyping methodsステレオ写真測量を用いて樹高と樹冠径を非接触で抽出し、精度と信頼性を評価しているため、植物形質取得手法が研究の中心です。
abstractThis study explored the applicability of low-cost, non-contact tree inventory based on stereoscopic photogrammetry
Reproduction assets foundThe paper's Data Availability Statement explicitly states that the supporting data and software code for the stereoscopic photogrammetry tree inventory (tree height, crown diameter, DBH extraction from stereo images of 251 trees in Kieni Forest) are publicly available on the authors' GitHub repository DeKUT-DSAIL/TreeVCode · publicData Availability Statement: The data that support the findings of this study, as well as the software
code, are publicly available on GitHub: https://github.com/DeKUT-DSAIL/TreeVision (accessed on
11 August 2023).Open asset ↗DeKUT-DSAIL/TreeVisionpdf-page:11 lines:1-61Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Background In soybeans, faster canopy coverage (CC) is a highly desirable trait but a fully covered canopy is unfavorable to light interception at lower levels in the canopy with most of the incident radiation intercepted at the top of the canopy. Shoot architecture that influences CC is well studied in crops such as maize and wheat, and altering architectural traits has resulted in enhanced yield. However, in soybeans the study of shoot architecture has not been as extensive. Results This study revealed significant differences in CC among the selected soybean accessions. The rate of CC was found to decrease at the beginning of the reproductive stage (R1) followed by an increase during the R2-R3 stages. Most of the accessions in the study achieved maximum rate of CC between R2-R3 stages. We measured Light interception (LI), defined here as the ratio of Photosynthetically Active Radiation (PAR) transmitted through the canopy to the incoming PAR or the radiation above the canopy. LI was found to be significantly correlated with CC parameters, highlighting the relationship between canopy structure and light interception. The study also explored the impact of plant shape on LI and CO 2 assimilation. Plant shape was characterized into distinct quantifiable parameters and by modeling the impact of plant shape on LI and CO 2 assimilation, we found that plants with broad and flat shapes at the top maybe more photosynthetically efficient at low light levels, while conical shapes were likely more advantageous when light was abundant. Shoot architecture of plants in this study was described in terms of whole plant, branching and leaf-related traits. There was significant variation for the shoot architecture traits between different accessions, displaying high reliability. We found that that several shoot architecture traits such as plant height, and leaf and internode-related traits strongly influenced CC and LI. Conclusion In conclusion, this study provides insight into the relationship between soybean shoot architecture, canopy coverage, and light interception. It demonstrates that novel shoot architecture traits we have defined here are genetically variable, impact CC and LI and contribute to our understanding of soybean morphology. Correlations between different architecture traits, CC and LI suggest that it is possible to optimize soybean growth without compromising on light transmission within the soybean canopy. In addition, the study underscores the utility of integrating low-cost 2D phenotyping as a practical and cost-effective alternative to more time-intensive 3D or high-tech low-throughput methods. This approach offers a feasible means of studying basic shoot architecture traits at the field level, facilitating a broader and efficient assessment of plant morphology.
Why it matches plant phenotyping methods低コスト2D画像フェノタイピングを用いて、シュート構造やキャノピー被覆を定量化し、圃場での植物形態評価法としての有用性を扱っているため、フェノタイピング手法が実質的に中心である。
abstractIn addition, the study underscores the utility of integrating low-cost 2D phenotyping as a practical and cost-effective alternative to more time-intensive 3D or high-tech low-throughput methods.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicSupplementary Material 4: Table S3: (download XLSX )
Reliability estimates, BLUPs calculated for the traits measured in this study and data associated with each trait measured in the study.Open asset ↗lines:429-492Code / dataset availability confirmedOpenAlex · arXiv · checked 7 Sept 2026
Automated phenotyping of plants for breeding and plant studies promises to provide quantitative metrics on plant traits at a previously unattainable observation frequency. Developers of tools for performing high-throughput phenotyping are, however, constrained by the availability of relevant datasets on which to perform validation. To this end, we present a spatio-temporal dataset of 3D point clouds of strawberry plants for two varieties, totalling 84 individual point clouds. We focus on the end use of such tools - the extraction of biologically relevant phenotypes - and demonstrate a phenotyping pipeline on the dataset. This comprises of the steps, including; segmentation, skeletonisation and tracking, and we detail how each stage facilitates the extraction of different phenotypes or provision of data insights. We particularly note that assessment is focused on the validation of phenotypes, extracted from the representations acquired at each step of the pipeline, rather than singularly focusing on assessing the representation itself. Therefore, where possible, we provide \textit{in silico} ground truth baselines for the phenotypes extracted at each step and introduce methodology for the quantitative assessment of skeletonisation and the length trait extracted thereof. This dataset contributes to the corpus of freely available agricultural/horticultural spatio-temporal data for the development of next-generation phenotyping tools, increasing the number of plant varieties available for research in this field and providing a basis for genuine comparison of new phenotyping methodology.
Why it matches plant phenotyping methods植物の3D点群データセットを提供し、セグメンテーション・骨格化・追跡による表現型抽出パイプラインと、その定量的検証手法を中心に扱っているため。
abstractThis comprises of the steps, including; segmentation, skeletonisation and tracking, and we detail how each stage facilitates the extraction of different phenotypes or provision of data insights.
Reproduction assets foundThe paper's LAST-Straw dataset (84 strawberry plant point clouds with semantic/instance annotations and ground-truth stem skeletons) and supplementary graph-matching code are both publicly available via author-provided URLs in the data availability statement.Code · publicSupplementary code
for graph matching can be accessed via https://github.com/LCAS/GraphMatching3D.Open asset ↗LCAS/GraphMatching3Dpdf-page:31 lines:1-39Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Abstract Being capable of accurately predicting morphological parameters of the plant weeks before achieving fruit maturation is of great importance in the production and selection of suitable ornamental pepper plants. The objective of this article is evaluating the feasibility and assessing the performance of CNN-based models using RGB images as input to forecast two morphological parameters: plant height and canopy diameter. To this end, four CNN-based models are proposed to predict these morphological parameters in four different scenarios: first, using as input a single image of the plant; second, using as input several images from different viewpoints of the plant acquired on the same date; third, using as input two images from two consecutive weeks; and fourth, using as input a set of images consisting of one image from each week up to the current date. The results show that it is possible to accurately predict both plant height and canopy diameter. The RMSE for a forecast performed 6 weeks in advance to the actual measurements was below 4.5 cm and 4.2 cm, respectively. When information from previous weeks is added to the model, better results can be achieved and as the prediction date gets closer to the assessment date the accuracy improves as well.
Why it matches plant phenotyping methodsRGB画像からCNNで植物体高と樹冠径を予測し、予測精度を評価する手法開発・検証が研究の中心であるため。
abstractThe objective of this article is evaluating the feasibility and assessing the performance of CNN-based models using RGB images as input to forecast two morphological parameters: plant height and canopy diameter.
Reproduction assets foundThe paper's curated dataset of morphological measurements (plant height, canopy diameter) and weekly RGB photographs of the 15 Capsicum accessions is explicitly deposited on Zenodo with a DOI matching an allowed URL. No author analysis code or trained model checkpoints are stated as publicly available.Dataset · publicThe resulting dataset, already curated, has been made publicly available at Zenodo (Alves Barroso et al., 2024 ).Open asset ↗Zenodolines:146-227Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Identifying the spatiotemporal distributions and phenotypic characteristics of understory saplings is beneficial in exploring the internal mechanisms of plant regeneration and providing technical assistances for continues cover forest management. However, it is challenging to detect the understory saplings using 2-dimensional (2D) spectral information produced by conventional optical remotely sensed data. This study proposed an automatic method to detect the regenerated understory saplings based on the 3D structural information from aerial laser scanning (ALS) data. By delineating individual tree crown using the improved spectral clustering algorithm, we successfully removed the overstory canopy and associated trunk points. Then, individual understory saplings were segmented using an adaptive-mean-shift-based clustering algorithm. This method was tested in an experimental forest farm of North China. Our results showed that the detection rates of understory saplings ranged from 94.41% to 152.78%, and the matching rates increased from 62.59% to 95.65% as canopy closure went down. The ALS-based sapling heights well captured the variations of field measurements [ R 2 = 0.71, N = 3,241, root mean square error (RMSE) = 0.26 m, P R 2 = 0.78, N =443, RMSE = 0.23 m, P R 2 = 0.64, N = 443, RMSE = 0.24 m). This study provides a solution for the quantification of understory saplings, which can be used to improve forest ecosystem resilence through regulating the dynamics of forest gaps to better utilize light resources.
Why it matches plant phenotyping methods航空LiDARの3D構造情報を用いて林冠下の実生を自動検出・分割し、樹高を野外測定と検証する手法が研究の中心であるため。
abstractThis study proposed an automatic method to detect the regenerated understory saplings based on the 3D structural information from aerial laser scanning (ALS) data.
Reproduction assets foundThe paper's Data Availability statement points to two public GitHub repositories containing the authors' code (and stated relevant data) for the NSC overstory segmentation and adaptive mean shift sapling segmentation methods used in this ALS-based phenotyping analysis.Code · publicThe relevant code and data of this research are available at https://github.com/limingado/NSC/tree/v1.0.0 and https://github.com/limingado/Adaptive-mean-shift .Open asset ↗limingado/NSC · v1.0.0lines:137-242Code · publicThe relevant code and data of this research are available at https://github.com/limingado/NSC/tree/v1.0.0 and https://github.com/limingado/Adaptive-mean-shift .Open asset ↗limingado/Adaptive-mean-shiftlines:137-242Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 7 Sept 2026
Abstract Artificially extracted agricultural phenotype information has high subjectivity and low accuracy, and the use of image extraction information is easily disturbed by haze. Moreover, the agricultural image dehazing method used to extract such information is ineffective, as the images often contain unclear texture information and image colors. To address these shortcomings, we propose unpaired image dehazing via a cycle-consistent generative adversarial network for the agricultural plant phenotype (AgriGAN). The algorithm improves the dehazing performance of the network by adding the atmospheric scattering model, which improves the discriminator model, and uses the whole-detail consistent discrimination method to improve the efficiency of the discriminator so that the adversarial network can accelerate the convergence to the Nashi equilibrium state. Finally, the dehazed images are obtained by training with network adversarial loss + cycle consistent loss. Experiments and a comparative analysis were conducted to evaluate the algorithm, and the results show that it improved the dehazing accuracy of agricultural images, retained detailed texture information, and mitigated the problem of color deviation. In turn, useful information was obtained, such as crop height, chlorophyll and nitrogen content, and the presence and extent of disease. The algorithm's object identification and information extraction can be useful in crop growth monitoring and yield and quality estimation.
Why it matches plant phenotyping methods植物表現型画像から情報を抽出するための画像デヘイズ手法を開発・評価しており、表現型取得の技術が中心である。
abstractwe propose unpaired image dehazing via a cycle-consistent generative adversarial network for the agricultural plant phenotype (AgriGAN).
Reproduction assets foundThe paper's Data availability section states that the authors' dataset (hazy/haze-free agricultural plant images) and code will be publicly available at the GitHub repository HZSUZJ/DLDF, which matches an allowed URL. This is a paper-specific, publicly actionable asset for the dehazing/phenotyping analysis.Code · publicOur dataset and code will be publicly available at https://github.com/HZSUZJ/DLDF.Open asset ↗HZSUZJ/DLDFpdf-page:20 lines:1-34Code / dataset availability confirmedCrossref · Europe PMC · checked 14 Sept 2026
Repeated measurements of crop height to observe plant growth dynamics in real field conditions represent a challenging task. Although there are ways to collect data using sensors on UAV systems, proper data processing and analysis are the key to reliable results. As there is need for specialized software solutions for agricultural research and breeding purposes, we present here a fast algorithm ALFA for the processing of UAV LiDAR derived point-clouds to extract the information on crop height at many individual cereal field-plots at multiple time points. Seven scanning flights were performed over 3 blocks of experimental barley field plots between April and June 2021. Resulting point-clouds were processed by the new algorithm ALFA. The software converts point-cloud data into a digital image and extracts the traits of interest–the median crop height at individual field plots. The entire analysis of 144 field plots of dimension 80 x 33 meters measured at 7 time points (approx. 100 million LiDAR points) takes about 3 minutes at a standard PC. The Root Mean Square Deviation of the software-computed crop height from the manual measurement is 5.7 cm. Logistic growth model is fitted to the measured data by means of nonlinear regression. Three different ways of crop-height data visualization are provided by the software to enable further analysis of the variability in growth parameters. We show that the presented software solution is a fast and reliable tool for automatic extraction of plant height from LiDAR images of individual field-plots. We offer this tool freely to the scientific community for non-commercial use.
Why it matches plant phenotyping methodsUAV LiDAR点群から圃場区画ごとの作物高を自動抽出するソフトウェアと処理アルゴリズムを開発・検証しており、植物形質取得が研究の中心である。
abstractwe present here a fast algorithm ALFA for the processing of UAV LiDAR derived point-clouds to extract the information on crop height at many individual cereal field-plots at multiple time points.
Abstract The potential of single date fully Polarimetric RADARSAT‐2 data in retrieving crop biophysical parameters using Machine Learning techniques was investigated. Various polarimetric parameters along with coherent and incoherent decomposition techniques were assessed for its sensitivity toward crop parameters like Wet and Dry Biomass, Crop Height, Leaf Area Index and Vegetation Water Content. A set of 39 polarimetric observables extracted from the Quad‐Pol data were used for regression analysis. In this study two Machine Learning techniques Random Forest Regression (RFR) and Multiple Linear Regression (MLR) models were assessed for the prediction of Wet Biomass (gm −2 ) and Height (cm). The most significant (6 out of 39) variables were applied for prediction. The results revealed that RFR algorithm performed better than MLR. The coefficient of determination ( R 2 ) and root‐mean‐square‐error of estimating wet biomass and height were 0.646, 655.65 (gm −2 ) and 0.71, 14.5 (cm) respectively in RFR and 0.566, 683.86 (gm −2 ) and 0.65, 16.14 (cm) respectively in MLR. Thus this study explored the effective application of quad‐pol data for assessing sensitivity and accurate retrieval of parameters using optimum PolSAR observables.
Why it matches plant phenotyping methodsPolSARセンサーデータと機械学習により、作物のバイオマスおよび草丈を推定し、回帰手法の性能を比較・評価しているため、表現型取得手法が中心である。
abstractThe potential of single date fully Polarimetric RADARSAT‐2 data in retrieving crop biophysical parameters using Machine Learning techniques was investigated.
Reproduction assets foundThe paper's Data Availability Statement deposits two paper-specific public assets: the ground-truth field campaign dataset (GT Points, Zenodo 10.5281/zenodo.10403380) and the authors' RFR/MLR prediction code (Zenodo 10.5281/zenodo.10403352). Generic ESA software (PolSARpro, SNAP) is excluded as a general library.Dataset · publicEarth and Space Science
THULASIRAMAN ET AL.
10.1029/2022EA002799
17 of 20
Appendix A: Supplementary Data
Supplementary data to this article, ground truth points collected during 12 August 2019, campaign is provided in
.xlsx format (https://doi.org/10.5281/zenodo.10403380).Appendix B: RFR and MLR Algorithm
The algorithm applied for Random Forest and MLR is displayed below in Figure B1.
Data Availability Statement
The fully polarimetric RADARSAT-2 data was purchased from MDA corporation. The field data collected
during the study can be accessed from Supporting Information section (Appendix A) (htOpen asset ↗Zenodo · 10.5281/zenodo.10403380pdf-raw-page:17 lines:1-77Code / dataset availability confirmedEurope PMC · Crossref · checked 7 Sept 2026
Ecology and forestry sciences are using an increasing amount of data to address a wide variety of technical and research questions at the local, continental and global scales. However, one type of data remains rare: fine-grain descriptions of large landscapes. Yet, this type of data could help address the scaling issues in ecology and could prove useful for testing forest management strategies and accurately predicting the dynamics of ecosystem services. Here we present three datasets describing three large European landscapes in France, Poland and Slovenia down to the tree level. Tree diameter, height and species data were generated combining field data, vegetation maps and airborne laser scanning (ALS) data following an area-based approach. Together, these landscapes cover more than 100 000 ha and consist of more than 42 million trees of 51 different species. Alongside the data, we provide here a simple method to produce high-resolution descriptions of large landscapes using increasingly available data: inventory and ALS data. We carried out an in-depth evaluation of our workflow including, among other analyses, a leave-one-out cross validation. Overall, the landscapes we generated are in good agreement with the landscapes they aim to reproduce. In the most favourable conditions, the root mean square error (RMSE) of stand basal area (BA) and mean quadratic diameter (Dg) predictions were respectively 5.4 m2.ha-1 and 3.9 cm, and the generated main species corresponded to the observed main species in 76.2% of cases.
Why it matches plant phenotyping methods航空レーザースキャンと現地データを統合して樹木の直径・樹高・種を大規模に推定する再利用可能なワークフローを提示し、交差検証で評価しているため、植物形質取得法が中心である。
abstractTree diameter, height and species data were generated combining field data, vegetation maps and airborne laser scanning (ALS) data following an area-based approach.
Reproduction assets foundThe paper's generated tree-level dataset (42 million trees with dbh, height, species for three European landscapes) is publicly deposited on Zenodo, and the ALS point cloud input for the Bauges northern part is publicly available on Recherche Data Gouv. Other underlying data (local inventories, southern Savoie ALS, MilDataset · publicALS data in the northern part (Haute-Savoie) are available to download from the Recherche Data Gouv dataverse at
https://doi.org/10.57745/ZUT1MJ , under the Etalab open license 2.Open asset ↗Recherche Data Gouv · 10.57745/ZUT1MJlines:912-955Code / dataset availability confirmedCrossref · checked 7 Sept 2026
Crop height is a vital indicator of growth conditions. Traditional drone image-based crop height measurement methods primarily rely on calculating the difference between the Digital Elevation Model (DEM) and the Digital Terrain Model (DTM). The calculation often needs more ground information, which remains labour-intensive and time-consuming. Moreover, the variations of terrains can further compromise the reliability of these ground models. In response to these challenges, we introduce G-DMD, a novel method based on Gated Recurrent Units (GRUs) using DEM and multispectral drone images to calculate the crop height. Our method enables the model to recognize the relation between crop height, elevation, and growth stages, eliminating reliance on DTM and thereby mitigating the effects of varied terrains. We also introduce a data preparation process to handle the unique DEM and multispectral image. Upon evaluation using a cotton dataset, our G-DMD method demonstrates a notable increase in accuracy for both maximum and average cotton height measurements, achieving a 34% and 72% reduction in Root Mean Square Error (RMSE) when compared with the traditional method. Compared to other combinations of model inputs, using DEM and multispectral drone images together as inputs results in the lowest error for estimating maximum cotton height. This approach demonstrates the potential of integrating deep learning techniques with drone-based remote sensing to achieve a more accurate, labour-efficient, and streamlined crop height assessment across varied terrains.
Why it matches plant phenotyping methodsドローンのDEM・マルチスペクトル画像から作物高を推定する手法を開発し、従来法と精度比較・検証しており、植物表現型取得が中心である。
abstractwe introduce G-DMD, a novel method based on Gated Recurrent Units (GRUs) using DEM and multispectral drone images to calculate the crop height.
Reproduction assets foundThe paper's crop-height phenotyping analysis is built on a public cotton UAV multispectral/DEM dataset deposited by Xu et al. on Figshare, which qualifies as a paper-specific, publicly actionable phenotyping input. The authors' own G-DMD code and processed data are only available upon request, so that component is not公Dataset · public47. Xu, R.; Li, C.; Paterson, A.H. UAV Multispectral. Figshare. Dataset. 2018. Available online: https://figshare.com/articles/Open asset ↗Figsharepdf-page:22 lines:1-20Code / dataset availability confirmedEurope PMC · bioRxiv · checked 7 Sept 2026
Functional plant ecology aims to understand how functional traits govern the distribution of species along environmental gradients, the assembly of communities, and ecosystem functions and services. The rapid rise of functional plant ecology has been fostered by the mobilization and integration of global trait datasets, but significant knowledge gaps remain about the functional traits of the ∼380,000 vascular plant species worldwide. The acquisition of urgently needed information through field campaigns remains challenging, time-consuming and costly. An alternative and so far largely untapped resource for trait information is represented by texts in books, research articles and on the internet which can be mobilized by modern machine learning techniques. Here, we propose a natural language processing (NLP) pipeline that automatically extracts trait information from an unstructured textual description of a species and provides a confidence score. To achieve this, we employ textual classification models for categorical traits and question answering models for numerical traits. We demonstrate the proposed pipeline on five categorical traits (growth form, life cycle, epiphytism, climbing habit and life form), and three numerical traits (plant height, leaf length, and leaf width). We evaluate the performance of our new NLP pipeline by comparing results obtained using different alternative modeling approaches ranging from a simple keyword search to large language models, on two extensive databases, each containing more than 50,000 species descriptions. The final optimized pipeline utilized a transformer architecture to obtain a mean precision of 90.8% (range 81.6-97%) and a mean recall of 88.6% (77.4-97%) on the categorical traits, which is an average increase of 21.4% in precision and 57.4% in recall compared to a standard approach using regular expressions. The question answering model for numerical traits obtained a normalized mean absolute error of 10.3% averaged across all traits. The NLP pipeline we propose has the potential to facilitate the digitalization and extraction of large amounts of plant functional trait information residing in scattered textual descriptions. Additionally, our study adds to an emerging body of NLP applications in an ecological context, opening up new opportunities for further research at the intersection of these fields.
Why it matches plant phenotyping methods植物機能形質を非構造化テキストから自動抽出するNLPパイプラインを開発し、複数モデルと大規模データベースで性能評価しており、形質取得・推定手法が研究の中心である。
abstractHere, we propose a natural language processing (NLP) pipeline that automatically extracts trait information from an unstructured textual description of a species and provides a confidence score.
Reproduction assets foundThe paper explicitly states that the code to train, evaluate, and use the NLP trait-extraction models is publicly available in the authors' GitHub repository. The POWO, Wikipedia, and GIFT data sources are third-party databases/cited resources rather than paper-specific deposits, so only the code repository qualifies.Code · public1 The code to train, evaluate and use the models is available at
https://github.com/ViktorDomazetoski/NLP-Plant-TraitsOpen asset ↗ViktorDomazetoski/NLP-Plant-Traitspdf-page:5 lines:1-50Code / dataset availability confirmedOpenAlex · checked 15 Sept 2026
Prescribed burning and pyric herbivory play pivotal roles in mitigating wildfire risks, underscoring the imperative of consistent biomass monitoring for assessing fuel load reductions. Drone-derived surface models promise uninterrupted biomass surveillance but require complex photogrammetric processing. In a Mediterranean mountain shrubland burning experiment, we refined a Structure from Motion (SfM) and Multi-View Stereopsis (MVS) workflow to diminish biases in 3D modeling and RGB drone imagery-based surface reconstructions. Given the multitude of SfM-MVS processing alternatives, stringent quality oversight becomes paramount. We executed the following steps: (i) calculated Root Mean Square Error (RMSE) between Global Navigation Satellite System (GNSS) checkpoints to assess SfM sparse cloud optimization during georeferencing; (ii) evaluated elevation accuracy by comparing the Mean Absolute Error (MAE) of six surface and thirty terrain clouds against GNSS readings and known box dimensions; and (iii) complemented a dense cloud quality assessment with density metrics. Balancing overall accuracy and density, we selected surface and terrain cloud versions for high-resolution (2 cm pixel size) and accurate (DSM, MAE = 57 mm; DTM, MAE = 48 mm) Digital Elevation Model (DEM) generation. These DEMs, along with exceptional height and volume models (height, MAE = 12 mm; volume, MAE = 909.20 cm3) segmented by reference box true surface area, substantially contribute to burn impact assessment and vegetation monitoring in fire management systems.
Why it matches plant phenotyping methodsドローン画像のSfM-MVS処理を改良・精度検証し、植生の高さ・体積・バイオマス監視に用いる手法が研究の中心である。
abstractwe refined a Structure from Motion (SfM) and Multi-View Stereopsis (MVS) workflow to diminish biases in 3D modeling and RGB drone imagery-based surface reconstructions.
Reproduction assets foundThe paper's SfM sparse-cloud optimization analysis was implemented as a Python module in the authors' public MetashapeTools repository (co-author Marvin Ludwig), explicitly linked in the text. The bl_gimbal repository is only a gimbal hardware controller, not phenotyping analysis, and the Data Availability Statement isCode · publicencing process of the sparse cloud [50]. This approach focuses on minimizing the error of
georeferencing check points within the sparse cloud by identifying the optimal filter pa-
rameters. Consequently, only tie points with low reprojection errors are used. This appli-
cation is available as a Python module for MetashapeTools (https://github.com/en-vima/MetashapeTools/, accessed on 30 August 2023).
An orthomosaic is a detailed and geometrically accurate image of an area, composed
of multiple photos that have been orthorectified. Within this framework, once the
Figure 4. (a) Illustrates the optimized workflow for the Metashape Structure from Motion (SfM)
(Ludwig et al, 2020 [50]). (b) RepresOpen asset ↗en-vima/MetashapeToolspdf-raw-page:7 lines:1-31Code / dataset availability confirmedCrossref · OpenAlex · checked 15 Sept 2026
Buckwheat plant height is an important indicator for producers. Due to the decline in agricultural labor, the automatic and real-time acquisition of crop growth information will become a prominent issue for farms in the future. To address this problem, we focused on stereo vision and a regression convolutional neural network (CNN) in order to estimate buckwheat plant height. MobileNet V3 Small, NasNet Mobile, RegNet Y002, EfficientNet V2 B0, MobileNet V3 Large, NasNet Large, RegNet Y008, and EfficientNet V2 L were modified into regression CNNs. Through a five-fold cross-validation of the modeling data, the modified RegNet Y008 was selected as the optimal estimation model. Based on the depth and contour information of buckwheat depth image, the mean absolute error (MAE), root mean square error (RMSE), mean square error (MSE), and mean relative error (MRE) when estimating plant height were 0.56 cm, 0.73 cm, 0.54 cm, and 1.7%, respectively. The coefficient of determination (R2) value between the estimated and measured results was 0.9994. Combined with the LabVIEW software development platform, this method can estimate buckwheat accurately, quickly, and automatically. This work contributes to the automatic management of farms.
Why it matches plant phenotyping methodsステレオビジョンと回帰CNNにより、圃場でのソバ草丈を自動推定する手法を開発・検証しており、植物表現型の取得方法が研究の中心です。
abstractwe focused on stereo vision and a regression convolutional neural network (CNN) in order to estimate buckwheat plant height.
Reproduction assets foundThe paper's buckwheat height estimation model code (modified regression CNNs with training results) is publicly available via an authors' GitHub repository explicitly stated in the text. The phenotype dataset (depth images with height labels) is only available by contacting the authors, so it is not a public asset.Code · publicndows 11 (64 bit), and an
Nvidia GeForce RTX 3090 24 GB graphics card with Nvidia Ampere architecture. All of
the models used the processed grayscale images of 224 × 224 pixels as the input and the
estimated buckwheat height as the output. The codes of the models with training results
are available at the following GitHub link: https://github.com/18801389568/Buckwheat-height-estimation (accessed on 26 July 2023).
Figure 5. Construction method of the buckwheat crop height estimation models.
Training the models was essentially a process of continually updating the trainable
parameters of each model in order to make the crop height estimation results increasingly
accurate. Considering the quantOpen asset ↗18801389568/Buckwheat-height-estimationpdf-raw-page:6 lines:1-60Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
The "Height Variation Hypothesis" is an indirect approach used to estimate forest biodiversity through remote sensing data, stating that greater tree height heterogeneity (HH) measured by CHM LiDAR data indicates higher forest structure complexity and tree species diversity. This approach has traditionally been analyzed using only airborne LiDAR data, which limits its application to the availability of the dedicated flight campaigns. In this study we analyzed the relationship between tree species diversity and HH, calculated with four different heterogeneity indices using two freely available CHMs derived from the new space-borne GEDI LiDAR data. The first, with a spatial resolution of 30 m, was produced through a regression tree machine learning algorithm integrating GEDI LiDAR data and Landsat optical information. The second, with a spatial resolution of 10 m, was created using Sentinel-2 images and a deep learning convolutional neural network. We tested this approach separately in 30 forest plots situated in the northern Italian Alps, in 100 plots in the forested area of Traunstein (Germany) and successively in all the 130 plots through a cross-validation analysis. Forest density information was also included as influencing factor in a multiple regression analysis. Our results show that the GEDI CHMs can be used to assess biodiversity patterns in forest ecosystems through the estimation of the HH that is correlated to the tree species diversity. However, the results also indicate that this method is influenced by different factors including the GEDI CHMs dataset of choice and their related spatial resolution, the heterogeneity indices used to calculate the HH and the forest density. Our finding suggest that GEDI LIDAR data can be a valuable tool in the estimation of forest tree heterogeneity and related tree species diversity in forest ecosystems, which can aid in global biodiversity estimation.
Why it matches plant phenotyping methodsGEDI LiDAR由来の樹冠高不均一性という植物群落形質を推定し、複数のCHM、解像度、指標、森林プロットで検証しており、測定・推定手法が研究の中心です。
abstractWe tested this approach separately in 30 forest plots situated in the northern Italian Alps, in 100 plots in the forested area of Traunstein (Germany) and successively in all the 130 plots through a cross-validation analysis.
Reproduction assets foundThe paper's phenotyping analysis relies on two freely available GEDI-derived canopy height models (Lang10m and Potapov30m) and local ALS LiDAR data from the Province of Bolzano/Bozen, all with explicit public download URLs matching allowed_urls. No author analysis code or trained models are deposited; the data-availaDataset · publictual species
p i = ratio between the number of individuals for a defined species i and the total number of individuals within each plot.
2.3.
LiDAR data
2.3.1.
GEDI LiDAR data
We estimated the HH using the recently published and freely available LiDAR GEDI CHMs Lang10m ( Lang et al., 2022 , Lang et al., 2022 ) (downloaded here: https://langnico.github.io/globalcanopyheight/ ) and Potapov30m ( Potapov et al., 2021 ) (downloaded here: https://glad.umd.edu/dataset/gedi/ ).
Lang10m was derived fusing the GEDI and Sentinel-2 images through a deep convolutional neural network ( Lang et al., 2022 ). It has spatial resolution of 10 m and is valid for the year 2020. The canopy top height was defined Open asset ↗globalcanopyheight · Lang10mlines:48-67Dataset · publicindividuals within each plot.
2.3.
LiDAR data
2.3.1.
GEDI LiDAR data
We estimated the HH using the recently published and freely available LiDAR GEDI CHMs Lang10m ( Lang et al., 2022 , Lang et al., 2022 ) (downloaded here: https://langnico.github.io/globalcanopyheight/ ) and Potapov30m ( Potapov et al., 2021 ) (downloaded here: https://glad.umd.edu/dataset/gedi/ ).
Lang10m was derived fusing the GEDI and Sentinel-2 images through a deep convolutional neural network ( Lang et al., 2022 ). It has spatial resolution of 10 m and is valid for the year 2020. The canopy top height was defined as the relative height at which 98% of the energy was returned (RH98). For the modelling GEDI observaOpen asset ↗Potapov30mlines:48-67Dataset · public= −4.8, RMSE = 9.6 m; MAE = 7.4 m).
2.3.2.
Local ALS LiDAR data
In order to validate the GEDI CHMs and to calculate the canopy cover we used local Airborne Laser Scanning (ALS) LiDAR data. For the Italian study area, we derived the CHM from an ALS campaign completed in 2006 by the Province of Bolzano/Bozen (free available here: http://geocatalogo.retecivica.bz.it/geokatalog/ ). For the German study area were used the LiDAR data derived from an ALS campaign carried out in 2010 (for the assessment of the DTM) and 2018 (for the assesment of DSM). For both study sites, the CHMs, calcuated as the difference between the DSM (derived from the point cloud using the R packege “lidR” through the functOpen asset ↗lines:68-110Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
For nearly two decades, genomic selection has supported efforts to increase genetic gains in plant and animal improvement programs. However, novel phenomic strategies helping to predict complex traits in maize have proven beneficial when integrated into across– and within-environment genomic prediction models. One phenomic data modality is near infrared spectroscopy (NIRS), which records reflectance values of biological samples (e.g., maize kernels) based on chemical composition. Predictions of seven maize agronomic traits and three kernel composition traits across two years (2011-2012) and two management conditions (water stressed and well-watered) were conducted using combinations of NIRS and genomic data within four different cross-validation prediction scenarios. In aggregate, models incorporating NIRS data alongside genomic data improved predictive ability over models using only genomic data in 5 of 28 trait/cross-validation scenarios for across-environment prediction and 15 of 28 trait/environment scenarios for within-environment prediction, while the model with NIRS data alone had the highest prediction ability in only 1 of 28 scenarios for within-environment prediction. Potential causes of the surprisingly lower phenomic than genomic prediction power in this study are discussed, including sample size, sample homogenization, and low G×E. A genome-wide association study (GWAS) implicated known (i.e., MADS69 , ZCN8, sh1, wx1, du1 ) and unknown candidate genes linked to plant height and flowering-related agronomic traits as well as compositional traits such as kernel protein and starch content. This study demonstrated that including NIRS with genomic markers is a viable method to predict multiple complex traits with improved predictive ability and elucidate underlying biological causes. Key message Genomic and NIRS data from a maize diversity panel were used for prediction of agronomic and kernel composition traits while uncovering candidate genes for kernel protein and starch content.
Why it matches plant phenotyping methodsNIRSを用いた植物試料の表現型推定と、ゲノム予測との比較検証が研究の中心であり、複数のトウモロコシ農業形質・種子組成形質を対象としているため。
abstractOne phenomic data modality is near infrared spectroscopy (NIRS), which records reflectance values of biological samples (e.g., maize kernels) based on chemical composition.
Reproduction assets foundThe paper's Data Availability section and Methods explicitly state that the annotated R analysis script, plus the data files (CSVs.zip, SNP60000.hmp.zip) needed to reproduce the prediction results, are publicly available in the authors' GitHub repository ajdesalvio/Maize-NIRS-GBS.Code · public52
1038
Data Availability
1039
An annotated script of the R code used in this research can be accessed via GitHub
1040
(https://github.com/ajdesalvio/Maize-NIRS-GBS.git). Supplementary Data 1
1041
(Supplementary_Data_1.xlsx) contains prediction results, GWAS results, and variable importance
1042
scores for NIRS bands. Files necessary to run the R script and reproduce the prediction results are
1043
available in the CSVs.zip folder and the SNP60000.hmp.zip folder. Supplementary figures are
1044Open asset ↗ajdesalvio/Maize-NIRS-GBSpdf-raw-page:52 lines:1-26Code / dataset availability confirmedEurope PMC · OpenAlex · checked 13 Sept 2026
Tree height is a crucial structural parameter in forest inventory as it provides a basis for evaluating stock volume and growth status. In recent years, close-range photogrammetry based on smartphone has attracted attention from researchers due to its low cost and non-destructive characteristics. However, such methods have specific requirements for camera angle and distance during shooting, and pre-shooting operations such as camera calibration and placement of calibration boards are necessary, which could be inconvenient to operate in complex natural environments. We propose a tree height measurement method based on three-dimensional (3D) reconstruction. Firstly, an absolute depth map was obtained by combining ARCore and MidasNet. Secondly, Attention-UNet was improved by adding depth maps as network input to obtain tree mask. Thirdly, the color image and depth map were fused to obtain the 3D point cloud of the scene. Then, the tree point cloud was extracted using the tree mask. Finally, the tree height was measured by extracting the axis-aligned bounding box of the tree point cloud. We built the method into an Android app, demonstrating its efficiency and automation. Our approach achieves an average relative error of 3.20% within a shooting distance range of 2-17 m, meeting the accuracy requirements of forest survey.
Why it matches plant phenotyping methodsスマートフォン画像・深度情報と3D再構成を用いて樹高という植物構造形質を自動測定する手法を開発し、誤差評価とAndroidアプリ化まで行っているため、植物フェノタイピング手法が中心である。
abstractWe propose a tree height measurement method based on three-dimensional (3D) reconstruction.
Reproduction assets foundThe paper's Data Availability Statement explicitly provides two paper-specific public assets: the source code of the TreeHeight prototype app on GitHub and the authors' annotated tree image dataset (300 annotated images augmented to 1000 pairs of color images, relative depth maps, and tree masks) on Google Drive. Both,Code · publicThe source code of the prototype app is publicly available on GitHub at https://github.com/LisaShen0509/Tree_Height_Measurement (accessed on 27 July 2023).Open asset ↗LisaShen0509/Tree_Height_Measurementlines:432-615Dataset · publicTree image dataset is available at https://drive.google.com/file/d/1kG6LWMOAiA2KvGF_suZ5cG_4C-udUV0m/view?usp=sharing (accessed on 27 July 2023).Open asset ↗lines:432-615Code / dataset availability confirmedOpenAlex · Crossref · checked 15 Sept 2026
Field / plotPhotogrammetry / SfM / MVSLiDAR / point cloudStem / branchMorphology / geometry measurement2D/3D reconstructionVisualization / data managementPlant / canopy height
Introduction Rubber trees are an important cash crop in Hainan Province; thus, monitoring sample plots of these trees provides important data for determining growth conditions. However, existing monitoring technology and rubber forest sample plot analysis methods are relatively simple and present widespread issues, such as limited monitoring equipment, transportation difficulties, and relatively poor three-dimensional visualization effects in complex environments. These limitations have complicated the development of rubber forest sample plot monitoring. Method This study developed a terrestrial photogrammetry system combined with 3D point-cloud reconstruction technology based on the structure from motion with multi-view stereo method and sample plot survey data. Deviation analyses and accuracy evaluations of sample plot information were performed in the study area for trees to explore the practical significance of this method for monitoring rubber forest sample plots. Furthermore, the relationship between the height of the first branch, diameter at breast height (DBH), and rubber tree volume was explored, and a rubber tree standard volume model was established. Results The Bias, relative Bias, RMSE, and RRMSE of the height of the first branch measured by this method were −0.018 m, −0.371%, 0.562 m, and 11.573%, respectively. The Bias, relative Bias, RMSE, and RRMSE of DBH were −0.484 cm, −1.943%, −2.454 cm, and 9.859%, respectively, which proved that the method had high monitoring accuracy and met the monitoring requirements of rubber forest sample plots. The fitting results of rubber tree standard volume model had an R2 value of 0.541, and the estimated values of each parameter were 1.745, 0.115, and 0.714. The standard volume model accurately estimated the volume of rubber trees and forests using the first branch height and DBH. Discussion This study proposed an innovative planning scheme for a terrestrial photogrammetry system for 3D visual monitoring of rubber tree forests, thus providing a novel solution to issues observed in current sample plot monitoring practices. In the future, the application of terrestrial photogrammetry systems to monitor other types of forests will be explored.
Why it matches plant phenotyping methods地上 photogrammetry と3D点群再構成を用いて樹高関連形質、DBH、樹木体積を取得・検証する方法を開発し、精度評価も行っており、植物形質計測が中心である。
abstractThis study developed a terrestrial photogrammetry system combined with 3D point-cloud reconstruction technology based on the structure from motion with multi-view stereo method and sample plot survey data.
Reproduction assets foundThe paper's data availability statement deposits the study's dataset (3D visual sustainable management of rubber forest based on terrestrial photogrammetry system) on Figshare with a public DOI, making the paper-specific phenotyping data (DBH, first branch height, point-cloud measurements) publicly available.Dataset · publics in the future. Such monitoring is important for the sustainable development of tropical agriculture and forestry in Hainan Province.
Statements
Data availability statement
The datasets [3D Visual Sustainable Management of Rubber Forest Based on Terrestrial Photogrammetry System] for this study can be found in the [FIGSHARE] [ https://doi.org/10.6084/m9.figshare.22133126 ].
Author contributions
ZQ and SL contributed to the conception and design of the study and wrote the first draft of the manuscript. SL, LL, YX, CW, NL, RL, and DY organized the database and performed the statistical analysis. LL, YX, CW, NL, RL, and DY wrote the sections of the manuscript. All authors contributed to the maOpen asset ↗FIGSHARE · 10.6084/m9.figshare.22133126lines:623-661Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 15 Sept 2026
Abstract Background Significant effort has been made in manually tracking plant maturity and to measure early-stage plant density, and crop height in experimental breeding plots. Agronomic traits such as relative maturity (RM), stand count (SC) and plant height (PH) are essential to cultivar development, production recommendations and management practices. The use of RGB images collected via drones may replace traditional measurements in field trials with improved throughput, accuracy, and reduced cost. Recent advances in deep learning (DL) approaches have enabled the development of automated high-throughput phenotyping (HTP) systems that can quickly and accurately measure target traits using low-cost RGB drones. In this study, a time series of drone images was employed to estimate dry bean relative maturity (RM) using a hybrid model combining Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) for features extraction and capturing the sequential behavior of time series data. The performance of the Faster-RCNN object detection algorithm was also examined for stand count (SC) assessment during the early growth stages of dry beans. Various factors, such as flight frequencies, image resolution, and data augmentation, along with pseudo-labeling techniques, were investigated to enhance the performance and accuracy of DL models. Traditional methods involving pre-processing of images were also compared to the DL models employed in this study. Moreover, plant architecture was analyzed to extract plant height (PH) using digital surface model (DSM) and point cloud (PC) data sources. Results The CNN-LSTM model demonstrated high performance in predicting the RM of plots across diverse environments and flight datasets, regardless of image size or flight frequency. The DL model consistently outperformed the pre-processing images approach using traditional analysis (LOESS and SEG models), particularly when comparing errors using mean absolute error (MAE), providing less than two days of error in prediction across all environments. When growing degree days (GDD) data was incorporated into the CNN-LSTM model, the performance improved in certain environments, especially under unfavorable environmental conditions or weather stress. However, in other environments, the CNN-LSTM model performed similarly to or slightly better than the CNN-LSTM + GDD model. Consequently, incorporating GDD may not be necessary unless weather conditions are extreme. The Faster R-CNN model employed in this study was successful in accurately identifying bean plants at early growth stages, with correlations between the predicted SC and ground truth (GT) measurements of 0.8. The model performed consistently across various flight altitudes, and its accuracy was better compared to traditional segmentation methods using pre-processing images in OpenCV and the watershed algorithm. An appropriate growth stage should be carefully targeted for optimal results, as well as precise boundary box annotations. On average, the PC data source marginally outperformed the CSM/DSM data to estimating PH, with average correlation results of 0.55 for PC and 0.52 for CSM/DSM. The choice between them may depend on the specific environment and flight conditions, as the PH performance estimation is similar in the analyzed scenarios. However, the ground and vegetation elevation estimates can be optimized by deploying different thresholds and metrics to classify the data and perform the height extraction, respectively. Conclusions The results demonstrate that the CNN-LSTM and Faster R-CNN deep learning models outperforms other state-of-the-art techniques to quantify, respectively, RM and SC. The subtraction method proposed for estimating PH in the absence of accurate ground elevation data yielded results comparable to the difference-based method. In addition, open-source software developed to conduct the PH and RM analyses can contribute greatly to the phenotyping community.
Why it matches plant phenotyping methodsRGBドローン画像と深層学習を用いて、乾燥豆の成熟期、株数、草高を推定する手法を開発・比較・検証しており、表現型取得が研究の中心である。
abstractThe use of RGB images collected via drones may replace traditional measurements in field trials with improved throughput, accuracy, and reduced cost.
Reproduction assets foundThe preprint explicitly states that the authors' open-source phenotyping software (RM, SC, PH pipelines) is available on GitHub, with specific tools (matuRity, Vegetation index calculator, PlantHeightR, draw-plots-qgis) hosted at public URLs, and that the datasets (orthomosaics, shapefiles, ground notes, clipped plots,Code · publicle 2: Data S1). The GCPs were input and identified into the Pix4D project using the basic manual editor before initial processing.
R [ 57 ] software integrated with QGIS [ 58 ] was used to generate the polygon shapefiles according to plot boundary delimitation using the function ‘Draw plots from clicks’ available at https://github.com/diegojgris/draw-plots-qgis (Fig. 1 -b). Shapefiles were defined using images collected from the first flight available from each location. GDAL (Geospatial Data Abstraction Library) tool plugin in QGIS was used to spatial polygon vectors (or shapefiles) adjustments with a buffer zone for each plot to prevent any influence of neighboring plots. AdditOpen asset ↗diegojgris/draw-plots-qgislines:82-143Code · public3
4. DISCUSSION
The available open source HTP tools, matuRity [ 69 ], PlantHeightR [ 93 ], and Vegetation index calculator provided in this study, have the potential to facilitate and increase the data analysis performance in plant breeding and related areas. The user can either access them on-line or download the repository at https://github.com/msudrybeanbreeding?tab=repositories . Additionally, the step-by-step pipelines deployed in this study using DL methods are available at the GitHub repositories, as well as the complete data set used to perform the analysis including orthomosaics, shapefiles, ground notes, clipped plots, and programming codes. Thus, researchers may be able to replicaOpen asset ↗msudrybeanbreedinglines:572-648Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Uprooting caused by flood events is a significant disturbance factor that affects the establishment, growth, and mortality of riparian vegetation. If the hydraulic drag force acting on riparian plants exceeds the peak uprooting force originate from their below-ground portion, it may result in the uprooting of these plants. Despite previous studies have documented and investigated the uprooting processes and factors influencing the peak uprooting force of plants, most of these studies have focused on how the root morphological traits of tree and shrub seedlings affect peak uprooting force or mainly collected data in indoor experiments, which may limit the extrapolation of the results to natural environments. To address these limitations, we assume that the peak uprooting force can be estimated by the morphological traits of the above-ground portion of the vegetation. In this study, we conducted in-situ vertical uprooting tests on three locally dominant species: Conyza canadensis , Daucus carota , and Leonurus sibiricus , in a typical riverine environment. The three species were found to have the highest abundance based on the outcomes of the quadrat method. We measured the peak uprooting force, plant height, stem basal diameter, shoot and root wet biomass, and shoot and root dry biomass of each plant and compared them between species. Furthermore, we quantified the influence of morphology on peak uprooting force. Our results showed significant differences in morphological traits and peak uprooting force among the three species. We found a significant positive correlation between peak uprooting force and the morphological traits of the three species. The peak uprooting force increases with plant size following a power law function which is analogous to allometric equations. The allometric equation provided a convenient and non-destructive method to estimate the peak uprooting force based on the above-ground morphological traits of the plants, which may help to overcome the limitations of measuring root morphological traits.
Why it matches plant phenotyping methods植物の地上部形態から地下部に由来する最大引抜抵抗力を推定する非破壊的なアロメトリック手法を開発・提示しており、形質取得・推定が研究の中心である。
abstractThe allometric equation provided a convenient and non-destructive method to estimate the peak uprooting force based on the above-ground morphological traits of the plants
Reproduction assets foundThe paper's data availability statement points to a public Zenodo deposit (DOI 10.5281/zenodo.6476708) containing the datasets from this study (in-situ uprooting tests and morphological trait measurements of three riparian species). This is a paper-specific, publicly accessible phenotype dataset. No author analysis代码或补Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accessionnumber(s) can be found below: https://doi.org/10.5281/zenodo.6476708 .Open asset ↗zenodo · 10.5281/zenodo.6476708lines:667-709Code / dataset availability confirmedOpenAlex · Europe PMC · checked 7 Sept 2026
KEY MESSAGE: Genotype-by-environment interactions of secondary traits based on high-throughput field phenotyping are less complex than those of target traits, allowing for a phenomic selection in unreplicated early generation trials. Traditionally, breeders' selection decisions in early generations are largely based on visual observations in the field. With the advent of affordable genome sequencing and high-throughput phenotyping technologies, enhancing breeders' ratings with such information became attractive. In this research, it is hypothesized that G[Formula: see text]E interactions of secondary traits (i.e., growth dynamics' traits) are less complex than those of related target traits (e.g., yield). Thus, phenomic selection (PS) may allow selecting for genotypes with beneficial response-pattern in a defined population of environments. A set of 45 winter wheat varieties was grown at 5 year-sites and analyzed with linear and factor-analytic (FA) mixed models to estimate G[Formula: see text]E interactions of secondary and target traits. The dynamic development of drone-derived plant height, leaf area and tiller density estimations was used to estimate the timing of key stages, quantities at defined time points and temperature dose-response curve parameters. Most of these secondary traits and grain protein content showed little G[Formula: see text]E interactions. In contrast, the modeling of G[Formula: see text]E for yield required a FA model with two factors. A trained PS model predicted overall yield performance, yield stability and grain protein content with correlations of 0.43, 0.30 and 0.34. While these accuracies are modest and do not outperform well-trained GS models, PS additionally provided insights into the physiological basis of target traits. An ideotype was identified that potentially avoids the negative pleiotropic effects between yield and protein content.
Why it matches plant phenotyping methodsドローン画像から植物高・葉面積・分げつ密度を推定し、これらを用いたフェノミック選抜モデルを評価しており、形質取得と解析ワークフローが研究の中心である。
abstractThe dynamic development of drone-derived plant height, leaf area and tiller density estimations was used to estimate the timing of key stages, quantities at defined time points and temperature dose-response curve parameters.
Reproduction assets foundThe paper's Data availability statement explicitly deposits the study's datasets (phenotypic/trait data from drone-based wheat phenotyping) in the ETH Research Collection and the phenomics data processing source code in a public ETH GitLab repository. Both are paper-specific, public, and actionable.Dataset · publicThe datasets generated and analyzed during the current study are openly available in the ETH Research Collection repository, http://doi.org/10.3929/ethz-b-000566864 .Open asset ↗ETH Research Collection · 10.3929/ethz-b-000566864lines:210-223Code · publicSource code for the phenomics data processing methods used in this study are openly available in the ETH gitlab repository, https://gitlab.ethz.ch/crop_phenotyping/htfp_data_processing .Open asset ↗ETH gitlab · crop_phenotyping/htfp_data_processinglines:210-223Code / dataset availability confirmedOpenAlex · Crossref · checked 14 Sept 2026
Abstract Digital phenotyping, particularly the use of plant 3D models, is a promising method for high‐throughput plant evaluation. Although many recent studies on the topic have been published, further research is needed to apply it to breeding research and other related fields. In this study, using a 3D model phenotyping system we developed, we reconstructed and analyzed 20 accessions of zoysiagrass (Zoysia spp.), including three species and their hybrid, over a period of 1 year. Artificial neural network with three hidden layers was able to effectively remove nonplant parts while retaining plant parts that were incorrectly removed using the cropping method, offering a robust and flexible approach for post‐processing of 3D models. The system also demonstrated its ability to accurately evaluate a range of traits, including height, area, and color using red green blue (RGB)‐based vegetation indices. The results showed a high correlation between the estimated volume obtained from voxel 3D model and dry weight, enabling its use as a non‐destructive method for measuring plant volume. In addition, we found that the green red normalized difference index from RGB‐based indices was similar to the commonly used normalized difference vegetation index in controlled illumination conditions. These results demonstrate the potential for three‐dimensional model phenotyping to facilitate plant breeding, particularly in the field of turfgrass and feed crops.
Why it matches plant phenotyping methods3Dモデル再構築、ニューラルネットワークによる後処理、RGB形質推定を中核とする植物フェノタイピングシステムの開発・検証研究である。
titleDevelopment of a digital phenotyping system using 3D model reconstruction for zoysiagrass
Reproduction assets foundThe paper's data availability statement explicitly deposits the authors' analysis code on GitHub (sandysan42/Zoysia3DModel), which reproduces the 3D-model-based phenotyping analysis (height, area, color, volume). No public phenotype dataset or trained model checkpoint is stated; supporting information is generic.Code · publicYAPAIBOON ET AL.
AC K N OW L E D G M E N T S
A part of this study is supported by JST CREST grant number
JPMJCR16O1.
C O N F L I C T O F I N T E R E S T S TAT E M E N T
The authors declare no conflicts of interest.
DATA AVA I L A B I L I T Y S TAT E M E N T
Codes used for analysis in this study are openly available on
GitHub at https://github.com/sandysan42/Zoysia3DModel/.O RC I D
SorawichPongpiyapaiboon https://orcid.org/0000-0002-9314-8375
Hidenori Tanaka https://orcid.org/0000-0002-4237-8154
RyoAkashi https://orcid.org/0000-0002-5651-8285
R E F E R E N C E S
Bienert, A., Hess, C., Maas, H.-G., & Von Oheimb, G. (2014). A voxel-
based technique to estimate the volume of trees from terrestriOpen asset ↗sandysan42/Zoysia3DModelpdf-raw-page:10 lines:1-78Code / dataset availability confirmedEurope PMC · OpenAlex · Crossref · checked 7 Sept 2026
High-throughput plant phenotyping-the use of imaging and remote sensing to record plant growth dynamics-is becoming more widely used. The first step in this process is typically plant segmentation, which requires a well-labeled training dataset to enable accurate segmentation of overlapping plants. However, preparing such training data is both time and labor intensive. To solve this problem, we propose a plant image processing pipeline using a self-supervised sequential convolutional neural network method for in-field phenotyping systems. This first step uses plant pixels from greenhouse images to segment nonoverlapping in-field plants in an early growth stage and then applies the segmentation results from those early-stage images as training data for the separation of plants at later growth stages. The proposed pipeline is efficient and self-supervising in the sense that no human-labeled data are needed. We then combine this approach with functional principal components analysis to reveal the relationship between the growth dynamics of plants and genotypes. We show that the proposed pipeline can accurately separate the pixels of foreground plants and estimate their heights when foreground and background plants overlap and can thus be used to efficiently assess the impact of treatments and genotypes on plant growth in a field environment by computer vision techniques. This approach should be useful for answering important scientific questions in the area of high-throughput phenotyping.
Why it matches plant phenotyping methods植物画像から重複個体を自動分割し、草丈を推定する自己教師ありCNNパイプラインを開発しており、フェノタイピング手法が研究の中心である。
abstractwe propose a plant image processing pipeline using a self-supervised sequential convolutional neural network method for in-field phenotyping systems.
Reproduction assets foundThe paper's Data Availability statement explicitly deposits the authors' R pipeline code and sample field image data (6 training photos, 52 test photos) on GitHub at the allowed URL.Code · publicThe R code of the proposed pipeline, sample image data (including 6 field photos for training and 52 example field photos taken by one of our cameras for testing), and description are available on Github at https://github.com/xingcheg/Plant-Traits-Extraction-2023 .Open asset ↗xingcheg/Plant-Traits-Extraction-2023lines:84-106Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
Background The current development of sensor technologies towards ever more cost-effective and powerful systems is steadily increasing the application of low-cost sensors in different horticultural sectors. In plant in vitro culture, as a fundamental technique for plant breeding and plant propagation, the majority of evaluation methods to describe the performance of these cultures are based on destructive approaches, limiting data to unique endpoint measurements. Therefore, a non-destructive phenotyping system capable of automated, continuous and objective quantification of in vitro plant traits is desirable. Results An automated low-cost multi-sensor system acquiring phenotypic data of plant in vitro cultures was developed and evaluated. Unique hardware and software components were selected to construct a xyz-scanning system with an adequate accuracy for consistent data acquisition. Relevant plant growth predictors, such as projected area of explants and average canopy height were determined employing multi-sensory imaging and various developmental processes could be monitored and documented. The validation of the RGB image segmentation pipeline using a random forest classifier revealed very strong correlation with manual pixel annotation. Depth imaging by a laser distance sensor of plant in vitro cultures enabled the description of the dynamic behavior of the average canopy height, the maximum plant height, but also the culture media height and volume. Projected plant area in depth data by RANSAC (random sample consensus) segmentation approach well matched the projected plant area by RGB image processing pipeline. In addition, a successful proof of concept for in situ spectral fluorescence monitoring was achieved and challenges of thermal imaging were documented. Potential use cases for the digital quantification of key performance parameters in research and commercial application are discussed. Conclusion The technical realization of "Phenomenon" allows phenotyping of plant in vitro cultures under highly challenging conditions and enables multi-sensory monitoring through closed vessels, ensuring the aseptic status of the cultures. Automated sensor application in plant tissue culture promises great potential for a non-destructive growth analysis enhancing commercial propagation as well as enabling research with novel digital parameters recorded over time.
Why it matches plant phenotyping methods植物組織培養の形質を自動・非破壊・連続測定するマルチセンサーフェノタイピングシステムを開発し、画像分割や深度計測を検証しており、方法が研究の中心である。
abstractAn automated low-cost multi-sensor system acquiring phenotypic data of plant in vitro cultures was developed and evaluated.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe dataset supporting the conclusions of this article (Hard- and Software of “Phenomenon” phenotyping system) are available in an open-access Github repository, https://github.com/halube/Phenomenon .Open asset ↗halube/Phenomenonlines:224-282Code / dataset availability confirmedEurope PMC · Crossref · OpenAlex · checked 7 Sept 2026
Conventional crop height measurements performed using aerial drone images require 3D reconstruction results of several aerial images obtained through structure from motion. Therefore, they require extensive computation time and their measurement accuracy is not high; if the 3D reconstruction result fails, several aerial photos must be captured again. To overcome these challenges, this study proposes a high-precision measurement method that uses a drone equipped with a monocular camera and real-time kinematic global navigation satellite system (RTK-GNSS) for real-time processing. This method performs high-precision stereo matching based on long-baseline lengths (approximately 1 m) during the flight by linking the RTK-GNSS and aerial image capture points. As the baseline length of a typical stereo camera is fixed, once the camera is calibrated on the ground, it does not need to be calibrated again during the flight. However, the proposed system requires quick calibration in flight because the baseline length is not fixed. A new calibration method that is based on zero-mean normalized cross-correlation and two stages least square method, is proposed to further improve the accuracy and stereo matching speed. The proposed method was compared with two conventional methods in natural world environments. It was observed that error rates reduced by 62.2% and 69.4%, for flight altitudes between 10 and 20 m respectively. Moreover, a depth resolution of 1.6 mm and reduction of 44.4% and 63.0% in the error rates were achieved at an altitude of 4.1 m, and the execution time was 88 ms for images with a size of 5472 × 3468 pixels, which is sufficiently fast for real-time measurement.
Why it matches plant phenotyping methodsドローン画像とRTK-GNSSを用いた植物高のリアルタイム測定法を開発し、既存法との精度・処理時間比較で検証しており、植物表現型取得が研究の中心である。
abstractA new calibration method that is based on zero-mean normalized cross-correlation and two stages least square method, is proposed to further improve the accuracy and stereo matching speed.
Reproduction assets foundThe paper's Data availability statement points to a public supplementary materials zip on the authors' site (nobuharaken.com) containing the datasets (drone images with GNSS data) generated and analysed in this plant-height measurement study. No separate analysis code repository is stated.Dataset · publicThe datasets generated and/or analysed during the current study are available in the https://nobuharaken.com/Open asset ↗nobuharaken.compdf-page:14 lines:1-60Code / dataset availability confirmedOpenAlex · checked 13 Sept 2026
Remote-sensing data has become essential for site-specific farming methods. It is also a powerful tool for monitoring the agroecosystem services offered by integrating cover crops (CC) into crop rotations. This study presents a method to determine the canopy height (CH), defined as the average height of the crop stand surface, including tops and gaps, of heterogeneous and multi-species CC using commercial unmanned aerial vehicles (UAVs). Images captured with red–green–blue cameras mounted on UAVs in two missions varying in ground sample distances were used as input for generating three-dimensional point clouds using the structure-from-motion approach. These point clouds were then compared to manual ground measurements. The results showed that the agreement between the methods was closest when CC presented dense and smooth canopies. However, stands with rough canopies or gaps showed substantial differences between the UAV method and ground measurements. We conclude that the UAV method is substantially more precise and accurate in determining CH than measurements taken with a ruler since the UAV introduces additional dimensions with greatly increased resolution. CH can be a reliable indicator of biomass yield, but no differences between the investigated methods were found, probably due to allometric variations of different CC species. We propose the presented UAV method as a promising tool to include site-specific information on CC in crop production strategies.
Why it matches plant phenotyping methodsUAV画像とSfM点群を用いて被覆作物の群落高を推定する手法を提示し、地上測定と比較検証しており、植物形質取得法が研究の中心である。
abstractThis study presents a method to determine the canopy height (CH), defined as the average height of the crop stand surface, including tops and gaps, of heterogeneous and multi-species CC using commercial unmanned aerial vehicles (UAVs).
Reproduction assets foundThe paper's canopy height and biomass measurements (UAV-derived CH, ruler measurements, DMY) are openly available as a Zenodo dataset, explicitly stated in the Data Availability Statement. The Metashape scripts GitHub link and CRAN raster package are generic third-party tools, not authors' analysis code.Dataset · publicData Availability Statement: The data presented in this study are openly available in the Zenodo
archive at the following DOI: https://doi.org/10.5281/zenodo.7713341 (Kümmerer, 2023).Open asset ↗Zenodo · 10.5281/zenodo.7713341pdf-page:15 lines:1-51Code / dataset availability confirmedEurope PMC · Crossref · checked 7 Sept 2026
Recent studies indicate that food demand will increase by 35-56% over the period 2010-2050 due to population increase, economic development, and urbanization. Greenhouse systems allow for the sustainable intensification of food production with demonstrated high crop production per cultivation area. Breakthroughs in resource-efficient fresh food production merging horticultural and AI expertise take place with the international competition "Autonomous Greenhouse Challenge". This paper describes and analyzes the results of the third edition of this competition. The competition's goal is the realization of the highest net profit in fully autonomous lettuce production. Two cultivation cycles were conducted in six high-tech greenhouse compartments with operational greenhouse decision-making realized at a distance and individually by algorithms of international participating teams. Algorithms were developed based on time series sensor data of the greenhouse climate and crop images. High crop yield and quality, short growing cycles, and low use of resources such as energy for heating, electricity for artificial light, and CO 2 were decisive in realizing the competition's goal. The results highlight the importance of plant spacing and the moment of harvest decisions in promoting high crop growth rates while optimizing greenhouse occupation and resource use. In this paper, images taken with depth cameras (RealSense) for each greenhouse were used by computer vision algorithms (Deepabv3+ implemented in detectron2 v0.6) in deciding optimum plant spacing and the moment of harvest. The resulting plant height and coverage could be accurately estimated with an R 2 of 0.976, and a mIoU of 98.2, respectively. These two traits were used to develop a light loss and harvest indicator to support remote decision-making. The light loss indicator could be used as a decision tool for timely spacing. Several traits were combined for the harvest indicator, ultimately resulting in a fresh weight estimation with a mean absolute error of 22 g. The proposed non-invasively estimated indicators presented in this article are promising traits to be used towards full autonomation of a dynamic commercial lettuce growing environment. Computer vision algorithms act as a catalyst in remote and non-invasive sensing of crop parameters, decisive for automated, objective, standardized, and data-driven decision making. However, spectral indexes describing lettuces growth and larger datasets than the currently accessible are crucial to address existing shortcomings between academic and industrial production systems that have been encountered in this work.
Why it matches plant phenotyping methods深度カメラ画像とコンピュータビジョンによりレタスの草丈・被覆率・収量関連形質を推定し、精度評価と自動意思決定指標への応用を行っており、植物表現型取得法が中心である。
abstractimages taken with depth cameras (RealSense) for each greenhouse were used by computer vision algorithms (Deepabv3+ implemented in detectron2 v0.6) in deciding optimum plant spacing and the moment of harvest.
Reproduction assets foundThe paper's complete challenge dataset (climate time-series and annotated lettuce crop images used for the computer vision phenotyping) is published open access on 4TU.ResearchData, cited both in the Data Availability Statement and in reference 56.Dataset · public3rd Autonomous Greenhouse Challenge-Real Challenge Data Climate and Images Dataset: 4TU.ResearchData 2023 Available online: https://data.4tu.nl/articles/dataset/3rd_Autonomous_Greenhouse_Challenge_Online_Challenge_Lettuce_Images/15023088Open asset ↗4TU.ResearchData · 15023088lines:853-968Code / dataset availability confirmedEurope PMC · Crossref · checked 7 Sept 2026
As phenomics data volume and dimensionality increase due to advancements in sensor technology, there is an urgent need to develop and implement scalable data processing pipelines. Current phenomics data processing pipelines lack modularity, extensibility, and processing distribution across sensor modalities and phenotyping platforms. To address these challenges, we developed PhytoOracle (PO), a suite of modular, scalable pipelines for processing large volumes of field phenomics RGB, thermal, PSII chlorophyll fluorescence 2D images, and 3D point clouds. PhytoOracle aims to ( i ) improve data processing efficiency; ( ii ) provide an extensible, reproducible computing framework; and ( iii ) enable data fusion of multi-modal phenomics data. PhytoOracle integrates open-source distributed computing frameworks for parallel processing on high-performance computing, cloud, and local computing environments. Each pipeline component is available as a standalone container, providing transferability, extensibility, and reproducibility. The PO pipeline extracts and associates individual plant traits across sensor modalities and collection time points, representing a unique multi-system approach to addressing the genotype-phenotype gap. To date, PO supports lettuce and sorghum phenotypic trait extraction, with a goal of widening the range of supported species in the future. At the maximum number of cores tested in this study (1,024 cores), PO processing times were: 235 minutes for 9,270 RGB images (140.7 GB), 235 minutes for 9,270 thermal images (5.4 GB), and 13 minutes for 39,678 PSII images (86.2 GB). These processing times represent end-to-end processing, from raw data to fully processed numerical phenotypic trait data. Repeatability values of 0.39-0.95 (bounding area), 0.81-0.95 (axis-aligned bounding volume), 0.79-0.94 (oriented bounding volume), 0.83-0.95 (plant height), and 0.81-0.95 (number of points) were observed in Field Scanalyzer data. We also show the ability of PO to process drone data with a repeatability of 0.55-0.95 (bounding area).
Why it matches plant phenotyping methods植物フェノミクスのマルチモーダル画像・点群から形質を抽出する、スケーラブルで再現可能な処理パイプラインの開発と反復性評価が中心である。
abstractwe developed PhytoOracle (PO), a suite of modular, scalable pipelines for processing large volumes of field phenomics RGB, thermal, PSII chlorophyll fluorescence 2D images, and 3D point clouds.
Reproduction assets foundThe paper's Code and Data Availability statements provide explicit public URLs for the authors' PhytoOracle processing code, ML training-data preparation scripts, trained model training code, and the season-10 lettuce benchmarking dataset (raw RGB/thermal/PSII images and point clouds) hosted on CyVerse.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://datacommons.cyverse.org/browse/iplant/home/shared/phytooracle/season_10_lettuce_yr_2020Open asset ↗iplant/home/shared/phytooracle/season_10_lettuce_yr_2020lines:640-662Code · publicThe automation script and data processing repositories can be accessed at: http://github.com/phytooracleOpen asset ↗github.com/phytooraclelines:640-662Code · publicThe Python scripts used to prepare RGB training data can be accessed here: http://github.com/phytooracle/automation/blob/main/ml/collect_rgb_data.pyOpen asset ↗github.com/phytooracle/automationlines:640-662Code · publicThe Python script used to prepare thermal training data can be accessed here: http://github.com/phytooracle/automation/blob/main/ml/collect_flir_data.pyOpen asset ↗github.com/phytooracle/automationlines:640-662Code · publicThe Python script used to prepare 3D-derived images can be found here: http://github.com/phytooracle/3d_heat_map/blob/main/3d_heat_map.pyOpen asset ↗github.com/phytooracle/3d_heat_maplines:640-662Code / dataset availability confirmedarXiv · OpenAlex · checked 15 Sept 2026
In intensively managed forests in Europe, where forests are divided into stands of small size and may show heterogeneity within stands, a high spatial resolution (10 - 20 meters) is arguably needed to capture the differences in canopy height. In this work, we developed a deep learning model based on multi-stream remote sensing measurements to create a high-resolution canopy height map over the "Landes de Gascogne" forest in France, a large maritime pine plantation of 13,000 km$^2$ with flat terrain and intensive management. This area is characterized by even-aged and mono-specific stands, of a typical length of a few hundred meters, harvested every 35 to 50 years. Our deep learning U-Net model uses multi-band images from Sentinel-1 and Sentinel-2 with composite time averages as input to predict tree height derived from GEDI waveforms. The evaluation is performed with external validation data from forest inventory plots and a stereo 3D reconstruction model based on Skysat imagery available at specific locations. We trained seven different U-net models based on a combination of Sentinel-1 and Sentinel-2 bands to evaluate the importance of each instrument in the dominant height retrieval. The model outputs allow us to generate a 10 m resolution canopy height map of the whole "Landes de Gascogne" forest area for 2020 with a mean absolute error of 2.02 m on the Test dataset. The best predictions were obtained using all available satellite layers from Sentinel-1 and Sentinel-2 but using only one satellite source also provided good predictions. For all validation datasets in coniferous forests, our model showed better metrics than previous canopy height models available in the same region.
Why it matches plant phenotyping methodsSentinel/GEDI等のリモートセンシング画像から樹冠高を推定する深層学習手法を開発し、外部データで検証しているため、植物形質取得法が中心である。
abstractwe developed a deep learning model based on multi-stream remote sensing measurements to create a high-resolution canopy height map
Reproduction assets foundThe paper's primary phenotyping-relevant input is the GEDI L2A canopy height dataset (526,449 footprints over the Landes forest, 2020), explicitly downloaded from NASA's EarthDataSearch. This is a public, paper-specific sensor dataset directly used for the study's canopy height measurements and model training. No code,Dataset · publicwater bodies (Beck et al., 2020). Indeed, these
surfaces mirror the transmitted waveforms that have a pulse width of ~ 15 ns which
corresponds to a ~ 2.25 m wide waveform (Dubayah et al., 2020).
In total, 526,449 footprints from the GEDIv002 L2A product (Dubayah et al., 2021) were
downloaded from NASA’s EarthDataSearch website
(https://search.earthdata.nasa.gov/search) for this study, covering the entire area of interest
for 2020. Due to atmospheric perturbations, some waveforms could not be used to give
information on the vertical forest structure. Therefore, several filtering criteria were applied to
remove unusable waveforms: (1) When the quality_flag provided in the GEDI data was set toOpen asset ↗GEDIv002 L2Apdf-raw-page:6 lines:1-45Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
Unmanned aerial vehicles (UAVs) are powerful tools for monitoring crops for high-throughput phenotyping. Time-series aerial photography of fields can record the whole process of crop growth. Canopy height (CH), which is vertical plant growth, has been used as an indicator for the evaluation of lodging tolerance and the prediction of biomass and yield. However, there have been few attempts to use UAV-derived time-series CH data for field testing of crop lines. Here we provide a novel framework for trait prediction using CH data in rice. We generated UAV-based digital surface models of crops to extract CH data of 30 Japanese rice cultivars in 2019, 2020, and 2021. CH-related parameters were calculated in a non-linear time-series model as an S-shaped plant growth curve. The maximum saturation CH value was the most important predictor for culm length. The time point at the maximum CH contributed to the prediction of days to heading, and was able to predict stem and leaf weight and aboveground weight, possibly reflecting the association of biomass with duration of vegetative growth. These results indicate that the CH-related parameters acquired by UAV can be useful as predictors of traits typically measured by hand.
Why it matches plant phenotyping methodsUAV画像から作物のキャノピー高を抽出し、時系列モデルで生育・形質を予測する枠組みが研究の中心であり、実質的な植物フェノタイピング手法の開発・適用に該当する。
abstractHere we provide a novel framework for trait prediction using CH data in rice.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1 ) in 2019, 2020, and 2021 from the aspect of genetics and examined how to use the CH data for the prediction of traits usually measured by hand ( Figure 1 ).Open asset ↗lines:342-376Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Here we provide the 'Global Spectrum of Plant Form and Function Dataset', containing species mean values for six vascular plant traits. Together, these traits -plant height, stem specific density, leaf area, leaf mass per area, leaf nitrogen content per dry mass, and diaspore (seed or spore) mass - define the primary axes of variation in plant form and function. The dataset is based on ca. 1 million trait records received via the TRY database (representing ca. 2,500 original publications) and additional unpublished data. It provides 92,159 species mean values for the six traits, covering 46,047 species. The data are complemented by higher-level taxonomic classification and six categorical traits (woodiness, growth form, succulence, adaptation to terrestrial or aquatic habitats, nutrition type and leaf type). Data quality management is based on a probabilistic approach combined with comprehensive validation against expert knowledge and external information. Intense data acquisition and thorough quality control produced the largest and, to our knowledge, most accurate compilation of empirically observed vascular plant species mean traits to date.
Why it matches plant phenotyping methods植物形質の大規模再利用可能データセットを構築し、確率的品質管理と外部情報による検証を実施しており、形質データ基盤が研究の中心である。
abstractHere we provide the 'Global Spectrum of Plant Form and Function Dataset', containing species mean values for six vascular plant traits.
Reproduction assets foundThe paper's core asset is the 'Global Spectrum of Plant Form and Function Dataset' (species mean values for six plant traits plus categorical traits and references), explicitly deposited publicly under a CC-BY license in the TRY File Archive with DOI 10.17871/TRY.81. This is a paper-specific, publicly actionable trait/Dataset · publicThe dataset is available under a CC-BY license at the TRY File Archive (https://www.try-db.org/TryWeb/Data.php):
Díaz, S. et al. The global spectrum of plant form and function: enhanced species-level trait dataset. TRY File
Archive https://doi.org/10.17871/TRY.81 (2022)244Open asset ↗TRY File Archive · 10.17871/TRY.81pdf-page:5 lines:1-62Code / dataset availability confirmedEurope PMC · OpenAlex · checked 8 Sept 2026
Conventional crop height measurements performed using aerial drone images require the 3D reconstruction results of several aerial images obtained through structure from motion. Therefore, they require extensive computation times and their measurement accuracy is not high; if the 3D reconstruction result fails, several aerial photos must be captured again. To overcome these challenges, this study proposes a high-precision measurement method that uses a drone equipped with a monocular camera and real-time kinematic global navigation satellite system (RTK-GNSS) for real-time processing. This method performs high-precision stereo matching based on long-baseline lengths during flight by linking the RTK-GNSS and aerial image capture points. A new calibration method is proposed to further improve the accuracy and stereo matching speed. Throught the comparison between the proposed method and conventional methods in natural world environments, wherein it reduced the error rates by 62.2% and 69.4%, at flight altitudes of 10 and 20 m. Moreover, a depth resolution of 1.6 mm and reduction of 44.4% and 63.0% in the errors were achieved at an altitude of 4.1 m, and the execution time was 88 ms for images with a size of 5472 × 3468 pixels, which is sufficiently fast for real-time measurement.
Why it matches plant phenotyping methodsドローン画像とRTK-GNSSを用いた植物高のリアルタイム測定法を開発し、既存法との精度・速度比較で検証しており、表現型取得手法が中心である。
abstractThrought the comparison between the proposed method and conventional methods in natural world environments, wherein it reduced the error rates by 62.2% and 69.4%
Reproduction assets foundThe preprint declares that the datasets generated/analysed (drone images, GNSS data, and phenotyping measurements) are publicly available in the authors' supplementary materials zip archive. The Middlebury stereo dataset is a generic external resource, not paper-specific.Dataset · publicAvailability of data and material : The datasets generated and/or analysed during the current study are available in the https://nobuharaken.com/NatSciRep/supplementary_materials.zip repository.Open asset ↗nobuharaken.com/NatSciRep/supplementary_materials.ziplines:266-284Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 8 Sept 2026
Plant height (PH) is an essential trait in maize (Zea mays) that is tightly associated with planting density, biomass, lodging resistance, and grain yield in the field. Dissecting the dynamics of maize plant architecture will be beneficial for ideotype-based maize breeding and prediction, as the genetic basis controlling PH in maize remains largely unknown. In this study, we developed an automated high-throughput phenotyping platform (HTP) to systematically and noninvasively quantify 77 image-based traits (i-traits) and 20 field traits (f-traits) for 228 maize inbred lines across all developmental stages. Time-resolved i-traits with novel digital phenotypes and complex correlations with agronomic traits were characterized to reveal the dynamics of maize growth. An i-trait-based genome-wide association study identified 4945 trait-associated SNPs, 2603 genetic loci, and 1974 corresponding candidate genes. We found that rapid growth of maize plants occurs mainly at two developmental stages, stage 2 (S2) to S3 and S5 to S6, accounting for the final PH indicators. By integrating the PH-association network with the transcriptome profiles of specific internodes, we revealed 13 hub genes that may play vital roles during rapid growth. The candidate genes and novel i-traits identified at multiple growth stages may be used as potential indicators for final PH in maize. One candidate gene, ZmVATE, was functionally validated and shown to regulate PH-related traits in maize using genetic mutation. Furthermore, machine learning was used to build predictive models for final PH based on i-traits, and their performance was assessed across developmental stages. Moderate, strong, and very strong correlations between predictions and experimental datasets were achieved from the early S4 (tenth-leaf) stage. Colletively, our study provides a valuable tool for dissecting the spatiotemporal formation of specific internodes and the genetic architecture of PH, as well as resources and predictive models that are useful for molecular design breeding and predicting maize varieties with ideal plant architectures.
Why it matches plant phenotyping methods自動化された高スループット画像表現型プラットフォームを開発し、77種類の画像形質を定量化・検証し、機械学習による草丈予測も評価しており、表現型取得・抽出法が研究の中心である。
abstractwe developed an automated high-throughput phenotyping platform (HTP) to systematically and noninvasively quantify 77 image-based traits (i-traits) and 20 field traits (f-traits) for 228 maize inbred lines across all developmental stages.
Reproduction assets foundThe paper explicitly states that all images and phenotypic data are available on figshare and that the HTP/RGB image and GWAS analysis pipeline code is available on the authors' GitHub repository (maizeHTP). Both are paper-specific, public, and actionable.Dataset · publicAll the images and phenotypic data are available at https://figshare.com/account/home#/projects/141743 .Open asset ↗figshare · projects/141743lines:168-200Code · publicThe code for HTP from LemnaTec and the code for the RGB image and GWAS analysis pipelines can be downloaded at https://github.com/GUOWEIJUN/maizeHTP .Open asset ↗GitHub · GUOWEIJUN/maizeHTPlines:168-200Code / dataset availability confirmedOpenAlex · checked 15 Sept 2026
Abstract. The SiDroForest (Siberian drone-mapped forest inventory) data collection is an attempt to remedy the scarcity of forest structure data in the circumboreal region by providing adjusted and labeled tree-level and vegetation plot-level data for machine learning and upscaling purposes. We present datasets of vegetation composition and tree and plot level forest structure for two important vegetation transition zones in Siberia, Russia; the summergreen–evergreen transition zone in Central Yakutia and the tundra–taiga transition zone in Chukotka (NE Siberia). The SiDroForest data collection consists of four datasets that contain different complementary data types that together support in-depth analyses from different perspectives of Siberian Forest plot data for multi-purpose applications. i. Dataset 1 provides unmanned aerial vehicle (UAV)-borne data products covering the vegetation plots surveyed during fieldwork (Kruse et al., 2021, https://doi.org/10.1594/PANGAEA.933263). The dataset includes structure-from-motion (SfM) point clouds and red–green–blue (RGB) and red–green–near-infrared (RGN) orthomosaics. From the orthomosaics, point-cloud products were created such as the digital elevation model (DEM), canopy height model (CHM), digital surface model (DSM) and the digital terrain model (DTM). The point-cloud products provide information on the three-dimensional (3D) structure of the forest at each plot.ii. Dataset 2 contains spatial data in the form of point and polygon shapefiles of 872 individually labeled trees and shrubs that were recorded during fieldwork at the same vegetation plots (van Geffen et al., 2021c, https://doi.org/10.1594/PANGAEA.932821). The dataset contains information on tree height, crown diameter, and species type. These tree and shrub individually labeled point and polygon shapefiles were generated on top of the RGB UVA orthoimages. The individual tree information collected during the expedition such as tree height, crown diameter, and vitality are provided in table format. This dataset can be used to link individual information on trees to the location of the specific tree in the SfM point clouds, providing for example, opportunity to validate the extracted tree height from the first dataset. The dataset provides unique insights into the current state of individual trees and shrubs and allows for monitoring the effects of climate change on these individuals in the future.iii. Dataset 3 contains a synthesis of 10 000 generated images and masks that have the tree crowns of two species of larch (Larix gmelinii and Larix cajanderi) automatically extracted from the RGB UAV images in the common objects in context (COCO) format (van Geffen et al., 2021a, https://doi.org/10.1594/PANGAEA.932795). As machine-learning algorithms need a large dataset to train on, the synthetic dataset was specifically created to be used for machine-learning algorithms to detect Siberian larch species.iv. Dataset 4 contains Sentinel-2 (S-2) Level-2 bottom-of-atmosphere processed labeled image patches with seasonal information and annotated vegetation categories covering the vegetation plots (van Geffen et al., 2021b, https://doi.org/10.1594/PANGAEA.933268). The dataset is created with the aim of providing a small ready-to-use validation and training dataset to be used in various vegetation-related machine-learning tasks. It enhances the data collection as it allows classification of a larger area with the provided vegetation classes. The SiDroForest data collection serves a variety of user communities. The detailed vegetation cover and structure information in the first two datasets are of use for ecological applications, on one hand for summergreen and evergreen needle-leaf forests and also for tundra–taiga ecotones. Datasets 1 and 2 further support the generation and validation of land cover remote-sensing products in radar and optical remote sensing. In addition to providing information on forest structure and vegetation composition of the vegetation plots, the third and fourth datasets are prepared as training and validation data for machine-learning purposes. For example, the synthetic tree-crown dataset is generated from the raw UAV images and optimized to be used in neural networks. Furthermore, the fourth SiDroForest dataset contains S-2 labeled image patches processed to a high standard that provide training data on vegetation class categories for machine-learning classification with JavaScript Object Notation (JSON) labels provided. The SiDroForest data collection adds unique insights into remote hard-to-reach circumboreal forest regions.
Why it matches plant phenotyping methodsUAV画像・点群から森林の3D構造や個体樹木の高さ・樹冠径を扱う再利用可能なデータセットを提供し、抽出結果の検証や機械学習に用いるため、植物表現型データ基盤が中心です。
abstractThe SiDroForest (Siberian drone-mapped forest inventory) data collection is an attempt to remedy the scarcity of forest structure data in the circumboreal region by providing adjusted and labeled tree-level and vegetation plot-level data for machine learning and upscaling purposes.
Reproduction assets foundThe paper is a data description paper for the SiDroForest collection; all four datasets (UAV-SfM point clouds/orthomosaics, individually labeled trees, synthetic tree-crown images, Sentinel-2 labeled patches) are published on PANGAEA with explicit public download availability.Dataset · publice future users time when attempting to classify
vegetation of central Siberian and eastern Siberian boreal forests.
5 Data availability
All four datasets of the SiDroForest data collection are published in the PANGAEA data repository and are available for download:
i.
UAV-SfM point clouds, point-cloud products, and orthoimages: https://doi.org/10.1594/PANGAEA.933263 (Kruse
et al., 2021b),
ii.
Individually labeled trees: https://doi.org/10.1594/PANGAEA.932821 (van Geffen et al., 2021c),
iii.
Synthetically created tree-crown dataset: https://doi.org/10.1594/PANGAEA.932795 (van Geffen et al., 2021a),
iv.
Sentinel-2 labeled image patches: https://doi.org/10.1594/PANGAEA.933268 (van Geffen et aOpen asset ↗PANGAEA · 10.1594/PANGAEA.933263lines:557-585Dataset · publicerian boreal forests.
5 Data availability
All four datasets of the SiDroForest data collection are published in the PANGAEA data repository and are available for download:
i.
UAV-SfM point clouds, point-cloud products, and orthoimages: https://doi.org/10.1594/PANGAEA.933263 (Kruse
et al., 2021b),
ii.
Individually labeled trees: https://doi.org/10.1594/PANGAEA.932821 (van Geffen et al., 2021c),
iii.
Synthetically created tree-crown dataset: https://doi.org/10.1594/PANGAEA.932795 (van Geffen et al., 2021a),
iv.
Sentinel-2 labeled image patches: https://doi.org/10.1594/PANGAEA.933268 (van Geffen et al., 2021b).
6 Conclusions
The circumboreal forests are covering large areas on the globe. EverOpen asset ↗PANGAEA · 10.1594/PANGAEA.932821lines:557-585Dataset · publice PANGAEA data repository and are available for download:
i.
UAV-SfM point clouds, point-cloud products, and orthoimages: https://doi.org/10.1594/PANGAEA.933263 (Kruse
et al., 2021b),
ii.
Individually labeled trees: https://doi.org/10.1594/PANGAEA.932821 (van Geffen et al., 2021c),
iii.
Synthetically created tree-crown dataset: https://doi.org/10.1594/PANGAEA.932795 (van Geffen et al., 2021a),
iv.
Sentinel-2 labeled image patches: https://doi.org/10.1594/PANGAEA.933268 (van Geffen et al., 2021b).
6 Conclusions
The circumboreal forests are covering large areas on the globe. Every new forest dataset collected, processed further, and published in a ready-to-use format for a wide range of biolOpen asset ↗PANGAEA · 10.1594/PANGAEA.932795lines:557-585Dataset · publicand orthoimages: https://doi.org/10.1594/PANGAEA.933263 (Kruse
et al., 2021b),
ii.
Individually labeled trees: https://doi.org/10.1594/PANGAEA.932821 (van Geffen et al., 2021c),
iii.
Synthetically created tree-crown dataset: https://doi.org/10.1594/PANGAEA.932795 (van Geffen et al., 2021a),
iv.
Sentinel-2 labeled image patches: https://doi.org/10.1594/PANGAEA.933268 (van Geffen et al., 2021b).
6 Conclusions
The circumboreal forests are covering large areas on the globe. Every new forest dataset collected, processed further, and published in a ready-to-use format for a wide range of biological and ecological applications is therefore quite rare and an important addition for scientific studiOpen asset ↗PANGAEA · 10.1594/PANGAEA.933268lines:557-585Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
Abstract Context Mixing cultivars is an agroecological practice of crop diversification, increasingly used for cereals. The yield of such cereal mixtures is higher on average than the mean yield of their components in pure stands, but with a large variance. The drivers of this variance are plant- plant interactions leading to different plant phenotypes in pure and mixed stands, i.e phenotypic plasticity. Objectives The objectives were (i) to quantify the magnitude of phenotypic plasticity for yield in pure versus mixed stands, (ii) to identify the yield components that contribute the most to yield plasticity, and (iii) to link such plasticities to differences in functional traits, i.e. plant height and flowering earliness. Methods A new experimental design based on a precision sowing allowed phenotyping each cultivar in mixture, at the level of individual plants, for above-ground traits throughout growth. Eight commercial cultivars of Triticum aestivum L. were grown in pure and mixed stands in field plots repeated for two years (2019-2020, 2020-2021) with contrasted climatic conditions and with nitrogen fertilization, fungicide and weed removal management strategies. Two quaternary mixtures were assembled with cultivars contrasted either for height or earliness. Results Compared to the average of cultivars in pure stands, the height mixture strongly underyielded over both years (-29%) while the earliness mixture overyielded the second year (+11%) and underyielded the first year (-8%). The second year, the magnitude of cultivar’s grain weight plasticity, measured as the difference between pure and mixed stands, was significantly and positively associated with their relative yield differences in pure stands (R 2 =0.51). When grain weight plasticity, measured as the log ratio of pure over mixed stands, was partitioned as the sum of plasticities in each yield component, its strongest contributor was the plasticity in spike number per plant (∼56% of the sum), driven by even stronger but opposed underlying plasticities in both tiller emission and regression. For both years, the plasticity in tiller emission was significantly, positively associated with the height differentials between cultivars in mixture (R 2 =0.43 in 2019-2020 and 0.17 in 2020-2021). Conclusions Plasticity in the early recognition of potential resource competitors is a major component of cultivar strategies in mixtures, as shown here for tillering dynamics. Our results also highlighted a link between plasticity in tiller emission and height differential in mixture. Both height and tillering dynamics displayed plasticities typical of the shade avoidance syndrome. Implications Both the new experimental design and decomposition of plasticities developed in this study open avenues to better study plant-plant interactions in agronomically-realistic conditions. This study also contributed a unique, plant-level data set allowing the calibration of process-based plant models to explore the space of all possible mixtures.
Why it matches plant phenotyping methods精密播種による個体レベルの生育形質フェノタイピング実験デザインと、形質可塑性の分解手法が明示的な技術的貢献であり、単なる収量測定にとどまらない。
abstractA new experimental design based on a precision sowing allowed phenotyping each cultivar in mixture, at the level of individual plants, for above-ground traits throughout growth.
Reproduction assets foundThe paper's phenotyping data, supplementary material, and analysis code are openly deposited on Recherche Data Gouv at https://doi.org/10.57745/LZS8SU, as stated in the Reproducibility section. This is a paper-specific, public, actionable asset directly reproducing the wheat pure/mixed-stand phenotyping measurements (eDataset · publicSupplementary information, data
and code that support the findings of this study are openly available at the INRAE
space of the Recherche Data Gouv repository https://doi.org/10.57745/LZS8SU.Open asset ↗Recherche Data Gouv · 10.57745/LZS8SUpdf-page:15 lines:1-40Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
In cereals with hollow internodes, lodging resistance is influenced by morphological characteristics such as internode diameter and culm wall thickness. Despite their relevance, knowledge of the genetic control of these traits and their relationship with lodging is lacking in temperate cereals such as barley. To fill this gap, we developed an image analysis-based protocol to accurately phenotype culm diameters and culm wall thickness across 261 barley accessions. Analysis of culm trait data collected from field trials in seven different environments revealed high heritability values (>50%) for most traits except thickness and stiffness, as well as genotype-by-environment interactions. The collection was structured mainly according to row-type, which had a confounding effect on culm traits as evidenced by phenotypic correlations. Within both row-type subsets, outer diameter and section modulus showed significant negative correlations with lodging (<-0.52 and <-0.45, respectively), but no correlation with plant height, indicating the possibility of improving lodging resistance independent of plant height. Using 50k iSelect SNP genotyping data, we conducted multi-environment genome-wide association studies using mixed model approach across the whole panel and row-type subsets: we identified a total of 192 quantitative trait loci (QTLs) for the studied traits, including subpopulation-specific QTLs and 21 main effect loci for culm diameter and/or section modulus showing effects on lodging without impacting plant height. Providing insights into the genetic architecture of culm morphology in barley and the possible role of candidate genes involved in hormone and cell wall-related pathways, this work supports the potential of loci underpinning culm features to improve lodging resistance and increase barley yield stability under changing environments.
Why it matches plant phenotyping methods大麦の穂軸径と穂軸壁厚を測定する画像解析プロトコルを開発し、多数アクセッション・複数環境で適用しており、表現型取得法が研究の中心的要素である。
abstractwe developed an image analysis-based protocol to accurately phenotype culm diameters and culm wall thickness across 261 barley accessions.
Reproduction assets foundThe paper's culm morphology phenotype measurements (BLUEs per genotype, trait statistics, heritability inputs) are distributed via the article's public supplementary material, which also contains the image-analysis phenotyping protocol (Supplementary Method 1) and analysis methods (Supplementary Methods 3-4). No authorSupplement · publicwe initially obtained the best linear unbiased estimates (BLUEs; Supplementary Table 1 ) of each genotype from the analysis of individual environmentsOpen asset ↗lines:49-59Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Monitoring within-field crop variability at fine spatial and temporal resolution can assist farmers in making reliable decisions during their agricultural management; however, it traditionally involves a labor-intensive and time-consuming pointwise manual process. To the best of our knowledge, few studies conducted a comparison of Sentinel-2 with UAV data for crop monitoring in the context of precision agriculture. Therefore, prospects of crop monitoring for characterizing biophysical plant parameters and leaf nitrogen of wheat and barley crops were evaluated from a more practical viewpoint closer to agricultural routines. Multispectral UAV and Sentinel-2 imagery was collected over three dates in the season and compared with reference data collected at 20 sample points for plant leaf nitrogen (N), maximum plant height, mean plant height, leaf area index (LAI), and fresh biomass. Higher correlations of UAV data to the agronomic parameters were found on average than with Sentinel-2 data with a percentage increase of 6.3% for wheat and 22.2% for barley. In this regard, VIs calculated from spectral bands in the visible part performed worse for Sentinel-2 than for the UAV data. In addition, large-scale patterns, formed by the influence of an old riverbed on plant growth, were recognizable even in the Sentinel-2 imagery despite its much lower spatial resolution. Interestingly, also smaller features, such as the tramlines from controlled traffic farming (CTF), had an influence on the Sentinel-2 data and showed a systematic pattern that affected even semivariogram calculation. In conclusion, Sentinel-2 imagery is able to capture the same large-scale pattern as can be derived from the higher detailed UAV imagery; however, it is at the same time influenced by management-driven features such as tramlines, which cannot be accurately georeferenced. In consequence, agronomic parameters were better correlated with UAV than with Sentinel-2 data. Crop growers as well as data providers from remote sensing services may take advantage of this knowledge and we recommend the use of UAV data as it gives additional information about management-driven features. For future perspective, we would advise fusing UAV with Sentinel-2 imagery taken early in the season as it can integrate the effect of agricultural management in the subsequent absence of high spatial resolution data to help improve crop monitoring for the farmer and to reduce costs.
Why it matches plant phenotyping methodsUAVおよびSentinel-2マルチスペクトル画像から草丈、LAI、バイオマス、葉窒素などの植物形質を推定し、参照データとの相関比較・技術評価を行っているため、植物フェノタイピング手法の検証・応用が中心です。
abstractprospects of crop monitoring for characterizing biophysical plant parameters and leaf nitrogen of wheat and barley crops were evaluated
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicSupplementary Materials: The following supporting information can be downloaded at:
https://www.mdpi.com/article/10.3390/rs14174426/s1, Table S1: Summary statistics of the plant trait
variables measured at 20 sample points in field A; Table S2: Summary statistics of the plant trait
variables measured at 20 sample points in field G; Table S3: Absolute correlation results of plant
maximum height and mean height in field AOpen asset ↗pdf-page:20 lines:1-58Code / dataset availability confirmedEurope PMC · OpenAlex · checked 13 Sept 2026
Growth traits, such as fresh weight, diameter, and leaf area, are pivotal indicators of growth status and the basis for the quality evaluation of lettuce. The time-consuming, laborious and inefficient method of manually measuring the traits of lettuce is still the mainstream. In this study, a three-stage multi-branch self-correcting trait estimation network (TMSCNet) for RGB and depth images of lettuce was proposed. The TMSCNet consisted of five models, of which two master models were used to preliminarily estimate the fresh weight (FW), dry weight (DW), height (H), diameter (D), and leaf area (LA) of lettuce, and three auxiliary models realized the automatic correction of the preliminary estimation results. To compare the performance, typical convolutional neural networks (CNNs) widely adopted in botany research were used. The results showed that the estimated values of the TMSCNet fitted the measurements well, with coefficient of determination ( R 2 ) values of 0.9514, 0.9696, 0.9129, 0.8481, and 0.9495, normalized root mean square error (NRMSE) values of 15.63, 11.80, 11.40, 10.18, and 14.65% and normalized mean squared error (NMSE) value of 0.0826, which was superior to compared methods. Compared with previous studies on the estimation of lettuce traits, the performance of the TMSCNet was still better. The proposed method not only fully considered the correlation between different traits and designed a novel self-correcting structure based on this but also studied more lettuce traits than previous studies. The results indicated that the TMSCNet is an effective method to estimate the lettuce traits and will be extended to the high-throughput situation. Code is available at https://github.com/lxsfight/TMSCNet.git.
Why it matches plant phenotyping methodsRGB・深度画像からレタスの複数形質を推定する新規ネットワークを開発し、既存手法と性能比較しており、植物フェノタイピング手法が研究の中心である。
abstracta three-stage multi-branch self-correcting trait estimation network (TMSCNet) for RGB and depth images of lettuce was proposed
Reproduction assets foundThe paper uses the public Autonomous Greenhouses Challenge 3 dataset (RGB/depth lettuce images with FW/DW/H/D/LA measurements) and states author code availability on GitHub.Code · publicCode is available at https://github.com/lxsfight/TMSCNet.git .Open asset ↗github.com/lxsfight/TMSCNetlines:1-41Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Genomic prediction has revolutionized crop breeding despite remaining issues of transferability of models to unseen environmental conditions and environments. Usage of endophenotypes rather than genomic markers leads to the possibility of building phenomic prediction models that can account, in part, for this challenge. Here, we compare and contrast genomic prediction and phenomic prediction models for 3 growth-related traits, namely, leaf count, tree height, and trunk diameter, from 2 coffee 3-way hybrid populations exposed to a series of treatment-inducing environmental conditions. The models are based on 7 different statistical methods built with genomic markers and ChlF data used as predictors. This comparative analysis demonstrates that the best-performing phenomic prediction models show higher predictability than the best genomic prediction models for the considered traits and environments in the vast majority of comparisons within 3-way hybrid populations. In addition, we show that phenomic prediction models are transferrable between conditions but to a lower extent between populations and we conclude that chlorophyll a fluorescence data can serve as alternative predictors in statistical models of coffee hybrid performance. Future directions will explore their combination with other endophenotypes to further improve the prediction of growth-related traits for crops.
Why it matches plant phenotyping methodsクロロフィル蛍光データを用いたフェノミック予測モデルを構築・比較し、成長形質の予測性能と条件間・集団間の転移性を評価しているため、植物フェノタイピング手法が中心である。
abstractThe models are based on 7 different statistical methods built with genomic markers and ChlF data used as predictors.
Reproduction assets foundThe paper's Data availability statement explicitly states that all code and datasets (including the ChlF phenomic data and growth-trait phenotypes used for GP/PP modeling) are freely available at the authors' public GitHub repository https://github.com/alainmbebi/GP-PP, which matches an allowed URL. Other URLs (BGLR CRCode · publicr and is an excellent proxy for photosynthesis in coffee, making it a tool of choice for assessing the vigor of a genotype, which the present study tends to prove.
Data availability
We implemented all statistical models using R programming language; the codes and all data sets used in the current study are freely available from https://github.com/alainmbebi/GP-PP .
Supplemental material is available at G3 online.
Supplementary Material
jkac170_Supplementary_Data_File_S1
Click here for additional data file.
jkac170_Supplementary_Data_File_S2
Click here for additional data file.
Acknowledgments
We would like to thank the 2 anonymous reviewers for their suggestions and comments.
Funding
ThOpen asset ↗alainmbebi/GP-PPlines:876-910Code / dataset availability confirmedEurope PMC · Crossref · checked 8 Sept 2026
Low-altitude aerial imaging, an approach that can collect large-scale plant imagery, has grown in popularity recently. Amongst many phenotyping approaches, unmanned aerial vehicles (UAVs) possess unique advantages as a consequence of their mobility, flexibility and affordability. Nevertheless, how to extract biologically relevant information effectively has remained challenging. Here, we present AirMeasurer, an open-source and expandable platform that combines automated image analysis, machine learning and original algorithms to perform trait analysis using 2D/3D aerial imagery acquired by low-cost UAVs in rice (Oryza sativa) trials. We applied the platform to study hundreds of rice landraces and recombinant inbred lines at two sites, from 2019 to 2021. A range of static and dynamic traits were quantified, including crop height, canopy coverage, vegetative indices and their growth rates. After verifying the reliability of AirMeasurer-derived traits, we identified genetic variants associated with selected growth-related traits using genome-wide association study and quantitative trait loci mapping. We found that the AirMeasurer-derived traits had led to reliable loci, some matched with published work, and others helped us to explore new candidate genes. Hence, we believe that our work demonstrates valuable advances in aerial phenotyping and automated 2D/3D trait analysis, providing high-quality phenotypic information to empower genetic mapping for crop improvement.
Why it matches plant phenotyping methodsUAV画像からイネの形態・生育形質を自動抽出するオープンソース基盤の開発と信頼性検証が中心であり、遺伝解析への応用も含むため採録。
abstractwe present AirMeasurer, an open-source and expandable platform that combines automated image analysis, machine learning and original algorithms to perform trait analysis using 2D/3D aerial imagery acquired by low-cost UAVs in rice (Oryza sativa) trials.
Reproduction assets foundThe paper's Data Availability statement explicitly provides the AirMeasurer source code, GUI software, and testing 2D/3D aerial images (orthomosaics and point clouds) at a public GitHub release URL, directly supporting this paper's phenotyping analysis.Code · publicThe source code, testing data, and other datasets supporting the results presented here are available at https://github.com/The‐Zhou‐Lab/UAV/releases/tag/V2.0.2 .Open asset ↗The‐Zhou‐Lab/UAV · V2.0.2lines:589-611Code / dataset availability confirmedEurope PMC · OpenAlex · checked 13 Sept 2026
Growth indices can quantify crop productivity and establish optimal environmental, nutritional, and irrigation control strategies. A convolutional neural network (CNN)-based model is presented for estimating various growth indices (i.e., fresh weight, dry weight, height, leaf area, and diameter) of four varieties of greenhouse lettuce using red, green, blue, and depth (RGB-D) data obtained using a stereo camera. Data from an online autonomous greenhouse challenge (Wageningen University, June 2021) were employed in this study. The data were collected using an Intel RealSense D415 camera. The developed model has a two-stage CNN architecture based on ResNet50V2 layers. The developed model provided coefficients of determination from 0.88 to 0.95, with normalized root mean square errors of 6.09%, 6.30%, 7.65%, 7.92%, and 5.62% for fresh weight, dry weight, height, diameter, and leaf area, respectively, on unknown lettuce images. Using red, green, blue (RGB) and depth data employed in the CNN improved the determination accuracy for all five lettuce growth indices due to the ability of the stereo camera to extract height information on lettuce. The average time for processing each lettuce image using the developed CNN model run on a Jetson SUB mini-PC with a Jetson Xavier NX was 0.83 s, indicating the potential for the model in fast real-time sensing of lettuce growth indices.
Why it matches plant phenotyping methodsRGB-D画像とCNNを用いてレタスの複数の生育形質を推定する手法を開発・検証しており、表現型取得が研究の中心である。
abstractA convolutional neural network (CNN)-based model is presented for estimating various growth indices (i.e., fresh weight, dry weight, height, leaf area, and diameter) of four varieties of greenhouse lettuce using red, green, blue, and depth (RGB-D) data obtained using a stereo camera.
Reproduction assets foundThe paper's phenotyping inputs (388 RGB-D lettuce image pairs with destructive growth-index measurements from the Third Autonomous Greenhouse Challenge) are a third-party public dataset explicitly stated to be publicly available at 4TU.ResearchData, with the DOI 10.4121/15023088.v1 cited in the text and figure captionsDataset · publicThe dataset is available in online: https://doi.org/10.4121/15023088.v1 [ 30 ].Open asset ↗10.4121/15023088.v1lines:518-697Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Plant functional traits at the community level (plant community traits hereafter) are commonly used in trait-based ecology for the study of vegetation–environment relationships. Previous studies have shown that a variety of plant functional traits at the species or community level can be successfully retrieved by airborne or spaceborne imaging spectrometer in homogeneous, species-poor ecosystems. However, findings from these studies may not apply to heterogeneous, species-rich ecosystems. Here, we aim to determine whether unmanned aerial vehicle (UAV)-based hyperspectral imaging could adequately estimate plant community traits in a species-rich alpine meadow ecosystem on the Qinghai–Tibet Plateau. To achieve this, we compared the performance of four non-parametric regression models, i.e., partial least square regression (PLSR), the generic algorithm integrated with the PLSR (GA-PLSR), random forest (RF) and extreme gradient boosting (XGBoost) for the retrieval of 10 plant community traits using visible and near-infrared (450–950 nm) UAV hyperspectral imaging. Our results show that chlorophyll a, chlorophyll b, carotenoid content, starch content, specific leaf area and leaf thickness were estimated with good accuracies, with the highest R2 values between 0.64 (nRMSE = 0.16) and 0.83 (nRMSE = 0.11). Meanwhile, the estimation accuracies for nitrogen content, phosphorus content, plant height and leaf dry matter content were relatively low, with the highest R2 varying from 0.3 (nRMSE = 0.24) to 0.54 (nRMSE = 0.20). Among the four tested algorithms, the GA-PLSR produced the highest accuracy, followed by PLSR and XGBoost, and RF showed the poorest performance. Overall, our study demonstrates that UAV-based visible and near-infrared hyperspectral imaging has the potential to accurately estimate multiple plant community traits for the natural grassland ecosystem at a fine scale.
Why it matches plant phenotyping methodsUAVハイパースペクトル画像と複数の回帰モデルを用いて植物群落形質を推定し、手法性能を比較評価しているため、形質取得・推定法が研究の中心である。
abstractwe compared the performance of four non-parametric regression models, i.e., partial least square regression (PLSR), the generic algorithm integrated with the PLSR (GA-PLSR), random forest (RF) and extreme gradient boosting (XGBoost) for the retrieval of 10 plant community traits using visible and near-infrared (450–950 nm) UAV hyperspectral imaging.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicFigure S2: The UAV hyperspectral image used
for mapping plant community traits. The upper one is the raw image and the lower one is the
corrected image shown in true colour composites.Open asset ↗pdf-page:12 lines:1-58Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
The stem-related phenotype of mature stage soybean is important in soybean material selection. How to improve on traditional manual methods and obtain the stem-related phenotype of soybean more quickly and accurately is a problem faced by producers. With the development of smart agriculture, many scientists have explored soybean phenotypes and proposed new acquisition methods, but soybean mature stem-related phenotype studies are relatively scarce. In this study, we used a deep learning method within the convolutional neural network to detect mature soybean stem nodes and identified soybean structural features through a novel directed search algorithm. We subsequently obtained the pitch number, internodal length, branch number, branching angle, plant type spatial conformation, plant height, main stem length, and new phenotype-stem curvature. After 300 epochs, we compared the recognition results of various detection algorithms to select the best. Among them, YOLOX had a maximum average accuracy (mAP) of 94.36% for soybean stem nodes and scale markers. Through comparison of the phenotypic information extracted by the directed search algorithm with the manual measurement results, we obtained the Pearson correlation coefficients, R, of plant height, pitch number, internodal length, main stem length, stem curvature, and branching angle, which were 0.9904, 0.9853, 0.9861, 0.9925, 0.9084, and 0.9391, respectively. These results show that our algorithm can be used for robust measurements and counting of soybean phenotype information, which can reduce labor intensity, improve efficiency, and accelerate soybean breeding.
Why it matches plant phenotyping methods深層学習と指向性探索アルゴリズムを開発し、成熟ダイズの茎関連形質を画像から抽出・手測定と検証しており、植物フェノタイピング手法が研究の中心です。
abstractIn this study, we used a deep learning method within the convolutional neural network to detect mature soybean stem nodes and identified soybean structural features through a novel directed search algorithm.
Reproduction assets foundThe paper's mature soybean stem-node image dataset (1,523 original images, augmented to 6,092) is publicly deposited on Kaggle by the authors. No author analysis code or trained model checkpoints are explicitly released; supplementary material contains only figures/tables, not datasets or code.Dataset · publicThe dataset is available at https://www.kaggle.com/datasets/soberguo/soybeannode .Open asset ↗Kaggle · soberguo/soybeannodelines:331-343Code / dataset availability confirmedCrossref · checked 8 Sept 2026
Abstract. Grasslands are an important part of pre-Alpine and Alpine landscapes. Despite the economic value and the significant role of grasslands in carbon and nitrogen (N) cycling, spatially explicit information on grassland biomass and quality is rarely available. Remotely sensed data from unmanned aircraft systems (UASs) and satellites might be an option to overcome this gap. Our study aims to investigate the potential of low-cost UAS-based multispectral sensors for estimating above-ground biomass (dry matter, DM) and plant N concentration. In our analysis, we compared two different sensors (Parrot Sequoia, SEQ; MicaSense RedEdge-M, REM), three statistical models (linear model; random forests, RFs; gradient-boosting machines, GBMs), and six predictor sets (i.e. different combinations of raw reflectance, vegetation indices, and canopy height). Canopy height information can be derived from UAS sensors but was not available in our study. Therefore, we tested the added value of this structural information with in situ measured bulk canopy height data. A combined field sampling and flight campaign was conducted in April 2018 at different grassland sites in southern Germany to obtain in situ and the corresponding spectral data. The hyper-parameters of the two machine learning (ML) approaches (RF, GBM) were optimized, and all model setups were run with a 6-fold cross-validation. Linear models were characterized by very low statistical performance measures, thus were not suitable to estimate DM and plant N concentration using UAS data. The non-linear ML algorithms showed an acceptable regression performance for all sensor–predictor set combinations with average (avg; cross-validated, cv) Rcv2 of 0.48, RMSEcv,avg of 53.0 g m2, and rRMSEcv,avg (relative) of 15.9 % for DM and with Rcv,avg2 of 0.40, RMSEcv,avg of 0.48 wt %, and rRMSEcv, avg of 15.2 % for plant N concentration estimation. The optimal combination of sensors, ML algorithms, and predictor sets notably improved the model performance. The best model performance for the estimation of DM (Rcv2=0.67, RMSEcv=41.9 g m2, rRMSEcv=12.6 %) was achieved with an RF model that utilizes all possible predictors and REM sensor data. The best model for plant N concentration was a combination of an RF model with all predictors and SEQ sensor data (Rcv2=0.47, RMSEcv=0.45 wt %, rRMSEcv=14.2 %). DM models with the spectral input of REM performed significantly better than those with SEQ data, while for N concentration models, it was the other way round. The choice of predictors was most influential on model performance, while the effect of the chosen ML algorithm was generally lower. The addition of canopy height to the spectral data in the predictor set significantly improved the DM models. In our study, calibrating the ML algorithm improved the model performance substantially, which shows the importance of this step.
Why it matches plant phenotyping methodsUASマルチスペクトルセンサーと機械学習を用いて、草地の乾物バイオマスおよび植物窒素濃度という植物形質を推定し、センサー・アルゴリズム・予測変数を比較検証しているため、フェノタイピング手法が中心である。
abstractOur study aims to investigate the potential of low-cost UAS-based multispectral sensors for estimating above-ground biomass (dry matter, DM) and plant N concentration.
Reproduction assets foundThe paper's field dataset (in situ DM, plant N concentration, canopy height, and corresponding UAS multispectral measurements from 10 grassland sites) is publicly deposited in PANGAEA. The authors' analysis code is only available upon request, so it does not qualify as a public asset.Dataset · publicThe field data set used in this study is
available in the PANGAEA repository at https://doi.org/10.1594/PANGAEA.920600 (Schucknecht et al., 2020b).Open asset ↗PANGAEA · 10.1594/PANGAEA.920600lines:1344-1401Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Herbaceous aboveground biomass (HAB) is a key indicator of grassland vegetation and indirect estimation tools, such as remote sensing imagery, increase the potential for covering larger areas in a timely and cost-efficient way. Structure from Motion (SfM) is an image analysis process that can create a variety of 3D spatial models as well as 2D orthomosaics from a set of images. Computed from Unmanned Aerial Vehicle (UAV) and ground camera measurements, the SfM potential to estimate the herbaceous aboveground biomass in Sahelian rangelands was tested in this study. Both UAV and ground camera recordings were used at three different scales: temporal, landscape, and national (across Senegal). All images were processed using PIX4D software (photogrammetry software) and were used to extract vegetation indices and heights. A random forest algorithm was used to estimate the HAB and the average estimation errors were around 150 g m - ² for fresh mass (20% relative error) and 60 g m - ² for dry mass (around 25% error). A comparison between different datasets revealed that the estimates based on camera data were slightly more accurate than those from UAV data. It was also found that combining datasets across scales for the same type of tool (UAV or camera) could be a useful option for monitoring HAB in Sahelian rangelands or in other grassy ecosystems.
Why it matches plant phenotyping methodsSfM画像解析とUAV・地上カメラを用いて、植生高や指数から草本地上部バイオマスを推定し、異なるデータセット・スケールで精度比較を行っており、植物形質推定手法が中心です。
abstractthe SfM potential to estimate the herbaceous aboveground biomass in Sahelian rangelands was tested in this study.
Reproduction assets foundThe paper's UAV and ground-camera SfM phenotyping datasets (National, Landscape, and Temporal UAV datasets) are explicitly deposited on Zenodo with DOIs given in the Open Research Badges and Data Availability sections, making them public, paper-specific, and directly actionable.Dataset · publicWriting – review & editing (equal). Emile Faye: Conceptualization (equal); Methodology (equal).
OPEN RESEARCH BADGES
This article has earned an Open Data Badge for making publicly available the digitally‐shareable data necessary to reproduce the reported results. The data is available at https://doi.org/10.5281/zenodo.6421543 , https://doi.org/10.5281/zenodo.5148337 and https://doi.org/10.5281/zenodo.5145395 .
Supporting information
Appendix S1
Click here for additional data file.
ACKNOWLEDGMENTS
This research was financed by the Carbon Sequestration and Green‐house Gas Emissions in (Agro) Sylvopastoral Ecosystems in the Sahelian CILSS States (CaSSECS) project, supported by the European UnOpen asset ↗zenodo · 10.5281/zenodo.5148337lines:571-608Dataset · publicaye: Conceptualization (equal); Methodology (equal).
OPEN RESEARCH BADGES
This article has earned an Open Data Badge for making publicly available the digitally‐shareable data necessary to reproduce the reported results. The data is available at https://doi.org/10.5281/zenodo.6421543 , https://doi.org/10.5281/zenodo.5148337 and https://doi.org/10.5281/zenodo.5145395 .
Supporting information
Appendix S1
Click here for additional data file.
ACKNOWLEDGMENTS
This research was financed by the Carbon Sequestration and Green‐house Gas Emissions in (Agro) Sylvopastoral Ecosystems in the Sahelian CILSS States (CaSSECS) project, supported by the European Union under the Development Smart InnovationOpen asset ↗zenodo · 10.5281/zenodo.5145395lines:571-608Dataset · publicview & editing (equal). Rasmus Fensholt: Writing – review & editing (equal). Emile Faye: Conceptualization (equal); Methodology (equal).
OPEN RESEARCH BADGES
This article has earned an Open Data Badge for making publicly available the digitally‐shareable data necessary to reproduce the reported results. The data is available at https://doi.org/10.5281/zenodo.6421543 , https://doi.org/10.5281/zenodo.5148337 and https://doi.org/10.5281/zenodo.5145395 .
Supporting information
Appendix S1
Click here for additional data file.
ACKNOWLEDGMENTS
This research was financed by the Carbon Sequestration and Green‐house Gas Emissions in (Agro) Sylvopastoral Ecosystems in the Sahelian CILSS States (CaSSEOpen asset ↗zenodo · 10.5281/zenodo.6421543lines:571-608Code / dataset availability confirmedCrossref · OpenAlex · checked 14 Sept 2026
Arctic vegetation communities are rapidly changing with climate warming, which impacts wildlife, carbon cycling and climate feedbacks. Accurately monitoring vegetation change is thus crucial, but scale mismatches between field and satellite-based monitoring cause challenges. Remote sensing from unmanned aerial vehicles (UAVs) has emerged as a bridge between field data and satellite-based mapping. We assess the viability of using high resolution UAV imagery and UAV-derived Structure from Motion (SfM) to predict cover, height and aboveground biomass (henceforth biomass) of Arctic plant functional types (PFTs) across a range of vegetation community types. We classified imagery by PFT, estimated cover and height, and modeled biomass from UAV-derived volume estimates. Predicted values were compared to field estimates to assess results. Cover was estimated with root-mean-square error (RMSE) 6.29-14.2% and height was estimated with RMSE 3.29-10.5 cm, depending on the PFT. Total aboveground biomass was predicted with RMSE 220.5 g m -2 , and per-PFT RMSE ranged from 17.14-164.3 g m -2 . Deciduous and evergreen shrub biomass was predicted most accurately, followed by lichen, graminoid, and forb biomass. Our results demonstrate the effectiveness of using UAVs to map PFT biomass, which provides a link towards improved mapping of PFTs across large areas using earth observation satellite imagery.
Why it matches plant phenotyping methodsUAV画像とSfMから植物機能タイプの被覆、草丈、地上部バイオマスを推定し、現地推定値との比較で精度評価を行うことが研究の中心であるため。
abstractWe assess the viability of using high resolution UAV imagery and UAV-derived Structure from Motion (SfM) to predict cover, height and aboveground biomass (henceforth biomass) of Arctic plant functional types (PFTs) across a range of vegetation community types.
Reproduction assets foundThe paper's plant-phenotyping data (UAV-derived PFT cover, canopy height, biomass, and field validation measurements) are explicitly stated to be publicly archived at the NSF Arctic Data Center under DOI 10.18739/A2R785Q5B. No author analysis code or trained model checkpoints are described with a public deposit.Dataset · publicns Attribution 4.0 International License (CC BY 4.0),
which permits unrestricted use, distribution, and reproduc-
tion in any medium, provided the original author(s) and
source are credited.
Data availability
Data supporting the results in this paper are publicly
archived at the National Science Foundation Arctic Data Cen-
ter: https://doi.org/10.18739/A2R785Q5B.Author information
Author ORCIDs
Kathleen M. Orndahlhttps://orcid.org/0000-0002-4873-4375
Author contributions
KMO and SJG conceived the ideas; KMO, LPWE, and JDH de-
signed the methodology; KMO, LPWE, JDH, and REP collected
the data; KMO, LPWE, and REP processed and curated the
data; KMO analyzed the data with input from MH; KMO ledOpen asset ↗10.18739/A2R785Q5Bpdf-raw-page:14 lines:1-99Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
Phenotyping is considered a significant bottleneck impeding fast and efficient crop improvement. Similar to many crops, Brassica napus, an internationally important oilseed crop, suffers from low genetic diversity, and will require exploitation of diverse genetic resources to develop locally adapted, high yielding and stress resistant cultivars. A pilot study was completed to assess the feasibility of using indoor high-throughput phenotyping (HTP), semi-automated image processing, and machine learning to capture the phenotypic diversity of agronomically important traits in a diverse B. napus breeding population, SKBnNAM, introduced here for the first time. The experiment comprised 50 spring-type B. napus lines, grown and phenotyped in six replicates under two treatment conditions (control and drought) over 38 days in a LemnaTec Scanalyzer 3D facility. Growth traits including plant height, width, projected leaf area, and estimated biovolume were extracted and derived through processing of RGB and NIR images. Anthesis was automatically and accurately scored (97% accuracy) and the number of flowers per plant and day was approximated alongside relevant canopy traits (width, angle). Further, supervised machine learning was used to predict the total number of raceme branches from flower attributes with 91% accuracy (linear regression and Huber regression algorithms) and to identify mild drought stress, a complex trait which typically has to be empirically scored (0.85 area under the receiver operating characteristic curve, random forest classifier algorithm). The study demonstrates the potential of HTP, image processing and computer vision for effective characterization of agronomic trait diversity in B. napus, although limitations of the platform did create significant variation that limited the utility of the data. However, the results underscore the value of machine learning for phenotyping studies, particularly for complex traits such as drought stress resistance.
Why it matches plant phenotyping methods屋内ハイスループット表現型解析、画像処理、機械学習を用いて作物形質を抽出・予測し、プラットフォーム性能も評価しているため、方法が研究の中心である。
abstractA pilot study was completed to assess the feasibility of using indoor high-throughput phenotyping (HTP), semi-automated image processing, and machine learning to capture the phenotypic diversity of agronomically important traits
Reproduction assets foundThe paper's full LemnaTec HTP image dataset (RGB, NIR, FLUOR, HYP images of 50 B. napus founder lines) is openly available at the authors' P2IRC USask repository, directly reproducing this paper's phenotyping measurements. The genomevis tool concerns SNP/genotype visualization, not phenotyping, and no analysis code is,Dataset · publicThe full image dataset is openly available at https://p2irc-data-dev.usask.ca/dataset/10.1109.SciDataManager.2020.7284788 (Dataset name: P2IRC Flagship 1 Data).Open asset ↗P2IRC Flagship 1 Data · 10.1109.SciDataManager.2020.7284788lines:323-329Code / dataset availability confirmedOpenAlex · Crossref · checked 14 Sept 2026
Abstract Greenhouse‐based high‐throughput phenotyping (HTP) presents a useful approach for studying novel plant growth‐promoting bacteria (PGPB). Despite the potential of this approach to leverage genetic variability for breeding new maize ( Zea Mays L.) cultivars exhibiting highly stable symbiosis with PGPB, greenhouse‐based HTP platforms are not yet widely used because they are highly expensive; hence, it is challenging to perform HTP studies under a limited budget. In this study, we built a low‐cost greenhouse‐based HTP platform to collect growth‐related image‐derived phenotypes. We assessed 360 inbred maize lines with or without PGPB inoculation under nitrogen‐limited conditions. Plant height, canopy coverage, and canopy volume obtained from photogrammetry were evaluated five times during early maize development. A plant biomass index was constructed as a function of plant height and canopy coverage. Inoculation with PGPB promoted plant growth in early developmental stages. Phenotypic correlations between the image‐derived phenotypes and manual measurements were at least 0.47 in the later stages of plant development. The genomic heritability estimates of the image‐derived phenotypes ranged from 0.23 to 0.54. Moderate‐to‐strong genomic correlations between the plant biomass index and shoot dry mass (0.24–0.47) and between HTP‐based plant height and manually measured plant height (0.55–0.68) across the developmental stages showed the utility of our HTP platform. Collectively, our results demonstrate the usefulness of the low‐cost HTP platform for large‐scale genetic and management studies to capture plant growth.
Why it matches plant phenotyping methods低コストの温室HTPプラットフォームを構築し、画像から植物高・群落被覆・群落体積・バイオマス指標を抽出して手動測定と検証しており、表現型取得法が研究の中心である。
abstractPlant height, canopy coverage, and canopy volume obtained from photogrammetry were evaluated five times during early maize development.
Reproduction assets foundThe paper's Data Availability section states that the image data underlying this greenhouse maize phenotyping study are publicly deposited on Mendeley Data (https://doi.org/10.17632/frsfpgnsyz.1), which is an allowed URL. The genotype data deposit (10.17632/5gvznd2b3n.3) is also mentioned but is genomic/omics data and,Dataset · publicestimate genomic heritability
using the following formula:
ℎ2
𝑔 =
σ2
𝑔
σ2
𝑔+
σ2
𝑒
𝑛𝑟
The estimates of genomic correlation were obtained from
the estimated variance-covariance matrix in the bivariate
Bayesian GBLUP model.
2.9 Data availability
The genotype and image data are available at https://doi.org/10.17632/5gvznd2b3n.3 and https://doi.org/10.17632/frsfpgnsyz.1, respectively.
3 RESULTS
3.1 Image processing and data extraction
A total of 756 plots (plants) in each replication across time
were evaluated during plant development. Each collection of
images took approximately 10 min. The ground resolution of
the orthomosaics was approximately 2.30 mm pix–1, and the
GCP error was approximatOpen asset ↗pdf-raw-page:6 lines:1-131Code / dataset availability confirmedOpenAlex · checked 14 Sept 2026
Abstract Temperature is a main driver of plant growth and development. New phenotyping tools enable quantifying the temperature response of hundreds of genotypes. Yet, for field-derived data, temperature response modelling bears flaws and pitfalls concerning the interpretation of derived parameters. In this study, climate data from five growing seasons with differing temperature distributions served as starting point for a growth simulation of wheat stem elongation, based on a four-parametric temperature response function (Wang–Engel) including all cardinal temperatures. In a novel approach, we re-extracted dose–responses from the simulation by combining high-resolution (hours) temperature courses with low-resolution (days) height data. The collection of such data is common in field phenotyping platforms. To take advantage of the lack of supra-optimal temperatures during the stem elongation, simpler (linear and asymptotic) models to predict temperature response parameters were investigated. The asymptotic model extracted the base temperature of growth and the maximum absolute growth rate with high precision, whereas simpler, linear models failed to do so. Additionally, the asymptotic model provided a proxy estimate for the optimum temperature. However, when including seasonally changing cardinal temperatures, the prediction accuracy of the asymptotic model was strongly reduced. In a field study with three winter wheat varieties, significant differences were found for all three asymptotic dose–response curve parameters. We conclude that the asymptotic model based on high-resolution temperature courses is suitable to extract meaningful parameters from field-based data.
Why it matches plant phenotyping methods高解像度温度データと反復草丈データから小麦の成長・温度応答形質を抽出するモデルを開発・評価しており、表現型抽出手法が研究の中心である。
titlePhenomics data processing: extracting dose–response curve parameters from high-resolution temperature courses and repeated field-based wheat height measurements
Reproduction assets foundThe paper's Data Availability statement explicitly deposits the source code supporting its phenotyping analysis (dose–response extraction from wheat height and temperature data) in a public ETH GitLab repository, archived in the ETH Research Collection with a DOI. Both URLs are allowed and the repository/identifier verCode · publicting—original draft. H.-P.P.: Conceptualization,
methodology, writing—review & editing. A.H.: Conceptualization,
supervision, project administration, funding acquisition, writing—
review & editing.
DATA AVAILABILITY
Data and source code that support the findings of this study are openly
available in the ETH gitlab repository at https://gitlab.ethz.ch/crop_phenotyping/htfp_data_processing and archived in the ETH research
collection (http://doi.org/10.5905/ethz-1007-385).LITERATURE CITED
Araus JL, Kefauver SC, Zaman-Allah M, Olsen MS, Cairns JE. 2018.
Translating high-throughput phenotyping into genetic gain. Trends
in Plant Science 23:451–466. doi:10.1016/j.tplants.2018.02.001.
Bonhomme R. 20Open asset ↗gitlab.ethz.ch/crop_phenotyping/htfp_data_processingpdf-raw-page:13 lines:1-88Code · publication,
supervision, project administration, funding acquisition, writing—
review & editing.
DATA AVAILABILITY
Data and source code that support the findings of this study are openly
available in the ETH gitlab repository at https://gitlab.ethz.ch/crop_phenotyping/htfp_data_processing and archived in the ETH research
collection (http://doi.org/10.5905/ethz-1007-385).LITERATURE CITED
Araus JL, Kefauver SC, Zaman-Allah M, Olsen MS, Cairns JE. 2018.
Translating high-throughput phenotyping into genetic gain. Trends
in Plant Science 23:451–466. doi:10.1016/j.tplants.2018.02.001.
Bonhomme R. 2000. Bases and limits to using ‘degree.day’
units. European Journal of Agronomy 13:1–10. doi:10.1016/
SOpen asset ↗10.5905/ethz-1007-385pdf-raw-page:13 lines:1-88Code / dataset availability confirmedEurope PMC · OpenAlex · Crossref · checked 9 Sept 2026
Growing evaluation in the early stages of crop development can be critical to eventual yield. Point clouds have been used for this purpose in tasks such as detection, characterization, phenotyping, and prediction on different crops with terrestrial mapping platforms based on laser scanning. 3D model generation requires the use of specialized measurement equipment, which limits access to this technology because of their complex and high cost, both hardware elements and data processing software. An unmanned 3D reconstruction mapping system of orchards or small crops has been developed to support the determination of morphological indices, allowing the individual calculation of the height and radius of the canopy of the trees to monitor plant growth. This paper presents the details on each development stage of a low-cost mapping system which integrates an Unmanned Ground Vehicle UGV and a 2D LiDAR to generate 3D point clouds. The sensing system for the data collection was developed from the design in mechanical, electronic, control, and software layers. The validation test was carried out on a citrus crop section by a comparison of distance and canopy height values obtained from our generated point cloud concerning the reference values obtained with a photogrammetry method. A 3D crop map was generated to provide a graphical view of the density of tree canopies in different sections which led to the determination of individual plant characteristics using a Python-assisted tool. Field evaluation results showed plant individual tree height and crown diameter with a root mean square error of around 30.8 and 45.7 cm between point cloud data and reference values.
Why it matches plant phenotyping methods低コストUGV・LiDARによる3D植物計測システムを開発し、樹冠形態指標を抽出・検証しており、植物フェノタイピング手法が研究の中心である。
abstractAn unmanned 3D reconstruction mapping system of orchards or small crops has been developed to support the determination of morphological indices, allowing the individual calculation of the height and radius of the canopy of the trees to monitor plant growth.
Reproduction assets foundThe paper's Data Availability Statement provides an authors' public GitHub repository containing their code implementation for the UGV-LiDAR citrus crop mapping/phenotyping system. No separate phenotype dataset or point cloud deposit is stated.Code · publicOur code implementation is available online at https://github.com/HaroldMurcia/miniRover_LiDAR_citrush_crop.git , accessed on 25 November 2021.Open asset ↗HaroldMurcia/miniRover_LiDAR_citrush_croplines:356-358Code / dataset availability confirmedOpenAlex · Crossref · checked 14 Sept 2026
High-throughput maize phenotyping at both organ and plant levels plays a key role in molecular breeding for increasing crop yields. Although the rapid development of light detection and ranging (LiDAR) provides a new way to characterize three-dimensional (3D) plant structure, there is a need to develop robust algorithms for extracting 3D phenotypic traits from LiDAR data to assist in gene identification and selection. Accurate 3D phenotyping in field environments remains challenging, owing to difficulties in segmentation of organs and individual plants in field terrestrial LiDAR data. We describe a two-stage method that combines both convolutional neural networks (CNNs) and morphological characteristics to segment stems and leaves of individual maize plants in field environments. It initially extracts stem points using the PointCNN model and obtains stem instances by fitting 3D cylinders to the points. It then segments the field LiDAR point cloud into individual plants using local point densities and 3D morphological structures of maize plants. The method was tested using 40 samples from field observations and showed high accuracy in the segmentation of both organs (F-score =0.8207) and plants (F-score =0.9909). The effectiveness of terrestrial LiDAR for phenotyping at organ (including leaf area and stem position) and individual plant (including individual height and crown width) levels in field environments was evaluated. The accuracies of derived stem position (position error =0.0141 m), plant height (R2 >0.99), crown width (R2 >0.90), and leaf area (R2 >0.85) allow investigating plant structural and functional phenotypes in a high-throughput way. This CNN-based solution overcomes the major challenges in organ-level phenotypic trait extraction associated with the organ segmentation, and potentially contributes to studies of plant phenomics and precision agriculture.
Why it matches plant phenotyping methodsLiDARとCNNを用いてトウモロコシの器官・個体を分割し、葉面積、茎位置、草丈、樹冠幅などの表現型形質を抽出する手法を開発・検証しており、フェノタイピング手法が中心である。
abstractWe describe a two-stage method that combines both convolutional neural networks (CNNs) and morphological characteristics to segment stems and leaves of individual maize plants in field environments.
Reproduction assets foundThe authors explicitly state that the implementation code and test data for the maize LiDAR segmentation/phenotyping method are publicly available on GitHub at the sysu-xin-lab/Corn_segmentation repository, which is an allowed URL.Code · publicated that the proposed method extracts accurate
information for high-throughput phenotyping from terrestrial
LiDAR data and provides helpful information for potential analysis
of the relationship between genotypes, environmental conditions
and phenotypes. The implementation code and test data may be
publicly accessed in GitHub (https://github.com/sysu-xin-lab/Corn_segmentation). We welcome researchers and scholars to fur-
ther evaluate and improve the proposed method.
CRediT authorship contribution statement
Zurui Ao: Methodology, Investigation, Writing – original draft.
Fangfang Wu: Investigation. Saihan Hu: Investigation. Ying Sun:
Methodology. Yanjun Su: Methodology. Qinghua Guo: MethodolOpen asset ↗sysu-xin-lab/Corn_segmentationpdf-raw-page:10 lines:1-83Code / dataset availability confirmedbioRxiv · Europe PMC · OpenAlex · Crossref · checked 15 Sept 2026
Manual phenotyping of tomato plants is time consuming and labor intensive. Due to the lack of low-cost and open-access 3D phenotyping tools, the dynamic 3D growth of tomato plants during all growth stages has not been fully explored. In this study, based on the 3D structural data points generated by employing structures from motion algorithms on multiple-view images, we proposed a dynamic 3D phenotyping pipeline, 4DPhenoMVS, to calculate and analyze 14 phenotypic traits of tomato plants covering the whole life cycle. The results showed that the R2 values between the phenotypic traits and the manual measurements stem length, plant height, and internode length were more than 0.8. In addition, to investigate the environmental influence on tomato plant growth and yield in the greenhouse, eight tomato plants were chosen and phenotyped during 7 growth stages according to different light intensities, temperatures, and humidities. The results showed that stronger light intensity and moderate temperature and humidity contribute to a higher growth rate and higher yield. In conclusion, we developed a low-cost and open-access 3D phenotyping pipeline for tomato plants, which will benefit tomato breeding, cultivation research, and functional genomics in the future. HighlightsBased on the 3D structural data points generated by employing structures from motion algorithms on multiple-view images, we developed a low-cost and open-access 3D phenotyping tool for tomato plants during all growth stages.
Why it matches plant phenotyping methods低コストの多視点画像・3D再構成によるトマト表現型抽出パイプラインを開発し、複数形質を手測定と検証しており、方法が研究の中心である。
abstractwe proposed a dynamic 3D phenotyping pipeline, 4DPhenoMVS, to calculate and analyze 14 phenotypic traits of tomato plants covering the whole life cycle.
Reproduction assets foundThe paper's Data Availability statement provides a public URL for downloading all phenotypic data and multiview tomato images used in the 4DPhenoMVS pipeline. Source code is referenced only via Supplementary Note S1 with no authors' public URL in the supplied text, so it is not included as an actionable asset.Dataset · publicng Agricultural University and
478
Shenzhen Institute of agricultural genomics (SZYJY2021005, SZYJY2021007). We
479
thanked Harvest-Code Technology (Nanjing) Ltd. provided the materials and
480
experimental resources.
481
482
Data Availability
483
All the phenotypic data and images can be viewed and downloaded via the link
484
(http://plantphenomics.hzau.edu.cn/download_checkiflogin_en.action).485
486
References
487
Aguilar MA, Pozo JL, Aguilar FJ, Sanchez-Hermosilla J, Negreiros J. 2008. 3d
488
Surface Modelling of Tomato Plants Using Close-Range Photogrammetry. Archives
489
of Photogrammetry, Remote Sensing and Spatial 37, B5, 139-144.
490
An N, Welch SM, Markelz RJC, Baker RL, Palmer CM, Open asset ↗plantphenomics.hzau.edu.cnpdf-raw-page:24 lines:1-78Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
High-throughput phenotyping systems with unmanned aerial vehicles (UAVs) enable observation of crop lines in the field. In this study, we show the ability of time-course monitoring of canopy height (CH) to identify quantitative trait loci (QTLs) and to characterise their pleiotropic effect on various traits. We generated a digital surface model from low-altitude UAV-captured colour digital images and investigated CH data of rice multi-parental advanced generation inter-cross (MAGIC) lines from tillering and heading to maturation. Genome-wide association studies (GWASs) using the CH data and haplotype information of the MAGIC lines revealed 11 QTLs for CH. Each QTL showed haplotype effects on different features of CH such as stage-specificity and constancy. Haplotype analysis revealed relationships at the QTL level between CH and, vegetation fraction and leaf colour [derived from UAV red–green–blue (RGB) data], and CH and yield-related traits. Noticeably, haplotypes with canopy lowering effects at qCH1-4, qCH2, and qCH10-2 increased the ratio of panicle weight to leaf and stem weight, suggesting biomass allocation to grain yield or others through growth regulation of CH. Allele mining using gene information with eight founders of the MAGIC lines revealed the possibility that qCH1-4 contains multiple alleles of semi-dwarf 1 (sd1), the IR-8 allele of which significantly contributed to the “green revolution” in rice. This use of remote-sensing-derived phenotyping data into genetics using the MAGIC lines gives insight into how rice plants grow, develop, and produce grains in phenology and provides information on effective haplotypes for breeding with ideal plant architecture and grain yield.
Why it matches plant phenotyping methodsUAV画像からデジタル表面モデルと時系列のイネ群落高を抽出し、遺伝解析に利用する高スループット表現型計測が研究の中心であるため。
abstractHigh-throughput phenotyping systems with unmanned aerial vehicles (UAVs) enable observation of crop lines in the field.
Reproduction assets foundThe paper's supplementary material explicitly contains the paper-specific phenotyping datasets (Supplementary Data 1: canopy height data; Supplementary Data 2: haplotype data; Supplementary Data 3-4: haplotype counts and time-course effects) used for the haplotype-based GWAS, and is publicly available at the Frontiers'Supplement · publicknowledgments
We thank Emi Abe, Aono Yuko, Terumi Satou, Megumi Suzuki, Yukari Shimazu, Tomomi Koguchi, Miho Shoji, and Mitsue Ito for the field support, and Matthew Shenton for scientific discussion and English editing of the manuscript.
Supplementary Material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2021.715184/full#supplementary-material
Click here for additional data file.
Click here for additional data file.
References
Chen Y., Sidhu H. S., Kaviani M., McElroy M. S., Pozniak C. J., Navabi A. (2019). Application of image-based phenotyping tools to identify QTL for in-field winter survival of winter wheat ( TritiOpen asset ↗lines:290-333Code / dataset availability confirmedCrossref · Europe PMC · OpenAlex · checked 9 Sept 2026
Abstract Background Being able to accurately assess the 3D architecture of plant canopies can allow us to better estimate plant productivity and improve our understanding of underlying plant processes. This is especially true if we can monitor these traits across plant development. Photogrammetry techniques, such as structure from motion, have been shown to provide accurate 3D reconstructions of monocot crop species such as wheat and rice, yet there has been little success reconstructing crop species with smaller leaves and more complex branching architectures, such as chickpea. Results In this work, we developed a low-cost 3D scanner and used an open-source data processing pipeline to assess the 3D structure of individual chickpea plants. The imaging system we developed consists of a user programmable turntable and three cameras that automatically captures 120 images of each plant and offloads these to a computer for processing. The capture process takes 5–10 min for each plant and the majority of the reconstruction process on a Windows PC is automated. Plant height and total plant surface area were validated against “ground truth” measurements, producing R 2 > 0.99 and a mean absolute percentage error Conclusions Our results show that it is possible to use low-cost photogrammetry techniques to accurately reconstruct individual chickpea plants, a crop with a complex architecture consisting of many small leaves and a highly branching structure. We hope that our use of open-source software and low-cost hardware will encourage others to use this promising technique for more architecturally complex species.
Why it matches plant phenotyping methodsヒヨコマメ個体の3D形態を取得する低コスト撮像システムとオープンソース解析パイプラインを開発し、草丈・表面積を基準値で検証しており、フェノタイピング手法が中心である。
abstractIn this work, we developed a low-cost 3D scanner and used an open-source data processing pipeline to assess the 3D structure of individual chickpea plants.
Reproduction assets foundThe authors deposited the paper's 3D point clouds and meshed chickpea models in an open-access Zenodo repository (DOI 10.5281/zenodo.4018242). Processing scripts are only included as article additional files, and the source images are available only on request from the corresponding author.Dataset · publicThe dataset supporting the conclusions of this article (3D point clouds and meshed models) are available in an open-access Zenodo repository, https://doi.org/10.5281/zenodo.4018242 .Open asset ↗Zenodo · 10.5281/zenodo.4018242lines:149-193Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Kenaf ( Hibiscus cannabinus L.) is an industrial crop used as a raw material in various fields and is cultivated worldwide. Compared to high potential for its utilization, breeding sector is not vigorous partially due to laborous breeding procedure. Thus, efficient breeding methods are required for varieties that can adapt to various environments and obtain optimal production. For that, identifying kenaf’s characteristics is very important during the breeding process. Here, we investigated if RGB based vegetative index (VI) could be associated with traits for biomass. We used 20 varieties and germplasm of kenaf and RGB images taken with unmanned aerial vehicles (UAVs) for field selection in early and late growth stage. In addition, measuring the stem diameter and the number of nodes confirmed whether the vegetative index value obtained from the RGB image could infer the actual plant biomass. Based on the results, it was confirmed that the individual surface area and estimated plant height, which were identified from the RGB image, had positive correlations with the stem diameter and node number, which are actual growth indicators of the rate of growth further, biomass could also be estimated based on this. Moreover, it is suggested that VIs have a high correlation with actual growth indicators; thus, the biomass of kenaf could be predicted. Interstingly, those traits showing high correlation in the late stage had very low correlations in the early stage. To sum up, the results in the current study suggest a more efficient breeding method by reducing labor and resources required for breeding selection by the use of RGB image analysis obtained by UAV. This means that considerable high-quality research could be performed even with a tight budget. Furthermore, this method could be applied to crop management, which is done with other vegetative indices using a multispectral camera.
Why it matches plant phenotyping methodsUAVのRGB画像から植生指数、表面積、推定草丈を抽出し、茎径・節数・バイオマスを推定する画像ベース表現型計測法を評価しており、方法の適用と妥当性確認が中心です。
abstractHere, we investigated if RGB based vegetative index (VI) could be associated with traits for biomass.
Reproduction assets foundThe article states that all relevant data (kenaf phenotyping measurements and UAV RGB-derived traits/VIs) are available on the Open Science Framework (osf.io/tfamn), which is a paper-specific public deposit. However, the only permitted URL in this audit is the FAOSTAT statistics page, which is a generic external data源,Dataset · publicAll relevant data are available on the Open Science Framework ( osf.io/tfamn ).Open asset ↗lines:584-612Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 8 Sept 2026
Understanding the growth and development of individual plants is of central importance in modern agriculture, crop breeding, and crop science. To this end, using 3D data for plant analysis has gained attention over the last years. High-resolution point clouds offer the potential to derive a variety of plant traits, such as plant height, biomass, as well as the number and size of relevant plant organs. Periodically scanning the plants even allows for performing spatio-temporal growth analysis. However, highly accurate 3D point clouds from plants recorded at different growth stages are rare, and acquiring this kind of data is costly. Besides, advanced plant analysis methods from machine learning require annotated training data and thus generate intense manual labor before being able to perform an analysis. To address these issues, we present with this dataset paper a multi-temporal dataset featuring high-resolution registered point clouds of maize and tomato plants, which we manually labeled for computer vision tasks, such as for instance segmentation and 3D reconstruction, providing approximately 260 million labeled 3D points. To highlight the usability of the data and to provide baselines for other researchers, we show a variety of applications ranging from point cloud segmentation to non-rigid registration and surface reconstruction. We believe that our dataset will help to develop new algorithms to advance the research for plant phenotyping, 3D reconstruction, non-rigid registration, and deep learning on raw point clouds. The dataset is freely accessible at https://www.ipb.uni-bonn.de/data/pheno4d/.
Why it matches plant phenotyping methods植物フェノタイピング用の時系列3D点群データセットを構築し、手動アノテーションと複数の解析ベースラインを提供することが中心であり、再利用可能なデータ基盤として適格です。
abstractwe present with this dataset paper a multi-temporal dataset featuring high-resolution registered point clouds of maize and tomato plants, which we manually labeled for computer vision tasks
Reproduction assets foundThe paper's core contribution is the Pheno4D dataset of labeled maize and tomato plant point clouds, explicitly stated to be freely and publicly available at the authors' Bonn repository. A companion public data-loader API (Python/C++) is also provided on GitHub. Both are paper-specific, public, and directly actionableDataset · publicThe dataset is freely accessible at https://www.ipb.uni-bonn.de/data/pheno4d/.Open asset ↗https://www.ipb.uni-bonn.de/data/pheno4d/pdf-page:1 lines:1-65Code · publicWe provide the
code and the examples for loading the data at https://github.com/AIS-Bonn/data_loaders.Open asset ↗https://github.com/AIS-Bonn/data_loaderspdf-page:10 lines:1-57Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · bioRxiv · checked 15 Sept 2026
Abstract Greenhouse-based high-throughput phenotyping (HTP) presents a useful approach for studying novel plant growth-promoting bacteria (PGPB). Despite the potential of this approach to leverage genetic variability for breeding new maize cultivars exhibiting highly stable symbiosis with PGPB, greenhouse-based HTP platforms are not yet widely used because they are highly expensive; hence, it is challenging to perform HTP studies under a limited budget. In this study, we built a low-cost greenhouse-based HTP platform to collect growth-related image-derived phenotypes. We assessed 360 inbred maize lines with or without PGPB inoculation under nitrogen-limited conditions. Plant height, canopy coverage, and canopy volume obtained from photogrammetry were evaluated five times during early maize development. A plant biomass index was constructed as a function of plant height and canopy coverage. Inoculation with PGPB promoted plant growth. Phenotypic correlations between the image-derived phenotypes and manual measurements were at least 0.6. The genomic heritability estimates of the image-derived phenotypes ranged from 0.23 to 0.54. Moderate-to-strong genomic correlations between the plant biomass index and shoot dry mass (0.24–0.47) and between HTP-based plant height and manually measured plant height (0.55–0.68) across the developmental stages showed the utility of our HTP platform. Collectively, our results demonstrate the usefulness of the low-cost HTP platform for large-scale genetic and management studies to capture plant growth. Core ideas A low-cost greenhouse-based HTP platform was developed. Image-derived phenotypes presented moderate to high genomic heritabilities and correlations. Plant growth-promoting bacteria can improve plant resilience under nitrogen-limited conditions.
Why it matches plant phenotyping methods低コスト温室HTPプラットフォームを開発し、画像から植物高・キャノピー被覆・体積などの形質を抽出・検証しており、表現型取得手法が研究の中心である。
abstractIn this study, we built a low-cost greenhouse-based HTP platform to collect growth-related image-derived phenotypes.
Reproduction assets foundThe article describes a low-cost greenhouse HTP platform and image-derived phenotyping of a 360-line tropical maize association panel under PGPB inoculation. The only paper-specific public asset explicitly referenced is a Mendeley Data deposit containing information about the maize panel used in the experiment. No phenDataset · publiclines was used to study the response
172 to PGPB. Of these, 179 inbred lines were from the Luiz de Queiroz College of Agriculture-
173 University of Sao Paulo (ESALQ-USP) and 181 were from the Instituto de Desenvolvimento
174 Rural do Paraná (IAPAR). More information about this panel is available on the Mendeley
175 platform (https://data.mendeley.com/datasets/5gvznd2b3n).
176 The inbred lines were evaluated under two managements: with (B+) and without (B-)
177 PGPB inoculation under nitrogen stress. The B+ management consisted of a synthetic pop-
178 ulation of four PGPB. Bacillus thuringiensis RZ2MS9, Delftia sp. RZ4MS18 (Batista et al.,
179 2018, 2021), Pantoea agglomerans 33.1 (Quecine Open asset ↗Mendeley · 5gvznd2b3npdf-layout-page:8 lines:1-37Code / dataset availability confirmedCrossref · checked 14 Sept 2026
The estimation of plant growth is a challenging but key issue that may help us to understand crop vs. environment interactions. To perform precise and high-throughput analysis of plant growth in field conditions, remote sensing using LiDAR and unmanned aerial vehicles (UAV) has been developed, in addition to other approaches. Although there are software tools for the processing of LiDAR data in general, there are no specialized tools for the automatic extraction of experimental field blocks with crops that represent specific “points of interest”. Our tool aims to detect precisely individual field plots, small experimental plots (in our case 10 m2) which in agricultural research represent the treatment of a single plant or one genotype in a breeding trial. Cutting out points belonging to the specific field plots allows the user to measure automatically their growth characteristics, such as plant height or plot biomass. For this purpose, new method of edge detection was combined with Fourier transformation to find individual field plots. In our case study with winter wheat, two UAV flight levels (20 and 40 m above ground) and two canopy surface modelling methods (raw points and B-spline) were tested. At a flight level of 20 m, our algorithm reached a 0.78 to 0.79 correlation with LiDAR measurement with manual validation (RMSE = 0.19) for both methods. The algorithm, in the Python 3 programming language, is designed as open-source and is freely available publicly, including the latest updates.
Why it matches plant phenotyping methodsUAV-LiDAR点群から実験区画を自動抽出し、植物高や区画バイオマスなどの生育形質を測定するPythonアルゴリズムとツールの開発・検証が中心である。
abstractOur tool aims to detect precisely individual field plots, small experimental plots (in our case 10 m2) which in agricultural research represent the treatment of a single plant or one genotype in a breeding trial.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThis software tool is open-source and is freely available
here: https://github.com/UPOL-Plant-phenotyping-research-group/UAV-crop-analyzer,
accessed on 1 June 2021.Open asset ↗UPOL-Plant-phenotyping-research-group/UAV-crop-analyzerpdf-page:2 lines:1-59Code / dataset availability confirmedOpenAlex · Europe PMC · bioRxiv · checked 15 Sept 2026
Abstract Temperature is a main driver of plant growth and development. New phenotyping tools enable quantifying the temperature response of hundreds of genotypes. Yet, for field-derived data, temperature response modeling bears flaws and pitfalls concerning the interpretation of derived parameters. In this study, climate data from five growing seasons with differing temperature distributions served as starting point for a growth simulation of wheat stem elongation, based on a four-parametric temperature response function (Wang-Engel) including all cardinal temperatures. In a novel approach, we re-extracted dose-responses from the simulation by combining high-resolution (hours) temperature courses with low-resolution (days) height data. The collection of such data is common in field phenotyping platforms. To take advantage of the lack of supra-optimal temperatures during the stem elongation, simpler (linear and asymptotic) models to predict temperature-response parameters were investigated. The asymptotic model extracted the base temperature of growth and the maximum absolute growth rate with high precision, whereas simpler, linear models failed to do so. Additionally, the asymptotic model provided a proxy estimate for the optimum temperature. However, when including seasonally changing cardinal temperatures, the prediction accuracy of the asymptotic model was strongly reduced. In a field study with three winter wheat varieties, significant differences were found for all three asymptotic dose-response curve parameters. We conclude that the asymptotic model based on high-resolution temperature courses is suitable to extract meaningful parameters from field-based data.
Why it matches plant phenotyping methods高解像度の温度データと低解像度の草丈データから、作物の温度応答パラメータを抽出するモデル手法が研究の中心であり、植物フェノタイピング手法に該当する。
abstractIn a novel approach, we re-extracted dose-responses from the simulation by combining high-resolution (hours) temperature courses with low-resolution (days) height data.
Reproduction assets foundThe paper's data and source code (phenotyping analysis for temperature dose-response extraction) are openly available in the ETH GitLab repository and archived in the ETH research collection.Code · publiconceptualization, Methodology, Writing - Review & Editing. Andreas Hund: Con-
353
ceptualization, Supervision, Project administration, Funding acquisition, Writing - Review & Editing.
354
Data availability
355
Data and source code that support the findings of this study are openly available in the ETH gitlab reposi-
356
tory at https://gitlab.ethz.ch/crop_phenotyping/htfp_data_processing and archived in the ETH
357
research collection (http://doi.org/10.5905/ethz-1007-385).358
16
(which was not certified by peer review) is the author/funder. All rights reserved. No reuse allowed without permission.
The copyright holder for this preprint
this version posted July 23, 2021.
;
https://doi.org/10Open asset ↗crop_phenotyping/htfp_data_processingpdf-raw-page:16 lines:1-23Code · publicProject administration, Funding acquisition, Writing - Review & Editing.
354
Data availability
355
Data and source code that support the findings of this study are openly available in the ETH gitlab reposi-
356
tory at https://gitlab.ethz.ch/crop_phenotyping/htfp_data_processing and archived in the ETH
357
research collection (http://doi.org/10.5905/ethz-1007-385).358
16
(which was not certified by peer review) is the author/funder. All rights reserved. No reuse allowed without permission.
The copyright holder for this preprint
this version posted July 23, 2021.
;
https://doi.org/10.1101/2021.07.23.453040
doi:
bioRxiv preprintOpen asset ↗10.5905/ethz-1007-385pdf-raw-page:16 lines:1-23Code / dataset availability confirmedEurope PMC · OpenAlex · Crossref · checked 9 Sept 2026
Non-forest ecosystems, dominated by shrubs, grasses and herbaceous plants, provide ecosystem services including carbon sequestration and forage for grazing, and are highly sensitive to climatic changes. Yet these ecosystems are poorly represented in remotely sensed biomass products and are undersampled by in situ monitoring. Current global change threats emphasize the need for new tools to capture biomass change in non-forest ecosystems at appropriate scales. Here we developed and deployed a new protocol for photogrammetric height using unoccupied aerial vehicle (UAV) images to test its capability for delivering standardized measurements of biomass across a globally distributed field experiment. We assessed whether canopy height inferred from UAV photogrammetry allows the prediction of aboveground biomass (AGB) across low-stature plant species by conducting 38 photogrammetric surveys over 741 harvested plots to sample 50 species. We found mean canopy height was strongly predictive of AGB across species, with a median adjusted R 2 of 0.87 (ranging from 0.46 to 0.99) and median prediction error from leave-one-out cross-validation of 3.9%. Biomass per-unit-of-height was similar within but different among, plant functional types. We found that photogrammetric reconstructions of canopy height were sensitive to wind speed but not sun elevation during surveys. We demonstrated that our photogrammetric approach produced generalizable measurements across growth forms and environmental settings and yielded accuracies as good as those obtained from in situ approaches. We demonstrate that using a standardized approach for UAV photogrammetry can deliver accurate AGB estimates across a wide range of dynamic and heterogeneous ecosystems. Many academic and land management institutions have the technical capacity to deploy these approaches over extents of 1-10 ha -1 . Photogrammetric approaches could provide much-needed information required to calibrate and validate the vegetation models and satellite-derived biomass products that are essential to understand vulnerable and understudied non-forested ecosystems around the globe.
Why it matches plant phenotyping methodsUAV画像からキャノピー高を推定し、地上部バイオマスを予測するフォトグラメトリ手法の開発・検証・標準化が研究の中心であるため。
abstractHere we developed and deployed a new protocol for photogrammetric height using unoccupied aerial vehicle (UAV) images to test its capability for delivering standardized measurements of biomass across a globally distributed field experiment.
Reproduction assets foundThe paper's Data Availability Statement explicitly deposits the study's UAV aerial images, marker/plot coordinates, and harvested dry biomass weights at the NERC Environmental Information Data Centre, and the photogrammetric processing and statistical analysis code at Zenodo. Both are paper-specific, public, and have作者Dataset · publicThe data collected for this publication, including aerial images, marker and plot coordinates and dry sample weights, as well as site and survey metadata, are available from the NERC Environmental Information Data Centre < https://doi.org/10.5285/1ec13364‐cbc6‐4ab5‐a147‐45a103853424 >.Open asset ↗NERC Environmental Information Data Centre · 10.5285/1ec13364‐cbc6‐4ab5‐a147‐45a103853424lines:222-246Code · publicCode for photogrammetric processing and statistical analysis is available at Zenodo < https://doi.org/10.5281/zenodo.4783021 >Open asset ↗Zenodo · 10.5281/zenodo.4783021lines:222-246Code / dataset availability confirmedOpenAlex · Crossref · checked 14 Sept 2026
Abstract High‐throughput 3D phenotyping is a rapidly emerging field that has widespread application for measurement of individual plants. Despite this, high‐throughput plant phenotyping is rarely used in ecological studies due to financial and logistical limitations. We introduce EasyDCP, a Python package for 3D phenotyping, which uses photogrammetry to automatically reconstruct 3D point clouds of individuals within populations of container plants and output phenotypic trait data. Here we give instructions for the imaging setup and the required hardware, which is minimal and do‐it‐yourself, and introduce the functionality and workflow of EasyDCP. We compared the performance of EasyDCP against a high‐end commercial laser scanner for the acquisition of plant height and projected leaf area. Both tools had strong correlations with ground truth measurement, and plant height measurements were more accurate using EasyDCP (plant height: EasyDCP r 2 = 0.96, Laser r 2 = 0.86; projected leaf area: EasyDCP r 2 = 0.96, Laser r 2 = 0.96). EasyDCP is an open‐source software tool to measure phenotypic traits of container plants with high‐throughput and low labour and financial costs.
Why it matches plant phenotyping methodsEasyDCPは、フォトグラメトリによる3D植物表現型取得と自動形質抽出のためのソフトウェア・撮像ワークフローを開発し、レーザースキャナおよび実測値と比較検証しており、方法が研究の中心です。
abstractWe introduce EasyDCP, a Python package for 3D phenotyping, which uses photogrammetry to automatically reconstruct 3D point clouds of individuals within populations of container plants and output phenotypic trait data.
Reproduction assets foundThe paper's EasyDCP source code is publicly available on GitHub, and the performance-test data (source images, point clouds, trait data, R files) plus code and documentation are archived on Zenodo.Code · public| 1681
Methods in Ecology and Evolu on
FELDMAN et al.
EasyDCP_Creation (Section 2.2), which creates a 3D point
cloud from 2D images; and EasyDCP_Analysis (Section 2.3),
which analyses that point cloud and performs trait calcula-
tion. EasyDCP source code and documentation are available
on GitHub (https://github.com/UTokyo-FieldPhenomics-Lab/EasyDCP).2.1 | Image acquisition
Plants must be imaged prior to EasyDCP measurement, and the
image acquisition area can be set up according to the user's needs
(Figure 2a,b). The image acquisition area should have as little in-
clination as possible. One printed target page (.pdf provided with
the software) must be placed in a corner oOpen asset ↗UTokyo-FieldPhenomics-Lab/EasyDCPpdf-raw-page:3 lines:1-111Dataset · public.
PEER REVIEW
The peer review history for this article is available at https://publo
ns.
com/publon/10.1111/2041-210X.13645.
DATA AVAILABILITY STATEMENT
Data from the performance test (source images, point clouds, trait
data and R files), EasyDCP source code, example scripts and detailed
documentation are archived using Zenodo https://doi.org/10.5281/zenodo.4756537 (Feldman et al., 2021).
ORCID
Alexander Feldman https://orcid.org/0000-0002-1162-5917
Haozhou Wang https://orcid.org/0000-0001-6135-402X
Yuya Fukano https://orcid.org/0000-0001-9057-4742
Yoichiro Kato https://orcid.org/0000-0002-7131-0220
Seishi Ninomiya https://orcid.org/0000-0002-2123-4354
Wei Guo https://orcid.org/0000-0002-Open asset ↗Zenodo · 10.5281/zenodo.4756537pdf-raw-page:6 lines:1-102Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
A collection of flax accessions from Russian Federal Research Center for Bast Fiber Crops was characterised to evaluate its phenotypic diversity. 406 samples representing different morphotypes were selected for thorough quantitative assessment of various agronomic traits. We measured height, length of technical part of the stem, technical part weight, inflorescence length, number of bolls and seeds per plant, 1000 seed weight, the diameter of the stem, the number of internodes and finally, distance between internodes. The fiber quality was estimated by calculating stem slenderness, stem taperingness and elementary fiber length. The dataset was produced in a framework of a project focused on characterization of diversity of flax genotypes and phenotypes, as well as on identification of genomic regions associated with various traits, it is hosted on Figshare.
Why it matches plant phenotyping methods植物遺伝資源の多形質表現型を体系的に収集したデータセットであり、表現型データセットとして中心的な対象である。
titleA comprehensive dataset of flax ( Linum uitatissimum L.) phenotypes.
Reproduction assets foundThe paper is a Data in Brief article describing a flax phenotype dataset (406 accessions, agronomic and fiber quality traits) hosted publicly on Figshare. The Figshare link is explicitly given as the direct URL to the data and matches an allowed URL, making it a paper-specific, publicly accessible phenotype dataset.Dataset · publicear of phenotyping.
Data source location
Institution: Federal Research Center for Bast Fiber Crops
City/Town/Region: Torzhok/Tver Region
Country:Russia
Latitude and longitude for collected samples/data: 57°02′N, 34°58′E; Altitude: 165 m
Data accessibility
Repository name: Figshare
Data identification number:
Direct URL to data: https://figshare.com/s/86a68ecfacf6872ef239
Value of the Data
•
The data on flax phenotypic diversity provides insight into flax domestication history and facilitates flax breeding efforts.
•
Flax raw material has multiple uses in various sectors of the economy including textile, medical, food and chemical industries as a source of fiber, linseed and oil. This data haOpen asset ↗Figsharelines:47-144Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Plant height (PHT) in maize (Zea mays L.) has been scrutinized genetically and phenotypically due to relationship with other agronomically valuable traits (e.g., yield). Heritable variation of PHT is determined by many discovered quantitative trait loci; however, phenotypic effects of such loci often lack validation across environments and genetic backgrounds, especially in the hybrid state grown by farmers rather than the inbred state more often used by geneticists. A previous genome-wide association study using a topcrossed hybrid diversity panel identified two novel quantitative trait variants controlling both PHT and grain yield. Here, heterogeneous inbred families demonstrated that these two loci, characterized by two single nucleotide polymorphisms (SNPs), cause phenotypic variation in inbred lines, but that size of these effects were variable across four different genetic backgrounds, ranging from 1 to 10 cm. Weekly unoccupied aerial system flights demonstrated the two SNPs had larger effects, varying from 10 to 25 cm, in early growth while effects decreased toward the end of the season. These results show that allelic effect sizes of economically valuable loci are both dynamic in temporal growth and dynamic across genetic backgrounds, resulting in informative phenotypic variability overlooked following traditional phenotyping methods. Public genotyping data show recent favorable allele selection in elite temperate germplasm with little change across tropical backgrounds. As these loci remain rarer in tropical germplasm, with effects most visible early in growth, they are useful for breeding and selection to expand the genetic basis of maize.
Why it matches plant phenotyping methodsUASを用いた週次測定により、従来法では見落とされるトウモロコシ草丈の時間変動を抽出し、遺伝子効果を検証しており、フェノタイピング手法の適用が研究上の中心的役割を果たしている。
abstractWeekly unoccupied aerial system flights demonstrated the two SNPs had larger effects, varying from 10 to 25 cm, in early growth while effects decreased toward the end of the season.
Reproduction assets foundThe paper's Data Availability statement deposits its own UAS point cloud data, orthomosaic tif files, processing reports, ruler-based plant height measurements, UAV-derived canopy height measurements, field map, and experimental area files on figshare, plus supplementary material on the G3 figshare repository. TheseareDataset · publicRuler-based plant height measurements (Ruler measurement.xlsx), canopy height measurements derived from UAV-point cloud data (Uav-chm.xlsx), Field map (Field Map.xlsx), and Experimental area (Experimental area .pdf) are available at https://doi.org/10.6084/m9.figshare.13046306.v4 .Open asset ↗figshare · 10.6084/m9.figshare.13046306.v4lines:69-72Dataset · publicUAV-point cloud data (.laz files), processing reports (.pdf files), tif files, belonging to 06/19/19, 06/21/19, 06/28/19, 07/02/19, 07/09/19 and 07/12/19 flight dates, are available at https://doi.org/10.6084/m9.figshare.13269953.v1 .Open asset ↗figshare · 10.6084/m9.figshare.13269953.v1lines:69-72Code / dataset availability confirmedOpenAlex · Crossref · checked 14 Sept 2026
Unoccupied aerial system (UAS; i.e., drone equipped with sensors) field-based high-throughput phenotyping (HTP) platforms are used to collect high quality images of plant nurseries to screen genetic materials (e.g., hybrids and inbreds) throughout plant growth at relatively low cost. In this study, a set of 100 advanced breeding maize (Zea mays L.) hybrids were planted at optimal (OHOT trial) and delayed planting dates (DHOT trial). Twelve UAS surveys were conducted over the trials throughout the growing season. Fifteen vegetative indices (VIs) and the 99th percentile canopy height measurement (CHMs) were extracted from processed UAS imagery (orthomosaics and point clouds) which were used to predict plot-level grain yield, days to anthesis (DTA), and silking (DTS). A novel statistical approach utilizing a nested design was fit to predict temporal best linear unbiased predictors (TBLUP) for the combined temporal UAS data. Our results demonstrated machine learning-based regressions (ridge, lasso, and elastic net) had from 4- to 9-fold increases in the prediction accuracies and from 13- to 73-fold reductions in root mean squared error (RMSE) compared to classical linear regression in prediction of grain yield or flowering time. Ridge regression performed best in predicting grain yield (prediction accuracy = ~0.6), while lasso and elastic net regressions performed best in predicting DTA and DTS (prediction accuracy = ~0.8) consistently in both trials. We demonstrated that predictor variable importance descended towards the terminal stages of growth, signifying the importance of phenotype collection beyond classical terminal growth stages. This study is among the first to demonstrate an ability to predict yield in elite hybrid maize breeding trials using temporal UAS image-based phenotypes and supports the potential benefit of phenomic selection approaches in estimating breeding values before harvest.
Why it matches plant phenotyping methodsUAS画像から植生指数と草冠高を抽出し、機械学習で収量・開花期を推定する高スループット表現型解析が研究の中心です。
abstractUnoccupied aerial system (UAS; i.e., drone equipped with sensors) field-based high-throughput phenotyping (HTP) platforms are used to collect high quality images of plant nurseries to screen genetic materials
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicand PLSR regression. All R codes are available in Github repository (https://github.com/Open asset ↗pdf-page:8 lines:1-175Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · bioRxiv · checked 8 Sept 2026
Abstract Plant phenomics is widely recognised as a key area to bridge the gap between traits of agricultural importance and genomic information. A wide range of field-based phenotyping solutions have been developed, from aerial-based to ground-based fixed gantry platforms and handheld devices. Nevertheless, several disadvantages of these current systems have been identified by the research community concerning mobility, affordability, throughput, accuracy, scalability, as well as the ability to analyse big data collected. Here, we present a novel phenotyping solution that combines a commercial backpack LiDAR device and our graphical user interface (GUI) based software called CropQuant-3D, which has been applied to phenotyping of wheat and associated 3D trait analysis. To our knowledge, this is the first use of backpack LiDAR for field-based plant research, which can acquire millions of 3D points to represent spatial features of crops. A key feature of the innovation is the GUI software that can extract plot-based traits from large, complex point clouds with limited computing time and power. We describe how we combined backpack LiDAR and CropQuant-3D to accurately quantify crop height and complex 3D traits such as variation in canopy structure, which was not possible to measure through other approaches. Also, we demonstrate the methodological advance and biological relevance of our work in a case study that examines the response of wheat varieties to three different levels of nitrogen fertilisation in field experiments. The results indicate that the combined solution can differentiate significant genotype and treatment effects on key morphological traits, with strong correlations with conventional manual measurements. Hence, we believe that the combined solution presented here could consistently quantify key traits at a larger scale and more quickly than heretofore possible, indicating the system could be used as a reliable research tool in large-scale and multi-location field phenotyping for crop research and breeding activities. We exhibit the system’s capability in addressing challenges in mobility, throughput, and scalability, contributing to the resolution of the phenotyping bottleneck. Furthermore, with the fast maturity of LiDAR technologies, technical advances in image analysis, and open software solutions, it is likely that the solution presented here has the potential for further development in accuracy and affordability, helping us fully exploit available genomic resources.
Why it matches plant phenotyping methodsバックパックLiDARとCropQuant-3Dを組み合わせ、点群から草高・キャノピー構造などの植物形質を抽出するフェノタイピング手法の開発・適用が中心である。
abstractHere, we present a novel phenotyping solution that combines a commercial backpack LiDAR device and our graphical user interface (GUI) based software called CropQuant-3D, which has been applied to phenotyping of wheat and associated 3D trait analysis.
Reproduction assets foundThe authors publicly release the CropQuant-3D source code, GUI software, and supporting datasets (including test LAS files) via their GitHub repository, directly supporting this paper's LiDAR-based wheat phenotyping analysis.Code · publicSource code: https://github.com/The-Zhou-Lab/LiDAR/releasesOpen asset ↗The-Zhou-Lab/LiDARpdf-page:43 lines:1-62Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Traditional phenotyping methods, coupled with genetic mapping in segregating populations, have identified loci governing complex traits in many crops. Unoccupied aerial systems (UAS)-based phenotyping has helped to reveal a more novel and dynamic relationship between time-specific associated loci with complex traits previously unable to be evaluated. Over 1,500 maize (Zea mays L.) hybrid row plots containing 280 different replicated maize hybrids from the Genomes to Fields (G2F) project were evaluated agronomically and using UAS in 2017. Weekly UAS flights captured variation in plant heights during the growing season under three different management conditions each year: optimal planting with irrigation (G2FI), optimal dryland planting without irrigation (G2FD), and a stressed late planting (G2LA). Plant height of different flights were ranked based on importance for yield using a random forest (RF) algorithm. Plant heights captured by early flights in G2FI trials had higher importance (based on Gini scores) for predicting maize grain yield (GY) but also higher accuracies in genomic predictions which fluctuated for G2FD (-0.06∼0.73), G2FI (0.33∼0.76), and G2LA (0.26∼0.78) trials. A genome-wide association analysis discovered 52 significant single nucleotide polymorphisms (SNPs), seven were found consistently in more than one flights or trial; 45 were flight or trial specific. Total cumulative marker effects for each chromosome's contributions to plant height also changed depending on flight. Using UAS phenotyping, this study showed that many candidate genes putatively play a role in the regulation of plant architecture even in relatively early stages of maize growth and development.
Why it matches plant phenotyping methodsUASによる生育期間中の植物高の反復取得と、収量予測・遺伝解析への利用が研究の中心であり、実質的な植物表現型取得ワークフローを扱っている。
abstractWeekly UAS flights captured variation in plant heights during the growing season under three different management conditions each year
Reproduction assets foundThe paper's UAS point-cloud/phenotype data are stated to be publicly available on CyVerse (Murray et al., 2019, DOI 10.25739/4ext-5e97), but that DOI is not among the allowed URLs, so it cannot be listed as an asset. Two qualifying paper-specific public assets are present in the allowed URLs: (1) the 2017 agronomic/wh�Dataset · publicAgronomic field data and weather data is available for 2017 (https://doi.org/10.25739/w560‐2114) (McFarland et al., 2020 ).Open asset ↗10.25739/w560‐2114lines:175-178Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 14 Sept 2026
The accuracy of trait measurements greatly affects the quality of genetic analyses. During automated phenotyping, trait measurement errors, i.e. differences between automatically extracted trait values and ground truth, are often treated as random effects that can be controlled by increasing population sizes and/or replication number. In contrast, there is some evidence that trait measurement errors may be partially under genetic control. Consistent with this hypothesis, we observed substantial nonrandom, genetic contributions to trait measurement errors for five maize (Zea mays) tassel traits collected using an image-based phenotyping platform. The phenotyping accuracy varied according to whether a tassel exhibited "open" versus. "closed" branching architecture, which is itself under genetic control. Trait-associated SNPs (TASs) identified via genome-wide association studies (GWASs) conducted on five tassel traits that had been phenotyped both manually (i.e. ground truth) and via feature extraction from images exhibit little overlap. Furthermore, identification of TASs from GWASs conducted on the differences between the two values indicated that a fraction of measurement error is under genetic control. Similar results were obtained in a sorghum (Sorghum bicolor) plant height dataset, demonstrating that trait measurement error is genetically determined in multiple species and traits. Trait measurement bias cannot be controlled by increasing population size and/or replication number.
Why it matches plant phenotyping methods画像ベース高スループット表現型測定の自動抽出値を手動測定(ground truth)と比較し、測定誤差と精度を遺伝的に評価しているため、表現型取得法の技術的検証が中心です。
abstractDuring automated phenotyping, trait measurement errors, i.e. differences between automatically extracted trait values and ground truth, are often treated as random effects
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe codes used for automated tassel segmentation, skeleton construction and trait extraction are available at https://github.com/schnablelab/Tassel-Image-Trait-Extraction-Tool .Open asset ↗schnablelab/Tassel-Image-Trait-Extraction-Toollines:170-188Code / dataset availability confirmedOpenAlex · checked 8 Sept 2026
Unmanned aerial vehicles (UAV) carrying multispectral cameras are increasingly being used for high-throughput phenotyping (HTP) of above-ground traits of crops to study genetic diversity, resource use efficiency and responses to abiotic or biotic stresses. There is significant unexplored potential for repeated data collection through a field season to reveal information on the rates of growth and provide predictions of the final yield. Generating such information early in the season would create opportunities for more efficient in-depth phenotyping and germplasm selection. This study tested the use of high-resolution time-series imagery (5 or 10 sampling dates) to understand the relationships between growth dynamics, temporal resolution and end-of-season above-ground biomass (AGB) in 869 diverse accessions of highly productive (mean AGB = 23.4 Mg/Ha), photoperiod sensitive sorghum. Canopy surface height (CSM), ground cover (GC), and five common spectral indices were considered as features of the crop phenotype. Spline curve fitting was used to integrate data from single flights into continuous time courses. Random Forest was used to predict end-of-season AGB from aerial imagery, and to identify the most informative variables driving predictions. Improved prediction of end-of-season AGB (RMSE reduction of 0.24 Mg/Ha) was achieved earlier in the growing season (10 to 20 days) by leveraging early- and mid-season measurement of the rate of change of geometric and spectral features. Early in the season, dynamic traits describing the rates of change of CSM and GC predicted end-of-season AGB best. Late in the season, CSM on a given date was the most influential predictor of end-of-season AGB. The power to predict end-of-season AGB was greatest at 50 days after planting, accounting for 63% of variance across this very diverse germplasm collection with modest error (RMSE 1.8 Mg/ha). End-of-season AGB could be predicted equally well when spline fitting was performed on data collected from five flights versus 10 flights over the growing season. This demonstrates a more valuable and efficient approach to using UAVs for HTP, while also proposing strategies to add further value.
Why it matches plant phenotyping methodsUAV時系列画像から作物形質を抽出し、成長動態と収穫期バイオマスを予測するHTP手法を、サンプリング頻度や予測性能とともに技術的に評価しており、フェノタイピング手法が中心である。
abstractUnmanned aerial vehicles (UAV) carrying multispectral cameras are increasingly being used for high-throughput phenotyping (HTP) of above-ground traits of crops
Reproduction assets foundThe paper's UAV-derived sorghum phenotyping datasets (imagery features, AGB measurements) are deposited in the Illinois Databank with a public DOI listed in the Data Availability Statement. No author analysis code or trained models are explicitly shared.Dataset · publicData Availability Statement: The datasets used and analyzed during the current study are available
from the corresponding author via Illinois Databank at https://doi.org/10.13012/B2IDB-5649852_V2.Open asset ↗Illinois Databank · B2IDB-5649852_V2pdf-page:14 lines:1-59Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 15 Sept 2026
BACKGROUND: Maize (Zea mays L.) is one of the most important food sources in the world and has been one of the main targets of plant genetics and phenotypic research for centuries. Observation and analysis of various morphological phenotypic traits during maize growth are essential for genetic and breeding study. The generally huge number of samples produce an enormous amount of high-resolution image data. While high throughput plant phenotyping platforms are increasingly used in maize breeding trials, there is a reasonable need for software tools that can automatically identify visual phenotypic features of maize plants and implement batch processing on image datasets. RESULTS: On the boundary between computer vision and plant science, we utilize advanced deep learning methods based on convolutional neural networks to empower the workflow of maize phenotyping analysis. This paper presents Maize-IAS (Maize Image Analysis Software), an integrated application supporting one-click analysis of maize phenotype, embedding multiple functions: (I) Projection, (II) Color Analysis, (III) Internode length, (IV) Height, (V) Stem Diameter and (VI) Leaves Counting. Taking the RGB image of maize as input, the software provides a user-friendly graphical interaction interface and rapid calculation of multiple important phenotypic characteristics, including leaf sheath points detection and leaves segmentation. In function Leaves Counting, the mean and standard deviation of difference between prediction and ground truth are 1.60 and 1.625. CONCLUSION: The Maize-IAS is easy-to-use and demands neither professional knowledge of computer vision nor deep learning. All functions for batch processing are incorporated, enabling automated and labor-reduced tasks of recording, measurement and quantitative analysis of maize growth traits on a large dataset. We prove the efficiency and potential capability of our techniques and software to image-based plant research, which also demonstrates the feasibility and capability of AI technology implemented in agriculture and plant science.
Why it matches plant phenotyping methodsトウモロコシ画像から複数の形態形質を自動抽出するソフトウェアを開発・評価しており、植物フェノタイピング手法が研究の中心である。
abstractThis paper presents Maize-IAS (Maize Image Analysis Software), an integrated application supporting one-click analysis of maize phenotype
Reproduction assets foundThe authors' Maize-IAS analysis software (the paper's phenotyping analysis code) is publicly available on GitHub. The maize image datasets are explicitly not public and require request.Code · publicl development prospects of visual phenotype detection using deep learning methods. The methods and workflow provided in this article can also be easily applied to other crops.
Availability and requirements
Project name: A Maize Image Analysis Software using Deep Learning for High-throughput Plant Phenotyping.
Project home page: https://github.com/surefyyq/Maize-IAS
Operating system: Ubuntu18.04.
Programming language: Python3.
Other requirements: Pytorch 1.1.0 or higher, Torchvision 0.3.0 or higher.
Any restrictions to use by non-academic: None.
Supplementary information
Additional file 1. Installation and debug guidelines.
Publisher’s Note
Springer Nature remains neutral with regard to juOpen asset ↗surefyyq/Maize-IASlines:403-475Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
One of the objectives of many studies conducted by breeding programs is to characterize and select rootstocks well-adapted to drought conditions. In recent years, field high-throughput phenotyping methods have been developed to characterize plant traits and to identify the most water use efficient varieties and rootstocks. However, none of these studies have been able to quantify the behavior of crop evapotranspiration in almond rootstocks under different water regimes. In this study, remote sensing phenotyping methods were used to assess the evapotranspiration of almond cv. “Marinada” grafted onto a rootstock collection. In particular, the two-source energy balance and Shuttleworth and Wallace models were used to, respectively, estimate the actual and potential evapotranspiration of almonds grafted onto 10 rootstock under three different irrigation treatments. For this purpose, three flights were conducted during the 2018 and 2019 growing seasons with an aircraft equipped with a thermal and multispectral camera. Stem water potential (Ψstem) was also measured concomitant to image acquisition. Biophysical traits of the vegetation were firstly assessed through photogrammetry techniques, spectral vegetation indices and the radiative transfer model PROSAIL. The estimates of canopy height, leaf area index and daily fraction of intercepted radiation had root mean square errors of 0.57 m, 0.24 m m–1 and 0.07%, respectively. Findings of this study showed significant differences between rootstocks in all of the evaluated parameters. Cadaman® and Garnem® had the highest canopy vigor traits, evapotranspiration, Ψstem and kernel yield. In contrast, Rootpac® 20 and Rootpac® R had the lowest values of the same parameters, suggesting that this was due to an incompatibility between plum-almond species or to a lower water absorption capability of the rooting system. Among the rootstocks with medium canopy vigor, Adesoto and IRTA 1 had a lower evapotranspiration than Rootpac® 40 and Ishtara®. Water productivity (WP) (kg kernel/mm water evapotranspired) tended to decrease with Ψstem, mainly in 2018. Cadaman® and Garnem® had the highest WP, followed by INRA GF-677, IRTA 1, IRTA 2, and Rootpac® 40. Despite the low Ψstem of Rootpac® R, the WP of this rootstock was also high.
Why it matches plant phenotyping methodsリモートセンシングによる植物形質・蒸発散の推定が研究の中心で、熱・マルチスペクトル画像、フォトグラメトリ、モデルを用いた推定精度も評価している。
abstractIn recent years, field high-throughput phenotyping methods have been developed to characterize plant traits and to identify the most water use efficient varieties and rootstocks.
Reproduction assets foundThe paper's data availability statement points to the author's public GitHub profile (Héctor Nieto, pyTSEB developer) as the location of the datasets analyzed, which include the remote sensing phenotyping measurements (thermal/multispectral imagery-derived ETa, LAI, fiPAR, Ψstem relationships) and the TSEB-based model.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://github.com/hectornieto .Open asset ↗hectornietolines:1046-1107Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
Plant height (PH) is an essential trait in the screening of most crops. While in crops such as wheat, medium stature helps reduce lodging, tall plants are preferred to increase total above-ground biomass. PH is an easy trait to measure manually, although it can be labor-intense depending on the number of plots. There is an increasing demand for alternative approaches to estimate PH in a higher throughput mode. Crop surface models (CSMs) derived from dense point clouds generated via aerial imagery could be used to estimate PH. This study evaluates PH estimation at different phenological stages using plot-level information from aerial imaging-derived 3D CSM in wheat inbred lines during two consecutive years. Multi-temporal and high spatial resolution images were collected by fixed-wing (PlatFW) and multi-rotor (PlatMR) unmanned aerial vehicle (UAV) platforms over two wheat populations (50 and 150 lines). The PH was measured and compared at four growth stages (GS) using ground-truth measurements (PHground) and UAV-based estimates (PHaerial). The CSMs generated from the aerial imagery were validated using ground control points (GCPs) as fixed reference targets at different heights. The results show that PH estimations using PlatFW were consistent with those obtained from PlatMR, showing some slight differences due to image processing settings. The GCPs heights derived from CSM showed a high correlation and low error compared to their actual heights (R2 ≥ 0.90, RMSE ≤ 4 cm). The coefficient of determination (R2) between PHground and PHaerial at different GS ranged from 0.35 to 0.88, and the root mean square error (RMSE) from 0.39 to 4.02 cm for both platforms. In general, similar and higher heritability was obtained using PHaerial across different GS and years and ranged according to the variability, and environmental error of the PHground observed (0.06–0.97). Finally, we also observed high Spearman rank correlations (0.47–0.91) and R2 (0.63–0.95) of PHaerial adjusted and predicted values against PHground values. This study provides an example of the use of UAV-based high-resolution RGB imagery to obtain time-series estimates of PH, scalable to tens-of-thousands of plots, and thus suitable to be applied in plant wheat breeding trials.
Why it matches plant phenotyping methodsUAV-RGB画像と3D作物表面モデルによるコムギ草丈推定法を開発・検証し、地上測定との比較、精度評価、複数プラットフォーム間の検証を行っており、表現型取得手法が研究の中心である。
abstractThis study evaluates PH estimation at different phenological stages using plot-level information from aerial imaging-derived 3D CSM in wheat inbred lines during two consecutive years.
Reproduction assets foundThe paper's authors publicly deposited the R scripts used for UAV image analysis and plant-height trait extraction on GitHub. The raw phenotyping data are only available on request. Pix4D support articles and the R boot package are generic third-party resources, not paper-specific assets.Code · publicThe PHaerial scripts used to perform the image analyses and trait extract are available at https://github.com/volpatoo/HTP-via-drone-imagery/tree/master/UAV-HTP_PlantHeightOpen asset ↗volpatoo/HTP-via-drone-imagery · UAV-HTP_PlantHeightlines:519-573Code / dataset availability confirmedEurope PMC · OpenAlex · checked 13 Sept 2026
The uptake of technologies such as airborne laser scanning (ALS) and more recently digital aerial photogrammetry (DAP) enable the characterization of 3-dimensional (3D) forest structure. These forest structural attributes are widely applied in the development of modern enhanced forest inventories. As an alternative to extensive ALS or DAP based forest inventories, regional forest attribute maps can be built from relationships between ALS or DAP and wall-to-wall satellite data products. To date, a number of different approaches exist, with varying code implementations using different programming environments and tailored to specific needs. With the motivation for open, simple and modern software, we present FOSTER (Forest Structure Extrapolation in R), a versatile and computationally efficient framework for modeling and imputation of 3D forest attributes. FOSTER derives spectral trends in remote sensing time series, implements a structurally guided sampling approach to sample these often spatially auto correlated datasets, to then allow a modelling approach (currently k-NN imputation) to extrapolate these 3D forest structure measures. The k-NN imputation approach that FOSTER implements has a number of benefits over conventional regression based approaches including lower bias and reduced over fitting. This paper provides an overview of the general framework followed by a demonstration of the performance and outputs of FOSTER. Two ALS-derived variables, the 95th percentile of first returns height (elev_p95) and canopy cover above mean height (cover), were imputed over a research forest in British Columbia, Canada with relative RMSE of 18.5% and 11.4% and relative bias of -0.6% and 1.4% respectively. The processing sequence developed within FOSTER represents an innovative and versatile framework that should be useful to researchers and managers alike looking to make forest management decisions over entire forest estates.
Why it matches plant phenotyping methods森林の3D構造属性(樹冠高・樹冠被覆)をリモートセンシングから推定するRソフトウェアと処理フレームワークが研究の中心であり、植物キャノピー形質の計測・推定手法に該当する。
abstractwe present FOSTER (Forest Structure Extrapolation in R), a versatile and computationally efficient framework for modeling and imputation of 3D forest attributes.
Reproduction assets foundThe paper's authors publicly released the FOSTER R package source code (the computational framework implementing the paper's k-NN forest structure imputation analysis) on GitHub and CRAN, as stated in the Data Availability section.Code · publicFOSTER source code is available from GitHub ( https://github.com/mqueinnec/foster ) and also hosted on the Comprehensive R Archive Network (CRAN; https://cran.r-project.org/package=foster ).Open asset ↗mqueinnec/fosterlines:29-34Code · publicFOSTER source code is available from GitHub ( https://github.com/mqueinnec/foster ) and also hosted on the Comprehensive R Archive Network (CRAN; https://cran.r-project.org/package=foster ).Open asset ↗fosterlines:29-34Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Genome-wide predictions are a powerful tool for predicting trait performance. Against this backdrop we aimed to evaluate the potential and limitations of genome-wide predictions to inform the barley collection of the Federal ex situ Genebank for Agricultural and Horticultural Crops with phenotypic data on complex traits including flowering time, plant height, thousand grain weight, as well as on growth habit and row type. We used previously published sequence data, providing information on 306,049 high-quality SNPs for 20,454 barley accessions. The prediction abilities of the two unordered categorical traits row type and growth type as well as the quantitative traits flowering time, plant height and thousand grain weight were investigated using different cross validation scenarios. Our results demonstrate that the unordered categorical traits can be predicted with high precision. In this way genome-wide prediction can be routinely deployed to extract information pertinent to the taxonomic status of gene bank accessions. In addition, the three quantitative traits were also predicted with high precision, thereby increasing the amount of information available for genotyped but not phenotyped accessions. Deeply phenotyped core collections, such as the barley 1,000 core set of the IPK Gatersleben, are a promising training population to calibrate genome-wide prediction models. Consequently, genome-wide predictions can substantially contribute to increase the attractiveness of gene bank collections and help evolve gene banks into bio-digital resource centers.
Why it matches plant phenotyping methodsゲノムワイド予測によって未表現型化アクセスionsの農業形質を推定し、交差検証で予測性能を評価しており、植物表現型推定手法が研究の中心である。
abstractThe prediction abilities of the two unordered categorical traits row type and growth type as well as the quantitative traits flowering time, plant height and thousand grain weight were investigated using different cross validation scenarios.
Reproduction assets foundThe paper reuses previously published, publicly deposited phenotypic (FT, PH, TGW) and genomic (306,049 SNPs for 20,454 barley accessions) datasets, explicitly linked in its data availability statement via two DOIs. No author analysis code or trained model checkpoints are disclosed; supplementary material is not shown.Dataset · publicThe datasets used for this study were published and are available at https://doi.org/10.1038/sdata.2018.278 and https://doi.org/10.1038/s41588-018-0266-x .Open asset ↗10.1038/sdata.2018.278lines:750-813Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 14 Sept 2026
Abstract Background : Maize (Zea mays L.) is one of the most important food sources in the world and has been one of the main targets of plant genetics and phenotypic research for centuries. Observation and analysis of various morphological phenotypic traits during maize growth are essential for genetic and breeding study. The generally huge number of samples produce an enormous amount of high-resolution image data. While high throughput plant phenotyping platforms are increasingly used in maize breeding trials, there is a reasonable need for software tools that can automatically identify visual phenotypic features of maize plants and implement batch processing on image datasets. Results : On the boundary between computer vision and plant science, we utilize advanced deep learning methods based on convolutional neural networks to empower the workflow of maize phenotyping analysis. This paper presents Maize-PAS ( Maize Phenotyping Analysis Software), an integrated application supporting one-click analysis of maize phenotype, embedding multiple functions: I. Projection, II. Color Analysis, III. Internode length, IV. Height, V. Stem Diameter and VI. Leaves Counting. Taking the RGB image of maize as input, the software provides a user-friendly graphical interaction interface and rapid calculation of multiple important phenotypic characteristics, including leaf sheath points detection and leaves segmentation. In function Leaves Counting, the mean and standard deviation of difference between prediction and ground truth are 1.60 and 1.625. Conclusion : The Maize-PAS is easy-to-use and demands neither professional knowledge of computer vision nor deep learning. All functions for batch processing are incorporated, enabling automated and labor-reduced tasks of recording, measurement and quantitative analysis of maize growth traits on a large dataset. We prove the efficiency and potential capability of our techniques and software to image-based plant research, which also demonstrates the feasibility and capability of AI technology implemented in agriculture and plant science. Keywords : Maize phenotyping; Instance segmentation; Computer vision; Deep learning; Convolutional neural network
Why it matches plant phenotyping methodsトウモロコシ画像から複数の形態形質を自動抽出する深層学習ソフトウェアを開発・評価しており、植物フェノタイピング手法が中心である。
abstractThis paper presents Maize-PAS ( Maize Phenotyping Analysis Software), an integrated application supporting one-click analysis of maize phenotype, embedding multiple functions: I. Projection, II. Color Analysis, III. Internode length, IV. Height, V. Stem Diameter and VI. Leaves Counting.
Reproduction assets foundThe paper's maize phenotyping software (Maize-IAS), which implements the paper's image analysis functions (RoI extraction, color analysis, internode/height/stem diameter, leaf counting), is publicly available via the authors' GitHub project home page. The maize image datasets and annotations are not public and require Code · publicWe
reveal the potential development prospects of visual phenotype detection using deep
learning methods. The methods and workflow provided in this article can also be
easily applied to other crops.
Availability and requirements
Project name: Automated Maize Phenotyping Analysis Software using Deep Learn-
ing.
Project home page: https://github.com/sureatgithub/Maize- IAS
Operating system: Ubuntu18.04.
Programming language: Python3.
Other requirements: Pytorch 1.1.0 or higher, Torchvision 0.3.0 or higher.
Any restrictions to use by non-academic: None
Ethics approval and consent to participate
Not applicable.
Consent for publication
Not applicable.
Availability of data and materials
The datasOpen asset ↗sureatgithub/Maize-pdf-raw-page:18 lines:1-46Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 15 Sept 2026
Abstract Background:The use of 3D based high-throughput phenotyping improves theefficiency of crop management and monitoring practices. Thestructure-from-motion and multi-view stereo photogrammetry (SfM-MVS)technique, applicable to common RGB digital cameras, has been widely used forthis and can be implemented by many commercial and open-source tools. Byusing such tools, several outputs such as digital orthophoto map (DOM), digitalsurface model (DSM), and point cloud data (PCD) can be generated. However,there is a gap between these outputs and the final 3D plant phenotyping. Forexample, calculating plant height and canopy ground cover requires thesegmentation of each plot from the whole DOM, DSM, or original image. Theseintermediate processes are time-consuming, and to the best of our knowledge,there are no easy-to-use alternatives currently available. Results: In this study, a software package called EasyIDP (easy intermediatedata processor) was developed to link the products of SfM-MVS techniques with3D based plant phenotyping. A lotus (Nelumbo nucifera) breeding field was usedto demonstrate the following points: 1) clipping (segmenting) SfM-MVS productsaccording to a given plot boundary or region of interest (ROI); 2) transformingthe ROI of the SfM-MVS products into high-quality raw images to assist inobject detection; and 3) evaluating the accuracy of the previous transformationusing manual annotation. Conclusions: The proposed intermediate data processing tool showed anacceptable accuracy and potential to process the products from SfM-MVStechniques. By using the EasyIDP, a bridge between SfM-MVS products andplant phenotyping was conveniently achieved.
Why it matches plant phenotyping methodsEasyIDPはSfM-MVS生成物を植物表現型抽出へ接続する中間処理ソフトウェアとして開発・評価されており、表現型取得ワークフローが中心である。
abstractThe proposed intermediate data processing tool showed anacceptable accuracy and potential to process the products from SfM-MVStechniques.
Reproduction assets foundThe paper is a software article for EasyIDP, whose source code is publicly released on GitHub, and the authors explicitly state that the example data (UAV/SfM-MVS phenotyping case-study data) and Jupyter notebook analysis codes are available in a companion public repository (EasyIDP.paper). Both are paper-specific,公开,和Code · publica U19A2061.
479
Ethics approval and consent to participate
480
Not applicable.
481
Consent for publication
482
Not applicable.
483
Availability of data and materials
484
The download link of the example data, and Jupyter notebook codes for drawing all results figures, and the LaTeX
485
codes of this manuscript, are available on https://github.com/HowcanoeWang/EasyIDP.paper.486
Competing interests
487
The authors declare that they have no competing interests.
488
Author details
489
1
International Field Phenomics Research Laboratory, Institute for Sustainable Agro-ecosystem Services, Graduate
490
School of Agricultural and Life Science, The University of Tokyo, 188-0002 Tokyo, Japan. 2
Key LaOpen asset ↗HowcanoeWang/EasyIDP.paperpdf-raw-page:19 lines:1-164Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
High-throughput phenotyping enables the efficient collection of plant trait data at scale. One example involves using imaging systems over key phases of a crop growing season. Although the resulting images provide rich data for statistical analyses of plant phenotypes, image processing for trait extraction is required as a prerequisite. Current methods for trait extraction are mainly based on supervised learning with human labeled data or semisupervised learning with a mixture of human labeled data and unsupervised data. Unfortunately, preparing a sufficiently large training data is both time and labor-intensive. We describe a self-supervised pipeline (KAT4IA) that uses -means clustering on greenhouse images to construct training data for extracting and analyzing plant traits from an image-based field phenotyping system. The KAT4IA pipeline includes these main steps: self-supervised training set construction, plant segmentation from images of field-grown plants, automatic separation of target plants, calculation of plant traits, and functional curve fitting of the extracted traits. To deal with the challenge of separating target plants from noisy backgrounds in field images, we describe a novel approach using row-cuts and column-cuts on images segmented by transform domain neural network learning, which utilizes plant pixels identified from greenhouse images to train a segmentation model for field images. This approach is efficient and does not require human intervention. Our results show that KAT4IA is able to accurately extract plant pixels and estimate plant heights.
Why it matches plant phenotyping methods植物形質抽出のための自己教師あり画像解析パイプラインを開発し、圃場画像から植物の分割・分離・形質計算・草丈推定を行う手法研究である。
abstractWe describe a self-supervised pipeline (KAT4IA) that uses -means clustering on greenhouse images to construct training data for extracting and analyzing plant traits from an image-based field phenotyping system.
Reproduction assets foundThe paper's Additional Points state that the R code of the KAT4IA pipeline, sample image data, and description are publicly available on GitHub at the authors' repository, matching an allowed URL. The arXiv URLs are cited prior work, not paper-specific assets.Code · publicThe R code of the proposed pipeline, sample image data, and description are available on Github at https://github.com/xingcheg/Plant-Traits-Extraction .Open asset ↗xingcheg/Plant-Traits-Extractionlines:172-192Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
The rapid development of phenotyping technologies over the last years gave the opportunity to study plant development over time. The treatment of the massive amount of data collected by high-throughput phenotyping (HTP) platforms is however an important challenge for the plant science community. An important issue is to accurately estimate, over time, the genotypic component of plant phenotype. In outdoor and field-based HTP platforms, phenotype measurements can be substantially affected by data-generation inaccuracies or failures, leading to erroneous or missing data. To solve that problem, we developed an analytical pipeline composed of three modules: detection of outliers, imputation of missing values, and mixed-model genotype adjusted means computation with spatial adjustment. The pipeline was tested on three different traits (3D leaf area, projected leaf area, and plant height), in two crops (chickpea, sorghum), measured during two seasons. Using real-data analyses and simulations, we showed that the sequential application of the three pipeline steps was particularly useful to estimate smooth genotype growth curves from raw data containing a large amount of noise, a situation that is potentially frequent in data generated on outdoor HTP platforms. The procedure we propose can handle up to 50% of missing values. It is also robust to data contamination rates between 20 and 30% of the data. The pipeline was further extended to model the genotype time series data. A change-point analysis allowed the determination of growth phases and the optimal timing where genotypic differences were the largest. The estimated genotypic values were used to cluster the genotypes during the optimal growth phase. Through a two-way analysis of variance (ANOVA), clusters were found to be consistently defined throughout the growth duration. Therefore, we could show, on a wide range of scenarios, that the pipeline facilitated efficient extraction of useful information from outdoor HTP platform data. High-quality plant growth time series data is also provided to support breeding decisions. The R code of the pipeline is available at https://github.com/ICRISAT-GEMS/SpaTemHTP.
Why it matches plant phenotyping methods植物HTPデータから形質を抽出・補正する解析パイプラインを開発し、実データとシミュレーションで検証しているため、方法が中心的です。
abstractwe developed an analytical pipeline composed of three modules: detection of outliers, imputation of missing values, and mixed-model genotype adjusted means computation with spatial adjustment.
Reproduction assets foundThe paper explicitly provides two public GitHub repositories: the SpaTemHTP R pipeline package and a validation repository containing all data, scripts, and functions needed to reproduce the paper's phenotyping analyses. Raw phenotypic data itself is only available on request.Code · publicThe R code of the pipeline is available at https://github.com/ICRISAT-GEMS/SpaTemHTP .Open asset ↗ICRISAT-GEMS/SpaTemHTPlines:316-319Code · publicAll data, scripts, and functions required to reproduce the results can be found at: https://github.com/ICRISAT-GEMS/SpaTemHTP_Validation .Open asset ↗ICRISAT-GEMS/SpaTemHTP_Validationlines:457-479Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Field / plotLeafWhole plant / canopy / plot / fieldVisualization / data managementBiomass / plant weightLeaf traitsPlant / canopy height
Abstract. The development and validation of hydroecological land-surface models to simulate agricultural areas require extensive data on weather, soil properties, agricultural management, and vegetation states and fluxes. However, these comprehensive data are rarely available since measurement, quality control, documentation, and compilation of the different data types are costly in terms of time and money. Here, we present a comprehensive dataset, which was collected at four agricultural sites within the Rur catchment in western Germany in the framework of the Transregional Collaborative Research Centre 32 (TR32) “Patterns in Soil–Vegetation–Atmosphere Systems: Monitoring, Modeling and Data Assimilation”. Vegetation-related data comprise fresh and dry biomass (green and brown, predominantly per organ), plant height, green and brown leaf area index, phenological development state, nitrogen and carbon content (overall > 17 000 entries), and masses of harvest residues and regrowth of vegetation after harvest or before planting of the main crop (> 250 entries). Vegetation data including LAI were collected in frequencies of 1 to 3 weeks in the years 2015 until 2017, mostly during overflights of the Sentinel 1 and Radarsat 2 satellites. In addition, fluxes of carbon, energy, and water (> 180 000 half-hourly records) measured using the eddy covariance technique are included. Three flux time series have simultaneous data from two different heights. Data on agricultural management include sowing and harvest dates as well as information on cultivation, fertilization, and agrochemicals (27 management periods). The dataset also includes gap-filled weather data (> 200 000 hourly records) and soil parameters (particle size distributions, carbon and nitrogen content; > 800 records). These data can also be useful for development and validation of remote-sensing products. The dataset is hosted at the TR32 database (https://www.tr32db.uni-koeln.de/data.php?dataID=1889, last access: 29 September 2020) and has the DOI https://doi.org/10.5880/TR32DB.39 (Reichenau et al., 2020).
Why it matches plant phenotyping methods植物のバイオマス、草丈、LAI、フェノロジーなどの再利用可能な形質データを含む包括的データセットを構築し、リモートセンシング手法の開発・検証にも利用できるため、植物フェノタイピングデータセットとして中心的です。
abstractHere, we present a comprehensive dataset, which was collected at four agricultural sites within the Rur catchment in western Germany
Reproduction assets foundThis is a data description paper whose core contribution is a public plant-phenotyping dataset (vegetation states, biomass, LAI, phenology, fluxes, weather, management, soil) hosted at the TR32 database with a DOI. The dataset is directly downloadable via the authors' public URLs; no code or models are described.Dataset · publicments start with “#”. Comments can contain additional
information on yield, management of harvest residues, additional contents of
agrochemicals, etc.
9 Data availability
The dataset can be downloaded from the TR32
database ( https://www.tr32db.uni-koeln.de/data.php?dataID=1889 , last access: 29 September 2020) or using
the DOI https://doi.org/10.5880/TR32DB.39 (Reichenau et al., 2020). The dataset is provided as a zip-compressed
container. All files are plain text files organized in a folder per site as
shown in Fig. 2 and as explained in Sect. 3. Technical details on file
formats and data structure within files are presented for the different kinds
of data in Sects. 4.4, 5.4, 6.4, 7Open asset ↗TR32DB · 10.5880/TR32DB.39lines:1217-1303Code / dataset availability confirmedOpenAlex · Europe PMC · bioRxiv · checked 9 Sept 2026
ABSTRACT High-throughput phenotyping is a modern technology to measure plant traits efficiently and in large scale by imaging systems over the whole growth season. Those images provide rich data for statistical analysis of plant phenotypes. We propose a pipeline to extract and analyze the plant traits for field phenotyping systems. The proposed pipeline include the following main steps: plant segmentation from field images, automatic calculation of plant traits from the segmented images, and functional curve fitting for the extracted traits. To deal with the challenging problem of plant segmentation for field images, we propose a novel approach on image pixel classification by transform domain neural network models, which utilizes plant pixels from greenhouse images to train a segmentation model for field images. Our results show the proposed procedure is able to accurately extract plant heights and is more stable than results from Amazon Turks, who manually measure plant heights from original images.
Why it matches plant phenotyping methods圃場画像から植物を分割し、草丈などの形質を自動抽出・曲線近似する高スループット表現型解析パイプラインの開発が主題であり、方法的貢献が明確です。
abstractWe propose a pipeline to extract and analyze the plant traits for field phenotyping systems.
Reproduction assets foundThe paper explicitly states that the authors' R pipeline code and sample image data are publicly available on GitHub, directly supporting this paper's plant segmentation, trait extraction, and growth-curve fitting analysis.Code · publicThe R codes of the proposed pipeline, sample image data and description are available on Github at https://github.Open asset ↗pdf-page:17 lines:1-54Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
NASA’s ICESat-2space-borne photon-counting lidar mission is providing global elevation measurements that will provide significant benefits to a variety of bio-geoscience research applications. Given the novelty of elevation and the derived data products from the ICESat-2 mission, the research community needs software tools that can facilitate photon-level analyses to support product validation and development new analysis methods. Here, we describe PhotonLabeler, a free graphic user interface (GUI) for manual labeling and visualization of ICESat-2 Geolocated Photon data (ATL03). Developed in MATLAB, the GUI facilitates the reading and display of ATL03 Hierarchical Data Format (HDF) files, the manual labeling of individual photons into target classes of choice using a number of point selections tools and enables eventual saving of labeled data in ASCII format. Other capabilities include saving and loading of labeling sessions to manage labeling tasks over time. We expect labeled data generated using the application to serve two main purposes. First, serve as ground truth for validating various products from ICESat-2 mission, especially for study sites around the world that do not have existing reference datasets such as airborne lidar. Second, serve as training and validation data in the development of new algorithms for generating various ICESat-2 data products. We demonstrate the first use case through a validation case study for the land and vegetation product (ATL08), which provides canopy and terrain height estimates, over two sites. For the first site, located in northwestern Zambia, we used ICESat-2 ATL03 data acquired at night and for our second site in Texas, US, we used ATL03 data acquired during the day. The PhotonLabeler application is freely available as a compiled MATLAB binary to enable free access and utilization by interested researchers.
Why it matches plant phenotyping methodsICESat-2光子データを手動ラベリングし、植生・樹冠高を含む植物関連プロダクトの検証用データを作成するソフトウェアであり、植物状態の取得・検証ワークフローが中心的です。
abstractwe describe PhotonLabeler, a free graphic user interface (GUI) for manual labeling and visualization of ICESat-2 Geolocated Photon data (ATL03).
Reproduction assets foundThe paper's own PhotonLabeler software (a MATLAB GUI for labeling ICESat-2 ATL03 photon data, used to generate the validation measurements in the case study) is explicitly stated to be publicly available on the authors' GitHub with a compiled binary and user manual. The ATL03/ATL08 data are generic mission products, soCode · publicling sessions. A saved session file contains the state of the application at the time of saving and
253 stores input files path and parameters to enable one to pick up labeling from where they left.
254 2.2.5 Software availability
255 PhotonLabeler is available to interested scientists through our project website on GitHub
256 (https://github.com/Oht0nger/PhoLabeler/releases/tag/v1.0). The application is available as a compiled
257 binary, which one can install without a MATLAB license. The option requires a download of free
258 MATLAB runtime environment. On our GitHub page, we also provide a detailed user manual on how
259 to use the software.
260 2.3 Case study: Using manually labeled datOpen asset ↗Oht0nger/PhoLabeler · v1.0pdf-layout-page:9 lines:1-61Code / dataset availability confirmedOpenAlex · checked 15 Sept 2026
Abstract Background: Maize (Zea mays L.) is one of the most important food sources in the world and has been one of the main targets of plant genetics and phenotypic research for centuries. Observation and analysis of various morphological phenotypic traits during maize growth are essential for genetic and breeding study. The generally huge number of samples produce an enormous amount of high-resolution image data. While high throughput plant phenotyping platforms are increasingly used in maize breeding trials, there is a reasonable need for software tools that can automatically identify visual phenotypic features of maize plants and implement batch processing on image datasets.Results: On the boundary between computer vision and plant science, we utilize advanced deep learning methods based on convolutional neural networks to empower the workflow of maize phenotyping analysis. This paper presents Maize-PAS ( Maize Phenotyping Analysis Software), an integrated application supporting one-click analysis of maize phenotype, embedding multiple functions: I. Projection, II. Color Analysis, III. Internode length, IV. Height, V. Stem Diameter and VI. Leaves Counting. Taking the RGB image of maize as input, the software provides a user-friendly graphical interaction interface and rapid calculation of multiple important phenotypic characteristics, including leaf sheath points detection and leaves segmentation. In function Leaves Counting, the mean and standard deviation of difference between prediction and ground truth are 1.60 and 1.625.Conclusion: The Maize-PAS is easy-to-use and demands neither professional knowledge of computer vision nor deep learning. All functions for batch processing are incorporated, enabling automated and labor-reduced tasks of recording, measurement and quantitative analysis of maize growth traits on a large dataset. We prove the efficiency and potential capability of our techniques and software to image-based plant research, which also demonstrates the feasibility and capability of AI technology implemented in agriculture and plant science.
Why it matches plant phenotyping methodsトウモロコシ画像から複数の形態形質を自動抽出するソフトウェアを開発し、精度評価も行っているため、植物フェノタイピング手法が中心である。
abstractThis paper presents Maize-PAS ( Maize Phenotyping Analysis Software), an integrated application supporting one-click analysis of maize phenotype
Reproduction assets foundThe authors' Maize-PAS phenotyping analysis software is publicly available on GitHub with an explicit project home page. The maize image/annotation datasets are explicitly not public (available only on request), and Labelme is a generic third-party annotation tool, not a paper-specific asset.Code · publicWe
reveal the potential development prospects of visual phenotype detection using deep
learning methods. The methods and workflow provided in this article can also be
easily applied to other crops.
Availability and requirements
Project name: Automated Maize Phenotyping Analysis Software using Deep Learn-
ing.
Project home page: https://github.com/sureatgithub/MaizePAS
Operating system: Ubuntu18.04.
Programming language: Python3.
Other requirements: Pytorch 1.1.0 or higher, Torchvision 0.3.0 or higher.
Any restrictions to use by non-academic: None
Ethics approval and consent to participate
Not applicable.
Consent for publication
Not applicable.
Availability of data and materials
The datasetsOpen asset ↗sureatgithub/MaizePASpdf-raw-page:16 lines:1-46Code / dataset availability confirmedEurope PMC · OpenAlex · checked 9 Sept 2026
Plant height (PH) data collected at high temporal resolutions can give insight into how genotype and environmental variation influence plant growth. However, in order to increase the temporal resolution of PH data collection, more robust, rapid, and low-cost methods are needed to evaluate field plots than those currently available. Due to their low cost and high functionality, unmanned aerial vehicles (UAVs) provide an efficient means for collecting height at various stages throughout development. We have developed a procedure for utilizing structure from motion algorithms to collect PH from RGB drone imagery and have used this platform to characterize a yield trial consisting of 24 maize hybrids planted in replicate under two dates and three planting densities. PH data was collected using both weekly UAV flights and manual measurements. The comparisons of UAV-based and manually acquired PH measurements revealed sources of error in measuring PH and were used to develop a robust pipeline for generating UAV-based PH estimates. This pipeline was utilized to document differences in the rate of growth between genotypes and planting dates. Our results also demonstrate that growth rates generated by PH measurements collected at multiple timepoints early in development can be useful in improving predictions of PH at the end of the season. This method provides a low cost, high throughput method for evaluating plant growth in response to environmental stimuli on a plot basis that can be implemented at the scale of a breeding program.
Why it matches plant phenotyping methodsUAV画像とSfMによる圃場作物の草丈推定手法を開発し、手測定との比較で検証した研究であり、表現型取得パイプラインが中心です。
abstractWe have developed a procedure for utilizing structure from motion algorithms to collect PH from RGB drone imagery
Reproduction assets foundThe paper's data availability statement explicitly deposits the authors' image analysis and trait extraction scripts in a public GitHub repository, which directly implements the UAV plant-height phenotyping pipeline described in the paper. No phenotype dataset deposit is stated; supporting information files are not URLCode · publicThe scripts and processes used to perform the image analyses and trait extraction are available at https://github.com/SBTirado/UAV_PH.git .Open asset ↗SBTirado/UAV_PHlines:182-204Code / dataset availability confirmedOpenAlex · Europe PMC · checked 14 Sept 2026
Increasing dry matter yield is the most important objective in perennial ryegrass breeding program. Current yield assessment methods are time-consuming and subjective. These assessments involve multiple measurements and selection procedures across seasons and years to evaluate biomass yield repeatedly. This contributes to the slow process of new cultivar development and commercialisation. This study developed and validated a computational phenotyping workflow for image acquisition, processing and analysis of spaced planted ryegrass and investigated sensor-based dry matter yield (DMY) yield estimation of individual plants through normalised difference vegetative index (NDVI) and ultrasonic plant height data extraction. The DMY of 48,000 individual plants representing fifty advanced breeding lines and commercial cultivars was accurately estimated at multiple harvests across the growing season. NDVI, plant height and predicted DMY obtained from aerial and ground-based sensors illustrated the variation within and between cultivars across different seasons. Combining NDVI and plant height of individual plants was a robust method to enable high-throughput phenotyping of biomass yield in ryegrass breeding. Similarly, the plot-level model indicated good to high-correlation between the predicted and measured DMY across three seasons with R² between 0.19- 0.81 and root mean square errors (RMSE) values ranging from 0.09-0.21 kg/plot. The model was further validated using a combined regression of the three seasons harvests. This study further sets a foundation for the application of sensor technologies combined with genomic studies that lead to greater rates of genetic gain in perennial ryegrass biomass yield.
Why it matches plant phenotyping methods植物バイオマス収量を推定する画像・センサー・計算ワークフローの開発と検証が研究の中心であり、高スループット表現型解析手法として明確に該当する。
abstractThis study developed and validated a computational phenotyping workflow for image acquisition, processing and analysis of spaced planted ryegrass
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicAll datasets generated for this study are included in the article/ Supplementary Material .Open asset ↗lines:407-424Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
This study describes the evaluation of a range of approaches to semantic segmentation of hyperspectral images of sorghum plants, classifying each pixel as either nonplant or belonging to one of the three organ types (leaf, stalk, panicle). While many current methods for segmentation focus on separating plant pixels from background, organ-specific segmentation makes it feasible to measure a wider range of plant properties. Manually scored training data for a set of hyperspectral images collected from a sorghum association population was used to train and evaluate a set of supervised classification models. Many algorithms show acceptable accuracy for this classification task. Algorithms trained on sorghum data are able to accurately classify maize leaves and stalks, but fail to accurately classify maize reproductive organs which are not directly equivalent to sorghum panicles. Trait measurements extracted from semantic segmentation of sorghum organs can be used to identify both genes known to be controlling variation in a previously measured phenotypes (e.g., panicle size and plant height) as well as identify signals for genes controlling traits not previously quantified in this population (e.g., stalk/leaf ratio). Organ level semantic segmentation provides opportunities to identify genes controlling variation in a wide range of morphological phenotypes in sorghum, maize, and other related grain crops.
Why it matches plant phenotyping methodsイネ科植物のハイパースペクトル画像から器官をセグメンテーションし、形態形質を抽出する手法を開発・評価しており、表現型取得法が研究の中心です。
abstractThis study describes the evaluation of a range of approaches to semantic segmentation of hyperspectral images of sorghum plants, classifying each pixel as either nonplant or belonging to one of the three organ types (leaf, stalk, panicle).
Reproduction assets foundThe paper deposits its authors' analysis code, extracted phenotypes, and manually annotated sorghum/maize pixel data in a public GitHub repository, and its Zooniverse crowdsourcing project (used to generate the pixel annotations) is publicly accessible. Both are paper-specific, public, and actionable.Code · publicAll the R and python code implemented in this study, phenotypes extracted from segmented sorghum images, and the manually annotated sorghum and maize pixels have been deposited on GitHub at https://github.com/freemao/Sorghum_Semantic_Segmentation .Open asset ↗https://github.com/freemao/Sorghum_Semantic_Segmentationlines:85-113Code / dataset availability confirmedOpenAlex · checked 15 Sept 2026
We present techniques to measure crop heights using a 3D Light Detection and Ranging (LiDAR) sensor mounted on an Unmanned Aerial Vehicle (UAV). Knowing the height of plants is crucial to monitor their overall health and growth cycles, especially for high-throughput plant phenotyping. We present a methodology for extracting plant heights from 3D LiDAR point clouds, specifically focusing on plot-based phenotyping environments. We also present a toolchain that can be used to create phenotyping farms for use in Gazebo simulations. The tool creates a randomized farm with realistic 3D plant and terrain models. We conducted a series of simulations and hardware experiments in controlled and natural settings. Our algorithm was able to estimate the plant heights in a field with 112 plots with a root mean square error (RMSE) of 6.1 cm. This is the first such dataset for 3D LiDAR from an airborne robot over a wheat field. The developed simulation toolchain, algorithmic implementation, and datasets can be found on the GitHub repository located at https://github.com/hsd1121/PointCloudProcessing.
Why it matches plant phenotyping methodsUAV搭載3D LiDARによる作物高の抽出手法、シミュレーション用ツールチェーン、検証実験、データセットを中心に扱っており、植物表現型取得法が明確に中心である。
abstractWe present techniques to measure crop heights using a 3D Light Detection and Ranging (LiDAR) sensor mounted on an Unmanned Aerial Vehicle (UAV).
Reproduction assets foundThe authors explicitly release their point cloud processing tools, real-world wheat LiDAR datasets, and simulation farm-generation toolchain on their public GitHub repository. The Turbosquid URL only references the license for commercial third-party soybean 3D models, not a paper-specific asset.Code · publicgorithm was able to estimate the plant heights in a field with 112 plots with a root mean square error (RMSE) of 6.1 cm. This is the first such dataset for 3D LiDAR from an airborne robot over a wheat field. The developed simulation toolchain, algorithmic implementation, and datasets can be found on our GitHub repository. 1 1
1
https://github.com/hsd1121/PointCloudProcessing
I INTRODUCTION
The goal of precision agriculture is to optimize the growth, maintenance, and harvesting of crops using data-driven technologies [ 1 , 2 ] . This will become especially important as the population grows, leading to a higher demand of efficiency from farms [ 3 , 4 , 5 ] . One way of achieving higher efficieOpen asset ↗hsd1121/PointCloudProcessinglines:1-69Dataset · publicThe dataset released along with this paper has models for three representative environments, simulated 3D LiDAR scans, and ground truth information. This is released for the community-at-large to benchmark their algorithms against.Open asset ↗lines:70-87Code / dataset availability confirmedCrossref · OpenAlex · Europe PMC · checked 9 Sept 2026
In this paper, we present a novel method for vision based plants phenotyping in indoor vertical farming under artificial lighting. The method combines 3D plants modeling and deep segmentation of the higher leaves, during a period of 25–30 days, related to their growth. The novelty of our approach is in providing 3D reconstruction, leaf segmentation, geometric surface modeling, and deep network estimation for weight prediction to effectively measure plant growth, under three relevant phenotype features: height, weight and leaf area. Together with the vision based measurements, to verify the soundness of our proposed method, we also harvested the plants at specific time periods to take manual measurements, collecting a great amount of data. In particular, we manually collected 2592 data points related to the plant phenotype and 1728 images of the plants. This allowed us to show with a good number of experiments that the vision based methods ensure a quite accurate prediction of the considered features, providing a way to predict plant behavior, under specific conditions, without any need to resort to human measurements.
Why it matches plant phenotyping methods植物フェノタイピングのための3D再構成・葉セグメンテーション・深層学習による形質推定法の開発と手測定による検証が研究の中心である。
abstractwe present a novel method for vision based plants phenotyping in indoor vertical farming under artificial lighting
Reproduction assets foundThe paper's leaf segmentation analysis code (a Tensorflow Mask R-CNN implementation used for the plant phenotyping measurements) is explicitly stated to be freely available on the authors' GitHub organization. The collected image/phenotype dataset (1728 images, 2592 manual data points) is described but no public data-Code · publicWe used our
implementation in Tensorflow, which is freely available on GitHub (See https://github.com/alcor-lab).Open asset ↗alcor-labpdf-page:10 lines:1-109Code / dataset availability confirmedbioRxiv · Europe PMC · OpenAlex · checked 9 Sept 2026
Plant height (PH) data collected at high temporal resolutions can give insight into important growth parameters useful for identifying elite material in plant breeding programs and developing management guidelines in production settings. However, in order to increase the temporal resolution of PH data collection, more robust, rapid and low-cost methods are needed to evaluate field plots than those currently available. Due to their low cost and high functionality, unmanned aerial vehicles (UAVs) can be an efficient means for collecting height at various stages throughout development. We have developed a procedure for utilizing structure from motion algorithms to collect PH from RGB drone imagery and have used this platform to characterize a yield trial consisting of 24 maize hybrids planted in replicate under two dates and three planting densities in St Paul, MN in the summer of 2018. The field was imaged weekly after planting using a DJI Phantom 4 Advanced drone to extract PH and hand measurements were collected following aerial imaging of the field. In this work, we test the error in UAV PH measurements and compare it to the error obtained within manually acquired PH measurements. We also propose a method for improving the correspondence of manual and UAV measured height and evaluate the utility of using UAV obtained PH data for assessing growth of maize genotypes and for estimating end-season height.
Why it matches plant phenotyping methodsUAV画像とSfMを用いたトウモロコシ草丈抽出法の開発、手測定との誤差比較・検証、育種試験への実質的な適用が中心である。
abstractWe have developed a procedure for utilizing structure from motion algorithms to collect PH from RGB drone imagery
Reproduction assets foundThe paper explicitly states that the authors' custom MATLAB image-analysis and trait-extraction scripts for UAV-derived plant height are publicly available in a GitHub repository. No phenotype dataset or imagery deposit is stated in the supplied blocks.Code · publicThe scripts and processes used to perform the image analyses and trait extract are available at
https://github.com/SBTirado/UAV_PH.git.Open asset ↗SBTirado/UAV_PHpdf-page:6 lines:1-52Code / dataset availability confirmedEurope PMC · OpenAlex · Crossref · checked 13 Sept 2026
Image-based modeling, and more precisely, Structure from Motion (SfM) and Multi-View Stereo (MVS), is emerging as a flexible, self-service, remote sensing tool for generating fine-grained digital surface models (DSMs) in the Earth sciences and ecology. However, drone-based SfM + MVS applications have developed at a rapid pace over the past decade and there are now many software options available for data processing. Consequently, understanding of reproducibility issues caused by variations in software choice and their influence on data quality is relatively poorly understood. This understanding is crucial for the development of SfM + MVS if it is to fulfill a role as a new quantitative remote sensing tool to inform management frameworks and species conservation schemes. To address this knowledge gap, a lightweight multirotor drone carrying a Ricoh GR II consumer-grade camera was used to capture replicate, centimeter-resolution image datasets of a temperate, intensively managed grassland ecosystem. These data allowed the exploration of method reproducibility and the impact of SfM + MVS software choice on derived vegetation canopy height measurement accuracy. The quality of DSM height measurements derived from four different, yet widely used SfM-MVS software-Photoscan, Pix4D, 3DFlow Zephyr, and MICMAC, was compared with in situ data captured on the same day as image capture. We used both traditional agronomic techniques for measuring sward height, and a high accuracy and precision differential GPS survey to generate independent measurements of the underlying ground surface elevation. Using the same replicate image dataset ( n = 3) as input, we demonstrate that there are 1.7, 2.0, and 2.5 cm differences in RMSE (excluding one outlier) between the outputs from different SfM + MVS software using High, Medium, and Low quality settings, respectively. Furthermore, we show that there can be a significant difference, although of small overall magnitude between replicate image datasets ( n = 3) processed using the same SfM + MVS software, following the same workflow, with a variance in RMSE of up to 1.3, 1.5, and 2.7 cm (excluding one outlier) for "High," "Medium," and "Low" quality settings, respectively. We conclude that SfM + MVS software choice does matter, although the differences between products processed using "High" and "Medium" quality settings are of small overall magnitude.
Why it matches plant phenotyping methodsSfM/MVSソフトウェアの選択が植生キャノピー高の推定精度と再現性に与える影響を比較検証しており、植物形質取得手法の技術評価が中心である。
abstractWe used both traditional agronomic techniques for measuring sward height, and a high accuracy and precision differential GPS survey to generate independent measurements of the underlying ground surface elevation.
Reproduction assets foundThe paper's own drone image datasets, DGPS ground survey points, and sward height measurements are deposited publicly on Dryad, as stated in the Data Availability Statement. No author analysis code is explicitly deposited.Dataset · publicData available from the Dryad Digital Repository: https://doi.org/10.5061/dryad.q7c400k (Forsmoo et al., 2019 ).Open asset ↗Dryad Digital Repository · 10.5061/dryad.q7c400klines:57-85Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Genebanks are valuable sources of genetic diversity, which can help to cope with future problems of global food security caused by a continuously growing population, stagnating yields and climate change. However, the scarcity of phenotypic and genotypic characterization of genebank accessions severely restricts their use in plant breeding. To warrant the seed integrity of individual accessions during periodical regeneration cycles in the field phenotypic characterizations are performed. This study provides non-orthogonal historical data of 12,754 spring and winter wheat accessions characterized for flowering time, plant height, and thousand grain weight during 70 years of seed regeneration at the German genebank. Supported by historical weather observations outliers were removed following a previously described quality assessment pipeline. In this way, ready-to-use processed phenotypic data across regeneration years were generated and further validated. We encourage international and national genebanks to increase their efforts to transform into bio-digital resource centers. A first important step could consist in unlocking their historical data treasures that allows an educated choice of accessions by scientists and breeders.
Why it matches plant phenotyping methods7 दशकにわたるコムギ表現型データを大規模に整理・品質評価・検証し、再利用可能な処理済みデータとして提供することが中心であり、植物フェノタイピングデータセットとして適格です。
abstractThis study provides non-orthogonal historical data of 12,754 spring and winter wheat accessions characterized for flowering time, plant height, and thousand grain weight during 70 years of seed regeneration at the German genebank.
Reproduction assets foundThe paper deposits its historical wheat phenotypic data (FT, PH, TGW for 12,754 accessions), outlier-corrected and BLUE-processed datasets, and example R analysis scripts in the e!DAL-PGP repository under DOI 10.5447/IPK/2019/11, which is an allowed URL and appears verbatim in the text.Dataset · publicPhilipp, N. et al. Historical phenotypic data from seven decades of seed regeneration in a wheat ex situ collection hosted at the
Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). e!DAL - Plant Genomics and Phenomics Research Data Repository,
https://doi.org/10.5447/IPK/2019/11 (2019).Open asset ↗e!DAL - Plant Genomics and Phenomics Research Data Repository · 10.5447/IPK/2019/11pdf-page:9 lines:1-56Code / dataset availability confirmedOpenAlex · checked 13 Sept 2026
Forest structure is a crucial component in the assessment of whether a forest is likely to act as a carbon sink under changing climate. Detailed 3D structural information about the tundra–taiga ecotone of Siberia is mostly missing and still underrepresented in current research due to the remoteness and restricted accessibility. Field based, high-resolution remote sensing can provide important knowledge for the understanding of vegetation properties and dynamics. In this study, we test the applicability of consumer-grade Unmanned Aerial Vehicles (UAVs) for rapid calculation of stand metrics in treeline forests. We reconstructed high-resolution photogrammetric point clouds and derived canopy height models for 10 study sites from NE Chukotka and SW Yakutia. Subsequently, we detected individual tree tops using a variable-window size local maximum filter and applied a marker-controlled watershed segmentation for the delineation of tree crowns. With this, we successfully detected 67.1% of the validation individuals. Simple linear regressions of observed and detected metrics show a better correlation (R2) and lower relative root mean square percentage error (RMSE%) for tree heights (mean R2 = 0.77, mean RMSE% = 18.46%) than for crown diameters (mean R2 = 0.46, mean RMSE% = 24.9%). The comparison between detected and observed tree height distributions revealed that our tree detection method was unable to representatively identify trees 15–20 m to capture homogeneous and representative forest stands. Additionally, we identify sources of omission and commission errors and give recommendations for their mitigation. In summary, the efficiency of the used method depends on the complexity of the forest’s stand structure.
Why it matches plant phenotyping methodsUAV画像から点群・樹冠高モデルを生成し、個体樹頂検出と樹冠分割によって樹高・樹冠径を推定する手法を開発・検証しており、植物形質取得が研究の中心である。
abstractWe reconstructed high-resolution photogrammetric point clouds and derived canopy height models for 10 study sites from NE Chukotka and SW Yakutia.
Reproduction assets foundThe paper's pre-processed photogrammetric point clouds used to derive forest metrics are publicly deposited in PANGAEA (doi:10.1594/PANGAEA.902259). Other URLs (Pix4D, R packages) are generic third-party tools, not paper-specific assets.Dataset · publicWe successfully detected a total of 4719 trees and derived individual tree, stand structure, and site
morphological metrics from 10 photogrammetric point clouds (Table 3; pre-processed point clouds are
available for download at https://doi.org/10.1594/PANGAEA.902259).Open asset ↗PANGAEA · 10.1594/PANGAEA.902259pdf-page:8 lines:1-56Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Plant height is a morphological characteristic of plant growth that is a useful indicator of plant stress resulting from water and nutrient deficit. While height is a relatively simple trait, it can be difficult to measure accurately, especially in crops with complex canopy architectures like cotton. This paper describes the deployment of four nadir view ultrasonic transducers (UTs), two light detection and ranging (LiDAR) systems, and an unmanned aerial system (UAS) with a digital color camera to characterize plant height in an upland cotton breeding trial. The comparison of the UTs with manual measurements demonstrated that the Honeywell and Pepperl+Fuchs sensors provided more precise estimates of plant height than the MaxSonar and db3 Pulsar sensors. Performance of the multi-angle view LiDAR and UAS technologies demonstrated that the UAS derived 3-D point clouds had stronger correlations (0.980) with the UTs than the proximal LiDAR sensors. As manual measurements require increased time and labor in large breeding trials and are prone to human error reducing repeatability, UT and UAS technologies are an efficient and effective means of characterizing cotton plant height.
Why it matches plant phenotyping methods綿花の草丈という植物形質を対象に、複数のセンサーとUASを比較・検証しており、取得手法の技術性能評価が研究の中心である。
abstractThis paper describes the deployment of four nadir view ultrasonic transducers (UTs), two light detection and ranging (LiDAR) systems, and an unmanned aerial system (UAS) with a digital color camera to characterize plant height in an upland cotton breeding trial.
Reproduction assets foundThe paper's supplementary materials, hosted publicly on MDPI, contain paper-specific plant-phenotyping results: growth curves for 2016 and 2017, plant height means and standard deviations, and repeatability estimates with standard errors. No author analysis code, raw sensor data, or UAS imagery is stated to be publiclySupplement · publicAS-based images were also found to be an effective way
to measure plant height. The LiDAR sensors explored in this study were found to be less effective
and efficient overall but may have more intrinsic value for more complex traits such as leaf and
branching angle.
Supplementary Materials: The following are available online at http://www.mdpi.com/2072-4292/11/6/700/s1,
Figure S1: Growth curves 2016, Figure S2: Growth curves 2017, Table S1: Plant height means and standard
deviations, Table S2: Repeatability and standard error.
Author Contributions: A.T., K.T., D.P., and P.A.-S. conceived of the project and its components. A.T., M.C., and
D.M.E. performed data collections along with acknowledOpen asset ↗pdf-raw-page:17 lines:1-49Code / dataset availability confirmedEurope PMC · checked 10 Sept 2026
Background Wet tropical forests of Chocó, along the Pacific Coast of Colombia, are known for their high plant diversity and endemic species. With increasing pressure of degradation and deforestation, these forests have been prioritized for conservation and carbon offset through Reducing Emissions from Deforestation and forest Degradation (REDD+) mechanisms. We provide the first regional assessment of forest structure and aboveground biomass using measurements from a combination of ground tree inventories and airborne Light Detection and Ranging (Lidar). More than 80,000 ha of lidar samples were collected based on a stratified random sampling to provide a regionally unbiased quantification of forest structure of Chocó across gradients of vegetation structure, disturbance and elevation. We developed a model to convert measurements of vertical structure of forests into aboveground biomass (AGB) for terra firme, wetlands, and mangrove forests. We used the Random Forest machine learning model and a formal uncertainty analysis to map forest height and AGB at 1-ha spatial resolution for the entire pacific coastal region using spaceborne data, extending from the coast to higher elevation of Andean forests. Results Upland Chocó forests have a mean canopy height of 21.8 m and AGB of 233.0 Mg/ha, while wetland forests are characterized by a lower height and AGB (13.5 m and 117.5 Mg/a). Mangroves have a lower mean height than upland forests (16.5 m), but have a similar AGB as upland forests (229.9 Mg/ha) due to their high wood density. Within the terra firme forest class, intact forests have the highest AGB (244.3 ± 34.8 Mg/ha) followed by degraded and secondary forests with 212.57 ± 62.40 Mg/ha of biomass. Forest degradation varies in biomass loss from small-scale selective logging and firewood harvesting to large-scale tree removals for gold mining, settlements, and illegal logging. Our findings suggest that the forest degradation has already caused the loss of more than 115 million tons of dry biomass, or 58 million tons of carbon. Conclusions Our assessment of carbon stocks and forest degradation can be used as a reference for reporting on the state of the Chocó forests to REDD+ projects and to encourage restoration efforts through conservation and climate mitigation policies.
Why it matches plant phenotyping methods航空LiDARと地上インベントリを用いて森林の構造・樹冠高・地上部バイオマスを推定するモデルを開発し、不確実性解析と広域マッピングまで行っており、植物群落の形質取得・推定手法が中心です。
abstractWe provide the first regional assessment of forest structure and aboveground biomass using measurements from a combination of ground tree inventories and airborne Light Detection and Ranging (Lidar).
Reproduction assets foundThe paper's Chocó lidar and field-plot phenotyping/biomass data are stated to be available through the authors' BioREDD project, whose project URL (http://bioredd.org/projects/) is given in the article and is an allowed URL. Other data sources mentioned (ALOS PALSAR, SRTM, Global Wood Density Database, R) are generic外部Dataset · publicData in Chocó are available as part of the Biodiversity—Reducing Emissions from Deforestation and forest Degradation (BioREDD) project.Open asset ↗BioREDDlines:344-425Code / dataset availability confirmedOpenAlex · Europe PMC · checked 10 Sept 2026
Recent advances in high throughput phenotyping have made it possible to collect large datasets following plant growth and development over time, and those in machine learning have made inferring phenotypic plant traits from such datasets possible. However, there remains a dirth of datasets following plant growth under stress conditions along with methods for inferring them using only remotely sensed data, especially under a combination of multiple stress factors such as drought, weeds and nutrient deficiency. Such stress factors and their combinations are commonly encountered during crop production and being able to accurately detect and treat such stress conditions in an automated and timely manner can provide a major boost to farm yields with minimal resource input. We present a generic framework for remote plant stress phenotyping that consists of a dataset with spatio-temporal-spectral data following sugarbeet crop growth under optimal, drought, low and surplus nitrogen fertilization, and weed stress conditions, along with a machine learning based methodology for systematically inferring these stress conditions from the remotely measured data. The dataset contains biweekly color images, infra-red stereo image pairs and hyperspectral camera images along with applied treatment parameters and environmental factors like temperature and humidity, collected over two months. We present a plant agnostic methodology for deriving plant trait indicators such as canopy cover, height, hyperspectral reflectance and vegetation indices along with a spectral 3D reconstruction of the plants from the raw data to serve as a benchmark. Additionally, we provide fresh and dry weight measurements for both the above (canopy) and below (beet) ground biomass at the end of the growing period to serve as indicators of expected yield. We further describe a data driven, machine learning based method to infer water, Nitrogen and weed stress using the derived plant trait indicators. We use the plant trait indicators to evaluate 8 different classification approaches from which the best classifier achieved a mean cross validation accuracy of $$\approx$$ 93, 76 and 83% for drought, nitrogen and weed stress severity classification respectively. We also show that our multi-modal approach significantly improves classifier performance over using any single modality. The presented framework and dataset can serve as a valuable reference for creating and comparing processing pipelines which extract plant trait indicators and infer prevalent stress factors from remote sensing data under a variety of environments and cropping conditions. These techniques can then be deployed on farm machinery or robots enabling automated, precise and timely corrective interventions for maximising yield.
Why it matches plant phenotyping methods植物ストレス表現型を推定するデータセット、マルチモーダル画像・分光計測、形質抽出、機械学習推定を一体化した汎用フレームワークであり、表現型取得・解析手法が研究の中心である。
abstractWe present a generic framework for remote plant stress phenotyping that consists of a dataset with spatio-temporal-spectral data
Reproduction assets foundThe paper releases its own plant stress phenotyping dataset (RGB, stereo IR, hyperspectral imagery, reference measurements) and accompanying pre-processing/classification software, both publicly available at author-provided URLs.Dataset · publicThe images and reference data that support the findings of this study are available from ETH Zürich ASL Datasets Repository, “ https://projects.asl.ethz.ch/datasets/doku.php?id=2018plantstressphenotyping ”.Open asset ↗ETH Zürich ASL Datasets Repository · 2018plantstressphenotypinglines:367-481Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Increasing the tolerance of maize seedlings to low-temperature episodes could mitigate the effects of increasing climate variability on yield. To aid progress toward this goal, we established a growth chamber-based system for subjecting seedlings of 40 maize inbred genotypes to a defined, temporary cold stress while collecting digital profile images over a 9-daytime course. Image analysis performed with PlantCV software quantified shoot height, shoot area, 14 other morphological traits, and necrosis identified by color analysis. Hierarchical clustering of changes in growth rates of morphological traits and quantification of leaf necrosis over two time intervals resulted in three clusters of genotypes, which are characterized by unique responses to cold stress. For any given genotype, the set of traits with similar growth rates is unique. However, the patterns among traits are different between genotypes. Cold sensitivity was not correlated with the latitude where the inbred varieties were released suggesting potential further improvement for this trait. This work will serve as the basis for future experiments investigating the genetic basis of recovery to cold stress in maize seedlings.
Why it matches plant phenotyping methodsRGB画像とPlantCVによる多形質・壊死の定量を中核とする植物表現型解析システムを構築・適用しており、冷ストレス応答の表現型抽出が主要目的である。
abstractwe established a growth chamber-based system for subjecting seedlings of 40 maize inbred genotypes to a defined, temporary cold stress while collecting digital profile images over a 9-daytime course.
Reproduction assets foundThe paper's authors publicly deposited their image-acquisition, metadata/QR-code generation, and analysis scripts on GitHub (archived on Zenodo), and the input TIFF images used for phenotyping on Cyverse Data Commons. PlantCV (Zenodo 1408271) is a third-party tool, not a paper-specific asset, and the bioRxiv DOI is theCode · publiciff.org ), and MatLab functions controlled image acquisition, assessed image quality, and converted each RAW image file into tagged image file format (TIFF). Custom MatLab code checked that the appropriate camera settings for focal length, f‐number, exposure, and body tilt matched defined values. These scripts are available at: https://github.com/maizeumn/cold-phenotyping ( https://doi.org/10.5281/zenodo.1553411 ). If an image failed the quality and standardization checks, the script identified the problem and prompted the user to retake the image. Approved images in RAW format were automatically stored in a directory corresponding to the date of image acquisition. Sample tracking informatioOpen asset ↗https://github.com/maizeumn/cold-phenotypinglines:45-53Code · publice on Cyverse Data Commons ( https://doi.org/10.7946/p2t63c ). Numerical outputs from PlantCV pipeline as merged .csv files and scripts including R code used to generate figures, Perl code to generate QR code and metadata sheets, and scripts for image acquisition are available here: https://github.com/maizeumn/cold-phenotyping ( https://doi.org/10.5281/zenodo.1553411 ). README files, both on Cyverse for image data and Github for scripts, provide short explanations and usage for each file provided.
2.5.
Data analysis
2.5.1.
Plant growth rates
For experiments examining the effect of cold stresses of different durations on plant growth, points on line plots represented the mean of six plants pOpen asset ↗10.5281/zenodo.1553411lines:54-65Dataset · publicfour images for each plant analyzed, which captured various processing steps and documented the quality of plant segmentation (Supporting Information Figure S1 ). The individual .csv output files were merged using a python script, and the data were analyzed in R. Input TIFF format images are available on Cyverse Data Commons ( https://doi.org/10.7946/p2t63c ). Numerical outputs from PlantCV pipeline as merged .csv files and scripts including R code used to generate figures, Perl code to generate QR code and metadata sheets, and scripts for image acquisition are available here: https://github.com/maizeumn/cold-phenotyping ( https://doi.org/10.5281/zenodo.1553411 ). README files, boOpen asset ↗10.7946/p2t63clines:54-65Code / dataset availability confirmedEurope PMC · checked 10 Sept 2026
The scarce knowledge on phenotypic characterization restricts the usage of genetic diversity of plant genetic resources in research and breeding. We describe original and ready-to-use processed data for approximately 60% of ~22,000 barley accessions hosted at the Federal ex situ Genebank for Agricultural and Horticultural Plant Species. The dataset gathers records for three traits with agronomic relevance: flowering time, plant height and thousand grain weight. This information was collected for seven decades for winter and spring barley during the seed regeneration routine. The curated data represent a source for research on genetics and genomics of adaptive and yield related traits in cereals due to the importance of barley as model organism. This data could be used to predict the performance of non-phenotyped individuals in other collections through genomic prediction. Moreover, the dataset empowers the utilization of phenotypic diversity of genetic resources for crop improvement.
Why it matches plant phenotyping methods大規模な植物表現型データセットの構築・整理と再利用を主題としており、形質測定自体は再生時の routine だが、データセット提供が中心的な貢献である。
abstractWe describe original and ready-to-use processed data for approximately 60% of ~22,000 barley accessions
Reproduction assets foundThe paper is a data descriptor publishing its own barley phenotypic dataset (FT, PH, TGW; original, outlier-corrected, and BLUEs) in ISA-Tab format at the IPK PGP repository, together with the authors' R/ASReml-R scripts for outlier detection and BLUE estimation, deposited under DOI 10.5447/IPK/2018/10.Code · publicScripts used for outlier detection and estimating BLUEs are included together with the
dataset in the public repository described below (Data Citation 1).Open asset ↗pdf-page:4 lines:1-60Code / dataset availability confirmedCrossref · checked 15 Sept 2026
Abstract Motivation The Tundra Trait Team (TTT) database includes field‐based measurements of key traits related to plant form and function at multiple sites across the tundra biome. This dataset can be used to address theoretical questions about plant strategy and trade‐offs, trait–environment relationships and environmental filtering, and trait variation across spatial scales, to validate satellite data, and to inform Earth system model parameters. Main types of variable contained The database contains 91,970 measurements of 18 plant traits. The most frequently measured traits (> 1,000 observations each) include plant height, leaf area, specific leaf area, leaf fresh and dry mass, leaf dry matter content, leaf nitrogen, carbon and phosphorus content, leaf C:N and N:P, seed mass, and stem specific density. Spatial location and grain Measurements were collected in tundra habitats in both the Northern and Southern Hemispheres, including Arctic sites in Alaska, Canada, Greenland, Fennoscandia and Siberia, alpine sites in the European Alps, Colorado Rockies, Caucasus, Ural Mountains, Pyrenees, Australian Alps, and Central Otago Mountains (New Zealand), and sub‐Antarctic Marion Island. More than 99% of observations are georeferenced. Time period and grain All data were collected between 1964 and 2018. A small number of sites have repeated trait measurements at two or more time periods. Major taxa and level of measurement Trait measurements were made on 978 terrestrial vascular plant species growing in tundra habitats. Most observations are on individuals (86%), while the remainder represent plot or site means or maximums per species. Software format csv file and GitHub repository with data cleaning scripts in R; contribution to TRY plant trait database ( www.try-db.org ) to be included in the next version release.
Why it matches plant phenotyping methods植物の形態・機能形質を大規模に収録した再利用可能なデータベースであり、植物フェノタイピング用データセットとして中心的な貢献がある。
abstractThe Tundra Trait Team (TTT) database includes field‐based measurements of key traits related to plant form and function at multiple sites across the tundra biome.
Reproduction assets foundThe paper's own Tundra Trait Team (TTT) trait database (raw and cleaned csv data) plus the authors' R data-cleaning scripts are publicly released in the authors' GitHub repository, with additional deposition in TRY and the Polar Data Catalogue.Dataset · publicthis cleaning protocol is primarily useful for species with large num‐
bers of observations of a given trait, and that much of the variation
within a species may be due to environmental or other differences
among sites (not error).
2.3 | Data availability and access
The TTT database will be maintained at the GitHub repository
(https://github.com/TundraTraitTeam/TraitHub). Trait data collec‐
tion is ongoing; thus, we will periodically release updated versions
of the database. A new version number will be assigned every time
there is a database update, and old database versions will be ar‐
chived for reference. A static version of the cleaned database (v. 1.0)
will also be available at the PolOpen asset ↗TundraTraitTeam/TraitHubpdf-raw-page:7 lines:1-59Code · publicSoftware format: csv file and GitHub repository with data cleaning scripts in R; con‐
tribution to TRY plant trait database (www.try-db.org) to be included in the next ver‐
sion release.Open asset ↗pdf-raw-page:4 lines:1-79Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 15 Sept 2026
Geometric dimensions of plants are significant parameters for showing plant dynamic responses to environmental variations. An image-based high-throughput phenotyping platform was developed to automatically measure geometric dimensions of plants in a greenhouse. The goal of this paper was to evaluate the accuracy in geometric measurement using the Structure from Motion (SfM) method from images acquired using the automated image-based platform. Images of nine artificial objects of different shapes were taken under 17 combinations of three different overlaps in x and y directions, respectively, and two different spatial resolutions (SRs) with three replicates. Dimensions in x, y and z of these objects were measured from 3D models reconstructed using the SfM method to evaluate the geometric accuracy. A metric power of unit (POU) was proposed to combine the effects of image overlap and SR. Results showed that measurement error of dimension in z is the least affected by overlap and SR among the three dimensions and measurement error of dimensions in x and y increased following a power function with the decrease of POU (R2 = 0.78 and 0.88 for x and y respectively). POUs from 150 to 300 are a preferred range to obtain reasonable accuracy and efficiency for the developed image-based high-throughput phenotyping system. As a study case, the developed system was used to measure the height of 44 plants using an optimal POU in greenhouse environment. The results showed a good agreement (R2 = 92% and Root Mean Square Error = 9.4 mm) between the manual and automated method.
Why it matches plant phenotyping methods温室画像型ハイスループット表現型解析プラットフォームの3D幾何計測精度をSfMで評価し、植物体高への適用も検証しており、表現型取得手法が研究の中心である。
abstractAn image-based high-throughput phenotyping platform was developed to automatically measure geometric dimensions of plants in a greenhouse.
Reproduction assets foundThe paper's image-derived measurement dataset (images of nine objects under 17 POUs in three replicates) is explicitly deposited as online Supplementary Materials at the MDPI URL, which is an allowed URL. No author analysis code or trained models are stated as publicly available.Dataset · publicersity of Missouri for providing experimental materials and supplies. We also would like to thank colleagues Chin Nee Vong and Aijing Feng from Precision and Automated Agriculture Laboratory at the University of Missouri for their kind help in conducting experiments.
Supplementary Materials
The following are available online at http://www.mdpi.com/1424-8220/18/7/2270/s1 .
Click here for additional data file.
Author Contributions
J.Z. (Jing Zhou) conducted the experiment, developed the software, analyzed the data, and wrote the paper. X.F. developed the platform and facilities in greenhouse, supervised J.Z. (Jing Zhou)’s experimental work, and revised the manuscript. L.S. and J.Z. (Jianfeng ZOpen asset ↗lines:86-189Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 14 Sept 2026
In this paper we report on an automated procedure to capture and characterize the detailed structure of a crop canopy by means of stereo imaging. We focus attention specifically on the detailed characteristic of canopy height distribution-canopy shoot area as a function of height-which can provide an elaborate picture of canopy growth and health under a given set of conditions. We apply the method to a wheat field trial involving ten Australian wheat varieties that were subjected to two different fertilizer treatments. A novel camera self-calibration approach is proposed which allows the determination of quantitative plant canopy height data (as well as other valuable phenotypic information) by stereo matching. Utilizing the canopy height distribution to provide a measure of canopy height, the results compare favourably with manual measurements of canopy height (resulting in an R2 value of 0.92), and are indeed shown to be more consistent. By comparing canopy height distributions of different varieties and different treatments, the methodology shows that different varieties subjected to the same treatment, and the same variety subjected to different treatments can respond in much more distinctive and quantifiable ways within their respective canopies than can be captured by a simple trait measure such as overall canopy height.
Why it matches plant phenotyping methodsステレオ画像による作物キャノピー構造・高さ分布の自動取得法を開発し、手動測定と比較検証しているため、植物表現型取得が中心である。
abstractwe report on an automated procedure to capture and characterize the detailed structure of a crop canopy by means of stereo imaging
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe sub-dataset for land-based crop phenotyping using stereo images can be downloaded from https://sourceforge.net/projects/land-based-crop-phenotyping/ , which includes images of all 60 plots and their depth maps on 23 Sept 2016 and 11 Oct 2016. These data are sufficient to validate the results presented in this paper.Open asset ↗sourceforge · land-based-crop-phenotypinglines:135-142Code / dataset availability confirmedEurope PMC · OpenAlex · checked 10 Sept 2026
Non-destructive plant growth measurement is essential for plant growth and health research. As a 3D sensor, Kinect v2 has huge potentials in agriculture applications, benefited from its low price and strong robustness. The paper proposes a Kinect-based automatic system for non-destructive growth measurement of leafy vegetables. The system used a turntable to acquire multi-view point clouds of the measured plant. Then a series of suitable algorithms were applied to obtain a fine 3D reconstruction for the plant, while measuring the key growth parameters including relative/absolute height, total/projected leaf area and volume. In experiment, 63 pots of lettuce in different growth stages were measured. The result shows that the Kinect-measured height and projected area have fine linear relationship with reference measurements. While the measured total area and volume both follow power law distributions with reference data. All these data have shown good fitting goodness ( R ² = 0.9457-0.9914). In the study of biomass correlations, the Kinect-measured volume was found to have a good power law relationship ( R ² = 0.9281) with fresh weight. In addition, the system practicality was validated by performance and robustness analysis.
Why it matches plant phenotyping methodsKinectによる多視点3D再構成とアルゴリズムを用いて、植物の高さ・葉面積・体積・バイオマス関連形質を自動測定し、精度と頑健性も検証しているため、植物フェノタイピング手法が中心である。
abstractThe paper proposes a Kinect-based automatic system for non-destructive growth measurement of leafy vegetables.
Reproduction assets foundThe paper's Supplementary Materials, available at the MDPI s1 URL, explicitly contain the paper-specific phenotyping assets: point clouds and meshes shown in figures, the datasets used for the scatter plots of Kinect-measured growth parameters vs. reference measurements, and interactive MATLAB 3D scatter plots. No codeDataset · publicThe following are available online at http://www.mdpi.com/1424-8220/18/3/806/s1 . Supplementary data associated with this article have been provided. These data include the point clouds and meshes appeared in figures, the data sets used by scatter plots, and interactive MATLAB 3D scatter plots.Open asset ↗lines:114-135Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 15 Sept 2026
PREMISE OF THE STUDY: Image-based phenomics is a powerful approach to capture and quantify plant diversity. However, commercial platforms that make consistent image acquisition easy are often cost-prohibitive. To make high-throughput phenotyping methods more accessible, low-cost microcomputers and cameras can be used to acquire plant image data. METHODS AND RESULTS: We used low-cost Raspberry Pi computers and cameras to manage and capture plant image data. Detailed here are three different applications of Raspberry Pi-controlled imaging platforms for seed and shoot imaging. Images obtained from each platform were suitable for extracting quantifiable plant traits (e.g., shape, area, height, color) en masse using open-source image processing software such as PlantCV. CONCLUSIONS: This protocol describes three low-cost platforms for image acquisition that are useful for quantifying plant diversity. When coupled with open-source image processing tools, these imaging platforms provide viable low-cost solutions for incorporating high-throughput phenomics into a wide range of research programs.
Why it matches plant phenotyping methods低コストの画像取得プラットフォームを開発・記述し、植物形質の定量化に適用した方法論研究である。
abstractTo make high-throughput phenotyping methods more accessible, low-cost microcomputers and cameras can be used to acquire plant image data.
Reproduction assets foundThe paper provides public author analysis scripts (PlantCV-based phenotyping pipelines for Arabidopsis, quinoa seeds, and quinoa plants) hosted on the authors' GitHub repository, explicitly linked in the text and appendices.Code · publicsimilar vantage point (a 4 × 5
grid of pots) in each field of view, such that very similar computa-
tional pipelines can be used to process images from all 12 cameras.
An example image has been processed with PlantCV (Fahlgren
et al., 2015) in Fig. 2, and a script showing and describing each step
in the analysis is provided at https://github.com/danforthcenter/apps-phenotyping. Further image-
processing tutorials and tips can
be found at http://plantcv.readthedocs.io/en/latest/.Raspberry Pi camera stand
An adjustable camera stand is a versatile piece of laboratory equip-
ment for consistent imaging. Appendix 3 is a protocol for pairing a
low-cost home-built camera stand with a Raspberry POpen asset ↗danforthcenter/apps-phenotypingpdf-raw-page:3 lines:1-86Code / dataset availability confirmedEurope PMC · OpenAlex · checked 14 Sept 2026
Remotely sensing recent growth, herbivory, or disturbance of herbaceous and woody vegetation in dryland ecosystems requires high spatial resolution and multi-temporal depth. Three dimensional (3D) remote sensing technologies like lidar, and techniques like structure from motion (SfM) photogrammetry, each have strengths and weaknesses at detecting vegetation volume and extent, given the instrument's ground sample distance and ease of acquisition. Yet, a combination of platforms and techniques might provide solutions that overcome the weakness of a single platform. To explore the potential for combining platforms, we compared detection bias amongst two 3D remote sensing techniques (lidar and SfM) using three different platforms [ground-based, small unmanned aerial systems (sUAS), and manned aircraft]. We found aerial lidar to be more accurate for characterizing the bare earth (ground) in dense herbaceous vegetation than either terrestrial lidar or aerial SfM photogrammetry. Conversely, the manned aerial lidar did not detect grass and fine woody vegetation while the terrestrial lidar and high resolution near-distance (ground and sUAS) SfM photogrammetry detected these and were accurate. UAS SfM photogrammetry at lower spatial resolution under-estimated maximum heights in grass and shrubs. UAS and handheld SfM photogrammetry in near-distance high resolution collections had similar accuracy to terrestrial lidar for vegetation, but difficulty at measuring bare earth elevation beneath dense herbaceous cover. Combining point cloud data and derivatives (i.e., meshes and rasters) from two or more platforms allowed for more accurate measurement of herbaceous and woody vegetation (height and canopy cover) than any single technique alone. Availability and costs of manned aircraft lidar collection preclude high frequency repeatability but this is less limiting for terrestrial lidar, sUAS and handheld SfM. The post-processing of SfM photogrammetry data became the limiting factor at larger spatial scale and temporal repetition. Despite the utility of sUAS and handheld SfM for monitoring vegetation phenology and structure, their spatial extents are small relative to manned aircraft.
Why it matches plant phenotyping methods複数の3Dリモートセンシング手法・プラットフォームを比較検証し、植生高・キャノピー被覆などの植物形質の測定精度とデータ融合効果を評価しており、フェノタイピング手法が中心です。
abstractCombining point cloud data and derivatives (i.e., meshes and rasters) from two or more platforms allowed for more accurate measurement of herbaceous and woody vegetation (height and canopy cover) than any single technique alone.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicwe provide only abbreviated descriptions of the technical details involving the image processing and point cloud alignment workflows in our main text, and instead provide those details in a supplemental public GitHub repository: https://github.com/tyson-swetnam/srer-wgewOpen asset ↗tyson-swetnam/srer-wgewlines:34-44Code / dataset availability confirmedbioRxiv · Europe PMC · OpenAlex · Crossref · checked 10 Sept 2026
O_LIPremise of the study: Image-based phenomics is a powerful approach to capture and quantify plant diversity. However, commercial platforms that make consistent image acquisition easy are often cost-prohibitive. To make high-throughput phenotyping methods more accessible, low-cost microcomputers and cameras can be used to acquire plant image data.\nC_LIO_LIMethods and Results: We used low-cost Raspberry Pi computers and cameras to manage and capture plant image data. Detailed here are three different applications of Raspberry Pi controlled imaging platforms for seed and shoot imaging. Images obtained from each platform were suitable for extracting quantifiable plant traits (shape, area, height, color) en masse using open-source image processing software such as PlantCV.\nC_LIO_LIConclusion: This protocol describes three low-cost platforms for image acquisition that are useful for quantifying plant diversity. When coupled with open-source image processing tools, these imaging platforms provide viable low-cost solutions for incorporating high-throughput phenomics into a wide range of research programs.\nC_LI
Why it matches plant phenotyping methods低コストの画像取得プラットフォームを開発・記述し、植物形質の定量化への適用性を示すことが中心である。
abstractTo make high-throughput phenotyping methods more accessible, low-cost microcomputers and cameras can be used to acquire plant image data.
Reproduction assets foundThe paper's PlantCV image-analysis scripts for its Raspberry Pi phenotyping examples are publicly available in the authors' danforthcenter/apps-phenotyping repository. The outreach and gphoto URLs are not paper-specific analysis assets.Code · publicAn example image has been p rocessed with PlantCV (Fahlgren et al., 2015), and
the analysis script is available at https://github.com/danforthcenter/apps-phenotypingOpen asset ↗danforthcenter/apps-phenotypingpdf-page:8 lines:1-52Code / dataset availability confirmedEurope PMC · OpenAlex · checked 10 Sept 2026
To ensure food security in the face of population growth, decreasing water and land for agriculture, and increasing climate variability, crop yields must increase faster than the current rates. Increased yields will require implementing novel approaches in genetic discovery and breeding. Here we demonstrate the potential of field-based high throughput phenotyping (HTP) on a large recombinant population of rice to identify genetic variation underlying important traits. We find that detecting quantitative trait loci (QTL) with HTP phenotyping is as accurate and effective as traditional labor-intensive measures of flowering time, height, biomass, grain yield, and harvest index. Genetic mapping in this population, derived from a cross of an modern cultivar (IR64) with a landrace (Aswina), identified four alleles with negative effect on grain yield that are fixed in IR64, demonstrating the potential for HTP of large populations as a strategy for the second green revolution.
Why it matches plant phenotyping methods圃場ハイスループット表現型解析を大規模イネ集団に適用し、従来測定との精度・有効性を比較してQTL検出に利用しており、表現型取得法が研究の中心である。
abstractHere we demonstrate the potential of field-based high throughput phenotyping (HTP) on a large recombinant population of rice to identify genetic variation underlying important traits.
Reproduction assets foundThe paper's QTL/phenotyping analysis code is publicly hosted on Bitbucket, and the authors state that the code and original phenotyping data files are deposited in Dryad under a DOI. Both are paper-specific, public, and actionable.Code · publicR code is currently hosted at bitbucket.org ( https://bitbucket.org/paultanger/rilpopr ) and code as well as original data files will be deposited into http://dx.doi.org/10.5061/dryad.53bj8 and www.datadryad.org for publication and availability.Open asset ↗bitbucket.org/paultanger/rilpoprlines:62-105Dataset · publicR code is currently hosted at bitbucket.org ( https://bitbucket.org/paultanger/rilpopr ) and code as well as original data files will be deposited into http://dx.doi.org/10.5061/dryad.53bj8 and www.datadryad.org for publication and availability.Open asset ↗Dryad · 10.5061/dryad.53bj8lines:62-105Code / dataset availability confirmedEurope PMC · checked 11 Sept 2026
Australian rangelands ecosystems cover 81% of the continent but are understudied and continental-scale research has been limited in part by a lack of precise data that are standardised between jurisdictions. We present a new dataset from AusPlots Rangelands that enables integrative rangelands analysis due to its geographic scope and standardised methodology. The method provides data on vegetation and soils, enabling comparison of a suite of metrics including fractional vegetation cover, basal area, and species richness, diversity, and composition. Cover estimates are robust and repeatable, allowing comparisons among environments and detection of modest change. The 442 field plots presented here span a rainfall gradient of 129-1437 mm Mean annual precipitation with varying seasonality. Vegetation measurements include vouchered vascular plant species, growth form, basal area, height, cover and substrate type from 1010 point intercepts as well as systematically recorded absences, which are useful for predictive modelling and validation of remote sensing applications. Leaf and soil samples are sampled for downstream chemical and genomic analysis. We overview the sampling of vegetation parameters and environments, applying the data to the question of how species abundance distributions (SADs) vary over climatic gradients, a key question for the influence of environmental change on ecosystem processes. We found linear relationships between SAD shape and rainfall within grassland and shrubland communities, indicating more uneven abundance in deserts and suggesting relative abundance may shift as a consequence of climate change, resulting in altered diversity and ecosystem function. The standardised data of AusPlots enables such analyses at large spatial scales, and the testing of predictions through time with longitudinal sampling. In future, the AusPlots field program will be directed towards improving coverage of space, under-represented environments, vegetation types and fauna and, increasingly, re-sampling of established plots. Providing up-to-date data access methods to enhance re-use is also a priority.
Why it matches plant phenotyping methods標準化された植生測定法と再利用可能な大規模データセットを提示し、植生被覆、基底面積、高さ、種組成などの植物形質を反復可能に取得・比較することが中心である。
abstractWe present a new dataset from AusPlots Rangelands that enables integrative rangelands analysis due to its geographic scope and standardised methodology.
Reproduction assets foundThe paper's AusPlots Rangelands supplementary dataset (442 plots, point-intercept vegetation/cover data used for the SAD analyses) is explicitly stated to be publicly downloadable from the ÆKOS Data Portal. No author analysis code with a public URL is provided; R scripts are described but not deposited.Dataset · publicThe dataset used in this study is available for download at http://www.aekos.org.au/dataset/267519: Guerin GR, Sparrow B, Tokmakoff A, Smyth A, Leitch E, Baruch Z, Lowe AJ. Ausplots Rangelands supplementary dataset (Guerin et al. 2016), Version 1.0. doi: 10.4227/05/57C92730DBC06 . ÆKOS Data Portal, rights owned by TERN AusPlots.Open asset ↗ÆKOS Data Portal · 10.4227/05/57C92730DBC06lines:237-283Code / dataset availability confirmedEurope PMC · checked 11 Sept 2026
Dissecting the genetic basis of complex traits is aided by frequent and nondestructive measurements. Advances in range imaging technologies enable the rapid acquisition of three-dimensional (3D) data from an imaged scene. A depth camera was used to acquire images of sorghum (Sorghum bicolor), an important grain, forage, and bioenergy crop, at multiple developmental time points from a greenhouse-grown recombinant inbred line population. A semiautomated software pipeline was developed and used to generate segmented, 3D plant reconstructions from the images. Automated measurements made from 3D plant reconstructions identified quantitative trait loci for standard measures of shoot architecture, such as shoot height, leaf angle, and leaf length, and for novel composite traits, such as shoot compactness. The phenotypic variability associated with some of the quantitative trait loci displayed differences in temporal prevalence; for example, alleles closely linked with the sorghum Dwarf3 gene, an auxin transporter and pleiotropic regulator of both leaf inclination angle and shoot height, influence leaf angle prior to an effect on shoot height. Furthermore, variability in composite phenotypes that measure overall shoot architecture, such as shoot compactness, is regulated by loci underlying component phenotypes like leaf angle. As such, depth imaging is an economical and rapid method to acquire shoot architecture phenotypes in agriculturally important plants like sorghum to study the genetic basis of complex traits.
Why it matches plant phenotyping methods深度画像から3D植物再構成と形質自動計測を行う半自動パイプラインを開発し、ソルガムの草型形質を取得する方法が研究の中心である。
abstractA semiautomated software pipeline was developed and used to generate segmented, 3D plant reconstructions from the images.
Reproduction assets foundThe authors explicitly deposit their image acquisition/processing and QTL mapping code (C++, Bash, Python, R) plus genotype/phenotype data on GitHub, and per-plant depth images, RGB images, and segmented meshes on Dryad. Both are paper-specific, public, and actionable.Code · publicThe C++, Bash, and Python code written for image acquisition and processing, the R code written for QTL mapping, the genotype and phenotype data, and the full multiple- QTL models for each phenotype-by-time point combination can be found on GitHub at https://github.com/MulletLab/SorghumReconstructionAndPhenotyping .Open asset ↗MulletLab/SorghumReconstructionAndPhenotypinglines:240-292Dataset · publicFor each imaged plant, its depth images, a single RGB image, and the segmented mesh can be found at the Dryad Digital Repository ( http://dx.doi.org/10.5061/dryad.9vs26 ).Open asset ↗Dryad Digital Repository · 10.5061/dryad.9vs26lines:240-292Code / dataset availability confirmedbioRxiv · Europe PMC · Crossref · checked 11 Sept 2026
Dissecting the genetic basis of complex traits is aided by frequent and non-destructive measurements. Advances in range imaging technologies enable the rapid acquisition of three-dimensional (3D) data from an imaged scene. A depth camera was used to acquire images of Sorghum bicolor, an important grain, forage, and bioenergy crop, at multiple developmental timepoints from a greenhouse-grown recombinant inbred line population. A semi-automated software pipeline was developed and used to generate segmented, 3D plant reconstructions from the images. Automated measurements made from 3D plant reconstructions identified quantitative trait loci (QTL) for standard measures of shoot architecture such as shoot height, leaf angle and leaf length, and for novel composite traits such as shoot compactness. The phenotypic variability associated with some of the QTL displayed differences in temporal prevalence; for example, alleles closely linked with the sorghum Dwarf3 gene, an auxin transporter and pleiotropic regulator of both leaf inclination angle and shoot height, influence leaf angle prior to an effect on shoot height. Furthermore, variability in composite phenotypes that measure overall shoot architecture, such as shoot compactness, is regulated by loci underlying component phenotypes like leaf angle. As such, depth imaging is an economical and rapid method to acquire shoot architecture phenotypes in agriculturally important plants like sorghum to study the genetic basis of complex traits.
Why it matches plant phenotyping methods深度画像から3D植物再構成と形質自動抽出を行う半自動パイプラインを開発し、ソルガムのシュート構造形質を取得・評価しており、表現型取得法が研究の中心です。
abstractA semi-automated software pipeline was developed and used to generate segmented, 3D plant reconstructions from the images.
Reproduction assets foundThe paper explicitly deposits its authors' image acquisition/processing and QTL mapping code on GitHub, and its per-plant depth images, RGB images, and segmented meshes on the Dryad repository. Both are paper-specific, public, and actionable.Code · publicThe C++, Bash, and Python code written for image acquisition and processing, the R code written for
QTL mapping, the genotype and phenotype data, and the full multiple-QTL models for each phenotype
by timepoint combination can be found on GitHub at
https://github.com/MulletLab/SorghumReconstructionAndPhenotyping.Open asset ↗MulletLab/SorghumReconstructionAndPhenotypingpdf-page:8 lines:1-43