Field / plotLeafSegmentationDisease symptoms / severity
Camellia oleifera leaf disease segmentation under natural field conditions is important for precision plant protection but remains challenging because lesions often show small target areas, blurred boundaries, uneven illumination, complex backgrounds, and coexisting symptoms. To address these problems, this paper proposes BFMambaNet, a Boundary-Frequency-guided Global Semantic Mamba Network for fine-grained disease segmentation. The model adopts an encoder-decoder framework and introduces a Global Semantic Mamba-based spatial selective feature modeling block to capture long-range lesion context and reduce semantic confusion. A gated wavelet spatial enhancement block is further designed to strengthen high-frequency boundary details while suppressing noisy responses. During training, boundary-frequency auxiliary supervision guides contour localization and pathological texture recovery without additional manual boundary labels. A reinforcement-learning-guided adaptive loss controller adjusts class-wise reweighting factors and loss-component weights according to the training state, improving optimization stability. A pixel-level dataset containing 1400 images and seven disease categories was constructed for evaluation. Experimental results show that BFMambaNet achieves 92.39% Precision, 91.43% Recall, 91.26% Dice, and 85.46% mIoU, outperforming representative CNN-based, Transformer-based, and Mamba-based models. Evaluations on environmental subsets confirm superior robustness, outperforming VMamba by 3.70% mIoU under uneven illumination, 3.55% mIoU under complex backgrounds, and 5.10% mIoU under coexisting symptoms. Cross-dataset validation on Apple leaf diseases further proves its generalization with 3.39% mIoU and 3.84% Dice improvements over U-Mamba, while maintaining a competitive inference speed of 30 FPS. Qualitative results also show clearer boundaries, fewer missed small lesions, and more stable predictions in complex field scenarios.
Why it matches plant phenotyping methods植物葉の病斑・病害状態を画像から画素単位で推定するセグメンテーション手法を開発し、データセット構築、性能評価、環境別評価、クロスデータセット検証まで行っており、病害フェノタイピング手法が中心である。
abstractA pixel-level dataset containing 1400 images and seven disease categories was constructed for evaluation.
Phosphorus (P) deficiency severely limits soybean ( Glycine max L.) productivity. This study proposed a three-stage screening framework to identify reliable traits and P-efficient genotypes. In Experiment I, percent tolerance to phosphorus deficiency (PTPD) was calculated for ten growth parameters across 98 genotypes under P-deficient and control conditions. Principal component analysis and comprehensive evaluation identified six key indicators in Experiment I, which were subsequently refined to five indicators through further analysis: SPAD at V3 and R1, photosynthetic rate at R1, shoot dry weight at R8, and seed number per plant at R8. Experiment II re-evaluated these traits using 12 contrasting genotypes under three P levels, identifying CN 15 as the most P-efficient and SN 22 as the most P-inefficient. Experiment III further revealed that CN 15 maintained superior PSII performance and exhibited a 26.2% increase in grain P-utilization efficiency under 0 µM KH 2 PO 4 treatment. This integrated framework offers a preliminary reference for screening P-efficient soybean genotypes under controlled conditions, pending field evaluation.
Why it matches plant phenotyping methodsリン欠乏耐性を評価するPTPDと三段階の形質選抜フレームワーク自体を提案・検証しており、単なる生物学的処理試験ではなく、植物形質に基づく遺伝子型スクリーニング手法が中心である。
abstractThis study proposed a three-stage screening framework to identify reliable traits and P-efficient genotypes.
The simultaneous diagnosis of diseases and evaluation of age quality grades in tea leaves are critical for precision agriculture and the economic valuation of tea products. Although deep learning has shown promise in agricultural vision tasks, current multi-task models often suffer from performance degradation due to feature conflicts: tea leaf disease recognition relies heavily on macro-structural lesions, whereas tea leaf-age quality grading depends on micro-textural features such as trichome density and color uniformity. To address this discrepancy, we propose a novel dual branch fusion network. Our architecture fundamentally decouples the feature extraction process by utilizing a dual branch mechanism. The first branch employs global average pooling to capture first-order spatial statistics; it can retain the global structural layout necessary for macro-lesion detection. The second branch introduces a dimensionality-reduced self-bilinear pooling module to compute second-order covariance matrices; it can effectively capture the fine-grained textural patterns essential for micro-grade classification. These decoupled features are subsequently fused and optimized through a weighted multi-task loss function. Experimental results on a comprehensive tea leaf dataset demonstrate that the proposed dual fusion framework significantly outperforms baseline models. The proposed network can rescue the disease classification accuracy drop observed in standard bilinear models while maintaining exceptional grading performance. Furthermore, the proposed network maintains a compact parameter footprint and low computational complexity. This balance renders it suitable for deployment on agricultural Internet of Things edge devices where inference speed is critical.
Why it matches plant phenotyping methods茶葉の病害状態と葉齢品質を画像から推定する深層学習手法を開発し、データセット上でベースラインと比較評価しており、表現型取得・推定法が中心である。
abstractwe propose a novel dual branch fusion network
Reproduction assets foundThe paper's Data Availability Statement publicly releases the two tea leaf image datasets used for its phenotyping tasks (disease recognition and leaf-age quality grading) via Mendeley Data. The authors' analysis code and trained models are only promised 'upon acceptance' with no public URL, so they do not qualify.Dataset · publicThe tea leaf disease recognition dataset analyzed in this study is available from https://data.mendeley.com/datasets/744vznw5k2/3 (accessed on 11 February 2026)Open asset ↗744vznw5k2/3lines:514-565Dataset · publicthe tea leaf grading dataset is available from https://data.mendeley.com/datasets/7t964jmmy3/1 (accessed on 11 February 2026)Open asset ↗7t964jmmy3/1lines:514-565Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Accurate estimation of crop water requirements is essential to improve irrigation efficiency for forage maize production. This study compared satellite- and UAV-derived normalized difference vegetation index (NDVI) models for estimating crop coefficients (K c ) and evaluated their operational performance for irrigation scheduling. K c -NDVI models were developed during the 2023 growing season and subsequently validated under field conditions during the 2024 season in two forage maize hybrids (N83N5 and Matador) under three irrigation strategies: conventional producer irrigation (ID1), satellite-based irrigation scheduling (ID2), and UAV-based irrigation scheduling (ID3). Both NDVI sources exhibited strong relationships with K c , with higher calibration accuracy for the UAV model (R 2 = 0.9414) than for the satellite model (R 2 = 0.8278). The UAV-based model applied 23-30% less irrigation water, maintaining high water productivity but also reducing crop growth, forage yield, and nutritional quality. In contrast, satellite-based irrigation scheduling promoted greater crop growth and produced the highest forage yield, reaching 59.8 t ha -1 in hybrid N83N5 while maintaining efficient water use. This treatment also improved forage quality by increasing dry matter and starch concentrations while reducing fiber fractions. The findings highlight the complementary potential of satellite and UAV imagery in precision irrigation and underscore the trade-offs between spatial detail, temporal resolution, and operational scalability. Furthermore, the results demonstrate that a stronger K c -NDVI relationship does not necessarily translate into improved irrigation scheduling performance. Under the conditions evaluated, the satellite-based model provided the best balance between water use, forage yield, and nutritional quality.
Why it matches plant phenotyping methods衛星・UAV画像からNDVIを用いて作物係数を推定する手法を開発し、別年・圃場条件で検証しており、植物群落状態の取得・推定が研究の中心である。
abstractK c -NDVI models were developed during the 2023 growing season and subsequently validated under field conditions during the 2024 season
Drought and water deficit have severely restricted melon ( Cucumis melo L.) production in Xinjiang, and large-scale systematic evaluations of drought tolerance at the germination stage are still extremely limited. Physiological and biochemical indicators related to the germination stage, including osmotic adjustment substances and antioxidant enzyme activities, have not yet been incorporated into prediction models for the rapid identification of germplasm drought resistance. To address these research gaps, this study selected 60 accessions of local melon germplasm resources in Xinjiang and used polyethylene glycol (PEG) solutions at four different concentrations (0%, 10%, 20% and 30%) to simulate drought stress conditions. Drought tolerance was evaluated to develop a method for the rapid screening of drought-tolerant germplasms. The findings demonstrated that PEG stress significantly suppressed seed germination and had both stimulatory and inhibitory effects on radicle growth. With the increase in PEG concentration, germination indices consistently exhibited a downward trend. Under 10% PEG treatment, the variation among different germplasms was relatively small, while 30% PEG completely inhibited seed germination. Notably, 20% PEG fell within the semi-lethal concentration range for all tested germplasms and yielded the maximum coefficient of variation for germination rate, which could maximally differentiate the drought resistance differences among germplasms. Therefore, 20% PEG was determined to be the optimal screening concentration. Under 20% polyethylene glycol (PEG) stress, the degree of membrane lipid peroxidation (malondialdehyde, MDA), contents of osmotic regulators (proline, Pro; soluble protein, SP), and activities of antioxidant enzymes (superoxide dismutase, SOD; peroxidase, POD; catalase, CAT; ascorbate peroxidase, APX) in the radicles of melon germplasms were universally elevated. However, the variation ranges and trends of biochemical indices among different germplasms exhibited significant differences. The proline content of melon accessions with strong drought resistance increased, the malondialdehyde (a product of membrane damage) was low, and the enzyme activities increased significantly. The proline content of non-drought-tolerant melon accessions increased less, malondialdehyde accumulated in large amounts, and the activity of some protective enzymes decreased. Correlation analysis demonstrated that Pro exerted a synergistic effect in conjunction with antioxidant enzymes (SOD, CAT) to mitigate drought stress. Cluster analysis classified the germplasm into 14 high-tolerance types, 10 medium-tolerance types, and 9 low-tolerance types. Based on extreme germination phenotypes, 27 germplasms were identified as drought-sensitive types. A prediction model for drought tolerance was established via stepwise regression: D = -0.309 + 0.053 × Pro (proline content) + 0.319 × RL (radicle length) + 0.469 × MDA (malondialdehyde) + 0.137 × SOD (superoxide dismutase), with four core indicators (RL, MDA, Pro, SOD) identified. These findings provide a scientific basis and technical support for drought tolerance breeding, parental selection, and large-scale, precise, and rapid drought tolerance screening of melon germplasms in the arid regions of Xinjiang.
Why it matches plant phenotyping methodsメロン遺伝資源の乾燥耐性を迅速にスクリーニングするため、最適PEG濃度の決定、指標選定、予測モデル構築を中心的に行っており、表現型取得・抽出法の開発に該当する。
abstractused polyethylene glycol (PEG) solutions at four different concentrations (0%, 10%, 20% and 30%) to simulate drought stress conditions. Drought tolerance was evaluated to develop a method for the rapid screening of drought-tolerant germplasms.
Film mulching can promote maize canopy development by altering soil thermal conditions. However, commonly used air-temperature-based growing degree days (GDDs air ) may not adequately reflect mulch-induced soil warming or the effects of biodegradable film degradation on leaf area index (LAI) dynamics. To improve unified simulation of maize LAI under different film mulching conditions, field experiments were conducted in 2023 and 2024. Five treatments were established: 0.006, 0.008 and 0.010 mm biodegradable films (DM1, DM2 and DM3, respectively), a 0.010 mm conventional plastic film (PM), and a no-mulching control (CK). The compensation of increased soil temperature for air-temperature-based thermal accumulation during early maize growth was quantified. Modified Logistic LAI models were then developed using days after emergence (DAEs), GDDs air , soil-temperature-compensated growing degree days (GDDs stc ), and normalized GDDs stc (NGDDs stc ) as driving variables. The models were calibrated with observations from 2023 and independently validated with observations from 2024. The compensation effect acted through mulch-induced increases in 0-10 cm soil temperature during early maize growth and was stronger at the seedling stage than at the jointing stage. Compared with DM1 and DM2, daily compensation values were higher by 0.25-0.78 °C under DM3 and by 0.26-0.76 °C under PM. Independent validation showed that the GDDs stc -driven model had lower prediction error than the DAEs- and GDDs air -driven models. The NGDDs stc -driven model performed best; its RMSE values were 17.61%, 15.17% and 10.91% lower than those of the DAEs-, GDDs air - and GDDs stc -driven models, respectively. These results indicate that incorporating mulch-induced soil temperature compensation into the thermal time scale can more accurately represent maize canopy development under film mulching conditions.
Why it matches plant phenotyping methodsマルチ処理下のトウモロコシLAIという植物形質を推定するモデルを開発し、別年データで独立検証しており、形質推定手法が中心である。
abstractModified Logistic LAI models were then developed using days after emergence (DAEs), GDDs air , soil-temperature-compensated growing degree days (GDDs stc ), and normalized GDDs stc (NGDDs stc ) as driving variables.
Coffee is a major export earner for Uganda, raking in over USD 2 billion in 2025. The global price of coffee is tagged to the perceived quality in the cup which in turn is affected by the chemical composition of the green bean. Breeding for market-preferred Arabica coffee varieties is a major objective of coffee breeding programs. Determination of coffee bean chemical constituents is routinely done through expensive, slow and tedious laboratory procedures, making it unsustainable of resource-limited public sector coffee breeding programs. Here, we demonstrate the use of near-infrared spectroscopy (NIRS) and the machine learning algorithms partial least squares (PLS), random forest (RF) and support vector machine (SVM) for the prediction of caffeine, protein and trigonelline in Arabica coffee. NIRS provides a fast, accurate and reliable method of simultaneously predicting multiple sample constituents. Ripe coffee cherries were picked from 172 farmers' fields, air dried in the laboratory at room temperature and processed to green beans. NIRS spectra were taken on the milled green bean at 400-2500 nm, with a 0.5 nanometer (nm) step. Reference data for caffeine, protein and trigonelline were collected on the same sample scanned with NIRS. A set of 12 spectral pretreatments were applied prior to making calibrations with the PLS, RF and SVM algorithms and 70% of the data as a training set and 30% as a test set. Caffeine content of reference samples ranged from 1.94-3.0 g/100 g, protein content ranged from 11.16-15.94% while trigonelline ranged from 0.94-1.23 g/100 g. The best calibrations for all algorithms and analytes were obtained using raw (untreated) spectra, which gave the same results as the Savitzky-Golay (SG) pretreatment. For caffeine, the best model (R 2 p = 0.89, RMSEP = 0.007, RPD = 3.34) was obtained with the SVM algorithm, while for protein, the best model (R 2 p = 0.98, RMSEP = 0.14, RPD = 6.92) was obtained using the PLS algorithm. Finally, for trigonelline, all three models had very high prediction accuracies (R 2 p = 0.98-0.99, RMSEP = 0.007-0.009, RPD = 8.53-10.52). Collectively, these results demonstrate the potential of using NIRS for rapid and simultaneous prediction of coffee green bean constituents to aid selection decisions.
Why it matches plant phenotyping methodsコーヒー生豆の化学的形質を対象に、NIRSと機械学習による予測モデルを開発・検証しており、形質取得・推定法が研究の中心である。育種選抜への利用も明示されている。
abstractwe demonstrate the use of near-infrared spectroscopy (NIRS) and the machine learning algorithms partial least squares (PLS), random forest (RF) and support vector machine (SVM) for the prediction of caffeine, protein and trigonelline in Arabica coffee.
Traditional manual grading of fresh chili peppers suffers from inconsistent quality control and low efficiency. To meet the demand for accurate fruit shape recognition during the post-harvest stage, this study proposes an intelligent recognition method based on an improved DenseNet-121 network. This approach facilitates the application of machine vision in agricultural sorting equipment. DenseNet-121 serves as the backbone network. The Convolutional Block Attention Module (CBAM) is introduced to enhance feature focus on fruit shapes. A regularization strategy (Dropout = 0.3, weight decay = 1 × 10 -4 ) and a cross-entropy loss function with label smoothing (LS = 0.1) are integrated to optimize decision boundaries. These configurations prevent the model from overfitting to hard training labels and yield a robust classification architecture. Experimental results demonstrate that the proposed model achieves a precision of 90.09%, a recall of 89.60%, an F1-score (the harmonic mean of precision and recall) of 89.53%, and an overall accuracy of 89.74%. The model contains 7.09 M parameters and requires a single-frame inference time of 7.35 ms. Comprehensive evaluations indicate that the proposed model achieves an optimal balance among environmental noise robustness, prediction accuracy, and computational efficiency. Consequently, by maintaining high fine-grained classification accuracy alongside a low memory footprint and rapid inference speed, the model demonstrates strong potential for real-time deployment on resource-constrained edge devices within actual agricultural optical sorting equipment.
Why it matches plant phenotyping methodsチリペッパー果実の形状という植物器官形質を画像から分類する深層学習手法の開発・評価が中心であり、単なる品質測定ではない。
abstractExperimental results demonstrate that the proposed model achieves a precision of 90.09%, a recall of 89.60%, an F1-score (the harmonic mean of precision and recall) of 89.53%, and an overall accuracy of 89.74%.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe original image dataset is provided as Supplementary Materials .Open asset ↗lines:30-40Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
MaizeField / plotWhole plant / canopy / plot / fieldPhysiological trait estimationGrowth / development / phenologyWater status / transpiration
Understanding evapotranspiration (ET) partitioning into soil evaporation (E) and plant transpiration (T) is crucial for improving agricultural water use efficiency in water-scarce regions. The isotope mass balance (IMB) method and AquaCrop model are two widely used approaches for ET partitioning, yet their comparative performance across different crop growth stages remains poorly characterized. This study systematically compared these two methods using two consecutive years (2012-2013) of field isotopic observations in a summer maize field on the North China Plain, a core maize production area facing severe agricultural water scarcity. Stable isotope analysis showed that the local meteoric water line (LMWL) had a slope lower than the global meteoric water line. The 0-5 cm surface soil water evaporation lines had slopes of 5.84 (2012) and 8.06 (2013), confirming significant evaporative enrichment in the topsoil. Plant water isotopic composition closely resembled that of 40-100 cm deep soil water, indicating limited root uptake from the surface layer. IMB-estimated transpiration ratio (T/ET) exhibited distinct phenological patterns, increasing from 37 to 44% at jointing to a peak of 94-96% at filling, then declining to 84-85% at maturity. The two methods agreed well during filling to maturity (differences of 2-10%), but compared with the IMB method, AquaCrop substantially underestimated T/ET at jointing (0.9% vs. 43.8% in 2013) due to its canopy-cover-based transpiration algorithm. These findings identify the filling stage as the critical water demand period, providing a quantitative reference for precision irrigation management under similar climate and soil conditions.
Why it matches plant phenotyping methodsトウモロコシの蒸散比を対象に、同位体質量収支法とAquaCropモデルを比較・検証しており、植物の水利用状態を取得する測定手法の性能評価が中心である。
abstractThe isotope mass balance (IMB) method and AquaCrop model are two widely used approaches for ET partitioning, yet their comparative performance across different crop growth stages remains poorly characterized.
To address the insufficient characterization of vertical heterogeneity in potato canopy leaf nitrogen content (LNC), this study developed a layer-specific LNC estimation framework based on canopy hyperspectral reflectance, fractional-order derivative (FOD) transformation, and two-band and three-band optimized spectral indices. Partial least squares regression (PLSR) was then used to evaluate the predictive ability of the selected spectral indices for Top, Middle, and Bottom LNC. Field experiments were conducted from 2022 to 2023 in the semi-arid region of Yulin, Shaanxi Province, China. Canopy hyperspectral reflectance from 350 to 1830 nm and LNC measurements of upper (Top), middle (Middle), and lower (Bottom) leaves were synchronously acquired during the tuber formation stage. The results showed that potato canopy LNC exhibited a clear vertical gradient, following the order Top LNC > Middle LNC > Bottom LNC. Traditional vegetation indices were significantly correlated with LNC, but their correlations decreased with increasing canopy depth, with the highest correlation for Bottom LNC being only 0.524. Compared with traditional vegetation indices, FOD-based two-band indices showed stronger Pearson correlations with layer-specific LNC. Under FOD1.5, the maximum absolute Pearson correlation coefficients (|r|) between the selected two-band indices and LNC reached 0.855, 0.849, and 0.814 for Top, Middle, and Bottom LNC, respectively. The three-band optimized spectral indices further enhanced spectral information extraction, with maximum |r| values of 0.893, 0.885, and 0.852, respectively. However, cross-year validation produced substantially lower R 2 values, indicating limited temporal transferability of the selected indices and the need for further validation before broader application. Compared with the traditional vegetation index model, it increased the testing-set R 2 for Bottom LNC by 0.279 and reduced RMSE from 0.159 to 0.113. These results suggest that FOD1.5-integrated three-band optimized spectral indices can improve the indirect estimation of layer-specific LNC from canopy reflectance, particularly for Bottom LNC, where the reflectance-LNC association is affected by canopy signal attenuation and mixing. The findings provide a methodological reference for describing canopy vertical nitrogen status and functional heterogeneity in potato, while their broader applicability requires further validation across growth stages, cultivars, sites, and nitrogen management conditions.
Why it matches plant phenotyping methodsジャガイモ群落のハイパースペクトル反射から層別葉窒素含量を推定する手法を開発し、相関・予測性能・年次検証で評価しており、植物形質取得・推定法が研究の中心である。
abstractthis study developed a layer-specific LNC estimation framework based on canopy hyperspectral reflectance, fractional-order derivative (FOD) transformation, and two-band and three-band optimized spectral indices.
Root phenotypic analysis is closely related to crop yield and stress resistance. Although deep learning can improve the efficiency of root phenotype recognition, existing methods suffer from insufficient segmentation accuracy under complex soil backgrounds and focus on a single target. To address the issues of limited accuracy and operational complexity in existing root segmentation models, this paper proposes a novel wavelet-enhanced full-scale segmentation network. The WaveUNet+ model is based on U-Net3plus, replaces traditional downsampling with the Haar wavelet transform, and introduces the EMA module. The impact of the wavelet transform is validated using Grad-CAM, and HD95 is employed to evaluate the improvement in segmentation quality brought by the attention mechanism from the perspective of boundary accuracy. Transfer learning is used to improve model generalization, and the test results on diverse roots and various soils are compared. A Docker containerized root image segmentation method is designed to achieve convenient and practical operation, and the deployment feasibility of the model on edge devices is also verified. Our model effectively enhances the recognition of fine roots in soil backgrounds, leading to improvements across various metrics, achieving an Accuracy of 99.2%, while improving model accuracy with relatively low parameter count and model size. Compared with the original U-Net model, mIoU is increased by 1.52% and Recall by 2.93%. The results show that the model not only performs excellently on the original dataset but also maintains good generalization ability across different imaging modalities, crop species, and soil conditions. With Docker, users can achieve root image segmentation on their own computers without tedious program installation and environment configuration. In the future, we will attempt methods such as pruning and quantization to reduce model size, so as to better adapt to the deployment requirements of edge devices.
Why it matches plant phenotyping methods根系画像から根系形態を抽出するセグメンテーション手法を開発し、複数条件で精度・汎化性・境界性能を検証しているため、植物フェノタイピング手法が中心である。
abstractTo address the issues of limited accuracy and operational complexity in existing root segmentation models, this paper proposes a novel wavelet-enhanced full-scale segmentation network.
Reproduction assets foundThe paper's Data Availability Statement explicitly states the analysis code is publicly available at the authors' GitHub repository (WaveUNet-), which implements the WaveUNet+ root segmentation and phenotyping analysis. The supplementary materials only contain Grad-CAM figures and parameter tables, not datasets or codeCode · publicData Availability Statement
The data are available in a publicly accessible repository. The code can be obtained from https://github.com/WLL-cyber/WaveUNet-.git (accessed on 16 June 2026).Open asset ↗WLL-cyber/WaveUNet-lines:182-213Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Manually counting sunflower seeds on capitula is labor-intensive, requiring approximately one person-hour per head, and can be inconsistent for densely packed heads. Existing phenotyping approaches often depend on laboratory-based equipment, limiting their accessibility. In this study, we developed a benchtop image-based pipeline for rapid, non-destructive estimation of developed and aborted seeds on intact dried sunflower heads. A dataset of 1093 sunflower capitula was imaged under fixed indoor lighting, and individual seeds were annotated as developed or aborted. A YOLOv8m one-stage object detector was trained and evaluated using a counting-focused protocol, in which a single confidence threshold was selected on the validation set and then applied unchanged to an independent test set of 109 images. The baseline model was compared with recent YOLO variants and different augmentation strategies. On the test set, the model achieved a mean absolute count error of 61.3 seeds per image, a mean relative error of 12.0%, and an mAP50 of 0.18 at the locked confidence threshold of 0.15. Only 13.8% of test images had relative errors below 2%. Larger YOLO models and augmentation variants did not improve performance. These findings show that the proposed system provides approximate, non-destructive seed-count estimation under controlled imaging conditions, while highlighting the need for improved localization in dense regions and domain adaptation for fresh heads or field conditions. The annotated dataset and trained model weights are made available to support reproducible research.
Why it matches plant phenotyping methodsヒマワリ頭花の発達・不稔種子数という植物形質を、画像取得とYOLOによる推定パイプラインで定量化する手法を開発・評価しており、方法が研究の中心である。
abstractwe developed a benchtop image-based pipeline for rapid, non-destructive estimation of developed and aborted seeds on intact dried sunflower heads.
Reproduction assets foundThe authors state the source code is available on GitHub and the CVAT-annotated dataset is available via a public share link; the GitHub repository URL is explicitly provided and matches an allowed URL. The dataset link itself is not given, so only the code/checkpoint repository qualifies as an actionable public asset.Code · publicThe developed system is available as a Telegram bot [ 19 ] and the source code is available on GitHub [ 20 ]. The CVAT annotated dataset is available via a public share link.Open asset ↗lines:84-103Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
The emergence of multimodal large language models (MLLMs) is opening a new avenue for explainable and interactive intelligent diagnosis in agriculture. However, generic MLLMs still face two major obstacles in plant disease recognition-insufficient fine-grained visual perception and misalignment between visual and linguistic features-which jointly limit diagnostic accuracy. To address these issues, we propose a Qwen2.5-VL-based full-chain fine-tuning framework termed dual-side synergistic low-rank adaptation. Unlike the mainstream paradigm that freezes the vision encoder, our method injects trainable LoRA adapters into both the vision encoder and the large language model, while establishing end-to-end gradient backpropagation across the entire multimodal pipeline. By using the supervision signal from autoregressive text generation (text-supervised visual learning), the framework directly drives deep optimization of visual representations, thereby enabling coordinated alignment between pixel-level perception and semantic-level understanding. We trained Qwen over CDDM and conducted in-domain (CDDM) and cross-domain (PlantVillage) experiments. The results show that the proposed 7B-parameter model achieves 98.8 and 96.0% diagnostic accuracy under in-domain and cross-domain scenarios, respectively. The recognition accuracy of Qwen in the case of cross-domain only decreases slightly, which demonstrates that the MLLM trained by our method exhibits excellent cross-domain recognition capability. This indicates that our method can significantly improve the robustness and generalization ability of MLLM in complex agricultural scenarios.
Why it matches plant phenotyping methods植物画像から病害状態を診断するMLLMのファインチューニング手法を開発し、ドメイン内外で精度検証しているため、植物フェノタイピング手法が中心である。
Visual inspection of apple leaf diseases is inefficient and subjective, limiting large-scale orchard applications. To realize rapid and accurate disease identification, this paper proposes an improved YOLOv11 model integrated with a Dual Sparse Selection Attention (DSSA) module. By embedding the DSSA module into the key layers of the YOLOv11 backbone network, the model enhances fine-grained feature extraction for small and complex lesions while suppressing background interference. A tailored training strategy with an optimized learning rate and optimizer is designed to ensure stable convergence. Experiments are conducted on a dataset consisting of 7594 images covering four categories: black rot, rust, scab, and healthy leaves. The proposed model achieves precision of 0.973, recall of 0.978, mAP50 of 0.991, and 0.949 mAP50-95, outperforming YOLOv8, YOLOv9, YOLOv10, and the vanilla YOLOv11. Furthermore, a Qt-based visualization system is developed for practical orchard deployment. This method provides a reliable solution for intelligent apple leaf disease detection and smart orchard management.
Why it matches plant phenotyping methodsリンゴ葉の病斑・健全状態を画像から推定する検出モデルを開発・比較し、実用システムまで構築しており、植物病害表現型の取得手法が中心である。
abstractVisual inspection of apple leaf diseases is inefficient and subjective, limiting large-scale orchard applications.
The canopy closure stage is a critical phase of rice ( Oryza sativa L.) development that influences canopy structure and final grain yield. Accurate and continuous monitoring of canopy closure dynamics is therefore essential for variety screening and cultivation optimization. This study combines unmanned aerial vehicle (UAV) remote sensing technology with deep learning-based semantic segmentation to establish an efficient framework for quantifying rice canopy closure dynamics. UAV RGB images were acquired for 198 hybrid rice varieties during early growth stages and used to build a canopy segmentation dataset. Three semantic segmentation models, i.e., DeepLabv3+, U-Net, and PSPNet, were systematically evaluated. Results show that DeepLabv3+ performed the best and enabled precise extraction of rice canopy features, obtaining a mean intersection over union (mIoU) of 0.86. Based on the extracted canopy coverage, the Gompertz model was utilized to characterize temporal canopy closure trajectories for all varieties, achieving an average R 2 of 0.978. Subsequently, five key dynamic indicators were derived, including canopy closure limit value ( K ), initial growth coefficient ( a ), growth rate coefficient ( b ), maximum instantaneous growth rate ( MGR ), and days to maximum growth rate ( Tm ). K-means clustering analysis was performed on these indicators to categorize all rice varieties into three clusters, disclosing pronounced differences in early-stage canopy development characteristics. Correlation analysis further demonstrated that canopy closure dynamics were closely associated with grain yield. Overall, while acknowledging the limitations of a single-season and single-site dataset, this study provides a scalable and objective framework for quantifying rice canopy closure dynamics, offering valuable support for variety selection, cultivation optimization, and high-yield rice production.
Why it matches plant phenotyping methodsUAV画像と深層学習セマンティックセグメンテーションを用いてイネのキャノピー閉鎖動態を定量化する手法を構築・評価しており、植物形質抽出が研究の中心である。
abstractThis study combines unmanned aerial vehicle (UAV) remote sensing technology with deep learning-based semantic segmentation to establish an efficient framework for quantifying rice canopy closure dynamics.
This study focuses on identifying barley diseases at various stages using the unique spectral signatures of phytopathogen infections. We examined the causal agents of widespread crop diseases, including: loose smut, head blight, fusarium head blight (FHB), stem rust, net blotch, spot blotch, common root rot. Analysing disease-specific spectral characteristics with machine learning (ML) algorithms revealed the most informative spectral ranges: the green region (~520-560 nm), the red chlorophyll absorption zone (~650-680 nm), and the red-edge region (~700 nm). These ranges accurately reflect alterations in the plant's cellular structure and pigment complexes. Spectral data were processed using five ML algorithms. Random Forest (RF) proved to be the most effective for identifying and differentiating barley diseases, achieving an accuracy of up to 90.13% (MCC = 0.86). This superior performance stems from the ensemble method's robustness to noise and its ability to extract critical features from high-dimensional hyperspectral data, particularly when distinguishing diseases with overlapping spectral signatures. Furthermore, this study highlights the potential of integrating UAV-based remote sensing to delineate reference zones, proximal hyperspectral imaging (HSI), and ML for robust plant health monitoring. This combined approach shows significant promise for early disease diagnostics, enabling site-specific treatments, curbing disease progression, and reducing pesticide application. Ultimately, these findings offer practical value for the agro-industrial sector in major grain-producing countries, especially in Central Asia, where agricultural advancement is a strategic priority for sustainable development and food security.
Why it matches plant phenotyping methodsVNIRハイパースペクトル計測と機械学習により、オオムギの病害状態を植物体のスペクトル特徴から検出・分類する方法が研究の中心であり、植物フェノタイピング手法に該当する。
abstractThis study focuses on identifying barley diseases at various stages using the unique spectral signatures of phytopathogen infections.
Accurate tree counting from remote sensing data is essential for forest inventory, biomass estimation, carbon accounting, and ecological monitoring. However, existing approaches predominantly rely on airborne RGB imagery and often struggle in complex forest scenes where neighboring crowns exhibit highly similar textures and colors and where overlapping crown boundaries become ambiguous. To address this limitation, the LiDAR-derived Canopy Height Model (CHM) is introduced as a complementary modality that provides explicit cues on canopy height variation and vertical structure to support RGB-based analysis. Building on this, we propose BCAR-Net, a broker-guided RGB and depth (RGB-D) multimodal framework that couples bidirectional cross-modal interaction, adaptive tri-branch fusion, and auxiliary reconstruction within a two-stage optimization scheme. Specifically, a bidirectional cross-attention U-Net generates an intermediate broker RGB-D representation from paired RGB images and depth maps through symmetric bidirectional cross-attention between the two modalities and direction-aware gating. The original RGB image, depth map, and broker representation are then jointly encoded by three weight-sharing branches and adaptively aggregated by a spatial fusion gate for density-map regression. To regularize the fused latent feature, a multi-scale cross-attention reconstruction decoder provides auxiliary RGB and depth reconstruction supervision by querying multi-scale BCA-UNet encoder features through 2D cross-attention, and a reconstruction-oriented first stage replaces externally generated fused-image supervision, yielding a task-consistent optimization scheme. Experiments on the NEONTreeEvaluation benchmark show that BCAR-Net consistently outperforms single-modality settings and direct RGB-D concatenation multimodal baseline. Additional experiments on a public UAV RGB-LiDAR dataset provide a small-scale supplementary evaluation under a different acquisition setting, where BCAR-Net achieves modest but consistent improvements over RGB-only and depth-only baselines. These results demonstrate that the proposed framework offers an effective but computationally cautious solution for tree counting in complex forest environments.
Why it matches plant phenotyping methodsRGB画像とLiDAR由来データから樹木数を推定する深層学習手法を開発し、複数ベンチマークで比較評価しており、植物個体の計測手法が研究の中心である。
abstractwe propose BCAR-Net, a broker-guided RGB and depth (RGB-D) multimodal framework
Potato ( Solanum tuberosum ) is a vital global non-cereal food crop severely threatened by bacterial wilt, caused by Ralstonia solanacearum ( R . solanacearum ). Conventional diagnostics like PCR and ELISA, though effective, are destructive and time-consuming, limiting large-scale field applications. This study investigates hyperspectral imaging (HSI) as a non-invasive, rapid, and accurate alternative for early detection and severity grading of potato bacterial wilt. Using a portable HSI system (400-1000 nm), spectral data were collected from inoculated potato plants ('Longshu No. 7') at 0, 24, 48, and 72 h post-inoculation, alongside disease severity assessment (grades 0-4). After comprehensive spectral preprocessing and feature band extraction via Competitivse Adaptive Reweighted Sampling (CARS), we developed two distinct sets of models: one for early detection (temporal classification) using Partial Least Squares-Discriminant Analysis (PLS-DA) and Principal Component Analysis-Linear Discriminant Analysis (PCA-LDA), and another for severity grading. The SNV + SG + MC + PLS-DA model achieved exceptional accuracy, exceeding 97% for early detection, while the MSC + SG + MC + CARS + PLS-DA model yielded >97% accuracy for severity grading. These results were supported by low misclassification rates in confusion matrices. This work establishes a robust HSI-based framework for high-throughput screening of resistant potato germplasm and advances precision agriculture strategies for bacterial wilt management.
Why it matches plant phenotyping methodsHSIによるジャガイモ植物体の細菌性萎凋病の早期検出と重症度推定が研究の中心であり、画像取得、特徴抽出、分類・重症度モデルを開発している。
abstractThis study investigates hyperspectral imaging (HSI) as a non-invasive, rapid, and accurate alternative for early detection and severity grading of potato bacterial wilt.
Accurate characterization of closely related Ilex taxa is essential for the conservation, documentation, and utilization of plant genetic resources. In this study, five Ilex taxa from eastern China ( Ilex rotunda Thunb., Ilex chinensis , Ilex cornuta Lindl. & Paxt., Ilex cornuta 'Fortunei', and Ilex latifolia Thunb.) were evaluated using an integrated framework combining fruit morphometric traits, CIELAB color parameters, and electronic-nose (E-nose) volatile fingerprints. Fruit transverse diameter, longitudinal diameter, single-fruit weight, fruit shape index, and peel color traits (L*, a*, b*, and chroma, C*) differed significantly among taxa (one-way ANOVA, all p I . cornuta produced the largest and heaviest fruits, I . chinensis showed the most elongated fruit shape, and I . rotunda exhibited the highest redness and chroma values. Chemometric analyses of E-nose responses further improved taxon discrimination and revealed clear divergence in volatile-response patterns. Trait-space relationships were broadly consistent with the preset phylogenetic framework, with I . rotunda showing the greatest divergence and I . cornuta and I . cornuta 'Fortunei' showing the closest similarity. These findings indicate that integrated fruit phenotyping and rapid volatile profiling provide a practical approach for Ilex germplasm identification, comparative evaluation, and resource documentation, with potential value for conservation planning and horticultural utilization.
Why it matches plant phenotyping methods果実形態・色彩形質と電子鼻プロファイリングを統合した再利用可能な分類・遺伝資源評価フレームワークが研究の中心であり、単なる生物学的実験の routine 測定を超える応用と判断する。
abstractevaluated using an integrated framework combining fruit morphometric traits, CIELAB color parameters, and electronic-nose (E-nose) volatile fingerprints.
Grain number is a primary agronomic trait for targeted yield improvement, with the prospect of enhanced grain production leading to greater food security. Given the complex polygenic nature of the grain number trait, large sample sizes are essential for effective QTL identification. The implementation of trained computer vision models for grain detection offers a timely and cost-effective solution for rapid QTL isolation. In this study, we trained a grain detection model using Ultralytics' You Only Look Once (YOLOv11) framework. Training was completed on 1000 images of barley spikes, derived from a doubled haploid (DH) population descended from Hindmarsh and RGT Planet. The trained model, termed BarleyGC, achieved satisfactory accuracy metrics (mAP50-95 = 71.9%, recall = 96.7%, precision = 97.1%). Phenotypic characterisation of the DH population was completed with BarleyGC on a distinct collection of 973 images. The Pearson correlation coefficient (r) between model and manual-derived counts for the trait of grain number per spike was 0.895 ( p n = 153 DH lines), revealed a QTL peak at position 224.959 cM on the genetic map (LOD = 3.14), named qGN-2H. The QTL region contained 21 candidate genes-including HORVU2Hr1G092290 (HORVU.MOREX.r3.2HG0184740), encoding the six-rowed spike 1 ( Vrs1 ) gene-a well-characterised major regulator of row-type divergence and lateral spikelet development. Our study demonstrates the power of the YOLOv11 framework for grain quantification, with BarleyGC capable of grain detection directly from images of intact spikes in two-rowed barley varieties-thus achieving accelerated sample processing for the grain number trait.
Why it matches plant phenotyping methods大麦穂の画像から穀粒数を推定するYOLOv11モデルを開発・検証し、手動計数との比較およびQTL解析に応用しており、植物表現型取得法が研究の中心である。
abstractThe implementation of trained computer vision models for grain detection offers a timely and cost-effective solution for rapid QTL isolation.
Autumn-winter forage scarcity limits subtropical livestock systems. This study aimed to: (1) develop a segregating F 1 population from parents contrasting in autumn-winter biomass yield (WBY) in tetraploid Paspalum notatum ; (2) estimate phenotypic and genetic variability for WBY across environments; and (3) evaluate the relationship between WBY and spring-summer biomass yield (SBY), and the feasibility of unmanned aerial vehicle (UAV)-derived vegetation indices as non-destructive estimators of WBY. A population of 182 tetraploid F 1 hybrids was evaluated at two sites in Corrientes Province, Argentina (2022-2024). WBY exhibited wide genotypic variability across locations and years ( p H 2 ) ranged from 0.41 to 0.64, reflecting sensitivity to the thermal and moisture conditions of each environment. WBY showed a positive, moderate association with SBY ( R 2 = 0.20-0.26), indicating that selection for cool-season yield does not compromise summer productivity. The Normalized Difference Red Edge Index (NDRE) was the most robust WBY predictor ( R 2 up to 0.67 at MES-2022 vs. 0.58-0.59 for ARVI, GNDVI and NDVI at the same site-year), though predictive accuracy varied with environmental conditions. The results demonstrate substantial and exploitable genetic variation for cool-season forage yield in P. notatum .
Why it matches plant phenotyping methodsUAV由来の植生指数を用いた非破壊的な飼料収量推定を評価し、複数指数の予測性能を比較しているため、植物形質取得法の実質的な適用・検証を含む。
abstractevaluate the relationship between WBY and spring-summer biomass yield (SBY), and the feasibility of unmanned aerial vehicle (UAV)-derived vegetation indices as non-destructive estimators of WBY.
Efficient phenotyping is essential for accelerating genetic improvement in turfgrass breeding, where manual measurements are labor-intensive. This study evaluated hyperspectral imaging (HSI) as a high-throughput tool for assessing Zoysia spp. breeding populations consisting of 464 genotypes. HSI data (400-1000 nm) were processed through a user-in-the-loop hybrid segmentation pipeline integrating UMAP dimensionality reduction, DBSCAN clustering, Random Forest classification, and pseudo-RGB refinement. To independently assess vegetation classification performance, 10,000 manually annotated reference points from 50 pseudo-RGB images were compared with the automated module, yielding an overall accuracy of 0.9697, a precision of 0.8830, a recall of 0.9240, a specificity of 0.9779, an F1-score of 0.9030, and Cohen's kappa of 0.8851. A Combined Ranking Score (CRS) integrating five vegetation indices and vegetation pixel count was significantly associated with aerial shoot count ( r = -0.445, p r = -0.207, p < 0.001). The highest-ranked genotype showed a 9370.3-pixel increase in vegetation area between 6 and 16 weeks after transplanting, compared with 1417.7 pixels for the lowest-ranked genotype. Classification performance declined under high-coverage conditions, indicating increased mixed-pixel ambiguity in dense canopies. These results suggest that HSI-based CRS can support rapid, objective, and non-destructive relative ranking of density-related vegetative growth in turfgrass breeding. Because the study was conducted at a single location and season and correlations with manual traits were moderate, the framework is best interpreted as a screening and ranking tool rather than a direct predictive model.
Why it matches plant phenotyping methodsHSI画像と解析パイプラインを用いて、芝草の植生面積・密度関連成長形質を高スループットに推定・検証することが研究の中心であり、育種集団の表現型スクリーニング手法に該当する。
abstractThis study evaluated hyperspectral imaging (HSI) as a high-throughput tool for assessing Zoysia spp. breeding populations consisting of 464 genotypes.
This study addresses the early detection of water stress in grapevines ( Vitis vinifera L. cv. Monastrell), a key challenge for precision irrigation. The main objective is to assess the feasibility of VIS-NIR hyperspectral imaging (400-1000 nm) to anticipate water stress, relating the spectral signal to stem water potential. This study was developed over two campaigns, in 2024 and 2025, using 18 potted plants. In 2024, eight vines were irrigated, and the remaining 10 were subjected to water-deprivation treatments, whilst in 2025, all plants were irrigated, but half at a control dose and the rest at a reduced dose equivalent to 33% of the control. Images were acquired over five dates in June 2024 and over seven in June 2025 using a Specim IQ camera; stem potential was also measured to provide a physiological reference. Individual time series were developed, calculating the Mahalanoubis distance in a PCA space. Results revealed a change window between 10 and 13 June, consistent with the divergence in water potential from 17 to 24 June. PCA highlighted spectral regions related to changes in pigments, nitrogen and water content as main indicators of water stress. We conclude that HSI is a promising tool for early water stress detection.
Why it matches plant phenotyping methodsブドウの水ストレス状態を近接ハイパースペクトル画像から推定・早期検出する方法が研究の中心であり、生理学的基準との比較も行っている。
abstractThe main objective is to assess the feasibility of VIS-NIR hyperspectral imaging (400-1000 nm) to anticipate water stress, relating the spectral signal to stem water potential.
With the rapid development of precision agriculture and smart farming management, accurate crop disease detection has become a critical tool for optimizing agricultural resource allocation, controlling operational costs, and supporting scientific plant protection strategies. However, real-world field environments are often characterized by strong background interference, multiple concurrent diseases, and fine-grained lesion differences, posing significant challenges to existing detection methods in practical agricultural Internet of Things (IoT) applications. In this paper, we propose Freq-spatial Context Dynamic Network(FCDNet), an efficient and cost-effective detection model tailored for multi-category strawberry disease recognition in complex field management scenarios. The proposed model integrates a Freq-Spatial Feature Module (FSFM), a Context Guide Fusion Module (CGFM), and a Task Align Dynamic Detection Head (TADDH), enabling enhanced expression of high-frequency micro-lesions, adaptive filtering of field background noise, and spatial alignment of classification and regression tasks, while maintaining a lightweight architecture suitable for low-cost agricultural edge devices. Extensive experiments conducted on the newly constructed Strawberry Disease Dataset-7(S7DD) demonstrate that FCDNet consistently outperforms existing mainstream methods, achieving an F1-score of 91.0% and an mAP@0.5 of 94.6%. The model's architectural robustness and capacity for generalization are further substantiated by evaluations across diverse agricultural datasets using PlantDoc and ALDOD. Ultimately, FCDNet became a practical and cost-effective tool for real-time detection of strawberry diseases, directly supporting more accurate yield forecasting and risk management in smart agriculture systems.
Why it matches plant phenotyping methodsイチゴ葉の病斑・病害状態を画像から認識するモデルを開発し、複数データセットで性能評価しているため、植物病害フェノタイピング手法が中心である。
abstractwe propose Freq-spatial Context Dynamic Network(FCDNet), an efficient and cost-effective detection model tailored for multi-category strawberry disease recognition
Accurate yield estimation is vital for precision wheat management and breeding. Traditional methods based on single growth stages or single-source data cannot capture cumulative growth effects, limiting prediction accuracy. UAV remote sensing provides high-resolution, multi-source, and multi-temporal data, enabling improved non-destructive yield estimation. In this study, UAV-based multispectral and RGB imagery were collected at six key growth stages, and vegetation indices, texture, and color features were extracted to develop yield prediction models using RF, XGBoost, and KNN under single- and multi-temporal scenarios. The results showed that red-edge-based vegetation indices were highly sensitive to wheat yield and outperformed texture- and color-based features. Multi-feature fusion further improved prediction accuracy at key growth stages, particularly during booting and flowering (R 2 = 0.53-0.67). Compared with single-temporal models, multi-temporal data fusion significantly enhanced yield estimation accuracy, achieving a maximum R 2 of 0.72 by integrating data from the late-jointing, booting and flowering stages. Among the algorithms, XGBoost and KNN exhibited superior accuracy and stability across most growth stages. Overall, these results demonstrate that integrating UAV-based multi-source and multi-temporal remote sensing data effectively improves the accuracy and robustness of wheat yield estimation, providing valuable technical support for precision agriculture and phenotyping-assisted breeding.
Why it matches plant phenotyping methodsUAV画像から特徴量を抽出し、機械学習でコムギ収量を推定する手法が研究の中心であり、マルチソース・マルチテンポラル統合の技術評価も行っている。
Heat stress, particularly during the reproductive stage, poses a major challenge to rice production, as pollen development is highly sensitive to elevated temperatures. Accurate assessment of heat tolerance during this period is crucial for improving rice heat-stress tolerance but is hindered by asynchronous panicle development and imprecise staging. In this study, we identified a pair of near-isogenic lines, ZP15 and ZP17, which exhibited contrasting seed-setting rates under heat stress. We demonstrated that this divergence arises from differential tolerance during the pollen developmental stage, corresponding to a critical window (9-16 days before heading). Taking these lines as references, we established a reliable system that synchronizes developmental staging and quantitatively assesses heat-induced fertility loss. Validated using heat-tolerant N22 and heat-sensitive Wushansimiao, this system was applied to assess four conventional varieties and eight hybrids. Huanghuazhan and self-bred hybrids (Yangxianyou 912, Yangxianyou 903, and Yangxian 9A/P119-8) displayed high tolerance comparable to control varieties, whereas Yangdao 6 and multiple hybrids showed pronounced sensitivity. Collectively, this work provides a precise and reproducible framework for evaluating heat tolerance during pollen development, offering a valuable tool for accelerating the breeding of heat-resilient rice varieties.
Why it matches plant phenotyping methodsイネの花粉発育期における高温耐性と受精率低下を定量評価する、再現性のある評価システムを開発・検証しており、植物表現型取得が研究の中心である。
abstractwe established a reliable system that synchronizes developmental staging and quantitatively assesses heat-induced fertility loss.
Accurate vegetable disease detection in complex cultivation environments remains challenging because early lesions are often small, low-contrast, and easily confounded by cluttered backgrounds. To address this issue, we propose VDD-Net, a feature-enhanced detection network based on YOLOv10 for robust vegetable disease detection in protected agriculture. The proposed framework integrates three modules: a receptive field enhancement (RFE) module to improve local perception of small lesions, an adaptive channel fusion (ACF) module to strengthen multi-scale feature aggregation and suppress background interference, and a global context attention (GCA) module to capture long-range dependencies and improve contextual discrimination. Experiments on a custom vegetable disease dataset showed that VDD-Net achieved an mAP@0.5 of 95.2% with only 7.78 M parameters. To further evaluate robustness, zero-shot cross-domain testing was conducted on the PlantDoc dataset, where VDD-Net achieved an mAP@0.5 of 76.5%, outperforming the baseline and showing improved generalization to natural scenes. In addition, after TensorRT optimization and FP16 quantization, the model maintained real-time inference on edge platforms, reaching 89.3 FPS on Jetson AGX Orin and 24.2 FPS on Jetson Nano. These results indicate that VDD-Net provides a practical balance among detection accuracy, cross-domain robustness, and deployment efficiency for intelligent disease monitoring in modern agriculture.
Why it matches plant phenotyping methods野菜の病斑を直接検出する画像ベース手法を開発し、データセット・クロスドメイン性能・エッジ実装を評価しており、植物病害状態の取得方法が中心である。
abstractwe propose VDD-Net, a feature-enhanced detection network based on YOLOv10 for robust vegetable disease detection
Drought stress poses a significant challenge to food security in sub-Saharan Africa, particularly for smallholder farmers in dryland systems. Bambara groundnut ( Vigna subterranea (L.) Verdc.), an underutilised legume with inherent drought tolerance, remains underexplored in terms of its root system traits. This greenhouse study investigated the early root and shoot responses of six Bambara groundnut genotypes under well-watered (100% field capacity) and water-stressed (50% field capacity) conditions using rhizotron-based phenotyping. Significant genotypic differences ( p < 0.01) were observed in root traits such as root system depth (RSD: 11.0-19.9 cm), root system width (RSW: 6.96-12.2 cm), and root dry mass (RDM: 0.42-1.27 g). The ARC genotype exhibited a strong drought-avoidance strategy, increasing RSD from 12.2 to 19.9 cm and RDM from 0.42 to 1.16 g under stress. The Tiga Nicuru DIP-C-F7471 genotype showed adaptive plasticity, maintaining deeper roots (11.0-14.5 cm), high convex hull area (CHA), and root-shoot ratio (RSR) values, despite a reduction in RDM, suggesting a resource-conserving strategy. Principal Component Analysis (PCA) captured 93.6% of the total variability among genotypes. Root traits, particularly total root length (TRL), convex hull area (CHA), root system width (RSW), and root dry mass (RDM), were the main contributors to genotype differentiation. Strong positive correlations (r = 0.88-0.97) between root and shoot traits suggest that genotypes with more developed root systems also supported greater shoot growth, highlighting the coordinated response of above- and below-ground traits under drought stress. These findings provide valuable targets for breeding and highlight the value of rhizotron-based screening for root trait selection. Future field validation and full-season studies are recommended to confirm their relevance for improving yield stability in dryland agriculture.
Why it matches plant phenotyping methods根系・地上部形質を取得するrhizotron-based phenotypingを用い、そのスクリーニング価値を主要な貢献として扱っているため、植物フェノタイピング手法の実質的応用に該当する。
Accurate monitoring of nitrogen (N) status is critical for precision N management and optimizing the yield and quality of Zanthoxylum armatum var. novemfolius (ZA). However, individual sensors often struggle to simultaneously capture the biochemical variations and complex canopy structural changes of ZA. Therefore, field experiments were conducted over two consecutive years, applying four N-application rates (0, 150, 300, and 450 kg N ha -1 ) to ZA. At each phenological stage, hyperspectral imagery and LiDAR point clouds were collected via three UAV flight altitudes (60 m, 80 m, and 100 m), and canopy nitrogen concentration (CNC) and aboveground nitrogen accumulation (AGNA) were measured. This study developed a framework by synergistically fusing UAV-derived hyperspectral imaging (HSI) and LiDAR data for CNC and AGNA monitoring. Results showed that the response of nitrogen status indicators to fertilization was phenology-specific: CNC showed no significant difference ( p > 0.05) among treatments during the vigorous vegetative growth stage (VGS) but differed significantly ( p p (732, 879) and NDSI (560, 690) as the optimal CNC indicators at VGS and FES, respectively (r = 0.83 and 0.93), whereas the NDSI (711, 986) and NDSI (515, 736) were identified as the optimal AGNA indicators at VGS and FES, respectively (r = 0.91 and 0.71). Across all phenological stages, Random Forest Regression consistently delivered the highest accuracy for CNC (R 2 = 0.93-0.98, RMSE = 0.87-1.02 g kg -1 ) and AGNA (R 2 = 0.95-0.97, RMSE = 1.92-2.55 g plant -1 ), outperforming MLR, PLSR, and SVR. This synergistic framework provides a high-precision, non-destructive methodology for the precision N monitoring of woody crops.
Why it matches plant phenotyping methodsUAVハイパースペクトル画像とLiDARの融合、および機械学習により、植物の窒素濃度・窒素蓄積量を非破壊推定する方法を開発・評価しており、フェノタイピング手法が中心である。
abstractThis study developed a framework by synergistically fusing UAV-derived hyperspectral imaging (HSI) and LiDAR data for CNC and AGNA monitoring.
Accurate fresh weight (FW) estimation is essential for growth monitoring and yield prediction in greenhouse fruit vegetables, but remains challenging due to the dynamic allocation between vegetative and reproductive organs. This study aimed to systematically evaluate modeling strategies for FW estimation in sweet pepper and identify which approach is most suitable under conditions of dynamic biomass partitioning. Non-destructive morphological measurements were collected under greenhouse cultivation, and allometric models based on geometric equations were established as baselines. Their performance was compared with machine learning (ML) models and ensemble learning frameworks. To address limited data availability, numerical data augmentation with Gaussian noise and a variational autoencoder was applied. Among the allometric models, the stick model combined with a sigmoid function showed the highest performance, with an R2 of 0.80 for shoot FW and 0.54 for fruit FW. All ML models outperformed the allometric models, and the ensemble model achieved the highest predictive accuracy, with an R2 of 0.96 for shoot FW and 0.89 for fruit FW. Data augmentation further improved predictive performance across all ML models, particularly for fruit FW prediction. Feature contribution analysis revealed that temporal progression was the dominant predictor of fruit FW, while structural traits played the primary role in shoot FW estimation. Ensemble-based ML, combined with data augmentation, provides a methodological framework for non-destructive FW estimation of sweet pepper in controlled environments such as greenhouses and smart farming systems.
Why it matches plant phenotyping methods非破壊形態計測からピーマンの地上部・果実の生重を推定するアロメトリック/機械学習/アンサンブル手法を比較・評価しており、表現型取得・推定手法が研究の中心である。
abstractThis study aimed to systematically evaluate modeling strategies for FW estimation in sweet pepper
The existing fruit tree yield prediction methods mainly rely on fruit period images or long-term meteorological and soil data, which make it difficult to meet the needs of early yield prediction. In addition, the flowering period images contain complex spatial distribution and severe overlap between flowers, which makes it challenging to directly extract stable structural indicators related to yield. Most existing research has focused on simple statistical indicators such as the number of flowers, while the spatial clustering structure of flowers and their relationship with yield have not been fully explored. Therefore, this article proposes an early apple yield prediction based on flowering stage image thinning simulation characteristics. In this study, blossom images and fruit maturity yield data from 100 apple trees were collected, with flower mask images extracted through standardized image processing. First, the traditional DBSCAN clustering algorithm was enhanced by integrating a KDTree acceleration structure and an adaptive multi-scale mechanism, forming the adaptive multi-scale clustering algorithm (AMS-DBSCAN) to achieve efficient identification of flower clusters and individual flowers. Based on this, two flower thinning simulation strategies based on density and spatial uniformity were designed to model artificial thinning rules and construct multi-dimensional, interpretable phenotypic features. Then, the original statistical features were fused with strategy-generated features and optimized using Lasso. We compared multiple models including XGBoost, BPNN, and SVR for yield prediction. The experimental results showed that XGBoost achieved good predictive performance under the hybrid feature set (R 2 = 0.856, RMSE = 3.098), which was further improved to R 2 = 0.900 after feature optimization with Lasso. The results demonstrate that the proposed method enables reliable early yield estimation, providing a new reference for precision management and early decision-making in fruit tree cultivation.
Why it matches plant phenotyping methods花画像から花群・個体を抽出し、間引きシミュレーション由来の解釈可能な表現型特徴を構築する画像解析手法が研究の中心であり、収量推定に技術的に応用・評価されている。
abstractflower mask images extracted through standardized image processing
Eragrostis curvula serves as a valuable model for studying diplosporous apomixis due to its unique reproductive mode, wide ploidy range, and extensive genomic resources. A major limitation for reproductive studies in this species is the difficulty of isolating female tissues at precise developmental stages, for example, for transcriptomics studies, since different floral tissues can introduce expression noise from non-target tissues. To overcome this, we performed a detailed cytoembryological and morphometric characterization of male and female development in seven E. curvula genotypes with different ploidy levels (2X-7X) and reproductive modes (sexual, facultative apomictic, and obligate apomictic). Using differential interference contrast microscopy and methyl salicylate clarification, we described key cytological stages of male and female development. These stages were then correlated with external floral parameters, including pistil, ovary, style, and anther length, to generate genotype-specific developmental calendars. Pistil length showed the strongest association with female developmental stage, particularly during the early phases of ovule development, enabling more precise staging. Synchrony between male and female development was also evaluated, revealing no consistent differences among reproductive modes or ploidy levels. This genotype-informed framework provides a practical tool for stage prediction and tissue selection, supporting future reproductive, developmental, and comparative studies in E. curvula and related grasses.
Why it matches plant phenotyping methods花器官の形態計測を細胞発生段階の推定に体系的に対応付け、遺伝子型別の発達カレンダーと再利用可能なステージ予測手法を構築しており、表現型取得が中心である。
abstractThese stages were then correlated with external floral parameters, including pistil, ovary, style, and anther length, to generate genotype-specific developmental calendars.
Field / plotMultimodalLeafSegmentationDisease symptoms / severity
Camellia oleifera is an economically vital woody oil crop. Its productivity and oil quality are severely compromised by various diseases. Implementing pixel-level lesion segmentation within complex field environments is crucial for advancing precision plant protection. Despite recent progress, existing segmentation methods struggle with three primary challenges: semantic ambiguity arising from evolving pathological stages, blurred boundaries due to overlapping lesions, and the high omission rate of micro-lesions. To address these issues, this paper presents TB-DLossNet (Text-Conditioned Boundary-Aware Network with Dynamic Loss Reweighting), a novel segmentation framework based on semantic-visual multi-modal fusion. Leveraging VMamba as the visual backbone, the proposed model innovatively integrates BERT-encoded structured text as an auxiliary modality to resolve visual ambiguities through cross-modal semantic guidance. Furthermore, a boundary enhancement branch is incorporated alongside a multi-scale deep supervision strategy to mitigate boundary displacement and ensure the topological continuity of lesion structures. To tackle the detection of small-scale targets, we designed a dynamic weight loss function conditioned on lesion area, significantly bolstering the model's sensitivity to minute pathological features. Additionally, to alleviate the scarcity of high-quality data, we curated a comprehensive multi-modal dataset encompassing seven typical diseases of Camellia oleifera . Experimental results demonstrate that TB-DLossNet achieves a Mean Intersection over Union (mIoU) of 87.02%, outperforming the state-of-the-art unimodal VMamba and multimodal Lvit by 4.9% and 2.59%, respectively. Qualitative evaluations confirm that our model exhibits lower false-negative rates and superior boundary-fitting precision in heterogeneous field scenarios. Finally, generalization tests on an apple disease dataset further validate the robustness and transferability of the proposed framework.
Why it matches plant phenotyping methods植物病害の病斑を画素レベルで抽出する新規セグメンテーション手法を開発し、データセット整備と性能比較・汎化検証も行っているため、病害状態の画像ベース表現型計測が中心である。
abstractImplementing pixel-level lesion segmentation within complex field environments is crucial for advancing precision plant protection.
Reproduction assets foundThe authors state their code and experimental dataset (the multimodal Camellia oleifera disease segmentation dataset) are publicly available on GitHub, matching an allowed URL.Code · publicOur code and experimental dataset are available at https://github.com/zzzsq239/TB-1.Open asset ↗zzzsq239/TB-1html-lines:820-841Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Reliable identification of maize leaf diseases is critical for mitigating crop losses, particularly in regions where farmers have limited access to experts. Although vision transformers (ViTs) have recently demonstrated strong performance in image recognition, their weak inductive bias and limited modeling of local texture patterns make them non-ideal for fine-grained maize leaf disease classification. To address these limitations, we propose ConvDeiT-Tiny, a lightweight hybrid ViT that improves DeiT-Ti by placing depthwise convolutions in parallel with multi-head self-attention modules in the first three transformer blocks. The local and global features captured by the convolution and attention modules are concatenated along the embedding dimension and fused using a multilayer perceptron. This results in richer token representations without significantly increasing model size. Across three datasets, ConvDeiT-Tiny (6.9 M parameters) consistently outperformed DeiT-Ti, DeiT-Ti-Distilled, and DeiT-S (21.7 M parameters) when trained from scratch. With transfer learning, ConvDeiT-Tiny achieved an accuracy of 99.15%, 99.35%, and 98.60% on the CD&S, primary, and Kaggle datasets, respectively, surpassing many previous studies with far fewer parameters. For explainability, we present gradient-weighted transformer attribution visualizations showing the disease lesions driving model predictions. These results indicate that injecting local inductive bias in early transformer blocks is beneficial for accurate maize leaf disease classification.
Why it matches plant phenotyping methodsトウモロコシ葉の病徴画像を対象に、病害分類のための新規Vision Transformerモデルを開発・比較しており、植物病害状態の画像ベース表現型推定が中心である。
abstractwe propose ConvDeiT-Tiny, a lightweight hybrid ViT that improves DeiT-Ti by placing depthwise convolutions in parallel with multi-head self-attention modules in the first three transformer blocks.
Reproduction assets foundThe authors publicly release their analysis code and dataset splits (including their field-collected primary maize leaf image dataset) via a GitHub repository, and the paper's classification experiments use the public Kaggle Corn or Maize Leaf Disease Dataset (COMLDD). Both are paper-specific, public, and actionable.Code · publicThe program code and dataset splits for the three datasets used in this study, including our primary data, can be found at https://github.com/DamarisWaema/ConvDeiT-Tiny (accessed on 18 March 2026).Open asset ↗DamarisWaema/ConvDeiT-Tinylines:121-289Dataset · publicGhose S.
Corn or Maize Leaf Disease Dataset
Available online: https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset (accessed on 10 July 2025)Open asset ↗lines:474-623Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Common beanPigeon peaLaboratory / benchtopMultispectral / hyperspectralSeed / grainClassification
Reliable seed accession identification underpins germplasm conservation, traceability and breeding; however, conventional assays remain destructive, labour-intensive and difficult to scale. Here, visible-near-infrared-shortwave infrared (VIS-NIR-SWIR) hyperspectral imaging (HSI; 449.54-2399.17 nm; 563 bands) was used to classify 32 grain-legume accessions ( n = 3200 seeds; 100 seeds per accession), comprising 30 common bean ( Phaseolus vulgaris L.) landraces plus two outgroup legumes ( Vigna angularis (Willd.) Ohwi & Ohashi and Cajanus cajan (L.) Huth). Each seed was represented by one ROI-averaged spectrum obtained from mean representative pixels within a standardised 10 × 10 pixel window at the centre of each seed. A fixed stratified 70:30 seed-level training:test partition was used, with 70 seeds per accession ( n = 2240) reserved for fully independent training and 30 seeds per accession ( n = 960) reserved as a fully independent test set. Principal component analysis (PCA) captured 97.42% of the spectral variance in the first three components (PC1 = 63.34%, PC2 = 23.78%, and PC3 = 10.31%). One-versus-rest wavelength association mapping revealed a maximum R 2 of 0.775 at 461.37 nm, and ReliefF concentrated the strongest reduced-band signal within 449.54-456.30 nm and 577.02-597.54 nm. In the original ReliefF-selected 16-band benchmark, the subspace discriminant reached 68.25% macro-F1 and 68.54% balanced accuracy; after edge-band trimming, the alternative 16-band configuration decreased to 60.67% and 60.94%, respectively. With respect to the full-spectrum sensitivity benchmark, linear discriminant analysis achieved 96.35% balanced accuracy, followed by linear SVM (94.17%). Deep learning trained directly on the full 563-band spectra reached 84.90% test accuracy, 84.47% macro-F1, 86.27% precision and 84.90% recall, with MLP_Wide outperforming the convolutional, recurrent and attention-based alternatives. Overall, under controlled laboratory conditions, this benchmark shows that accession discrimination is driven mainly by visible-domain contrasts in the most compact representations, whereas the full spectral context remains important for the most confusable accessions and for cautious future sensor design. The reduced-band findings should therefore be interpreted as exploratory guidance for sensor design rather than as a validated deployment-ready specification.
Why it matches plant phenotyping methods豆類種子の識別・分類を目的に、ハイパースペクトル画像取得、波長選択、機械学習・深層学習をベンチマークしており、種子形質の計測・抽出手法が中心である。
abstractOverall, under controlled laboratory conditions, this benchmark shows that accession discrimination is driven mainly by visible-domain contrasts
Plant nitrogen content (PNC) is a core physiological parameter characterizing crop nitrogen nutrition status. Its precise and dynamic monitoring is crucial for crop growth diagnosis, optimizing nitrogen fertilizer management, enhancing fertilizer use efficiency, and reducing agricultural nonpoint source pollution. This study utilized multispectral imagery from unmanned aerial vehicles (UAVs) to extract vegetation indices (VIs) and texture feature values (TFVs) during critical growth stages of alfalfa. By combining TFVs to construct texture indices (TIs), variables exhibiting extremely significant correlations with alfalfa PNC ( p R 2 increased by 5.4-19.7%, 1.7-16.4%, and 5.2-17.2% for the branching, budding, and initial flowering stages, respectively. (3) The XG-Boost model demonstrated optimal performance across all growth stages and input variables. Particularly during the budding stage, the VIs + TIs model achieved the highest fitting accuracy: training set R 2 = 0.81, RMSE = 0.15%; validation set R 2 = 0.80, RMSE = 0.12%. In summary, integrating multispectral vegetation indices and texture indices effectively enhances the accuracy of PNC estimation in alfalfa, providing scientific support for precision field management and fertilization decisions in alfalfa cultivation.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像から植物窒素含有量を推定する特徴抽出・モデル構築と検証が研究の中心であり、植物の生理形質を測定するフェノタイピング手法に該当する。
abstractThis study utilized multispectral imagery from unmanned aerial vehicles (UAVs) to extract vegetation indices (VIs) and texture feature values (TFVs) during critical growth stages of alfalfa.
To advance automatic tomato leaf disease detection in precision agriculture, this study addresses critical challenges in complex field environments, such as variable lesion scales, background interference, and deployment constraints. We propose MSP-Net, a task-driven detection framework with targeted architectural refinements integrating three specific optimizations. First, a Multi-Scale Perception Convolution Module (MSPCM) is introduced to capture diverse disease features across early-to-late infection stages. Second, SimAM-enhanced C3k2 layers are utilized to suppress background noise and focus on fine-grained lesion cues. Third, a Multi-Scale Feature Enhancement Module (MSFEM) bridges the semantic gap between shallow and deep features to improve fusion efficacy. Furthermore, we construct a lightweight variant, L-MSP-Net, using architectural migration and structured pruning for edge efficiency. Experimental results on the real-world Tomato-Village dataset show that MSP-Net achieves 92.0% mAP@0.5, outperforming the YOLOv11s baseline by 2.0%. L-MSP-Net attains 86.1% mAP@0.5, improving by 3.6% over the lightweight YOLOv11n baseline while reducing parameters by 10.5%, and is successfully deployed on the RK3588 edge platform. Additional cross-dataset experiments on PASCAL VOC and MS COCO evaluate the transferability of the proposed architectural refinements to generic object detection tasks.
Why it matches plant phenotyping methodsトマト葉の病変・病害状態を画像から検出するネットワークを開発し、データセット間評価とエッジ実装まで行っており、植物病害フェノタイピング手法が中心である。
abstractExperimental results on the real-world Tomato-Village dataset show that MSP-Net achieves 92.0% mAP@0.5
Plants defend against pathogens such as fungi by initiating coordinated structural and chemical responses. Pathogen perception triggers rapid cytosolic calcium influx and calcium oscillations that drive defense gene expression, yet the mechanisms by which these signals encode stressor intensity and propagate systematically remain unclear. Here, we present a microfluidic system to characterize intracellular calcium dynamics in protonemal colonies of the moss Physcomitrium patens (Hedw.) upon precise and reversible exposure to fungal chitin oligosaccharides. Epifluorescent imaging of cells expressing the calcium indicator GCaMP6f revealed a rapid, coordinated calcium response to chitin addition, followed by stereotyped oscillations that subsided quickly upon stimulus removal. We implemented an unbiased image segmentation algorithm using pixel-based k -means clustering to automatically locate regions with specific oscillatory signatures. Calcium dynamics were distinct across adjacent cells, distinguishable by cell type, and significantly modulated by circadian rhythm, adaptation time within the device, and stimulus timing. Cytosolic calcium oscillations, which rose and fell symmetrically within about 60 s, occurred spontaneously during the subjective night and following short adaptation periods. Chitin elicited strong oscillations with increased frequency, amplitude, and duration, and repeated pulses entrained regular, colony-wide oscillations at the stimulation interval. This study complements prior investigations of whole plant and growth tip dynamics and provides a quantitative framework to study calcium signaling in plants, including mechanisms of signal propagation and the role of oscillation frequency on gene expression.
Why it matches plant phenotyping methods植物細胞のカルシウム動態を定量するマイクロ流体・蛍光イメージング系と自動画像セグメンテーションを開発し、植物の生理状態を抽出する方法が研究の中心である。
abstractHere, we present a microfluidic system to characterize intracellular calcium dynamics in protonemal colonies of the moss Physcomitrium patens
Reproduction assets foundThe paper's Data Availability Statement explicitly makes analysis scripts and sample data publicly available on the authors' GitHub repository (albrechtLab/moss_calcium), and the MDPI supplementary materials (plants-15-00582-s001.zip) contain the paper's timelapse calcium-imaging videos and supplementary figures. Raw/全Code · publicData are available upon request. Analysis scripts and sample data are publicly available at https://github.com/albrechtLab/moss_calcium (accessed on 1 January 2026).Open asset ↗albrechtLab/moss_calciumlines:188-251Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Adlay ( Coix lacryma-jobi L.) stands out as a vital health-promoting cereal due to its dual nutritional and medicinal properties; however, it remains significantly underdeveloped compared to major crops. The lack of mechanistic understanding of its caryopsis development and trait formation severely constrains targeted genetic improvement. While transformative technologies, specifically micro-computed tomography (micro-CT) imaging combined with AI-assisted analysis (e.g., Segment Anything Model (SAM)) and multi-omics approaches, have been successfully applied to unravel the structural and physiological complexities of model cereals, their systematic adoption in adlay research remains fragmented. Going beyond a traditional synthesis of these methodologies, this article proposes a novel, multidimensional framework specifically designed for adlay. This forward-looking strategy integrates high-resolution 3D phenotyping with spatial multi-omics data to bridge the gap between macroscopic caryopsis architecture and microscopic metabolic accumulation. By offering a precise digital solution to elucidate adlay's unique developmental mechanisms, the proposed framework aims to accelerate precision breeding and advance the scientific modernization of this promising underutilized crop.
Why it matches plant phenotyping methods穀粒の3DフェノタイピングとAI画像解析を中核に据えた、方法論的な枠組みを提案するレビュー/展望論文である。
abstractThis forward-looking strategy integrates high-resolution 3D phenotyping with spatial multi-omics data
Pine wilt disease (PWD), caused by the pine wood nematode (PWN) Bursaphelenchus xylophilus , is a globally destructive threat to coniferous forests, causing severe ecological and economic losses. Conventional resistance breeding is critically hampered by long life cycles of trees and field evaluation challenges. To address these limitations, we developed a three-tier biotechnology pipeline with a dual-output goal (generating both resistant germplasm and mechanistic insights) designed to bridge the in vitro-field gap. This strategy is founded upon the resolution of a longstanding pathogenesis debate, which established aseptic PWNs as a standardized research tool. The pipeline integrates high-throughput in vitro cellular screening (Tier 1), whole-plant validation via organogenesis (Tier 2), and scaled production coupled with mechanistic investigation through somatic embryogenesis (Tier 3). Tier 1 enables rapid phenotypic screening, Tier 2 validates resistance in whole plants, and Tier 3 facilitates mass production and in-depth study. It operates as a closed-loop, knowledge-driven system, simultaneously accelerating PWN-resistant germplasm development and empowering molecular mechanism discovery. Validated across Pinus massoniana and P. densiflora , this work provides a concrete, community-usable model system that directly addresses a core methodological bottleneck in forest pathology. This strategy effectively bridges the in vitro-field gap, offering a replicable model for perennial crop breeding and contributing to resilient forest management.
Why it matches plant phenotyping methodsマツ萎凋病抵抗性を評価する三層型の高速スクリーニング・全植物検証パイプライン自体が中心であり、植物の抵抗性表現型の取得と検証を技術的に扱っている。
abstractwe developed a three-tier biotechnology pipeline with a dual-output goal
Multispectral / hyperspectralFlowerObject detectionStress response / tolerancePlant / canopy temperature
Hyperspectral imaging (HSI) is a noncontact camera-based technique that enables deep learning models to learn various plant conditions by detecting light reflectance under illumination. In this study, we investigated the effects of four light sources-halogen (HAL), incandescent (INC), fluorescent (FLU), and light-emitting diodes (LED)-on the quality of spectral images and the vase life (VL) of cut roses, which are vulnerable to abiotic stresses. Cut roses 'All For Love' and 'White Beauty' were used to compare cultivar-specific visible reflectance characteristics associated with contrasting petal pigmentation. HSI was performed at four time points, yielding 640 images per light source from 40 cut roses. The results revealed that the light source strongly affected both the image quality (mAP@0.5 60-80%) and VL (0-3 d) of cut roses. The HAL lamp produced high-quality spectral images across wavelengths (WL) ranging from 480 to 900 nm and yielded the highest object detection performance (ODP), reaching mAP@0.5 of 85% in 'All For Love' and 83% in 'White Beauty' with the YOLOv11x models. However, it increased petal temperature by 2.7-3 °C, thereby stimulating leaf transpiration and consequently shortening the VL of the flowers by 1-2.5 d. In contrast, INC produced unclear images with low spectral signals throughout the WL and consequently resulted in lower ODP, with mAP@0.5 of 74% and 69% in 'All For Love' and 'White Beauty', respectively. The INC only slightly increased petal temperature (1.2-1.3 °C) and shortened the VL by 1 d in the both cultivars. Although FLU and LED had only minor effects on petal temperature and VL, these illuminations generated transient spectral peaks in the WL range of 480-620 nm, resulting in decreased ODP (mAP@0.5 60-75%). Our results revealed that HAL provided reliable, high-quality spectral image data and high object detection accuracy, but simultaneously had negative effects on flower quality. Our findings suggest an alternative two-phase approach for illumination applications that uses HAL during the initial exploration of spectra corresponding to specific symptoms of interest, followed by LED for routine plant monitoring. Optimizing illumination in HSI will improve the accuracy of deep learning-based prediction and thereby contribute to the development of an automated quality sorting system that is urgently required in the cut flower industry.
Why it matches plant phenotyping methods切り花の状態評価に用いるHSIについて、照明条件が画像品質と検出精度に及ぼす影響を比較・検証し、実運用向けの照明戦略を提案しているため、植物フェノタイピング手法が中心である。
abstractwe investigated the effects of four light sources-halogen (HAL), incandescent (INC), fluorescent (FLU), and light-emitting diodes (LED)-on the quality of spectral images and the vase life (VL) of cut roses
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicSupplementary Table S1: SNR of hyperspectral images acquired under different illumination sources in two cut rose cultivars (‘All For Love’ and ‘White Beauty’); Figure S1: Effect of light sources on hyperspectral image (HSi) quality in cut roses ‘All For Love’ and ‘White Beauty’.Open asset ↗lines:64-174Plant phenotyping relevance match · UnverifiedEurope PMC · checked 5 Sept 2026
Aiming at the problem that the current traditional apple yield estimation methods rely on manual investigation and do not make full use of multi-source information, this paper proposes an apple orchard yield prediction framework combining multispectral remote sensing features and ground features. The framework is oriented to the demand of yield prediction at different scales. It can not only realize the prediction of apple yield at the district and county scales, but also modify the prediction results of small-scale orchards based on the acquisition of orchard features. The framework consists of three parts, namely, apple orchard planting area extraction, district and county large-scale yield prediction and small-scale orchard yield prediction correction. (1) During apple orchard planting area extraction, the samples of some apple planting areas in the study area were obtained through field investigation, and the orchard and non-orchard areas were classified and discriminated, providing a spatial basis for the collection of subsequent yield prediction-related data. (2) In the large-scale yield prediction of districts and counties, based on the obtained orchard-planting areas, the corresponding multispectral remote sensing features and environmental features were obtained using Google Earth engine platform. In order to avoid the noise interference caused by local pixel differences, the obtained data were median synthesized, and the feature set was constructed by combining the yield and other information. On this basis, the feature set was divided and sent to Apple Orchard Yield Prediction Network (APYieldNet) for training and testing, and the district and county large-scale yield prediction model was obtained. (3) During the part of small-scale orchard yield prediction correction, the optimal model for large-scale yield prediction at the district and county levels is utilized to forecast the yield of the entire planting area and the internal local sampling areas of the small-scale orchard. Within the local sampling areas, the number of fruits is identified through the YOLO-A model, and the actual yield is estimated based on the empirical single fruit weight as a ground feature, which is used to calculate the correction factor. Finally, the proportional correction method is employed to correct the error in the prediction results of the entire small-scale orchard area, thus obtaining a more accurate yield prediction for the small-scale orchard. The experiment showed that (1) the yield prediction model APYieldNet (MAE = 152.68 kg/mu, RMSE = 203.92 kg/mu) proposed in this paper achieved better results than other methods; (2) the proposed YOLO-A model achieves superior detection performance for apple fruits and flowers in complex orchard environments compared to existing methods; (3) in this paper, through the method of proportional correction, the prediction results of APYieldNet for small-scale orchard are closer to the real yield.
Why it matches plant phenotyping methodsマルチスペクトル情報、地上特徴、果実検出を統合してリンゴ収量を推定する技術的フレームワークが研究の中心であり、単なる農業実験のルーチン測定ではない。
abstractthis paper proposes an apple orchard yield prediction framework combining multispectral remote sensing features and ground features
Sap flow serves as the primary carrier for water, nutrients, and signaling molecules, playing a crucial role in fruit development by delivering these essential constituents to the fruit. While the efflux of sap from fruit to other organs (termed reverse sap flow) has been observed in plants, its underlying mechanisms remain unclear due to a lack of effective methodologies for comprehensive studies. Here, we pioneered the integration of real-time sap flow measurements from novel plant-wearable sensors with synchronized environmental monitoring, establishing a multimodal data framework to systematically decode the endogenous causes and exogenous triggers of reverse sap flow in watermelon plants. Our experimental results reveal that plant water supply-consumption imbalance is the core endogenous cause of reverse sap flow, which is induced by two external triggers in the natural environment: rapid light intensity surges and soil drought. Furthermore, a long-term drought stress experiment illustrates that reverse sap flow from the fruit enhances the drought resistance of plants by adjusting water redistribution within the whole plant. This study challenges the unitary view of fruit solely as a "sink" in the traditional source-sink theory, further refines the understanding of the source-sink paradigm, and provides a novel mechanism and insight for plant drought tolerance strategies.
Why it matches plant phenotyping methods新規の植物ウェアラブルセンサーによるリアルタイム樹液流計測と環境モニタリングの統合が研究の中心で、植物の水輸送状態という生理形質を取得・解析している。
abstractlack of effective methodologies for comprehensive studies
Grapevine water relations are increasingly influenced by drought under climate change, with significant implications for yield, fruit composition and wine quality. Stable isotopes of hydrogen, oxygen, carbon and nitrogen (δ 2 H, δ 18 O, δ 13 C and δ 15 N) provide sensitive tracers of plant water sources and physiological responses to stress. Here, we combined dual water isotopes (δ 2 H, δ 18 O), carbon and nitrogen isotopes (δ 13 C, δ 15 N), and high-resolution micrometeorological/soil observations to diagnose drought dynamics in Vitis vinifera cv. Sauvignon blanc (Orlești, Romania; 2023-2024). Dual-isotope relationships delineated progressive evaporative enrichment along the soil-plant-atmosphere continuum, with slopes LMWL ≈ 6.41 > stem ≈ 5.0 > leaf ≈ 2.2, consistent with kinetic fractionation during transpiration (leaf) superimposed on source-water signals (stem). Weekly leaf δ 18 O covaried strongly with relative humidity (RH; r = -0.69) and evapotranspiration (ET; r = +0.56), confirming atmospheric control of short-term enrichment, while stem isotopes showed buffered responses to soil water. We integrated Δ 18 O (leaf-stem), RH, ET, and soil matric potential at 60 cm (Soil 60 ) into an Isotopic Drought Index (IDI), which captured the onset, intensity, and persistence of the July-August 2024 drought (IDI 0-100 > 90; RH 40 mm wk -1 , Soil 60 > 100 cb). Carbon and nitrogen isotopes provided complementary, integrative diagnostics: δ 13 C increased (less negative) with drought (r = -0.52 with RH; +0.49 with IDI), reflecting higher intrinsic water-use efficiency, whereas δ 15 N rose with soil dryness and IDI (leaf: r ≈ +0.48 with Soil 60 ; +0.42 with IDI), indicating constraints on N acquisition and enhanced internal remobilization. Together, multi-isotope and environmental data yield a mechanistic, field-validated framework linking atmospheric demand and edaphic limitation to vine physiological and biogeochemical responses and demonstrate the operational value of an isotope-informed drought index for precision viticulture.
Why it matches plant phenotyping methods複数同位体と環境データからブドウの水分状態・干ばつ応答を推定するIsotopic Drought Indexを構築し、圃場で検証した研究であり、植物の生理状態取得手法が中心である。
abstractWe integrated Δ 18 O (leaf-stem), RH, ET, and soil matric potential at 60 cm (Soil 60 ) into an Isotopic Drought Index (IDI), which captured the onset, intensity, and persistence of the July-August 2024 drought
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicTable S1: Isotopic data of leaf and stem of Vitis vinifera cv. Sauvignon Blanc blanc from Orlești-Vâlcea (Romania), during 2023-2024 vintage; Table S2: Meteorological and soil measurements (Romania), during the sampling campaign (Orlești – Vâlcea, Romania; 2023-2024 vintage)Open asset ↗lines:149-204Plant phenotyping relevance match · UnverifiedEurope PMC · checked 6 Sept 2026
Apple fruit quality is primarily determined by Vitamin C (VC), Soluble Saccharides (SSs), Titratable Acid (TA), and the Soluble Saccharides/Titratable Acid (SSs/TA). This study aims to establish a prediction model based on the Back Propagation (BP) neural network by analyzing the intrinsic relationships between these quality indicators and the photosynthetic physiological characteristics of fruit trees, providing a new method for the precise prediction and regulation of fruit quality. Using 'Fuji' apple as the material, fruit quality indicators, leaf photosynthetic parameters, canopy structure indicators, and carbon-water-nitrogen metabolism indicators were systematically measured. Correlation analysis was employed to identify key influencing factors, BP neural network models with different hidden layer structures were constructed, and the optimal feature subset was screened through feature importance analysis, single-factor sensitivity analysis, and ablation experiments, ultimately establishing a simplified and efficient prediction model. Pn, Gs, SPCI, and DUE showed significant positive correlations with VC, SS, and SS/TA, whereas N and NLT were significantly positively correlated with TA content. SUE was identified as a common core driving factor for VC, SS, and SS/TA. The BP neural network demonstrated strong predictive performance for the four quality indicators, with the optimal model achieving validation set R 2 values of 0.87, 0.86, 0.86, and 0.89, respectively. The simplified model developed through feature screening exhibited further improved performance: the validation set R 2 for the VC prediction model increased to 0.93, while MAE and MAPE decreased by 32% and 35%, respectively. Photosynthetic characteristics and nitrogen metabolism status of the fruit trees serve as key physiological foundations determining apple quality. The quality prediction model based on the BP neural network achieved high accuracy, and its predictive performance was significantly enhanced after feature refinement, providing an effective tool for precise apple quality prediction and smart orchard management.
Why it matches plant phenotyping methodsリンゴ果実品質という植物形質を対象に、BPニューラルネットワーク、特徴量選択、感度分析、アブレーション実験を組み合わせた予測手法を開発・検証しており、形質推定法が研究の中心である。
abstractThis study aims to establish a prediction model based on the Back Propagation (BP) neural network
This article presents the results of a comprehensive study aimed at developing automated diagnostic methods for identifying spring wheat phytopathologies using hyperspectral imaging (HSI). The research aimed to create an effective plant disease detection system, including at the early stages, which is critically important for ensuring food security in regions where wheat plays a key role in the agro-industrial sector. The study analyses the spectral characteristics of major wheat diseases, including powdery mildew, fusarium head blight, septoria glume blotch, root rots, various types of leaf spots, brown rust, and loose smut. Healthy plants differ from diseased ones in that they show a mostly uniform tone without distinct spots or patches on hyperspectral images, and their spectra have a consistent shape without sharp fluctuations. In contrast, disease spectra, differ sharply from those of healthy areas and can take diverse forms. Wheat diseases with a light coating (powdery mildew, fusarium head blight) exhibit high reflectance; chlorosis in the early stages of diseases (rust, leaf spot, septoria leaf blotch) exhibits curves with medium reflectance, and diseases with dark colouration (loose smut, root rot) have low reflectance values. These differences in reflectance among fungal diseases are caused by pigments produced by the pathogens, which either strongly absorb light or reflect most of it. The presence or absence of pigment production is determined by adaptive mechanisms. Based on these patterns in the spectral characteristics and optical properties of the diseases, a classification model was developed with 94% overall accuracy. Random Forest proved to be the most effective method for the automated detection of wheat phytopathogens using hyperspectral data. The practical significance of this research lies in the potential integration of the developed phytopathology detection approach into precision agriculture systems and the use of UAV platforms, enabling rapid large-scale crop monitoring for the timely detection. The study's results confirm the promising potential of combining hyperspectral technologies and machine learning methods for monitoring the phytosanitary condition of crops. Our findings contribute to the advancement of digital agriculture and are particularly valuable for the agro-industrial sector of Central Asia, where adopting precision farming technologies is a strategic priority given the climatic risks and export-oriented nature of grain production.
Why it matches plant phenotyping methods小麦病害の症状をハイパースペクトル画像から検出・分類する手法の開発が研究の中心であり、機械学習モデルの精度評価も行っている。
abstractdeveloping automated diagnostic methods for identifying spring wheat phytopathologies using hyperspectral imaging (HSI)
Leaf area index (LAI) is a critical indicator of canopy architecture and physiological performance, serving as a key parameter for crop growth monitoring and management. Although UAV multispectral imagery provides rich spectral and spatial information, the limitations of single texture features for LAI estimation still require further exploration. To address this issue, this study developed a multi-source feature fusion framework that integrates vegetation indices (VIs), texture features (TFs), and texture indices (TIs) within a stacked ensemble approach combining Partial Least Squares Regression (PLSR) with Support Vector Machine (SVM), Random Forest (RF), and Gradient Boosting Decision Tree (GBDT) algorithms to estimate maize LAI.A field experiment was conducted under three planting densities (42,000, 63,000, and 84,000 plants ha -1 ) and four nitrogen rates (0, 80, 160, 240 kg N ha -1 ) to assess the potential of UAV-based multispectral imagery for maize LAI estimation. The results show that when using partial least squares regression (PLSR) combined with RF, SVM and GBDT to estimate maize LAI, the R 2 values are 0.653, 0.697 and 0.634, and the RMSE is 0.650, 0.608 and 0.668, respectively, when only vegetation indices (VIs) is used as input. After texture features (TFs) incorporation, the R 2 increases to 0.717, 0.794, and 0.801, and the RMSE decreases to 0.587, 0.500, and 0.492. Further inclusion of the texture indices (TIs) raises the R 2 to 0.789, 0.804, and 0.844, with RMSE of 0.506, 0.489, and 0.436, respectively. Independent test set validation under contrasting conditions confirmed that our multi-model fusion framework (PLSR+GBDT) with multi-source feature fusion (VIs+TFs+TIs) effectively estimated LAI, achieving an R 2 of 0.859 and 0.794. These results demonstrate that multi-source feature integration via machine learning enables robust and accurate estimation of maize LAI, providing a valuable tool for precision agriculture and crop growth monitoring.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像と機械学習によるトウモロコシLAI推定手法を開発・検証しており、植物形態・生理状態の定量的推定が研究の中心である。
abstractthis study developed a multi-source feature fusion framework that integrates vegetation indices (VIs), texture features (TFs), and texture indices (TIs) within a stacked ensemble approach
Vegetation indices (VIs) are a widely adopted and straightforward tool for non-contact estimation of chlorophyll and carotenoid content in plant leaves. However, VI-based method accuracy depends critically on instrument configuration and calibration procedures. This study aimed to evaluate the sensitivity of VI-based pigment assessment to variations in spectral channel parameters (central wavelength and bandwidth) as well as to changes in calibration details defined by the specific VI formula. Pigment content was measured in leaves of Lactuca sativa L. and Cucumis sativus L. at contrasting developmental stages using VI-based reflection spectroscopy across the 450-950 nm spectral range with various protocols and spectrophotometry as the reference method. VI values were calculated with varying central wavelength and widths of spectral bands, and across different VI formulas. Comparative analysis of the obtained measurements revealed that even minor shifts in central wavelengths of less than 20 nm or the use of an alternative index formula could lead to relative errors of 42-77% in the estimation of chlorophylls and carotenoids content, while changes in bandwidth had a much smaller impact, resulting in only 2-5% relative errors. Even with identical parameters of spectral channels, the choice of an appropriate VI and its regression model could introduce significant errors, ranging from 36% to 86%. These findings highlight the critical role of instrument specifications and calibration models in the VIs-based method accuracy and stability, as measurement errors can lead to suboptimal agronomic decisions. Moreover, our study underscores that comparing results from different sensors or platforms can be unreliable unless the channel parameters and calibration details are clearly specified. Therefore, standardization and transparency in VIs assignment is vital to ensure reproducibility and cross-compatibility in non-destructive pigment monitoring by using various devices.
Why it matches plant phenotyping methods葉の色素量を推定する反射分光・植生指数法について、波長帯、帯域幅、校正モデルによる精度と再現性を体系的に評価しており、植物表現型取得法の技術検証が中心です。
abstractThis study aimed to evaluate the sensitivity of VI-based pigment assessment to variations in spectral channel parameters (central wavelength and bandwidth) as well as to changes in calibration details defined by the specific VI formula.
White lupin improvement is challenged by the need to select for low seed content of total quinolizidine alkaloids (QAs) when crossing low-alkaloid (sweet-seed) with bitter-seed (landrace) material. This study, which focused on 45 international landraces and 142 broadly sweet-seed breeding lines, aimed at (a) assessing the ability of Near-Infrared Spectroscopy (NIRS) to distinguish broadly sweet-seed from bitter-seed material and, possibly, lines with particularly low QA content within broadly sweet-seed material; and (b) comparing landrace and breeding material in terms of the composition and amount of QA compounds. QA content was analyzed using a gas chromatography-mass spectrometry method. NIRS analyses were performed either on whole-seed samples or ground samples. The range of variation for total QA was 95-990 mg/kg among breeding lines and 14,041-37,321 among landraces. NIRS was able to discriminate broadly sweet-seed from bitter-seed material when using flour samples, non-destructive 10-seed samples, and even individual whole seeds (with <1% misclassification). It was unable to identify material with particularly low QA content. Landrace and breeding line germplasm differed in the proportions of individual QAs. Patterns of geographical variation for total QA content of landraces were identified. Our results can contribute to define an efficient NIRS-based pipeline to select for low total QA content.
Why it matches plant phenotyping methodsNIRSを用いて種子中アルカロイド含量に基づく低アルカロイド系統を識別する手法を評価・検証しており、植物形質の取得方法が研究の中心である。
abstractaimed at (a) assessing the ability of Near-Infrared Spectroscopy (NIRS) to distinguish broadly sweet-seed from bitter-seed material
Viral infections represent a critical threat to cultivated plant species. In papaya cultivation, two viral diseases-papaya mosaic (caused by papaya ringspot virus type P-PRSV-P) and papaya sticky disease (caused by a virus complex of papaya meleira virus-PMeV, and papaya meleira virus-PMeV2)-are prevalent and capable of devastating entire plantations, incurring substantial economic losses. Current diagnostic practices rely on visual identification of symptoms and elimination of infected plants (roguing). Monitoring photosynthetic efficiency in orchards prone to PRSV-P and PMeV2 coinfection may allow early intervention, mitigating productivity losses and reducing fruit quality. This study aimed to evaluate chlorophyll a fluorescence as a biomarker for photosynthetic impairment and symptom severity in papaya infected with PRSV-P and/or PMeV2 and to explore the feasibility of early detection of the infection by these dual pathogens, as an exploratory study under field conditions. Chlorophyll a fluorescence revealed details about the physiology of plants coinfected with the complex of PMeV2 and PRSV-P: the electron motive force within PSII decreases in infected plants and in those without visual symptoms of infection, being proportional to the age and developmental stage of the plants. A slowdown in the multiple electron transfer turnover of PSII and a decrease in the efficiency of the redox reactions of photosystem I were observed in plants with or without visual detection of infection. The evidence generated suggests that the chlorophyll a fluorescence technique can be used to monitor the pathophysiological state of plants under biotic stress.
Why it matches plant phenotyping methods植物の光合成機能と感染症状の早期検出を目的に、クロロフィルa蛍光を植物状態の測定・評価手法として中心的に検討しているため。
abstractThis study aimed to evaluate chlorophyll a fluorescence as a biomarker for photosynthetic impairment and symptom severity in papaya infected with PRSV-P and/or PMeV2 and to explore the feasibility of early detection of the infection by these dual pathogens, as an exploratory study under field conditions.
Tomato is a key economic crop whose yield and quality depend heavily on the early and accurate detection of leaf diseases. Conventional diagnosis based on manual observation is labor-intensive and prone to subjective bias. To overcome the limitations of disease detection under complex environmental conditions, this study presents an enhanced YOLO11n-based detection framework for tomato leaf diseases. The proposed model integrates an EfficientMSF module in the backbone to strengthen multi-scale feature extraction, introduces a C2CU module to enhance global contextual representation, and employs a CAFMFusion module to achieve efficient fusion of local and global features. Experiments were conducted on a self-constructed dataset containing nine tomato leaf categories, including eight disease types and healthy samples. The proposed approach achieves an average Recall of 71.0%, mAP@0.5 of 76.5%, and mAP@0.5-0.95 of 60.5%, outperforming the baseline YOLO11n by 3.4%, 1.3%, and 2.0%, respectively. In particular, for the challenging Leaf Mold class, mAP@0.5 improved by 3.4%. These results demonstrate that the proposed method possesses strong robustness and practical applicability in complex field conditions, offering an effective solution for intelligent tomato disease monitoring and precision agricultural management.
Why it matches plant phenotyping methodsトマト葉の病徴・病害状態を画像から検出する深層学習法を開発し、データセット上で性能比較・検証しているため、植物フェノタイピング手法が中心である。
abstractthis study presents an enhanced YOLO11n-based detection framework for tomato leaf diseases.
Quercetin, a key flavonoid in Anoectochilus roxburghii (Wall.) Lindl., plays an important role in determining the pharmacological value of this medicinal herb. However, traditional methods for quercetin quantification are destructive and time-consuming, limiting their application in real-time quality monitoring. This study investigates the hyperspectral response characteristics of quercetin using near-infrared hyperspectral imaging and establishes a feature-based model to explore its detectability in A. roxburghii leaves. We scanned standard quercetin solutions of known concentration under the same imaging conditions as the leaves to produce a dilution series. Feature-selection methods used included the successive projections algorithm (SPA), Pearson correlation, and competitive adaptive reweighted sampling (CARS). A 1D convolutional neural network (1D-CNN) trained on SPA-selected wavelengths yielded the best prediction performance. These key wavelengths-particularly the 923 nm band-showed strong theoretical and statistical relevance to quercetin's molecular absorption. When applied to plant leaf spectra, the standard-trained model produced continuous predicted quercetin values that effectively distinguished cultivars with varying flavonoid contents. PCA visualization and ROC-based classification confirmed spectral transferability and potential for functional evaluation. This study demonstrates a non-destructive, spatially resolved, and biochemically interpretable strategy for identifying bioactive markers in plant tissues, offering a methodological basis for future hyperspectral inversion studies and intelligent quality assessment in herbal medicine.
Why it matches plant phenotyping methods植物葉中のクエルセチン量を非破壊・空間分解的に推定するハイパースペクトル画像解析法と1D-CNNモデルを開発・適用しており、植物化学的形質の取得手法が中心である。
abstractThis study investigates the hyperspectral response characteristics of quercetin using near-infrared hyperspectral imaging and establishes a feature-based model to explore its detectability in A. roxburghii leaves.
Accurate detection and counting of wheat spikes are crucial for yield estimation and variety selection in precision agriculture. However, challenges such as complex field environments, morphological variations, and small target sizes hinder the performance of existing models in real-world applications. This study proposes FEWheat-YOLO, a lightweight and efficient detection framework optimized for deployment on agricultural edge devices. The architecture integrates four key modules: (1) FEMANet, a mixed aggregation feature enhancement network with Efficient Multi-scale Attention (EMA) for improved small-target representation; (2) BiAFA-FPN, a bidirectional asymmetric feature pyramid network for efficient multi-scale feature fusion; (3) ADown, an adaptive downsampling module that preserves structural details during resolution reduction; and (4) GSCDHead, a grouped shared convolution detection head for reduced parameters and computational cost. Evaluated on a hybrid dataset combining GWHD2021 and a self-collected field dataset, FEWheat-YOLO achieved a COCO-style AP of 51.11%, AP@50 of 89.8%, and AP scores of 18.1%, 50.5%, and 61.2% for small, medium, and large targets, respectively, with an average recall (AR) of 58.1%. In wheat spike counting tasks, the model achieved an R 2 of 0.941, MAE of 3.46, and RMSE of 6.25, demonstrating high counting accuracy and robustness. The proposed model requires only 0.67 M parameters, 5.3 GFLOPs, and 1.6 MB of storage, while achieving an inference speed of 54 FPS. Compared to YOLOv11n, FEWheat-YOLO improved AP@50, AP_s, AP_m, AP_l, and AR by 0.53%, 0.7%, 0.7%, 0.4%, and 0.3%, respectively, while reducing parameters by 74%, computation by 15.9%, and model size by 69.2%. These results indicate that FEWheat-YOLO provides an effective balance between detection accuracy, counting performance, and model efficiency, offering strong potential for real-time agricultural applications on resource-limited platforms.
Why it matches plant phenotyping methodsコムギ穂の検出・計数という植物器官形質の画像ベース推定手法を開発し、データセット上で精度・計算効率・堅牢性を評価しているため、植物フェノタイピング手法が中心である。
abstractThis study proposes FEWheat-YOLO, a lightweight and efficient detection framework optimized for deployment on agricultural edge devices.
Reproduction assets foundThe paper uses the public GWHD2021 wheat spike detection dataset (available on Kaggle) as part of its hybrid dataset, with an explicit availability statement and URL. The self-collected Xinjiang field dataset is private and available only on request. No author analysis code, trained model checkpoints, or other paper-特定Dataset · publiciting, W.W., S.L. and Y.L.; supervision, J.C.; project administration, X.Z.; funding acquisition, X.Z. All authors have read and agreed to the published version of the manuscript.
Data Availability Statement
The public part of the dataset used in this study is available from the Global Wheat Head Detection (GWHD2021) dataset at https://www.kaggle.com/competitions/global-wheat-detection , accessed on 30 September 2025. The remaining part of the dataset is private and cannot be shared due to institutional or privacy restrictions. Requests for access to the private dataset may be directed to the corresponding author.
Conflicts of Interest
The authors declare no conflicts of interest. The funderOpen asset ↗GWHD2021lines:854-929Plant phenotyping relevance match · UnverifiedEurope PMC · checked 6 Sept 2026
As climate extremes increasingly threaten global food security, precision tools for early detection of crop stress have become vital, particularly for root crops such as potato ( Solanum tuberosum L.) and sweet potato ( Ipomoea batatas L. Lam.), which are especially susceptible to environmental stressors throughout their life cycles. In this study, plants were monitored from the initial onset of seasonal stressors, including spring drought, heat, and episodes of excessive rainfall, through to harvest, capturing the full range of physiological and biochemical responses under seasonal, simulated conditions in greenhouses. The spectral data were obtained from regions of interest (ROIs) of each cultivar's leaves, with over 3000 data points extracted per cultivar; these data were subsequently used for model development. A comprehensive classification framework was established by employing machine learning models, Support Vector Machine (SVM), Linear Discriminant Analysis (LDA), and Partial Least Squares-Discriminant Analysis (PLS-DA), to detect stress across various growth stages. Furthermore, severity levels were objectively defined using photoreflectance indices and principal component analysis (PCA) data visualizations, which enabled consistent and reliable classification of stress responses in both individual cultivars and combined datasets. All models achieved high classification accuracy (90-98%) on independent test sets. The application of the Successive Projections Algorithm (SPA) for variable selection significantly reduced the number of wavelengths required for robust stress classification, with SPA-PLS-DA models maintaining high accuracy (90-96%) using only a subset of informative bands. Furthermore, SPA-PLS-DA-based chemical imaging enabled spatial mapping of stress severity within plant tissues, providing early, non-invasive insights into physiological and biochemical status. These findings highlight the potential of integrating hyperspectral imaging and machine learning for precise, real-time crop monitoring, thereby contributing to sustainable agricultural management and reduced yield losses.
Why it matches plant phenotyping methods植物葉のハイパースペクトル画像からストレス状態・重症度を抽出し、機械学習で分類・空間マッピングする方法が研究の中心であり、独立テストによる性能評価も行っている。
abstractA comprehensive classification framework was established by employing machine learning models, Support Vector Machine (SVM), Linear Discriminant Analysis (LDA), and Partial Least Squares-Discriminant Analysis (PLS-DA), to detect stress across various growth stages.
Stomata play a crucial role in plant immune responses, with their morphological characteristics closely linked to disease resistance. Accurate detection and analysis of stomatal phenotypic parameters are essential for soybean disease resistance research and variety breeding. However, traditional stoma detection methods are challenged by complex backgrounds and leaf vein structures in soybean images. To address these issues, we proposed a Soybean Stoma-YOLO (You Only Look Once) model (SS-YOLO) by incorporating large separable kernel attention (LSKA) in the Spatial Pyramid Pooling-Fast (SPPF) module of YOLOv8 and Deformable Large Kernel Attention (DLKA) in the Neck part. These architectural modifications enhanced YOLOV8's ability to extract multi-scale and irregular stomatal features, thus improving detection accuracy. Experimental results showed that SS-YOLO achieved a detection accuracy of 98.7%. SS-YOLO can effectively extract the stomatal features (e.g., length, width, area, and orientation) and calculate related indices (e.g., density, area ratio, variance, and distribution). Across different soybean rust disease stages, the variety Dandou21 (DD21) exhibited less variation in length, width, area, and orientation compared with Fudou9 (FD9) and Huaixian5 (HX5). Furthermore, DD21 demonstrated greater uniformity in stomatal distribution (SEve: 1.02-1.08) and a stable stomatal area ratio (0.06-0.09). The analysis results indicate that DD21 maintained stable stomatal morphology with rust disease resistance. This study demonstrates that SS-YOLO significantly improved stoma detection and provided valuable insights into the relationship between stomatal characteristics and soybean disease resistance, offering a novel approach for breeding and plant disease resistance research.
Why it matches plant phenotyping methods大豆葉画像から気孔を検出し、形態・分布などの植物形質を抽出するYOLO手法を開発しており、表現型取得が研究の中心である。
abstractwe proposed a Soybean Stoma-YOLO (You Only Look Once) model (SS-YOLO)
Efficient and non-destructive extraction of organ-level phenotypic parameters of sesame ( Sesamum indicum L.) plants is a key bottleneck in current sesame phenotyping research. To address this issue, this study proposes a method for organ segmentation and phenotypic parameter extraction based on CAVF-PointNet++ and geometric clustering. First, this method constructs a high-precision 3D point cloud using multi-view RGB image sequences. Based on the PointNet++ model, a CAVF-PointNet++ model is designed to perform feature learning on point cloud data and realize the automatic segmentation of stems, petioles, and leaves. Meanwhile, different leaves are segmented using curvature-density clustering technology. Based on the results of segmentation, this study extracted a total of six organ-level phenotypic parameters, including plant height, stem diameter, leaf length, leaf width, leaf angle, and leaf area. The experimental results show that in the segmentation tasks of stems, petioles, and leaves, the overall accuracy of CAVF-PointNet++ reaches 96.93%, and the mean intersection over union is 82.56%, which are 1.72% and 3.64% higher than those of PointNet++, demonstrating excellent segmentation performance. Compared with the results of manual segmentation of different leaves, the proposed clustering method achieves high levels in terms of precision, recall, and F1-score, and the segmentation results are highly consistent. In terms of phenotypic parameter measurement, the coefficients of determination between manual measurement values and algorithmic measurement values are 0.984, 0.926, 0.962, 0.942, 0.914, and 0.984 in sequence, with root-mean-square errors of 5.9 cm, 1.24 mm, 1.9 cm, 1.2 cm, 3.5°, and 6.22 cm 2 , respectively. The measurement results of the proposed method show a strong correlation with the actual values, providing strong technical support for sesame phenotyping research and precision agriculture. It is expected to provide reference and support for the automated 3D phenotypic analysis of other crops in the future.
Why it matches plant phenotyping methods3D画像・点群分割と幾何クラスタリングにより、ゴマの器官分割および6種類の表現型形質抽出法を開発し、手動測定との精度検証も行っているため、方法が中心的である。
abstractthis study proposes a method for organ segmentation and phenotypic parameter extraction based on CAVF-PointNet++ and geometric clustering.
When estimating above-ground biomass (AGB) across multiple growth stages, vegetation indices (VIs) have limitations due to saturation under dense canopies and poor sensitivity to vertically growing organs (e.g., panicles). Discrete wavelet transform (DWT) can extract multi-directional, multi-frequency texture features reflecting canopy structure changes, but its application in crop biomass monitoring is underexplored. Therefore, to evaluate whether DWT-based textures can be used to estimate AGB across multiple growth stages and whether combining VIs can improve estimation accuracy, two-year field experiments involving four rice varieties and five nitrogen treatments were conducted. UAV multispectral images were acquired during the critical growth stages, from which Vis and wavelet textures (WTs) were extracted, and novel wavelet texture indices (WTIs) were constructed. Correlation analysis guided feature selection, and simple regression, multiple linear regression, and Optuna-optimized random forest were employed to develop rice AGB estimation models. The results indicated: (1) Compared to a single WT, the WTIs exhibited higher correlation with rice AGB across different growth stages. (2) Among the three models, the RF model performed best. Specifically, using only VIs to estimate AGB during pre-heading yielded relatively higher accuracy (R 2 = 0.713), while using WTIs to estimate AGB during post-heading and all-stage yielded higher accuracy (R 2 = 0.709 and 0.668). (3) Combining WTIs with VIs significantly improves the prediction accuracy of AGB at different growth stages (R 2 = 0.782, 0.769, and 0.732; RMSE = 114.655, 161.779, and 223.654 g/m 2 ), with R 2 improving by 10-15% and RMSE decreasing by 13-17% compared to the VIs. The study demonstrates that DWT-based textures can effectively assist in the high-precision estimation of rice AGB. Moreover, integrating WTIs with VIs enables accurate and stable prediction of rice AGB under different management practices and varieties, providing an economical and efficient method for estimating rice AGB.
Why it matches plant phenotyping methodsUAV画像からウェーブレットテクスチャと植生指数を抽出し、イネの地上部バイオマス推定手法を開発・比較・検証しており、表現型取得と推定が研究の中心である。
abstractTherefore, to evaluate whether DWT-based textures can be used to estimate AGB across multiple growth stages and whether combining VIs can improve estimation accuracy
In the plant kingdom, stress can significantly impact physiological and metabolic processes, leading to growth inhibition, developmental abnormalities, and even mortality. Current detection methods primarily focus on changes in gene expression or observable disease symptoms. However, these approaches are often resource-intensive, costly, and procedurally complex. To overcome these challenges, this study introduces an innovative molecular communication framework for plant stress monitoring. In this framework, plants that release biogenic volatile organic compounds serve as transmitters, receiving plants act as receivers, and the air serves as the propagation channel. The primary objective is to develop a real-time stress detection method by modulating stress types into distinct profiles of biogenic volatile organic compounds. These profiles are transmitted as chemical signals and are demodulated at the receiver. We analyzed the effects of distance, wind speed, and other factors on compound dispersion in the channel, validating the system through simulations and a molecular communication testbed. This research provides an innovative technical approach for real-time plant stress monitoring while establishing a theoretical foundation for enhancing crop management efficiency and advancing precision agriculture.
Why it matches plant phenotyping methods植物ストレス状態をBVOCシグナルから検出する技術を中心に開発し、シミュレーションとテストベッドで検証しているため、単なる分子分析ではなく植物表現型状態の測定法に該当する。
abstractThe primary objective is to develop a real-time stress detection method by modulating stress types into distinct profiles of biogenic volatile organic compounds.
Assessing crop nitrogen status is crucial for optimizing fertilization strategies and promoting sustainable production. Although hyperspectral data offer significant advantages for monitoring subtle physiological changes in crops, accurately determining nitrogen status based on spectral information remains challenging. In this study, field experiments were conducted during the jointing stage of winter wheat on the Loess Plateau from 2018 to 2020. Concurrent measurements of leaf nitrogen concentration (LNC) and hyperspectral reflectance were collected to derive three types of spectral parameters: traditional vegetation indices, two-dimensional optimal spectral indices, and three-dimensional optimal spectral indices. Spectral parameters exhibiting a significant correlation with LNC ( p 2 = 0.827, RMSE = 2.803 mg g -1 , MRE = 7.664%), significantly outperforming other model-input combinations. This study confirms the feasibility and high accuracy of winter wheat LNC inversion using novel multidimensional spectral indices and provides a new approach for real-time, non-destructive monitoring of nitrogen status in winter wheat.
Why it matches plant phenotyping methods冬小麦葉の窒素濃度という植物形質を、ハイパースペクトル情報・新規多次元スペクトル指数・機械学習で非破壊推定する手法が研究の中心であり、精度評価も行っている。
abstractaccurately determining nitrogen status based on spectral information remains challenging.
To tackle the challenges posed by substantial variations in target scale, intricate background interference, and the likelihood of missing small targets in multi-temporal UAV maize tassel imagery, an optimized lightweight detection model derived from YOLOv11 is introduced, named OTB-YOLO. Here, "OTB" is an acronym derived from the initials of the model's core improved modules: Omni-dimensional dynamic convolution (ODConv), Triplet Attention, and Bi-directional Feature Pyramid Network (BiFPN). This model integrates the PaddlePaddle open-source maize tassel recognition benchmark dataset with the public Multi-Temporal Drone Corn Dataset (MTDC). Traditional convolutional layers are substituted with omni-dimensional dynamic convolution (ODConv) to mitigate computational redundancy. A triplet attention module is incorporated to refine feature extraction within the backbone network, while a bidirectional feature pyramid network (BiFPN) is engineered to enhance accuracy via multi-level feature pyramids and bidirectional information flow. Empirical analysis demonstrates that the enhanced model achieves a precision of 95.6%, recall of 92.1%, and mAP@0.5 of 96.6%, marking improvements of 3.2%, 2.5%, and 3.1%, respectively, over the baseline model. Concurrently, the model's computational complexity is reduced to 6.0 GFLOPs, rendering it appropriate for deployment on UAV edge computing platforms.
Why it matches plant phenotyping methodsUAV画像からトウモロコシ雄穂を検出する軽量モデルを開発し、ベンチマークデータセットで性能比較しているため、植物器官の表現型取得手法が中心である。
abstractThis model integrates the PaddlePaddle open-source maize tassel recognition benchmark dataset with the public Multi-Temporal Drone Corn Dataset (MTDC).
Accurate detection of cherry tomato clusters and their ripeness stages is critical for the development of intelligent harvesting systems in modern agriculture. In response to the challenges posed by occlusion, overlapping clusters, and subtle ripeness variations under complex greenhouse environments, an improved YOLO11-based deep convolutional neural network detection model, called AFBF-YOLO, is proposed in this paper. First, a dataset comprising 486 RGB images and over 150,000 annotated instances was constructed and augmented, covering four ripeness stages and fruit clusters. Then, based on YOLO11, the ACmix attention mechanism was incorporated to strengthen feature representation under occluded and cluttered conditions. Additionally, a novel neck structure, FreqFusion-BiFPN, was designed to improve multi-scale feature fusion through frequency-aware filtering. Finally, a refined loss function, Inner-Focaler-IoU, was applied to enhance bounding box localization by emphasizing inner-region overlap and focusing on difficult samples. Experimental results show that AFBF-YOLO achieves a precision of 81.2%, a recall of 81.3%, and an mAP@0.5 of 85.6%, outperforming multiple mainstream YOLO series. High accuracy across ripeness stages and low computational complexity indicate it excels in simultaneous detection of cherry tomato fruit bunches and fruit maturity, supporting automated maturity assessment and robotic harvesting in precision agriculture.
Why it matches plant phenotyping methods画像ベースの深層学習手法を開発し、トマト果実の成熟段階という植物状態を検出・評価しているため、収穫対象の単なる定位を超えた中心的な表現型計測研究である。
abstractan improved YOLO11-based deep convolutional neural network detection model, called AFBF-YOLO, is proposed in this paper.
This study presents an innovative unmanned aerial vehicle (UAV)-based intelligent detection method utilizing an improved Faster Region-based Convolutional Neural Network (Faster R-CNN) architecture to address the inefficiency and inaccuracy inherent in manual wheat spike counting. We systematically collected a high-resolution image dataset (2000 images, 4096 × 3072 pixels) covering key growth stages (heading, grain filling, and maturity) of winter wheat ( Triticum aestivum L.) during 2022-2023 using a DJI M300 RTK equipped with multispectral sensors. The dataset encompasses diverse field scenarios under five fertilization treatments (organic-only, organic-inorganic 7:3 and 3:7 ratios, inorganic-only, and no fertilizer) and two irrigation regimes (full and deficit irrigation), ensuring representativeness and generalizability. For model development, we replaced conventional VGG16 with ResNet-50 as the backbone network, incorporating residual connections and channel attention mechanisms to achieve 92.1% mean average precision (mAP) while reducing parameters from 135 M to 77 M (43% decrease). The GFLOPS of the improved model has been reduced from 1.9 to 1.7, an decrease of 10.53%, and the computational efficiency of the model has been improved. Performance tests demonstrated a 15% reduction in missed detection rate compared to YOLOv8 in dense canopies, with spike count regression analysis yielding R 2 = 0.88 ( p 2 ) and varying illumination conditions, maintaining >85% accuracy even under cloudy weather. Furthermore, by integrating spike recognition with agronomic parameters (e.g., grain weight), we developed a comprehensive yield estimation model achieving 93.5% accuracy under optimal water-fertilizer management (70% ETc irrigation with 3:7 organic-inorganic ratio). This work systematically addresses key technical challenges in automated spike detection through standardized data acquisition, lightweight model design, and field validation, offering significant practical value for smart agriculture development.
Why it matches plant phenotyping methodsUAV画像からコムギ穂を認識・計数する画像解析手法を開発し、データセット、モデル改良、比較検証、圃場性能評価まで行っており、植物形質取得が研究の中心です。
abstractThis study presents an innovative unmanned aerial vehicle (UAV)-based intelligent detection method utilizing an improved Faster Region-based Convolutional Neural Network (Faster R-CNN) architecture to address the inefficiency and inaccuracy inherent in manual wheat spike counting.
High-quality disease segmentation plays a crucial role in the precise identification of rice diseases. Although the existing deep learning methods can identify the disease on rice leaves to a certain extent, these methods often face challenges in dealing with multi-scale disease spots and irregularly growing disease spots. In order to solve the challenges of rice leaf disease segmentation, we propose KBNet, a novel multi-modal framework integrating language and visual features for rice disease segmentation, leveraging the complementary strengths of CNN and Transformer architectures. Firstly, we propose the Kalman Filter Enhanced Kolmogorov-Arnold Networks (KF-KAN) module, which combines the modeling ability of KANs for nonlinear features and the dynamic update mechanism of the Kalman filter to achieve accurate extraction and fusion of multi-scale lesion information. Secondly, we introduce the Boundary-Constrained Physical-Information Neural Network (BC-PINN) module, which embeds the physical priors, such as the growth law of the lesion, into the loss function to strengthen the modeling of irregular lesions. At the same time, through the boundary punishment mechanism, the accuracy of edge segmentation is further improved and the overall segmentation effect is optimized. The experimental results show that the KBNet framework demonstrates solid performance in handling complex and diverse rice disease segmentation tasks and provides key technical support for disease identification, prevention, and control in intelligent agriculture. This method has good popularization value and broad application potential in agricultural intelligent monitoring and management.
Why it matches plant phenotyping methodsイネ葉の病斑という植物の病態を画像からセグメンテーションする新規手法を開発しており、病害識別のための表現抽出・境界推定が研究の中心である。
abstractwe propose KBNet, a novel multi-modal framework integrating language and visual features for rice disease segmentation
Reproduction assets foundThe paper's rice disease segmentation images (1550 leaf images of Blast, Bacterial Blight, and Tungro) were sourced from the public PlantVillage dataset on Kaggle, which is publicly available at the allowed URL. However, the paper-specific derived assets — the authors' pixel-level Labelme segmentation masks, text描述, 4:Dataset · publici: 10.1007/s10462-024-10717-2.
26. Li A., Jiao L., Zhu H., Li L., Liu F. Multitask Semantic Boundary Awareness Network for Remote Sensing Image Segmentation. IEEE Trans. Geosci. Remote Sens. 2022;60:1–14. doi: 10.1109/TGRS.2021.3050885.
27. Kaggle, PlantVillage Dataset. 2019. [(accessed on 19 September 2022)]. Available online: https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset .
28. Li Z., Li Y., Li Q., Wang P., Guo D., Lu L., Jin D., Zhang Y., Hong Q. LViT: Language Meets Vision Transformer in Medical Image Segmentation. IEEE Trans. Med. Imaging. 2024;43:96–107. doi: 10.1109/TMI.2023.3291719.
29. Liu Z., Wang Y., Vaidya S., Ruehle F., Halverson J., Soljacic M., Hou T.Y., TOpen asset ↗Kaggle · plantvillage-datasetlines:409-431Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Plant genders could express different functional strategies to compensate for different reproductive costs, as females have an additional role in fruit and seed production. Secondary sexual dimorphism (SSD) expression is frequently greater under stress than under optimal growth conditions. The early gender identification in papaya may help to reduce orchard costs because the most desirable fruit shape is formed by hermaphrodite plants. We hypothesized that (a) gender ecophysiological phenotyping can be an alternative to make gender segregations in papaya seedlings, and (b) such gender segregation will be more efficient after a short drought exposure than under adequate water conditions. To test such hypotheses, seedlings of two papaya varieties ('Candy' and 'THB') were exposed to two kind of treatments: (1) water shortage (WS) for 45 h, after which they were well watered, and (2) continuously well-watered (WW). Study assessed the ecophysiological responses, such as stomatal conductance ( g s ), SPAD index, optical reflectance indices, morphological traits, and biomass accumulation in females (F) and hermaphrodites (H). In WS treatment, the SSD was expressed in 14 of 18 traits investigated, while in WW treatment, the SSD was expressed only in 7 of 18 traits. As tools for SSD expression, g s and simple ratio pigment index (SRPI) must be measured on the first or second day after the imposed WS was interrupted, respectively, while the other parameters must be measured after a period of four days. In some traits, the SSD was expressed in only one variety, or the response of H and F plants were of opposite values for two varieties. The choice of the clearest responses of gender segregation in WS treatment will be greenness index, combination of normalized difference vegetation index (CNDVI), photochemical reflectance index (PRI), water band index (WBI), SRPI, leaf number, leaf dry mass, and leaf mass ratio. If the WW conditions are maintained for papaya seedling production, the recommendation in gender segregation will be the analysis of CNDVI, carotenoid reflectance index 2 (CRI2), WBI, and SRPI. The non-destructive optical leaf indices segregated papaya hermaphrodites from females under both water conditions and eventually could be adjusted for wide-scale platform evaluations, with planned space arrangements of seedlings, and sensor's set.
Why it matches plant phenotyping methodsパパイヤ幼苗の性別判別を目的に、光学指標・生理計測を用いた非破壊フェノタイピングを中心的に評価し、測定時期や有効な指標、広域プラットフォーム化まで検討している。
abstractAs tools for SSD expression, g s and simple ratio pigment index (SRPI) must be measured on the first or second day after the imposed WS was interrupted
To address the limitations of the existing cotton seedling growth prediction methods in field environments, specifically, poor representation of spatiotemporal features and low visual fidelity in texture rendering, this paper proposes an algorithm for the prediction of cotton seedling growth from images based on FCA-STNet. The model leverages historical sequences of cotton seedling RGB images to generate an image of the predicted growth at time t + 1 and extracts 37 phenotypic traits from the predicted image. A novel STNet structure is designed to enhance the representation of spatiotemporal dependencies, while an Adaptive Fine-Grained Channel Attention (FCA) module is integrated to capture both global and local feature information. This attention mechanism focuses on individual cotton plants and their textural characteristics, effectively reducing the interference from common field-related challenges such as insufficient lighting, leaf fluttering, and wind disturbances. The experimental results demonstrate that the predicted images achieved an MSE of 0.0086, MAE of 0.0321, SSIM of 0.8339, and PSNR of 20.7011 on the test set, representing improvements of 2.27%, 0.31%, 4.73%, and 11.20%, respectively, over the baseline STNet. The method outperforms several mainstream spatiotemporal prediction models. Furthermore, the majority of the predicted phenotypic traits exhibited correlations with actual measurements with coefficients above 0.8, indicating high prediction accuracy. The proposed FCA-STNet model enables visually realistic prediction of cotton seedling growth in open-field conditions, offering a new perspective for research in growth prediction.
Why it matches plant phenotyping methods画像系列から綿実生の将来画像を予測し、そこから37形質を抽出する計算・画像ベースの表現型推定法を開発・評価しており、方法が研究の中心である。
abstractThe model leverages historical sequences of cotton seedling RGB images to generate an image of the predicted growth at time t + 1 and extracts 37 phenotypic traits from the predicted image.
Precisely recognizing diseases in tomato leaves plays a crucial role in enhancing the health, productivity, and quality of tomato crops. However, disease identification methods that rely on single-mode information often face the problems of insufficient accuracy and weak generalization ability. Therefore, this paper proposes a tomato leaf disease recognition framework FCMNet based on multimodal fusion, which combines tomato leaf disease image and text description to enhance the ability to capture disease characteristics. In this paper, the Fourier-guided Attention Mechanism (FGAM) is designed, which systematically embeds the Fourier frequency-domain information into the spatial-channel attention structure for the first time, enhances the stability and noise resistance of feature expression through spectral transform, and realizes more accurate lesion location by means of multi-scale fusion of local and global features. In order to realize the deep semantic interaction between image and text modality, a Cross Vision-Language Alignment module (CVLA) is further proposed. This module generates visual representations compatible with Bert embeddings by utilizing block segmentation and feature mapping techniques. Additionally, it incorporates a probability-based weighting mechanism to achieve enhanced multimodal fusion, significantly strengthening the model's comprehension of semantic relationships across different modalities. Furthermore, to enhance both training efficiency and parameter optimization capabilities of the model, we introduce a Multi-strategy Improved Coati Optimization Algorithm (MSCOA). This algorithm integrates Good Point Set initialization with a Golden Sine search strategy, thereby boosting global exploration, accelerating convergence, and effectively preventing entrapment in local optima. Consequently, it exhibits robust adaptability and stable performance within high-dimensional search spaces. The experimental results show that the FCMNet model has increased the accuracy and precision by 2.61% and 2.85%, respectively, compared with the baseline model on the self-built dataset of tomato leaf diseases, and the recall and F1 score have increased by 3.03% and 3.06%, respectively, which is significantly superior to the existing methods. This research provides a new solution for the identification of tomato leaf diseases and has broad potential for agricultural applications.
Why it matches plant phenotyping methodsトマト葉の病斑・病害状態を画像から推定するマルチモーダル認識フレームワークを開発し、ベースライン比較で技術性能を評価しているため、植物表現型取得・推定手法が中心である。
abstractthis paper proposes a tomato leaf disease recognition framework FCMNet based on multimodal fusion
Field / plotLeafObject detectionPigment / colour / senescence
The sheaths of bamboo shoots, characterized by distinct colors and spotting patterns, are key phenotypic markers influencing species classification, market value, and genetic studies. This study introduces YOLOv8-BS, a deep learning model optimized for detecting these traits in Chimonobambusa utilis using a dataset from Jinfo Mountain, China. Enhanced by data augmentation techniques, including translation, flipping, and contrast adjustment, YOLOv8-BS outperformed benchmark models (YOLOv7, YOLOv5, YOLOX, and Faster R-CNN) in color and spot detection. For color detection, it achieved a precision of 85.9%, a recall of 83.4%, an F1-score of 84.6%, and an average precision (AP) of 86.8%. For spot detection, it recorded a precision of 90.1%, a recall of 92.5%, an F1-score of 91.1%, and an AP of 96.1%. These results demonstrate superior accuracy and robustness, enabling precise phenotypic analysis for bamboo germplasm evaluation and genetic diversity studies. YOLOv8-BS supports precision agriculture by providing a scalable tool for sustainable bamboo-based industries. Future improvements could enhance model adaptability for fine-grained varietal differences and real-time applications.
Why it matches plant phenotyping methods竹の色および斑点という植物形質を画像から検出するYOLOモデルを開発し、複数モデルとの性能比較で検証しており、フェノタイピング手法が中心である。
abstractThis study introduces YOLOv8-BS, a deep learning model optimized for detecting these traits in Chimonobambusa utilis using a dataset from Jinfo Mountain, China.
Transpiration is the dominant process driving water loss in crops, significantly influencing their growth, development, and yield. Efficient monitoring of transpiration rate (Tr) is crucial for evaluating crop physiological status and optimizing water management strategies. The three-temperature (3T) model has potential for rapid estimation of transpiration rates, but its application to low-altitude remote sensing has not yet been further investigated. To evaluate the performance of 3T model based on land surface temperature (LST) and canopy temperature (T C ) in estimating transpiration rate, this study utilized an unmanned aerial vehicle (UAV) equipped with a thermal infrared (TIR) camera to capture TIR images of summer maize during the nodulation-irrigation stage under four different moisture treatments, from which LST was extracted. The Gaussian Hidden Markov Random Field (GHMRF) model was applied to segment the TIR images, facilitating the extraction of T C . Finally, an improved 3T model incorporating fractional vegetation coverage (FVC) was proposed. The findings of the study demonstrate that: (1) The GHMRF model offers an effective approach for TIR image segmentation. The mechanism of thermal TIR segmentation implemented by the GHMRF model is explored. The results indicate that when the potential energy function parameter β value is 0.1, the optimal performance is provided. (2) The feasibility of utilizing UAV-based TIR remote sensing in conjunction with the 3T model for estimating Tr has been demonstrated, showing a significant correlation between the measured and the estimated transpiration rate (T r -3T C ), derived from T C data obtained through the segmentation and processing of TIR imagery. The correlation coefficients (r) were 0.946 in 2022 and 0.872 in 2023. (3) The improved 3T model has demonstrated its ability to enhance the estimation accuracy of crop Tr rapidly and effectively, exhibiting a robust correlation with T r -3T C . The correlation coefficients for the two observed years are 0.991 and 0.989, respectively, while the model maintains low RMSE of 0.756 mmol H 2 O m -2 s -1 and 0.555 mmol H 2 O m -2 s -1 for the respective years, indicating strong interannual stability.
Why it matches plant phenotyping methodsUAV熱画像のセグメンテーションと改良3温度モデルにより、トウモロコシの蒸散速度という生理形質を推定する手法を開発・検証しており、フェノタイピング手法が中心である。
abstractThe Gaussian Hidden Markov Random Field (GHMRF) model was applied to segment the TIR images, facilitating the extraction of T C .
The wheat planted at the end of the rainy season in the Cerrado suffers from a strong water deficit. A selection of genetic material with drought tolerance is necessary. In improvement programs that evaluate a large number of materials, efficient, automated, and non-destructive phenotyping is essential, which requires the use of sensors. The experiment was conducted in 2016 using a phenotyping platform, where irrigation gradients ranging from 184 (WR4) to 601 mm (WR1) were created, allowing for the comparison of four genotypes. In addition to productivity, we evaluated plant height, hectoliter weight, the number of spikes per square meter, ear length, photosynthesis, and the indices calculated by the sensors. For most morphophysiological parameters, extreme stress makes it difficult to discriminate materials. WR1 (601 mm) and WR2 (501 mm) showed similar trends in almost all variables. The data validated the phenotyping platform, which creates an irrigation gradient, considering that the results obtained, in general, were proportional to the water levels. The similar trend between sensors (NDVI, PRI, and LIFT) and morphophysiological, plant growth, and crop yield evaluations validated the use of sensors as a tool in selecting drought-tolerant wheat genotypes using a non-invasive methodology. Considering that only four genotypes were used, none showed absolute and unequivocal tolerance to drought; however, each genotype exhibited some desirable characteristics related to drought tolerance mechanisms.
Why it matches plant phenotyping methodsセンサーを用いた非破壊フェノタイピングと灌漑勾配プラットフォームを検証し、センサー指標と植物形質・収量を比較しているため、方法が中心的である。
abstractefficient, automated, and non-destructive phenotyping is essential, which requires the use of sensors.
Drought stress has a significant impact on cotton growth, development, and productivity. This study conducted drought stress treatment and normal water treatment (control group) on 502 cotton accessions and analyzed data on eight phenotypic traits closely related to drought stress tolerance. The results showed that all indicators changed significantly under drought stress conditions compared to the control group, with varying degrees of response among different indicators. To comprehensively evaluate the drought resistance of cotton during the germination period, the values of drought resistance comprehensive evaluation (D-value), weight drought resistance coefficient (WDC-value), and comprehensive drought resistance coefficient (CDC-value) were calculated based on membership function analysis and principal component analysis. Cluster analysis based on the D-value divided the germplasm into five drought-resistant grades, followed by the selection of one extreme material, each from the strongly drought-resistant and strongly drought-sensitive groups. An evaluation model was established using stepwise regression analysis, including the following effective indicators: Relative Fresh Weight (RFW), Relative Hypocotyl Length (RHL), Relative Seeds Water Absorption Rate (RAR), Relative Germination Rate (RGR), Relative Germination Potential (RGP), and Relative Drought Tolerance Index (RDT). The validation of the D-value prediction model based on the Best Linear Unbiased Prediction (BLUP) showed that the results obtained from two independent biological replicates were highly consistent. The comprehensive evaluation system and screening indicators established in this study provide a reliable method for identifying drought tolerance during the germination period.
Why it matches plant phenotyping methods発芽期の干ばつ耐性を複数の植物形質から統合評価・予測する評価システムとモデルを構築し、独立反復で検証しており、表現型評価手法が研究の中心である。
abstractTo comprehensively evaluate the drought resistance of cotton during the germination period, the values of drought resistance comprehensive evaluation (D-value), weight drought resistance coefficient (WDC-value), and comprehensive drought resistance coefficient (CDC-value) were calculated based on membership function analysis and principal component analysis.
Due to the limitations of the sowing machine performance and rice seed germination rates, missing seedlings inevitably occur after rice is sown in large fields. This phenomenon has a direct impact on the rice yield. In the field environment, the existing methods for detecting missing seedlings based on unmanned aerial vehicle (UAV) remote sensing images often have unsatisfactory effects. Therefore, to enable the fast and accurate detection of missing rice seedlings and facilitate subsequent reseeding, this study proposes a UAV remote-sensing-based method for detecting missing rice seedlings in large fields. The proposed method uses an improved PCERT-DETR model to detect rice seedlings and missing seedlings in UAV remote sensing images of large fields. The experimental results show that PCERT-DETR achieves an optimal performance on the self-constructed dataset, with an mean average precision (mAP) of 81.2%, precision (P) of 82.8%, recall (R) of 78.3%, and F 1 -score (F 1 ) of 80.5%. The model's parameter count is only 21.4 M and its FLOPs reach 66.6 G, meeting real-time detection requirements. Compared to the baseline network models, PCERT-DETR improves the P, R, F 1 , and mAP by 15.0, 1.2, 8.5, and 6.8 percentage points, respectively. Furthermore, the performance evaluation experiments were carried out through ablation experiments, comparative detection model experiments and heat map visualization analysis, indicating that the model has a strong detection performance on the test set. The results confirm that the proposed model can accurately detect the number of missing rice seedlings. This study provides accurate information on the number of missing seedlings for subsequent reseeding operations, thus contributing to the improvement of precision farming practices.
Why it matches plant phenotyping methodsUAV画像からイネの欠株数を推定するPCERT-DETR手法の開発と検証が研究の中心であり、植物状態の表現型を直接評価している。
abstractThe proposed method uses an improved PCERT-DETR model to detect rice seedlings and missing seedlings in UAV remote sensing images of large fields.
As a globally important cash crop, the optimization of tomato yield and quality is strategically significant for food security and sustainable agricultural development. In order to address the problem of missing point cloud data on fruits in a facility agriculture environment due to complex canopy structure, leaf shading and limited collection viewpoints, the traditional geometric fitting method makes it difficult to restore the real morphology of fruits due to the dependence on data integrity. This study proposes an adaptive symmetry self-matching (ASSM) algorithm. It dynamically adjusts symmetry planes by detecting defect region characteristics in real time, implements point cloud completion under multi-symmetry constraints and constructs a triple-orthogonal symmetry plane system to adapt to multi-directional heterogeneous structures under complex occlusion. Experiments conducted on 150 tomato fruits with 5-70% occlusion rates demonstrate that ASSM achieved coefficient of determination (R 2 ) values of 0.9914 (length), 0.9880 (width) and 0.9349 (height) under high occlusion, reducing the root mean square error (RMSE) by 23.51-56.10% compared with traditional ellipsoid fitting. Further validation on eggplant fruits confirmed the cross-crop adaptability of the method. The proposed ASSM method overcomes conventional techniques' data integrity dependency, providing high-precision three-dimensional (3D) data for monitoring plant growth and enabling accurate phenotyping in smart agricultural systems.
Why it matches plant phenotyping methodsトマト果実の遮蔽点群を補完し、果実の長さ・幅・高さを推定する新規アルゴリズムを開発・検証しており、植物形質取得が研究の中心である。
abstractThis study proposes an adaptive symmetry self-matching (ASSM) algorithm.
Reproduction assets foundThe paper's Data Availability Statement deposits the study's tomato/eggplant fruit point cloud data on ScienceDB, a public repository, making the paper-specific phenotyping data (3D point clouds of 150 tomato fruits used for completion and trait measurement) publicly actionable.Dataset · publicData Availability Statement
The data are available online at https://doi.org/10.57760/sciencedb.25084 .Open asset ↗sciencedb · 10.57760/sciencedb.25084lines:312-345Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Cotton is the most widely cultivated natural fiber crop worldwide, yet it is highly susceptible to various diseases and pests that significantly compromise both yield and quality. To enable rapid and accurate diagnosis of cotton diseases and pests-thus supporting the development of effective control strategies and facilitating genetic breeding research-we propose a lightweight model, the Resource-efficient Cotton Network (RF-Cott-Net), alongside an open-source image dataset, CCDPHD-11, encompassing 11 disease categories. Built upon the MobileViTv2 backbone, RF-Cott-Net integrates an early exit mechanism and quantization-aware training (QAT) to enhance deployment efficiency without sacrificing accuracy. Experimental results on CCDPHD-11 demonstrate that RF-Cott-Net achieves an accuracy of 98.4%, an F1-score of 98.4%, a precision of 98.5%, and a recall of 98.3%. With only 4.9 M parameters, 310 M FLOPs, an inference time of 3.8 ms, and a storage footprint of just 4.8 MB, RF-Cott-Net delivers outstanding accuracy and real-time performance, making it highly suitable for deployment on agricultural edge devices and providing robust support for in-field automated detection of cotton diseases and pests.
Why it matches plant phenotyping methods綿花の病害を画像から分類する軽量深層学習モデルと画像データセットを開発・評価しており、植物の病害状態を抽出するフェノタイピング手法が中心である。
abstractwe propose a lightweight model, the Resource-efficient Cotton Network (RF-Cott-Net), alongside an open-source image dataset, CCDPHD-11, encompassing 11 disease categories.
Reproduction assets foundThe paper's authors publicly released their self-constructed cotton disease/pest image dataset CCDPHD-11 (18,953 images, 11 classes) on GitHub, as stated in the Data Availability Statement. No code or trained model deposit is mentioned.Dataset · publicew and editing, K.C., H.W., P.W.C. and R.-F.W.; visualization, H.-W.Z. and R.-F.W.; supervision, H.W., P.W.C. and R.-F.W.; project administration, H.W., P.W.C. and R.-F.W. All authors have read and agreed to the published version of the manuscript.
Data Availability Statement
The proposed CCDPHD-11 dataset can be found online ( https://github.com/SweefongWong/CCDPHD-11-Dataset , accessed on 9 March 2025).
Conflicts of Interest
The authors declare no conflicts of interest.
Funding Statement
This research received no external funding.
Footnotes
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributOpen asset ↗SweefongWong/CCDPHD-11-Datasetlines:384-405Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Mulberry ( Morus spp.), as an economically significant crop in sericulture and medicinal applications, faces severe threats to leaf yield and quality from pest and disease infestations. Traditional detection methods relying on chemical pesticides and manual observation prove inefficient and unsustainable. Although computer vision and deep learning technologies offer new solutions, existing models exhibit limitations in natural environments, including low recognition rates for small targets, insufficient computational efficiency, poor adaptability to occlusions, and inability to accurately identify structural features such as leaf veins. We propose Mamba-YOLO-ML, an optimized model addressing three key challenges in vision-based detection: Phase-Modular Design (PMSS) with dual blocks enhancing multi-scale feature representation and SSM selective mechanisms and Mamba Block, Haar wavelet downsampling preserving critical texture details, and Normalized Wasserstein Distance loss improving small-target robustness. Visualization analysis of the detection performance on the test set using GradCAM revealed that the enhanced Mamba-YOLO-ML model demonstrates earlier and more effective focus on characteristic regions of different diseases compared with its predecessor. The improved model achieved superior detection accuracy with 78.2% mAP50 and 59.9% mAP50:95, outperforming YOLO variants and comparable Transformer-based models, establishing new state-of-the-art performance. Its lightweight architecture (5.6 million parameters, 13.4 GFLOPS) maintains compatibility with embedded devices, enabling real-time field deployment. This study provides an extensible technical solution for precision agriculture, facilitating sustainable mulberry cultivation through efficient pest and disease management.
Why it matches plant phenotyping methods桑葉の病害状態を画像から検出する深層学習モデルを開発・評価しており、植物病害表現型の取得手法が研究の中心である。
abstractWe propose Mamba-YOLO-ML, an optimized model addressing three key challenges in vision-based detection
Reproduction assets foundThe paper's plant-phenotyping input is the publicly available 'Mulberry Leaf Diseases and Pests Dataset' from PaddlePaddle AI Studio, which the authors re-annotated (1788 images) and used for all detection experiments. The dataset URL is explicitly given in the text and matches an allowed URL. No author analysis code,训Dataset · publicThe dataset used in this study was sourced from the publicly available PaddlePaddle dataset. For detailed information, please visit https://aistudio.baidu.com/datasetdetail/265143/0 (accessed on 3 April 2024) to learn more about theOpen asset ↗PaddlePaddle · 265143lines:33-39Plant phenotyping relevance match · UnverifiedEurope PMC · checked 6 Sept 2026
The accurate assessment of plant disease severity is crucial for effective crop management. Deep learning, especially via CNNs, is widely used for image segmentation in plant lesion detection, but accurately assessing disease severity across varied environmental conditions remains challenging. This study evaluates eight deep learning models for detecting and quantifying Cercospora leaf spot ( Cercospora capsici ) severity in chili peppers under natural field conditions. A custom dataset of 1645 chili pepper leaf images, collected from a Brazilian plantation and annotated with 6282 lesions, was developed for real-world robustness, reflecting real-world variability in lighting and background. First, an algorithm was developed to process raw images, applying ROI selection and background removal. Then, four YOLOv8 and four Mask R-CNN models were fine-tuned for pixel-level segmentation and severity classification, comparing one-stage and two-stage models to offer practical insights for agricultural applications. In pixel-level segmentation on the test dataset, Mask R-CNN achieved superior precision with a Mean Intersection over Union (MIoU) of 0.860 and F1-score of 0.924 for the mask_rcnn_R101_FPN_3x model, compared to 0.808 and 0.893 for the YOLOv8s-Seg model. However, in severity classification, Mask R-CNN underestimated higher severity levels, with an accuracy of 72.3% for level III, while YOLOv8 attained 91.4%. Additionally, YOLOv8 demonstrated greater efficiency, with an inference time of 27 ms versus 89 ms for Mask R-CNN. While Mask R-CNN excels in segmentation accuracy, YOLOv8 offers a compelling balance of speed and reliable severity classification, making it suitable for real-time plant disease assessment in agricultural applications.
Why it matches plant phenotyping methods植物病斑の検出・重症度定量化を目的とする画像解析手法を開発し、複数モデルの精度・速度・分類性能を比較検証しており、植物表現型取得が中心である。
abstractA custom dataset of 1645 chili pepper leaf images, collected from a Brazilian plantation and annotated with 6282 lesions, was developed for real-world robustness
Citrus diseases can lead to surface defects on citrus fruits, adversely affecting their quality. This study aims to accurately identify citrus defects against varying backgrounds by focusing on four types of diseases: citrus black spot, citrus canker, citrus greening, and citrus melanose. We propose an improved YOLOv10-based disease detection method that replaces the traditional convolutional layers in the Backbone network with LDConv to enhance feature extraction capabilities. Additionally, we introduce the GFPN module to strengthen multi-scale information interaction through cross-scale feature fusion, thereby improving detection accuracy for small-target diseases. The incorporation of the DAT mechanism is designed to achieve higher efficiency and accuracy in handling complex visual tasks. Furthermore, we integrate the AFPN module to enhance the model's detection capability for targets of varying scales. Lastly, we employ the Slide Loss function to adaptively adjust sample weights, focusing on hard-to-detect samples such as blurred features and subtle lesions in citrus disease images, effectively alleviating issues related to sample imbalance. The experimental results indicate that the enhanced model YOLOv10-LGDA achieves impressive performance metrics in citrus disease detection, with accuracy, recall, mAP@50, and mAP@50:95 rates of 98.7%, 95.9%, 97.7%, and 94%, respectively. These results represent improvements of 4.2%, 3.8%, 4.5%, and 2.4% compared to the original YOLOv10 model. Furthermore, when compared to various other object detection algorithms, YOLOv10-LGDA demonstrates superior recognition accuracy, facilitating precise identification of citrus diseases. This advancement provides substantial technical support for enhancing the quality of citrus fruit and ensuring the sustainable development of the industry.
Why it matches plant phenotyping methods柑橘果実の病斑・表面欠陥を画像から検出する改良YOLO手法の開発と性能評価が中心であり、植物器官の病害状態を推定する画像ベース表現型計測に該当する。
abstractWe propose an improved YOLOv10-based disease detection method
The rapid and accurate prediction of crop yield and the construction of optimal yield prediction models are important for guiding field-scale agronomic management practices in precision agriculture. This study selected the leaf area index (LAI) of winter wheat ( Triticum aestivum L.) at four different stages, and collected canopy spectral information and extracted vegetation indexes through unmanned aerial vehicle (UAV) multi-spectral sensors to establish the yield prediction model under the condition of slow-release nitrogen fertilizer and proposed optimal fertilization strategies for sustainable yield increase in wheat. The prediction results were evaluated using random forest (RF), support vector machine (SVM) and back propagation neural network (BPNN) methods to select the optimal spectral index and establish yield prediction models. The results showed that LAI has a significantly positive correlation with yield across four growth stages of winter wheat, and the correlation coefficient at the anthesis stage reached 0.96 in 2018-2019 and 0.83 in 2019-2020. Therefore, yield prediction for winter wheat could be achieved through a remote sensing estimation of LAI at the anthesis stage. Six vegetation indexes calculated from UAV-derived reflectance data were modeled against LAI, demonstrating that the red-edge vegetation index (CI red edge ) achieved superior accuracy in estimating LAI for winter wheat yield prediction. RF, SVM and BPNN models were used to evaluate the accuracy and precision of CI red edge in predicting yield, respectively. It was found that RF outperformed both SVM and BPNN in predicting yield accuracy. The CI red edge of the anthesis stage was the best vegetation index and stage for estimating yield of winter wheat based on UAV remote sensing. Under different N application rates, both predicted and measured yields exhibited a consistent trend that followed the order of SRF (slow-release N fertilizer) > SRFU1 (mixed TU and SRF at a ratio of 2:8) > SRFU2 (mixed TU and SRF at a ratio of 3:7) > TU (traditional urea). The optimum N fertilizer rate and N fertilizer type for winter wheat in this study were 220 kg ha -1 and SRF, respectively. The results of this study will provide significant technical support for regional crop growth monitoring and yield prediction.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像からLAIを推定し、収量予測モデルを構築・比較しており、植物形質の取得・推定手法が中心的に扱われている。
abstractcollected canopy spectral information and extracted vegetation indexes through unmanned aerial vehicle (UAV) multi-spectral sensors to establish the yield prediction model
Leaves are the most ubiquitous plant organs, whose macrostructures exhibit close correlations with environmental factors while simultaneously reflecting inherent genetic and evolutionary patterns. These characteristics render them highly significant for plant taxonomy, ecology, and related disciplines. Therefore, this study presents the first comprehensive evaluation of Malus leaf macrostructures for infraspecific classification. By establishing a trait-screening system, we conducted a numerical taxonomic analysis of leaf phenotypic variation across 73 Malus germplasm (34 species and 39 cultivars). Through ancestor-inclined distribution characteristic analysis, we investigated phylogenetic relationships at both the genus level and infraspecific ranks within Malus . A total of 21 leaf phenotypic traits were selected from 50 candidate traits based on the following criteria: high diversity, abundance, and evenness (D ≥ 0.50, H ≥ 0.80, and E ≥ 0.60); significant intraspecific uniformity and interspecific distinctness (CV¯ ≤ 10% and CV ≥ 15%). Notably, the selected traits with low intraspecific variability (CV¯ ≤ 10%) exhibit environmental robustness, likely reflecting low phenotypic plasticity of these specific traits under varying conditions. This stability enhances their taxonomic utility. It was found that the highest ancestor-inclined distribution probability reached 90% for 10 traceable cultivars, demonstrating reliable breeding lines. Based on morphological evidence, there was a highly significant correlation between the evolutionary orders of (Sect. Docyniopsis → Sect. Sorbomalus → Sect. Malus ) and group/sub-groups (B 1 → B 2 → A). This study demonstrates that phenotypic variation in leaf macrostructures can effectively explore the affinities among Malus germplasm, exhibiting taxonomic significance at the infraspecific level, thereby providing references for variety selection. However, hybrid offspring may exhibit mixed parental characteristics, leading to blurred species boundaries. And convergent evolution may create false homologies, potentially misleading morphology-based taxonomic inferences. The inferred taxonomic relationships present certain limitations that warrant further investigation.
Why it matches plant phenotyping methodsMalus葉の形態形質を体系的に選抜・評価するtrait-screening systemを構築し、50候補から21形質を定量基準で選定して分類へ適用しており、表現型取得・選抜手法が研究の中心である。
abstractBy establishing a trait-screening system, we conducted a numerical taxonomic analysis of leaf phenotypic variation across 73 Malus germplasm (34 species and 39 cultivars).
Aiming at tackling the challenges of traditional classification methods, which are labor-intensive, time-consuming, and inefficient, a nitrogen-efficient wheat variety classification method using support vector machine-extreme gradient boosting (SVM-XGBoost) based on unmanned aerial vehicle (UAV) hyperspectral remote sensing was proposed in this study. First, eight agronomic indicators closely related to wheat nitrogen efficiency were analyzed using t-SNE dimensionality reduction and hierarchical clustering, enabling the classification of 12 wheat varieties into nitrogen-efficient and nitrogen-inefficient varieties under different nitrogen stress conditions. Second, a hyperspectral feature band selection method based on least absolute shrinkage and selection operator-competitive adaptive reweighted sampling (Lasso-CARS) was employed using hyperspectral canopy data collected during the wheat heading stage with an UAV to extract feature bands relevant to nitrogen-efficient wheat classification. This approach aimed to mitigate the impact of high collinearity and noise in high-dimensional hyperspectral data on model construction. Furthermore, the SVM-XGBoost method integrated the extracted feature bands with the support vectors and decision function outputs from the preliminary SVM classification. It then leveraged XGBoost to capture nonlinear relationships and construct the final classification model using gradient-boosted trees, achieving intelligent classification of nitrogen-efficient wheat varieties. The model also selected nitrogen fertilization strategies based on the characteristics of different wheat varieties. The results demonstrated robust performance under low, high, and no nitrogen stress, with average overall accuracies of 74%, 83%, and 70% (Kappa coefficients: 0.67, 0.80, and 0.48), respectively. This study provided an efficient and accurate UAV hyperspectral remote sensing-based method for nitrogen-efficient wheat variety classification, offering a technological foundation to accelerate precision breeding.
Why it matches plant phenotyping methodsUAVハイパースペクトルデータから小麦品種の窒素効率を分類するセンシング・特徴抽出・機械学習手法が研究の中心であり、技術性能も評価している。
abstracta nitrogen-efficient wheat variety classification method using support vector machine-extreme gradient boosting (SVM-XGBoost) based on unmanned aerial vehicle (UAV) hyperspectral remote sensing was proposed in this study
Daylily ( Hemerocallis spp.) are perennial herbaceous flowers with high ornamental and medicinal value. Currently, the breeding of new daylily cultivars was mainly achieved through hybrid breeding, but issues such as self-incompatibility, hybridization barriers, and asynchronous reproductive phenology severely hinder the breeding process. Understanding pollen viability was essential for daylily breeding and cultivar improvement. In this study, we systematically investigated the effects of pollen viability determination methods, collection time, medium combinations, culture temperature and storage conditions on the pollen germination characteristics of daylily, using five daylily cultivars introduced in the Zhanjiang region of China as materials. Comparing the Iodine-potassium iodide (I 2 -KI) staining and Acetocarmine staining, the results of 2,3,5-Triphenyltetrazolium Chloride (TTC) staining showed a significant positive correlation ( p -1 sucrose + 0.1 g/L -1 H 3 BO 3 + 0.06 g/L -1 KNO 3 + 0.2 g/L -1 Ca(NO 3 ) 2 . The temperature experiment showed that the optimum temperature for pollen germination was 24.1-26.7 °C, and the optimum range for pollen tube growth was 24.1-25.7 °C, and the high temperature significantly inhibited the elongation rate of pollen tube. Storage experiments showed that low temperature (-40 °C) combined with drying treatment could significantly prolong pollen life, and the "Water Dragon" variety still maintained 41.29% vigor after 60 days of dry storage. This study provides theoretical basis and technical support for the introduction and domestication of daylily in South China, hybridization and garden application.
Why it matches plant phenotyping methods花粉の生存性・発芽性という植物形質の測定法を比較・最適化し、培養条件や保存条件による測定性能を体系的に評価しているため、測定法開発・検証が研究の中心です。
abstractIn this study, we systematically investigated the effects of pollen viability determination methods, collection time, medium combinations, culture temperature and storage conditions on the pollen germination characteristics of daylily
Phyllosticta fragaricola -induced angular leaf spot causes substantial economic losses in global strawberry production, necessitating advanced severity assessment methods. This study proposed a dual-phase grading framework integrating deep learning and computer vision. The enhanced You Only Look Once version 11 (YOLOv11) architecture incorporated a Content-Aware ReAssembly of FEatures (CARAFE) module for improved feature upsampling and a squeeze-and-excitation (SE) attention mechanism for channel-wise feature recalibration, resulting in the YOLOv11-CARAFE-SE for the severity assessment of strawberry angular leaf spot. Furthermore, an OpenCV-based threshold segmentation algorithm based on H-channel thresholds in the HSV color space achieved accurate lesion segmentation. A disease severity grading standard for strawberry angular leaf spot was established based on the ratio of lesion area to leaf area. In addition, specialized software for the assessment of disease severity was developed based on the improved YOLOv11-CARAFE-SE model and OpenCV-based algorithms. Experimental results show that compared with the baseline YOLOv11, the performance is significantly improved: the box mAP@0.5 is increased by 1.4% to 93.2%, the mask mAP@0.5 is increased by 0.9% to 93.0%, the inference time is shortened by 0.4 ms to 0.9 ms, and the computational load is reduced by 1.94% to 10.1 GFLOPS. In addition, this two-stage grading framework achieves an average accuracy of 94.2% in detecting selected strawberry horn leaf spot disease samples, providing real-time field diagnostics and a high-throughput phenotypic analysis for resistance breeding programs. This work demonstrates the feasibility of rapidly estimating the severity of strawberry horn leaf spot, which will establish a robust technical framework for strawberry disease management under field conditions.
Why it matches plant phenotyping methodsイチゴ葉の病斑面積比に基づく病害重症度を、改良YOLOv11とOpenCV画像処理で自動推定する手法を開発・評価し、専用ソフトウェアも開発しているため、植物フェノタイピング手法が中心である。
abstractThis study proposed a dual-phase grading framework integrating deep learning and computer vision.
Phenotypic data of cotton can accurately reflect the physiological status of plants and their adaptability to environmental conditions, playing a significant role in the screening of germplasm resources and genetic improvement. Therefore, this study proposes a cotton phenotypic data extraction algorithm that integrates ResDGCNN with an improved region-growing method and constructs a 3D point cloud dataset of cotton covering the entire growth period under real growth conditions. To address the challenge of significant structural variations in cotton organs across different growth stages, we designed an innovative point cloud segmentation algorithm, ResDGCNN, which integrates residual learning with dynamic graph convolution to enhance organ segmentation performance throughout all developmental stages. In addition, to address the challenge of accurately segmenting overlapping regions between different cotton organs, we introduced an optimization strategy that combines point distance mapping with curvature-based normal vectors and developed an improved region-growing algorithm to achieve fine segmentation of multiple cotton organs, including leaves, stems, and flower buds. Experimental data show that, in the task of organ segmentation throughout the entire cotton growth cycle, the ResDGCNN model achieved a segmentation accuracy of 67.55%, with a 4.86% improvement in mIoU compared to the baseline model. In the fine-grained segmentation of overlapping leaves, the model achieved an R 2 of 0.962 and an RMSE of 2.0. The average relative error in stem length estimation was 0.973, providing a reliable solution for acquiring 3D phenotypic data of cotton.
Why it matches plant phenotyping methods綿花の全生育期間にわたる3D点群から器官を分割し、葉・茎・花蕾の表現型データを抽出する手法の開発と評価が研究の中心である。
abstractthis study proposes a cotton phenotypic data extraction algorithm that integrates ResDGCNN with an improved region-growing method
Drought stress constitutes one of the most severe constraints to global agricultural productivity. Early drought detection is pivotal for sustainable agriculture, yet current approaches overlook critical dimensions of plant sensitivity. While advancements in photosynthetic parameter analysis (e.g., gas exchange, and chlorophyll fluorescence) have enhanced drought monitoring, three understudied factors limit progress: (1) differential drought sensitivity across plant organs (e.g., root nodules vs. leaves); (2) the selection of sensitive photosynthetic parameters and optimal measurement timing for stress detection; and (3) the identification of leaf layers most responsive to water deficits. By synthesizing insights from nodule physiology in legumes, cross-species evidence on multi-layered leaf senescence, and the temporal dynamics of stress sensitivity, this paper proposes a 'whole-plant sensitivity analysis' framework. Integrating organ-, parameter-, and time-specific perspectives, this paper aims to refine early drought detection in the field and enhance plant resilience research.
Why it matches plant phenotyping methods植物の乾燥ストレスを光合成パラメータで早期検出する測定設計を中心に、器官・パラメータ・測定時期を統合した枠組みを提案するレビューであり、表現型取得法が中核です。
abstractWhile advancements in photosynthetic parameter analysis (e.g., gas exchange, and chlorophyll fluorescence) have enhanced drought monitoring
Cannabis sativa L. is cultivated for therapeutic and recreational use. Delta-9 tetrahydrocannabinol (THC) and cannabidiol (CBD) are primarily responsible for its psychoactive and medicinal effects. As the global cannabis industry continues to expand, constant review and optimization of horticultural practices are needed to ensure a reliable harvest and improved crop quality. There is currently uncertainty about the optimal harvest time of C. sativa , i.e., when cannabinoid concentrations are at their highest during inflorescence maturation. At present, growers observe the color transition of stigmas from white to amber as an indicator of harvest time. This research investigates the relationship between stigma color and cannabinoid concentration using liquid chromatography-mass spectrometry (LCMS) and digital image analysis. Additionally, early screening prediction models have also been developed for six cannabinoids using near-infrared (NIR) spectroscopy and LCMS to assist in early cannabinoid determination. Among the genotypes grown, 22 of 25 showed cannabinoid concentration peaks between the third (mostly amber) and fourth (fully amber) stages; however, some genotypes peaked within the first (no amber) and second (some amber) stages. We have determined that the current 'rule of thumb' of harvesting when a cannabis plant is mostly amber is still a useful approximation in most cases; however, studies on individual genotypes should be performed to determine their individual optimal harvest time based on the desired cannabinoid profile or total cannabinoid concentration.
Why it matches plant phenotyping methodsデジタル画像解析とNIRによる予測モデルを開発し、花序の色およびカンナビノイド濃度を用いた収穫時期・植物状態の推定を扱っており、表現型取得・推定手法が中心的です。
abstractThis research investigates the relationship between stigma color and cannabinoid concentration using liquid chromatography-mass spectrometry (LCMS) and digital image analysis.
In recent years, the electromic approach, which is based on the 'electrome' concept, to the analysis of electrical activity in plants has become increasingly relevant, as it can allow the detection of early signs of stress and the classification of external factors on the basis of complex, systemic changes in electrical parameters. However, the mechanisms underlying the observed complex effects remain unresolved. This review describes the main electrical signals in plants and their influence on physiological processes and tolerance to abiotic stressors, discusses limitations of traditional methods of investigation of electrical activity, summarizes modern strategies for electrome analysis, and considers the prospect of applying mathematical modeling to interpret the electromic data. We suggest that the integration of the electromic approach and mathematical modeling can greatly enhance the ability to investigate plant electrical signaling, opening new ways for fundamental and applied research in plant electrophysiology.
Why it matches plant phenotyping methods植物の電気活動を測定・解析してストレス兆候や外的要因を検出する方法をレビューし、現代的な解析戦略と数学的モデリングを扱うため、植物フェノタイピング手法のレビューとして含める。
abstractThis review describes the main electrical signals in plants and their influence on physiological processes and tolerance to abiotic stressors, discusses limitations of traditional methods of investigation of electrical activity, summarizes modern strategies for electrome analysis, and considers the prospect of applying mathematical modeling to interpret the electromic data.
The accurate and timely detection of leaf phosphorus content (LPC) is extremely important for the fertilization management of crop growth and yield. This study aimed to establish an estimating model of LPC in cotton based on hyperspectral data. Under field experimental conditions with different phosphorus treatments, the spectral data and LPC were measured. The spectral characteristics of different cotton cultivars and leaves with varying phosphorus content were analyzed. Optimized spectral indices most correlated to phosphorus were calculated with combinations of arbitrary bands using the Fractional Differential Order (FOD) transform. Then, the random forest-based(RF) estimation model for cotton LPC was established. The research results indicated that (1) the spectral changes of 24 cotton cultivars were basically consistent, and spectral differences between the cultivars became more obvious within the 760-960 nm spectral region; (2) in the visible region, the reflectance of cotton under different phosphorus treatments did not show obvious regularity, while in NIR, the reflectance of cotton increased with the increase in phosphorus content, showing a certain difference in phosphorus; (3) the RF model using a difference spectral index (DSI) had the best performance for LPC estimations in calibration (R 2 = 0.78) and validation (R 2 = 0.85), which was superior to the other models based on two spectral indices (the NDSI and RSI). This study provides technical support for the hyperspectral estimation of LPC in cotton.
Why it matches plant phenotyping methods綿花葉のリン含量という植物形質を、ハイパースペクトルデータ、FOD最適化スペクトル指標、ランダムフォレストで推定する手法を構築・検証しており、形質取得・推定法が研究の中心である。
abstractThis study aimed to establish an estimating model of LPC in cotton based on hyperspectral data.
Accurately detecting rice panicles in complex field environments remains challenging due to their small size, dense distribution, diverse growth directions, and easy confusion with the background. To accurately detect rice panicles, this study proposes OE-YOLO, an enhanced framework derived from YOLOv11, incorporating three synergistic innovations. First, oriented bounding boxes (OBB) replace horizontal bounding boxes (HBB) to precisely capture features of rice panicles across different heights and growth stages. Second, the backbone network is redesigned with EfficientNetV2, leveraging its compound scaling strategy to balance multi-scale feature extraction and computational efficiency. Third, a C3k2_DConv module improved by dynamic convolution is introduced, enabling input-adaptive kernel fusion to amplify discriminative features while suppressing background interference. Extensive experiments on rice Unmanned Aerial Vehicle (UAV) imagery demonstrate OE-YOLO's superiority, achieving 86.9% mAP50 and surpassing YOLOv8-obb and YOLOv11 by 2.8% and 8.3%, respectively, with only 2.45 M parameters and 4.8 GFLOPs. The model has also been validated at flight heights of 3 m and 10 m and during the heading and filling stages, achieving mAP50 improvements of 8.3%, 6.9%, 6.7%, and 16.6% compared to YOLOv11, respectively, demonstrating the generalization capability of the model. These advancements demonstrated OE-YOLO as a computationally frugal yet highly accurate solution for real-time crop monitoring, addressing critical needs in precision agriculture for robust, oriented detection under resource constraints.
Why it matches plant phenotyping methodsイネ穂の画像検出を目的としたYOLOベースの手法開発と性能検証が研究の中心であり、植物器官の観測・抽出法に該当する。
abstractTo accurately detect rice panicles, this study proposes OE-YOLO, an enhanced framework derived from YOLOv11, incorporating three synergistic innovations.
The Gini coefficient, while widely used to quantify inequality in biological size distributions, lacks the capacity to resolve directional asymmetry inherent in Lorenz curves, a critical limitation for understanding skewed resource allocation strategies. To address this, we extend our prior geometric framework of the rotated and right-shifted Lorenz curve (RRLC) by introducing two original asymmetry metrics: the positional shift ratio ( P L , defined as xc/2, where xc is the x -coordinate of the RRLC's maximum value point) and the area ratio ( P A , defined as A L /( A L + A R ), where A L and A R denote the areas under the left and right segments of the RRLC). These indices uniquely dissect contributions of dominant versus small individuals to overall inequality, with P L reflecting the peak position of the RRLC and P A quantifying the area dominance of its left segment. Theoretically, P L directly links to the classical Lorenz asymmetry coefficient S (defined as S=xc'+yc', where xc',yc' is the tangent point on the original Lorenz curve with a 45° slope) through S = 2 - 2 P L , bridging geometric transformation and parametric asymmetry analysis. Applied to 480 Shibataea chinensis Nakai shoots, our analysis revealed that over 99% exhibited pronounced left-skewed distributions, where abundant large leaves drove the majority of leaf area inequality, challenging assumptions of symmetry in plant canopy resource allocation. The framework's robustness was further validated by the strong correlation between P A and P L . By transforming abstract Lorenz curves into interpretable bell-shaped performance curves, this work provides a novel toolkit for analyzing asymmetric size distributions in ecology. The proposed metrics can be applied to refine light-use models, monitor phenotypic plasticity under environmental stress, and scale trait variations across biological hierarchies, thereby advancing both theoretical and applied research in plant ecology.
Why it matches plant phenotyping methods葉面積分布の非対称性を定量化する新しい指標と幾何学的解析枠組みを開発し、480個体のシュートで検証・適用しており、表現型解析手法が中心である。
abstractwe extend our prior geometric framework of the rotated and right-shifted Lorenz curve (RRLC) by introducing two original asymmetry metrics
Bunch compactness (BC) is a complex, multi-trait characteristic that has been studied mostly in the context of wine grapes, with table grapes being scarcely considered. As these groups have marked phenotypic and genetic differences, including BC, the study of this trait is reported here using a genetically diverse collection of 116 Vitis vinifera L. cultivars and lines enriched for table grapes over two seasons. For this, 3D scanning-based morphological data were combined with ground measurements of 14 BC-related traits, observing high correlations among both approaches (R 2 > 0.90-0.97). The multivariate analysis suggests that the attributes 'berries per bunch', 'berry weight and width', and 'bunch weight and length' could be considered as the main descriptors for BC, optimizing evaluation times. Then, GWASs based on a set of 70,335 SNPs revealed that GBS analysis in this same population enabled the detection of several SNPs associated with different sub-traits, with a locus for 'berries per bunch' in chromosome (chr) 18 being the most prominent. Enrichment analysis of significant and frequent SNPs found simultaneously in several traits and seasons revealed the over-representation of discrete functions such as alpha-linolenic acid metabolism and glycan degradation. In summary, the utility of 3D automated phenotyping was validated for table grape backgrounds, and new SNPs and candidate genes associated with the BC trait were detected. The latter could eventually become a selection tool for grapevine breeding programs.
Why it matches plant phenotyping methodsブドウ房のコンパクトネスを対象に、3Dスキャンによる自動形態計測を地上測定と比較・検証し、育種利用可能な表現型評価法として実証しているため、方法が中心的です。
abstract3D scanning-based morphological data were combined with ground measurements of 14 BC-related traits, observing high correlations among both approaches (R 2 > 0.90-0.97).
Soil drought and salinization are key abiotic stressors for agricultural plants; the development of methods of their early detection is an important applied task. Measurement of red-green-blue (RGB) indices, which are calculated on basis of color images, is a simple method of proximal and remote sensing of plant health under the action of stressors. Potentially, RGB indices can be used to estimate narrow-band reflectance indices and/or photosynthetic parameters in plants. Analysis of this problem was the main task of the current work. We investigated relationships of six RGB indices (r, g, b, ExG, VEG, and VARI) to widely used narrow-band reflectance indices (the normalized difference vegetation index, NDVI, and photochemical reflectance index, PRI) and the potential quantum yield of photosystem II (Fv/Fm) in wheat and pea plants under soil drought and salinization. It was shown that investigated RGB indices, NDVI, PRI, and Fv/Fm were significantly changed under the action of both stressors; changes in some RGB indices (e.g., ExG) were initiated on the early stage of action of drought or salinization. Correlation analysis showed that RGB indices (especially, ExG, VARY, and g) were strongly related to the NDVI, PRI, and Fv/Fm; linear regressions between these values were calculated. It means that RGB indices measured by simple and low-cost color cameras can be used to estimate plant parameters (NDVI, PRI, and Fv/Fm) requiring sophisticated equipment to measure.
Why it matches plant phenotyping methodsRGB画像からNDVI、PRI、Fv/Fmなどの植物形質・生理状態を推定する手法の関係解析と回帰モデル構築が研究の主目的であり、方法開発として中心的です。
abstractMeasurement of red-green-blue (RGB) indices, which are calculated on basis of color images, is a simple method of proximal and remote sensing of plant health under the action of stressors.
Tea ( Camellia sinensis L.) disease detection in complex field conditions faces significant challenges due to the scarcity of labeled data. While current mainstream visual deep learning algorithms depend on large-scale curated datasets. To address this, we propose a novel few-shot end-to-end detection network called MAF-MixNet that achieves robust detection with minimal annotation data. The network effectively overcomes the bottleneck of insufficient feature extraction under limited samples of existing methods, through the design of a mixed attention branch (MA-Branch) and a multi-path feature fusion module (MAFM). The former extracts contextual features, while the latter combines and enhances the local and global features. The entire model uses a two-stage paradigm to pretrain on public datasets and fine-tune on balanced subset datasets, including novel tea disease classes, anthracnose, and brown blight. Comparative experiments with six models on four evaluation metrics verified the advancement of our model. At 5-shot, MAF-MixNet achieves scores of 62.0%, 60.1%, and 65.9% in precision, nAP50, and F1 score, respectively, significantly outperforming other models. Similar superiority is achieved in the 10-shot scenario, where nAP50 is 73.8%. Our model maintains a certain computational efficiency and achieves the second fastest inference speed at 11.63 FPS, making it viable for real-world deployment. The results confirm MAF-MixNet's potential to enable cost-effective, intelligent disease monitoring in precision agriculture.
Why it matches plant phenotyping methods植物病害の症状を画像から検出する新規深層学習手法を開発し、複数モデルとの比較検証を行っているため、植物フェノタイピング手法が中心である。
abstractwe propose a novel few-shot end-to-end detection network called MAF-MixNet
Reproduction assets foundThe authors openly released the annotated leaf disease detection dataset (718 JPEG images with XML annotations of tea and cotton diseases) used in this study via Hugging Face Datasets with a DOI, making it a public, paper-specific, actionable asset.Dataset · publicThe leaf disease detection dataset supporting the findings of this
study is openly available in Hugging Face Datasets. This dataset contains 718 annotated images
of tea and cotton leaves across four disease categories (Tea Anthracnose Disease, Tea Brown Blight
Disease, Cotton Fusarium Wilt Disease, and Cotton Powdery Mildew), formatted as JPEG with
accompanying XML metadata.Open asset ↗Hugging Face Datasetspdf-page:26 lines:1-58Plant phenotyping relevance match · UnverifiedEurope PMC · checked 6 Sept 2026
Leaf area index (LAI) serves as a critical indicator for evaluating crop growth and guiding field management practices. While spectral information (vegetation indices and texture features) extracted from multispectral sensors mounted on unmanned aerial vehicles (UAVs) holds promise for LAI estimation, the limitations of single-texture features necessitate further exploration. Therefore, this study conducted field experiments over two consecutive years (2021-2022) to collect winter oilseed rape LAI ground truth data and corresponding UAV multispectral imagery. Vegetation indices were constructed, and canopy texture features were extracted. Subsequently, a correlation matrix method was employed to establish novel randomized combinations of three-dimensional texture indices. By analyzing the correlations between these parameters and winter oilseed rape LAI, variables with significant correlations ( p p p 2 ) of 0.882, a root mean square error (RMSE) of 0.204 cm 2 cm -2 , and a mean relative error (MRE) of 6.498%. This study provides an effective methodology for UAV-based multispectral monitoring of winter oilseed rape LAI and offers scientific and technical support for precision agriculture management practices.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像とテクスチャ特徴量、機械学習を用いて作物のLAIを推定する手法を開発・評価しており、植物形質取得が研究の中心である。
abstractTherefore, this study conducted field experiments over two consecutive years (2021-2022) to collect winter oilseed rape LAI ground truth data and corresponding UAV multispectral imagery.
The integration of crop models and remote sensing data has become a useful method for monitoring crop growth status and crop yield based on data assimilation. The objective of this study was to use leaf area index (LAI) values and plant nitrogen accumulation (PNA) values generated from spectral indices to calibrate the Decision Support System for Agrotechnology Transfer (DSSAT) model using the Monte Carlo Markov Chain (MCMC) technique. The initial management parameters, including sowing date, sowing rate, and nitrogen rate, are recalibrated based on the relationship between the remote sensing state variables and the simulated state variables. This integrated technique was tested on independent datasets acquired from three rice field tests at the experimental site in Deqing, China. The results showed that the data assimilation method achieved the most accurate LAI (R 2 = 0.939 and RMSE = 0.74) and PNA (R 2 = 0.926 and RMSE = 7.3 kg/ha) estimations compared with the spectral index method. Average differences (RE, %) between the inverted initialized parameters and the original input parameters for sowing date, seeding rate, and nitrogen amount were 1.33%, 4.75%, and 8.16%, respectively. The estimated yield was in good agreement with the measured yield (R 2 = 0.79 and RMSE = 661 kg/ha). The average root mean square deviation (RMSD) for the simulated values of yield was 745 kg/ha. Yield uncertainty from data assimilation between crop models and remote sensing was quantified. This study found that data assimilation of crop models and remote sensing data using the MCMC technique could improve the estimation of rice leaf area index (LAI), plant nitrogen accumulation (PNA), and yield. Data assimilation using the MCMC technique improves the prediction of LAI, PNA, and yield by solving the saturation effect of the normalized difference vegetation index (NDVI). This method proposed in this study can provide precise decision-making support for field management and anticipate regional yield fluctuations in advance.
Why it matches plant phenotyping methodsリモートセンシング由来のLAI・植物窒素蓄積量を用い、MCMCデータ同化で作物モデルを較正し、独立圃場データで推定精度を検証しているため、植物形質推定法が中心です。
abstractThe objective of this study was to use leaf area index (LAI) values and plant nitrogen accumulation (PNA) values generated from spectral indices to calibrate the Decision Support System for Agrotechnology Transfer (DSSAT) model using the Monte Carlo Markov Chain (MCMC) technique.
This study aims to utilize hyperspectral imaging technology combined with machine learning methods for the authenticity identification and classification of Anoectochilus roxburghii and its counterfeit species. Hyperspectral data were collected from the front and back leaves of nine species of Goldthread and two counterfeit species (Bloodleaf and Spotted-leaf), followed by classification using a variety of machine learning models, including Support Vector Machine (SVM), K-Nearest Neighbors (KNN), Random Forest (RF), Linear Discriminant Analysis (LDA), and Convolutional Neural Networks (CNN). The experimental results demonstrated that the SVM model achieved 100% classification accuracy for distinguishing Goldthread from its counterfeit species, effectively capturing the spectral differences between the front and back leaves. In contrast, traditional machine learning models showed varied performance, with SVM proving superior due to its ability to handle high-dimensional feature spaces. The introduction of a multi-view spectral fusion CNN model, which integrates spectral data from both the front and back leaves, further enhanced classification accuracy, achieving a perfect classification rate of 100%. This approach highlights the potential of hyperspectral imaging and machine learning in plant authenticity identification and provides a new perspective for the detection of counterfeit species.
Why it matches plant phenotyping methods葉のハイパースペクトル画像から植物種・真正性を分類する取得・解析手法が研究の中心であり、植物の識別可能な状態を直接評価しているため。
abstractutilize hyperspectral imaging technology combined with machine learning methods for the authenticity identification and classification of Anoectochilus roxburghii and its counterfeit species
Wheat spike detection holds significant importance for agricultural production as it enhances the efficiency of crop management and the precision of operations. This study aims to improve the accuracy and efficiency of wheat spike detection, enabling efficient crop monitoring under resource-constrained conditions. To this end, a wheat spike dataset encompassing multiple growth stages was constructed, leveraging the advantages of MobileNet and ShuffleNet to design a novel network module, SeCUIB. Building on this foundation, a new wheat spike detection network, LGWheatNet, was proposed by integrating a lightweight downsampling module (DWDown), spatial pyramid pooling (SPPF), and a lightweight detection head (LightDetect). The experimental results demonstrate that LGWheatNet excels in key performance metrics, including Precision, Recall, and Mean Average Precision (mAP50 and mAP50-95). Specifically, the model achieved a Precision of 0.956, a Recall of 0.921, an mAP50 of 0.967, and an mAP50-95 of 0.747, surpassing several YOLO models as well as EfficientDet and RetinaNet. Furthermore, LGWheatNet demonstrated superior resource efficiency with a parameter count of only 1,698,529 and GFLOPs of 5.0, significantly lower than those of competing models. Additionally, when combined with the Slicing Aided Hyper Inference strategy, LGWheatNet further improved the detection accuracy of wheat spikes, especially for small-scale targets and edge regions, when processing large-scale high-resolution images. This strategy significantly enhanced both inference efficiency and accuracy, making it particularly suitable for image analysis from drone-captured data. In wheat spike counting experiments, LGWheatNet also delivered exceptional performance, particularly in predictions during the filling and maturity stages, outperforming other models by a substantial margin. This study not only provides an efficient and reliable solution for wheat spike detection but also introduces innovative methods for lightweight object detection tasks in resource-constrained environments.
Why it matches plant phenotyping methods小麦穂の画像検出・計数という植物器官形質の抽出手法を開発し、データセット構築、モデル比較、精度・資源効率評価まで行っており、フェノタイピング手法が中心である。
abstractThis study aims to improve the accuracy and efficiency of wheat spike detection
Here, we developed a vase-life monitoring system (VMS) to automatically and accurately assess the post-harvest quality and vase life (VL) of cut roses. The VMS integrates camera imaging with the YOLOv8 (You Only Look Once version 8) deep learning algorithm to continuously monitor major physiological parameters including flower opening, fresh weight, water uptake, and gray mold disease incidence. Our results showed that the VMS can automatically measure the main physiological factors of cut roses by obtaining precise and consistent data. The values measured for physiology and disease by the VMS closely correlated with those measured by observation (OBS). Additionally, YOLOv8 achieved a high performance in the model by obtaining an object detection accuracy of 90%. Additionally, the mAP0.5 supported the high accuracy of the model in evaluating the VL of cut roses. Regression analysis revealed a strong correlation between the VL, VMS, and OBS. The VMS incorporating the microscope detected physiological and disease factors in the early stages of development. These results show that the plant monitoring system incorporating a microscope is highly effective for evaluating the post-harvest quality of cut roses. The early detection method using the VMS could also be applied to the flower breeding process, which requires rapid measurements of important characteristics of flower species, such as VL and disease resistance, to develop superior cultivars.
Why it matches plant phenotyping methodsカメラ画像とYOLOv8を統合したシステムを開発・検証し、切り花の開花、鮮重、吸水、灰色かび病、花瓶寿命を自動評価しているため、植物表現型の取得手法が中心です。
abstractwe developed a vase-life monitoring system (VMS) to automatically and accurately assess the post-harvest quality and vase life (VL) of cut roses.
MaizeAerial / UAVMultispectral / hyperspectralLeafPhysiological trait estimationWater status / transpiration
Leaf water content (LWC) is a key physiological parameter for assessing maize moisture status, with direct implications for crop growth and yield. Accurate LWC estimation is essential for water resource management and precision agriculture. This study introduces a high-precision method for estimating maize LWC utilizing UAV-based multispectral imagery combined with a Random Forest Regression (RFR) model. By extracting vegetation indices, image coverage, and texture features and integrating them with ground-truth data, the study examines the variation in LWC estimation accuracy across different growth stages. The results indicate that the RFR model performs optimally during the seedling stage, with a root relative mean square error (RRMSE) of 2.99%, whereas estimation errors are larger during the tasseling stage, with an RRMSE of 4.13%. Moreover, the RFR model consistently outperforms multiple linear regression (MLR) and ridge regression (RR) models throughout the growing season, demonstrating lower errors on both training and testing datasets. Notably, the RFR model exhibits significantly reduced errors in the training dataset compared to both MLR and RR models. Following particle swarm optimization (PSO), the prediction accuracy of the RFR model is notably enhanced, with the RRMSE on the training dataset decreasing from 1.46% to 1.19%. This study provides an effective approach for estimating maize LWC across different growth stages, supporting crop water management and precision agriculture, and offering valuable insights for the estimation of water content in other crops.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像と機械学習により、トウモロコシ葉の水分含量という生理形質を推定する手法が研究の中心であり、モデル比較・精度評価も実施している。
abstractThis study introduces a high-precision method for estimating maize LWC utilizing UAV-based multispectral imagery combined with a Random Forest Regression (RFR) model.
A novel eggplant disease detection method based on multimodal data fusion and attention mechanisms is proposed in this study, aimed at improving both the accuracy and robustness of disease detection. The method integrates image and sensor data, optimizing the fusion of multimodal features through an embedded attention mechanism, which enhances the model's ability to focus on disease-related features. Experimental results demonstrate that the proposed method excels across various evaluation metrics, achieving a precision of 0.94, recall of 0.90, accuracy of 0.92, and mAP@75 of 0.91, indicating excellent classification accuracy and object localization capability. Further experiments, through ablation studies, evaluated the impact of different attention mechanisms and loss functions on model performance, all of which showed superior performance for the proposed approach. The multimodal data fusion combined with the embedded attention mechanism effectively enhances the accuracy and robustness of the eggplant disease detection model, making it highly suitable for complex disease identification tasks and demonstrating significant potential for widespread application.
Why it matches plant phenotyping methodsナスの病害状態を画像・センサーデータから推定する手法を開発し、アブレーション実験と性能評価で検証しているため、植物フェノタイピング手法が中心です。
abstractA novel eggplant disease detection method based on multimodal data fusion and attention mechanisms is proposed in this study
This study proposes a model for leafy vegetable disease detection and segmentation based on a few-shot learning framework and a prototype attention mechanism, with the aim of addressing the challenges of complex backgrounds and few-shot problems. Experimental results show that the proposed method performs excellently in both object detection and semantic segmentation tasks. In the object detection task, the model achieves a precision of 0.93, recall of 0.90, accuracy of 0.91, mAP@50 of 0.91, and mAP@75 of 0.90. In the semantic segmentation task, the precision is 0.95, recall is 0.92, accuracy is 0.93, mAP@50 is 0.92, and mAP@75 is 0.92. These results show that the proposed method significantly outperforms the traditional methods, such as YOLOv10 and TinySegformer, validating the advantages of the prototype attention mechanism in enhancing model robustness and fine-grained feature expression. Furthermore, the prototype loss function, which optimizes the distance relationship between samples and category prototypes, significantly improves the model's ability to discriminate between categories. The proposed method shows great potential in agricultural disease detection, particularly in scenarios with few samples and complex backgrounds, offering broad application prospects.
Why it matches plant phenotyping methods葉菜の病害を画像から検出・セグメンテーションするモデルを開発し、既存手法と性能比較しているため、植物の病害状態を対象とするフェノタイピング手法が中心です。
abstractThis study proposes a model for leafy vegetable disease detection and segmentation based on a few-shot learning framework and a prototype attention mechanism
In rice, infections caused by Pantoea ananatis or Enterobacter asburiae closely resemble the bacterial blight induced by Xanthomonas oryzae pv. oryzae , yet they differ in drug resistance and management strategies. This study explores the potential of combining hyperspectral imaging (HSI) with machine learning for the rapid and accurate detection of rice bacterial blight symptoms caused by various pathogens. One-dimensional convolutional neural networks (1DCNNs) were employed to construct a classification model, integrating various spectral preprocessing techniques and feature selection algorithms for comparison. To enhance model robustness and mitigate overfitting due to limited spectral samples, generative adversarial networks (GANs) were utilized to augment the dataset. The results indicated that the 1DCNN model, after feature selection using uninformative variable elimination (UVE), achieved an accuracy of 86.11% and an F1 score of 0.8625 on the five-class dataset. However, the dominance of Pantoea ananatis in mixed bacterial samples negatively impacted classification performance. After removing mixed-infection samples, the model attained an accuracy of 97.06% and an F1 score of 0.9703 on the four-class dataset, demonstrating high classification accuracy across different pathogen-induced infections. Key spectral bands were identified at 420-490 nm, 610-670 nm, 780-850 nm, and 910-940 nm, facilitating pathogen differentiation. This study presents a precise, non-destructive approach to plant disease detection, offering valuable insights into disease prevention and management in precision agriculture.
Why it matches plant phenotyping methodsイネの病徴をハイパースペクトル画像と機械学習で直接検出・分類する手法が研究の中心であり、植物病害状態の非破壊的フェノタイピングに該当する。
abstractThis study explores the potential of combining hyperspectral imaging (HSI) with machine learning for the rapid and accurate detection of rice bacterial blight symptoms caused by various pathogens.
Accurate detection of soybean diseases is a critical component in achieving intelligent agricultural management. However, traditional methods often underperform in complex field scenarios. This paper proposes a diffusion-based object detection model that integrates the endogenous diffusion sub-network and the endogenous diffusion loss function to progressively optimize feature distributions, significantly enhancing detection performance for complex backgrounds and diverse disease regions. Experimental results demonstrate that the proposed method outperforms multiple baseline models, achieving a precision of 94%, recall of 90%, accuracy of 92%, and mAP@50 and mAP@75 of 92% and 91%, respectively, surpassing RetinaNet, DETR, YOLOv10, and DETR v2. In fine-grained disease detection, the model performs best on rust detection, with a precision of 96% and a recall of 93%. For more complex diseases such as bacterial blight and Fusarium head blight, precision and mAP exceed 90%. Compared to self-attention and CBAM, the proposed endogenous diffusion attention mechanism further improves feature extraction accuracy and robustness. This method demonstrates significant advantages in both theoretical innovation and practical application, providing critical technological support for intelligent soybean disease detection.
Why it matches plant phenotyping methods大豆病害を対象に、画像ベースの病徴・病害状態推定モデルを開発し、複数モデルとの性能比較で検証しているため、植物フェノタイピング手法が中心である。
abstractThis paper proposes a diffusion-based object detection model that integrates the endogenous diffusion sub-network and the endogenous diffusion loss function to progressively optimize feature distributions, significantly enhancing detection performance for complex backgrounds and diverse disease regions.
The automated recognition of disease in tomato leaves can greatly enhance yield and allow farmers to manage challenges more efficiently. This study investigates the performance of YOLOv11 for tomato leaf disease recognition. All accessible versions of YOLOv11 were first fine-tuned on an improved tomato leaf disease dataset consisting of a healthy class and 10 disease classes. YOLOv11m was selected for further hyperparameter optimization based on its evaluation metrics. It achieved a fitness score of 0.98885, with a precision of 0.99104, a recall of 0.98597, and a mAP@.5 of 0.99197. This model underwent rigorous hyperparameter optimization using the one-factor-at-a-time (OFAT) algorithm, with a focus on essential parameters such as batch size, learning rate, optimizer, weight decay, momentum, dropout, and epochs. Subsequently, random search (RS) with 100 configurations was performed based on the results of OFAT. Among them, the C47 model demonstrated a fitness score of 0.99268 (a 0.39% improvement), with a precision of 0.99190 (0.09%), a recall of 0.99348 (0.76%), and a mAP@.5 of 0.99262 (0.07%). The results suggest that the final model works efficiently and is capable of accurately detecting and identifying tomato leaf diseases, making it suitable for practical farming applications.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から認識するYOLOモデルを対象に、モデル比較とハイパーパラメータ最適化を行っており、植物の病害状態を推定する画像ベース手法が研究の中心です。
abstractThis study investigates the performance of YOLOv11 for tomato leaf disease recognition.
Reproduction assets foundThe paper's tomato leaf disease images derive from the public Kaggle 'Tomato Disease Multiple Sources' dataset, explicitly cited as openly available in the Data Availability Statement. The supplement (Data S1) contains the random-search performance configurations from the authors' hyperparameter optimization analysis.Dataset · publicand D.-H.A.; visualization, Y.-S.L.; supervision, Y.B.S.; project administration, D.-H.A. and G.-D.K.; funding acquisition, Y.-S.L. All authors have read and agreed to the published version of the manuscript.
Data Availability Statement
The data presented in this study are openly available in Tomato Disease Multiple Sources at https://www.kaggle.com/datasets/cookiefinder/tomato-disease-multiple-sources/data , accessed on 30 December 2023.
Conflicts of Interest
The authors declare no conflicts of interest.
Funding Statement
This research was supported by the Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (2021R1I1A1A0Open asset ↗Kaggle · Tomato Disease Multiple Sourceslines:2202-2219Plant phenotyping relevance match · UnverifiedEurope PMC · checked 6 Sept 2026
As potato is an important crop, potato disease detection and classification are of key significance in guaranteeing food security and enhancing agricultural production efficiency. Aiming at the problems of tiny spots, blurred disease edges, and susceptibility to noise interference during image acquisition and transmission in potato leaf diseases, we propose a CBSNet-based potato disease recognition method. Firstly, a convolution module called Channel Reconstruction Multi-Scale Convolution (CRMC) is designed to extract the upper and lower features by separating the channel features and applying a more optimized convolution to the upper and lower features, followed by a multi-scale convolution operation to capture the key changes more effectively. Secondly, a new attention mechanism, Spatial Triple Attention (STA), is developed, which first reconstructs the spatial dimensions of the input feature maps, then inputs the reconstructed three types of features into each of the three branches and carries out targeted processing according to the importance of the features, thereby improving the model performance. In addition, the Bat-Lion Algorithm (BLA) is introduced, which combines the Lion algorithm and the bat optimization algorithm and makes the optimization process more adaptive by using the bat algorithm to adjust the gradient direction during the updating process of the Lion algorithm. The BLA not only boosts the model's ability to recognize potato disease features but also ensures training stability and enhances the model's robustness in handling noisy images. Experimental results showed that CBSNet achieved an average Accuracy of 92.04% and a Precision of 91.58% on the self-built dataset. It effectively extracts subtle spots and blurry edges of potato leaf diseases, providing strong technical support for disease prevention and control in large-scale potato farming.
Why it matches plant phenotyping methodsジャガイモ葉の病徴を画像から分類する深層学習手法を開発し、自作データセットで性能評価しており、植物病害状態の取得・推定が中心的である。
abstractwe propose a CBSNet-based potato disease recognition method.
Early detection of apple leaf diseases is essential for enhancing orchard management efficiency and crop yield. This study introduces LightYOLO-AppleLeafDx, a lightweight detection framework based on an improved YOLOv8 model. Key enhancements include the incorporation of Slim-Neck, SPD-Conv, and SAHead modules, which optimize the model's structure to improve detection accuracy and recall while significantly reducing the number of parameters and computational complexity. Ablation studies validate the positive impact of these modules on model performance. The final LightYOLO-AppleLeafDx achieves a precision of 0.930, mAP@0.5 of 0.965, and mAP@0.5:0.95 of 0.587, surpassing the original YOLOv8n and other benchmark models. The model is highly lightweight, with a size of only 5.2 MB, and supports real-time detection at 107.2 frames per second. When deployed on an RV1103 hardware platform via an NPU-compatible framework, it maintains a detection speed of 14.8 frames per second, demonstrating practical applicability. These results highlight the potential of LightYOLO-AppleLeafDx as an efficient and lightweight solution for precision agriculture, addressing the need for accurate and real-time apple leaf disease detection.
Why it matches plant phenotyping methodsリンゴ葉の病害状態を画像から検出する軽量YOLOフレームワークの開発とアブレーション・ベンチマーク検証が中心であり、植物病害表現型の取得手法に該当する。
abstractThis study introduces LightYOLO-AppleLeafDx, a lightweight detection framework based on an improved YOLOv8 model.
Computer vision technology is widely used in smart agriculture, primarily because of its non-invasive nature, which avoids causing damage to delicate crops. Nevertheless, the deployment of computer vision algorithms on agricultural machinery with limited computing resources represents a significant challenge. Algorithm optimization with the aim of achieving an equilibrium between accuracy and computational power represents a pivotal research topic and is the core focus of our work. In this paper, we put forward a lightweight hybrid network, named VM-YOLO, for the purpose of detecting strawberry flowers. Firstly, a multi-branch architecture-based fast convolutional sampling module, designated as Light C2f, is proposed to replace the C2f module in the backbone of YOLOv8, in order to enhance the network's capacity to perceive multi-scale features. Secondly, a state space model-based lightweight neck with a global sensitivity field, designated as VMambaNeck, is proposed to replace the original neck of YOLOv8. After the training and testing of the improved algorithm on a self-constructed strawberry flower dataset, a series of experiments is conducted to evaluate the performance of the model, including ablation experiments, multi-dataset comparative experiments, and comparative experiments against state-of-the-art algorithms. The results show that the VM-YOLO network exhibits superior performance in object detection tasks across diverse datasets compared to the baseline. Furthermore, the results also demonstrate that VM-YOLO has better performances in the mAP, inference speed, and the number of parameters compared to the YOLOv6, Faster R-CNN, FCOS, and RetinaNet.
Why it matches plant phenotyping methodsイチゴ花の検出を目的とする画像解析モデルを開発し、データセット上でアブレーション、比較、性能評価を行っており、植物器官の取得・抽出法が研究の中心である。
abstractwe put forward a lightweight hybrid network, named VM-YOLO, for the purpose of detecting strawberry flowers.
Reproduction assets foundThe authors' self-constructed strawberry flower dataset (3388 labeled images used for all VM-YOLO experiments) is explicitly made publicly available via a Google Drive link in the Data Availability statement. The other listed datasets (Global Wheat Head 2020, CropAndWeed, Strawberry Disease) are cited prior public setsDataset · publicThe datasets can be found at the following: The strawberry flower dataset (Accessed on 2 February 2024): https://drive.google.com/drive/folders/1aT6ur3cLPp0xD0urIH6ex_mrFYkIAtm8 ; The Global Wheat Head Detection Dataset 2020 (Accessed on 10 February 2024): http://www.global-wheat.com/gwhd.html ; The CropAndWeed dataset (Accessed on 15 February 2024): https://github.com/cropandweed/cropandweed-dataset ; and The Strawberry Disease dataset (Accessed on 20 February 2024): www.kaggle.com/usmanafzaal/strawbeOpen asset ↗lines:145-326Plant phenotyping relevance match · UnverifiedEurope PMC · checked 6 Sept 2026
Huanglongbing is one of the most destructive diseases of citrus worldwide. Infected trees die due to the absence of practical cures. Thus, the removal of HLB-infected trees is one of the principal HLB managements for the regulation of disease spread. Here, we propose a non-destructive HLB detection method based on hyperspectral leaf reflectance. In total, 72 hyperspectral leaf images were collected in an HLB-invaded citrus orchard in Thailand and each image was visually distinguished into either any HLB symptom appearance (symptomatic) or no symptoms (asymptomatic) on the leaf. Principal component analysis was applied on the hyperspectral data and revealed 16 key wavelengths at red-edge to near-infrared regions (715, 718, 721, 724, 727, 730, 733, 736, 930, 933, 936, 939, 942, 945, 957, and 997 nm) that were characteristically differentiated in the symptomatic group. Seven models learnt on the spectral data at these 16 wavelengths were examined for the potential to separate these two image groups: random forest, decision tree, support vector machine, k-nearest neighbor, gradient boosting, logistic regression, linear discriminant. F1-score was employed to select the best-fit model to distinguish the two categories: random forest achieved the best score of 99.8%, followed by decision tree and k-nearest neighbor. The reliability of the visual grouping was evaluated by nearest neighbor matching and permutation test. These three models separated the two image categories as precisely as PCR results, indicating their potential as alternative tool instead of PCR.
Why it matches plant phenotyping methods葉のハイパースペクトル画像からHLB症状を非破壊的に検出・分類する手法を提案し、複数の機械学習モデルを比較・評価しているため、植物病徴の取得・推定が研究の中心です。
abstractHere, we propose a non-destructive HLB detection method based on hyperspectral leaf reflectance.
This study aims to develop an effective and reliable method for estimating rice quality indices and yield, addressing the growing need for rapid, non-destructive, and accurate predictions in modern agriculture. Field experiments were conducted in 2018 at the Suiling Water Conservancy Comprehensive Experimental Station (47°27' N, 127°06' E), using Longqingdao 3 as the test variety. Measurements included the leaf area index (LAI), chlorophyll content (SPAD), leaf nitrogen content (LNC), and leaf spectral reflectance during the tillering, jointing, and maturity stages. Based on these parameters, spectral indicators were calculated, and univariate linear regression models were developed to predict key rice quality indices. The results demonstrated that the optimal R 2 values for brown rice rate, moisture content, and taste value were 0.866, 0.913, and 0.651, with corresponding RMSE values of 0.122, 0.081, and 1.167. After optimizing the models, the R 2 values for the brown rice rate and taste value improved significantly to 0.95 (RMSE: 0.075) and 0.992 (RMSE: 0.179), respectively. Notably, the spectral index GM2 during the jointing stage achieved the highest accuracy for yield prediction, with an R 2 value of 0.822. These findings confirm that integrating multiple indicators across different growth periods enhances the accuracy of rice quality and yield predictions, offering a robust and intelligent solution for practical agricultural applications.
Why it matches plant phenotyping methods複数時期の葉面・スペクトル指標からイネの収量および品質を推定する予測手法を開発・最適化しており、形質推定ワークフローが研究の中心である。
abstractThis study aims to develop an effective and reliable method for estimating rice quality indices and yield
Traditional methods for estimating tea yield mainly rely on manual sampling surveys and empirical estimation, which are labor-intensive and time-consuming. Accurately estimating fresh tea production in different seasons has become a challenging task. It is possible to estimate the seasonal yield of tea at the field scale by using the spatial resolution of 10 m, 5-day revisit period and rich spectral information of Sentinel-2 imagery. This study integrated Sentinel-2 images and uncrewed aerial vehicle (UAV) RGB imagery to develop six regression models at the field scale, which were employed for the estimation of seasonal and annual fresh tea yields of the Yunlong Tea Cooperatives in Yixiang Town, Pu'er City, China. Firstly, we gathered fresh tea production data from 133 farmers in the cooperative over the past five years and obtained UAV RGB and Sentinel-2 imagery. Secondly, 23 spectral features were extracted from Sentinel-2 images. Based on the UAV images, the parcel of each farmer was positioned and three topographic features of slope, aspect, and elevation were extracted. Subsequently, these 26 features were screened using the random forest algorithm and Pearson correlation analysis. Thirdly, we applied six different regression algorithms to establish fresh tea yield models for each season and evaluated their estimation accuracy. The results showed that random forest regression models were the optimal choice for estimating spring and summer yields, with the spring model achieving an R 2 value of 0.45, an RMSE of 40.38 kg/acre, and an rRMSE of 40.79%. Similarly, the summer model achieved an R 2 value of 0.5, an RMSE of 78.46 kg/acre, and an rRMSE of 39.81%. For autumn and annual yield estimation, voting regression models demonstrated superior performance, with the autumn model achieving an R 2 value of 0.42, an RMSE of 70.6 kg/acre, and an rRMSE of 39.77%, and the annual model attained an R 2 value of 0.47, an RMSE of 168.7 kg/acre, and an rRMSE of 34.62%. This study provides a promising new method for estimating fresh tea yield in different seasons at the field scale.
Why it matches plant phenotyping methodsUAV RGB・Sentinel-2画像と複数の回帰モデルを用いて、圃場・農家区画レベルの茶収量を推定する手法を開発・評価しており、植物の収量形質の取得・推定が中心である。
abstractThis study integrated Sentinel-2 images and uncrewed aerial vehicle (UAV) RGB imagery to develop six regression models at the field scale, which were employed for the estimation of seasonal and annual fresh tea yields
This paper proposes a disease detection model based on the maxmin-diffusion mechanism, aimed at improving the accuracy and robustness of disease detection tasks in the agricultural field. With the development of smart agriculture, automated disease detection has become one of the key tasks driving agricultural modernization. Traditional disease detection models often suffer from significant accuracy loss and robustness issues when dealing with complex disease types and dynamically changing time-series data. To address these problems, this paper introduces the maxmin-diffusion mechanism, which dynamically adjusts attention weights to enhance the model's focus on key disease regions while suppressing interference from irrelevant areas, significantly improving the segmentation accuracy of disease regions. Through a series of experiments, the proposed model demonstrates outstanding performance across various disease detection tasks. For bacterial spot disease detection, the model achieves a precision of 0.98, recall of 0.95, accuracy of 0.96, and mIoU of 0.96, indicating that it can efficiently and accurately identify disease regions even in complex backgrounds. Compared to traditional self-attention and CBAM mechanisms, the maxmin-diffusion mechanism shows significant advantages in fine-grained feature extraction and time-series data processing, particularly in the recognition of dynamically changing disease regions, where it exhibits higher detection accuracy and robustness. Furthermore, the model underwent lightweight optimization, enabling the proposed disease detection model to not only achieve high-precision detection but also run efficiently on resource-constrained mobile devices. This provides strong technical support for the application of smart agriculture.
Why it matches plant phenotyping methodsトマト葉の病斑領域を画像から分割・検出する新規モデルを開発し、精度・頑健性・モバイル実行性を評価しており、植物の病害状態の取得方法が研究の中心である。
abstractThis paper proposes a disease detection model based on the maxmin-diffusion mechanism
Common fig, or simply fig ( Ficus carica L.), is one of the most ancient species originated and domesticated in the Mediterranean basin. The Italian fig germplasm consists of a large number of cultivars, more than 300. This number is approximate; there are many genotypes that are still poorly known and studied that may possess interesting agronomic traits, especially in terms of response to climate change. Therefore, it is extremely important to study and preserve agrobiodiversity, but more importantly to identify simple and rapid characterization methods to catalog "hidden" cultivated plants. In this study, geometric leaf morphometry was used to explore differences among fifteen Tuscan fig cultivars. In addition, the effectiveness of a machine learning (ML) algorithm to characterize cultivars was evaluated. The study analyzed two classes of cultivars, one of plants with predominantly three-lobed leaf shape, and one five-lobed. Thirty-three descriptors for the five-lobed and twenty-three for the three-lobed. Anova analysis showed statistically significant differences for all characters analyzed and allowed an initial characterization of the material. Then, Random Forest algorithm analysis was used to reduce the number of parameters to those most significant for classification. The results showed that machine learning-based techniques are a valid system for analyzing leaves of F. carica cultivars and interpreting significant differences in leaf parameters. Classification based on the Random Forest model allowed us to filter out the main descriptors that best differentiate cultivars from each other.
Why it matches plant phenotyping methodsイチジク葉の形態形質を幾何学的形態計測と機械学習で抽出・分類し、品種識別への有効性を評価しており、表現型取得・解析手法が中心である。
abstractgeometric leaf morphometry was used to explore differences among fifteen Tuscan fig cultivars.
The rapid advancement in smart agriculture has introduced significant challenges, including data scarcity, complex and diverse disease features, and substantial background interference in agricultural scenarios. To address these challenges, a disease detection method based on few-shot learning and diffusion generative models is proposed. By integrating the high-quality feature generation capabilities of diffusion models with the feature extraction advantages of few-shot learning, an end-to-end framework for disease detection has been constructed. The experimental results demonstrate that the proposed method achieves outstanding performance in disease detection tasks. Across comprehensive experiments, the model achieved scores of 0.94, 0.92, 0.93, and 0.92 in precision, recall, accuracy, and mean average precision (mAP@75), respectively, significantly outperforming other comparative models. Furthermore, the incorporation of attention mechanisms effectively enhanced the quality of disease feature representations and improved the model's ability to capture fine-grained features.
Why it matches plant phenotyping methodsヒマワリの病害状態を検出・分類する新規Few-shot学習/拡散モデル手法が研究の中心であり、植物病害表現型の計算的取得に該当する。
titleA Novel Few-Shot Learning Framework Based on Diffusion Models for High-Accuracy Sunflower Disease Detection and Classification.
Grapevines are subjected to many physiological and environmental stresses that influence their vegetative and reproductive growth. Water stress, cold damage, and pathogen attacks are highly relevant stresses in many grape-growing regions. Precision viticulture can be used to determine and manage the spatial variation in grapevine health within a single vineyard block. Newer technologies such as remotely piloted aircraft systems (RPASs) with remote sensing capabilities can enhance the application of precision viticulture. The use of remote sensing for vineyard variation detection has been extensively investigated; however, there is still a dearth of literature regarding its potential for detecting key stresses such as winter hardiness, water status, and virus infection. The main objective of this research is to examine the performance of modern remote sensing technologies to determine if their application can enhance vineyard management by providing evidence-based stress detection. To accomplish the objective, remotely sensed data such as the normalized difference vegetation index (NDVI) and thermal imaging from RPAS flights were measured from six commercial vineyards in Niagara, ON, along with the manual measurement of key viticultural data including vine water stress, cold stress, vine size, and virus titre. This study verified that the NDVI could be a useful metric to detect variation across vineyards for agriculturally important variables including vine size and soil moisture. The red-edge and near-infrared regions of the electromagnetic reflectance spectra could also have a potential application in detecting virus infection in vineyards.
Why it matches plant phenotyping methodsRPASのマルチスペクトル・熱画像を用いてブドウの水分ストレス、低温ストレス、サイズ、ウイルス感染を推定・検証することが研究の中心であり、植物形質・状態の取得手法を評価している。
abstractThe main objective of this research is to examine the performance of modern remote sensing technologies to determine if their application can enhance vineyard management by providing evidence-based stress detection.
RyeWheatFlowerVisualization / data managementFruit / seed / panicle traits
Successful pollination and fertilization are crucial for grain setting in cereals. Wheat is an allohexaploid autogamous species. Due to its evolutionary history, the genetic diversity of current bread wheat ( Triticum aestivum ) cultivars is limited. Introducing favorable alleles from related wild and cultivated wheat species is a promising breeding strategy for resolving this issue. However, wide hybridization between bread wheat and its relatives is hampered by the presence of suppressor genes and difficulties in crossing. Optimized methods for observing pollen tubes are essential for understanding the mechanism of crossability between wheat and its relatives. Here, we improved the crossing procedure between bread wheat and rye ( Secale cereale ) and established an optimized protocol for visualizing pollen tube behavior. Crossing via detached spike culture significantly enhanced crossing efficiency and phenotypic stability. A combination of canonical aniline blue staining and optimized clearing and sectioning allowed us to visualize pollen tube behavior. The proportion of rye pollen tubes reaching the micropyle was lower than that for pollen tubes germinated on the stigmatic hair, explaining why the hybrid seed-setting rate was approximately 75% instead of 100%. This method sheds light on wide hybridization through deeper visualization of the insides of pistils.
Why it matches plant phenotyping methodsコムギ雌ずい内の花粉管挙動を可視化する染色・透明化・切片化手法の最適化が研究の中心であり、植物の生殖状態を測定する実質的な表現型取得法に該当する。
abstractOptimized methods for observing pollen tubes are essential for understanding the mechanism of crossability between wheat and its relatives.
This study explores the effects of varying exposure times of microelement fertilization on hydrochemical parameters, plant growth, and nutrient content in an aquaponic system cultivating Capsicum annuum L. (pepper) with Cyprinus carpio ( Common carp L.). It also investigates the potential of visible-near-infrared (VIS-NIR) spectroscopy to differentiate between treated plants based on their spectral characteristics. The findings aim to enhance the understanding of microelement dynamics in aquaponics and optimize the use of VIS-NIR spectroscopy for nutrient and stress detection in crops. The effects of microelement exposure on the growth and health of Cyprinus carpio ( Common carp L.) in an aquaponic system are investigated, demonstrating a 100% survival rate and optimal growth performance. The findings suggest that microelement treatments, when applied within safe limits, can enhance system productivity without compromising fish health. Concerning hydrochemical parameters, conductivity remained stable, with values ranging from 271.66 to 297.66 μS/cm, while pH and dissolved oxygen levels were within optimal ranges for aquaponic systems. Ammonia nitrogen levels decreased significantly in treated variants, suggesting improved water quality, while nitrate and orthophosphate reductions indicated an enhanced plant nutrient uptake. The findings underscore the importance of managing water chemistry to maintain a balanced and productive aquaponic system. The increase in root length observed in treatments 2 and 6 suggests that certain microelement exposure times may enhance root development, with treatment 6 showing the longest roots (58.33 cm). Despite this, treatment 2 had a lower biomass (61.2 g), indicating that root growth did not necessarily translate into increased plant weight, possibly due to energy being directed towards root development over fruit production. In contrast, treatment 6 showed both the greatest root length and the highest weight (133.4 g), suggesting a positive correlation between root development and fruit biomass. Yield data revealed that treatment 4 produced the highest yield (0.144 g), suggesting an optimal exposure time before nutrient imbalances negatively impact growth. These results highlight the complexity of microelement exposure in aquaponic systems, emphasizing the importance of fine-tuning exposure times to balance root growth, biomass, and yield for optimal plant development. The spectral characteristics of the visible-near-infrared region of pepper plants treated with microelements revealed subtle differences, particularly in the green (534-555 nm) and red edge (680-750 nm) regions. SIMCA models successfully classified control and treated plants with a misclassification rate of only 1.6%, highlighting the effectiveness of the spectral data for plant differentiation. Key wavelengths for distinguishing plant classes were 468 nm, 537 nm, 687 nm, 728 nm, and 969 nm, which were closely related to plant pigment content and nutrient status. These findings suggest that spectral analysis can be a valuable tool for the non-destructive assessment of plant health and nutrient status.
Why it matches plant phenotyping methodsVIS-NIR分光とSIMCA分類を用いて、処理植物の識別および健康・栄養状態を非破壊評価する方法が、研究の明示的な主要目的として扱われているため。
abstractIt also investigates the potential of visible-near-infrared (VIS-NIR) spectroscopy to differentiate between treated plants based on their spectral characteristics.
This study aims to improve the precision of wheat spike counting and disease detection, exploring the application of deep learning in the agricultural sector. Addressing the shortcomings of traditional detection methods, we propose an advanced feature extraction strategy and a model based on the probability density attention mechanism, designed to more effectively handle feature extraction in complex backgrounds and dense areas. Through comparative experiments with various advanced models, we comprehensively evaluate the performance of our model. In the disease detection task, our model performs excellently, achieving a precision of 0.93, a recall of 0.89, an accuracy of 0.91, and an mAP of 0.90. By introducing the density loss function, we are able to effectively improve the detection accuracy when dealing with high-density regions. In the wheat spike counting task, the model similarly demonstrates a strong performance, with a precision of 0.91, a recall of 0.88, an accuracy of 0.90, and an mAP of 0.90, further validating its effectiveness. Furthermore, this paper also conducts ablation experiments on different loss functions. The results of this research provide a new method for wheat spike counting and disease detection, fully reflecting the application value of deep learning in precision agriculture. By combining the probability density attention mechanism and the density loss function, the proposed model significantly improves the detection accuracy and efficiency, offering important references for future related research.
Why it matches plant phenotyping methodsコムギ穂数の計数と植物病害の検出を対象に、深層学習モデルと特徴抽出・損失関数を開発し、比較およびアブレーション実験で評価しており、表現型取得手法が中心である。
abstractwe propose an advanced feature extraction strategy and a model based on the probability density attention mechanism
Due to the vulnerability of pepper ( Capsicum spp.) and the virulence of tomato spotted wilt virus (TSWV), seasonal shortages and surges of prices are a challenge and thus threaten household income. Traditional bioassays for detecting TSWV, such as observation for symptoms and reverse transcription-PCR, are time-consuming, labor-intensive, and sometimes lack precision, highlighting the need for a faster and more reliable approach to plant disease assessment. Here, two imaging techniques-Red-Green-Blue (RGB) and hyperspectral imaging (using NDVI and wavelength intensities)-were compared with a bioassay method to study the incidence and severity of TSWV in different pepper accessions. The bioassay results gave TSWV an incidence from 0 to 100% among the accessions, while severity ranged from 0 to 5.68% based on RGB analysis. The normalized difference vegetative index (NDVI) scored from 0.21 to 0.23 for healthy spots on the leaf but from 0.14 to 0.19 for disease spots, depending on the severity of the damage. The peak reflectance of the disease spots on the leaves was identified in the visible light spectrum (430-470 nm) when spectral bands were studied in the broad spectrum (400.93-1004.5 nm). For the selected wavelength in the visible light spectrum, a high reflectance intensity of 340 to 430 was identified for disease areas, but between 270 and 290 for healthy leaves. RGB and hyperspectral imaging techniques can be recommended for precise and accurate detection and quantification of TSWV infection.
Why it matches plant phenotyping methodsRGBおよびハイパースペクトル画像で植物病害の発生・重症度を検出・定量し、バイオアッセイと比較評価することが研究の中心であるため、植物フェノタイピング手法研究として含める。
abstractHere, two imaging techniques-Red-Green-Blue (RGB) and hyperspectral imaging (using NDVI and wavelength intensities)-were compared with a bioassay method to study the incidence and severity of TSWV in different pepper accessions.
Remote sensing is a valuable tool in precision agriculture due to its spatial and temporal coverage, non-destructive method of data collection, and cost-effectiveness. In this study, we measured the canopy reflectance of potato ( Solanum tuberosum L.) crops on a plant-by-plant basis with a handheld spectrometer instrument. Our study pursues two primary objectives: (1) determining the optimal temporal aggregation for measuring canopy signals related to potato yield and (2) identifying the best spectral bands in the 350-2500 nm domain and vegetation indices. The study was conducted over two consecutive years (2020 and 2021) with 60 plants per plot, encompassing six potato varieties and three replicates annually throughout the growth season. Employing correlation analysis and dimensionality reduction, we identified 23 independent features significantly correlated with tuber yield. We used multiple linear regression analysis to model the relationship between the selected features and yield and to compare their influence in the fitted model. We used the Leave-One-Out Cross-Validation (LOOCV) method to assess the validity of the model (RMSE = 702 g and %RMSE = 29.2%). The most significant features included the Gitelson2 and Vogelmann indices. The optimal time period for measurements was determined to be from 56 to 100 days after planting. These findings may contribute to the advancement of precision farming by proposing tailored sensor applications, paving the way for improved agricultural practices and enhanced food security.
Why it matches plant phenotyping methods携帯型分光計による植物体ごとのキャノピー反射測定、感度波長・植生指数の選定、収量推定モデルの検証が研究の中心であり、ジャガイモ収量という植物形質を推定する方法研究である。
abstractwe measured the canopy reflectance of potato ( Solanum tuberosum L.) crops on a plant-by-plant basis with a handheld spectrometer instrument.
Timely and accurate monitoring of above-ground biomass (AGB) is of great significance for indicating crop growth status, predicting yield, and assessing carbon dynamics. Compared with the traditional time-consuming and laborious method through destructive sampling, UAV remote sensing provides a timely and efficient strategy for estimating biomass. However, the universality of remote sensing retrieval models with multi-feature fusion under different management practices and cultivars are unknown. The spectral, textural, and structural features extracted by UAV multispectral and RGB imaging, coupled with agricultural meteorological parameters, were integrated to estimate the AGB in potato during the whole growth period. Six advanced modeling algorithms, including random forest (RF), partial least squares regression (PLSR), multiple linear regression (MLR), simple linear regression (SLR), ridge regression (RR), and lasso regression (LR) models, were adopted to evaluate the ability of estimating AGB by single feature and multi-feature information fusion. The results indicate the following: (1) The newly proposed variety-dependent indicator growth process ratio (GPR) can improve the model accuracy by over 20%. (2) The fusion of vegetation indices, canopy cover, growing degree days, and GPR achieved higher accuracy to estimate AGB at all growth stages compared with single feature model. (3) RF model performed best for the estimation of AGB during the whole growth period with R 2 0.79 and rRMSE 0.24 ton/ha. The study demonstrated that the fusion of multi-feature coupled with the machine learning algorithm achieved the best performance for estimating potato AGB under different management practices and cultivars, which can be a potential and useful phenotyping strategy for estimating AGB at refined plot scale during the whole growth period.
Why it matches plant phenotyping methodsUAV画像から特徴量を抽出し、機械学習でジャガイモの地上部バイオマスを推定する手法を開発・評価しており、植物形質取得が研究の中心です。
abstractThe spectral, textural, and structural features extracted by UAV multispectral and RGB imaging, coupled with agricultural meteorological parameters, were integrated to estimate the AGB in potato during the whole growth period.
As a crop with significant medicinal value and nutritional components, the market demand for bitter melon continues to grow. The diversity of bitter melon shapes has a direct impact on its market acceptance and consumer preferences, making precise identification of bitter melon germplasm resources crucial for breeding work. To address the limitations of time-consuming and less accurate traditional manual identification methods, there is a need to enhance the automation and intelligence of bitter melon phenotype detection. This study developed a bitter melon phenotype detection model named CSW-YOLO. By incorporating the ConvNeXt V2 module to replace the backbone network of YOLOv8, the model's focus on critical target features is enhanced. Additionally, the SimAM attention mechanism was introduced to compute attention weights for neurons without increasing the parameter count, further enhancing the model's recognition accuracy. Finally, WIoUv3 was introduced as the bounding box loss function to improve the model's convergence speed and positioning capabilities. The model was trained and tested on a bitter melon image dataset, achieving a precision of 94.6%, a recall of 80.6%, a mAP50 of 96.7%, and an F1 score of 87.04%. These results represent improvements of 8.5%, 0.4%, 11.1%, and 4% in precision, recall, mAP50, and F1 score, respectively, over the original YOLOv8 model. Furthermore, the effectiveness of the improvements was validated through heatmap analysis and ablation experiments, demonstrating that the CSW-YOLO model can more accurately focus on target features, reduce false detection rates, and enhance generalization capabilities. Comparative tests with various mainstream deep learning models also proved the superior performance of CSW-YOLO in bitter melon phenotype detection tasks. This research provides an accurate and reliable method for bitter melon phenotype identification and also offers technical support for the visual detection technologies of other agricultural products.
Why it matches plant phenotyping methods苦瓜の表現型を画像から検出するYOLOベース手法を開発し、データセットで性能評価・比較・アブレーション検証しており、表現型取得手法が中心である。
abstractThis study developed a bitter melon phenotype detection model named CSW-YOLO.
Recruitment poses significant challenges for narrow endemic plant species inhabiting extreme environments like vertical cliffs. Investigating seed traits in these plants is crucial for understanding the adaptive properties of chasmophytes. Focusing on the Iberian endemic genus Petrocoptis A. Braun ex Endl., a strophiole-bearing Caryophyllaceae, this study explored the relationships between seed traits and climatic variables, aiming to shed light on the strophiole's biological role and assess its classificatory power. We analysed 2773 seeds (557 individuals) from 84 populations spanning the genus' entire distribution range. Employing cluster and machine learning algorithms, we delineated well-defined morphogroups based on seed traits and evaluated their recognizability. Linear mixed-effects models were utilized to investigate the relationship between climate predictors and strophiole area, seed area and the ratio between both. The combination of seed morphometric traits allows the division of the genus into three well-defined morphogroups. The subsequent validation of the algorithm allowed 87% of the seeds to be correctly classified. Part of the intra- and interpopulation variability found in strophiole raw and relative size could be explained by average annual rainfall and average annual maximum temperature. Strophiole size in Petrocoptis could have been potentially driven by adaptation to local climates through the investment of more resources in the production of bigger strophioles to increase the hydration ability of the seed in dry and warm climates. This reinforces the idea of the strophiole being involved in seed water uptake and germination regulation in Petrocoptis . Similar relationships have not been previously reported for strophioles or other analogous structures in Angiosperms.
Why it matches plant phenotyping methods種子形態計測とクラスタリング・機械学習による形態群分類を中心に扱い、分類アルゴリズムの検証も行っているため、植物形質の計測・抽出手法として収録対象。
abstractEmploying cluster and machine learning algorithms, we delineated well-defined morphogroups based on seed traits and evaluated their recognizability.
Reproduction assets foundThe authors openly deposited the study's seed morphometric phenotype data (2773 seeds, 557 individuals, 84 populations) in Zenodo, as stated in the Data Availability Statement. The MDPI supplementary materials contain population tables and model statistics but the Zenodo deposit is the paper-specific public dataset.Dataset · publicThe data presented in this study are contained within the article and Supplementary Materials and openly available in Zenodo at https://doi.org/10.5281/zenodo.13972509 .Open asset ↗Zenodo · 10.5281/zenodo.13972509lines:397-411Plant phenotyping relevance match · UnverifiedEurope PMC · checked 7 Sept 2026
The tobacco seedling stage is a crucial period for tobacco cultivation. Accurately extracting tobacco seedlings from satellite images can effectively assist farmers in replanting, precise fertilization, and subsequent yield estimation. However, in complex Karst mountainous areas, it is extremely challenging to accurately segment tobacco plants due to a variety of factors, such as the topography, the planting environment, and difficulties in obtaining high-resolution image data. Therefore, this study explores an accurate segmentation model for detecting tobacco seedlings from UAV RGB images across various geomorphic partitions, including dam and hilly areas. It explores a family of tobacco plant seedling segmentation networks, namely, U-Net, U-Net++, Linknet, PSPNet, MAnet, FPN, PAN, and DeepLabV3+, using the Hill Seedling Tobacco Dataset (HSTD), the Dam Area Seedling Tobacco Dataset (DASTD), and the Hilly Dam Area Seedling Tobacco Dataset (H-DASTD) for model training. To validate the performance of the semantic segmentation models for crop segmentation in the complex cropping environments of Karst mountainous areas, this study compares and analyzes the predicted results with the manually labeled true values. The results show that: (1) the accuracy of the models in segmenting tobacco seedling plants in the dam area is much higher than that in the hilly area, with the mean values of mIoU, PA, Precision, Recall, and the Kappa Coefficient reaching 87%, 97%, 91%, 85%, and 0.81 in the dam area and 81%, 97%, 72%, 73%, and 0.73 in the hilly area, respectively; (2) The segmentation accuracies of the models differ significantly across different geomorphological zones; the U-Net segmentation results are optimal for the dam area, with higher values of mIoU (93.83%), PA (98.83%), Precision (93.27%), Recall (96.24%), and the Kappa Coefficient (0.9440) than those of the other models; in the hilly area, the U-Net++ segmentation performance is better than that of the other models, with mIoU and PA of 84.17% and 98.56%, respectively; (3) The diversity of tobacco seedling samples affects the model segmentation accuracy, as shown by the Kappa Coefficient, with H-DASTD (0.901) > DASTD (0.885) > HSTD (0.726); (4) With regard to the factors affecting missed segregation, although the factors affecting the dam area and the hilly area are different, the main factors are small tobacco plants (STPs) and weeds for both areas. This study shows that the accurate segmentation of tobacco plant seedlings in dam and hilly areas based on UAV RGB images and semantic segmentation models can be achieved, thereby providing new ideas and technical support for accurate crop segmentation in Karst mountainous areas.
Why it matches plant phenotyping methodsUAV画像からタバコ苗を抽出するセマンティックセグメンテーション手法を複数モデル・データセットで比較検証しており、植物状態の取得方法が研究の中心です。
abstractTherefore, this study explores an accurate segmentation model for detecting tobacco seedlings from UAV RGB images across various geomorphic partitions
In improving agricultural yields and ensuring food security, precise detection of maize leaf diseases is of great importance. Traditional disease detection methods show limited performance in complex environments, making it challenging to meet the demands for precise detection in modern agriculture. This paper proposes a maize leaf disease detection model based on a state-space attention mechanism, aiming to effectively utilize the spatiotemporal characteristics of maize leaf diseases to achieve efficient and accurate detection. The model introduces a state-space attention mechanism combined with a multi-scale feature fusion module to capture the spatial distribution and dynamic development of maize diseases. In experimental comparisons, the proposed model demonstrates superior performance in the task of maize disease detection, achieving a precision, recall, accuracy, and F1 score of 0.94. Compared with baseline models such as AlexNet, GoogLeNet, ResNet, EfficientNet, and ViT, the proposed method achieves a precision of 0.95, with the other metrics also reaching 0.94, showing significant improvement. Additionally, ablation experiments verify the impact of different attention mechanisms and loss functions on model performance. The standard self-attention model achieved a precision, recall, accuracy, and F1 score of 0.74, 0.70, 0.72, and 0.72, respectively. The Convolutional Block Attention Module (CBAM) showed a precision of 0.87, recall of 0.83, accuracy of 0.85, and F1 score of 0.85, while the state-space attention module achieved a precision of 0.95, with the other metrics also at 0.94. In terms of loss functions, cross-entropy loss showed a precision, recall, accuracy, and F1 score of 0.69, 0.65, 0.67, and 0.67, respectively. Focal loss showed a precision of 0.83, recall of 0.80, accuracy of 0.81, and F1 score of 0.81. State-space loss demonstrated the best performance in these experiments, achieving a precision of 0.95, with recall, accuracy, and F1 score all at 0.94. These results indicate that the model based on the state-space attention mechanism achieves higher detection accuracy and better generalization ability in the task of maize leaf disease detection, effectively improving the accuracy and efficiency of disease recognition and providing strong technical support for the early diagnosis and management of maize diseases. Future work will focus on further optimizing the model's spatiotemporal feature modeling capabilities and exploring multi-modal data fusion to enhance the model's application in real agricultural scenarios.
Why it matches plant phenotyping methodsトウモロコシ葉の病害状態を画像から推定する深層学習モデルの開発・比較・アブレーション検証が中心であり、植物病害表現型の取得手法に該当する。
abstractThis paper proposes a maize leaf disease detection model based on a state-space attention mechanism
Crop growth information is collected through destructive investigation, which inevitably causes discontinuity of the target. Real-time monitoring and estimation of the same target crops can lead to dynamic feedback control, considering immediate crop growth. Images are high-dimensional data containing crop growth and developmental stages and image collection is non-destructive. We propose a non-destructive growth prediction method that uses low-cost RGB images and computer vision. In this study, two methodologies were selected and verified: an image-to-growth model with crop images and a growth simulation model with estimated crop growth. The best models for each case were the vision transformer (ViT) and one-dimensional convolutional neural network (1D ConvNet). For shoot fresh weight, shoot dry weight, and leaf area of lettuce, ViT showed R 2 values of 0.89, 0.93, and 0.78, respectively, whereas 1D ConvNet showed 0.96, 0.94, and 0.95, respectively. These accuracies indicated that RGB images and deep neural networks can non-destructively interpret the interaction between crops and the environment. Ultimately, growers can enhance resource use efficiency by adapting real-time monitoring and prediction to feedback environmental controls to yield high-quality crops.
Why it matches plant phenotyping methodsRGB画像と深層学習を用いてレタスの生体重、乾物重、葉面積を非破壊推定・予測する方法を提案し、複数モデルを検証しているため、植物フェノタイピング手法が中心である。
abstractWe propose a non-destructive growth prediction method that uses low-cost RGB images and computer vision.
The epidermal leaf patterns of plants exhibit remarkable diversity in cell shapes, sizes, and arrangements, driven by environmental interactions that lead to significant adaptive changes even among closely related species. The Solanaceae family, known for its high diversity of adaptive epidermal structures, has traditionally been studied using qualitative phenotypic descriptions. To advance this, we developed a workflow combining multi-scale computer vision, image processing, and data analysis to extract digital descriptors for leaf epidermal cell morphology. Applied to nine wild potato species, this workflow quantified key morphological parameters, identifying descriptors for trichomes, stomata, and pavement cells, and revealing interdependencies among these traits. Principal component analysis (PCA) highlighted two main axes, accounting for 45% and 21% of variance, corresponding to features such as guard cell shape, trichome length, stomatal density, and trichome density. These axes aligned well with the historical and geographical origins of the species, separating southern from Central American species, and forming distinct clusters for monophyletic groups. This workflow thus establishes a quantitative foundation for investigating leaf epidermal cell morphology within phylogenetic and geographic contexts.
Why it matches plant phenotyping methods葉表皮細胞の形態形質を画像から抽出・定量するコンピュータビジョン/画像処理ワークフローの開発と適用が研究の中心であるため、植物フェノタイピング手法として収載する。
abstractwe developed a workflow combining multi-scale computer vision, image processing, and data analysis to extract digital descriptors for leaf epidermal cell morphology.
Reproduction assets foundThe paper's quantitative phenotyping measurements (trichome types and morphometric parameters of leaf epidermal cells for nine wild potato species) are publicly available as Supplementary Tables S1 and S2 at the MDPI supplementary URL. Microscopy images are not publicly deposited and are available only upon request; noSupplement · publicObjects of the Institute of Cytology and Genetics SB RAS.
Abbreviations
The following abbreviations are used in this manuscript:
LSM
Laser scanning microscopy
PI
Propidium iodide
DAPI
4′,6-diamidino-2-phenylindole
PCA
Principal component analysis
Supplementary Materials
The following supporting information can be downloaded at https://www.mdpi.com/article/10.3390/plants13213084/s1 , Table S1: Trichome types for the studied wild potato species; Table S2: Morphometric parameters for leaf epidermal cells of the studied wild potato species, including Area, Length, Width, Elongation, Circularity, Rectangularity, Perimeter, Convex Hull Area, Convex Hull Perimeter, and Convex Hull Coverage.
Author Open asset ↗lines:139-176Plant phenotyping relevance match · UnverifiedEurope PMC · checked 7 Sept 2026
Aboveground biomass (AGB) is a critical indicator for monitoring the crop growth status and predicting yields. UAV remote sensing technology offers an efficient and non-destructive method for collecting crop information in small-scale agricultural fields. High-resolution hyperspectral images provide abundant spectral-textural information, but whether they can enhance the accuracy of crop biomass estimations remains subject to further investigation. This study evaluates the predictability of winter canola AGB by integrating the narrowband spectra and texture features from UAV hyperspectral images. Specifically, narrowband spectra and vegetation indices were extracted from the hyperspectral images. The Gray Level Co-occurrence Matrix (GLCM) method was employed to compute texture indices. Correlation analysis and autocorrelation analysis were utilized to determine the final spectral feature scheme, texture feature scheme, and spectral-texture feature scheme. Subsequently, machine learning algorithms were applied to develop estimation models for winter canola biomass. The results indicate: (1) For spectra features, narrow-bands at 450~510 nm, 680~738 nm, 910~940 nm wavelength, as well as vegetation indices containing red-edge narrow-bands, showed outstanding performance with correlation coefficients ranging from 0.49 to 0.65; For texture features, narrow-band texture parameters CON, DIS, ENT, ASM, and vegetation index texture parameter COR demonstrated significant performance, with correlation coefficients between 0.65 and 0.72; (2) The Adaboost model using the spectra-texture feature scheme exhibited the best performance in estimating winter canola biomass (R 2 = 0.91; RMSE = 1710.79 kg/ha; NRMSE = 19.88%); (3) The combined use of narrowband spectra and texture feature significantly improved the estimation accuracy of winter canola biomass. Compared to the spectra feature scheme, the model's R 2 increased by 11.2%, RMSE decreased by 29%, and NRMSE reduced by 17%. These findings provide a reference for studies on UAV hyperspectral remote sensing monitoring of crop growth status.
Why it matches plant phenotyping methodsUAVハイパースペクトル画像から冬カノーラの地上部バイオマスを推定する特徴抽出・機械学習手法を開発・評価しており、植物形質取得が研究の中心である。
abstractThis study evaluates the predictability of winter canola AGB by integrating the narrowband spectra and texture features from UAV hyperspectral images.
Stripe rust caused by Puccinia striiformis f. sp. tritici and leaf rust caused by Puccinia triticina , are two devastating diseases on wheat, which seriously affect the production safety of wheat. Timely detection and identification of the two diseases are essential for taking effective disease management measures to reduce wheat yield losses. To realize the accurate identification of wheat stripe rust and wheat leaf rust during the different growth stages, in this study, the image-based identification of wheat stripe rust and wheat leaf rust during different growth stages was investigated based on deep learning using image processing technology. Based on the YOLOv5s model, we built identification models of wheat stripe rust and wheat leaf rust during the seedling stage, stem elongation stage, booting stage, inflorescence emergence stage, anthesis stage, milk development stage, and all the growth stages. The models were tested on the different testing sets in the different individual growth stages and in all the growth stages. The results showed that the models performed differently in disease image identification. The model based on the disease images acquired during an individual growth stage was not suitable for the identification of the disease images acquired during the other individual growth stages, except for the model based on the disease images acquired during the milk development stage, which had acceptable identification performance on the testing sets in the anthesis stage and the milk development stage. In addition, the results demonstrated that wheat growth stages had a great influence on the image identification of the two diseases. The model built based on the disease images acquired in all the growth stages produced acceptable identification results. Mean F1 Score values between 64.06% and 79.98% and mean average precision (mAP) values between 66.55% and 82.80% were achieved on each testing set composed of the disease images acquired during an individual growth stage and on the testing set composed of the disease images acquired during all the growth stages. This study provides a basis for the image-based identification of wheat stripe rust and wheat leaf rust during the different growth stages, and it provides a reference for the accurate identification of other plant diseases.
Why it matches plant phenotyping methods画像から小麦の病害状態を推定するYOLOv5s手法を開発・評価しており、植物病害フェノタイピングが研究の中心です。
abstractthe image-based identification of wheat stripe rust and wheat leaf rust during different growth stages was investigated based on deep learning using image processing technology.
Accurately detecting the maturity and 3D position of flowering Chinese cabbage ( Brassica rapa var. chinensis) in natural environments is vital for autonomous robot harvesting in unstructured farms. The challenge lies in dense planting, small flower buds, similar colors and occlusions. This study proposes a YOLOv8-Improved network integrated with the ByteTrack tracking algorithm to achieve multi-object detection and 3D positioning of flowering Chinese cabbage plants in fields. In this study, C2F-MLCA is created by adding a lightweight Mixed Local Channel Attention (MLCA) with spatial awareness capability to the C2F module of YOLOv8, which improves the extraction of spatial feature information in the backbone network. In addition, a P2 detection layer is added to the neck network, and BiFPN is used instead of PAN to enhance multi-scale feature fusion and small target detection. Wise-IoU in combination with Inner-IoU is adopted as a new loss function to optimize the network for different quality samples and different size bounding boxes. Lastly, ByteTrack is integrated for video tracking, and RGB-D camera depth data are used to estimate cabbage positions. The experimental results show that YOLOv8-Improve achieves a precision ( P ) of 86.5% and a recall ( R ) of 86.0% in detecting the maturity of flowering Chinese cabbage. Among them, mAP50 and mAP75 reach 91.8% and 61.6%, respectively, representing an improvement of 2.9% and 4.7% over the original network. Additionally, the number of parameters is reduced by 25.43%. In summary, the improved YOLOv8 algorithm demonstrates high robustness and real-time detection performance, thereby providing strong technical support for automated harvesting management.
Why it matches plant phenotyping methods開花中国白菜の成熟度という植物状態を画像から検出・推定する改良YOLOv8と3D位置推定手法が研究の中心であり、収穫対象の単なる位置検出を超える。
abstractThis study proposes a YOLOv8-Improved network integrated with the ByteTrack tracking algorithm to achieve multi-object detection and 3D positioning of flowering Chinese cabbage plants in fields.
In the context of rapidly increasing population and diversified market demands, the steady improvement of yield and quality in horticultural crops has become an urgent challenge that modern breeding efforts must tackle. Heterosis, a pivotal theoretical foundation for plant breeding, facilitates the creation of superior hybrids through crossbreeding and selection among a variety of parents. However, the vast number of potential hybrids presents a significant challenge for breeders in efficiently predicting and selecting the most promising candidates. The development and refinement of effective hybrid prediction methods have long been central to research in this field. This article systematically reviews the advancements in hybrid prediction for horticultural crops, including the roles of marker-assisted breeding and genomic prediction in phenotypic forecasting. It also underscores the limitations of some predictors, like genetic distance, which do not consistently offer reliable hybrid predictions. Looking ahead, it explores the integration of phenomics with genomic prediction technologies as a means to elevate prediction accuracy within actual breeding programs.
Why it matches plant phenotyping methods園芸作物の交雑予測手法を体系的にレビューし、表現型予測およびゲノム予測との統合におけるフェノミクスを主要な方法論的テーマとして扱っているため。
abstractThis article systematically reviews the advancements in hybrid prediction for horticultural crops, including the roles of marker-assisted breeding and genomic prediction in phenotypic forecasting.
The spike shape and morphometric characteristics are among the key characteristics of cultivated cereals, being associated with their productivity. These traits are often used for the plant taxonomy and authenticity of hexaploid wheat species. Manual measurement of spike characteristics is tedious and not precise. Recently, the authors of this study developed a method for wheat spike morphometry utilizing 2D image analysis. Here, this method is applied to study variations in spike size and shape for 190 plants of seven hexaploid (2 n = 6 x = 42) species and one artificial amphidiploid of wheat. Five manually estimated spike traits and 26 traits obtained from digital image analysis were analyzed. Image-based traits describe the characteristics of the base, center and apex of the spike and common parameters (circularity, roundness, perimeter, etc.). Estimates of similar traits by manual measurement and image analysis were shown to be highly correlated, suggesting the practical importance of digital spike phenotyping. The utility of spike traits for classification into types (spelt, normal and compact) and species or amphidiploid is shown. It is also demonstrated that the estimates obtained made it possible to identify the spike characteristics differing significantly between species or between accessions within the same species. The present work suggests the usefulness of wheat spike shape analysis using an approach based on characteristics obtained by digital image analysis.
Why it matches plant phenotyping methods小麦穂の2D画像解析による形態計測法を実際に適用し、手動測定との相関検証とデジタル形質の有用性評価を行っており、植物フェノタイピング手法が中心である。
abstractRecently, the authors of this study developed a method for wheat spike morphometry utilizing 2D image analysis.
Reproduction assets foundThe paper's spike image dataset (the 2D images used for quadrangle-model phenotyping of 190 wheat plants) is publicly deposited on Zenodo, explicitly linked in the Data Availability Statement. The supplementary files contain statistical results (normality tests, ANOVA tables, confusion matrices, specimen descriptions)衍Dataset · publicThe spike image dataset is available at https://zenodo.org/records/13837454 , accessed on 27 September 2024.Open asset ↗Zenodo · 13837454lines:895-912Plant phenotyping relevance match · UnverifiedEurope PMC · checked 7 Sept 2026
The automated collection of plant phenotypic information has become a trend in breeding and smart agriculture. Four YOLOv8-based models were used to segment mature soybean plants placed in a simple background in a laboratory environment, identify pods, distinguish the number of soybeans in each pod, and obtain soybean phenotypes. The YOLOv8-Repvit model yielded the most optimal recognition results, with an R2 coefficient value of 0.96 for both pods and beans, and the RMSE values were 2.89 and 6.90, respectively. Moreover, a novel algorithm was devised to efficiently differentiate between the main stem and branches of soybean plants, called the midpoint coordinate algorithm (MCA). This was accomplished by linking the white pixels representing the stems in each column of the binary image to draw curves that represent the plant structure. The proposed method reduces computational time and spatial complexity in comparison to the A* algorithm, thereby providing an efficient and accurate approach for measuring the phenotypic characteristics of soybean plants. This research lays a technical foundation for obtaining the phenotypic data of densely overlapped and partitioned mature soybean plants under field conditions at harvest.
Why it matches plant phenotyping methods深層学習とコンピュータビジョンによるダイズの莢数・粒数・植物構造などの表現型抽出手法を開発し、精度比較・検証しており、方法が研究の中心である。
abstractFour YOLOv8-based models were used to segment mature soybean plants placed in a simple background in a laboratory environment, identify pods, distinguish the number of soybeans in each pod, and obtain soybean phenotypes.
Strawberries are susceptible to various diseases during their growth, and leaves may show signs of diseases as a response. Given that these diseases generate yield loss and compromise the quality of strawberries, timely detection is imperative. To automatically identify diseases in strawberry leaves, a KTD-YOLOv8 model is introduced to enhance both accuracy and speed. The KernelWarehouse convolution is employed to replace the traditional component in the backbone of the YOLOv8 to reduce the computational complexity. In addition, the Triplet Attention mechanism is added to fully extract and fuse multi-scale features. Furthermore, a parameter-sharing diverse branch block (DBB) sharing head is constructed to improve the model's target processing ability at different spatial scales and increase its accuracy without adding too much calculation. The experimental results show that, compared with the original YOLOv8, the proposed KTD-YOLOv8 increases the average accuracy by 2.8% and reduces the floating-point calculation by 38.5%. It provides a new option to guide the intelligent plant monitoring system and precision pesticide spraying system during the growth of strawberry plants.
Why it matches plant phenotyping methodsイチゴ葉の病害状態を画像から自動検出するYOLOv8改良モデルを開発し、精度と計算量を比較評価しており、植物病害フェノタイピング手法が中心である。
abstractTo automatically identify diseases in strawberry leaves, a KTD-YOLOv8 model is introduced to enhance both accuracy and speed.
Deep learning approaches have been widely applied for agricultural disease detection. However, considerable challenges still exist, such as low recognition accuracy in complex backgrounds and high misjudgment rates for similar diseases. This study aimed to address these challenges through the detection of six prevalent wheat diseases and healthy wheat in images captured in a complex natural context, evaluating the recognition performance of five lightweight convolutional networks. A novel model, named MnasNet-SimAM, was developed by combining transfer learning and an attention mechanism. The results reveal that the five lightweight convolutional neural networks can recognize the six different wheat diseases with an accuracy of more than 90%. The MnasNet-SimAM model attained an accuracy of 95.14%, which is 1.7% better than that of the original model, while only increasing the model's parameter size by 0.01 MB. Additionally, the MnasNet-SimAM model reached an accuracy of 91.20% on the public Wheat Fungi Diseases data set, proving its excellent generalization capacity. These findings reveal that the proposed model can satisfy the requirements for rapid and accurate wheat disease detection.
Why it matches plant phenotyping methods小麦画像から病害状態を推定する深層学習モデルを開発・評価しており、植物病害表現型の取得・推定が研究の中心である。
abstractA novel model, named MnasNet-SimAM, was developed by combining transfer learning and an attention mechanism.
Ensuring the healthy growth of eggplants requires the precise detection of leaf diseases, which can significantly boost yield and economic income. Improving the efficiency of plant disease identification in natural scenes is currently a crucial issue. This study aims to provide an efficient detection method suitable for disease detection in natural scenes. A lightweight detection model, YOLOv5s-BiPCNeXt, is proposed. This model utilizes the MobileNeXt backbone to reduce network parameters and computational complexity and includes a lightweight C3-BiPC neck module. Additionally, a multi-scale cross-spatial attention mechanism (EMA) is integrated into the neck network, and the nearest neighbor interpolation algorithm is replaced with the content-aware feature recombination operator (CARAFE), enhancing the model's ability to perceive multidimensional information and extract multiscale disease features and improving the spatial resolution of the disease feature map. These improvements enhance the detection accuracy for eggplant leaves, effectively reducing missed and incorrect detections caused by complex backgrounds and improving the detection and localization of small lesions at the early stages of brown spot and powdery mildew diseases. Experimental results show that the YOLOv5s-BiPCNeXt model achieves an average precision (AP) of 94.9% for brown spot disease, 95.0% for powdery mildew, and 99.5% for healthy leaves. Deployed on a Jetson Orin Nano edge detection device, the model attains an average recognition speed of 26 FPS (Frame Per Second), meeting real-time requirements. Compared to other algorithms, YOLOv5s-BiPCNeXt demonstrates superior overall performance, accurately detecting plant diseases under natural conditions and offering valuable technical support for the prevention and treatment of eggplant leaf diseases.
Why it matches plant phenotyping methodsナス葉の病斑を画像から検出・局在化する軽量モデルを開発し、精度とリアルタイム性能を検証しており、植物の病害状態を推定する方法が中心である。
abstractA lightweight detection model, YOLOv5s-BiPCNeXt, is proposed.
Maize is an important crop, and the detection of maize diseases is critical for ensuring food security and improving agricultural production efficiency. To address the challenges of difficult feature extraction due to the high similarity among maize leaf disease species, the blurring of image edge features, and the susceptibility of maize leaf images to noise during acquisition and transmission, we propose a maize disease detection method based on ICPNet (Integrated multidimensional attention coordinate depthwise convolution PSO (Particle Swarm Optimization)-Integrated lion optimisation algorithm network). Firstly, we introduce a novel attention mechanism called Integrated Multidimensional Attention (IMA), which enhances the stability and responsiveness of the model in detecting small speckled disease features by combining cross-attention and spatial channel reconstruction methods. Secondly, we propose Coordinate Depthwise Convolution (CDC) to enhance the accuracy of feature maps through multi-scale convolutional processing, allowing for better differentiation of the fuzzy edges of maize leaf disease regions. To further optimize model performance, we introduce the PSO-Integrated Lion Optimisation Algorithm (PLOA), which leverages the exploratory stochasticity and annealing mechanism of the particle swarm algorithm to enhance the model's ability to handle mutation points while maintaining training stability and robustness. The experimental results demonstrate that ICPNet achieved an average accuracy of 88.4% and a precision of 87.3% on the self-constructed dataset. This method effectively extracts the tiny and fuzzy edge features of maize leaf diseases, providing a valuable reference for disease control in large-scale maize production.
Why it matches plant phenotyping methodsトウモロコシ葉の病徴を画像から検出する深層学習手法を開発し、自作データセットで性能評価しており、植物表現型取得法が研究の中心である。
abstractwe propose a maize disease detection method based on ICPNet
Camellia oleifera is a crop of high economic value, yet it is particularly susceptible to various diseases and pests that significantly reduce its yield and quality. Consequently, the precise segmentation and classification of diseased Camellia leaves are vital for managing pests and diseases effectively. Deep learning exhibits significant advantages in the segmentation of plant diseases and pests, particularly in complex image processing and automated feature extraction. However, when employing single-modal models to segment Camellia oleifera diseases, three critical challenges arise: (A) lesions may closely resemble the colors of the complex background; (B) small sections of diseased leaves overlap; (C) the presence of multiple diseases on a single leaf. These factors considerably hinder segmentation accuracy. A novel multimodal model, CNN-Transformer Dual U-shaped Network (CTDUNet), based on a CNN-Transformer architecture, has been proposed to integrate image and text information. This model first utilizes text data to address the shortcomings of single-modal image features, enhancing its ability to distinguish lesions from environmental characteristics, even under conditions where they closely resemble one another. Additionally, we introduce Coordinate Space Attention (CSA), which focuses on the positional relationships between targets, thereby improving the segmentation of overlapping leaf edges. Furthermore, cross-attention (CA) is employed to align image and text features effectively, preserving local information and enhancing the perception and differentiation of various diseases. The CTDUNet model was evaluated on a self-made multimodal dataset compared against several models, including DeeplabV3+, UNet, PSPNet, Segformer, HrNet, and Language meets Vision Transformer (LViT). The experimental results demonstrate that CTDUNet achieved an mean Intersection over Union (mIoU) of 86.14%, surpassing both multimodal models and the best single-modal model by 3.91% and 5.84%, respectively. Additionally, CTDUNet exhibits high balance in the multi-class segmentation of Camellia oleifera diseases and pests. These results indicate the successful application of fused image and text multimodal information in the segmentation of Camellia disease, achieving outstanding performance.
Why it matches plant phenotyping methods植物葉の病害・害虫病変を画像からセグメンテーションする手法を開発・比較評価しており、植物の病害状態を直接推定する方法が研究の中心です。
abstractA novel multimodal model, CNN-Transformer Dual U-shaped Network (CTDUNet), based on a CNN-Transformer architecture, has been proposed to integrate image and text information.
Pollen is becoming an increasingly important subject for molecular researchers in genetic engineering, plant breeding, and environmental monitoring. To broaden the scope of these studies, it is essential to develop accessible methods for scientists who are not specialized in palynology. The article presents a simplified technical procedure for preparing pollen grains for scanning electron microscopy (SEM). The protocol is convenient for any molecular laboratory due to its small set of reagents, ease of execution, low cost, does not require special equipment, and takes only one hour to complete. The high penetrating ability of formaldehyde and the final delicate dehydration using hexamethyldisilazane (HMDS) instead of critical point drying allow for sufficient preservation of the architecture of the aperture, which is considered a gateway for the passage of biomolecules. The method was successfully applied to pollen grains of representatives of dicotyledons (beetroot, petunia, radish, tomato and tobacco) and monocotyledons (lily, onion, corn, rye and wheat). Species studied included insect-pollinated (entomophilous) and wind-pollinated (anemophilous) species. A comparative analysis of the sizes of fresh living pollen grains under a light microscope and those prepared for SEM showed some shrinkage. Quantitative analysis of the degree of pollen grain shrinkage showed that this process depends on the initial shape of dry pollen grains, and the number and structure of apertures. The results support the theoretical model of the folding/unfolding pathways of pollen grains.
Why it matches plant phenotyping methods植物花粉のSEM観察用試料調製法そのものを開発し、複数植物で適用・比較検証しているため、形態計測に関する中心的な方法論研究である。
abstractThe article presents a simplified technical procedure for preparing pollen grains for scanning electron microscopy (SEM).
Reproduction assets foundThe paper's quantitative pollen shrinkage measurements (Table S1) and light microscopy images (Figures S3–S4) are contained in the publicly downloadable MDPI Supplementary Materials, which directly reproduce this paper's phenotyping measurements. No author analysis code or trained models are mentioned.Supplement · publicoly Bogdanov—at the department of electron microscopy, Lomonosov Moscow State University.
Abbreviations
The following abbreviations are used in this manuscript:
SEM
Scanning Electron Microscopy
HMDS
Hexamethyldisilazane
SA
Short axis
LA
Long axis
Supplementary Materials
The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/plants13152140/s1 , Figure S1: The order of steps for pollen preparation according to the developed protocol; Figure S2: Scheme of measured pollen grain diameters; Figure S3: Light microscopy of pollen grains of insect-pollinated species; Figure S4: Light microscopy of pollen grains of wind-pollinated species; Table S1: Comparison Open asset ↗lines:98-127Plant phenotyping relevance match · UnverifiedEurope PMC · checked 7 Sept 2026
Soil salinization poses a critical challenge to global food security, impacting plant growth, development, and crop yield. This study investigates the efficacy of deep learning techniques alongside chlorophyll fluorescence (ChlF) imaging technology for discerning varying levels of salt stress in soybean seedlings. Traditional methods for stress identification in plants are often laborious and time-intensive, prompting the exploration of more efficient approaches. A total of six classic convolutional neural network (CNN) models-AlexNet, GoogLeNet, ResNet50, ShuffleNet, SqueezeNet, and MobileNetv2-are evaluated for salt stress recognition based on three types of ChlF images. Results indicate that ResNet50 outperforms other models in classifying salt stress levels across three types of ChlF images. Furthermore, feature fusion after extracting three types of ChlF image features in the average pooling layer of ResNet50 significantly enhanced classification accuracy, achieving the highest accuracy of 98.61% in particular when fusing features from three types of ChlF images. UMAP dimensionality reduction analysis confirms the discriminative power of fused features in distinguishing salt stress levels. These findings underscore the efficacy of deep learning and ChlF imaging technologies in elucidating plant responses to salt stress, offering insights for precision agriculture and crop management. Overall, this study demonstrates the potential of integrating deep learning with ChlF imaging for precise and efficient crop stress detection, offering a robust tool for advancing precision agriculture. The findings contribute to enhancing agricultural sustainability and addressing global food security challenges by enabling more effective crop stress management.
Why it matches plant phenotyping methods深層学習とクロロフィル蛍光画像から、ダイズ幼植物の塩ストレス状態を分類する画像ベースの表現型取得・解析手法が研究の中心である。
abstractThis study investigates the efficacy of deep learning techniques alongside chlorophyll fluorescence (ChlF) imaging technology for discerning varying levels of salt stress in soybean seedlings.
Lemon, as an important cash crop with rich nutritional value, holds significant cultivation importance and market demand worldwide. However, lemon diseases seriously impact the quality and yield of lemons, necessitating their early detection for effective control. This paper addresses this need by collecting a dataset of lemon diseases, consisting of 726 images captured under varying light levels, growth stages, shooting distances and disease conditions. Through cropping high-resolution images, the dataset is expanded to 2022 images, comprising 4441 healthy lemons and 718 diseased lemons, with approximately 1-6 targets per image. Then, we propose a novel model lemon surface disease YOLO (LSD-YOLO), which integrates Switchable Atrous Convolution (SAConv) and Convolutional Block Attention Module (CBAM), along with the design of C2f-SAC and the addition of a small-target detection layer to enhance the extraction of key features and the fusion of features at different scales. The experimental results demonstrate that the proposed LSD-YOLO achieves an accuracy of 90.62% on the collected datasets, with mAP@50-95 reaching 80.84%. Compared with the original YOLOv8n model, both mAP@50 and mAP@50-95 metrics are enhanced. Therefore, the LSD-YOLO model proposed in this study provides a more accurate recognition of healthy and diseased lemons, contributing effectively to solving the lemon disease detection problem.
Why it matches plant phenotyping methodsレモン表面の健全・罹病状態を画像から推定するデータセットとYOLO手法の開発・評価が研究の中心であり、植物病害状態の画像フェノタイピングに該当する。
abstractThis paper addresses this need by collecting a dataset of lemon diseases, consisting of 726 images captured under varying light levels, growth stages, shooting distances and disease conditions.
Leaf senescence is a complex trait which becomes crucial for grain filling because photoassimilates are translocated to the seeds. Therefore, a correct sync between leaf senescence and phenological stages is necessary to obtain increasing yields. In this study, we evaluated the performance of five deep machine-learning methods for the evaluation of the phenological stages of sunflowers using images taken with cell phones in the field. From the analysis, we found that the method based on the pre-trained network resnet50 outperformed the other methods, both in terms of accuracy and velocity. Finally, the model generated, Sunpheno, was used to evaluate the phenological stages of two contrasting lines, B481_6 and R453, during senescence. We observed clear differences in phenological stages, confirming the results obtained in previous studies. A database with 5000 images was generated and was classified by an expert. This is important to end the subjectivity involved in decision making regarding the progression of this trait in the field and could be correlated with performance and senescence parameters that are highly associated with yield increase.
Why it matches plant phenotyping methodsヒマワリ画像から生育・老化に関わるフェノロジー段階を深層学習で推定する手法を開発・比較し、データベース化と性能評価も行っており、フェノタイピング手法が研究の中心です。
abstractwe evaluated the performance of five deep machine-learning methods for the evaluation of the phenological stages of sunflowers using images taken with cell phones in the field.
Fusarium head blight (FHB) is a major threat to global wheat production. Recent reviews of wheat FHB focused on pathology or comprehensive prevention and lacked a summary of advanced detection techniques. Unlike traditional detection and management methods, wheat FHB detection based on various imaging technologies has the obvious advantages of a high degree of automation and efficiency. With the rapid development of computer vision and deep learning technology, the number of related research has grown explosively in recent years. This review begins with an overview of wheat FHB epidemic mechanisms and changes in the characteristics of infected wheat. On this basis, the imaging scales are divided into microscopic, medium, submacroscopic, and macroscopic scales. Then, we outline the recent relevant articles, algorithms, and methodologies about wheat FHB from disease detection to qualitative analysis and summarize the potential difficulties in the practicalization of the corresponding technology. This paper could provide researchers with more targeted technical support and breakthrough directions. Additionally, this paper provides an overview of the ideal application mode of the FHB detection technologies based on multi-scale imaging and then examines the development trend of the all-scale detection system, which paved the way for the fusion of non-destructive detection technologies of wheat FHB based on multi-scale imaging.
Why it matches plant phenotyping methods小麦の赤かび病を画像から検出・定量化する技術を対象としたレビューであり、植物病害状態の画像ベース表現型計測が中心です。
titleWheat Fusarium Head Blight Automatic Non-Destructive Detection Based on Multi-Scale Imaging: A Technical Perspective.
When calculating the CWSI, previous researchers usually used canopy temperature and atmospheric temperature at the same time. However, it takes some time for the canopy temperature (Tc) to respond to atmospheric temperature (Ta), suggesting the time-lag effects between Ta and Tc. In order to investigate time-lag effects between Ta and Tc on the accuracy of the CWSI inversion of photosynthetic parameters in winter wheat, we conducted an experiment. In this study, four moisture treatments were set up: T1 (95% of field water holding capacity), T2 (80% of field water holding capacity), T3 (65% of field water holding capacity), and T4 (50% of field water holding capacity). We quantified the time-lag parameter in winter wheat using time-lag peak-seeking, time-lag cross-correlation, time-lag mutual information, and gray time-lag correlation analysis. Based on the time-lag parameter, we modified the CWSI theoretical and empirical models and assessed the impact of time-lag effects on the accuracy of the CWSI inversion of photosynthesis parameters. Finally, we applied several machine learning algorithms to predict the daily variation in the CWSI after time-lag correction. The results show that: (1) The time-lag parameter calculated using time-lag peak-seeking, time-lag cross-correlation, time-lag mutual information, and gray time-lag correlation analysis are 44-70, 32-44, 42-58, and 76-97 min, respectively. (2) The CWSI empirical model corrected by the time-lag mutual information method has the highest correlation with photosynthetic parameters. (3) GA-SVM has the highest prediction accuracy for the CWSI empirical model corrected by the time-lag mutual information method. Considering time lag effects between Ta and Tc effectively enhanced the correlation between CWSI and photosynthetic parameters, which can provide theoretical support for thermal infrared remote sensing to diagnose crop water stress conditions.
Why it matches plant phenotyping methods冬小麦の冠温度を用いたCWSIによる光合成パラメータ・水ストレス推定について、時間遅れ補正の手法開発とモデル改良、機械学習による予測精度評価が研究の中心であり、植物生理状態のセンシング手法に該当する。
abstractBased on the time-lag parameter, we modified the CWSI theoretical and empirical models and assessed the impact of time-lag effects on the accuracy of the CWSI inversion of photosynthesis parameters.
The vector-transmitted Citrus Greening (CG) disease, also called Huanglongbing, is one of the most destructive diseases of citrus. Since no measures for directly controlling this disease are available at present, current disease management integrates several measures, such as vector control, the use of disease-free trees, the removal of diseased trees, etc. The most essential issue in integrated management is how CG-infected trees can be detected efficiently. For CG detection, digital image analyses using deep learning algorithms have attracted much interest from both researchers and growers. Models using transfer learning with the Faster R-CNN architecture were constructed and compared with two pre-trained Convolutional Neural Network (CNN) models, VGGNet and ResNet. Their efficiency was examined by integrating their feature extraction capabilities into the Convolution Block Attention Module (CBAM) to create VGGNet+CBAM and ResNet+CBAM variants. ResNet models performed best. Moreover, the integration of CBAM notably improved CG disease detection precision and the overall performance of the models. Efficient models with transfer learning using Faster R-CNN were loaded on web applications to facilitate access for real-time diagnosis by farmers via the deployment of in-field images. The practical ability of the applications to detect CG disease is discussed.
Why it matches plant phenotyping methods柑橘の感染状態を画像から推定する深層学習手法を構築・比較し、検出性能を評価しているため、植物病害フェノタイピング手法が中心である。
abstractModels using transfer learning with the Faster R-CNN architecture were constructed and compared with two pre-trained Convolutional Neural Network (CNN) models, VGGNet and ResNet.
Pepper is a high-economic-value agricultural crop that faces diverse disease challenges such as blight and anthracnose. These diseases not only reduce the yield of pepper but, in severe cases, can also cause significant economic losses and threaten food security. The timely and accurate identification of pepper diseases is crucial. Image recognition technology plays a key role in this aspect by automating and efficiently identifying pepper diseases, helping agricultural workers to adopt and implement effective control strategies, alleviating the impact of diseases, and being of great importance for improving agricultural production efficiency and promoting sustainable agricultural development. In response to issues such as edge-blurring and the extraction of minute features in pepper disease image recognition, as well as the difficulty in determining the optimal learning rate during the training process of traditional pepper disease identification networks, a new pepper disease recognition model based on the TPSAO-AMWNet is proposed. First, an Adaptive Residual Pyramid Convolution (ARPC) structure combined with a Squeeze-and-Excitation (SE) module is proposed to solve the problem of edge-blurring by utilizing adaptivity and channel attention; secondly, to address the issue of micro-feature extraction, Minor Triplet Disease Focus Attention (MTDFA) is proposed to enhance the capture of local details of pepper leaf disease features while maintaining attention to global features, reducing interference from irrelevant regions; then, a mixed loss function combining Weighted Focal Loss and L2 regularization (WfrLoss) is introduced to refine the learning strategy during dataset processing, enhancing the model's performance and generalization capabilities while preventing overfitting. Subsequently, to tackle the challenge of determining the optimal learning rate, the tent particle snow ablation optimizer (TPSAO) is developed to accurately identify the most effective learning rate. The TPSAO-AMWNet model, trained on our custom datasets, is evaluated against other existing methods. The model attains an average accuracy of 93.52% and an F1 score of 93.15%, demonstrating robust effectiveness and practicality in classifying pepper diseases. These results also offer valuable insights for disease detection in various other crops.
Why it matches plant phenotyping methodsコショウ葉の病害状態を画像から分類する新規認識モデルを開発し、既存手法との比較評価も行っており、植物フェノタイピング手法が中心である。
abstracta new pepper disease recognition model based on the TPSAO-AMWNet is proposed
In this study, our aim is to find an effective method to solve the problem of disease similarity caused by multiple diseases occurring on the same leaf. This study proposes the use of an optimized RegNet model to identify seven common apple leaf diseases. We conducted comparisons and analyses on the impact of various factors, such as training methods, data expansion methods, optimizer selection, image background, and other factors, on model performance. The findings suggest that utilizing offline expansion and transfer learning to fine-tune all layer parameters can enhance the model's classification performance, while complex image backgrounds significantly influence model performance. Additionally, the optimized RegNet network model demonstrates good generalization ability for both datasets, achieving testing accuracies of 93.85% and 99.23%, respectively. These results highlight the potential of the optimized RegNet network model to achieve high-precision identification of different diseases on the same apple leaf under complex field backgrounds. This will be of great significance for intelligent disease identification in apple orchards in the future.
Why it matches plant phenotyping methodsリンゴ葉の病害状態を画像から識別する最適化CNNを提案し、学習条件・背景・データセットで性能比較と精度評価を行っており、植物表現型取得法が中心である。
abstractThis study proposes the use of an optimized RegNet model to identify seven common apple leaf diseases.
Reproduction assets foundThe paper's apple leaf disease dataset fuses authors' field-collected images (not publicly deposited) with the public Kaggle Plant Pathology 2020 (FGVC7) dataset, which is directly used in this paper's phenotyping/classification measurements. No author analysis code, trained model checkpoints, or data deposit is statedDataset · publich period from apple tree germination to harvesting, and each disease image sample contained different stages of onset.
Considering the insufficient number of collected apple leaf disease images and the fact that the background and category of the apple disease leaf images in the “Plant Pathology Challenge” for CVPR 2020-FGVC7 ( https://www.kaggle.com/c/plantpathology-2020 fgvc7, accessed on 20 December 2023) [ 17 ] are consistent with the collected image data, the two were fused to form the dataset used in this study. Additionally, we collaborated with professional scholars to screen, classify, and organize the above two image types one by one, establishing a relatively reliable dataset of aOpen asset ↗Kaggle · plantpathology-2020lines:34-43Plant phenotyping relevance match · UnverifiedEurope PMC · checked 7 Sept 2026
Efficient acquisition of crop leaf moisture information holds significant importance for agricultural production. This information provides farmers with accurate data foundations, enabling them to implement timely and effective irrigation management strategies, thereby maximizing crop growth efficiency and yield. In this study, unmanned aerial vehicle (UAV) multispectral technology was employed. Through two consecutive years of field experiments (2021-2022), soybean ( Glycine max L.) leaf moisture data and corresponding UAV multispectral images were collected. Vegetation indices, canopy texture features, and randomly extracted texture indices in combination, which exhibited strong correlations with previous studies and crop parameters, were established. By analyzing the correlation between these parameters and soybean leaf moisture, parameters with significantly correlated coefficients ( p 2 ) of the estimation model validation set reached 0.816, with a root-mean-square error (RMSE) of 1.404 and a mean relative error (MRE) of 1.934%. This study provides a foundation for UAV multispectral monitoring of soybean leaf moisture, offering valuable insights for rapid assessment of crop growth.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像からダイズ葉水分という植物生理形質を推定する手法を構築・検証しており、形質取得とモデル性能評価が研究の中心です。
titleSoybean ( Glycine max L.) Leaf Moisture Estimation Based on Multisource Unmanned Aerial Vehicle Image Feature Fusion.
The discovery of well-preserved fossil Vitis L. seeds from the Gelasian stage in Italy has provided a unique opportunity to investigate the systematics of fossilized Vitis species. Through seed image analyses and elliptical Fourier transforms of fossil Vitis seeds from the sites Buronzo-Gifflenga and Castelletto Cervo II, we pointed out a strong relationship to the group of extant Eurasian Vitis species. However, classification analyses highlighted challenges in accurately assigning the fossil grape seeds to specific modern species. Morphological comparisons with modern Vitis species revealed striking similarities between the fossil seeds and V. vinifera subsp. sylvestris , as well as several other wild species from Asia. This close morphological resemblance suggests the existence of a population of V. vinifera sensu lato in Northen Italy during the Gelasian. These findings contributed to our understanding of the evolution and the complex interplay between ancient and modern Vitis species.
Why it matches plant phenotyping methods化石ブドウ種子の形態を画像解析と楕円フーリエ変換で定量・分類しており、種子器官の形質抽出が研究の中心であるため。
titleMorphological Characterization of Fossil Vitis L. Seeds from the Gelasian of Italy by Seed Image Analysis.
In response to the challenge of low recognition rates for similar phenotypic symptoms of tea diseases in low-light environments and the difficulty in detecting small lesions, a novel adaptive method for tea disease severity detection is proposed. This method integrates an image enhancement algorithm based on an improved EnlightenGAN network and an enhanced version of YOLO v8. The approach involves first enhancing the EnlightenGAN network through non-paired training on low-light-intensity images of various tea diseases, guiding the generation of high-quality disease images. This step aims to expand the dataset and improve lesion characteristics and texture details in low-light conditions. Subsequently, the YOLO v8 network incorporates ResNet50 as its backbone, integrating channel and spatial attention modules to extract key features from disease feature maps effectively. The introduction of adaptive spatial feature fusion in the Neck part of the YOLOv8 module further enhances detection accuracy, particularly for small disease targets in complex backgrounds. Additionally, the model architecture is optimized by replacing traditional Conv blocks with ODConv blocks and introducing a new ODC2f block to reduce parameters, improve performance, and switch the loss function from CIOU to EIOU for a faster and more accurate recognition of small targets. Experimental results demonstrate that YOLOv8-ASFF achieves a tea disease detection accuracy of 87.47% and a mean average precision (mAP) of 95.26%. These results show a 2.47 percentage point improvement over YOLOv8, and a significant lead of 9.11, 9.55, and 7.08 percentage points over CornerNet, SSD, YOLOv5, and other models, respectively. The ability to swiftly and accurately detect tea diseases can offer robust theoretical support for assessing tea disease severity and managing tea growth. Moreover, its compatibility with edge computing devices and practical application in agriculture further enhance its value.
Why it matches plant phenotyping methods茶樹病害の病斑・重症度を低照度画像から推定する画像解析手法を開発・評価しており、植物状態の取得が研究の中心である。
abstracta novel adaptive method for tea disease severity detection is proposed.
Leaf chlorophyll content (LCC) is an important physiological index to evaluate the photosynthetic capacity and growth health of crops. In this investigation, the focus was placed on the chlorophyll content per unit of leaf area (LCC A ) and the chlorophyll content per unit of fresh weight (LCC W ) during the tuber formation phase of potatoes in Northern Shaanxi. Ground-based hyperspectral data were acquired for this purpose to formulate the vegetation index. The correlation coefficient method was used to obtain the "trilateral" parameters with the best correlation between potato LCC A and LCC W , empirical vegetation index, any two-band vegetation index constructed after 0-2 fractional differential transformation (step size 0.5), and the parameters with the highest correlation among the three spectral parameters, which were divided into four combinations as model inputs. The prediction models of potato LCC A and LCC W were constructed using the support vector machine (SVM), random forest (RF) and back propagation neural network (BPNN) algorithms. The results showed that, compared with the "trilateral" parameter and the empirical vegetation index, the spectral index constructed by the hyperspectral reflectance after differential transformation had a stronger correlation with potato LCC A and LCC W . Compared with no treatment, the correlation between spectral index and potato LCC and the prediction accuracy of the model showed a trend of decreasing after initial growth with the increase in differential order. The highest correlation index after 0-2 order differential treatment is DI, and the maximum correlation coefficients are 0.787, 0.798, 0.792, 0.788 and 0.756, respectively. The maximum value of the spectral index correlation coefficient after each order differential treatment corresponds to the red edge or near-infrared band. A comprehensive comparison shows that in the LCC A and LCC W estimation models, the RF model has the highest accuracy when combination 3 is used as the input variable. Therefore, it is more recommended to use the LCC A to estimate the chlorophyll content of crop leaves in the agricultural practices of the potato industry. The results of this study can enhance the scientific understanding and accurate simulation of potato canopy spectral information, provide a theoretical basis for the remote sensing inversion of crop growth, and promote the development of modern precision agriculture.
Why it matches plant phenotyping methodsジャガイモ葉のクロロフィル含量という植物形質を、地上ハイパースペクトル計測、スペクトル指数、機械学習モデルで推定する手法が研究の中心である。
abstractGround-based hyperspectral data were acquired for this purpose to formulate the vegetation index.
Estimating and monitoring chlorophyll content is a critical step in crop spectral image analysis. The quick, non-destructive assessment of chlorophyll content in rice leaves can optimize nitrogen fertilization, benefit the environment and economy, and improve rice production management and quality. In this research, spectral analysis of rice leaves is performed using hyperspectral and fluorescence spectroscopy for the detection of chlorophyll content in rice leaves. This study generated ninety experimental spectral datasets by collecting rice leaf samples from a farm in Sichuan Province, China. By implementing a feature extraction algorithm, this study compresses redundant spectral bands and subsequently constructs machine learning models to reveal latent correlations among the extracted features. The prediction capabilities of six feature extraction methods and four machine learning algorithms in two types of spectral data are examined, and an accurate method of predicting chlorophyll concentration in rice leaves was devised. The IVSO-IVISSA (Iteratively Variable Subset Optimization-Interval Variable Iterative Space Shrinkage Approach) quadratic feature combination approach, based on fluorescence spectrum data, has the best prediction performance among the CNN+LSTM (Convolutional Neural Network Long Short-Term Memory) algorithms, with corresponding RMSE-Train (Root Mean Squared Error), RMSE-Test, and RPD (Ratio of standard deviation of the validation set to standard error of prediction) indexes of 0.26, 0.29, and 2.64, respectively. We demonstrated in this study that hyperspectral and fluorescence spectroscopy, when analyzed with feature extraction and machine learning methods, provide a new avenue for rapid and non-destructive crop health monitoring, which is critical to the advancement of smart and precision agriculture.
Why it matches plant phenotyping methodsイネ葉のクロロフィル含量という植物形質を、ハイパースペクトル・蛍光計測と特徴抽出/機械学習で非破壊推定する手法の開発・比較が中心である。
abstractIn this research, spectral analysis of rice leaves is performed using hyperspectral and fluorescence spectroscopy for the detection of chlorophyll content in rice leaves.
In the framework of precision viticulture, satellite data have been demonstrated to significantly support many tasks. Specifically, they enable the rapid, large-scale estimation of some viticultural parameters like vine stem water potential (Ψstem) and intercepted solar radiation (ISR) that traditionally require time-consuming ground surveys. The practice of covering table grape vineyards with plastic films introduces an additional challenge for estimation, potentially affecting vine spectral responses and, consequently, the accuracy of estimations from satellites. This study aimed to address these challenges with a special focus on the exploitation of Sentinel-2 Level 2A and meteorological data to monitor a plastic-covered vineyard in Southern Italy. Estimates of Ψstem and ISR were obtained using different algorithms, namely, Ordinary Least Square (OLS), Multivariate Linear Regression (MLR), and machine learning (ML) techniques, which rely on Random Forest Regression, Support Vector Regression, and Partial Least Squares. The results proved that, despite the potential spectral interference from the plastic coverings, ISR and Ψstem can be locally estimated with a satisfying accuracy. In particular, (i) the OLS regression-based approach showed a good performance in providing accurate ISR estimates using the near-infrared spectral bands (RMSE < 8%), and (ii) the MLR and ML algorithms could estimate both the ISR and vine water status with a higher accuracy (RMSE < 7 for ISR and RMSE < 0.14 MPa for Ψstem). These results encourage the adoption of medium-high resolution multispectral satellite imagery for deriving satisfying estimates of key crop parameters even in anomalous situations like the ones where plastic films cover the monitored vineyard, thus marking a significant advancement in precision viticulture.
Why it matches plant phenotyping methodsSentinel-2データと複数の回帰・機械学習手法により、ブドウの茎水ポテンシャルと遮光放射を推定し、精度比較・検証しているため、植物形質取得手法が中心である。
abstractEstimates of Ψstem and ISR were obtained using different algorithms, namely, Ordinary Least Square (OLS), Multivariate Linear Regression (MLR), and machine learning (ML) techniques
BarleyMaizeRiceMicroscopyRootMorphology / geometry measurement2D/3D reconstructionRoot system architecture
Serial sectioning and 3D image reconstruction methods were applied to elucidate the structures of the apices of root vascular cylinders (VCs) in taxa of the Poaceae: Zea mays "Honey Bantam", Z. mays ssp. mexicana , Hordeum vulgare and Oryza sativa . The primary and nodal roots were investigated. Observations were performed using high-quality sectioning and 3D image-processing techniques improved and developed by the authors. We found that a quiescent uniseriate plerome was located at the most distal part of each VC. Vascular initials were located immediately basipetally to the plerome as a specific uniseriate layer that could be classified into central and peripheral initials that produced all the cells in the VC. No supplying of cells from the plerome to the vascular initials was observed. Numerical analysis revealed a "boundary point" along the root axis where the rate of increase of the vascular cell number markedly declined, and the VC diameter, number of vascular cells, and number of late-maturing metaxylem vessels (LMXs) at that point showed a similar relationship among the taxa and the types of roots examined (primary vs. nodal). The plerome and vascular initials layer can be considered independent after seed germination in these taxa. A boundary point at which procambial cell proliferation sharply declined was identified. The diameters of the VCs, number of LMXs, and number of vascular cells at the boundary point were found to be strongly related to each other.
Why it matches plant phenotyping methods根端の血管組織を対象に、改良・開発した連続切片作製と3D画像再構成を用いて細胞構造や血管径・細胞数を定量化しており、植物形態の取得・解析手法が研究の中心的要素です。
abstractSerial sectioning and 3D image reconstruction methods were applied to elucidate the structures of the apices of root vascular cylinders (VCs)
Wheat is one of the most cultivated cereals thanks to both its nutritional value and its versatility to technological transformation. Nevertheless, the growth and yield of wheat, as well as of the other food crops, can be strongly limited by many abiotic and biotic stress factors. To face this need, new methodological approaches are required to optimize wheat cultivation from both a qualitative and quantitative point of view. In this context, crop analysis based on imaging techniques has become an important tool in agriculture. Thermography is an appealing method that represents an outstanding approach in crop monitoring, as it is well suited to the emerging needs of the precision agriculture management strategies. In this work, we performed an on-field infrared monitoring of several durum and common wheat varieties to evaluate their adaptability to the internal Mediterranean area chosen for cultivation. Two new indices based on the thermal data useful to estimate the agronomical response of wheat subjected to natural stress conditions during different phenological stages of growth have been introduced. The comparison with some productive parameters collected at harvest highlighted the correlation of the indices with the wheat yield (ranging between p p < 0.05), providing interesting information for their early prediction.
Why it matches plant phenotyping methods赤外線サーモグラフィーを用いた小麦の圃場表現型取得が中心で、熱データから新規指標を開発し、収量予測との関連を検証している。
abstractTwo new indices based on the thermal data useful to estimate the agronomical response of wheat subjected to natural stress conditions during different phenological stages of growth have been introduced.
Hyperspectral imaging (HSI) is a promising tool in chlorophyll quantification, providing a non-invasive method to collect important information for effective crop management. HSI contributes to food security solutions by optimising crop yields. In this study, we presented a custom HSI system specifically designed to provide a quantitative analysis of leaf chlorophyll content (LCC). To ensure precise estimation, significant wavelengths were identified using optimal-band analysis. Our research was centred on two sets of 120 leaf samples sourced from Thailand's unique Chaew Khing rice variant. The samples were subjected to (i) an analytical LCC assessment and (ii) HSI imaging for spectral reflectance data capture. A linear regression comparison of these datasets revealed that the green (575 ± 2 nm) and near-infrared (788 ± 2 nm) bands were the most outstanding performers. Notably, the green normalised difference vegetation index (GNDVI) was the most reliable during cross-validation (R2=0.78 and RMSE = 2.4 µg∙cm -2 ), outperforming other examined vegetable indices (VIs), such as the simple ratio (RED/GREEN) and the chlorophyll index. The potential development of a streamlined sensor dependent only on these two wavelengths is a significant outcome of identifying these two optimal bands. This innovation can be seamlessly integrated into farming landscapes or attached to UAVs, allowing real-time monitoring and rapid, targeted N management interventions.
Why it matches plant phenotyping methodsイネ葉のクロロフィル含量という植物形質を推定するカスタムハイパースペクトル画像法を開発・検証し、最適波長と交差検証性能を評価しているため、フェノタイピング手法が中心である。
abstractwe presented a custom HSI system specifically designed to provide a quantitative analysis of leaf chlorophyll content (LCC).
In crop cultivation, particularly in controlled environmental agriculture, light quality is one of the most critical factors affecting crop growth and harvest. Many scholars have studied the effects of light quality on strawberry traits, but they have used relatively simple light components and considered only a small number of light qualities and traits in each experiment, and the results were not complete or objective. In order to comprehensively investigate the effects of different light qualities from 350 nm to 1000 nm on strawberry traits to better predict the future growth trend of strawberries under different light qualities, we proposed a new approach. We introduced Spearman's rank correlation coefficient to handle complex light quality variations and multiple traits, preprocessed the cultivation data through the CEEDMAN method, and predicted them using the Informer network. We took 500 strawberry plants as samples and cultivated them in 72 groups of dynamically changing light qualities. Then, we recorded the growth changes and formed training and testing sets. Finally, we discussed the correlation between light quality and plant trait changes in consistency with current studies, and the proposed prediction model achieved the best performance in the prediction task of nine plant traits compared with the comparison models. Thus, the validity of the proposed method and model was demonstrated.
Why it matches plant phenotyping methods植物9形質の将来予測を目的に、データ前処理法とInformer予測モデルを中心的に提案・評価しており、形質取得・推定手法が実験の単なる routine 測定ではない。
abstractpreprocessed the cultivation data through the CEEDMAN method, and predicted them using the Informer network.
Nitrogen is a fundamental component for building amino acids and proteins, playing a crucial role in the growth and development of plants. Leaf nitrogen concentration (LNC) serves as a key indicator for assessing plant growth and development. Monitoring LNC provides insights into the absorption and utilization of nitrogen from the soil, offering valuable information for rational nutrient management. This, in turn, contributes to optimizing nutrient supply, enhancing crop yields, and minimizing adverse environmental impacts. Efficient and non-destructive estimation of crop LNC is of paramount importance for on-field crop management. Spectral technology, with its advantages of repeatability and high-throughput observations, provides a feasible method for obtaining LNC data. This study explores the responsiveness of spectral parameters to soybean LNC at different vertical scales, aiming to refine nitrogen management in soybeans. This research collected hyperspectral reflectance data and LNC data from different leaf layers of soybeans. Three types of spectral parameters, nitrogen-sensitive empirical spectral indices, randomly combined dual-band spectral indices, and "three-edge" parameters, were calculated. Four optimal spectral index selection strategies were constructed based on the correlation coefficients between the spectral parameters and LNC for each leaf layer. These strategies included empirical spectral index combinations (Combination 1), randomly combined dual-band spectral index combinations (Combination 2), "three-edge" parameter combinations (Combination 3), and a mixed combination (Combination 4). Subsequently, these four combinations were used as input variables to build LNC estimation models for soybeans at different vertical scales using partial least squares regression (PLSR), random forest (RF), and a backpropagation neural network (BPNN). The results demonstrated that the correlation coefficients between the LNC and spectral parameters reached the highest values in the upper soybean leaves, with most parameters showing significant correlations with the LNC ( p 2 ) that was higher by 9.9% to 16.0% compared to other layers. RF demonstrated the highest accuracy in estimating the upper-layer LNC, with a validation set R2 higher by 6.2% to 8.8% compared to other models. The RMSE was lower by 2.1% to 7.0%, and the MRE was lower by 4.7% to 5.6% compared to other models. Among different input combinations, Combination 4 achieved the highest accuracy, with a validation set R 2 higher by 2.3% to 13.7%. In conclusion, by employing Combination 4 as the input, the RF model achieved the optimal estimation results for the upper-layer LNC, with a validation set R 2 of 0.856, RMSE of 0.551, and MRE of 10.405%. The findings of this study provide technical support for remote sensing monitoring of soybean LNCs at different spatial scales.
Why it matches plant phenotyping methods大豆葉の窒素濃度という植物形質を対象に、ハイパースペクトル指標の構築・選択と複数モデルによる非破壊推定を開発・評価しており、フェノタイピング手法が研究の中心である。
abstractEfficient and non-destructive estimation of crop LNC is of paramount importance for on-field crop management.
Deep learning plays a vital role in precise grapevine disease detection, yet practical applications for farmer assistance are scarce despite promising results. The objective of this research is to develop an intelligent approach, supported by user-friendly, open-source software named AI GrapeCare (Version 1, created by Osama Elsherbiny). This approach utilizes RGB imagery and hybrid deep networks for the detection and prevention of grapevine diseases. Exploring the optimal deep learning architecture involved combining convolutional neural networks (CNNs), long short-term memory (LSTM), deep neural networks (DNNs), and transfer learning networks (including VGG16, VGG19, ResNet50, and ResNet101V2). A gray level co-occurrence matrix (GLCM) was employed to measure the textural characteristics. The plant disease detection platform (PDD) created a dataset of real-life grape leaf images from vineyards to improve plant disease identification. A data augmentation technique was applied to address the issue of limited images. Subsequently, the augmented dataset was used to train the models and enhance their capability to accurately identify and classify plant diseases in real-world scenarios. The analyzed outcomes indicated that the combined CNN RGB -LSTM GLCM deep network, based on the VGG16 pretrained network and data augmentation, outperformed the separate deep network and nonaugmented version features. Its validation accuracy, classification precision, recall, and F-measure are all 96.6%, with a 93.4% intersection over union and a loss of 0.123. Furthermore, the software developed through the proposed approach holds great promise as a rapid tool for diagnosing grapevine diseases in less than one minute. The framework of the study shows potential for future expansion to include various types of trees. This capability can assist farmers in early detection of tree diseases, enabling them to implement preventive measures.
Why it matches plant phenotyping methodsブドウ葉のRGB画像から病害状態を推定する深層学習手法とデータセット、診断ソフトウェアを開発・評価しており、植物表現型取得が中心である。
abstractThe objective of this research is to develop an intelligent approach, supported by user-friendly, open-source software named AI GrapeCare
Reproduction assets foundThe authors publicly deposited the Python script, the trained hybrid deep network model, real-world grape disease sample images, and the standalone AI GrapeCare software on Google Drive. The PDD grape leaf image dataset (295 images) is also public at pdd.jinr.ru, but that URL is not in the allowed list, so only the verCode · publicface [ 32 ]. To ensure cross-platform compatibility, including Windows, Linux, and Mac OS, PyInstaller [ 33 ] was applied. The Python script, the hybrid deep network that was generated, grape disease samples from real-world conditions, and the stand-alone version of this software are all available for download on Google Drive ( https://drive.google.com/file/d/1uOVAMiFDWBZsm8U9alzSdSk2c-A8zWBN , accessed on 10 December 2023), packaged in a RAR file with a size of 1.03 GB. As depicted in the overarching flowchart ( Figure 7 ), the pseudo-code explains the establishment of the AI GrapeCare software and its associated functions. The software workflow is organized into five primary stages: (1) loOpen asset ↗Google Drivelines:148-246Plant phenotyping relevance match · UnverifiedEurope PMC · checked 7 Sept 2026
Botrytis cinerea ( B. cinerea ) causes gray mold disease (GMD), which results in physiological disorders in plants that decrease the longevity and economic value of horticultural crops. To prevent the spread of GMD during distribution, a rapid, early detection technique is necessary. Thermal imaging has been used for GMD detection in various plants, including potted roses; however, its application to cut roses, which have a high global demand, has not been established. In this study, we investigated the utility of thermal imaging for the early detection of B. cinerea infection in cut roses by monitoring changes in petal temperature after fungal inoculation. We examined the effects of GMD on the postharvest quality and petal temperature of cut roses treated with different concentrations of fungal conidial suspensions and chemicals. B. cinerea infection decreased the flower opening, disrupted the water balance, and decreased the vase life of cut roses. Additionally, the average temperature of rose petals was higher for infected flowers than for non-inoculated flowers. One day before the appearance of necrotic symptoms (day 1 of the vase period), the petal temperature in infected flowers was significantly higher, by 1.1 °C, than that of non-inoculated flowers. The GMD-induced increase in petal temperature was associated with the mRNA levels of genes related to ethylene, reactive oxygen species, and water transport. Furthermore, the increase in temperature caused by GMD was strongly correlated with symptom severity and fungal biomass. A multiple regression analysis revealed that the disease incidence in the petals was positively related to the petal temperature one day before the appearance of necrotic symptoms. These results show that thermography is an effective technique for evaluating changes in petal temperature and a possible method for early GMD detection in the cut flower industry.
Why it matches plant phenotyping methods熱画像法により感染したバラ花弁の温度という植物状態を測定し、病徴出現前の灰色かび病を検出・評価する方法を中心的に検証しているため。
abstractIn this study, we investigated the utility of thermal imaging for the early detection of B. cinerea infection in cut roses by monitoring changes in petal temperature after fungal inoculation.
WheatRGB / grayscaleSeed / grainClassificationGrowth / development / phenology
Grain filling is essential for wheat yield formation, but is very susceptible to environmental stresses, such as high temperatures, especially in the context of global climate change. Grain RGB images include rich color, shape, and texture information, which can explicitly reveal the dynamics of grain filling. However, it is still challenging to further quantitatively predict the days after anthesis (DAA) from grain RGB images to monitor grain development. Results The WheatGrain dataset revealed dynamic changes in color, shape, and texture traits during grain development. To predict the DAA from RGB images of wheat grains, we tested the performance of traditional machine learning, deep learning, and few-shot learning on this dataset. The results showed that Random Forest (RF) had the best accuracy of the traditional machine learning algorithms, but it was far less accurate than all deep learning algorithms. The precision and recall of the deep learning classification model using Vision Transformer (ViT) were the highest, 99.03% and 99.00%, respectively. In addition, few-shot learning could realize fine-grained image recognition for wheat grains, and it had a higher accuracy and recall rate in the case of 5-shot, which were 96.86% and 96.67%, respectively. Materials and methods In this work, we proposed a complete wheat grain dataset, WheatGrain, which covers thousands of wheat grain images from 6 DAA to 39 DAA, which can characterize the complete dynamics of grain development. At the same time, we built different algorithms to predict the DAA, including traditional machine learning, deep learning, and few-shot learning, in this dataset, and evaluated the performance of all models. Conclusions To obtain wheat grain filling dynamics promptly, this study proposed an RGB dataset for the whole growth period of grain development. In addition, detailed comparisons were conducted between traditional machine learning, deep learning, and few-shot learning, which provided the possibility of recognizing the DAA of the grain timely. These results revealed that the ViT could improve the performance of deep learning in predicting the DAA, while few-shot learning could reduce the need for a number of datasets. This work provides a new approach to monitoring wheat grain filling dynamics, and it is beneficial for disaster prevention and improvement of wheat production.
Why it matches plant phenotyping methodsコムギ粒のRGB画像から登熟段階(日数)を推定する画像解析手法を開発・比較し、データセットとモデル性能を評価しており、表現型取得・推定が研究の中心である。
abstractTo predict the DAA from RGB images of wheat grains, we tested the performance of traditional machine learning, deep learning, and few-shot learning on this dataset.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産2件を確認しました。Code · publicThese traits were extracted via Python and OpenCV (a Python library), and the codes are available online at https://github.com/shem123456/wheat-grain-traits (accessed on 21 September 2023).Open asset ↗shem123456/wheat-grain-traitslines:61-116Code · publicFinally, the Siamese network with contrastive loss was built using PyTorch, and the configuration of its training was consistent with that of the deep learning model described above. The codes are available online at https://github.com/shem123456/grain-filling-classification (accessed on 21 September 2023).Open asset ↗shem123456/grain-filling-classificationlines:117-128Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Early detection of pathogenic fungi in controlled environment areas can prevent major food production losses. Grey mould caused by Botrytis cinerea is often detected as an infection on lettuce. This paper explores the use of vegetation indices for early detection and monitoring of grey mould on lettuce under different lighting conditions in controlled environment chambers. The aim was focused on the potential of using vegetation indices for the early detection of grey mould and on evaluating their changes during disease development in lettuce grown under different lighting conditions. The experiment took place in controlled environment chambers, where day/night temperatures were 21 ± 2/17 ± 2 °C, a 16 h photoperiod was established, and relative humidity was 70 ± 10% under different lighting conditions: high-pressure sodium (HPS) and light-emitting diode (LED) lamps. Lettuces were inoculated by 7-day-old fungus Botrytis cinerea isolate at the BBCH 21. As a control, non-inoculated lettuces were grown under HPS and LEDs (non-inoculated). Then, the following were evaluated: Anthocyanin Reflectance Index 2 (ARI2); Carotenoid Reflectance Index 2 (CRI2); Structure Intensive Pigment Index (SIPI); Flavanol Reflectance Index (FRI); Greenness (G); Greenness 2 (G2); Redness (R); Blue (B); Blue Green Index 2 (BGI2); Browning Index 2 (BRI2); Lichtenthaler Index 1 (LIC1); Pigment Specific Simple Ratio (PSSRa and PSSRb); Gitelson and Merzlyak (GM1 and GM2); Zarco Tejada-Miller Index (ZMI); Normalized Difference Vegetation Index (NDVI); Simple Ratio (SR); Red-Eye Vegetation Stress Index (RVSI); Photochemical Reflectance Index (PRI); Photochemical Reflectance Index 515 (PRI515); Water Band Index (WBI); specific disease index for individual study (fD); Healthy Index (HI); Plant Senescence Reflectance (PSRI); Vogelmann Red Edge Index (VREI1); Red Edge Normalized Difference Vegetation Index (RENDVI); and Modified Red Edge Simple Ratio (MRESRI). Our results showed that the PSRI and fD vegetation indices significantly detected grey mould on lettuce grown under both lighting systems (HPS and LEDs) the day after inoculation. The results conclusively affirmed that NDVI, PSRI, HI, fD, WBI, RVSI, PRI, PRI515, CRI2, SIPI, chlorophyll index PSSRb, and coloration index B were identified as the best indicators for Botrytis cinerea infection on green-leaf lettuce ( Lactuca sativa L. cv Little Gem) at the early stage of inoculated lettuce's antioxidative response against grey mould with a significant increase in chlorophyll indices.
Why it matches plant phenotyping methods植物体の病害状態を植生指数で直接推定し、異なる照明条件下で早期検出性能を評価しているため、病害フェノタイピング手法の実質的な適用・評価である。
abstractThis paper explores the use of vegetation indices for early detection and monitoring of grey mould on lettuce under different lighting conditions in controlled environment chambers.
Climate change and global food security efforts are driving the need for adaptable crops in higher latitude temperate regions. To achieve this, traits linked with winter hardiness must be introduced in winter-type crops. Here, we evaluated the freezing tolerance (FT) of a panel of 160 winter wheat genotypes of Nordic origin under controlled conditions and compared the data with the winter hardiness of 74 of these genotypes from a total of five field trials at two locations in Norway. Germplasm with high FT was identified, and significant differences in FT were detected based on country of origin, release years, and culton type. FT measurements under controlled conditions significantly correlated with overwintering survival scores in the field ( r ≤ 0.61) and were shown to be a reliable complementary high-throughput method for FT evaluation. Genome-wide association studies (GWAS) revealed five single nucleotide polymorphism (SNP) markers associated with FT under controlled conditions mapped to chromosomes 2A, 2B, 5A, 5B, and 7A. Field trials yielded 11 significant SNP markers located within or near genes, mapped to chromosomes 2B, 3B, 4A, 5B, 6B, and 7D. Candidate genes identified in this study can be introduced into the breeding programs of winter wheat in the Nordic region.
Why it matches plant phenotyping methods凍結耐性の高スループット測定法を圃場越冬性と比較・検証し、植物の生理状態を評価する方法として明示しているため、GWASだけでなく表現型測定法の妥当性評価が中心的に含まれる。
abstractFT measurements under controlled conditions significantly correlated with overwintering survival scores in the field ( r ≤ 0.61) and were shown to be a reliable complementary high-throughput method for FT evaluation.
Early detection of pathogens can significantly reduce yield losses and improve the quality of agricultural products. This study compares the efficiency of hyperspectral (HS) imaging and pulse amplitude modulation (PAM) fluorometry to detect pathogens in plants. Reflectance spectra, normalized indices, and fluorescence parameters were studied in healthy and infected areas of leaves. Potato virus X with GFP fluorescent protein was used to assess the spread of infection throughout the plant. The study found that infection increased the reflectance of leaves in certain wavelength ranges. Analysis of the normalized reflectance indices (NRIs) revealed indices that were sensitive and insensitive to infection. NRI 700/850 was optimal for virus detection; significant differences were detected on the 4th day after the virus arrived in the leaf. Maximum (F v /F m ) and effective quantum yields of photosystem II ( Φ PSII ) and non-photochemical fluorescence quenching (NPQ) were almost unchanged at the early stage of infection. Φ PSII and NPQ in the transition state (a short time after actinic light was switched on) showed high sensitivity to infection. The higher sensitivity of PAM compared to HS imaging may be due to the possibility of assessing the physiological changes earlier than changes in leaf structure.
Why it matches plant phenotyping methodsタバコ葉の感染状態を検出するため、ハイパースペクトル画像とPAM蛍光法の性能を比較・評価しており、植物状態の取得手法が研究の中心である。
abstractThis study compares the efficiency of hyperspectral (HS) imaging and pulse amplitude modulation (PAM) fluorometry to detect pathogens in plants.
Common beanObject detectionStress / disease detectionDisease symptoms / severity
The kidney bean is an important cash crop whose growth and yield are severely affected by brown spot disease. Traditional target detection models cannot effectively screen out key features, resulting in model overfitting and weak generalization ability. In this study, a Bi-Directional Feature Pyramid Network (BiFPN) and Squeeze and Excitation (SE) module were added to a YOLOv5 model to improve the multi-scale feature fusion and key feature extraction abilities of the improved model. The results show that the BiFPN and SE modules show higher heat in the target location region and pay less attention to irrelevant environmental information in the non-target region. The detection Precision, Recall, and mean average Precision (mAP@0.5) of the improved YOLOv5 model are 94.7%, 88.2%, and 92.5%, respectively, which are 4.9% higher in Precision, 0.5% higher in Recall, and 25.6% higher in the mean average Precision compared to the original YOLOv5 model. Compared with the YOLOv5-SE, YOLOv5-BiFPN, FasterR-CNN, and EfficientDet models, detection Precision improved by 1.8%, 3.0%, 9.4%, and 9.5%, respectively. Moreover, the rate of missed and wrong detection in the improved YOLOv5 model is only 8.16%. Therefore, the YOLOv5-SE-BiFPN model can more effectively detect the brown spot area of kidney beans.
Why it matches plant phenotyping methodsインゲンマメ葉の褐斑病領域を画像から検出するYOLOv5改良モデルを開発し、複数モデルとの性能比較・評価を行っており、植物病害状態の表現型抽出が中心である。
abstractIn this study, a Bi-Directional Feature Pyramid Network (BiFPN) and Squeeze and Excitation (SE) module were added to a YOLOv5 model to improve the multi-scale feature fusion and key feature extraction abilities of the improved model.
Anthracnose diseases, caused by Colletotrichum spp., are considered to be among the most destructive diseases that have a significant impact on the global production of strawberries. These diseases alone can cause up to 70% yield loss in North America. Colletotrichum spp. causes several disease symptoms on strawberry plants, including root, fruit, and crown rot, lesions on petioles and runners, and irregular black spots on the leaf. In many cases, a lower level of infection on foliage remains non-symptomatic (quiescent), posing a challenge to growers as these plants can be a significant source of inoculum for the fruiting field. Reliable detection methods for quiescent infection should play an important role in preventing infected plants' entry into the production system or guiding growers to take appropriate preventative measures to control the disease. This review aims to examine both conventional and emerging approaches for detecting anthracnose disease in the early stages of the disease cycle, with a focus on newly emerging techniques such as remote sensing, especially using unmanned aerial vehicles (UAV) equipped with multispectral sensors. Further, we focused on the acutatum species complex, including the latest taxonomy, the complex life cycle, and the epidemiology of the disease. Additionally, we highlighted the extensive spectrum of management techniques against anthracnose diseases on strawberries and their challenges, with a special focus on new emerging sustainable management techniques that can be utilized in organic strawberry systems.
Why it matches plant phenotyping methodsイチゴ植物の病徴・感染状態を検出する手法のレビューであり、UAV搭載マルチスペクトルセンサーによるリモートセンシングを中心に扱うため、植物病害フェノタイピング手法のレビューに該当する。
abstractThis review aims to examine both conventional and emerging approaches for detecting anthracnose disease in the early stages of the disease cycle, with a focus on newly emerging techniques such as remote sensing, especially using unmanned aerial vehicles (UAV) equipped with multispectral sensors.
Rice blast has caused major production losses in rice, and thus the early detection of rice blast plays a crucial role in global food security. In this study, a semi-supervised contrastive unpaired translation iterative network is specifically designed based on unmanned aerial vehicle (UAV) images for rice blast detection. It incorporates multiple critic contrastive unpaired translation networks to generate fake images with different disease levels through an iterative process of data augmentation. These generated fake images, along with real images, are then used to establish a detection network called RiceBlastYolo. Notably, the RiceBlastYolo model integrates an improved fpn and a general soft labeling approach. The results show that the detection precision of RiceBlastYolo is 99.51% under intersection over union (IOU 0.5 ) conditions and the average precision is 98.75% under IOU 0.5-0.9 conditions. The precision and recall rates are respectively 98.23% and 99.99%, which are higher than those of common detection models (YOLO, YOLACT, YOLACT++, Mask R-CNN, and Faster R-CNN). Additionally, external data also verified the ability of the model. The findings demonstrate that our proposed model can accurately identify rice blast under field-scale conditions.
Why it matches plant phenotyping methodsUAV画像からイネの病害状態を直接推定する検出ネットワークを開発し、精度比較と外部データ検証も行っており、病害フェノタイピング手法が中心です。
abstracta semi-supervised contrastive unpaired translation iterative network is specifically designed based on unmanned aerial vehicle (UAV) images for rice blast detection.
Xylella fastidiosa , a gram-negative bacterium vectored to plants via feeding of infected insects, causes a number of notorious plant diseases throughout the world, such as Pierce's disease (grapes), olive quick decline syndrome, and coffee leaf scorch. Detection of Xf in infected plants can be challenging because the early foliar disease symptoms are subtle and may be attributed to multiple minor physiological stresses and/or borderline nutrient deficiencies. Furthermore, Xf may reside within an infected plant for one or more growing seasons before traditional visible diagnostic disease symptoms emerge. Any method that can identify infection during the latent period or pre-diagnostic disease progress state could substantially improve the outcome of disease control interventions. Because Xf locally and gradually impairs water movement through infected plant stems and leaves over time, infected plants may not be able to effectively dissipate heat through transpiration-assisted cooling, and this heat signature may be an important pre-diagnostic disease trait. Here, we report on the association between thermal imaging, the early stages of Xf infection, and disease development in blueberry plants, and discuss the benefits and limitations of using thermal imaging to detect bacterial leaf scorch of blueberries.
Why it matches plant phenotyping methods熱画像を用いてブルーベリーの感染初期状態と病害進展を検出する方法を評価しており、植物病態の表現型取得が研究の中心である。
abstractHere, we report on the association between thermal imaging, the early stages of Xf infection, and disease development in blueberry plants, and discuss the benefits and limitations of using thermal imaging to detect bacterial leaf scorch of blueberries.
Fusarium spp. are important pathogens on cereals, capable of causing considerable yield losses and significantly reducing the quality of harvested grains due to contamination with mycotoxins. The European Union intends to reduce the use of chemical-synthetic plant protection products (csPPP) by up to 50% by the year 2030. To realize this endeavor without significant economic losses for farmers, it is crucial to have both precise early detection of pathogens and effective alternatives for csPPP. To investigate both the early detection of Fusarium head blight (FHB) and the efficacy of selected biological control agents (BCAs), a pot experiment with spring wheat (cv. 'Servus') was conducted under semi-field conditions. Spikes were sprayed with different BCAs prior to inoculation with a mixture of F. graminearum and F. culmorum conidia. While early detection of FHB was investigated by hyperspectral imaging (HSI), the efficiency of the fungal ( Trichoderma sp. T10, T. harzianum T16, T. asperellum T23 and Clonostachys rosea CRP1104) and bacterial ( Bacillus subtilis HG77 and Pseudomonas fluorescens G308) BCAs was assessed by visual monitoring. Evaluation of the hyperspectral images using linear discriminant analysis (LDA) resulted in a pathogen detection nine days post inoculation (dpi) with the pathogen, and thus four days before the first symptoms could be visually detected. Furthermore, support vector machines (SVM) and a combination of LDA and distance classifier (DC) were also able to detect FHB symptoms earlier than manual rating. Scoring the spikes at 13 and 17 dpi with the pathogen showed no significant differences in the FHB incidence among the treatments. Nevertheless, there is a trend suggesting that all BCAs exhibit a diminishing effect against FHB, with fungal isolates demonstrating greater efficacy compared to bacterial ones.
Why it matches plant phenotyping methodsハイパースペクトル画像と機械学習によるコムギ赤かび病の早期検出が中心的な方法的貢献であり、植物病害状態の推定を技術的に評価している。
abstractWhile early detection of FHB was investigated by hyperspectral imaging (HSI)
Rapeseed is a significant oil crop, and the size and length of its pods affect its productivity. However, manually counting the number of rapeseed pods and measuring the length, width, and area of the pod takes time and effort, especially when there are hundreds of rapeseed resources to be assessed. This work created two state-of-the-art deep learning-based methods to identify rapeseed pods and related pod attributes, which are then implemented in rapeseed pots to improve the accuracy of the rapeseed yield estimate. One of these methods is YOLO v8, and the other is the two-stage model Mask R-CNN based on the framework Detectron2. The YOLO v8n model and the Mask R-CNN model with a Resnet101 backbone in Detectron2 both achieve precision rates exceeding 90%. The recognition results demonstrated that both models perform well when graphic images of rapeseed pods are segmented. In light of this, we developed a coin-based approach for estimating the size of rapeseed pods and tested it on a test dataset made up of nine different species of Brassica napus and one of Brassica campestris L. The correlation coefficients between manual measurement and machine vision measurement of length and width were calculated using statistical methods. The length regression coefficient of both methods was 0.991, and the width regression coefficient was 0.989. In conclusion, for the first time, we utilized deep learning techniques to identify the characteristics of rapeseed pods while concurrently establishing a dataset for rapeseed pods. Our suggested approaches were successful in segmenting and counting rapeseed pods precisely. Our approach offers breeders an effective strategy for digitally analyzing phenotypes and automating the identification and screening process, not only in rapeseed germplasm resources but also in leguminous plants, like soybeans that possess pods.
Why it matches plant phenotyping methodsナタネ莢の画像セグメンテーション、計数、長さ・幅・面積推定手法を開発し、手動測定との相関で検証しているため、植物フェノタイピング手法が中心である。
abstractThis work created two state-of-the-art deep learning-based methods to identify rapeseed pods and related pod attributes
In greenhouse production, grey mould caused by Botrytis cinerea Pers. is one of the most widespread and damaging diseases affecting medicinal cannabis (MC). Fungicide options to control this disease are extremely limited due to the regulations surrounding fungicides and chemical residues as the product end users are medical patients, often with compromised immune systems. Screening for alternative disease control options, such as biological and organic products, can be time-consuming and costly. Here, we optimise and validate a detached leaf assay as a quick and non-destructive method to evaluate interactions between plants and pathogens, allowing the assessment of potential pathogens' infectivity and product efficacy. We tested eight industrial hemp varieties for susceptibility to B. cinerea infection. Using detached leaves from a susceptible variety, we screened a variety of chemical or organic products for efficacy in controlling the lesion development caused by B. cinerea . A consistent reduction in lesion growth was observed using treatments containing Tau-fluvalinate and Myclobutanil, as well as the softer chemical alternatives containing potassium salts. The performance of treatments was pH-dependent, emphasizing the importance of applying them at optimal pH levels to maximise their effectiveness. The detached leaf assay differentiated varietal susceptibility and was an effective method for screening treatment options for diseases caused by Botrytis. The results from the detached leaf assays gave comparable results to responses tested on whole plants.
Why it matches plant phenotyping methodsボトリティス感染による葉の病斑進展を測定するデタッチドリーフアッセイを最適化・検証し、品種感受性と製品効果のスクリーニングに用いているため、植物病害状態の取得手法が中心です。
abstractHere, we optimise and validate a detached leaf assay as a quick and non-destructive method to evaluate interactions between plants and pathogens, allowing the assessment of potential pathogens' infectivity and product efficacy.
Reproduction assets foundThe paper's detached leaf assay lesion measurements are contained in the manuscript and its Supplementary Materials (Tables S1 and S2 with average daily lesion length data), which are publicly downloadable from the MDPI article's supplementary file URL. No author analysis code or trained models are mentioned.Supplement · publicdual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Supplementary Materials
The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/plants12183278/s1 , Table S1: Average daily lesion length results from four repeated experiments screening the efficacy of products against B. cinerea .; Table S2: Detached leaf assay results for four repeated experiments screening the efficacy of products with amended pH against B. cinerea .
Click here for additional data file.
AuOpen asset ↗lines:67-140Plant phenotyping relevance match · UnverifiedEurope PMC · checked 7 Sept 2026
With the evolution of modern agriculture and precision farming, the efficient and accurate detection of crop diseases has emerged as a pivotal research focus. In this study, an interpretative high-precision rice disease detection method, integrating multisource data and transfer learning, is introduced. This approach harnesses diverse data types, including imagery, climatic conditions, and soil attributes, facilitating enriched information extraction and enhanced detection accuracy. The incorporation of transfer learning bestows the model with robust generalization capabilities, enabling rapid adaptation to varying agricultural environments. Moreover, the interpretability of the model ensures transparency in its decision-making processes, garnering trust for real-world applications. Experimental outcomes demonstrate superior performance of the proposed method on multiple datasets when juxtaposed against advanced deep learning models and traditional machine learning techniques. Collectively, this research offers a novel perspective and toolkit for agricultural disease detection, laying a solid foundation for the future advancement of agriculture.
Why it matches plant phenotyping methodsイネの病害状態を画像等から検出する転移学習手法の開発と、複数データセット・既存手法との性能比較が研究の中心であるため。
abstractan interpretative high-precision rice disease detection method, integrating multisource data and transfer learning, is introduced
Efficient image recognition is important in crop and forest management. However, it faces many challenges, such as the large number of plant species and diseases, the variability of plant appearance, and the scarcity of labeled data for training. To address this issue, we modified a SOTA Cross-Domain Few-shot Learning (CDFSL) method based on prototypical networks and attention mechanisms. We employed attention mechanisms to perform feature extraction and prototype generation by focusing on the most relevant parts of the images, then used prototypical networks to learn the prototype of each category and classify new instances. Finally, we demonstrated the effectiveness of the modified CDFSL method on several plant and disease recognition datasets. The results showed that the modified pipeline was able to recognize several cross-domain datasets using generic representations, and achieved up to 96.95% and 94.07% classification accuracy on datasets with the same and different domains, respectively. In addition, we visualized the experimental results, demonstrating the model's stable transfer capability between datasets and the model's high visual correlation with plant and disease biological characteristics. Moreover, by extending the classes of different semantics within the training dataset, our model can be generalized to other domains, which implies broad applicability.
Why it matches plant phenotyping methods植物・病害画像の認識を目的とするドメイン適応型画像解析パイプラインを開発・評価しており、病害状態の推定手法が研究の中心である。
abstractwe modified a SOTA Cross-Domain Few-shot Learning (CDFSL) method based on prototypical networks and attention mechanisms.
Chilling injury can adversely affect strawberry bud differentiation, pollen vitality, fruit yield, and quality. Photosynthesis is a fundamental process that sustains plant life. However, different strawberry varieties exhibit varying levels of cold adaptability. Quantitatively evaluating the physiological activity of the photosynthetic system under low-temperature chilling injury remains a challenge. In this study, we investigated the effects of different levels of chilling stress on twenty photosynthetic fluorescence parameters in strawberry plants, using short-day strawberry variety "Toyonoka" and day-neutral variety "Selva" as representatives. Three dynamic chilling treatment levels (20/10 °C, 15/5 °C, and 10/0 °C) and three durations (3 days, 6 days, and 9 days) were applied to each variety. WUE, LCP, Y(II), qN, SIFO2-B and rSIFO2-B were selected as crucial indicators of strawberry photosynthetic physiological activity. Subsequently, we constructed a comprehensive score to assess the strawberry photosynthetic system under chilling injury and established a hyperspectral inversion model for stress quantification. The results indicate that the short-day strawberry "Toyonoka" exhibited a recovery effect under continuous 20/10 °C treatment, while the day-neutral variety "Selva" experienced progressively worsening stress levels across all temperature groups, with stress severity higher than that in "Toyonoka". The BPNN model for the comprehensive assessment of the strawberry photosynthetic system under chilling injury showed optimal performance. It achieved a stress level prediction accuracy of 71.25% in 80 validation samples, with an R 2 of 0.682 when fitted to actual results. This study provides scientific insights for the application of canopy remote sensing diagnostics of strawberry photosynthetic physiological chilling injury in practical agricultural production.
Why it matches plant phenotyping methodsイチゴの低温ストレスによる光合成生理状態を、蛍光指標とハイパースペクトル反転モデルで定量化し、予測性能も検証しているため、植物フェノタイピング手法が中心である。
abstractwe constructed a comprehensive score to assess the strawberry photosynthetic system under chilling injury and established a hyperspectral inversion model for stress quantification.
This study addresses the problem of maize disease detection in agricultural production, proposing a high-accuracy detection method based on Attention Generative Adversarial Network (Attention-GAN) and few-shot learning. The method introduces an attention mechanism, enabling the model to focus more on the significant parts of the image, thereby enhancing model performance. Concurrently, data augmentation is performed through Generative Adversarial Network (GAN) to generate more training samples, overcoming the difficulties of few-shot learning. Experimental results demonstrate that this method surpasses other baseline models in accuracy, recall, and mean average precision (mAP), achieving 0.97, 0.92, and 0.95, respectively. These results validate the high accuracy and stability of the method in handling maize disease detection tasks. This research provides a new approach to solving the problem of few samples in practical applications and offers valuable references for subsequent research, contributing to the advancement of agricultural informatization and intelligence.
Why it matches plant phenotyping methodsトウモロコシ病害を画像から検出する手法の開発と性能検証が研究の中心であり、植物の病害状態を直接推定しているため、植物フェノタイピング手法として収録する。
abstractproposing a high-accuracy detection method based on Attention Generative Adversarial Network (Attention-GAN) and few-shot learning.
Soybean ( Glycine max ) is a crucial legume crop known for its nutritional value, as its seeds provide large amounts of plant protein and oil. To ensure maximum productivity in soybean farming, it is essential to carefully choose high-quality seeds that possess desirable characteristics, such as the appropriate size, shape, color, and absence of any damage. By studying the relationship between seed shape and other traits, we can effectively identify different genotypes and improve breeding strategies to develop high-yielding soybean seeds. This study focused on the analysis of seed traits using a Python algorithm. The seed length, width, projected area, and aspect ratio were measured, and the total number of seeds was calculated. The OpenCV library along with the contour detection function were used to measure the seed traits. The seed traits obtained through the algorithm were compared with the values obtained manually and from two software applications (SmartGrain and WinDIAS). The algorithm-derived measurements for the seed length, width, and projected area showed a strong correlation with the measurements obtained using various methods, with R-square values greater than 0.95 ( p < 0.0001). Similarly, the error metrics, including the residual standard error, root mean square error, and mean absolute error, were all below 0.5% when comparing the seed length, width, and aspect ratio across different measurement methods. For the projected area, the error was less than 4% when compared with different measurement methods. Furthermore, the algorithm used to count the number of seeds present in the acquired images was highly accurate, and only a few errors were observed. This was a preliminary study that investigated only some morphological traits, and further research is needed to explore more seed attributes.
Why it matches plant phenotyping methodsRGB画像とPython/OpenCVによる種子形態形質の自動抽出法を開発し、手動法および既存ソフトウェアと比較検証しており、植物フェノタイピング手法が中心である。
abstractThis study focused on the analysis of seed traits using a Python algorithm.
Disease diagnosis and control play important roles in agriculture and crop protection. Traditional methods of identifying plant disease rely primarily on human vision and manual inspection, which are subjective, have low accuracy, and make it difficult to estimate the situation in real time. At present, an intelligent detection technology based on computer vision is becoming an increasingly important tool used to monitor and control crop disease. However, the use of this technology often requires the collection of a substantial amount of specialized data in advance. Due to the seasonality and uncertainty of many crop pathogeneses, as well as some rare diseases or rare species, such data requirements are difficult to meet, leading to difficulties in achieving high levels of detection accuracy. Here, we use kiwifruit trunk bacterial canker ( Pseudomonas syringae pv. actinidiae ) as an example and propose a high-precision detection method to address the issue mentioned above. We introduce a lightweight and efficient image generative model capable of generating realistic and diverse images of kiwifruit trunk disease and expanding the original dataset. We also utilize the YOLOv8 model to perform disease detection; this model demonstrates real-time detection capability, taking only 0.01 s per image. The specific contributions of this study are as follows: (1) a depth-wise separable convolution is utilized to replace part of ordinary convolutions and introduce noise to improve the diversity of the generated images; (2) we propose the GASLE module by embedding a GAM, adjust the importance of different channels, and reduce the loss of spatial information; (3) we use an AdaMod optimizer to increase the convergence of the network; and (4) we select a real-time YOLOv8 model to perform effect verification. The results of this experiment show that the Fréchet Inception Distance (FID) of the proposed generative model reaches 84.18, having a decrease of 41.23 compared to FastGAN and a decrease of 2.1 compared to ProjectedGAN. The mean Average Precision (mAP@0.5) on the YOLOv8 network reaches 87.17%, which is nearly 17% higher than that of the original algorithm. These results substantiate the effectiveness of our generative model, providing a robust strategy for image generation and disease detection in plant kingdoms.
Why it matches plant phenotyping methodsキウイフルーツ幹の病徴を画像から検出・推定するGAN拡張およびYOLOv8手法の開発と性能検証が研究の中心であり、植物病害状態の画像ベース表現型計測に該当する。
abstractWe introduce a lightweight and efficient image generative model capable of generating realistic and diverse images of kiwifruit trunk disease and expanding the original dataset.
Leaf photosynthetic pigments play a crucial role in evaluating nutritional elements and physiological states. In facility agriculture, it is vital to rapidly and accurately obtain the pigment content and distribution of leaves to ensure precise water and fertilizer management. In our research, we utilized chlorophyll a (Chla), chlorophyll b (Chlb), total chlorophylls (Chls) and total carotenoids (Cars) as indicators to study the variations in the leaf positions of Lycopersicon esculentum Mill. Under 10 nitrogen concentration applications, a total of 2610 leaves (435 samples) were collected using visible-near infrared hyperspectral imaging (VNIR-HSI). In this study, a "coarse-fine" screening strategy was proposed using competitive adaptive reweighted sampling (CARS) and the iteratively retained informative variable (IRIV) algorithm to extract the characteristic wavelengths. Finally, simultaneous and quantitative models were established using partial least squares regression (PLSR). The CARS-IRIV-PLSR was used to create models to achieve a better prediction effect. The coefficient determination (R 2 ), root mean square error (RMSE) and ratio performance deviation (RPD) were predicted to be 0.8240, 1.43 and 2.38 for Chla; 0.8391, 0.53 and 2.49 for Chlb; 0.7899, 2.24 and 2.18 for Chls; and 0.7577, 0.27 and 2.03 for Cars, respectively. The combination of these models with the pseudo-color image allowed for a visual inversion of the content and distribution of the pigment. These findings have important implications for guiding pigment distribution, nutrient diagnosis and fertilization decisions in plant growth management.
Why it matches plant phenotyping methodsVNIR-HSIと波長選択・回帰モデルにより、トマト葉の光合成色素量を定量・可視化する手法が研究の中心であるため。
The implementation of advanced precision farming systems, which are becoming relevant due to rapid technological development, requires the invention of new approaches to the diagnostics and control of the growing process of cultivated crops. This is especially relevant for potato, as it is one of the most demanded crops in the world. In the present work, an analytic model of the dependence of potato tubers mass on carbon dioxide concentration under cultivation in a closed vegetation system is presented. The model is based on the quantitative description of starch molecule synthesis from carbon dioxide under photosynthesis. In the frame of this work, a comprehensive description of the proposed model is presented, and the verification of this model was conducted on the basis of experimental data from a closed urban vertical farm with automated climate control. The described model can serve as a basis for the non-contact non-invasive real-time measurement of potato tuber mass under growth in closed vegetation systems, such as vertical farms and greenhouses, as well as orbital and space crop production systems.
Why it matches plant phenotyping methodsジャガイモ塊茎質量という植物形質をCO2濃度から非接触・非侵襲的に推定するモデルを開発し、実験データで検証しており、フェノタイピング手法が中心である。
abstractan analytic model of the dependence of potato tubers mass on carbon dioxide concentration under cultivation in a closed vegetation system is presented
Field / plotLeafRootGrowth / development / phenology
This study proposes a rapid and non-destructive technique for determining the age of Potentilla griffithii individuals in the field by observing the sequence of leaf scars. Based on two- to three-year-old P. griffithii seedlings, planted in a common garden in the western Sichuan Plateau, China, the study found that the rates of basal leaf production were consistent, with leaves growing from March to April and falling off from October to December, leaving behind basal leaf scars. Thus, the age of individuals in situ could be determined by counting the leaf scars. Through this method, we determined the age structure and growth strategy of P. griffithii populations in two typical habitats in the western Sichuan Plateau. In open land habitats, the age structure of P. griffithii populations was relatively younger compared to understory habitats. In open land, P. griffithii tends to allocate more photosynthate terminal organs (leaves and fine roots) to absorbing more resources, as well as to its reproductive organs (flower stems and aggregate fruits), to expand the population. The P. griffithii population in the understory habitat is in its middle-age stage and concentrates more photosynthate in the coarse root part (e.g., the high coarse root mass fraction (FRMF)) to support the plant. Additionally, we found a significant correlation between P. griffithii plant age and various traits in open land habitats. Therefore, we conclude that plant age can be used as a good predictor of plant growth condition in open land. These results allow for predicting ecological processes, based on the ages and traits of P. griffithii plants, providing a theoretical basis to support the large-scale breeding of P. griffithii .
Why it matches plant phenotyping methods葉痕の観察・計数による植物個体の年齢推定法を提案し、その手法で個体群の年齢構造と成長特性を評価しており、表現型取得法が研究の中心である。
abstractThis study proposes a rapid and non-destructive technique for determining the age of Potentilla griffithii individuals in the field by observing the sequence of leaf scars.
Plant lodging is one of the most essential phenotypes for soybean breeding programs. Soybean lodging is conventionally evaluated visually by breeders, which is time-consuming and subject to human errors. This study aimed to investigate the potential of unmanned aerial vehicle (UAV)-based imagery and machine learning in assessing the lodging conditions of soybean breeding lines. A UAV imaging system equipped with an RGB (red-green-blue) camera was used to collect the imagery data of 1266 four-row plots in a soybean breeding field at the reproductive stage. Soybean lodging scores were visually assessed by experienced breeders, and the scores were grouped into four classes, i.e., non-lodging, moderate lodging, high lodging, and severe lodging. UAV images were stitched to build orthomosaics, and soybean plots were segmented using a grid method. Twelve image features were extracted from the collected images to assess the lodging scores of each breeding line. Four models, i.e., extreme gradient boosting (XGBoost), random forest (RF), K-nearest neighbor (KNN) and artificial neural network (ANN), were evaluated to classify soybean lodging classes. Five data preprocessing methods were used to treat the imbalanced dataset to improve classification accuracy. Results indicate that the preprocessing method SMOTE-ENN consistently performs well for all four (XGBoost, RF, KNN, and ANN) classifiers, achieving the highest overall accuracy (OA), lowest misclassification, higher F1-score, and higher Kappa coefficient. This suggests that Synthetic Minority Oversampling-Edited Nearest Neighbor (SMOTE-ENN) may be a good preprocessing method for using unbalanced datasets and the classification task. Furthermore, an overall accuracy of 96% was obtained using the SMOTE-ENN dataset and ANN classifier. The study indicated that an imagery-based classification model could be implemented in a breeding program to differentiate soybean lodging phenotype and classify lodging scores effectively.
Why it matches plant phenotyping methodsUAV画像と機械学習によりダイズの倒伏表現型を推定・分類する手法が研究の中心であり、育種圃場で技術評価も行っている。
abstractThis study aimed to investigate the potential of unmanned aerial vehicle (UAV)-based imagery and machine learning in assessing the lodging conditions of soybean breeding lines.
Wheat stripe rust (WSR) is an airborne disease that causes severe damage to wheat. The rapid and early detection of WSR is essential for the prevention and control of this disease. The minimum detection limit (MDL) is one of the most important characteristics of quantitative methods that can be used to determine the scope and applicability of a measurement technique. Three wheat cultivars were inoculated with Puccinia striiformis f.sp. tritici ( Pst ), and a spectrometer was used to collect the canopy hyperspectral data, and the Pst content was obtained via a duplex real-time polymerase chain reaction (PCR) during the latent period, respectively. The disease index (DI) and molecular disease index (MDI) were calculated. The regression tree algorithm was used to determine the MDL of the Pst based on hyperspectral feature parameters. The logistic, IBK, and random committee algorithms were used to construct the classification model based on the MDL. The results showed that when the MDL was 0.7, IBK had the best recognition accuracy. The optimal model, which used the spectral feature R_2nd.dv ((the second derivative of the original hyperspectral value)) and the modeling ratio 2:1, had an accuracy of 91.67% on the testing set and 90.67% on the 10-fold cross-validation. Thus, during the latent period, the MDL of Pst was determined using hyperspectral technology as 0.7.
Why it matches plant phenotyping methods潜伏期のコムギ葉さび病について、キャノピー hyperspectral センシングと機械学習により病害状態を定量推定し、検出限界と分類性能を評価しており、フェノタイピング手法の開発・検証が中心である。
abstracta spectrometer was used to collect the canopy hyperspectral data
Apple leaf diseases are one of the most important factors that reduce apple quality and yield. The object detection technology based on deep learning can detect diseases in a timely manner and help automate disease control, thereby reducing economic losses. In the natural environment, tiny apple leaf disease targets (a resolution is less than 32 × 32 pixel 2 ) are easily overlooked. To address the problems of complex background interference, difficult detection of tiny targets and biased detection of prediction boxes that exist in standard detectors, in this paper, we constructed a tiny target dataset TTALDD-4 containing four types of diseases, which include Alternaria leaf spot, Frogeye leaf spot, Grey spot and Rust, and proposed the HSSNet detector based on the YOLOv7-tiny benchmark for professional detection of apple leaf disease tiny targets. Firstly, the H-SimAM attention mechanism is proposed to focus on the foreground lesions in the complex background of the image. Secondly, SP-BiFormer Block is proposed to enhance the ability of the model to perceive tiny targets of leaf diseases. Finally, we use the SIOU loss to improve the case of prediction box bias. The experimental results show that HSSNet achieves 85.04% mAP (mean average precision), 67.53% AR (average recall), and 83 FPS (frames per second). Compared with other standard detectors, HSSNet maintains high real-time detection speed with higher detection accuracy. This provides a reference for the automated control of apple leaf diseases.
Why it matches plant phenotyping methodsリンゴ葉の病斑という植物の病害状態を画像から検出する専用データセットと深層学習検出器を開発し、精度・再現率・速度で評価しており、表現型取得手法が研究の中心である。
abstractwe constructed a tiny target dataset TTALDD-4 containing four types of diseases
The use of neural networks for plant disease identification is a hot topic of current research. However, unlike the classification of ordinary objects, the features of plant diseases frequently vary, resulting in substantial intra-class variation; in addition, the complex environmental noise makes it more challenging for the model to categorize the diseases. In this paper, an attention and multidimensional feature fusion neural network (AMDFNet) is proposed for Camellia oleifera disease classification network based on multidimensional feature fusion and attentional mechanism, which improves the classification ability of the model by fusing features to each layer of the Inception structure and enhancing the fused features with attentional enhancement. The model was compared with the classical convolutional neural networks GoogLeNet, Inception V3, ResNet50, and DenseNet121 and the latest disease image classification network DICNN in a self-built camellia disease dataset. The experimental results show that the recognition accuracy of the new model reaches 86.78% under the same experimental conditions, which is 2.3% higher than that of GoogLeNet with a simple Inception structure, and the number of parameters is reduced to one-fourth compared to large models such as ResNet50. The method proposed in this paper can be run on mobile with higher identification accuracy and a smaller model parameter number.
Why it matches plant phenotyping methodsカメリアの病害画像から植物の病害状態を推定するニューラルネットワークを開発し、既存モデルおよび自作データセットで比較検証しており、病害フェノタイピング手法が中心である。
abstractan attention and multidimensional feature fusion neural network (AMDFNet) is proposed for Camellia oleifera disease classification network
Measuring lycopene in tomatoes is fundamental to the agrifood industry because of its health benefits. It is one of the leading quality criteria for consuming this fruit. Traditionally, the amount determination of this carotenoid is performed using the high-performance liquid chromatography (HPLC) technique. This is a very reliable and accurate method, but it has several disadvantages, such as long analysis time, high cost, and destruction of the sample. In this sense, this work proposes a low-cost sensor that correlates the lycopene content in tomato with the color present in its epicarp. A Raspberry Pi 4 programmed with Python language was used to develop the lycopene prediction model. Various regression models were evaluated using neural networks, fuzzy logic, and linear regression. The best model was the fuzzy nonlinear regression as the RGB input, with a correlation of R 2 = 0.99 and a mean error of 1.9 × 10 -5 . This work was able to demonstrate that it is possible to determine the lycopene content using a digital camera and a low-cost integrated system in a non-invasive way.
Why it matches plant phenotyping methodsトマト果皮画像の色からリコペン含量を非破壊推定する低コストセンサーと予測モデルの開発が中心であり、植物器官の形質測定法に該当する。
abstractthis work proposes a low-cost sensor that correlates the lycopene content in tomato with the color present in its epicarp.
Reproduction assets foundThe paper's Data Availability Statement links to a public Google Drive folder containing the data supporting the reported lycopene measurement results (tomato RGB/L*a*b* image-derived measurements and HPLC-calibrated model data). No separate code deposit is described; the models were built in MATLAB toolboxes without aDataset · publicl analysis, M.-G.B.-S.; investigation, J.-A.P.-M.; writing—original draft preparation, J.P.-O. and M.-J.V.-A.; writing—review and editing, A.-I.B.-G.; supervision, A.-I.B.-G. All authors have read and agreed to the published version of the manuscript.
Data Availability Statement
Data supporting reported results can be found at: https://drive.google.com/drive/folders/1d1Q_RtEWmo2lbpipMCNG4x53s09-pB-C?usp=sharing .
Conflicts of Interest
The authors declare no conflict of interest.
Appendix A
Listed below are the 18 inference rules and weights for each of the two fuzzy systems red, green, and blue:
If (L is Low_L) and (a is Low_a) and (b is Low_b) then (Lycopene is Lycopenemf1)
If (L is Low_L) Open asset ↗lines:75-128Plant phenotyping relevance match · UnverifiedEurope PMC · checked 7 Sept 2026
With the rapid development of artificial intelligence and deep learning technologies, their applications in the field of agriculture, particularly in plant disease detection, have become increasingly extensive. This study focuses on the high-precision detection of tomato diseases, which is of paramount importance for agricultural economic benefits and food safety. To achieve this aim, a tomato disease image dataset was first constructed, and a NanoSegmenter model based on the Transformer structure was proposed. Additionally, lightweight technologies, such as the inverted bottleneck technique, quantization, and sparse attention mechanism, were introduced to optimize the model's performance and computational efficiency. The experimental results demonstrated excellent performance of the model in tomato disease detection tasks, achieving a precision of 0.98, a recall of 0.97, and an mIoU of 0.95, while the computational efficiency reached an inference speed of 37 FPS. In summary, this study provides an effective solution for high-precision detection of tomato diseases and offers insights and references for future research.
Why it matches plant phenotyping methodsトマト病害画像データセットを構築し、病徴を画像セグメンテーションで検出・定量するモデルを開発・評価しており、植物状態の取得方法が中心的です。
abstractThis study focuses on the high-precision detection of tomato diseases
Sudden changes in the morphological characteristics of trees are closely related to plant health, and automated phenotypic measurements can help improve the efficiency of plant health monitoring, and thus aid in the conservation of old and valuable tress. The irregular distribution of branches and the influence of the natural environment make it very difficult to monitor the status of branches in the field. In order to solve the problem of branch phenotype monitoring of tall and valuable plants in the field environment, this paper proposes an improved UNet model to achieve accurate extraction of trunk and branches. This paper also proposes an algorithm that can measure the branch length and inclination angle by using the main trunk and branches separated in the previous stage, finding the skeleton line of a single branch via digital image morphological processing and the Zhang-Suen thinning algorithm, obtaining the number of pixel points as the branch length, and then using Euclidean distance to fit a straight line to calculate the inclination angle of each branch. These were carried out in order to monitor the change in branch length and inclination angle and to determine whether plant branch breakage or external stress events had occurred. We evaluated the method on video images of Abies beshanzuensis , and the experimental results showed that the present algorithm has more excellent performance at 94.30% MIoU as compared with other target segmentation algorithms. The coefficient of determination (R 2 ) is higher than 0.89 for the calculation of the branch length and inclination angle. In summary, the algorithm proposed in this paper can effectively segment the branches of tall plants and measure their length and inclination angle in a field environment, thus providing an effective method to monitor the health of valuable plants.
Why it matches plant phenotyping methods改良UNetと骨格細線化により樹木の枝長・傾斜角を画像から抽出する手法を開発・評価しており、植物表現型取得が研究の中心である。
abstractthis paper proposes an improved UNet model to achieve accurate extraction of trunk and branches.
Corn leaf diseases lead to significant losses in agricultural production, posing challenges to global food security. Accurate and timely detection and diagnosis are crucial for implementing effective control measures. In this research, a multi-task deep learning-based system for enhanced precision detection and diagnosis of corn leaf diseases (MTDL-EPDCLD) is proposed to enhance the detection and diagnosis of corn leaf diseases, along with the development of a mobile application utilizing the Qt framework, which is a cross-platform software development framework. The system comprises Task 1 for rapid and accurate health status identification (RAHSI) and Task 2 for fine-grained disease classification with attention (FDCA). A shallow CNN-4 model with a spatial attention mechanism is developed for Task 1, achieving 98.73% accuracy in identifying healthy and diseased corn leaves. For Task 2, a customized MobileNetV3Large-Attention model is designed. It achieves a val_accuracy of 94.44%, and improvements of 4-8% in precision, recall, and F1 score from other mainstream deep learning models. Moreover, the model attains an area under the curve (AUC) of 0.9993, exhibiting an enhancement of 0.002-0.007 compared to other mainstream models. The MTDL-EPDCLD system provides an accurate and efficient tool for corn leaf disease detection and diagnosis, supporting informed decisions on disease management, increased crop yields, and improved food security. This research offers a promising solution for detecting and diagnosing corn leaf diseases, and its continued development and implementation may substantially impact agricultural practices and outcomes.
Why it matches plant phenotyping methodsトウモロコシ葉の健康状態・疾病を画像から検出および診断する深層学習手法とモバイルシステムを開発・評価しており、植物病害状態のフェノタイピングが中心である。
abstracta multi-task deep learning-based system for enhanced precision detection and diagnosis of corn leaf diseases (MTDL-EPDCLD) is proposed
Reflectance spectroscopy, in combination with machine learning and artificial intelligence algorithms, is an effective method for classifying and predicting pigments and phenotyping in agronomic crops. This study aims to use hyperspectral data to develop a robust and precise method for the simultaneous evaluation of pigments, such as chlorophylls, carotenoids, anthocyanins, and flavonoids, in six agronomic crops: corn, sugarcane, coffee, canola, wheat, and tobacco. Our results demonstrate high classification accuracy and precision, with principal component analyses (PCAs)-linked clustering and a kappa coefficient analysis yielding results ranging from 92 to 100% in the ultraviolet-visible (UV-VIS) to near-infrared (NIR) to shortwave infrared (SWIR) bands. Predictive models based on partial least squares regression (PLSR) achieved R 2 values ranging from 0.77 to 0.89 and ratio of performance to deviation (RPD) values over 2.1 for each pigment in C 3 and C 4 plants. The integration of pigment phenotyping methods with fifteen vegetation indices further improved accuracy, achieving values ranging from 60 to 100% across different full or range wavelength bands. The most responsive wavelengths were selected based on a cluster heatmap, β-loadings, weighted coefficients, and hyperspectral vegetation index (HVI) algorithms, thereby reinforcing the effectiveness of the generated models. Consequently, hyperspectral reflectance can serve as a rapid, precise, and accurate tool for evaluating agronomic crops, offering a promising alternative for monitoring and classification in integrated farming systems and traditional field production. It provides a non-destructive technique for the simultaneous evaluation of pigments in the most important agronomic plants.
Why it matches plant phenotyping methodsハイパースペクトル反射分光と機械学習により、複数作物の色素を非破壊・同時評価する手法を開発・評価しており、植物表現型取得が研究の中心である。
abstractThis study aims to use hyperspectral data to develop a robust and precise method for the simultaneous evaluation of pigments
Rice is a crucial food crop, but it is frequently affected by diseases during its growth process. Some of the most common diseases include rice blast, flax leaf spot, and bacterial blight. These diseases are widespread, highly infectious, and cause significant damage, posing a major challenge to agricultural development. The main problems in rice disease classification are as follows: (1) The images of rice diseases that were collected contain noise and blurred edges, which can hinder the network's ability to accurately extract features of the diseases. (2) The classification of disease images is a challenging task due to the high intra-class diversity and inter-class similarity of rice leaf diseases. This paper proposes the Candy algorithm, an image enhancement technique that utilizes improved Canny operator filtering (the gravitational edge detection algorithm) to emphasize the edge features of rice images and minimize the noise present in the images. Additionally, a new neural network (ICAI-V4) is designed based on the Inception-V4 backbone structure, with a coordinate attention mechanism added to enhance feature capture and overall model performance. The INCV backbone structure incorporates Inception-iv and Reduction-iv structures, with the addition of involution to enhance the network's feature extraction capabilities from a channel perspective. This enables the network to better classify similar images of rice diseases. To address the issue of neuron death caused by the ReLU activation function and improve model robustness, Leaky ReLU is utilized. Our experiments, conducted using the 10-fold cross-validation method and 10,241 images, show that ICAI-V4 has an average classification accuracy of 95.57%. These results indicate the method's strong performance and feasibility for rice disease classification in real-life scenarios.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から分類する画像処理・ニューラルネットワーク手法の開発と10分割交差検証が研究の中心であり、植物病害フェノタイピングに該当する。
abstractThis paper proposes the Candy algorithm, an image enhancement technique that utilizes improved Canny operator filtering (the gravitational edge detection algorithm) to emphasize the edge features of rice images and minimize the noise present in the images.
Reproduction assets foundThe paper's rice disease images come from Kaggle/Mendeley sources whose URLs are not in the allowed list, and no author analysis code or trained model is publicly deposited ('All data are presented in the article'). The only qualifying paper-specific public asset is the PlantVillage dataset, which the authors used to验证Dataset · publicthe results of the tests are presented in Table 12 . Our proposed model demonstrated strong performance on three publicly available datasets, suggesting that it possesses a high degree of generalizability to other datasets.
Table 11
Detailed information about the dataset.
Dataset
Category
Total
Available
PlantVillage
38
55,400
https://www.kaggle.com/datasets/hiyash99/plantvillage (accessed on 24 March 2023)
Stanford cars
196
16,185
https://www.kaggle.com/datasets/jutrera/stanford-car-dataset-by-classes-folder (accessed on 24 March 2023)
ImageNetDogs
120
20,580
http://vision.stanford.edu/aditya86/ImageNetDogs/ (accessed on 24 March 2023)
Table 12
Public dataset test results.
Dataset
Accuracy Open asset ↗Kaggle · hiyash99/plantvillagelines:417-573Dataset · publicthree publicly available datasets, suggesting that it possesses a high degree of generalizability to other datasets.
Table 11
Detailed information about the dataset.
Dataset
Category
Total
Available
PlantVillage
38
55,400
https://www.kaggle.com/datasets/hiyash99/plantvillage (accessed on 24 March 2023)
Stanford cars
196
16,185
https://www.kaggle.com/datasets/jutrera/stanford-car-dataset-by-classes-folder (accessed on 24 March 2023)
ImageNetDogs
120
20,580
http://vision.stanford.edu/aditya86/ImageNetDogs/ (accessed on 24 March 2023)
Table 12
Public dataset test results.
Dataset
Accuracy (%)
PlantVillage
96.25
Stanford cars
94.67
ImageNetDogs
97.24
4. DiscussionOpen asset ↗Kaggle · jutrera/stanford-car-dataset-by-classes-folderlines:417-573Plant phenotyping relevance match · UnverifiedEurope PMC · checked 7 Sept 2026
The common bean has received attention as a model plant for legume studies, but little information is available about the morphology of its pods and the relation of this morphology to the loss of seed dispersal and/or the pod string, which are key agronomic traits of legume domestication. Dehiscence is related to the pod morphology and anatomy of pod tissues because of the weakening of the dorsal and ventral dehiscence zones and the tensions of the pod walls. These tensions are produced by the differential mechanical properties of lignified and non-lignified tissues and changes in turgor associated with fruit maturation. In this research, we histologically studied the dehiscence zone of the ventral and dorsal sutures of the pod in two contrasting genotypes for the dehiscence and string, by comparing different histochemical methods with autofluorescence. We found that the secondary cell wall modifications of the ventral suture of the pod were clearly different between the dehiscence-susceptible and stringy PHA1037 and the dehiscence-resistant and stringless PHA0595 genotypes. The susceptible genotype had cells of bundle caps arranged in a more easily breakable bowtie knot shape. The resistant genotype had a larger vascular bundle area and larger fibre cap cells (FCCs), and due to their thickness, the external valve margin cells were significantly stronger than those from PHA1037. Our findings suggest that the FCC area, and the cell arrangement in the bundle cap, might be partial structures involved in the pod dehiscence of the common bean. The autofluorescence pattern at the ventral suture allowed us to quickly identify the dehiscent phenotype and gain a better understanding of cell wall tissue modifications that took place along the bean's evolution, which had an impact on crop improvement. We report a simple autofluorescence protocol to reliably identify secondary cell wall organization and its relationship to the dehiscence and string in the common bean.
Why it matches plant phenotyping methods豆莢の裂開性・string形質を対象に、自己蛍光による組織構造の迅速判定プロトコルを提示しており、表現型取得法が研究の中心である。
abstractThe autofluorescence pattern at the ventral suture allowed us to quickly identify the dehiscent phenotype
Timely and accurate detection of plant diseases is a crucial research topic. A dynamic-pruning-based method for automatic detection of plant diseases in low-computing situations is proposed. The main contributions of this research work include the following: (1) the collection of datasets for four crops with a total of 12 diseases over a three-year history; (2) the proposition of a re-parameterization method to improve the boosting accuracy of convolutional neural networks; (3) the introduction of a dynamic pruning gate to dynamically control the network structure, enabling operation on hardware platforms with widely varying computational power; (4) the implementation of the theoretical model based on this paper and the development of the associated application. Experimental results demonstrate that the model can run on various computing platforms, including high-performance GPU platforms and low-power mobile terminal platforms, with an inference speed of 58 FPS, outperforming other mainstream models. In terms of model accuracy, subclasses with a low detection accuracy are enhanced through data augmentation and validated by ablation experiments. The model ultimately achieves an accuracy of 0.94.
Why it matches plant phenotyping methods植物病害を画像から検出するCNN手法の開発・検証が研究の中心であり、病害状態という植物表現型を推定している。低計算環境向けの動的プルーニング、データセット収集、アブレーション検証を含む。
abstractA dynamic-pruning-based method for automatic detection of plant diseases in low-computing situations is proposed.
GreenhouseLeafMorphology / geometry measurementGrowth / development / phenologyLeaf traits
Phalaenopsis orchids are highly economical ornamental potted plants. Controlling their production schedule requires information on the leaf development characteristics of the orchids. Phalaenopsis leaves affect the plant's photosynthesis, respiration, and transpiration. The leaf growth conditions can serve as a development index for greenhouse management. The use of the growth characteristics of Phalaenopsis leaves as the basis for greenhouse cultivation and management needs to be studied. The allometry of Phalaenopsis leaves is worth studying. The goal of this research was to investigate the allometry of Phalaenopsis leaves and develop prediction models of the total leaf area. Then, these total leaf area models were developed and validated. In this study, five Phalaenopsis varieties (amabilis, Sin-Yuan beauty, Ruey Lish beauty, Ishin KHM1095, and Sogo F1091) were selected. Each sample had five mature leaves. The lengths, widths, and areas of the sequential leaves were measured, and then the length ratios, width ratios, and area ratios were calculated. The top and bottom models were used to calculate the total leaf areas. The results indicate that no significant differences could be found in the length ratios, width ratios, and area ratios of the sequential leaves from the same variety. However, significant differences were found in these leaf characteristics between different varieties. The observation of leaf growth characteristics can be used to provide useful information for Phalaenopsis management. Comparing the predictive criteria of the two models, the top model had a better predictive ability than the bottom model. From a practical viewpoint, measuring the top leaf area is easier than measuring the bottom leaf area in a greenhouse operation. Comparing the effects of the sample numbers on the predictive ability of the model, the sample number of 30 was sufficient to ensure the accuracy of the total leaf area measurements. We provide an easy and accurate method to measure the total leaf area of Phalaenopsis . The calculated values of total leaf areas can be incorporated into decision models for smart management.
Why it matches plant phenotyping methods胡蝶蘭の葉面積という植物形質を対象に、総葉面積の予測モデルを開発・検証し、実用的な測定法を提示しているため、方法が中心的です。
abstractdevelop prediction models of the total leaf area. Then, these total leaf area models were developed and validated.
The accurate, timely, and non-destructive estimation of maize total-above ground biomass (TAB) and theoretical biochemical methane potential (TBMP) under different phenological stages is a substantial part of agricultural remote sensing. The assimilation of UAV and machine learning (ML) data may be successfully applied in predicting maize TAB and TBMP; however, in the Nordic-Baltic region, these technologies are not fully exploited. Therefore, in this study, during the maize growing period, we tracked unmanned aerial vehicle (UAV) based multispectral bands (blue, red, green, red edge, and infrared) at the main phenological stages. In the next step, we calculated UAV-based vegetation indices, which were combined with field measurements and different ML models, including generalized linear, random forest, as well as support vector machines. The results showed that the best ML predictions were obtained during the maize blister (R2)-Dough (R4) growth period when the prediction models managed to explain 88-95% of TAB and 88-97% TBMP variation. However, for the practical usage of farmers, the earliest suitable timing for adequate TAB and TBMP prediction in the Nordic-Baltic area is stage V7-V10. We conclude that UAV techniques in combination with ML models were successfully applied for maize TAB and TBMP estimation, but similar research should be continued for further improvements.
Why it matches plant phenotyping methodsUAVマルチスペクトル計測と機械学習を組み合わせ、トウモロコシの地上部バイオマスという植物形質を非破壊推定する手法が研究の中心である。
abstractThe assimilation of UAV and machine learning (ML) data may be successfully applied in predicting maize TAB and TBMP
The investigation of quantitative phenotypic traits resulting from the interaction between targeted genotypic traits and environmental factors is essential for breeding selection. Therefore, plot-wise controlled environmental factors must be invariable for accurate identification of phenotypes. However, the assumption of homogeneous variables within the open-field is not always accepted, and requires a spatial dependence analysis to determine whether site-specific environmental factors exist. In this study, spatial dependence within the kenaf breeding field was assessed in a geo-tagged height map derived from an unmanned aerial vehicle (UAV). Local indicators of spatial autocorrelation (LISA) were applied to the height map using Geoda software, and the LISA map was generated in order to recognize the existence of kenaf height status clusters. The spatial dependence of the breeding field used in this study appeared in a specific region. The cluster pattern was similar to the terrain elevation pattern of this field and highly correlated with drainage capacity. The cluster pattern could be utilized to design random blocks based on regions that have similar spatial dependence. We confirmed the potential of spatial dependence analysis on a crop growth status map, derived by UAV, for breeding strategy design with a tight budget.
Why it matches plant phenotyping methodsUAVから作成したケナフの圃場内高さマップを対象に空間依存性分析を行い、育種圃場設計に利用するフェノタイピング関連ワークフローが研究の中心である。
abstractspatial dependence within the kenaf breeding field was assessed in a geo-tagged height map derived from an unmanned aerial vehicle (UAV).
Cultivation of wild rocket [ Diplotaxis tenuifolia (L.) D.C.] as a baby-leaf vegetable for the high-convenience food chain is constantly growing due to its nutritional and taste qualities. As is well known, these crops are particularly exposed to soil-borne fungal diseases and need to be effectively protected. At present, wild rocket disease management is performed by using permitted synthetic fungicides or through the application of agro-ecological and biological methods that must be optimized. In this regard, the implementation of innovative digital-based technologies, such as infrared thermography (IT), as supporting systems to decision-making processes is welcome. In this work, leaves belonging to wild rocket plants inoculated with the soil-borne pathogens Rhizoctonia solani Kühn and Sclerotinia sclerotiorum (Lib.) de Bary were analyzed and monitored by both active and passive thermographic methods and compared with visual detection. A comparison between the thermal analysis carried out in both medium (MWIR)- and long (LWIR)-wave infrared was made and discussed. The results achieved highlight how the monitoring based on the use of IT is promising for carrying out an early detection of the rot diseases induced by the investigated pathogens, allowing their detection in 3-6 days before the canopy is completely wilted. Active thermal imaging has the potential to detect early soil-borne rotting diseases.
Why it matches plant phenotyping methods野生ルッコラの感染植物を対象に、能動・受動熱画像法を比較し、熱画像による病害症状の早期検出性能を評価しており、植物状態の取得手法が中心である。
abstractleaves belonging to wild rocket plants inoculated with the soil-borne pathogens Rhizoctonia solani Kühn and Sclerotinia sclerotiorum (Lib.) de Bary were analyzed and monitored by both active and passive thermographic methods and compared with visual detection.
Reproduction assets foundThe paper's supplementary materials (hosted publicly by MDPI) contain the paper-specific thermographic images of inoculated vs. control wild rocket leaves (Figures S1–S5) and the Right Prevision (RP%) calculation underlying the AT analysis. No separate phenotype dataset deposit or author analysis code repository is披露; Supplement · public–6 days before they are detectable by visual analysis. Our results confirm the potential of these techniques in monitoring wild rocket for the preventive detection of soil diseases with the aim of avoiding their extension and preserving the crops.
Supplementary Materials
The following supporting information can be downloaded at https://www.mdpi.com/article/10.3390/plants12081615/s1 , Figure S1: Examples of active thermography analysis for uninoculated control leaves of rocket plants; Figures S2–S5: Examples of active thermography analysis for leaves of rocket plants inoculated with treatments T1, T2, T3, and T4. Right Prevision (RP%) calculation.
Click here for additional data file.
Author COpen asset ↗lines:153-168Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Rice lodging seriously affects rice quality and production. Traditional manual methods of detecting rice lodging are labour-intensive and can result in delayed action, leading to production loss. With the development of the Internet of Things (IoT), unmanned aerial vehicles (UAVs) provide imminent assistance for crop stress monitoring. In this paper, we proposed a novel lightweight detection system with UAVs for rice lodging. We leverage UAVs to acquire the distribution of rice growth, and then our proposed global attention network (GloAN) utilizes the acquisition to detect the lodging areas efficiently and accurately. Our methods aim to accelerate the processing of diagnosis and reduce production loss caused by lodging. The experimental results show that our GloAN can lead to a significant increase in accuracy with negligible computational costs. We further tested the generalization ability of our GloAN and the results show that the GloAN generalizes well in peers' models (Xception, VGG, ResNet, and MobileNetV2) with knowledge distillation and obtains the optimal mean intersection over union (mIoU) of 92.85%. The experimental results show the flexibility of GloAN in rice lodging detection.
Why it matches plant phenotyping methodsUAV画像からイネの倒伏領域(植物状態)を抽出する軽量な検出システムとGloANを提案・評価しており、表現型取得・推定手法が中心である。
abstractwe proposed a novel lightweight detection system with UAVs for rice lodging.
Reproduction assets foundThe authors explicitly state that the rice lodging dataset (UAV images with annotations) and the source code for the GloAN analysis are open sourced and publicly available on GitHub.Dataset · publicThe dataset and source code used in this study have been open sourced and are publicly available at https://github.com/Stephenkgb/GloAN-and-rice-lodging-dataset .Open asset ↗Stephenkgb/GloAN-and-rice-lodging-datasetlines:214-228Plant phenotyping relevance match · UnverifiedEurope PMC · checked 8 Sept 2026
The current methods of classifying plant disease images are mainly affected by the training phase and the characteristics of the target dataset. Collecting plant samples during different leaf life cycle infection stages is time-consuming. However, these samples may have multiple symptoms that share the same features but with different densities. The manual labelling of such samples demands exhaustive labour work that may contain errors and corrupt the training phase. Furthermore, the labelling and the annotation consider the dominant disease and neglect the minor disease, leading to misclassification. This paper proposes a fully automated leaf disease diagnosis framework that extracts the region of interest based on a modified colour process, according to which syndrome is self-clustered using an extended Gaussian kernel density estimation and the probability of the nearest shared neighbourhood. Each group of symptoms is presented to the classifier independently. The objective is to cluster symptoms using a nonparametric method, decrease the classification error, and reduce the need for a large-scale dataset to train the classifier. To evaluate the efficiency of the proposed framework, coffee leaf datasets were selected to assess the framework performance due to a wide variety of feature demonstrations at different levels of infections. Several kernels with their appropriate bandwidth selector were compared. The best probabilities were achieved by the proposed extended Gaussian kernel, which connects the neighbouring lesions in one symptom cluster, where there is no need for any influencing set that guides toward the correct cluster. Clusters are presented with an equal priority to a ResNet50 classifier, so misclassification is reduced with an accuracy of up to 98%.
Why it matches plant phenotyping methodsコーヒー葉の病斑・症状領域を画像から自動抽出・クラスタリングし、病害状態を分類する手法が研究の中心であるため、植物病害フェノタイピング手法として含める。
abstractThis paper proposes a fully automated leaf disease diagnosis framework that extracts the region of interest based on a modified colour process, according to which syndrome is self-clustered using an extended Gaussian kernel density estimation and the probability of the nearest shared neighbourhood.
The efficiency of photosynthesis in strawberry plants is measured to maintain the quality and quantity of strawberries produced. The latest method used to measure the photosynthetic status of plants is chlorophyll fluorescence imaging (CFI), which has the advantage of obtaining plant spatiotemporal data non-destructively. This study developed a CFI system to measure the maximum quantum efficiency of photochemistry (Fv/Fm). The main components of this system include a chamber for plants to adapt to dark environments, blue LED light sources to excite the chlorophyll in plants, and a monochrome camera with a lens filter attached to capture the emission spectra. In this study, 120 pots of strawberry plants were cultivated for 15 days and divided into four treatment groups: control, drought stress, heat stress, and a combination of drought and heat stress, resulting in Fv/Fm values of 0.802 ± 0.0036, 0.780 ± 0.0026, 0.768 ± 0.0023, and 0.749 ± 0.0099, respectively. A strong correlation was found between the developed system and a chlorophyll meter (r = 0.75). These results prove that the developed CFI system can accurately capture the spatial and temporal dynamics resulting from the response of strawberry plants to abiotic stresses.
Why it matches plant phenotyping methodsイチゴの乾燥・高温ストレスに対する光合成状態を画像化するCFIシステムを開発し、クロロフィルメーターとの相関で検証しており、表現型取得法が研究の中心である。
abstractThis study developed a CFI system to measure the maximum quantum efficiency of photochemistry (Fv/Fm).
In this study, we investigated the use of artificial intelligence algorithms (AIAs) in combination with VIS-NIR-SWIR hyperspectroscopy for the classification of eleven lettuce plant varieties. For this purpose, a spectroradiometer was utilized to collect hyperspectral data in the VIS-NIR-SWIR range, and 17 AIAs were applied to classify lettuce plants. The results showed that the highest accuracy and precision were achieved using the full hyperspectral curves or the specific spectral ranges of 400-700 nm, 700-1300 nm, and 1300-2400 nm. Four models, AdB, CN2, G-Boo, and NN, demonstrated exceptional R 2 and ROC values, exceeding 0.99, when compared between all models and confirming the hypothesis and highlighting the potential of AIAs and hyperspectral fingerprints for efficient, precise classification and pigment phenotyping in agriculture. The findings of this study have important implications for the development of efficient methods for phenotyping and classification in agriculture and the potential of AIAs in combination with hyperspectral technology. To advance our understanding of the capabilities of hyperspectroscopy and AIs in precision agriculture and contribute to the development of more effective and sustainable agriculture practices, further research is needed to explore the full potential of these technologies in different crop species and environments.
Why it matches plant phenotyping methodsVIS-NIR-SWIRハイパースペクトロスコピーとAIによるレタスの色素表現型推定・分類が研究の中心であり、植物形質取得手法の開発・評価に該当する。
abstractthe use of artificial intelligence algorithms (AIAs) in combination with VIS-NIR-SWIR hyperspectroscopy for the classification of eleven lettuce plant varieties
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicThe following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/plants12061333/s1 . Table S1. Descriptive analysis parameters of lettuce varieties. Pigment of leaves expressed by leaf area (mg m −2 ), mass (mg g −1 ), and volume (mL L −1 ) ( n = 132); Table S2. STEPW and VIPs by wavelengths selected according to classified algorithm-based ANOVA and information gain ratio ( p < 0.001) by band range spectroscopy from reflectance leaves.Open asset ↗lines:80-115Plant phenotyping relevance match · UnverifiedEurope PMC · checked 7 Sept 2026
Global warming is a challenge for plants and pathogens, involving profound changes in the physiology of both contenders to adapt to the new environmental conditions and to succeed in their interaction. Studies have been conducted on the behavior of oilseed rape plants and two races (1 and 4) of the bacterium Xanthomonas campestris pv. campestris (Xcc) and their interaction to anticipate our response in the possible future climate. Symptoms caused by both races of Xcc were very similar to each other under any climatic condition assayed, although the bacterial count from infected leaves differed for each race. Climate change caused an earlier onset of Xcc symptoms by at least 3 days, linked to oxidative stress and a change in pigment composition. Xcc infection aggravated the leaf senescence already induced by climate change. To identify Xcc-infected plants early under any climatic condition, four classifying algorithms were trained with parameters obtained from the images of green fluorescence, two vegetation indices and thermography recorded on Xcc-symptomless leaves. Classification accuracies were above 0.85 out of 1.0 in all cases, with k-nearest neighbor analysis and support vector machines performing best under the tested climatic conditions.
Why it matches plant phenotyping methods蛍光画像、植生指数、熱画像から無症状感染植物を分類する手法を構築・評価しており、植物病害状態の抽出が中心的な技術貢献である。
abstractTo identify Xcc-infected plants early under any climatic condition, four classifying algorithms were trained with parameters obtained from the images of green fluorescence, two vegetation indices and thermography recorded on Xcc-symptomless leaves.
Maize ( Zea mays L.) benefits from heterosis in-yield formation and photosynthetic efficiency through optimizing canopy structure and improving leaf photosynthesis. However, the role of canopy structure and photosynthetic capacity in determining heterosis in biomass production and radiation use efficiency has not been separately clarified. We developed a quantitative framework based on a phytomer-based three-dimensional canopy photosynthesis model and simulated light capture and canopy photosynthetic production in scenarios with and without heterosis in either canopy structure or leaf photosynthetic capacity. The accumulated above-ground biomass of Jingnongke728 was 39% and 31% higher than its male parent, Jing2416, and female parent, JingMC01, while accumulated photosynthetically active radiation was 23% and 14% higher, correspondingly, leading to an increase of 13% and 17% in radiation use efficiency. The increasing post-silking radiation use efficiency was mainly attributed to leaf photosynthetic improvement, while the dominant contributing factor differs for male and female parents for heterosis in post-silking yield formation. This quantitative framework illustrates the potential to identify the key traits related to yield and radiation use efficiency and helps breeders to make selections for higher yield and photosynthetic efficiency.
Why it matches plant phenotyping methods植物体のキャノピー構造・光合成・バイオマスを推定する phytomer ベース3Dモデルと定量的枠組みの開発が中心であり、単なる生物学的測定ではない。
abstractWe developed a quantitative framework based on a phytomer-based three-dimensional canopy photosynthesis model and simulated light capture and canopy photosynthetic production in scenarios with and without heterosis in either canopy structure or leaf photosynthetic capacity.
Protecting wheat yield is a top priority in agricultural production, and one of the important measures to preserve yield is the control of wheat diseases. With the maturity of computer vision technology, more possibilities have been provided to achieve plant disease detection. In this study, we propose the position attention block, which can effectively extract the position information from the feature map and construct the attention map to improve the feature extraction ability of the model for the region of interest. For training, we use transfer learning to improve the training speed of the model. In the experiment, ResNet built on positional attention blocks achieves 96.4% accuracy, which is much higher compared to other comparable models. Afterward, we optimized the undesirable detection class and validated its generalization performance on an open-source dataset.
Why it matches plant phenotyping methods小麦病害の画像検出モデルを開発し、精度比較とオープンデータセットでの汎化検証を行っており、植物病害状態の表現型取得が中心である。
abstractwe propose the position attention block, which can effectively extract the position information from the feature map and construct the attention map to improve the feature extraction ability of the model for the region of interest.
Wheat ( Triticum aestivum L.) is one of the most important crops as it provides 20% of calories and proteins to the human population. To overcome the increasing demand in wheat grain production, there is a need for a higher grain yield, and this can be achieved in particular through an increase in the grain weight. Moreover, grain shape is an important trait regarding the milling performance. Both the final grain weight and shape would benefit from a comprehensive knowledge of the morphological and anatomical determinism of wheat grain growth. Synchrotron-based phase-contrast X-ray microtomography (X-ray µCT) was used to study the 3D anatomy of the growing wheat grain during the first developmental stages. Coupled with 3D reconstruction, this method revealed changes in the grain shape and new cellular features. The study focused on a particular tissue, the pericarp, which has been hypothesized to be involved in the control of grain development. We showed considerable spatio-temporal diversity in cell shape and orientations, and in tissue porosity associated with stomata detection. These results highlight the growth-related features rarely studied in cereal grains, which may contribute significantly to the final grain weight and shape.
Why it matches plant phenotyping methodsシンクロトロンX線マイクロCTと3D再構成を中核に、発達中コムギ粒の3D形状・細胞形態・組織空隙を抽出しており、植物器官の形態表現型取得が中心である。
abstractSynchrotron-based phase-contrast X-ray microtomography (X-ray µCT) was used to study the 3D anatomy of the growing wheat grain during the first developmental stages.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe development was integrated into the Imago software, which is
freely available at https://github.com/SciCompJ/Imago (accessed on 21 February 2023).Open asset ↗SciCompJ/Imagopdf-page:23 lines:1-59Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Plant diseases that affect crop production and productivity harm both crop quality and quantity. To minimize loss due to disease, early detection is a prerequisite. Recently, different technologies have been developed for plant disease detection. Hyperspectral imaging (HSI) is a nondestructive method for the early detection of crop disease and is based on the spatial and spectral information of images. Regarding plant disease detection, HSI can predict disease-induced biochemical and physical changes in plants. Bacterial infections, such as Pseudomonas syringae pv. tabaci , are among the most common plant diseases in areas of soybean cultivation, and have been implicated in considerably reducing soybean yield. Thus, in this study, we used a new method based on HSI analysis for the early detection of this disease. We performed the leaf spectral reflectance of soybean with the effect of infected bacterial wildfire during the early growth stage. This study aimed to classify the accuracy of the early detection of bacterial wildfire in soybean leaves. Two varieties of soybean were used for the experiment, Cheongja 3-ho and Daechan, as control (noninoculated) and treatment (bacterial wildfire), respectively. Bacterial inoculation was performed 18 days after planting, and the imagery data were collected 24 h following bacterial inoculation. The leaf reflectance signature revealed a significant difference between the diseased and healthy leaves in the green and near-infrared regions. The two-way analysis of variance analysis results obtained using the Python package algorithm revealed that the disease incidence of the two soybean varieties, Daechan and Cheongja 3-ho, could be classified on the second and third day following inoculation, with accuracy values of 97.19% and 95.69%, respectively, thus proving his to be a useful technique for the early detection of the disease. Therefore, creating a wide range of research platforms for the early detection of various diseases using a nondestructive method such HSI is feasible.
Why it matches plant phenotyping methodsHSIによる葉のスペクトル反射測定を用いて、ダイズ葉の病害状態を早期分類し、精度を評価しており、植物表現型取得法が中心である。
abstractin this study, we used a new method based on HSI analysis for the early detection of this disease.
The accurate segmentation of apple leaf disease spots is the key to identifying the classification of apple leaf diseases and disease severity. Therefore, a DeepLabV3+ semantic segmentation network model with an actors spatial pyramid pool module (ASPP) was proposed to achieve effective extraction of apple leaf lesion features and to improve the apple leaf disease recognition and disease severity diagnosis compared with the classical semantic segmentation network models PSPNet and GCNet. In addition, the effects of the learning rate, optimizer, and backbone network on the performance of the DeepLabV3+ network model with the best performance were analyzed. The experimental results show that the mean pixel accuracy (MPA) and mean intersection over union (MIoU) of the model reached 97.26% and 83.85%, respectively. After being deployed into the smartphone platform, the detection time of the detection system was 9s per image for the portable and intelligent diagnostics of apple leaf diseases. The transfer learning method provided the possibility of quickly acquiring a high-performance model under the condition of small datasets. The research results can provide a precise guide for the prevention and precise control of apple diseases in fields.
Why it matches plant phenotyping methodsリンゴ葉の病斑を画像分割し、病害の程度(植物の病態)を推定する深層学習手法を開発・評価し、スマートフォンへ実装しているため、植物フェノタイピング手法が中心である。
abstractThe accurate segmentation of apple leaf disease spots is the key to identifying the classification of apple leaf diseases and disease severity.
Four deep learning frameworks consisting of Yolov5m and Yolov5m combined with ResNet50, ResNet-101, and EfficientNet-B0, respectively, are proposed for classifying tomato fruit on the vine into three categories: ripe, immature, and damaged. For a training dataset consisting of 4500 images and a training process with 200 epochs, a batch size of 128, and an image size of 224 × 224 pixels, the prediction accuracy for ripe and immature tomatoes is found to be 100% when combining Yolo5m with ResNet-101. Meanwhile, the prediction accuracy for damaged tomatoes is 94% when using Yolo5m with the Efficient-B0 model. The ResNet-50, EfficientNet-B0, Yolov5m, and ResNet-101 networks have testing accuracies of 98%, 98%, 97%, and 97%, respectively. Thus, all four frameworks have the potential for tomato fruit classification in automated tomato fruit harvesting applications in agriculture.
Why it matches plant phenotyping methodsトマト果実の成熟度・損傷状態という植物器官の状態を、深層学習画像分類で推定する手法が研究の中心であり、収穫ロボット用途でも単なる位置検出を超えた表現型推定に該当する。
abstractFour deep learning frameworks consisting of Yolov5m and Yolov5m combined with ResNet50, ResNet-101, and EfficientNet-B0, respectively, are proposed for classifying tomato fruit on the vine into three categories: ripe, immature, and damaged.
Huanglongbing (HLB) is a highly contagious and devastating citrus disease that causes huge economic losses to the citrus industry. Because it cannot be cured, timely detection of the HLB infection status of plants and removal of diseased trees are effective ways to reduce losses. However, complex HLB symptoms, such as single HLB-symptomatic or zinc deficiency + HLB-positive, cannot be identified by a single reflection imaging method at present. In this study, a vision system with an integrated reflection-transmission image acquisition module, human-computer interaction module, and power supply module was developed for rapid HLB detection in the field. In reflection imaging mode, 660 nm polarized light was used as the illumination source to enhance the contrast of the HLB symptoms in the images based on the differences in the absorption of narrow-band light by the components within the leaves. In transmission imaging mode, polarization images were obtained in four directions, and the polarization angle images were calculated using the Stokes vector to detect the optical activity of starch. A step-by-step classification model with four steps was used for the identification of six classes of samples (healthy, HLB-symptomatic, zinc deficiency, zinc deficiency + HLB-positive, magnesium deficiency, and boron deficiency). The results showed that the model had an accuracy of 96.92% for the full category of samples and 98.08% for the identification of multiple types of HLB (HLB-symptomatic and zinc deficiency + HLB-positive). In addition, the classification model had good recognition of zinc deficiency and zinc deficiency + HLB-positive samples, at 92.86%.
Why it matches plant phenotyping methods植物葉の病徴・デンプン蓄積を反射/透過画像で取得し、HLB感染状態を推定する統合ビジョンシステムを開発・評価しており、植物フェノタイピング手法が研究の中心である。
abstracta vision system with an integrated reflection-transmission image acquisition module, human-computer interaction module, and power supply module was developed for rapid HLB detection in the field.
Hyperspectral technology has enabled rapid and efficient nitrogen monitoring in crops. However, most approaches involve direct monitoring of nitrogen content or physiological and biochemical indicators directly related to nitrogen, which cannot reflect the overall plant nutritional status. Two important photosynthetic traits, the fraction of absorbed photosynthetically active radiation (FAPAR) and the net photosynthetic rate (Pn), were previously shown to respond positively to nitrogen changes. Here, Pn and FAPAR were used for correlation analysis with hyperspectral data to establish a relationship between nitrogen status and hyperspectral characteristics through photosynthetic traits. Using principal component and band autocorrelation analyses of the original spectral reflectance, two band positions (350-450 and 600-750 nm) sensitive to nitrogen changes were obtained. The performances of four machine learning algorithm models based on six forms of hyperspectral transformations showed that the light gradient boosting machine (LightGBM) model based on the hyperspectral first derivative could better invert the Pn of function-leaves in cotton, and the random forest (RF) model based on hyperspectral first derivative could better invert the FAPAR of the cotton canopy. These results provide advanced metrics for non-destructive tracking of cotton nitrogen status, which can be used to diagnose nitrogen nutrition and cotton growth status in large farms.
Why it matches plant phenotyping methodsハイパースペクトル反射と機械学習により、綿の光合成速度(Pn)とFAPARという生理形質を非破壊推定する手法の構築・比較が研究の中心である。
abstractUsing principal component and band autocorrelation analyses of the original spectral reflectance, two band positions (350-450 and 600-750 nm) sensitive to nitrogen changes were obtained.
Effective identification of apple leaf diseases can reduce pesticide spraying and improve apple fruit yield, which is significant to agriculture. However, the existing apple leaf disease detection models lack consideration of disease diversity and accuracy, which hinders the application of intelligent agriculture in the apple industry. In this paper, we explore an accurate and robust detection model for apple leaf disease called Apple-Net, improving the conventional YOLOv5 network by adding the Feature Enhancement Module (FEM) and Coordinate Attention (CA) methods. The combination of the feature pyramid and pan in YOLOv5 can obtain richer semantic information and enhance the semantic information of low-level feature maps but lacks the output of multi-scale information. Thus, the FEM was adopted to improve the output of multi-scale information, and the CA was used to improve the detection efficiency. The experimental results show that Apple-Net achieves a higher mAP@0.5 (95.9%) and precision (93.1%) than four classic target detection models, thus proving that Apple-Net achieves more competitive results on apple leaf disease identification.
Why it matches plant phenotyping methodsリンゴ葉の病害状態を画像から検出するYOLOv5改良モデルを開発し、複数モデルとの性能比較で検証しているため、植物病害フェノタイピング手法が中心です。
abstractwe explore an accurate and robust detection model for apple leaf disease called Apple-Net, improving the conventional YOLOv5 network by adding the Feature Enhancement Module (FEM) and Coordinate Attention (CA) methods.
Reproduction assets foundThe paper's apple leaf disease detection dataset (12,500 labeled images of five apple leaf diseases) is explicitly stated to be publicly available online at a Baidu AI Studio dataset URL in the Data Availability Statement. No author analysis code or trained model checkpoints are reported as publicly available.Dataset · publicThe apple leaf dataset is publicly available online at https://aistudio.baidu.com/aistudio/datasetdetail/11591 (accessed on 26 December 2022).Open asset ↗datasetdetail/11591lines:86-193Plant phenotyping relevance match · UnverifiedEurope PMC · checked 8 Sept 2026
Considering the availability of serological and molecular biological methods, the bioassay has been paled into insignificance, although it is the only experimental method that can be used to demonstrate the infectivity of a virus. We compared goodness-of-fit and predictability power of five models for the quantification of tomato brown rugose fruit virus (ToBRFV) based on local lesion assays: the Kleczkowski model, Furumoto and Mickey models I and II, the Gokhale and Bald model (growth curve model), and the modified Poisson model. For this purpose, mechanical inoculations onto Nicotiana tabacum L. cv. Xanthi nc and N. glutionosa L. with defined virus concentrations were first performed with half-leaf randomization in a Latin square design. Subsequently, models were implemented using Python software and fitted to the number of local lesions. All models could fit to the data for quantifying ToBRFV based on local lesions, among which the modified Poisson model had the best prediction of virus concentration in spike samples based on local lesions, although data of individual indicator plants showed variations. More accurate modeling was obtained from the test plant N. glutinosa than from N. tabacum cv. Xanthi nc. The position of the half-leaves on the test plants had no significant effect on the number of local lesions.
Why it matches plant phenotyping methods局部病斑数という感染植物の可視的病徴を用いたウイルス定量モデルを比較・予測検証しており、病徴の取得・定量法が研究の中心である。
abstractWe compared goodness-of-fit and predictability power of five models for the quantification of tomato brown rugose fruit virus (ToBRFV) based on local lesion assays
Seed morphology is an important source of information for plant taxonomy. Nevertheless, the characters under study are diverse, and a simple, unified method is lacking in the literature. A new method for the classification of seeds of the genus Silene based on optical images and image analysis has recently been described on the basis of morphological measurements of the lateral seed views. According to the outline of their silhouettes, seeds from 52 species (49 of Silene and three related species) were classified in three groups: smooth, rugose and echinate, revealing remarkable differences between these groups. This methodology has been applied here to 51 new species, making a total of 100 species of Silene analyzed so far. According to our data, a new group was described, termed papillose. The results showed morphological differences between the four mentioned seed groups, with reduced values of circularity for dorsal and lateral seed views in the papillose and echinate groups and reduced values of solidity in the papillose seeds. The method was applied to the analysis of individual as well as to average seed silhouettes and some of the differences between groups were maintained in both cases.
Why it matches plant phenotyping methods種子シルエットの光学画像と画像解析により形態特性を抽出・分類する手法が研究の中心であり、植物器官の形態フェノタイプ測定に該当する。
abstractA new method for the classification of seeds of the genus Silene based on optical images and image analysis has recently been described
Photosynthesis is a key process in plants that can be strongly affected by the actions of environmental stressors. The stressor-induced photosynthetic responses are based on numerous and interacted processes that can restrict their experimental investigation. The development of mathematical models of photosynthetic processes is an important way of investigating these responses. Our work was devoted to the development of a two-dimensional model of photosynthesis in plant leaves that was based on the Farquhar-von Caemmerer-Berry model of CO 2 assimilation and descriptions of other processes including the stomatal and transmembrane CO 2 fluxes, lateral CO 2 and HCO 3 - fluxes, transmembrane and lateral transport of H + and K + , interaction of these ions with buffers in the apoplast and cytoplasm, light-dependent regulation of H + -ATPase in the plasma membrane, etc. Verification of the model showed that the simulated light dependences of the CO 2 assimilation rate were similar to the experimental ones and dependences of the CO 2 assimilation rate of an average leaf CO 2 conductance were also similar to the experimental dependences. An analysis of the model showed that a spatial heterogeneity of the CO 2 assimilation rate on a leaf surface should be stimulated under an increase in light intensity and a decrease in the stomatal CO 2 conductance or quantity of the open stomata; this prediction was supported by the experimental verification. Results of the work can be the basis of the development of new methods of the remote sensing of the influence of abiotic stressors (at least, excess light and drought) on plants.
Why it matches plant phenotyping methods葉面CO2同化速度の空間分布を推定する二次元数理モデルを開発し、実験データで検証しているため、植物生理状態の取得・推定手法が研究の中心です。
abstractOur work was devoted to the development of a two-dimensional model of photosynthesis in plant leaves
Buckwheat is an important minor grain crop with medicinal and edible functions. The accurate judgment of buckwheat maturity is beneficial to reduce harvest losses and improve yield. With the rapid development of unmanned aerial vehicle (UAV) technology, it has been widely used to predict the maturity of agricultural products. This paper proposed a method using recursive feature elimination cross-validation (RFECV) combined with multiple regression models to predict the maturity of buckwheat in UAV-RGB images. The images were captured in the buckwheat experimental field of Shanxi Agricultural University in Jinzhong, Northern China, from September to October in 2021. The variety was sweet buckwheat of "Jinqiao No. 1". In order to deeply mine the feature vectors that highly correlated with the prediction of buckwheat maturity, 22 dimensional features with 5 vegetation indexes, 9 color features, and 8 texture features of buckwheat were selected initially. The RFECV method was adopted to obtain the optimal feature vector dimensions and combinations with six regression models of decision tree regression, linear regression, random forest regression, AdaBoost regression, gradient lifting regression, and extreme random tree regression. The coefficient of determination (R2) and root mean square error (RMSE) were used to analyze the different combinations of the six regression models with different feature spaces. The experimental results show that the single vegetation index performed poorly in the prediction of buckwheat maturity; the prediction result of feature space "5" combined with the gradient lifting regression model performed the best; and the R2 and RMSE were 0.981 and 1.70 respectively. The research results can provide an important theoretical basis for the prediction of the regional maturity of crops.
Why it matches plant phenotyping methodsUAV-RGB画像からソバの成熟度という植物状態を推定する特徴抽出・回帰手法を提案し、複数モデルで性能評価しており、表現型取得・推定法が中心である。
abstractThis paper proposed a method using recursive feature elimination cross-validation (RFECV) combined with multiple regression models to predict the maturity of buckwheat in UAV-RGB images.
The accurate segmentation of significant rice diseases and assessment of the degree of disease damage are the keys to their early diagnosis and intelligent monitoring and are the core of accurate pest control and information management. Deep learning applied to rice disease detection and segmentation can significantly improve the accuracy of disease detection and identification but requires a large number of training samples to determine the optimal parameters of the model. This study proposed a lightweight network based on copy paste and semantic segmentation for accurate disease region segmentation and severity assessment. First, a dataset for rice significant disease segmentation was selected and collated based on 3 open-source datasets, containing 450 sample images belonging to 3 categories of rice leaf bacterial blight, blast and brown spot. Then, to increase the diversity of samples, a data augmentation method, rice leaf disease copy paste (RLDCP), was proposed that expanded the collected disease samples with the concept of copy and paste. The new RSegformer model was then trained by replacing the new backbone network with the lightweight semantic segmentation network Segformer, combining the attention mechanism and changing the upsampling operator, so that the model could better balance local and global information, speed up the training process and reduce the degree of overfitting of the network. The results show that RLDCP could effectively improve the accuracy and generalisation performance of the semantic segmentation model compared with traditional data augmentation methods and could improve the MIoU of the semantic segmentation model by about 5% with a dataset only twice the size. RSegformer can achieve an 85.38% MIoU at a model size of 14.36 M. The method proposed in this paper can quickly, easily and accurately identify disease occurrence areas, their species and the degree of disease damage, providing a reference for timely and effective rice disease control.
Why it matches plant phenotyping methodsイネ葉の病斑領域を画像から分割し、病害の種類と被害程度を推定する手法の開発・評価が中心であり、植物病害状態の表現型取得に該当する。
abstractThis study proposed a lightweight network based on copy paste and semantic segmentation for accurate disease region segmentation and severity assessment.
Reproduction assets foundThe paper's curated rice disease image dataset with semantic segmentation masks is publicly deposited on Kaggle by the authors, and one of the three source image datasets (Dataset 3) is also a public Kaggle dataset used directly in this study. No author analysis code or trained model checkpoint is explicitly deposited;Dataset · publicThe three varieties of diseased rice leaf images and masks used in this study are available at https://www.kaggle.com/datasets/slygirl/rice-leaf-disease-with-segmentation-labels (accessed on 3 November 2022) and can be shared on request.Open asset ↗Kaggle · slygirl/rice-leaf-disease-with-segmentation-labelslines:314-332Dataset · public26. Leaf Rice Disease | Kaggle. [(accessed on 7 August 2022)]. Available online: https://www.kaggle.com/datasets/tedisetiady/leaf-rice-disease-indonesia .Open asset ↗Kaggle · tedisetiady/leaf-rice-disease-indonesialines:333-333Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Humans depend heavily on agriculture, which is the main source of prosperity. The various plant diseases that farmers must contend with have constituted a lot of challenges in crop production. The main issues that should be taken into account for maximizing productivity are the recognition and prevention of plant diseases. Early diagnosis of plant disease is essential for maximizing the level of agricultural yield as well as saving costs and reducing crop loss. In addition, the computerization of the whole process makes it simple for implementation. In this paper, an intelligent method based on deep learning is presented to recognize nine common tomato diseases. To this end, a residual neural network algorithm is presented to recognize tomato diseases. This research is carried out on four levels of diversity including depth size, discriminative learning rates, training and validation data split ratios, and batch sizes. For the experimental analysis, five network depths are used to measure the accuracy of the network. Based on the experimental results, the proposed method achieved the highest F1 score of 99.5%, which outperformed most previous competing methods in tomato leaf disease recognition. Further testing of our method on the Flavia leaf image dataset resulted in a 99.23% F1 score. However, the method had a drawback that some of the false predictions were of tomato early light and tomato late blight, which are two classes of fine-grained distinction.
Why it matches plant phenotyping methodsトマト葉画像から病害状態を推定する深層学習手法を開発・評価しており、植物の病徴認識が研究の中心です。
abstractan intelligent method based on deep learning is presented to recognize nine common tomato diseases.
Reproduction assets foundThe paper's phenotyping inputs are public leaf image datasets: the tomato leaf disease images from PlantVillage and the Flavia leaf dataset, both explicitly cited with public download URLs in the Data Availability Statement and Methods. No author code, models, or checkpoints are reported.Dataset · publicThe PlantVillage dataset is publicly available online at https://github.com/spMohanty/PlantVillage-Dataset (accessed on 13 November 2021).Open asset ↗PlantVillage-Datasetlines:818-820Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Dormancy is a physiological state that confers winter hardiness to and orchestrates phenological phase progression in temperate perennial plants. Weather fluctuations caused by climate change increasingly disturb dormancy onset and release in plants including tree crops, causing aberrant growth, flowering and fruiting. Research in this field suffers from the lack of affordable non-invasive methods for online dormancy monitoring. We propose an automatic framework for low-cost, long-term, scalable dormancy studies in deciduous plants. It is based on continuous sensing of the photosynthetic activity of shoots via pulse-amplitude-modulated chlorophyll fluorescence sensors connected remotely to a data processing system. The resulting high-resolution time series of JIP-test parameters indicative of the responsiveness of the photosynthetic apparatus to environmental stimuli were subjected to frequency-domain analysis. The proposed approach overcomes the variance coming from diurnal changes of insolation and provides hints on the depth of dormancy. Our approach was validated over three seasons in an apple ( Malus × domestica Borkh.) orchard by collating the non-invasive estimations with the results of traditional methods (growing of the cuttings obtained from the trees at different phases of dormancy) and the output of chilling requirement models. We discuss the advantages of the proposed monitoring framework such as prompt detection of frost damage along with its potential limitations.
Why it matches plant phenotyping methods植物の休眠状態をクロロフィル蛍光センサーと周波数解析で非侵襲的に推定する監視手法を開発し、複数季節・従来法との比較で検証しており、表現型取得が研究の中心です。
abstractWe propose an automatic framework for low-cost, long-term, scalable dormancy studies in deciduous plants.
Reproduction assets foundThe authors explicitly state that the analysis code, accompanied by a subset of the data, is publicly available on GitHub (Lodinn/PAM-timeseries). The MDPI supplementary materials (S1) also contain paper-specific CF transient plots, correlation matrices, regression fits, and JIP-test parameter tables. Raw data and fullCode · publicCode used in the analysis, accompanied with a subset of the data, is available on GitHub ( https://github.com/Lodinn/PAM-timeseries , accessed on 20 September 2022).Open asset ↗Lodinn/PAM-timeserieslines:128-144Supplement · publicThe following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/plants11212811/s1 . A description of the PAM fluorimeter used in the work, including: Figure S1. The scheme of the experimental orchard plot.Open asset ↗lines:128-144Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Few-shot learning (FSL) is suitable for plant-disease recognition due to the shortage of data. However, the limitations of feature representation and the demanding generalization requirements are still pressing issues that need to be addressed. The recent studies reveal that the frequency representation contains rich patterns for image understanding. Given that most existing studies based on image classification have been conducted in the spatial domain, we introduce frequency representation into the FSL paradigm for plant-disease recognition. A discrete cosine transform module is designed for converting RGB color images to the frequency domain, and a learning-based frequency selection method is proposed to select informative frequencies. As a post-processing of feature vectors, a Gaussian-like calibration module is proposed to improve the generalization by aligning a skewed distribution with a Gaussian-like distribution. The two modules can be independent components ported to other networks. Extensive experiments are carried out to explore the configurations of the two modules. Our results show that the performance is much better in the frequency domain than in the spatial domain, and the Gaussian-like calibrator further improves the performance. The disease identification of the same plant and the cross-domain problem, which are critical to bring FSL to agricultural industry, are the research directions in the future.
Why it matches plant phenotyping methods植物病害状態を画像から認識するための周波数領域表現、周波数選択、分布較正手法を開発しており、病害表現型の抽出が研究の中心である。
abstractwe introduce frequency representation into the FSL paradigm for plant-disease recognition.
Reproduction assets foundThe paper's plant-disease recognition experiments are built on the PlantVillage dataset, which the authors explicitly state is publicly available at a Mendeley Data URL. No author analysis code, models, or checkpoints are disclosed.Dataset · publicThe PlantVillage dataset is available at https://data.mendeley.com/datasets/tywbtsjrjv/1 (accessed on 20 July 2022).Open asset ↗tywbtsjrjvlines:830-838Plant phenotyping relevance match · UnverifiedEurope PMC · checked 8 Sept 2026
Corn is a mass-produced agricultural product that plays a major role in the food chain and many agricultural products in addition to biofuels. Furthermore, households in poor countries may depend on small-scale corn cultivation for their basic needs. However, corn crops are vulnerable to diseases, which greatly affects farming yields. Moreover, extreme weather conditions and unseasonable temperatures can accelerate the spread of diseases. The pervasiveness and ubiquity of technology have allowed for the deployment of technological innovations in many areas. Particularly, applications powered by artificial intelligence algorithms have established themselves in many disciplines relating to image, signal, and sound recognition. In this work, we target the application of deep transfer learning in the classification of three corn diseases (i.e., Cercospora leaf spot, common rust, and northern leaf blight) in addition to the healthy plants. Using corn leaf image as input and convolutional neural networks models, no preprocessing or explicit feature extraction was required. Transfer learning using well-established and well-designed deep learning models was performed and extensively evaluated using multiple scenarios for splitting the data. In addition, the experiments were repeated 10 times to account for variability in picking random choices. The four classes were discerned with a mean accuracy of 98.6%. This and the other performance metrics exhibit values that make it feasible to build and deploy applications that can aid farmers and plant pathologists to promptly and accurately perform disease identification and apply the correct remedies.
Why it matches plant phenotyping methodsトウモロコシ葉画像から病害状態を推定する深層学習手法の適用・反復評価が中心であり、植物病害フェノタイピングに該当する。
abstractIn this work, we target the application of deep transfer learning in the classification of three corn diseases (i.e., Cercospora leaf spot, common rust, and northern leaf blight) in addition to the healthy plants.
Current chemical methods used to control plant diseases cause a negative impact on the environment and increase production costs. Accurate and early detection is vital for designing effective protection strategies for crops. We evaluate advanced distributed edge intelligence techniques with distinct learning principles for early black sigatoka disease detection using hyperspectral imaging. We discuss the learning features of the techniques used, which will help researchers improve their understanding of the required data conditions and identify a method suitable for their research needs. A set of hyperspectral images of banana leaves inoculated with a conidial suspension of black sigatoka fungus ( Pseudocercospora fijiensis ) was used to train and validate machine learning models. Support vector machine (SVM), multilayer perceptron (MLP), neural networks, N-way partial least square-discriminant analysis (NPLS-DA), and partial least square-penalized logistic regression (PLS-PLR) were selected due to their high predictive power. The metrics of AUC, precision, sensitivity, prediction, and F1 were used for the models' evaluation. The experimental results show that the PLS-PLR, SVM, and MLP models allow for the successful detection of black sigatoka disease with high accuracy, which positions them as robust and highly reliable HSI classification methods for the early detection of plant disease and can be used to assess chemical and biological control of phytopathogens.
Why it matches plant phenotyping methodsバナナ葉の病徴をハイパースペクトル画像と複数の機械学習モデルで早期検出し、モデル性能を評価する手法研究であり、植物病害状態の取得・推定が中心です。
abstractWe evaluate advanced distributed edge intelligence techniques with distinct learning principles for early black sigatoka disease detection using hyperspectral imaging.
Reproduction assets foundThe paper's hyperspectral banana-leaf training/validation datasets and the authors' analysis source code (PLS-PLR, NPLS-DA, SVM, MLP) are explicitly stated as publicly available on the authors' GitHub repository.Code · publicThe source programs are available at the following link: https://github.com/JUG2019/Sigatoka-detect (accessed on 21 August 2022).Open asset ↗JUG2019/Sigatoka-detectlines:34-65Dataset · publicThe two datasets used in this study (i.e., the training dataset and validation dataset are available at: https://github.com/JUG2019/Sigatoka-detect (accessed on 21 August 2022).Open asset ↗JUG2019/Sigatoka-detectlines:234-247Plant phenotyping relevance match · UnverifiedEurope PMC · checked 8 Sept 2026
High-throughput and large-scale data are part of a new era of plant remote sensing science. Quantification of the yield, energetic content, and chlorophyll a fluorescence (ChlF) remains laborious and is of great interest to physiologists and photobiologists. We propose a new method that is efficient and applicable for estimating photosynthetic performance and photosystem status using remote sensing hyperspectroscopy with visible, near-infrared and shortwave spectroscopy (Vis-NIR-SWIR) based on rapid multivariate partial least squares regression (PLSR) as a tool to estimate biomass production, calorimetric energy content and chlorophyll a fluorescence parameters. The results showed the presence of typical inflections associated with chemical and structural components present in plants, enabling us to obtain PLSR models with R2P and RPDP values greater than >0.82 and 3.33, respectively. The most important wavelengths were well distributed into 400 (violet), 440 (blue), 550 (green), 670 (red), 700−750 (red edge), 1330 (NIR), 1450 (SWIR), 1940 (SWIR) and 2200 (SWIR) nm operating ranges of the spectrum. Thus, we report a methodology to simultaneously determine fifteen attributes (i.e., yield (biomass), ΔH°area, ΔH°mass, Fv/Fm, Fv’/Fm’, ETR, NPQ, qP, qN, ΦPSII, P, D, SFI, PI(abs), D.F.) with high accuracy and precision and with excellent predictive capacity for most of them. These results are promising for plant physiology studies and will provide a better understanding of photosystem dynamics in tobacco plants when a large number of samples must be evaluated within a short period and with remote acquisition data.
Why it matches plant phenotyping methodsVis-NIR-SWIRハイパースペクトル計測とPLSRにより、収量・バイオマス・蛍光・光合成関連形質を高速推定する方法の開発が中心である。
abstractWe propose a new method that is efficient and applicable for estimating photosynthetic performance and photosystem status using remote sensing hyperspectroscopy with visible, near-infrared and shortwave spectroscopy (Vis-NIR-SWIR) based on rapid multivariate partial least squares regression (PLSR)
WheatField / plotMicroscopyRootMorphology / geometry measurementRoot system architecture
Root hairs play an important role in absorbing water and nutrients in crop plants. Here we optimized high-throughput root hair length (RHL) and root hair density (RHD) phenotyping in wheat using a portable Dinolite™ microscope. A collection of 24 century wide spring wheat cultivars released between 1911 and 2016 were phenotyped for RHL and RHD. The results revealed significant variations for both traits with five and six-fold variation for RHL and RHD, respectively. RHL ranged from 1.01 mm to 1.77 mm with an average of 1.39 mm, and RHD ranged from 17.08 mm -2 to 20.8 mm -2 with an average of 19.6 mm -2 . Agronomic and physiological traits collected from five different environments and their best linear unbiased predictions (BLUPs) were correlated with RHL and RHD, and results revealed that relative-water contents (RWC), biomass and grain per spike (GpS) were positively correlated with RHL in both water-limited and well-watered conditions. While RHD was negatively correlated with grain yield (GY) in four environments and their BLUPs. Both RHL and RHD had positive correlation indicating the possibility of simultaneous selection of both phenotypes during wheat breeding. The expression pattern of TaRSL4 gene involved in regulation of root hair length was determined in all 24 wheat cultivars based on RNA-seq data, which indicated the differentially higher expression of the A- and D- homeologues of the gene in roots, while B-homeologue was consistently expressed in both leaf and roots. The results were validated by qRT-PCR and the expression of TaRSL4 was consistently high in rainfed cultivars such as Chakwal-50, Rawal-87, and Margallah-99. Overall, the new phenotyping method for RHL and RHD along with correlations with morphological and physiological traits in spring wheat cultivars improved our understanding for selection of these phenotypes in wheat breeding.
Why it matches plant phenotyping methods携帯型顕微鏡を用いたコムギ根毛長・密度のハイスループット表現型測定法を最適化し、品種で実証しているため、根形態フェノタイピング手法が中心である。
abstractHere we optimized high-throughput root hair length (RHL) and root hair density (RHD) phenotyping in wheat using a portable Dinolite™ microscope.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicTable S1: Name of the cultivars, pedigree, year of release and raw phenotypic data used in this study.Open asset ↗lines:71-196Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
SoybeanRootClassificationMorphology / geometry measurementRoot system architecture
Soybean ( Glycine max L.) is a crop native to Northeast Asia, including China, Korea, and Japan, but currently cultivated all over the world. The National Agrobiodiversity Center in Korea at the Rural Development Administration (RDA) conserves approximately 26,000 accessions and conducts characterizations of its accessions, to accumulate new information. Roots are essential organs of a plant, providing mechanical support, as well as aiding water and nutrient acquisition. Currently, not much information is available in international gene banks regarding root characterization. We studied the root phenotype of 374 soybean accessions, using a high-throughput method. Eight root morphological traits (RMT) were studied and we observed that the surface area (SA), number of forks (NF), and number of tips (NT) had a positive correlation with total length (LENGTH), and that link average length (LAL) and other traits all had a negative correlation. Additionally, the correlation between seed traits (height, width, and 100-seed weight) and root traits was confirmed for the first time in this experiment. The germplasms were divided into three clusters by k-means clustering, and orthogonal projections to latent structures discriminant analysis (OPLS-DA) was used to compare clusters. The most distinctive characteristics between clusters were total lateral average length (LAD) and total lateral average length (DIAM). Cluster 3 had the highest LENGTH, SA, NF, and NF, whereas cluster 1 had the smallest LENGTH, SA, and NF. We selected the top 10 accessions for each RMT, and IT208321, IT216313, and IT216137 were nominated as the best germplasms. These accessions can be recommended to breeders as materials for breeding programs. This is a preliminary report on the characterization of the root phenotype at an international gene bank and will open up the possibility of improving the available information on accessions in gene banks worldwide.
Why it matches plant phenotyping methods374系統の根形態形質を高スループット法で取得・解析しており、根形態表現型の取得と再利用可能な基盤的ワークフローが研究の中心です。
abstractWe studied the root phenotype of 374 soybean accessions, using a high-throughput method.
Maize yields worldwide are limited by foliar diseases that could be fungal, oomycete, bacterial, or viral in origin. Correct disease identification is critical for farmers to apply the correct control measures, such as fungicide sprays. Deep learning has the potential for automated disease classification from images of leaf symptoms. We aimed to develop a classifier to identify gray leaf spot (GLS) disease of maize in field images where mixed diseases were present (18,656 images after augmentation). In this study, we compare deep learning models trained on mixed disease field images with and without background subtraction. Performance was compared with models trained on PlantVillage images with single diseases and uniform backgrounds. First, we developed a modified VGG16 network referred to as "GLS_net" to perform binary classification of GLS, which achieved a 73.4% accuracy. Second, we used MaskRCNN to dynamically segment leaves from backgrounds in combination with GLS_net to identify GLS, resulting in a 72.6% accuracy. Models trained on PlantVillage images were 94.1% accurate at GLS classification with the PlantVillage testing set but performed poorly with the field image dataset (55.1% accuracy). In contrast, the GLS_net model was 78% accurate on the PlantVillage testing set. We conclude that deep learning models trained with realistic mixed disease field data obtain superior degrees of generalizability and external validity when compared to models trained using idealized datasets.
Why it matches plant phenotyping methodsトウモロコシ葉の病徴画像から灰色斑点病を識別する深層学習手法を開発・比較し、背景分離や外部妥当性も評価しているため、植物病害フェノタイピング手法が中心です。
abstractDeep learning has the potential for automated disease classification from images of leaf symptoms.
Reproduction assets foundThe paper publicly releases its two paper-specific phenotyping image assets: the In-field (IF) dataset of 2332 field-captured, expert-labelled maize leaf images on Kaggle, and the IFL leaf-segmentation annotation dataset on segments.ai. The supplementary materials contain only performance figures/tables, not datasets, Dataset · publicThe IF dataset is available on Kaggle [ 39 ].Open asset ↗Kagglelines:142-207Plant phenotyping relevance match · UnverifiedEurope PMC · checked 8 Sept 2026
Root biomass is one of the most relevant root parameters for studies of plant response to environmental change. In this work, a dynamic and adjustable electrode array sensor system is designed for developing a cost-effective, high-speed data acquisition system based on electrical impedance tomography (EIT). The developed EIT system is found to be suitable for in situ measurements and capable of monitoring the changes in root growth and development with three-dimensional imaging by measuring impedances in multiple frequencies with the help of an EIT sensor. The designed EIT sensor system is assessed and calibrated by the inhomogeneities in both water and soil media. The impedances are measured for multiple tap roots using an electrical impedance spectroscopy (EIS) tool connected to the sensor at frequencies ranging from 1 kHz to 100 kHz. The changes in conductivity are calculated by obtaining the boundary voltages from the measured impedances for a given stimulation current. A non-invasive imaging method is utilized, and the spectral changes are observed accordingly to evaluate the growth of the roots. A further root analysis helps us estimate the root biomass non-destructively in real-time. The root size (such as, weight, length) is correlated with the measured impedances. A regression analysis is performed using the least square method, and more than 97% correlation is found for the biomass estimation of carrot roots with an RMSE of 4.516. The obtained models are later validated using a new and separate set of carrot root samples and the accuracy of the predicted models is found to be 93% or above. A complete electrode model is utilized, and the reconstruction analysis is performed and optimized by utilizing the impedance imaging technique in difference method. The tomography of the root is reconstructed with finite element method (FEM) modeling considering one-step Gauss-Newton (GN) algorithm which is carried out using an open source software known as electrical impedance and diffuse optical tomography reconstruction software (EIDORS).
Why it matches plant phenotyping methodsEITセンサーと画像再構成を開発し、根の成長・バイオマスを非破壊推定する手法を検証しており、植物表現型取得が研究の中心です。
abstracta dynamic and adjustable electrode array sensor system is designed for developing a cost-effective, high-speed data acquisition system based on electrical impedance tomography (EIT)
RiceRaman / spectroscopyClassificationGrowth / development / phenology
Rice cultivation in cold regions of China is mainly distributed in Heilongjiang Province, where the growing season of rice is susceptible to low temperature and cold damage. Choosing and planting rice varieties with suitable GD according to the accumulated temperate zone is an important measure to prevent low temperature and cold damage. However, the traditional identification method of rice GD requires lots of field investigations, which are time consuming and susceptible to environmental interference. Therefore, an efficient, accurate, and intelligent identification method is urgently needed. In response to this problem, we took seven rice varieties suitable for three accumulated temperature zones in Heilongjiang Province as the research objects, and we carried out research on the identification of japonica rice GD based on Raman spectroscopy and capsule neural networks (CapsNets). The data preprocessing stage used a variety of methods (signal.filtfilt, difference, segmentation, and superposition) to process Raman spectral data to complete the fusion of local features and global features and data dimension transformation. A CapsNets containing three neuron layers (one convolutional layer and two capsule layers) and a dynamic routing protocol was constructed and implemented in Python. After training 160 epochs on the CapsNets, the model achieved 89% and 93% accuracy on the training and test datasets, respectively. The results showed that Raman spectroscopy combined with CapsNets can provide an efficient and accurate intelligent identification method for the classification and identification of rice GD in Heilongjiang Province.
Why it matches plant phenotyping methodsラマン分光とCapsNetを組み合わせ、イネの生育期間という植物形質を推定・分類する手法を開発し、学習・テスト精度で評価しているため、表現型取得・抽出法が中心です。
abstractwe carried out research on the identification of japonica rice GD based on Raman spectroscopy and capsule neural networks (CapsNets).
Reproduction assets foundThe paper's Data Availability Statement explicitly states that the study's data (Raman spectral data of 245 japonica rice grain samples) and code (spectral preprocessing and CapsNets classification) are openly available in the authors' public GitHub repository, which is listed in the allowed URLs.Code · publicData Availability Statement: The data and code presented in this study are openly available at:
https://github.com/zxxsnh/Rice_GD_classification_CapsNets (accessed on 14 June 2022).Open asset ↗zxxsnh/Rice_GD_classification_CapsNetspdf-page:12 lines:1-60Plant phenotyping relevance match · UnverifiedEurope PMC · checked 8 Sept 2026
The aim of this work was to study the applicability of infrared spectroscopy combined with machine learning techniques to evaluate the uptake and distribution of gold nanoparticles (AuNPs) and single-walled carbon nanotubes (CNTs) in Cicer arietinum L. (chickpea). Obtained spectral data revealed that the uptake of AuNPs and CNTs by the C. arietinum seedlings' root resulted in the accumulation of AuNPs and CNTs at stem and leaf parts, which consequently led to the heterogeneous distribution of nanoparticles. principal component analysis and support vector machine classification were applied to assess its usefulness for evaluating the results obtained using the attenuated total reflectance-Fourier transform infrared spectroscopy method of C. arietinum plant grown at different conditions. Specific wavenumbers that could classify the different nanoparticle constituents of C. arietinum plant extracts according to their ATR-FTIR spectra were identified within three specific regions: 450-503 cm -1 , 750-870 cm -1 , and 1022-1218 cm -1 , based on larger PCA loadings of C. arietinum ATR-FTIR spectra with distinct spectral differences between samples of interest. The current work paves a path to the future fabrication strategies for AuNPs and single-walled CNTs via plant-based routes and highlights the diversity of the applications of these materials in bio-nanotechnology. These results indicate the importance of family-plant selection, choice of methods, and pathways for the efficient biomolecule delivery, drug cargo, and optimal conditions in the wide spectrum of bioapplications.
Why it matches plant phenotyping methods赤外分光法と機械学習を用いて、植物体内のナノ粒子の取り込み・分布という植物状態を評価する方法の適用性と分類性能を検討しており、測定・解析手法が中心である。
abstractThe aim of this work was to study the applicability of infrared spectroscopy combined with machine learning techniques to evaluate the uptake and distribution of gold nanoparticles (AuNPs) and single-walled carbon nanotubes (CNTs) in Cicer arietinum L. (chickpea).
In plants, water flows are the major driving force behind growth and play a crucial role in the life cycle. To study hydrodynamics, methods based on tracking small particles inside water flows attend a special place. Thanks to these tools, it is possible to obtain information about the dynamics of the spatial distribution of the flux characteristics. In this paper, using contrast-enhanced magnetic resonance imaging (MRI), we show that gadolinium chelate, used as an MRI contrast agent, marks the structural characteristics of the xylem bundles of maize stem nodes and internodes. Supplementing MRI data, the high-precision visualization of xylem vessels by laser scanning microscopy was used to reveal the structural and dimensional characteristics of the stem vascular system. In addition, we propose the concept of using prototype "Y-type xylem vascular connection" as a model of the elementary connection of vessels within the vascular system. A Reynolds number could match the microchannel model with the real xylem vessels.
Why it matches plant phenotyping methodsMRIとレーザー走査顕微鏡を用いてトウモロコシの木部構造・水流特性を可視化することが研究の中心であり、植物の構造・生理状態を取得する画像計測法の実質的な適用研究である。
titleParticle-Based Imaging Tools Revealing Water Flows in Maize Nodal Vascular Plexus.
The detection of chemical species and understanding their respective localisations in tissues have important implications in plant science. The conventional methods for imaging spatial localisation of chemical species are often restricted by the number of species that can be identified and is mostly done in a targeted manner. Mass spectrometry imaging combines the ability of traditional mass spectrometry to detect numerous chemical species in a sample with their spatial localisation information by analysing the specimen in a 2D manner. This article details the popular mass spectrometry imaging methodologies which are widely pursued along with their respective sample preparation and the data analysis methods that are commonly used. We also review the advancements through the years in the usage of the technique for the spatial profiling of endogenous metabolites, detection of xenobiotic agrochemicals and disease detection in plants. As an actively pursued area of research, we also address the hurdles in the analysis of plant tissues, the future scopes and an integrated approach to analyse samples combining different mass spectrometry imaging methods to obtain the most information from a sample of interest.
Why it matches plant phenotyping methods植物組織の化学成分の空間分布を測定する質量分析イメージング手法を中心に、試料調製・データ解析・植物での応用と課題をレビューしており、植物フェノタイピング手法の方法論的レビューに該当する。
abstractThis article details the popular mass spectrometry imaging methodologies which are widely pursued along with their respective sample preparation and the data analysis methods that are commonly used.
Planting rice in saline-alkali land can effectively improve saline-alkali soil and increase grain yield, but traditional identification methods for saline-alkali-tolerant rice varieties require tedious and time-consuming field investigations based on growth indicators by rice breeders. In this study, the Python machine deep learning method was used to analyze the Raman molecular spectroscopy of rice and assist in feature attribution, in order to study a fast and efficient identification method of saline-alkali-tolerant rice varieties. A total of 156 Raman spectra of four rice varieties (two saline-alkali-tolerant rice varieties and two saline-alkali-sensitive rice varieties) were analyzed, and the wave crests were extracted by an improved signal filtering difference method and the feature information of the wave crest was automatically extracted by scipy.signal.find_peaks. Select K Best (SKB), Recursive Feature Elimination (RFE) and Select F Model (SFM) were used to select useful molecular features. Based on these feature selection methods, a Logistic Regression Model (LRM) and Random Forests Model (RFM) were established for discriminant analysis. The experimental results showed that the RFM identification model based on the RFE method reached a higher recognition rate of 89.36%. According to the identification results of RFM and the identification of feature attribution materials, amylum was the most significant substance in the identification of saline-alkali-tolerant rice varieties. Therefore, an intelligent method for the identification of saline-alkali-tolerant rice varieties based on Raman molecular spectroscopy is proposed.
Why it matches plant phenotyping methods塩類・アルカリ耐性というイネの状態をRaman分光と機械学習で識別する手法を開発・評価しており、フェノタイプ取得・推定が研究の中心である。
abstractan intelligent method for the identification of saline-alkali-tolerant rice varieties based on Raman molecular spectroscopy is proposed.
Efficient methodologies for automated seed quality evaluations are important for the seed industry. Advanced seed technology research requires the use of adequate methods to ensure good seed performance under adverse environmental conditions; thus, providing producers with detailed, quick, and accurate information on structural seed integrity and ensuring vigorous production. To address this problem, this study aimed to determine Brachiaria brizantha (Marandu cv., Piatã cv. and Xaraés cv.) seed quality through radiographic imaging analyses associated with vigor tests and anatomical characterizations. Brachiaria seed cultivars displaying different physical and physiological attributes were selected and subjected to the 1000-seed weight test, water content determinations, X-ray analyses, germination tests, and anatomical characterizations. The X-ray analyses made it possible to establish a relationship between the X-ray images and other determined variables. Furthermore, the X-ray images can indicate evidence of internal and external damage that could later compromise germination. The Marandu and Piatã cultivars presented the highest germination percentages, germination speed indices, normal seedling development, and cellular structure preservation compared to the Xaraés cultivar. To summarize, X-ray analyses are efficient methods used for the selection of higher physical quality cultivars and can aid in the decision-making processes of companies and seed producers worldwide.
Why it matches plant phenotyping methods種子の内部・外部構造と品質をX線画像から評価し、発芽や活力との関係を検証しているため、画像計測法が研究の中心です。
abstractThe X-ray analyses made it possible to establish a relationship between the X-ray images and other determined variables.
Pine resin is one of the best known and most exploited non-wood products. Resin is a complex mixture of terpenes produced by specialized cells that are dedicated to tree defense. Chemical defenses are plastic properties, and concentrations of chemical defenses can be adjusted based on environmental factors, such as resource availability. The slope orientation (south/sunny or north/shady) and the altitude of the plantation site have significant effects on the soil nutrient and the plant performance, whereas little is known about how the slope affects the pine resin yield and its components. In total, 1180 slash pines in 18 plots at different slope positions were established to determine the effects on the α- and β-pinene content and resin production of the slash pine. The near-infrared spectroscopy (NIR) technique was developed to rapidly and economically predict the turpentine content for each sample. The results showed that the best partial least squares regression (PLS) models for α- and β-pinene content prediction were established via the combined treatment of multiplicative scatter correction-significant multivariate correlation (MSC-sMC). The prediction models based on sMC spectra for α- and β-pinene content have an R 2 of 0.82 and 0.85 and an RMSE of 0.96 and 0.82, respectively, and they were successfully implemented in turpentine prediction in this research. The results also showed that a barren slope position (especially mid-slope) could improve the α-pinene and β-pinene content and resin productivity of slash pine, and the β-pinene content in the resin had more variances in this research.
Why it matches plant phenotyping methodsNIR分光法を用いてスラッシュマツ樹脂中のα・β-ピネン含量を迅速予測する手法を開発し、PLSモデルの性能評価と実適用を行っている。植物の化学的形質を対象とした測定・推定法が研究の中心である。
abstractThe near-infrared spectroscopy (NIR) technique was developed to rapidly and economically predict the turpentine content for each sample.
The increasing interest in plant phenolic compounds in the past few years has become necessary because of their several important physicochemical properties. Thus, their identification through non-destructive methods has become crucial. This study carried out comparative non-destructive measurements of Arabidopsis thaliana leaf powder sample phenolic compounds using Fourier-transform infrared and near-infrared spectroscopic techniques under six distinct stress conditions. The prediction analysis of 600 leaf powder samples under different stress conditions (LED lights and drought) was performed using PLSR, PCR, and NAS-based HLA/GO regression analysis methods. The results obtained through FT-NIR spectroscopy yielded the highest correlation coefficient (Rp2) value of 0.999, with a minimum error (RMSEP) value of 0.003 mg/g, based on the PLSR model using the MSC preprocessing method, which was slightly better than the correlation coefficient (Rp2) value of 0.980 with an error (RMSEP) value of 0.055 mg/g for FT-IR spectroscopy. Additionally, beta coefficient plots present spectral differences and the identification of important spectral signatures sensitive to the phenolic compounds in the measured powdered samples. Thus, the obtained results demonstrated that FT-NIR spectroscopy combined with partial least squares regression (PLSR) and suitable preprocessing method has a solid potential for non-destructively predicting phenolic compounds in Arabidopsis thaliana leaf powder samples.
Why it matches plant phenotyping methodsFT-IR/FT-NIRと回帰モデルによる葉中フェノール化合物の非破壊予測を比較・検証しており、植物形質の取得手法が研究の中心です。
abstractThis study carried out comparative non-destructive measurements of Arabidopsis thaliana leaf powder sample phenolic compounds using Fourier-transform infrared and near-infrared spectroscopic techniques under six distinct stress conditions.
Selecting transformed plants is generally time consuming and laborious. To develop a method for transgenic plant selection without the need for antibiotics or herbicides, we evaluated the suitability of the R2R3 MYB transcription factor gene CaAN2 from purple chili pepper ( Capsicum annuum ) for use as a visible selection marker. CaAN2 positively regulates anthocyanin biosynthesis. Transient expression assays in tobacco ( Nicotiana tabacum ) leaves revealed that CaAN2 actively induced sufficient pigment accumulation for easy detection without the need for a basic helix-loop-helix (bHLH) protein as a cofactor; similar results were obtained for tobacco leaves transiently co-expressing the anthocyanin biosynthesis regulators bHLH B-Peru from maize and R2R3 MYB mPAP1D from Arabidopsis. Tobacco plants harboring CaAN2 were readily selected based on their red color at the shoot regeneration stage due to anthocyanin accumulation without the need to impose selective pressure from herbicides. Transgenic tobacco plants harboring CaAN2 showed strong pigment accumulation throughout the plant body. The ectopic expression of CaAN2 dramatically promoted the transcription of anthocyanin biosynthetic genes as well as regulators of this process. The red coloration of tobacco plants harboring CaAN2 was stably transferred to the next generation. Therefore, anthocyanin accumulation due to CaAN2 expression is a useful visible trait for stable transformation, representing an excellent alternative selection system for transgenic plants.
Why it matches plant phenotyping methodsCaAN2によるアントシアニン蓄積と赤色を利用し、抗生物質・除草剤なしで形質転換植物を非破壊選抜する可視表現型ベースの方法を開発しており、表現型取得・判定が研究の中心である。
abstractTo develop a method for transgenic plant selection without the need for antibiotics or herbicides, we evaluated the suitability of the R2R3 MYB transcription factor gene CaAN2 from purple chili pepper ( Capsicum annuum ) for use as a visible selection marker.
Modeling plant growth, in particular with functional-structural plant models, can provide tools to study impacts of changing environments in silico. Simulation studies can be used as pilot studies for reducing the on-field experimental effort when predictive capabilities are given. Robust model calibration leads to less fragile predictions, while introducing uncertainties in predictions allows accounting for natural variability, resulting in stochastic plant growth models. In this study, stochastic model components that can be implemented into the functional-structural plant model Virtual Riesling are developed relying on Bayesian model calibration with the goal to enhance the model towards a fully stochastic model. In this first step, model development targeting phenology, in particular budburst variability, phytomer development rate and internode growth are presented in detail. Multi-objective optimization is applied to estimate a single set of cardinal temperatures, which is used in phenology and growth modeling based on a development days approach. Measurements from two seasons of grapevines grown in a vineyard with free-air carbon dioxide enrichment (FACE) are used; thus, model building and selection are coupled with an investigation as to whether including effects of elevated CO2 conditions to be expected in 2050 would improve the models. The results show how natural variability complicates the detection of possible treatment effects, but demonstrate that Bayesian calibration in combination with mixed models can realistically recover natural shoot growth variability in predictions. We expect these and further stochastic model extensions to result in more realistic virtual plant simulations to study effects, which are used to conduct in silico studies of canopy microclimate and its effects on grape health and quality.
Why it matches plant phenotyping methodsブドウの樹体構造・生育形質を対象に、確率的機能構造植物モデルを開発・較正しており、植物形質のモデル化手法が研究の中心である。
titleTowards a Stochastic Model to Simulate Grapevine Architecture: A Case Study on Digitized Riesling Vines Considering Effects of Elevated CO 2 .
The prevention and management of crop diseases play an important role in agricultural production, but there are many types of crop diseases and complex causes, and their prevention and identification add difficulties to the process. The traditional methods of identifying diseases mostly rely on human visual and manual inspection, which requires a certain amount of expert knowledge and experience. There are shortcomings such as strong subjectivity and low accuracy. This paper takes the common diseases of kiwifruit as the research object. Based on deep learning and computer vision models, and given the influence of a complex background in actual scenes on the detection of diseases, as well as the shape and size characteristics of diseases, an innovative method of target detection and semantic segmentation was proposed to identify diseases accurately. The main contributions of this research are as follows: We produced the world's first high-quality dataset on kiwifruit. We used the target detection algorithm YOLOX, we stripped the kiwi leaves from the natural background and removed the influencing factors existing in the complex background. Based on the mainstream semantic segmentation networks UNet and DeepLabv3+, the experimental results showed that the ResNet101 network achieved the most effective results in the identification of kiwi diseases, with an accuracy rate of 96.6%. We used the training method of learning rate decay to further improve the training effect without increasing the training cost. After experimental verification, our two-stage disease detection algorithm had the advantages of high accuracy, strong robustness, and wide detection range, which provided a more efficient solution for solving the problem of precise monitoring of crop growth environment parameters.
Why it matches plant phenotyping methodsキウイ葉の病害状態を対象に、深層学習による物体検出・セマンティックセグメンテーション手法を開発・検証しており、植物病害フェノタイプの取得が中心である。
abstractBased on deep learning and computer vision models, and given the influence of a complex background in actual scenes on the detection of diseases, as well as the shape and size characteristics of diseases, an innovative method of target detection and semantic segmentation was proposed to identify diseases accurately.
ArabidopsisLaboratory / benchtopRootMorphology / geometry measurementTrackingGrowth / development / phenologyRoot system architecture
Directional root growth control is crucial for plant fitness. The degree of root growth deviation depends on several factors, whereby exogenous growth conditions have a profound impact. The perception of mechanical impedance by wild-type roots results in the modulation of root growth traits, and it is known that gravitropic stimulus influences distinct root movement patterns in concert with mechanoadaptation. Mutants with reduced shootward auxin transport are described as being numb towards mechanostimulus and gravistimulus, whereby different growth conditions on agar-supplemented medium have a profound effect on how much directional root growth and root movement patterns differ between wild types and mutants. To reduce the impact of unilateral mechanostimulus on roots grown along agar-supplemented medium, we compared the root movement of Col-0 and auxin resistant 1-7 in a root penetration assay to test how both lines adjust the growth patterns of evenly mechanostimulated roots. We combined the assay with the D-root system to reduce light-induced growth deviation. Moreover, the impact of sucrose supplementation in the growth medium was investigated because exogenous sugar enhances root growth deviation in the vertical direction. Overall, we observed a more regular growth pattern for Col-0 but evaluated a higher level of skewing of aux1-7 compared to the wild type than known from published data. Finally, the tracking of the growth rate of the gravistimulated roots revealed that Col-0 has a throttling elongation rate during the bending process, but aux1-7 does not.
Why it matches plant phenotyping methodsD-rootシステムと根貫通アッセイを組み合わせ、根の成長パターン・伸長速度を追跡して評価する測定ワークフローが研究の中心であるため。
abstractWe combined the assay with the D-root system to reduce light-induced growth deviation.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicThe following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/plants11050650/s1 , Table S1: raw data.Open asset ↗lines:48-103Plant phenotyping relevance match · UnverifiedEurope PMC · checked 8 Sept 2026
Legumes associate with root colonizing rhizobia that provide fixed nitrogen to its plant host in exchange for recently fixed carbon. There is a lack of understanding of how individual plants modulate carbon allocation to a nodulated root system as a dynamic response to abiotic stimuli. One reason is that most approaches are based on destructive sampling, making quantification of localised carbon allocation dynamics in the root system difficult. We established an experimental workflow for routinely using non-invasive Positron Emission Tomography (PET) to follow the allocation of leaf-supplied 11 C tracer towards individual nodules in a three-dimensional (3D) root system of pea ( Pisum sativum ). Nitrate was used for triggering a reduction of biological nitrogen fixation (BNF), which was expected to rapidly affect carbon allocation dynamics in the root-nodule system. The nitrate treatment led to a decrease in 11 C tracer allocation to nodules by 40% to 47% in 5 treated plants while the variation in control plants was less than 11%. The established experimental pipeline enabled for the first time that several plants could consistently be labelled and measured using 11 C tracers in a PET approach to quantify C-allocation to individual nodules following a BNF reduction. Our study demonstrates the strength of using 11 C tracers in a PET approach for non-invasive quantification of dynamic carbon allocation in several growing plants over several days. A major advantage of the approach is the possibility to investigate carbon dynamics in small regions of interest in a 3D system such as nodules in comparison to whole plant development.
Why it matches plant phenotyping methodsマメ科植物の根粒への炭素配分動態をPETで非侵襲・三次元定量する実験ワークフローを確立しており、植物生理状態の取得法が研究の中心である。
abstractWe established an experimental workflow for routinely using non-invasive Positron Emission Tomography (PET) to follow the allocation of leaf-supplied 11 C tracer towards individual nodules in a three-dimensional (3D) root system of pea ( Pisum sativum ).
In view of climate change, increasing soil salinity is expected worldwide. It is therefore important to improve prediction ability of plant salinity effects. For this purpose, brackish/saline irrigation water from two areas in central and coastal Tunisia was sampled. The water samples were classified as C3 (EC: 2.01-2.24 dS m -1 ) and C4 (EC: 3.46-7.00 dS m -1 ), indicating that the water was questionable and not suitable for irrigation, respectively. The water samples were tested for their genotoxic potential and growth effects on Vicia faba seedlings. Results showed a decrease in mitotic index (MI) and, consequently, growth parameters concomitant to the appearance of micronucleus (MCN) and chromosome aberrations when the water salinity increased. Salt ion concentration had striking influence on genome stability and growth parameters. Pearson correlation underlined the negative connection between most ions in the water inappropriate for irrigation (C4) and MI as well as growth parameters. MI was strongly influenced by Mg 2+ , Na + , Cl - , and to a less degree Ca 2+ , K + , and SO 4 2- . Growth parameters were moderately to weakly affected by K + and Ca 2+ , respectively. Re-garding MCN, a very strong positive correlation was found for MCN and K + . Despite its short-term application, the Vicia -MCN Test showed a real ability to predict toxicity induced by salt ions confirming that is has a relevant role in hazard identification and risk assessment of salinity effects.
Why it matches plant phenotyping methodsVicia-MCN試験を塩分毒性の予測・ハザード評価手法として適用し、その予測能力を検証しており、単なる生物学的実験のルーチン測定ではない。
titleVicia -Micronucleus Test Application for Saline Irrigation Water Risk Assessment.
Although plant chlorophyll (Chl) is one of the important elements in monitoring plant stress and reflects the photosynthetic capacity of plants, their measurement in the lab is generally time- and cost-inefficient and based on a small part of the leaf. This study examines the ability of canopy spectral reflectance data for the accurate estimation of the Chl content of two wheat genotypes grown under three salinity levels. The Chl content was quantified as content per area (Chl area , μg cm -2 ), concentration per plant (Chl plant , mg plant -1 ), and SPAD value (Chl SPAD ). The performance of spectral reflectance indices (SRIs) with different algorithm forms, partial least square regression (PLSR), and stepwise multiple linear regression (SMLR) in estimating the three units of Chl content was compared. Results show that most indices within each SRI form performed better with Chl area and Chl plant and performed poorly with Chl SPAD . The PLSR models, based on the four forms of SRIs individually or combined, still performed poorly in estimating Chl SPAD , while they exhibited a strong relationship with Chl plant followed by Chl area in both the calibration (Cal.) and validation (Val.) datasets. The SMLR models extracted three to four indices from each SRI form as the most effective indices and explained 73-79%, 80-84%, and 39-43% of the total variability in Chl area , Chl plant , and Chl SPAD , respectively. The performance of the various predictive models of SMLR for predicting Chl content depended on salinity level, genotype, season, and the units of Chl content. In summary, this study indicates that the Chl content measured in the lab and expressed on content (μg cm -2 ) or concentration (mg plant -1 ) can be accurately estimated at canopy level using spectral reflectance data.
Why it matches plant phenotyping methodsキャノピー分光反射データと回帰モデルにより、コムギのクロロフィル量を非破壊推定し、校正・検証性能を比較することが研究の中心であるため。
abstractThis study examines the ability of canopy spectral reflectance data for the accurate estimation of the Chl content of two wheat genotypes grown under three salinity levels.
RootMorphology / geometry measurementRoot system architecture
Root system architecture and morphological diversification in wild accessions are important for crop improvement and productivity in adzuki beans. In this study, via analysis using 2-dimensional (2D) root imaging and WinRHIZO Pro software, we described the root traits of 61 adzuki bean accessions in their early vegetative growth stage. These accessions were chosen for study because they are used in Korea's crop improvement programs; however, their root traits have not been sufficiently investigated. Analysis of variance revealed a significant difference between the accessions of all measured root traits. Distribution analysis demonstrated that most of the root traits followed normal distribution. The accessions showed up to a 17-fold increase in the values in contrasting accessions for the root traits. For total root length (TRL), the values ranged from 82.43 to 1435 cm, and for surface area (SA), they ranged from 12.30 to 208.39 cm 2 . The values for average diameter (AD) ranged from 0.23 to 0.56 mm. Significant differences were observed for other traits. Overall, the results showed that the accession IT 305544 had the highest TRL, SA, and number of tips (NT), whereas IT 262477 and IT 262492 showed the lowest values for TRL, SA, and AD. Principal component analysis showed an 89% variance for PC1 and PC2. K-mean clustering explained 77.4% of the variance in the data and grouped the accessions into three clusters. All six root traits had greater coefficients of variation (≥15%) among the tested accessions. Furthermore, to determine which root traits best distinguished different accessions, the correlation within our set of accessions provided trait-based ranking depending on their contribution. The identified accessions may be advantageous for the development of new crossing combinations to improve root features in adzuki beans during the early growth stage. The root traits assessed in this study could be attributes for future adzuki bean crop selection and improvement.
Why it matches plant phenotyping methods2D根画像とWinRHIZOを用いた高スループットな根形態形質の取得・解析が研究の中心であり、複数アクセッションの根系形質を体系的に評価している。
titleHigh-Throughput Root Imaging Analysis Reveals Wide Variation in Root Morphology of Wild Adzuki bean ( Vigna angularis ) Accessions.
The efficiency of visible and near-infrared (VIS/NIR) sensors and predictive modeling for detecting and classifying South American Leaf Blight (SALB) ( Pseudocercospora ulei ) in rubber trees ( Hevea brasiliensis ) has been poorly explored. Furthermore, the performance of VIS/NIR analysis combined with machine learning (ML) algorithms for predicting photosynthetic alterations caused by SALB is unknown. Therefore, this study aimed to detect and classify the SALB levels, as well as to predict, for the first time, disease-induced photosynthetic changes in rubber trees. Leaf hyperspectral reflectance combined with five ML techniques (random forest (RF), boosted regression tree (BRT), bagged classification and regression trees (BCART), artificial neural network (ANN), and support vector machine (SVM)) were used. The RF, ANN, and BCART models achieved the best performance for classifying the SALB levels on the training dataset (accuracies of 98.0 to 99.8%), with 10-fold cross-validation repeated five times, and test dataset (accuracies of 97.1 to 100%). The ANN and RF models were better at predicting leaf gas exchange-related traits such as net CO 2 assimilation rate ( A ) and extrinsic water use efficiency ( WUEe ) in the training (R 2 ranged from 0.97 to 0.99) and testing (R 2 ranged from 0.96 to 0.99) phases. In comparison, lower performances (R 2 ranged from 0.24 to 0.52) were evidenced for the photochemical traits. This research provides a basis for future designs of a remote monitoring system based on early detection and accurate diagnosis of biotic stress caused by SALB, which is fundamental for more effective rubber crop protection.
Why it matches plant phenotyping methods葉のハイパースペクトル反射と機械学習を用いて、ゴム樹の病害レベルおよび病害による光合成形質を推定・分類する手法が研究の中心である。
abstractLeaf hyperspectral reflectance combined with five ML techniques (random forest (RF), boosted regression tree (BRT), bagged classification and regression trees (BCART), artificial neural network (ANN), and support vector machine (SVM)) were used.
Field / plotFruitGrowth / time-series analysisGrowth / development / phenologyYield / yield components
Cacao production systems in Colombia are of high importance due to their direct impact in the social and economic development of smallholder farmers. Although Colombian cacao has the potential to be in the high value markets for fine flavour, the lack of expert support as well as the use of traditional, and often times sub-optimal technologies makes cacao production negligible. Traditionally, cacao harvest takes place at exactly the same time regardless of the geographic and climatic region where it is grown, the problem with this strategy is that cacao beans are often unripe or over matured and a combination of both will negatively affect the quality of the final cacao product. Since cacao fruit development can be considered as the result of a number of physiological and morphological processes that can be described by mathematical relationships even under uncontrolled environments. Environmental parameters that have more association with pod maturation speed should be taken into account to decide the appropriate time to harvest. In this context, crop models are useful tools to simulate and predict crop development over time and under multiple environmental conditions. Since harvesting at the right time can yield high quality cacao, we parameterised a crop model to predict the best time for harvest cacao fruits in Colombia. The cacao model uses weather variables such as temperature and solar radiation to simulate the growth rate of cocoa fruits from flowering to maturity. The model uses thermal time as an indicator of optimal maturity. This model can be used as a practical tool that supports cacao farmers in the production of high quality cacao which is usually paid at a higher price. When comparing simulated and observed data, our results showed an RRMSE of 7.2% for the yield prediction, while the simulated harvest date varied between +/-2 to 20 days depending on the temperature variations of the year between regions. This crop model contributed to understanding and predicting the phenology of cacao fruits for two key cultivars ICS95 y CCN51.
Why it matches plant phenotyping methodsカカオ果実の成熟・生育(フェノロジー)を気象変数と熱時間から推定する作物モデルを構築・パラメータ化し、観測値と比較検証しており、植物状態の推定手法が研究の中心である。
abstractwe parameterised a crop model to predict the best time for harvest cacao fruits in Colombia
Reproduction assets foundThe authors' cacao crop model (kocolatl), the modified SIMPLE model code used for the paper's phenology/yield simulations, is stated to be available in a public repository with an authors' GitHub URL. The Fedecacao field phenotype data are not independently deposited; the handle.net URL is a cited reference, not a dataCode · publicSoftware will be provided upon user request. The data used in this study can be found as follows: kocolatl is available in the research data repository. https://github.com/anyelacamargo/kocolatl.git accessed on 15 December 2021, UK.
Conflicts of Interest
The authors declare no conflict of interest.
Footnotes
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
1. Zuidema P.A., Leffelaar P.A., Gerritsma W., Mommer L., Anten N.P. A physiologicaOpen asset ↗github.com/anyelacamargo/kocolatl.git · kocolatllines:278-301Code / 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-358Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
Chlorophyll fluorescence imaging was used to study potato virus X (PVX) infection of Nicotiana benthamiana . Infection-induced changes in chlorophyll fluorescence parameters (quantum yield of photosystem II photochemistry ( Φ PSII ) and non-photochemical fluorescence quenching (NPQ)) in the non-inoculated leaf were recorded and compared with the spatial distribution of the virus detected by the fluorescence of GFP associated with the virus. We determined infection-related changes at different points of the light-induced chlorophyll fluorescence kinetics and at different days after inoculation. A slight change in the light-adapted steady-state values of Φ PSII and NPQ was observed in the infected area of the non-inoculated leaf. In contrast to the steady-state parameters, the dynamics of Φ PSII and NPQ caused by the dark-light transition in healthy and infected areas differed significantly starting from the second day after the detection of the virus in a non-inoculated leaf. The coefficients of correlation between chlorophyll fluorescence parameters and virus localization were 0.67 for Φ PSII and 0.76 for NPQ. In general, the results demonstrate the possibility of reliable pre-symptomatic detection of the spread of a viral infection using chlorophyll fluorescence imaging.
Why it matches plant phenotyping methods葉緑素蛍光イメージングにより、植物の感染状態を症状出現前に検出する方法を評価しており、植物状態の取得・判定が研究の中心である。
abstractChlorophyll fluorescence imaging was used to study potato virus X (PVX) infection of Nicotiana benthamiana .
Stomatal observation and automatic stomatal detection are useful analyses of stomata for taxonomic, biological, physiological, and eco-physiological studies. We present a new clearing method for improved microscopic imaging of stomata in soybean followed by automated stomatal detection by deep learning. We tested eight clearing agent formulations based upon different ethanol and sodium hypochlorite (NaOCl) concentrations in order to improve the transparency in leaves. An optimal formulation-a 1:1 ( v / v ) mixture of 95% ethanol and NaOCl (6-14%)-produced better quality images of soybean stomata. Additionally, we evaluated fixatives and dehydrating agents and selected absolute ethanol for both fixation and dehydration. This is a good substitute for formaldehyde, which is more toxic to handle. Using imaging data from this clearing method, we developed an automatic stomatal detector using deep learning and improved a deep-learning algorithm that automatically analyzes stomata through an object detection model using YOLO. The YOLO deep-learning model successfully recognized stomata with high mAP (~0.99). A web-based interface is provided to apply the model of stomatal detection for any soybean data that makes use of the new clearing protocol.
Why it matches plant phenotyping methodsダイズ葉の気孔画像取得法と、気孔を自動検出・解析する深層学習手法を開発・評価しており、植物形質取得が研究の中心である。
abstractWe present a new clearing method for improved microscopic imaging of stomata in soybean followed by automated stomatal detection by deep learning.
Reproduction assets foundThe paper's soybean stomatal phenotype dataset (Table S2, manual vs. automatic stomatal density for 386 accessions) is publicly available via the MDPI supplement, and the trained YOLOv5 stomata-detection model is publicly served through the authors' web application. The 183-image training dataset and analysis code haveSupplement · publicnowledge the personnel from the Plant Genetics and Breeding lab at the Kyungpook National University for their time and work at the greenhouse.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Supplementary Materials
The following are available online at https://www.mdpi.com/article/10.3390/plants10122714/s1 , Table S1: The representative methods for detecting stomata in different species, Table S2: Comparison stomata density between counting by manual and develped program.
Click here for additional data file.
Author Contributions
Conceptualization, J.-D.L. and Y.J.K.; methodology, S.N.S.; formal analysis, H.P., S.H.COpen asset ↗lines:69-162Plant phenotyping relevance match · UnverifiedEurope PMC · checked 9 Sept 2026
Plant health is the basis of agricultural development. Plant diseases are a major factor for crop losses in agriculture. Plant diseases are difficult to diagnose correctly, and the manual disease diagnosis process is time consuming. For this reason, it is highly desirable to automatically identify the diseases in strawberry plants to prevent loss of crop quality. Deep learning (DL) has recently gained popularity in image classification and identification due to its high accuracy and fast learning. In this research, deep learning models were used to identify the leaf scorch disease in strawberry plants. Four convolutional neural networks (SqueezeNet, EfficientNet-B3, VGG-16 and AlexNet) CNN models were trained and tested for the classification of healthy and leaf scorch disease infected plants. The performance accuracy of EfficientNet-B3 and VGG-16 was higher for the initial and severe stage of leaf scorch disease identification as compared to AlexNet and SqueezeNet. It was also observed that the severe disease (leaf scorch) stage was correctly classified more often than the initial stage of the disease. All the trained CNN models were integrated with a machine vision system for real-time image acquisition under two different lighting situations (natural and controlled) and identification of leaf scorch disease in strawberry plants. The field experiment results with controlled lightening arrangements, showed that the model EfficientNet-B3 achieved the highest classification accuracy, with 0.80 and 0.86 for initial and severe disease stages, respectively, in real-time. AlexNet achieved slightly lower validation accuracy (0.72, 0.79) in comparison with VGGNet and EfficientNet-B3. Experimental results stated that trained CNN models could be used in conjunction with variable rate agrochemical spraying systems, which will help farmers to reduce agrochemical use, crop input costs and environmental contamination.
Why it matches plant phenotyping methodsイチゴ葉の病害状態を画像から推定する深層学習・マシンビジョン手法を開発・比較し、実時間フィールド条件で検証しており、植物表現型取得が中心である。
abstractdeep learning models were used to identify the leaf scorch disease in strawberry plants.
When dealing with plant roots, a multiscale description of the functional root structure is needed. Since the beginning of 21st century, new devices such as laser confocal microscopes have been accessible for coarse root structure measurements, including three-dimensional (3D) reconstruction. Most researchers are familiar with using simple 2D geometry visualization that does not allow quantitative determination of key morphological features from an organ-like perspective. We provide here a detailed description of the quantitative methods available for 3D analysis of root features at single-cell resolution, including root asymmetry, lateral root analysis, cell size and nuclear organization, cell-cycle kinetics, and chromatin structure analysis. Quantitative maps of the root apical meristem (RAM) are shown for different species, including Arabidopsis thaliana (L.), Heynh, Nicotiana tabacum L., Medicago sativa L., and Setaria italica (L.) P. Beauv. The 3D analysis of the RAM in these species showed divergence in chromatin organization and cell volume distribution that might be used to study root zonation for each root tissue. Detailed protocols and possible pitfalls in the usage of the marker lines are discussed. Therefore, researchers who need to improve their quantitative root biology portfolio can use them as a reference.
Why it matches plant phenotyping methods根の3D形態・細胞特性を定量化する方法とプロトコルを中心に扱う方法論的レビューであり、植物フェノタイピング手法が主題である。
abstractWe provide here a detailed description of the quantitative methods available for 3D analysis of root features at single-cell resolution
Bacterial leaf blight (BLB) is caused by Xanthomonas oryzae pv. oryzae and is a major cause of rice yield reductions around the world. When diseased, plants produce a variety of metabolites to resist pathogens. In this study, the various defense metabolites were quantified using high-performance liquid chromatography (HPLC) after Xoo inoculation in a 120 Cheongcheong/Nagdong double haploid (CNDH) population. Quantitative trait locus (QTL) mapping was conducted using the concentration of the plant defense metabolites. HPLC analyzes the concentration of substances according to the severity of disease symptoms. Searching for BLB resistance candidate genes by applying this analysis method is very effective when mapping related genes. These resistance genes can be mapped directly to the causative pathogens. A total of 17 metabolites were detected by means of HPLC analysis after Xoo inoculation in the 120 CNDH population. QTL mapping of the metabolite concentrations resulted in the detection of the BLB resistance candidate gene, OsWRKYq6, in RM3343 of chromosome 6. OsWRKYq6 has a very high homology sequence with WRKY transcription factor 39, and when inoculated with Xoo, the relative expression level of the resistant population was higher than that of the susceptible population. Resistance genes have previously been detected using only phenotypic change data. In this study, resistance candidate genes were detected using the concentration of metabolites produced in plants after inoculation with pathogens. This newly developed analysis method can be used to effectively detect and identify genes directly involved in disease resistance for future studies.
Why it matches plant phenotyping methodsHPLCによる防御代謝物濃度の定量を、イネの病害抵抗性状態の表現型取得・QTL検出法として明示的に開発・適用しており、単なるルーチン測定ではない。
abstractIn this study, the various defense metabolites were quantified using high-performance liquid chromatography (HPLC) after Xoo inoculation in a 120 Cheongcheong/Nagdong double haploid (CNDH) population.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicThe following are available online at https://www.mdpi.com/article/10.3390/plants10102145/s1 , Figure S1: PCA (Principal Component Analysis) statistical analysis between the peak area in the HPLC analysis results and the infection length data of the corresponding leaf samples. Table S1: The plant traits and peak no. of 120 CNDH (Cheongcheong/Nagdong double haploid) populations by HPLC (high-performance liquid chromatography). Table S2: Details of QTL mapping using HPLC analysis results of 120 CNDH population after Xanthomonas oryzae pv. oryzae inoculation.Open asset ↗MDPIlines:71-91Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Recently, deep-learning techniques have become the foundations for many breakthroughs in the automated identification of plant diseases. In the agricultural sector, many recent visual-computer approaches use deep-learning models. In this approach, a novel predictive analytics methodology to identify Tobacco Mosaic Virus (TMV) and Pepper Huasteco Yellow Vein Virus (PHYVV) visual symptoms on Jalapeño pepper ( Capsicum annuum L.) leaves by using image-processing and deep-learning classification models is presented. The proposed image-processing approach is based on the utilization of Normalized Red-Blue Vegetation Index (NRBVI) and Normalized Green-Blue Vegetation Index (NGBVI) as new RGB-based vegetation indices, and its subsequent Jet pallet colored version NRBVI-Jet NGBVI-Jet as pre-processing algorithms. Furthermore, four standard pre-trained deep-learning architectures, Visual Geometry Group-16 (VGG-16), Xception, Inception v3, and MobileNet v2, were implemented for classification purposes. The objective of this methodology was to find the most accurate combination of vegetation index pre-processing algorithms and pre-trained deep- learning classification models. Transfer learning was applied to fine tune the pre-trained deep- learning models and data augmentation was also applied to prevent the models from overfitting. The performance of the models was evaluated using Top-1 accuracy, precision , recall , and F1-score using test data. The results showed that the best model was an Xception-based model that uses the NGBVI dataset. This model reached an average Top-1 test accuracy of 98.3%. A complete analysis of the different vegetation index representations using models based on deep-learning architectures is presented along with the study of the learning curves of these deep-learning models during the training phase.
Why it matches plant phenotyping methods葉の可視症状をRGB画像処理と深層学習で識別する手法を開発・比較しており、植物病害状態の表現型推定が中心である。
abstracta novel predictive analytics methodology to identify Tobacco Mosaic Virus (TMV) and Pepper Huasteco Yellow Vein Virus (PHYVV) visual symptoms on Jalapeño pepper ( Capsicum annuum L.) leaves by using image-processing and deep-learning classification models is presented.
Reproduction assets foundThe paper publicly releases its authors' analysis code on GitHub and its generated leaf image datasets (RGB plus vegetation-index versions) on Zenodo, both with explicit availability statements.Code · publicThe source code of this article is publicly released and can be downloaded from https://github.com/jrmillan1983/PHYVV_TMV_CNN .Open asset ↗jrmillan1983/PHYVV_TMV_CNNlines:371-472Dataset · publicThe datasets generated during and/or analyzed during the current study are available from https://doi.org/10.5281/zenodo.5500727 (accessed on 19 September 2021).Open asset ↗zenodo · 10.5281/zenodo.5500727lines:474-476Plant phenotyping relevance match · UnverifiedEurope PMC · checked 9 Sept 2026
RiceLaboratory / benchtopRaman / spectroscopySeed / grainTissuePhysiological trait estimationGrowth / time-series analysisGrowth / development / phenologyWater status / transpiration
In vivo monitoring of rice ( Oryza sativa L.) seed germination and seedling growth under general conditions in closed Petri dishes containing agar base medium at room temperature (temperature = 24.5 ± 1 °C, relative humidity = 76 ± 7% (average ± standard deviation)), and induced degenerated callus formation with plant growth regulator, were performed using short-wavelength near-infrared spectroscopy and aquaphotomics over A period of 26 days. The results of spectral analysis suggest changes in water absorbances due to the production of common metabolites, as well as increases in biomass and the sizes of the samples. Quantitative models built to predict the day of the development provided better accuracy for rice seedlings growth compared to callus formation. Eight common water bands were identified as presenting prominent changes in the absorbance pattern. The water matrix of only rice seedlings showed three developmental stages: firstly expressing a predominantly weakly hydrogen-bonded state, then a more strongly hydrogen-bonded state, and then, again, a weakly hydrogen-bonded state at the end. In rice callus induction and proliferation, no similar change in water absorbance pattern was observed. The presented findings indicate the potential of aquaphotomics for the in vivo detection of degeneration in cell development.
Why it matches plant phenotyping methods近赤外分光とアクアフォトミクスを用いてイネの発芽・生長およびカルスの発達状態を経時的に推定し、定量モデルも構築しており、表現型取得手法が中心である。
abstractQuantitative models built to predict the day of the development provided better accuracy for rice seedlings growth compared to callus formation.
Environmental factors might influence the carbon balance and sugar content in grapevine. In this two-year research, the STELLA software was employed to predict dry matter accumulation in Sangiovese vines, comparing the traditional vertical shoot positioning (VSP) and the single high wire (SHW) trellis systems. Every week, vegetative, eco-physiological and grape quality parameters were collected for 15 tagged vines per trellis system to set up the software. Significant differences in photosynthesis were recorded in 2014, with higher values in VSP (23-25% more). Shoot growth was significantly higher in VSP (20-25% more), whereas higher dry matter (30%) and yield (9-11% more) were detected for SHW. At harvest, berry composition suggested a slower ripening in SHW compared to VSP, which was linked to the shading of clusters in SHW. Finally, for the first time, linear regressions were found between measured berry sugar content and STELLA-estimated dry matter (R 2 = 0.96 in VSP; R 2 = 0.95 in SHW). This latter evidence allowed the estimation of berry sugar content, showing this software to be a practical tool to support winegrowers in decision making. Other studies are already underway to calibrate and validate the model for other varieties, training systems and environments.
Why it matches plant phenotyping methodsSTELLAモデルによるブドウの乾物蓄積・果実糖含量の推定と、実測値との回帰による検証が研究の中心であり、植物形質の計算推定手法として扱える。
abstractthe STELLA software was employed to predict dry matter accumulation in Sangiovese vines
Reproduction assets foundThe paper's phenotyping measurements (gas exchange, dry matter, berry composition) are reported only within the article itself ('Data is contained within the article'), with no public dataset deposit. However, the authors provide a public supplement containing paper-specific assets: Figure S1 (experimental site images)Supplement · publicbut, above all, herself for the tenacity in being able to finally publish the results of her master’s thesis. Another chapter is closed or not?
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Supplementary Materials
The following are available online at https://www.mdpi.com/article/10.3390/plants10081675/s1 , Figure S1: Experimental site pictures, Figure S2: simplified model structure of STELLA software.
Click here for additional data file.
Author Contributions
Conceptualization, G.B.M. and L.S.; methodology and software validation, L.S. and E.C.; formal analysis, investigation and data curation, L.S., E.C., S.S., F.Open asset ↗lines:74-114Plant phenotyping relevance match · UnverifiedEurope PMC · Crossref · checked 9 Sept 2026
Extending over millennia, grapevine cultivation encompasses several thousand cultivars. Cultivar (cultivated variety) identification is traditionally dealt by ampelography, requiring repeated observations by experts along the growth cycle of fruiting plants. For on-time evaluations, molecular genetics have been successfully performed, though in many instances, they are limited by the lack of referable data or the cost element. This paper presents a convolutional neural network (CNN) framework for automatic identification of grapevine cultivar by using leaf images in the visible spectrum (400-700 nm). The VGG16 architecture was modified by a global average pooling layer, dense layers, a batch normalization layer, and a dropout layer. Distinguishing the intricate visual features of diverse grapevine varieties, and recognizing them according to these features was conceivable by the obtained model. A five-fold cross-validation was performed to evaluate the uncertainty and predictive efficiency of the CNN model. The modified deep learning model was able to recognize different grapevine varieties with an average classification accuracy of over 99%. The obtained model offers a rapid, low-cost and high-throughput grapevine cultivar identification. The ambition of the obtained tool is not to substitute but complement ampelography and quantitative genetics, and in this way, assist cultivar identification services.
Why it matches plant phenotyping methodsブドウ葉画像から品種を自動識別する画像解析・CNN手法が研究の中心であり、植物の形態的状態に基づく再利用可能な表現型抽出手法として適格。
abstractThis paper presents a convolutional neural network (CNN) framework for automatic identification of grapevine cultivar by using leaf images in the visible spectrum (400-700 nm).
The real-time detection and counting of rice ears in fields is one of the most important methods for estimating rice yield. The traditional manual counting method has many disadvantages: it is time-consuming, inefficient and subjective. Therefore, the use of computer vision technology can improve the accuracy and efficiency of rice ear counting in the field. The contributions of this article are as follows. (1) This paper establishes a dataset containing 3300 rice ear samples, which represent various complex situations, including variable light and complex backgrounds, overlapping rice and overlapping leaves. The collected images were manually labeled, and a data enhancement method was used to increase the sample size. (2) This paper proposes a method that combines the LC-FCN (localization-based counting fully convolutional neural network) model based on transfer learning with the watershed algorithm for the recognition of dense rice images. The results show that the model is superior to traditional machine learning methods and the single-shot multibox detector (SSD) algorithm for target detection. Moreover, it is currently considered an advanced and innovative rice ear counting model. The mean absolute error (MAE) of the model on the 300-size test set is 2.99. The model can be used to calculate the number of rice ears in the field. In addition, it can provide reliable basic data for rice yield estimation and a rice dataset for research.
Why it matches plant phenotyping methodsイネ穂の画像ベース計数手法とデータセットを開発・評価しており、植物形態・収量関連形質の取得が研究の中心である。
abstractThe contributions of this article are as follows. (1) This paper establishes a dataset containing 3300 rice ear samples
Bacterial canker of tomato is caused by Clavibacter michiganensis subsp. michiganensis (Cmm). The disease is highly destructive, because it produces latent asymptomatic infections that favor contagion rates. The present research aims consisted on the implementation of Raman spectroscopy (RS) and machine-learning spectral analysis as a method for the early disease detection. Raman spectra were obtained from infected asymptomatic tomato plants (BCTo) and healthy controls (HTo) with 785 nm excitation laser micro-Raman spectrometer. Spectral data were normalized and processed by principal component analysis (PCA), then the classifiers algorithms multilayer perceptron (PCA + MLP) and linear discriminant analysis (PCA + LDA) were implemented. Bacterial isolation and identification (16S rRNA gene sequencing) were realized of each plant studied. The Raman spectra obtained from tomato leaf samples of HTo and BCTo exhibited peaks associated to cellular components, and the most prominent vibrational bands were assigned to carbohydrates, carotenoids, chlorophyll, and phenolic compounds. Biochemical changes were also detectable in the Raman spectral patterns. Raman bands associated with triterpenoids and flavonoids compounds can be considered as indicators of Cmm infection during the asymptomatic stage. RS is an efficient, fast and reliable technology to differentiate the tomato health condition (BCTo or HTo). The analytical method showed high performance values of sensitivity, specificity and accuracy, among others.
Why it matches plant phenotyping methodsトマト葉のラマン分光と機械学習により、無症状感染という植物の健康状態を直接検出・分類する方法を実装し、性能も評価しており、表現型取得が研究の中心である。
abstractThe present research aims consisted on the implementation of Raman spectroscopy (RS) and machine-learning spectral analysis as a method for the early disease detection.
In this study, berry dimensions and shape traits, which are important for the design of the grape processing system and the classification of 10 different grape varieties grown in same ecological conditions ('Ata Sarısı', 'Barış', 'Dımışkı', 'Hatun Parmağı', 'Helvani', 'Horoz Karası', 'Hönüsü', 'İtalia', 'Mevlana Sarısı', and 'Red Globe') were determined; differences between the varieties were identified with the use of discriminant analysis. The largest grape varieties were identified as 'Ata Sarısı' and 'Red Globe'. The 'Red Globe' and 'Helvani' varieties had geometrically sphere-like shape. The 'Barış' variety had the lowest size averages. According to elliptic Fourier analysis, the primary source of shape variation was ellipse and sphere-looking varieties. However, shape variation was seen due to the existence of a small number of drop-like varieties. According to discriminant analysis, shape differences of the varieties were defined by two discriminant functions. Based on these discriminant functions, the greatest classification performance was achieved for 'Mevlana Sarısı' and 'Dımışkı'. In scatter plots, three shape definitions (sphere, ellipse, and drop) were made for grape varieties. Cluster analysis revealed 4 sub-groups. The first sub-group included the 'Mevlana Sarısı' variety; the second sub-group included the 'Hönüsü', 'Hatun Parmağı', 'Dımışkı', and 'Horoz Karası' varieties; the third sub-group included the 'Ata Sarısı' variety; the fourth sub-group included the 'Barış', 'Helvani', 'İtalia', and 'Red Globe' varieties. The variety in the first group had a geometrically ellipse-like shape, the largest length, and the smallest width. The size data were the smallest for the second sub-group. The third sub-group, with the ellipse-like shape, had the large size data. The grape varieties the closest to the sphere were classified in the fourth group, and these varieties had the large sizes.
Why it matches plant phenotyping methodsブドウ果実の寸法・形状という植物形質を対象に、楕円フーリエ解析、判別分析、クラスター分析を組み合わせた形状識別手法を中心的に適用しているため。
titleMultivariate Analysis Approaches for Dimension and Shape Discrimination of Vitis vinifera Varieties.
Diseases of cereals caused by pathogenic fungi can significantly reduce crop yields. Many cultures are exposed to them. The disease is difficult to control on a large scale; thus, one of the relevant approaches is the crop field monitoring, which helps to identify the disease at an early stage and take measures to prevent its spread. One of the effective control methods is disease identification based on the analysis of digital images, with the possibility of obtaining them in field conditions, using mobile devices. In this work, we propose a method for the recognition of five fungal diseases of wheat shoots (leaf rust, stem rust, yellow rust, powdery mildew, and septoria), both separately and in case of multiple diseases, with the possibility of identifying the stage of plant development. A set of 2414 images of wheat fungi diseases (WFD2020) was generated, for which expert labeling was performed by the type of disease. More than 80% of the images in the dataset correspond to single disease labels (including seedlings), more than 12% are represented by healthy plants, and 6% of the images labeled are represented by multiple diseases. In the process of creating this set, a method was applied to reduce the degeneracy of the training data based on the image hashing algorithm. The disease-recognition algorithm is based on the convolutional neural network with the EfficientNet architecture. The best accuracy (0.942) was shown by a network with a training strategy based on augmentation and transfer of image styles. The recognition method was implemented as a bot on the Telegram platform, which allows users to assess plants by lesions in the field conditions.
Why it matches plant phenotyping methods小麦葉の病変を画像から認識し、病害種類・発生段階を推定する手法、データセット、評価結果を中心に扱っており、植物病害状態の画像ベース表現型計測に該当する。
abstractIn this work, we propose a method for the recognition of five fungal diseases of wheat shoots
Alternaria brown spot is a severe disease that affects leaves and fruits on susceptible mandarin and mandarin-like cultivars, and is produced by Alternaria alternata . Consequently, there is an urge to obtain new cultivars resistant to A. alternata , and mutation breeding together with tissue culture can help shorten the process. However, a protocol for the in vitro selection of resistant citrus genotypes is lacking. In this study, four methods to evaluate the sensitivity to Alternaria of mandarin 'Fortune' explants in in vitro culture were tested. The four tested systems consisted of: (1) the addition of the mycotoxin, produced by A. alternata in 'Fortune', to the propagation culture media, (2) the addition of the A. alternata culture filtrate to the propagation culture media, (3) the application of the mycotoxin to the intact shoot leaves, and (4) the application of the mycotoxin to the previously excised and wounded leaves. After analyzing the results, only the addition of the A. alternata culture filtrate to the culture media and the application of the mycotoxin to the wounded leaves produced symptoms of infection. However, the addition of the fungus culture filtrate to the culture media produced results, which might indicate that, in addition to the mycotoxin, many other unknown elements that can affect the plant growth and behavior could be found in the fungus culture filtrate. Therefore, the application of the toxin to the excised and wounded leaves seems to be the most reliable method to analyze sensitivity to Alternaria of 'Fortune' explants cultured in vitro.
Why it matches plant phenotyping methodsAlternaria感受性(感染症状)を評価する4つの植物表現型取得法を比較し、信頼性の高い評価プロトコルを選定しており、病害表現型の測定法が研究の中心である。
abstractIn this study, four methods to evaluate the sensitivity to Alternaria of mandarin 'Fortune' explants in in vitro culture were tested.
CoffeeLeafClassificationVisualization / data managementDisease symptoms / severity
Deep learning architectures are widely used in state-of-the-art image classification tasks. Deep learning has enhanced the ability to automatically detect and classify plant diseases. However, in practice, disease classification problems are treated as black-box methods. Thus, it is difficult to trust the model that it truly identifies the region of the disease in the image; it may simply use unrelated surroundings for classification. Visualization techniques can help determine important areas for the model by highlighting the region responsible for the classification. In this study, we present a methodology for visualizing coffee diseases using different visualization approaches. Our goal is to visualize aspects of a coffee disease to obtain insight into what the model "sees" as it learns to classify healthy and non-healthy images. In addition, visualization helped us identify misclassifications and led us to propose a guided approach for coffee disease classification. The guided approach achieved a classification accuracy of 98% compared to the 77% of naïve approach on the Robusta coffee leaf image dataset. The visualization methods considered in this study were Grad-CAM, Grad-CAM++, and Score-CAM. We also provided a visual comparison of the visualization methods.
Why it matches plant phenotyping methodsコーヒー葉の病害領域を画像から可視化・分類する手法が研究の中心であり、Grad-CAM系手法の比較と分類精度の評価を行っているため、植物病害状態の画像ベース表現型解析に該当する。
abstractIn this study, we present a methodology for visualizing coffee diseases using different visualization approaches.
Reproduction assets foundThe paper's plant-phenotyping input data (the Robusta coffee leaf image dataset, RoCoLe, used for disease classification and visualization experiments) is explicitly declared openly available in Mendeley Data. No author analysis code or trained model checkpoints are stated as publicly available. The only allowed URL isDataset · publicThe data presented in this study are openly available in Mendeley Data at doi:10.17632/c5yvn32dzg.2, reference number 36.Mendeley Data · doi:10.17632/c5yvn32dzg.2lines:198-232Plant phenotyping relevance match · UnverifiedEurope PMC · checked 9 Sept 2026
Delaying the nodule senescence of legume crops can prolong the time of nitrogen fixation and attenuate the lack of fertilizer in the later stage of legume crop cultivation, resulting in improved crop yield and reduced usage of nitrogen fertilizer. However, effective measures to delay the nodule senescence of legume crops in agriculture are relatively lacking. In the present review, we summarized the structural and physiological characteristics of nodule senescence, as well as the corresponding detection methods, providing technical support for the identification of nodule senescence phenotype. We then outlined the key genes currently known to be involved in the regulation of nodule senescence, offering the molecular genetic information for breeding varieties with delayed nodule senescence. In addition, we reviewed various abiotic factors affecting nodule senescence, providing a theoretical basis for the interaction between molecular genetics and abiotic factors in the regulation of nodule senescence. Finally, we briefly prospected research foci of nodule senescence in the future.
Why it matches plant phenotyping methodsマメ科根粒老化の構造・生理特性と検出方法をレビューし、根粒老化表現型の同定を技術的に支援することが中心である。
abstractwe summarized the structural and physiological characteristics of nodule senescence, as well as the corresponding detection methods, providing technical support for the identification of nodule senescence phenotype.
Japanese cedar ( Cryptomeria japonica ) is the most important timber species in Japan; however, its pollen is the primary cause of pollinosis in Japan. The total number of pollen grains produced by a single tree is determined by the number of male strobili (male flowers) and the number of pollen grains per male strobilus. While the number of male strobili is a visible and well-investigated trait, little is known about the number of pollen grains per male strobilus. We hypothesized that genetic and environmental factors affect the pollen number per male strobilus and explored the factors that affect pollen production and genetic variation among clones. We counted pollen numbers of 523 male strobili from 26 clones using a cell counter method that we recently developed. Piecewise Structural Equation Modeling (pSEM) revealed that the pollen number is mostly affected by genetic variation, male strobilus weight, and pollen size. Although we collected samples from locations with different environmental conditions, statistical modeling succeeded in predicting pollen numbers for different clones sampled from branches facing different directions. Comparison of predicted pollen numbers revealed that they varied >3-fold among the 26 clones. The determination of the factors affecting pollen number and a precise evaluation of genetic variation will contribute to breeding strategies to counter pollinosis. Furthermore, the combination of our efficient counting method and statistical modeling will provide a powerful tool not only for Japanese cedar but also for other plant species.
Why it matches plant phenotyping methods花粉数という植物形質を測定する新開発のセルカウンター法を適用し、統計モデルと組み合わせた再利用可能な計測手法として位置づけているため、方法論的役割が中心的です。
abstractWe counted pollen numbers of 523 male strobili from 26 clones using a cell counter method that we recently developed.
Reproduction assets foundThe paper's phenotype measurements (pollen number, pollen size, male strobilus weight, direction/height for all 523 samples from 26 clones) are published as Supplementary Table S1, publicly available at the MDPI supplementary URL. No author analysis code or trained models are deposited; the Data Availability Statement仅Supplement · publicions will also be useful for examining other traits in the field research.
Acknowledgments
We thank Yukiko Ito (Niigata Prefectural Forest Research Institute) for providing breeding materials, and Naoto-Benjamin Hamaya (University of Zurich) for valuable suggestions.
Supplementary Materials
The following are available online at https://www.mdpi.com/article/10.3390/plants10050856/s1 . Supplementary Figure S1. Scatterplot of male strobilus weight and area. All samples are shown in this figure. Weight and area are strongly correlated (r = 0.892). Different clones are represented by different symbols (see Table 1 ). Supplementary Table S1. Data for all samples.
Click here for additional data filOpen asset ↗lines:258-292Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Sphagnum peatmosses play an important part in water table management of many peatland ecosystems. Keeping the ecosystem saturated, they slow the breakdown of organic matter and release of greenhouse gases, facilitating peatland's function as a carbon sink rather than a carbon source. Although peatland monitoring and restoration programs have increased recently, there are few tools to quantify traits that Sphagnum species display in their ecosystems. Colony density is often described as an important determinant in the establishment and performance in Sphagnum but detailed evidence for this is limited. In this study, we describe an image analysis pipeline that accurately annotates Sphagnum capitula and estimates plant density using open access computer vision packages. The pipeline was validated using images of different Sphagnum species growing in different habitats, taken on different days and with different smartphones. The developed pipeline achieves high accuracy scores, and we demonstrate its utility by estimating colony densities in the field and detecting intra and inter-specific colony densities and their relationship with habitat. This tool will enable ecologists and conservationists to rapidly acquire accurate estimates of Sphagnum density in the field without the need of specialised equipment.
Why it matches plant phenotyping methodsSphagnumの植物密度という明示的な形態・生態形質を、画像解析パイプラインで抽出する手法を開発し、異なる種・生育地・撮影条件で検証しているため、植物フェノタイピング手法が中心です。
abstractwe describe an image analysis pipeline that accurately annotates Sphagnum capitula and estimates plant density using open access computer vision packages.
Reproduction assets foundThe paper's field Sphagnum images and annotation data are deposited publicly (DOI 10.20391/9ba4df8f-2d28-4bce-b9b8-ec6368b636e0), and the authors' Capitula-Counter image analysis pipeline is freely available on the NPPC GitHub. Both are paper-specific, public, and actionable.Dataset · publicAll images used are available at https://doi.org/10.20391/9ba4df8f-2d28-4bce-b9b8-ec6368b636e0 (accessed on 21 April 2021).Open asset ↗10.20391/9ba4df8f-2d28-4bce-b9b8-ec6368b636e0lines:69-74Plant phenotyping relevance match · UnverifiedEurope PMC · checked 9 Sept 2026
Yam ( Dioscorea spp.) plants are mostly dioecious and sometimes monoecious. Low, irregular, and asynchronous flowering of the genotypes are critical problems in yam breeding. Selecting suitable pollen parents and preserving yam pollen for future use are potential means of controlling these constraints and optimizing hybridization practice in yam breeding programs. However, implementing such procedures requires a robust protocol for pollen collection and viability testing to monitor pollen quality in the field and in storage. This study, therefore, aimed at optimizing the pollen germination assessment protocol for yam. The standard medium composition was stepwisely modified, the optimal growth condition was tested, and in vivo predictions were made. This study showed that the differences in yam pollen germination percentage are primarily linked to the genotype and growing conditions (i.e., medium viscosity, incubation temperature, and time to use) rather than the medium composition. The inclusion of polyethylene glycol (PEG) in the culture medium caused 67-75% inhibition of germination in D. alata . Although the in vivo fertilization was dependent on female parents, the in vitro germination test predicted the percentage fruit set at 25.2-79.7% and 26.4-59.7% accuracy for D. rotundata and D. alata genotypes, respectively. This study provides a reliable in vitro yam pollen germination protocol to support pollen management and preservation efforts in yam breeding.
Why it matches plant phenotyping methodsヤムの花粉発芽率を測定する in vitro 評価プロトコルの最適化と、受精・結実率による予測検証が研究の中心であり、植物形質の取得方法に該当する。
abstractThis study, therefore, aimed at optimizing the pollen germination assessment protocol for yam.
Roots are at the core of plant water dynamics. Nonetheless, root morphology and functioning are not easily assessable without destructive approaches. Nuclear Magnetic Resonance (NMR), and particularly low-field NMR (LF-NMR), is an interesting noninvasive method to study water in plants, as measurements can be performed outdoors and independent of sample size. However, as far as we know, there are no reported studies dealing with the water dynamics in plant roots using LF-NMR. Thus, the aim of this study is to assess the feasibility of using LF-NMR to characterize root water status and water dynamics non-invasively. To achieve this goal, a proof-of-concept study was designed using well-controlled environmental conditions. NMR and ecophysiological measurements were performed continuously over one week on three herbaceous species grown in rhizotrons. The NMR parameters measured were either the total signal or the transverse relaxation time T 2 . We observed circadian variations of the total NMR signal in roots and in soil and of the root slow relaxing T 2 value. These results were consistent with ecophysiological measurements, especially with the variation of fluxes between daytime and nighttime. This study assessed the feasibility of using LF-NMR to evaluate root water status in herbaceous species.
Why it matches plant phenotyping methodsLF-NMRによる根の水分状態・水動態の非破壊的測定可能性を中心に検証した proof-of-concept 研究であり、植物生理状態の取得手法が主要な貢献である。
abstractthe aim of this study is to assess the feasibility of using LF-NMR to characterize root water status and water dynamics non-invasively.
Reproduction assets foundThe authors deposited the paper's NMR and ecophysiological measurement data openly in Data INRAE (DOI 10.15454/NWRHDA), and supplementary materials at MDPI contain the CPMG decay curves and NNLS processing methods used for the T2 analysis.Dataset · publicThe data presented in this study are openly available in Data INRAE ( https://data.inrae.fr/ , accessed on 12 March 2021) repository at https://doi.org/10.15454/NWRHDA (accessed on 12 March 2021).Open asset ↗Data INRAE · 10.15454/NWRHDAlines:115-137Plant phenotyping relevance match · UnverifiedEurope PMC · checked 9 Sept 2026
Xylella fastidiosa is a bacterial pathogen affecting many plant species worldwide. Recently, the subspecies pauca ( Xfp ) has been reported as the causal agent of a devastating disease on olive trees in the Salento area (Apulia region, southeastern Italy), where centenarian and millenarian plants constitute a great agronomic, economic, and landscape trait, as well as an important cultural heritage. It is, therefore, important to develop diagnostic tools able to detect the disease early, even when infected plants are still asymptomatic, to reduce the infection risk for the surrounding plants. The reference analysis is the quantitative real time-Polymerase-Chain-Reaction (qPCR) of the bacterial DNA. The aim of this work was to assess whether the analysis of hyperspectral data, using different statistical methods, was able to select with sufficient accuracy, which plants to analyze with PCR, to save time and economic resources. The study area was selected in the Municipality of Oria (Brindisi). Partial Least Square Regression (PLSR) and Canonical Discriminant Analysis (CDA) indicated that the most important bands were those related to the chlorophyll function, water, lignin content, as can also be seen from the wilting symptoms in Xfp -infected plants. The confusion matrix of CDA showed an overall accuracy of 0.67, but with a better capability to discriminate the infected plants. Finally, an unsupervised classification, using only spectral data, was able to discriminate the infected plants at a very early stage of infection. Then, in phase of testing qPCR should be performed only on the plants predicted as infected from hyperspectral data, thus, saving time and financial resources.
Why it matches plant phenotyping methodsオリーブ葉のハイパースペクトルデータ解析を用いて、感染植物を早期識別する診断手法の性能を評価しており、植物の病害状態を測定する方法が中心である。
abstractThe aim of this work was to assess whether the analysis of hyperspectral data, using different statistical methods, was able to select with sufficient accuracy, which plants to analyze with PCR, to save time and economic resources.
Phenology algorithms in crop growth models have inevitable systematic errors and uncertainties. In this study, the phenology simulation algorithms in APSIM classical (APSIM 7.9) and APSIM next generation (APSIM-NG) were compared for spring barley models at high latitudes. Phenological data of twelve spring barley varieties were used for the 2014-2018 cropping seasons from northern Sweden and Finland. A factorial-based calibration approach provided within APSIM-NG was performed to calibrate both models. The models have different mechanisms to simulate days to anthesis. The calibration was performed separately for days to anthesis and physiological maturity, and evaluations for the calibrations were done with independent datasets. The calibration performance for both growth stages of APSIM-NG was better compared to APSIM 7.9. However, in the evaluation, APSIM-NG showed an inclination to overestimate days to physiological maturity. The differences between the models are possibly due to slower thermal time accumulation mechanism, with higher cardinal temperatures in APSIM-NG. For a robust phenology prediction at high latitudes with APSIM-NG, more research on the conception of thermal time computation and implementation is suggested.
Why it matches plant phenotyping methods春播きオオムギの開花期・生理成熟期という植物フェノタイプを予測する作物モデルのアルゴリズムを比較、較正、独立データで評価しており、フェノタイプ推定手法の技術的検証が中心である。
abstractPhenology algorithms in crop growth models have inevitable systematic errors and uncertainties.
Optical sensor data can be used to determine changes in anthocyanins, chlorophyll and soluble solids content (SSC) in apple production. In this study, visible and near-infrared spectra (729 to 975 nm) were transformed to SSC values by advanced multivariate calibration models i.e., partial least square regression (PLSR) in order to test the substitution of destructive chemical analyses through non-destructive optical measurements. Spectral field scans were carried out from 2016 to 2018 on marked 'Braeburn' apples in Southwest Germany. The study combines an in-depth statistical analyses of longitudinal SSC values with horticultural knowledge to set guidelines for further applied use of SSC predictions in the orchard to gain insights into apple carbohydrate physiology. The PLSR models were investigated with respect to sample size, seasonal variation, laboratory errors and the explanatory power of PLSR models when applied to independent samples. As a result of Monte Carlo simulations, PLSR modelled SSC only depended to a minor extent on the absolute number and accuracy of the wet chemistry laboratory calibration measurements. The comparison between non-destructive SSC determinations in the orchard with standard destructive lab testing at harvest on an independent sample showed mean differences of 0.5% SSC over all study years. SSC modelling with longitudinal linear mixed-effect models linked high crop loads to lower SSC values at harvest and higher SSC values for fruit from the top part of a tree.
Why it matches plant phenotyping methodsリンゴ果実のSSCを非破壊光学測定とPLSRで推定する方法を開発・検証しており、独立サンプルおよび実験室分析との比較も行っているため、植物形質取得法が中心である。
abstractvisible and near-infrared spectra (729 to 975 nm) were transformed to SSC values by advanced multivariate calibration models i.e., partial least square regression (PLSR) in order to test the substitution of destructive chemical analyses through non-destructive optical measurements.
Reflected light carries ample information about the biochemical composition, tissue architecture, and physiological condition of plants. Recent technical progress has paved the way for affordable imaging hyperspectrometers (IH) providing spatially resolved spectral information on plants on different levels, from individual plant organs to communities. The extraction of sensible information from hyperspectral images is difficult due to inherent complexity of plant tissue and canopy optics, especially when recorded under ambient sunlight. We report on the changes in hyperspectral reflectance accompanying the accumulation of anthocyanins in healthy apple (cultivars Ligol, Gala, Golden Delicious) fruits as well as in fruits affected by pigment breakdown during sunscald development and phytopathogen attacks. The measurements made outdoors with a snapshot IH were compared with traditional "point-type" reflectance measured with a spectrophotometer under controlled illumination conditions. The spectra captured by the IH were suitable for processing using the approaches previously developed for "point-type" apple fruit and leaf reflectance spectra. The validity of this approach was tested by constructing a novel index mBRI (modified browning reflectance index) for detection of tissue damages on the background of the anthocyanin absorption. The index was suggested in the form of mBRI = ( R 640 -1 + R 800 -1 ) - R 678 -1 . Difficulties of the interpretation of fruit hyperspectral reflectance images recorded in situ are discussed with possible implications for plant physiology and precision horticulture practices.
Why it matches plant phenotyping methodsリンゴ果実のハイパースペクトル画像から組織損傷を検出する指標を開発・検証しており、植物状態の取得手法が研究の中心である。
abstractThe validity of this approach was tested by constructing a novel index mBRI (modified browning reflectance index) for detection of tissue damages on the background of the anthocyanin absorption.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe sampling of the spectral data and rendering of the index images have been carried out using Gelion, the original software for processing hyperspectral images ( https://github.com/AlexanderMipt/Gelion ).Open asset ↗github.com/AlexanderMipt/Gelionlines:105-152Code / dataset availability confirmedEurope PMC · Crossref · checked 15 Sept 2026
Tissue clearing methods combined with confocal microscopy have been widely used for studying developmental biology. In plants, ClearSee is a reliable clearing method that is applicable to a wide range of tissues and is suitable for gene expression analysis using fluorescent reporters, but its application to the Arabidopsis thaliana embryo, a model system to study morphogenesis and pattern formation, has not been described in the original literature. Here, we describe a ClearSee-based clearing protocol which is suitable for obtaining 3D images of Arabidopsis thaliana embryos. The method consists of embryo dissection, fixation, washing, clearing, and cell wall staining and enables high-quality 3D imaging of embryo morphology and expression of fluorescent reporters with the cellular resolution. Our protocol provides a reliable method that is applicable to the analysis of morphogenesis and gene expression patterns in Arabidopsis thaliana embryos.
Why it matches plant phenotyping methodsArabidopsis胚の形態を細胞解像度で3D取得するClearSeeベースのクリアリング・画像化プロトコルが研究の中心であり、植物表現型の取得方法を開発している。
abstractHere, we describe a ClearSee-based clearing protocol which is suitable for obtaining 3D images of Arabidopsis thaliana embryos.
Reproduction assets foundThe paper's supplementary materials include Movie S1, the Z-stack confocal image data (157 serial optical sections) used for the paper's 3D embryo visualization analysis, publicly available at the MDPI supplementary URL. No author analysis code or trained models are reported.Supplement · publicThe following are available online at https://www.mdpi.com/2223-7747/10/2/190/s1 , Movie S1: Z-stack images of 157 serial optical sections used for Figure 2 ; Table S1: Primers used in this study.
Click here for additional data file.
Author Contributions
Conceptualization, M.A.; methodology, M.A.; validation, A.I. and M.A.; formal analysis, A.I.; investigation, A.I., M.Y., T.S., A.O., and M.A.; resources, TOpen asset ↗lines:58-85Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Image-based symptom scoring of plant diseases is a powerful tool for associating disease resistance with plant genotypes. Advancements in technology have enabled new imaging and image processing strategies for statistical analysis of time-course experiments. There are several tools available for analyzing symptoms on leaves and fruits of crop plants, but only a few are available for the model plant Arabidopsis thaliana (Arabidopsis). Arabidopsis and the model fungus Botrytis cinerea (Botrytis) comprise a potent model pathosystem for the identification of signaling pathways conferring immunity against this broad host-range necrotrophic fungus. Here, we present two strategies to assess severity and symptom progression of Botrytis infection over time in Arabidopsis leaves. Thus, a pixel classification strategy using color hue values from red-green-blue (RGB) images and a random forest algorithm was used to establish necrotic, chlorotic, and healthy leaf areas. Secondly, using chlorophyll fluorescence (ChlFl) imaging, the maximum quantum yield of photosystem II (F v /F m ) was determined to define diseased areas and their proportion per total leaf area. Both RGB and ChlFl imaging strategies were employed to track disease progression over time. This has provided a robust and sensitive method for detecting sensitive or resistant genetic backgrounds. A full methodological workflow, from plant culture to data analysis, is described.
Why it matches plant phenotyping methods植物病害の症状・重症度・進展を画像から定量化する方法の開発とワークフロー提示が中心であり、植物状態の表現型取得に該当する。
abstractHere, we present two strategies to assess severity and symptom progression of Botrytis infection over time in Arabidopsis leaves.
Reproduction assets foundThe authors explicitly state that all R and ImageJ scripts and the study data are openly available in their public GitHub repository, which directly reproduces this paper's Botrytis symptom phenotyping analysis.Code · publicAll R and ImageJ script generated to process are available at https://github.com/mipavici/MDPI_leaf_infection .Open asset ↗mipavici/MDPI_leaf_infectionlines:69-123Dataset · publicThe data presented in this study are openly available at https://github.com/mipavici/MDPI_leaf_infection .Open asset ↗mipavici/MDPI_leaf_infectionlines:69-123Plant phenotyping relevance match · UnverifiedEurope PMC · Crossref · checked 9 Sept 2026
The application of proximal hyperspectral sensing, using simple vegetation indices, offers an easy, fast, and non-destructive approach for assessing various plant variables related to salinity tolerance. Because most existing indices are site- and species-specific, published indices must be further validated when they are applied to other conditions and abiotic stress. This study compared the performance of various published and newly constructed indices, which differ in algorithm forms and wavelength combinations, for remotely assessing the shoot dry weight (SDW) as well as chlorophyll a ( Chla ), chlorophyll b ( Chlb ), and chlorophyll a+b ( Chlt ) content of two wheat genotypes exposed to three salinity levels. Stepwise multiple linear regression (SMLR) was used to extract the most influential indices within each spectral reflectance index (SRI) type. Linear regression based on influential indices was applied to predict plant variables in distinct conditions (genotypes, salinity levels, and seasons). The results show that salinity levels, genotypes, and their interaction had significant effects ( p ≤ 0.05 and 0.01) on all plant variables and nearly all indices. Almost all indices within each SRI type performed favorably in estimating the plant variables under both salinity levels (6.0 and 12.0 dS m -1 ) and for the salt-sensitive genotype Sakha 61. The most effective indices extracted from each SRI type by SMLR explained 60%-81% of the total variability in four plant variables. The various predictive models provided a more accurate estimation of Chla and Chlt content than of SDW and Chlb under both salinity levels. They also provided a more accurate estimation of SDW than of Chl content for salt-tolerant genotype Sakha 93, exhibited strong performance for predicting the four variables for Sakha 61, and failed to predict any variables under control and Chlb for Sakha 93. The overall results indicate that the simple form of indices can be used in practice to remotely assess the growth and chlorophyll content of distinct wheat genotypes under saline field conditions.
Why it matches plant phenotyping methods近位ハイパースペクトルセンシングと植生指数を用いて小麦の乾物重・クロロフィル量を推定し、複数条件で指数と予測モデルの性能を比較・検証しており、表現型取得手法が研究の中心である。
abstractThe application of proximal hyperspectral sensing, using simple vegetation indices, offers an easy, fast, and non-destructive approach for assessing various plant variables related to salinity tolerance.
The strawberry ( Fragaria × ananassa Duch.) is a high-value crop with an annual cultivated area of ~500 ha in Taiwan. Over 90% of strawberry cultivation is in Miaoli County. Unfortunately, various diseases significantly decrease strawberry production. The leaf and fruit disease became an epidemic in 1986. From 2010 to 2016, anthracnose crown rot caused the loss of 30-40% of seedlings and ~20% of plants after transplanting. The automation of agriculture and image recognition techniques are indispensable for detecting strawberry diseases. We developed an image recognition technique for the detection of strawberry diseases using a convolutional neural network (CNN) model. CNN is a powerful deep learning approach that has been used to enhance image recognition. In the proposed technique, two different datasets containing the original and feature images are used for detecting the following strawberry diseases-leaf blight, gray mold, and powdery mildew. Specifically, leaf blight may affect the crown, leaf, and fruit and show different symptoms. By using the ResNet50 model with a training period of 20 epochs for 1306 feature images, the proposed CNN model achieves a classification accuracy rate of 100% for leaf blight cases affecting the crown, leaf, and fruit; 98% for gray mold cases, and 98% for powdery mildew cases. In 20 epochs, the accuracy rate of 99.60% obtained from the feature image dataset was higher than that of 1.53% obtained from the original one. This proposed model provides a simple, reliable, and cost-effective technique for detecting strawberry diseases.
Why it matches plant phenotyping methodsCNNによるイチゴ葉・果実の病徴画像認識手法を開発しており、植物の病害状態推定が研究の中心であるため。
abstractWe developed an image recognition technique for the detection of strawberry diseases using a convolutional neural network (CNN) model.
One aim of this experiment was to develop NIR calibrations for 20-grain components in 143 pigmented maize samples evaluated in four locations across New Mexico during 2013 and 2014. Based on reference analysis, prediction models were developed using principal component regression (PCR) and partial least squares (PLS). The predictive ability of calibrations was generally low, with the calibrations for methionine and glycine performing best by PCR and PLS. The second aim was to explore the relationships among grain constituents. In PCA, the first three PCs explained 49.62, 22.20, and 6.92% of the total variance and tend to align with nitrogen-containing compounds (amino acids), carbon-rich compounds (starch, anthocyanin, fiber, and fat), and sulfur-containing compounds (cysteine and methionine), respectively. Correlations among traits were identified, and these relationships were illustrated by a correlation network. Some relationships among components were driven by common synthetic origins, for example, among amino acids derived from pyruvate. Similarly, anthocyanins, crude fat, and fatty acids all share malonyl CoA in their biosynthetic pathways and were correlated. In contrast, crude fiber and starch have similar biosynthetic origins but were negatively correlated, and this may have been due to their different functional roles in structure and energy storage, respectively.
Why it matches plant phenotyping methodsNIRによる穀粒成分という植物器官形質の非破壊推定用キャリブレーションを開発し、予測性能を評価しており、成分測定法の開発が研究目的の一部として明示されています。
abstractOne aim of this experiment was to develop NIR calibrations for 20-grain components in 143 pigmented maize samples
The CO 2 and water vapor exchange between leaf and atmosphere are relevant for plant physiology. This process is done through the stomata. These structures are fundamental in the study of plants since their properties are linked to the evolutionary process of the plant, as well as its environmental and phytohormonal conditions. Stomatal detection is a complex task due to the noise and morphology of the microscopic images. Although in recent years segmentation algorithms have been developed that automate this process, they all use techniques that explore chromatic characteristics. This research explores a unique feature in plants, which corresponds to the stomatal spatial distribution within the leaf structure. Unlike segmentation techniques based on deep learning tools, we emphasize the search for an optimal threshold level, so that a high percentage of stomata can be detected, independent of the size and shape of the stomata. This last feature has not been reported in the literature, except for those results of geometric structure formation in the salt formation and other biological formations.
Why it matches plant phenotyping methods葉の顕微鏡画像から気孔を自動セグメンテーションする手法の開発が中心であり、植物の形態的形質取得に直接関わる。
titleAutomatic Stomatal Segmentation Based on Delaunay-Rayleigh Frequency Distance.
Reproduction assets foundThe paper's Supplementary Materials section explicitly states that the DRTB solution (authors' analysis code) is available online at https://github.com/mlacarrasco/drtb and that the images database (stomatal microscopy images used for phenotyping) is available at https://github.com/mlacarrasco/drtb/tree/main/database. Dataset · publicOur solution can be accessed online at https://github.com/mlacarrasco/drtb , and images database are available online at https://github.com/mlacarrasco/drtb/tree/main/database .Open asset ↗mlacarrasco/drtblines:61-134Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Plant simulation models are abstractions of plant physiological processes that are useful for investigating the responses of plants to changes in the environment. Because photosynthesis and transpiration are fundamental processes that drive plant growth and water relations, a leaf gas-exchange model that couples their interdependent relationship through stomatal control is a prerequisite for explanatory plant simulation models. Here, we present a coupled gas-exchange model for C4 leaves incorporating two widely used stomatal conductance submodels: Ball-Berry and Medlyn models. The output variables of the model includes steady-state values of CO2 assimilation rate, transpiration rate, stomatal conductance, leaf temperature, internal CO2 concentrations, and other leaf gas-exchange attributes in response to light, temperature, CO2, humidity, leaf nitrogen, and leaf water status. We test the model behavior and sensitivity, and discuss its applications and limitations. The model was implemented in Julia programming language using a novel modeling framework. Our testing and analyses indicate that the model behavior is reasonably sensitive and reliable in a wide range of environmental conditions. The behavior of the two model variants differing in stomatal conductance submodels deviated substantially from each other in low humidity conditions. The model was capable of replicating the behavior of transgenic C4 leaves under moderate temperatures as found in the literature. The coupled model, however, underestimated stomatal conductance in very high temperatures. This is likely an inherent limitation of the coupling approaches using Ball-Berry type models in which photosynthesis and stomatal conductance are recursively linked as an input of the other.
Why it matches plant phenotyping methodsC4葉のガス交換特性を推定する結合モデルを開発し、感度・信頼性・文献データ再現性・限界を検証しており、植物表現型の取得・推定手法が中心である。
abstractHere, we present a coupled gas-exchange model for C4 leaves incorporating two widely used stomatal conductance submodels: Ball-Berry and Medlyn models.
Reproduction assets foundThe authors explicitly state that a Jupyter notebook containing the model source code, calibration datasets (maize gas-exchange/SPAD measurements), and figure-generation scripts is publicly available on GitHub. The authors' Julia modeling framework (Cropbox.jl) used for the analysis is also publicly available.Code · publicA Jupyter notebook containing source code of the model with calibration datasets and scripts for producing figures presented in this paper is available at https://github.com/cropbox/plants2020 .Open asset ↗cropbox/plants2020lines:500-598Plant phenotyping relevance match · UnverifiedEurope PMC · checked 15 Sept 2026
In this work, the seed morpho-colorimetric differentiation of the Sardinian endemic species of Anchusa (Boraginaceae) was evaluated. In Sardinia, the Anchusa genus includes the following seven taxa: A. capellii , A. crispa ssp. crispa , A. crispa ssp. maritima , A. formosa , A. littorea , A. montelinasana , and A. sardoa . Seed images were acquired using a flatbed scanner and analyzed using the free software package ImageJ. A total of 74 seed morpho-colorimetric features of 2692 seed lots of seven taxa of Anchusa belonging to 17 populations were extrapolated and used to build a database of seed size, shape, and color features. The data were statistically elaborated by the stepwise linear discriminant analysis (LDA) to compare and discriminate each accession and taxon. In addition, the seed morpho-colorimetric differences among coastal and mountainous taxa were evaluated. Considering the ecological conditions, the LDA was able to discriminate among the Anchusa taxa with a correct identification of 87.4% and 90.8% of specimens for mountainous and coastal plants, respectively. Moreover, the LDA of the 17 populations of Anchusa showed a low separation among species and populations within the coastal group, highlighting how the long-distance dispersal by flotation on the sea water surface and the pollination network may influence the similarity patterns observed. In addition, a misattribution was observed for A. crispa ssp. crispa , which was misclassified as A. crispa ssp. maritima in 14.1% of cases, while A. crispa ssp. maritima was misidentified as A. crispa ssp. crispa in 21.1% of cases, highlighting a close phenotypic relationship between these two taxa. The statistical results obtained through the seed image analysis showed that the morpho-colorimetric features of the seeds provide important information about the adaptation and evolution of Anchusa taxa in Sardinia.
Why it matches plant phenotyping methods種子画像をスキャナーとImageJで解析し、サイズ・形状・色の74特徴量を抽出して識別する手法が研究の中心であり、植物器官の形態形質を定量化している。
abstractSeed images were acquired using a flatbed scanner and analyzed using the free software package ImageJ.
The objective was to explore a fast, accurate, non-destructive, and less disturbance method for predicting the aboveground biomass (AGB) of the typical steppe, by using plant height and canopy diameter of the dominant species, Stipa bungeana , Artemisia capillaris , and Lespedeza davurica , data were observed from 165 quadrats during the peak plant growing season, and the product of plant height (PH) and canopy diameter (PC) were calculated for each species. AGB of population were predicted for the same species and other species through using 2/3 of the measured data, and the optimal predictive equation was linear in terms of determination coefficient. The other 1/3 of the data, which was measured from no grazing paddocks or rotational grazing paddocks, was substituted into the predictive equations for validation. Results showed that PC of one dominant species could be used to predict aboveground biomass (AGB) of the same species or other species well. The predicted and measured values were significantly correlative, and most of the predictive accuracy was above 80%, and not affected by the managements of grassland, grazing or no grazing. A combination of 3 to 6 representative species was used to predict AGB of the community, and the predictive equations with PC of six species as an independent variable were the most optimal because explaining 83.5% variation of AGB. The predictive methods cost 1/15, 1/9, and 1/51 of time, labor, and capital as much as the destructive sample method (quadrat sampling method), respectively, and thus improved the efficiency of field study and protecting the fragile study areas, especially the long-term study sites in grassland.
Why it matches plant phenotyping methods植物高とキャノピー径から地上部バイオマスを非破壊推定する測定・予測法を開発し、独立データで検証しており、表現型取得法が中心である。
abstractThe objective was to explore a fast, accurate, non-destructive, and less disturbance method for predicting the aboveground biomass (AGB) of the typical steppe
Limited information is available regarding the physiology of squash plants grown under waterlogging stress. The objectives of this study were to investigate the growth and physiological performances of three cucurbit species, Cucurbita maxima cultivar (cv.) OK-101 (OK) and Cucurbita moschata cv. Early Price (EP) and Strong Man (SM), in response to waterlogging conditions, and to develop a precise, integrated, and quantitative non-destructive measurement of squash genotypes under stress. All tested plants were grown in a growth chamber under optimal irrigation and growth conditions for a month, and the pot plants were then subjected to non-waterlogging (control) and waterlogging treatments for periods of 1, 3, 7, and 13 days (d), followed by a 3-d post-waterlogging recovery period after water drainage. Plants with phenotypes, such as fresh weight (FW), dry weight (DW), and dry matter (DM) of shoots and roots, and various physiological systems, including relative water content (RWC), soil and plant analysis development (SPAD) chlorophyll meter, ratio of variable/maximal fluorescence ( Fv/Fm ), quantum photosynthetic yield (YII), normalized difference vegetation index (NDVI), and photochemical reflectance index (PRI) values, responded differently to waterlogging stress in accordance with the duration of the stress period and subsequent recovery period. When plants were treated with stress for 13 d, all plants exhibited harmful effects to their leaves compared with the control, but EP squash grew better than SM and OK squashes and exhibited stronger tolerance to waterlogging and showed less injury. Changes in the fresh weight, dry weight, and dry matter of shoots and roots indicated that OK plants suffered more severely than EP plants at the 3-d drainage period. The values of RWC, SPAD, Fv/Fm , YII, NDVI, and PRI in both SM and OK plants remarkably decreased at waterlogging at the 13-d time point compared with controls under identical time periods. However, the increased levels of SPAD, Fv/Fm , YII, NDVI, and PRI observed on 7 d or 13 d of waterlogging afforded the EP plant leaf with improved waterlogged tolerance. Significant and positive correlations were observed among NDVI and PRI with SPAD, Fv/Fm , and YII, indicating that these photosynthetic indices can be useful for developing non-destructive estimations of chlorophyll content in squashes when screening for waterlogging-tolerant plants, for establishing development practices for their cultivation in fields, and for enhanced cultivation during waterlogging in frequently flooded areas.
Why it matches plant phenotyping methods水logging耐性評価のため、NDVI、PRI、SPAD、蛍光指標などを統合した非破壊・定量的な植物表現型測定法の開発が目的として明示されており、方法が中心的です。
abstractand to develop a precise, integrated, and quantitative non-destructive measurement of squash genotypes under stress.
Recently, phenotyping has become one of the main bottlenecks in plant breeding and fundamental plant science. This is particularly true for plant disease assessment, which has to deal with time-consuming evaluations and the subjectivity of visual assessments. In this work, we have developed an open source Robust, User-friendy Script Tool (RUST) for semi-automated evaluation of leaf rust diseases. RUST runs under the free Fiji imaging software (developed from ImageJ), which is a well-recognized software among the scientific community. The script enables the evaluation of leaf rust diseases using a color transformation tool and provides three different automation modes. The script opens images sequentially and records infection frequency (pustules per area) (semi-)automatically for high-throughput analysis. Furthermore, it can manage several scanned leaf segments in the same image, consecutively selecting the desired segments. The script has been validated with nearly 900 samples from 80 oat genotypes ranging from resistant to susceptible and from very light to heavily infected leaves showing a high accuracy with a Lin's concordance correlation coefficient of 0.99. The analysis show a high repeatability as indicated by the low variation coefficients obtained when repeating the measurement of the same samples. The script also has optional steps for calibration and training to ensure accuracy, even in low-resolution images. This script can evaluate efficiently hundreds of leaves facilitating the screening of novel sources of resistance to this important cereal disease.
Why it matches plant phenotyping methods葉のさび病感染頻度を画像から半自動測定するソフトウェアを開発し、多数サンプルで精度と再現性を検証しており、植物表現型取得法が中心である。
abstractIn this work, we have developed an open source Robust, User-friendy Script Tool (RUST) for semi-automated evaluation of leaf rust diseases.
Powdery mildew (PM, Blumeria graminis f. sp. tritici ) is a devastating disease for wheat growth and production. It is highly meaningful that the disease severities can be objectively and accurately identified by image visualization technology. In this study, an integral method was proposed based on a hyperspectral imaging dataset and machine learning algorithms. The disease severities of wheat leaves infected with PM were quantitatively identified based on hyperspectral images and image segmentation techniques. A technical procedure was proposed to perform the identification and evaluation of leaf-scale wheat PM, specifically including three primary steps of the acquisition and preprocessing of hyperspectral images, the selection of characteristic bands, and model construction. Firstly, three-dimensional reduction algorithms, namely principal component analysis (PCA), random forest (RF), and the successive projections algorithm (SPA), were comparatively used to select the bands that were most sensitive to PM. Then, three diagnosis models were constructed by a support vector machine (SVM), RF, and a probabilistic neural network (PNN). Finally, the best model was selected by comparing the overall accuracies. The results show that the SVM model constructed by PCA dimensionality reduction had the best result, and the classification accuracy reached 93.33% by a cross-validation method. There was an obvious improvement of the identification accuracy with the model, which achieved an 88.00% accuracy derived from the original hyperspectral images. This study can provide a reference for accurately estimating the disease severity of leaf-scale wheat PM and other plant diseases by non-contact measurement technology.
Why it matches plant phenotyping methods小麦葉の病害重症度をハイパースペクトル画像と画像解析・機械学習で定量推定する方法が研究の中心であり、技術手順と精度比較による検証も行っている。
abstractan integral method was proposed based on a hyperspectral imaging dataset and machine learning algorithms.
Leaf wilting is the most common symptom of dehydration stress. Methods to analyze this phenomenon are particularly relevant to evaluate crop agronomic performance, to genetically dissect out the wilting process, and for functional analysis of genetically modified plants. In this study, a low-cost, semi-automated method to quantify leaf folding of wilting plants is described that can replace visual analysis. Standardized heat-stress conditions were applied with a thermostatic drier, on plantlets or excised leaves from three wheat genotypes (Trinakria, Cappelli, and a Water-mutant of Trinakria). The best time-temperature binomial to record both the leaf wilting and recovery phases was identified using a free time-lapse application, by a smartphone camera. The quantitative description of the wilting phenomenon was obtained through the Kinovea software, which automatically tracked the leaf angle changes over time, computed various kinematic data (angular velocity, centripetal acceleration, total degrees of displacement) and constructed the graphs. The possibility of applying standardized heat-stress conditions and quantitatively describe the leaf folding kinematics means that this instrumentation and its use represents a very low cost tool for objective phenotyping of the degree of the heat-stress tolerance of wheat and of morphologically similar species.
Why it matches plant phenotyping methodsコムギ葉の萎れ・回復を画像解析で定量化する低コスト手法の開発が研究の中心であり、葉角度の追跡によって耐熱性という植物形質を評価している。
abstracta low-cost, semi-automated method to quantify leaf folding of wilting plants is described that can replace visual analysis.
In agriculture, information about the spatial distribution of plant growth is valuable for applications. Quantitative study of the characteristics of plants plays an important role in the plants' growth and development research, and non-destructive measurement of the height of plants based on machine vision technology is one of the difficulties. We propose a methodology for three-dimensional reconstruction under growing plants by Kinect v2.0 and explored the measure growth parameters based on three-dimensional (3D) point cloud in this paper. The strategy includes three steps-firstly, preprocessing 3D point cloud data, completing the 3D plant registration through point cloud outlier filtering and surface smooth method; secondly, using the locally convex connected patches method to segment the leaves and stem from the plant model; extracting the feature boundary points from the leaf point cloud, and using the contour extraction algorithm to get the feature boundary lines; finally, calculating the length, width of the leaf by Euclidean distance, and the area of the leaf by surface integral method, measuring the height of plant using the vertical distance technology. The results show that the automatic extraction scheme of plant information is effective and the measurement accuracy meets the need of measurement standard. The established 3D plant model is the key to study the whole plant information, which reduces the inaccuracy of occlusion to the description of leaf shape and conducive to the study of the real plant growth status.
Why it matches plant phenotyping methodsKinectによる3D点群再構成と葉・茎の分割、葉面積・葉長・葉幅・草丈の自動抽出を開発・評価しており、植物表現型取得が中心である。
abstractWe propose a methodology for three-dimensional reconstruction under growing plants by Kinect v2.0 and explored the measure growth parameters based on three-dimensional (3D) point cloud in this paper.
Tea trees are kept in shaded locations to increase their chlorophyll content, which influences green tea quality. Therefore, monitoring change in chlorophyll content under low light conditions is important for managing tea trees and producing high-quality green tea. Hyperspectral remote sensing is one of the most frequently used methods for estimating chlorophyll content. Numerous studies based on data collected under relatively low-stress conditions and many hyperspectral indices and radiative transfer models show that shade-grown tea performs poorly. The performance of four machine learning algorithms-random forest, support vector machine, deep belief nets, and kernel-based extreme learning machine (KELM)-in evaluating data collected from tea leaves cultivated under different shade treatments was tested. KELM performed best with a root-mean-square error of 8.94 ± 3.05 μg cm -2 and performance to deviation values from 1.70 to 8.04 for the test data. These results suggest that a combination of hyperspectral reflectance and KELM has the potential to trace changes in the chlorophyll content of shaded tea leaves.
Why it matches plant phenotyping methods茶葉のクロロフィル含量という植物形質を、ハイパースペクトル反射と機械学習で非破壊推定する手法が研究の中心であり、複数アルゴリズムの性能比較・評価も行っている。
titleNon-Destructive Detection of Tea Leaf Chlorophyll Content Using Hyperspectral Reflectance and Machine Learning Algorithms.
Morphological variation in vegetative and fruit traits is a key determinant in unraveling phenotypic diversity. This study was designed to assess phenotypic diversity in tomatoes and examine intra- and intervarietal groups' variability using 28 conventional descriptors (CDs) and 47 Tomato Analyzer (TA) descriptors related to plant and fruit morphometry. Comprehensive phenotyping of 150 accessions representing 21 countries discerned noticeable variability for CD vegetative traits and TA quantified fruit features, such as shape, size, and color. Hierarchical cluster analysis divided the accessions into 10 distinct classes based on fruit shape and size. Multivariate analysis was used to assess divergence in variable traits among populations. Eight principal components with an eigenvalue >1 were identified by factor analysis, which contributed 87.5% variation to the total cumulative variance with the first two components contributing 32.0% and 18.1% variance, respectively. The relationship between vegetative and fruit descriptors was explained by respective CD and TA correlation networks. There was a strong positive correlation between fruit shape and size whereas negative correlations were between fruit shape index, internal eccentricity, and proximal end shape. The combined approach of CD and TA phenotyping allowed us to unravel the phenotypic diversity of vegetative and reproductive trait variation evaluated at pre- and post-harvest stages.
Why it matches plant phenotyping methodsTomato Analyzerを用いた果実形態の定量化と従来記述子を組み合わせた大規模フェノタイピングが研究の中心であり、植物形質の実質的な方法適用に該当する。
abstractThis study was designed to assess phenotypic diversity in tomatoes and examine intra- and intervarietal groups' variability using 28 conventional descriptors (CDs) and 47 Tomato Analyzer (TA) descriptors related to plant and fruit morphometry.
When a dark-adapted leaf is illuminated with saturating light, a fast polyphasic rise of fluorescence emission (Kautsky effect) is observed. The shape of the curve is dependent on the molecular organization of the photochemical apparatus, which in turn is a function of the interaction between genotype and environment. In this paper, we evaluate the potential of rapid fluorescence transients, aided by machine learning techniques, to classify plant genotypes. We present results of the application of several machine learning algorithms (k-nearest neighbors, decision trees, artificial neural networks, genetic programming) to rapid induction curves recorded in different species and cultivars of vine grown in the same environmental conditions. The phylogenetic relations between the selected Vitis species and Vitis vinifera cultivars were established with molecular markers. Both neural networks (71.8%) and genetic programming (75.3%) presented much higher global classification success rates than k-nearest neighbors (58.5%) or decision trees (51.6%), genetic programming performing slightly better than neural networks. However, compared with a random classifier (success rate = 14%), even the less successful algorithms were good at the task of classifying. The use of rapid fluorescence transients, handled by genetic programming, for rapid preliminary classification of Vitis genotypes is foreseen as feasible.
Why it matches plant phenotyping methodsRapid chlorophyll fluorescenceを用いたブドウ遺伝型の分類手法と機械学習性能を評価しており、植物フェノタイピング手法が研究の中心である。
abstractwe evaluate the potential of rapid fluorescence transients, aided by machine learning techniques, to classify plant genotypes.
Fruits are the dominant sinks for assimilates. At optimal conditions, assimilates supply can meet the demand of fruits and those of the vegetative organs; however, extreme circumstances such as strong sink strength or an environmental stress may disturb this fine balance. While most studies focus on aboveground parameters, information regarding root growth dynamics under variable sink strength are scarce. The objective of this study was to evaluate the effect of sink strength (represented by fruit load) and salinity on bell-pepper root development. Three levels of fruit load were combined with two salinity levels in plants grown in an aeroponic system. Root growth was determined both by root capacitance and destructive measurements. Salinity and sink strength significantly affected root, shoot and fruit growth dynamics. Root growth was less affected by fruit load. Salinity stress was negatively associated with shoot growth, but after an acclimation period, salinity enhanced root development. Additionally, this study shows for the first time that root capacitance is a valid approach for non-destructive measurement of root development in aeroponic systems. The good correlation measured by us (r 2 0.86) opens new opportunities for continuous root growth monitoring in aeroponic systems in the future.
Why it matches plant phenotyping methods根の発達を評価する生物学的実験が主目的だが、根容量法の非破壊的な根成長測定法としての妥当性を明示的に検証しており、方法論的貢献が中心的に含まれるため。
abstractRoot growth was determined both by root capacitance and destructive measurements.
In this study, five allometric models were used to estimate the single leaf area of three well-known medicinal and aromatic plants (MAPs) species, namely basil ( Ocimum basilicum L.), mint ( Mentha spp.), and sage ( Salvia spp.). MAPs world production is expected to rise up to 5 trillion US$ by 2050 and, therefore, there is a high interest in developing research related to this horticultural sector. Calibration of the models was obtained separately for three selected species by analyzing (a) the cultivar variability-i.e., 5 cultivars of basil (1094 leaves), 4 of mint (901 leaves), and 5 of sage (1103 leaves)-in the main two traits related to leaf size (leaf length, L, and leaf width, W) and (b) the relationship between these traits and single leaf area (LA). Validation of the chosen models was obtained for each species using an independent dataset, i.e., 487, 441, and 418 leaves, respectively, for basil (cv. 'Lettuce Leaf'), mint (cv. 'Comune'), and sage (cv. 'Comune'). Model calibration based on fast-track methodologies, such as those using one measured parameter (one-regressor models: L, W, L 2 , and W 2 ) or on more accurate two-regressors models (L × W), allowed to achieve different levels of accuracy. This approach highlighted the importance of considering intra-specific variability before applying any models to a certain cultivar to predict single LA. Eventually, during the validation phase, although modeling of single LA based on W 2 showed a good fitting (R 2 basil = 0.948; R 2 mint = 0.963; R 2 sage = 0.925), the distribution of the residuals was always unsatisfactory. On the other hand, two-regressor models (based on the product L × W) provided the best fitting and accuracy for basil (R 2 = 0.992; RMSE = 0.327 cm 2 ), mint (R 2 = 0.998; RMSE = 0.222 cm 2 ), and sage (R 2 = 0.998; RMSE = 0.426 cm 2 ).
Why it matches plant phenotyping methods葉長・葉幅から単葉面積を推定するモデルを開発・校正し、独立データで検証しており、植物形質の取得・推定法が研究の中心である。
abstractfive allometric models were used to estimate the single leaf area
Plant diseases affect the growth of their respective species, therefore their early identification is very important. Many Machine Learning (ML) models have been employed for the detection and classification of plant diseases but, after the advancements in a subset of ML, that is, Deep Learning (DL), this area of research appears to have great potential in terms of increased accuracy. Many developed/modified DL architectures are implemented along with several visualization techniques to detect and classify the symptoms of plant diseases. Moreover, several performance metrics are used for the evaluation of these architectures/techniques. This review provides a comprehensive explanation of DL models used to visualize various plant diseases. In addition, some research gaps are identified from which to obtain greater transparency for detecting diseases in plants, even before their symptoms appear clearly.
Why it matches plant phenotyping methods植物病害症状の可視化・検出・分類に用いる深層学習手法を体系的に扱うレビューであり、植物の病害状態を画像から推定する方法が中心です。
titlePlant Disease Detection and Classification by Deep Learning.
In this study, different standard frequency analysis (FA) methods are applied to measured leaf temperature data of maize plants (developmental stages EC13-15). These FA methods are used to identify specific behaviors, regularities, and sudden changes in frequencies/amplitudes of data, e.g., in control engineering. The thorough application of different FA methods in plant studies is novel. The aim of this paper is to analyze features of the measured data and to explore the explanatory power of different methods for the detection of plant dynamic behavioral changes. The basic assumption is an expected relation between plant water stress and resulting changes in leaf temperature oscillations caused by stress-induced changes in stomatal behavior. Therefore, an irrigation experiment (laboratory; controlled environmental conditions) was implemented to compare leaf temperature behavior of stressed and unstressed plants. Leaf temperature time series are processed and the results are compared as functions of time showing the behavioral changes in terms of the different methods applied. The analysis of results is explained; conclusions, which can be made based on different methods, are given. The study confirms the applicability of FA methods and provides new insights into leaf temperature behavioral patterns. Results are discussed regarding the hypothesized incipience of leaf temperature oscillations due to water stress.
Why it matches plant phenotyping methodsトウモロコシの葉温時系列から水ストレスに伴う動的な植物状態を検出するため、周波数解析手法を中心的に適用・評価しており、単なる routine 測定ではない。
abstractdifferent standard frequency analysis (FA) methods are applied to measured leaf temperature data of maize plants
Cellulose synthesis at the plasma membrane is a critical process in plant growth and development. The displacement of cellulose synthase complexes (CSCs) by the rigid cellulose polymers they produce is a measure of enzyme activity. Connections between cortical microtubules and CSCs have been identified but it remains unclear how these affect CSC displacement speed. In this study, we applied a high throughput automated particle tracking method using near-total internal reflection fluorescence microscopy to measure the speed of CSCs. We found CSC speeds did not vary according to their proximity to microtubules, and that inhibiting microtubule polymerization could have opposite effects on CSC speed, depending on the nature of inhibition. While CSC speed increased in the temperature-sensitive mor1-1 mutant, it decreased after treatment with the drug oryzalin. Moreover, introducing the mor1-1 mutation into the CesA1 mutant any1 increased CSC speed, suggesting that microtubule dynamics affect CSC speed by a mechanism other than Cellulose Synthase A (CesA) catalytic activity. CSC speed varied widely in a range of mutants with reduced growth anisotropy, indicating that the relationship between CSC speed and anisotropy is complex. We conclude that microtubules affect CSC speed by finely tuned mechanisms that are independent of their physical association with CSCs.
Why it matches plant phenotyping methods植物細胞内のセルロース合成複合体の移動速度という表現型を、高スループット自動粒子追跡と蛍光顕微鏡で測定する方法が研究の中心であり、植物成長関連の状態を定量化している。
abstractwe applied a high throughput automated particle tracking method using near-total internal reflection fluorescence microscopy to measure the speed of CSCs.
Global food security for the increasing world population not only requires increased sustainable production of food but a significant reduction in pre- and post-harvest waste. The timing of when a fruit is harvested is critical for reducing waste along the supply chain and increasing fruit quality for consumers. The early in-field assessment of fruit ripeness and prediction of the harvest date and yield by non-destructive technologies have the potential to revolutionize farming practices and enable the consumer to eat the tastiest and freshest fruit possible. A variety of non-destructive techniques have been applied to estimate the ripeness or maturity but not all of them are applicable for in situ (field or glasshouse) assessment. This review focuses on the non-destructive methods which are promising for, or have already been applied to, the pre-harvest in-field measurements including colorimetry, visible imaging, spectroscopy and spectroscopic imaging. Machine learning and regression models used in assessing ripeness are also discussed.
Why it matches plant phenotyping methods果実の成熟度・収穫時期・収量を非破壊的に推定する植物フェノタイピング手法を中心に扱うレビューであり、方法論的役割が明確です。
abstractThis review focuses on the non-destructive methods which are promising for, or have already been applied to, the pre-harvest in-field measurements including colorimetry, visible imaging, spectroscopy and spectroscopic imaging.