ArabidopsisRootMorphology / geometry measurementSegmentationRoot system architecture
Introduction Plant parasitism by sedentary plant-parasitic nematodes is a dynamic and continuously evolving process, accompanied by profound remodelling of host root system architecture across distinct infection stages. However, the physiology and anisotropic growth of Arabidopsis thaliana roots under Heterodera schachtii infection, together with complex lateral root proliferation and increasingly dense, overlapping morphology, pose substantial challenges for accurate image segmentation. Methods Here, we introduce Root-TransUNet, an optimised segmentation architecture that extends TransUNet by incorporating a composite loss function to improve boundary precision and structural continuity, as well as dual-stage strip-pooling (SP) modules to enhance elongated and directional root features. These adaptations address the unique morphological complexity of the infected root system. Additionally, we integrated Root-TransUNet into a high-throughput phenotyping pipeline and applied it to an existing dataset of ~120,000 images of 362 A. thaliana MAGIC recombinant inbred lines collected over several months of infection. By extracting root system architecture traits, including root surface area and estimated root volume across infection stages, we enabled stage-specific association analyses between host root growth and nematode performance across these genotypes. Results Root-TransUNet achieved strong segmentation performance, demonstrating improved structural continuity and boundary precision compared with widely used CNN- and Transformer-based baselines, including UNet++. Stage-specific analyses revealed that the relationship between host root traits and nematode performance changed as infection progressed. During establishment, nematode number was largely independent of initial root size and varied strongly among genotypes, whereas during the reproductive phase (10-30 dpi), greater root expansion coincided with reduced estimated nematode volume accumulation. Notably, nematode burden was largely independent of host root size before infection, indicating that root quantity was generally not a limiting factor for infection in this experiment. Discussion These results demonstrate that Root-TransUNet can robustly segment infected root systems across a wide range of nematode infection densities, providing a scalable image-analysis framework for studying plant-parasitic nematode parasitism in combination with host root phenotyping.
Why it matches plant phenotyping methods感染根系の画像セグメンテーション手法を開発し、高スループット表現型解析パイプラインに統合して根系形態形質を抽出しており、表現型取得・抽出法が中心的である。
abstractHere, we introduce Root-TransUNet, an optimised segmentation architecture that extends TransUNet by incorporating a composite loss function to improve boundary precision and structural continuity, as well as dual-stage strip-pooling (SP) modules to enhance elongated and directional root features.
Reproduction assets foundThe paper analyzes a public BioImages dataset (S-BIAD2402) of ~400,000 RGB root/nematode infection images and provides authors' analysis code on GitHub; both are paper-specific, public, and actionable.Code · publicng molecular signatures, deepening our understanding of host-parasite resource allocation strategies, and establishing a foundation for the discovery of novel resistance mechanisms.
Code and data availability
Python-based source code for automating root analysis using the datasets above is accessible via our GitHub repository ( https://github.com/JieZhou1025/Root-nematode-interaction ).
Statements
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.ebi.ac.uk/biostudies/bioimages/studies/S-BIAD2402 .
Ethics statement
The manuscript presents research on animals that do not require ethical approval for their study.
AuthorOpen asset ↗JieZhou1025/Root-nematode-interactionlines:412-424Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Rice panicle blast detection is an important task in plant disease phenotyping. Field-based detection remains challenging because infected spike regions are often small, sparse, elongated, and affected by overlapping panicles, complex backgrounds, and variable illumination. In this study, we propose RPB-YOLO11, a lightweight YOLO11-based detector designed for rice panicle blast detection. The model uses a Lightweight Ghost Backbone (LGB) to reduce redundant computation. It uses Anisotropic Axial Stripe Attention (A2SA) to represent elongated panicle structures. It also uses Focal Multi-Scale Attention (FMSA) for multi-scale feature refinement and Adaptive Geometric Shape IoU (AGS-IoU) for geometry-aware localization. The model was trained and evaluated on a rice panicle image dataset containing 1,055 training images, 69 validation images, and 169 test images. On the test set, RPB-YOLO11 achieved 76.09% mAP50, 45.44% mAP50-95, 73.98% precision, and 72.75% recall with 6.21 GFLOPs. Compared with the YOLO11n baseline, it improved mAP50, mAP50-95, precision, and recall by 2.73, 2.12, 1.64, and 2.11 percentage points, respectively. An Android-oriented inference application supports local image inference, detection visualization, class counting, and diseased-panicle incidence estimation. These results suggest that RPB-YOLO11 provides a practical approach for image-based rice panicle blast survey.
Why it matches plant phenotyping methodsイネ穂いもちの画像検出モデルを開発・比較検証し、罹病穂率を推定する実用アプリまで構築しており、植物病害状態の画像ベース表現型取得が中心である。
abstractIn this study, we propose RPB-YOLO11, a lightweight YOLO11-based detector designed for rice panicle blast detection.
Reproduction assets foundThe paper links a public Hugging Face dataset used to establish the rice panicle blast detection dataset and a public GitHub release (data availability statement) containing the study's datasets/models.Dataset · publicsites, cultivars, growth stages, imaging conditions, and disease severities are still needed to evaluate generalization more fully.
Statements
Data availability statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://github.com/XuzheYang2Doc/RPB-YOLO11/releases/tag/rpb-yolo11 .
Author contributions
XY: Data curation, Formal analysis, Investigation, Methodology, Software, Validation, Visualization, Writing – original draft, Writing – review & editing. XZ: Conceptualization, Methodology, Visualization, Writing – original draft, Writing – review & editing. CX: Formal analysisOpen asset ↗XuzheYang2Doc/RPB-YOLO11 · rpb-yolo11lines:639-658Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Accurate classification of unsound wheat kernels is important for automated grain quality assessment, but improved recognition performance often comes at the cost of increased model complexity. Methods This study presents ECA-ModNet, a parameter-efficient convolutional network derived from EfficientNetV2-S. The architecture replaces two early-stage Fused-MBConv blocks with Mod-FusedMBConv blocks to introduce input-dependent local contextual modulation and replaces the squeeze-and-excitation modules in later stages with efficient channel attention to model local cross-channel interactions using fewer attention-related parameters. Experiments were conducted on the seven-class G600 wheat subset of the GrainSpace dataset. Results Across three independent runs, ECA-ModNet achieved an accuracy of 90.17 ± 0.21% and a macro-F1 score of 90.23 ± 0.21%, improving upon EfficientNetV2-S by 3.80 and 3.84 percentage points, respectively. The parameter count decreased from 20.19M to 16.49M, while FLOPs increased marginally from 2.90G to 2.95G. ECA-ModNet achieved accuracy statistically comparable to that of ConvNeXt-Tiny and InceptionNeXt-T while using substantially fewer parameters, and obtained 3.03-4.55 percentage points higher mean accuracy than six lightweight baselines. Discussion Ablation experiments identified two Stage 1 Mod-FusedMBConv blocks with a 3×3 context kernel as the configuration with the highest mean accuracy among those evaluated. These results indicate that ECA-ModNet offers a favorable accuracy-parameter trade-off for image-based classification of unsound wheat kernels.
Why it matches plant phenotyping methods小麦粒の状態(unsound kernel)を画像から分類するためのCNNを開発・比較・アブレーション評価しており、植物器官の状態推定手法が研究の中心である。
abstractThis study presents ECA-ModNet, a parameter-efficient convolutional network derived from EfficientNetV2-S.
Reproduction assets foundThe paper analyzes the public GrainSpace dataset (G600 seven-class unsound wheat kernel subset) and provides an explicit data availability statement with a public GitHub URL. No author analysis code or trained model deposit is stated.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://github.com/hellodfan/GrainSpace .Open asset ↗hellodfan/GrainSpacelines:1035-1076Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction Applying general-purpose vision-language models (VLMs) to crop disease diagnosis presents three critical bottlenecks: reliance on large-scale annotated data, the high computational cost of full finetuning, and existing adaptation methods designed mainly for discriminative classification without sufficient visual-linguistic interaction for generative diagnosis. Methods We propose BLAP, an adaptive multi-scale visual prompt fine-tuning framework built upon BLIP-2. BLAP introduces an adaptive visual prompt fusion module (APFM) with learnable prompt vectors and a gating mechanism, together with a multi-scale pyramid feature fusion module (PFM). All BLIP-2 backbone parameters are frozen, and only 0.11% of the model parameters are optimized. Results On a few-shot dataset comprising 990 images from 11 crops and 33 disease categories, BLAP achieved 92.78% recognition accuracy, outperforming the BLIP-2+LoRA baseline by 21.67 percentage points. BLEU-4 and ROUGE-L scores reached 0.6507 and 0.7184, respectively, while inference latency increased by only 2.15%. Discussion BLAP provides a lightweight solution that balances accuracy, efficiency, and interpretability for crop disease diagnosis in resource-constrained settings. The proposed dynamic prompt fusion and multiscale pyramid adaptation strategy may also be extended to parameter-efficient fine-tuning of visionlanguage models in other domain-specific applications.
Why it matches plant phenotyping methods作物病害画像から病徴・病害状態を推定する視覚モデル適応手法BLAPの開発と評価が中心であり、植物病害フェノタイピング手法に該当する。
abstractWe propose BLAP, an adaptive multi-scale visual prompt fine-tuning framework built upon BLIP-2.
Reproduction assets foundThe paper's few-shot crop disease dataset (990 images, 11 crops, 33 classes) is compiled entirely from four public Mendeley Data image repositories, each cited in Table 1 as the data source for specific crop/disease classes. These are the plant image inputs directly used for this paper's phenotyping/analysis. No authorDataset · publicncluding laboratory and field environments (Approximately 45% of them were captured in field environments), to enhance sample representativeness and model robustness.
Table 1
The number of collected diseases or healthy image data for each crop.
Crop
Disease
No. of images
Collection conditions
Data source
Apple
Apple scab
30
Lab
https://data.mendeley.com/datasets/tywbtsjrjv/1
Cedar apple rust
30
Lab
https://data.mendeley.com/datasets/tywbtsjrjv/1
Healthy
30
Lab
https://data.mendeley.com/datasets/tywbtsjrjv/1
Cashew
Healthy
30
Lab
https://data.mendeley.com/datasets/8fr7grr73p/1
Leaf miner
30
Lab
https://data.mendeley.com/datasets/8fr7grr73p/1
Red rust
30
Lab
https://data.mendeley.com/datasets/Open asset ↗lines:37-116Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Sustainable wheat farming is challenging. Real-time information on crop health, disease transmission, and anticipated yields is essential for farmers. However, they frequently use slow, expensive, or non-communicative tools. This project develops a workable solution. There is no need for massive server farms because the entire system operates on a single graphics card. It incorporates images of wheat fields, Indian farming notes, greenhouse records, harvest statistics, and NASA meteorological data. Consider them as various “eyes” for crop photo analysis, and we tried several lightweight computer vision models. ConvNeXt-Tiny was slower but could operate on older equipment with 75% accuracy; EfficientNetB0 recognised wheat heads with 92% accuracy; and AgroMark, a hybrid solution that merged photo analysis with agricultural metadata (soil type, rainfall, increased to 87%, etc. Combining picture analysis with attention mechanisms (CBAM) allowed us to anticipate the amount of wheat that a field will yield based on these photo insights, and the results showed that our predictions were accurate, with an R 2 score of 0.97. Additionally, we developed a versatile detector that simultaneously detects disease, stress, head count, and pests. It is adjusted to deal with training data that is unbalanced (some diseases are common, while others are rare). As we packed everything into a 16-GB graphics card, we spent real time determining which strategies smaller training sets, removing weak features, and adjusting loss functions, work. We encounter real-world obstacles along the road, such as photographs from different locations not always match, mislabeled photographs from different locations not always match, mislabeled diseases, and neglected rare pests. Our step-by-step instructions, charts, and code are available.
Why it matches plant phenotyping methods小麦画像から病害・ストレス・穂数・収量などの植物形質・状態を推定するマルチモーダル手法を開発し、複数モデルの精度比較と実装上の検証を行っており、表現型取得・推定が研究の中心である。
abstractThis project develops a workable solution.
Reproduction assets foundThe paper builds its multimodal wheat phenotyping analysis on several explicitly cited public data assets: the Kaggle Wheat Plant Diseases image dataset (used for disease classification, Tables 2 and 9), the Global Wheat Head Detection dataset (used for head detection, Tables 1 and 6), FAOSTAT and India Open GovernmentDataset · publicAvailable online at: https://www.fao.org/faostat/ . FAOSTAT statistical database.Open asset ↗lines:1110-1162Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Field / plotLeafClassificationStress / disease detectionDisease symptoms / severity
Automated plant disease recognition from field photographs remains challenging: models trained on laboratory datasets collapse on in-the-wild images, and the current state of the art on PlantWild-the largest open in-the-wild benchmark (18,542 images, 89 classes)-relies on text prototypes derived from a language model to reach 76.18% top 1 accuracy. We ask whether text supervision is truly necessary or whether the bottleneck is the diversity of the visual representation. Our central methodological finding is that backbone selection and fusion matter far more than classifier-head engineering : across 118 experiments, a simple fixed-weight linear-prototype combination on top of three complementary frozen backbones yields larger and more reproducible gains than any head-level adaptive routing mechanism we test. Specifically, through a systematic study of six frozen vision backbones (three CLIP, two DINOv3, and one DINOv2), three classifier heads, and four fusion configurations, completed in a single day on one consumer GPU, we establish three findings. (i) A single self-supervised backbone (DINOv2 ViT-L/14) already surpasses text-augmented MVPDR (77.56% vs. 76.18%). (ii) Concatenating three complementary backbones (DINOv2 + DINOv3 + CLIP) reaches 80.23% ± 0.41% (five seeds), exceeding the published MVPDR accuracy by +4.05 points and our own reproduction of MVPDR under an identical evaluation protocol by +7.96 points, without any language supervision. (The difference between the two deltas reflects evaluation-protocol differences-our split, model-selection criterion, and training schedule-rather than any discrepancy in the reported numbers; see Section 4.6.6 for a full reconciliation.) (iii) Every form of learned routing we test-per-class gating, backbone gating, sample-wise gating-is inessential; the gain is entirely attributable to backbone diversity and a simple linear-prototype scoring combination. On the smaller PlantDoc benchmark, the same principle transfers but with substantially higher seed variance: the best configuration reaches 80.09% at a favourable seed but 76.97% ± 1.48% over five seeds-a suggestive rather than robust gain. Beyond the accuracy headline, we provide a pathology-aware per-class analysis showing that DINOv2/v3 dominate on fine-texture lesion classes (rusts, mildews, and leaf spots) whilst CLIP's narrow advantage concentrates on organ/species-level identification (rice leaf and potato late blight). All primary claims are validated over five seeds, and all code, feature caches, and result files are released for full reproducibility.
Why it matches plant phenotyping methods植物病害の画像認識を対象に、複数の視覚基盤モデル融合と分類器を体系比較・検証しており、病害状態の推定手法が研究の中心である。
abstractOur central methodological finding is that backbone selection and fusion matter far more than classifier-head engineering
Reproduction assets foundThe paper states that its code, cached features, and result files will be released, but no authors' public URL or repository is provided in the supplied blocks (future-tense availability language only). The DINOv3 GitHub link and OpenReview link are third-party backbone resources, not paper-specific assets.Code · publicAll primary claims are validated over five seeds, and all code, feature caches, and result files are released for full reproducibility.Open asset ↗lines:332-335Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
TomatoLiDAR / point cloudLeafMorphology / geometry measurementSegmentationLeaf traits
Leaf parameters are crucial indicators reflecting the growing status of plants. Monitoring and analysis of leaf parameters significantly contributes to the improvement of crop yield and food quality. This study focused on three tomato plant varieties commonly grown in the Netherlands and proposed a fully automatic pipeline for leaf phenotyping. Three-dimensional (3D) point clouds of target plants were acquired with a specially designed imaging unit naming Maxi-Marvin. A semantic segmentation of plant organs was performed with PointNet++ model. To mitigate point cloud resolution decrement, the down-sampling operation in the baseline model was replaced with a distributed segmentation strategy. Leaf instances were further identified with Density-Based Spatial Clustering of Applications with Noise (DBSCAN), followed by a morphological phenotypic trait quantification based on 3D geometrical analysis. Target phenotypic traits including leaf length, leaf width, and leaf area. The evaluation results indicated that the distributed segmentation strategy achieved the best F 1 scores of 0.98 with block size set to 30,000. The Mean Average Errors (MAE) of leaf length, leaf width, and leaf area estimation were 2.09 cm, 1.78 cm and 8.98 cm 2 respectively. The estimation accuracies for leaf length, leaf width, and leaf area were 91.98%, 92.66%, and 89.67%, respectively.
Why it matches plant phenotyping methodsトマト葉の3D画像取得、器官セグメンテーション、葉インスタンス識別、形態形質推定を統合した自動フェノタイピング手法を開発・評価しており、方法が研究の中心です。
abstractproposed a fully automatic pipeline for leaf phenotyping
Reproduction assets foundThe paper's tomato point cloud dataset (with semantic and leaf instance annotations used for the phenotyping pipeline) is publicly available on Kaggle via a footnote. NPEC website is a facility page, and Open3D is a generic library, so neither qualifies.Dataset · public2. ^ The dataset used in this study is available at: https://www.kaggle.com/datasets/xinbolai/vtc-tomatoOpen asset ↗Kaggle · xinbolai/vtc-tomatolines:545-624Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Introduction This study evaluates the applicability of digital morphometric analysis to images of archaeological carbonized olive endocarps as a proof-of-concept initial approach for archaeobotanical investigations. Conventional morphometric analyses of olive endocarps largely rely on manual measurements, limiting reproducibility and quantitative comparison. Methods Ten archaeological endocarps were selected from previously published archaeological assemblages based on the integrity of their outlines, apex-base morphology and overall preservation quality. Quantitative descriptors describing endocarp size, symmetry, curvature and contour geometry were extracted using the OliveID software and compared with a modern morphometric reference database comprising Greek and international olive cultivars. Results Reliable contour extraction and quantitative descriptor computation were successfully achieved for all archaeological specimens despite carbonization. Preliminary comparison of representative morphometric descriptors showed that the archaeological specimens were positioned within the morphometric variation observed among the modern reference collection. Hierarchical clustering consistently associated the archaeological endocarps with the modern Throumbolia morphotype, while distinguishing them from elongated, globular and mucro-bearing cultivars. Discussion These findings demonstrate the feasibility of applying digital image-based morphometric analysis to sufficiently preserved archaeological carbonized olive endocarps and indicate a similar morphometric affinity between the analyzed archaeological material and the modern Throumbolia cultivar. This proof-of-concept study highlights the potential of digital morphometric approaches for quantitative archaeobotanical investigations of archaeological olive remains, while emphasizing the need for larger archaeological datasets and standardized image acquisition to further validate the observed morphometric similarity.
Why it matches plant phenotyping methodsOliveIDを用いて炭化オリーブ内果皮の輪郭からサイズ、対称性、曲率、形状記述子を抽出し、デジタル画像形態計測の適用可能性と再現性を評価している。植物器官の形質抽出法が研究の中心である。
abstractThis study evaluates the applicability of digital morphometric analysis to images of archaeological carbonized olive endocarps as a proof-of-concept initial approach for archaeobotanical investigations.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicThe quantitative measurements of the archaeological specimens are presented in Supplementary Table 2 , whereas the corresponding mean values and standard errors for the modern cultivars are provided in Supplementary Table 3 .Open asset ↗lines:311-320Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Phenotyping high-biomass perennial crops is laborious and the rate of genetic gain in conventional perennial crop breeding programs is typically low. So, it is especially important to identify methods that produce efficiency gains in the breeding process. Miscanthus is a C4 perennial grass with favorable characteristics for producing biomass as a feedstock for biofuels and diverse bio-based products. Increasing biomass yield will increase profitability and environmental benefits, so it is a key target for Miscanthus breeding. In addition, the identification of well-adapted genotypes across a wide range of environmental conditions requires the establishment of multi-environment trials (METs). Sparse testing is a genomic prediction-based strategy that reduces the phenotyping costs in METs by selecting a subset of genotypes to evaluate in a subset of environments and then predicts the performance of the unobserved genotype-environment combinations. A Miscanthus sacchariflorus (MSA) population comprising 336 genotypes observed across three environments was analyzed implementing sparse testing designs. Three prediction models considering main effects (environments, genotypes, genomic) and interaction effects (genotype-by-environment; G×E interaction) were implemented for forecasting dry biomass yield (YDY), total culm (TCM), average internode length (AIL), and culm node number (CNN). Multiple calibration sets based on different compositions and sizes were considered to evaluate performance in terms of the predictive ability (PA) and the mean square error (MSE) for a fixed testing set size. The training set size ranged from 52 to 112 to predict a fixed set of 224 unobserved genotypes across all three environments. The results showed that the model accounting for G×E interaction consistently presented the highest PA and the lowest MSE: for CNN (PA: ~0.77, MSE: ~0.5) and YDY (PA: ~0.70, MSE: ~1.3) while for TCM and AIL these ranged from ~0.28 to 0.41 and ~1.3 to 4.3, respectively. Overall, varying training sets and allocation strategies did not affect PA and MSE, with 52 non-overlapping and 0 overlapping genotypes per environment as the optimal cost-effective allocation framework. This suggests that implementing sparse testing designs could significantly reduce phenotyping costs by fivefold, without compromising PA in breeding programs for perennial crops such as Miscanthus .
Why it matches plant phenotyping methodsスパーステスト設計とゲノム予測を用いて、複数環境での植物形質予測と表現型測定コスト削減を評価しており、表現型取得・予測手法が研究の中心である。
abstractSparse testing is a genomic prediction-based strategy that reduces the phenotyping costs in METs by selecting a subset of genotypes to evaluate in a subset of environments and then predicts the performance of the unobserved genotype-environment combinations.
Reproduction assets foundThe paper's data availability statement points to a public figshare deposit (DOI 10.6084/m9.figshare.31796794) containing the datasets analyzed in this Miscanthus sparse-testing genomic prediction study, including the phenotypic and genotypic data used for the models.Dataset · publicThe datasets analyzed for this study can be found in the figshare repository at https://doi.org/10.6084/m9.figshare.31796794 .Open asset ↗figshare · 10.6084/m9.figshare.31796794lines:603-621Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Introduction Timely and accurate detection of plant diseases is essential for ensuring global food security and supporting sustainable agriculture. Conventional diagnostic approaches, such as manual inspection and laboratory testing, are often time-consuming, labor-intensive, and impractical for large-scale or remote agricultural environments. Although deep learning models, particularly Convolutional Neural Networks (CNNs), have significantly improved automated plant disease classification, they often lack interpretability and struggle to generalize under diverse field conditions. Methods This study proposes AgriX-SENet, an explainable deep learning framework that integrates Squeeze-and-Excitation (SE) blocks with a DenseNet121 backbone to enhance disease classification performance. The SE blocks recalibrate channel-wise feature responses to emphasize disease-relevant information while suppressing background noise. To improve model transparency, Grad-CAM, SHAP, and LIME were incorporated to provide visual and feature-level explanations of the model’s predictions. The framework was trained and evaluated using the Plant Pathology 2020 dataset containing four classes: healthy, rust, scab, and multiple diseases. Results AgriX-SENet achieved a training accuracy of 97.47% and a validation accuracy of 95.07%, outperforming fourteen state-of-the-art deep learning models. The classification report demonstrated high precision and recall across most disease categories, although the scab class exhibited comparatively lower recall, indicating an opportunity for further improvement. The explainability analyses consistently showed that the model focused on pathologically relevant regions of leaf images, validating the reliability of its predictions. Discussion The proposed AgriX-SENet framework effectively combines high classification performance with model interpretability, addressing a key limitation of existing CNN-based plant disease detection systems. Its ability to provide accurate and explainable predictions makes it a promising solution for scalable agricultural diagnostics. Future work will focus on improving classification performance for challenging disease categories and optimizing the framework for deployment on mobile and edge computing devices to enable real-time field applications.
Why it matches plant phenotyping methods葉画像から植物病害状態を推定する説明可能な深層学習フレームワークを開発・評価しており、植物表現型取得・判定手法が中心である。
abstractThis study proposes AgriX-SENet, an explainable deep learning framework that integrates Squeeze-and-Excitation (SE) blocks with a DenseNet121 backbone to enhance disease classification performance.
Reproduction assets foundThe paper trains and evaluates AgriX-SENet on the public Plant Pathology 2020 (FGVC7) Kaggle image dataset, which is the paper-specific plant image input for its disease-classification measurements. No author analysis code, trained model checkpoints, or supplementary code/data deposit is mentioned; the data statement (Dataset · publicPlant Pathology 2020 - Fgvc7 . Available online at: https://www.kaggle.com/competitions/plant-pathology-2020-fgvc7/data .Open asset ↗Kaggle · plant-pathology-2020-fgvc7lines:895-974Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Rice stem internal structure is a critical micro-phenotype influencing lodging resistance and yield; however, its analysis remains constrained by labor-intensive manual methods. Here, we present a publicly available dataset of 686 rice stem cross-sections, with 21,027 large vascular bundles (LVBs) and 19,342 small vascular bundles (SVBs) manually annotated. Five deep learning architectures were systematically evaluated, among which UNet-VGG16 achieved the best performance with a mean intersection over union (mIoU) of 87.4% (82.49% for LVBs and 74.41% for SVBs). An improved model, UNet-ECA-Bio, further raised mIoU to 89.32% and SVB IoU to 78.97% by integrating Efficient Channel Attention (ECA) and biologically informed class weighting using an image-level dataset. Leveraging these high-accuracy phenotypic predictions, genome-wide association studies (GWAS) indicated concordance between annotated and predicted traits, with SNP overlap rates of 96% (LVB count: 1,217/1,262), 43% (SVB count: 6/14), 98% (stem area: 122/124), and 100% (cavity area: 3/3) at −log10(p) ≥ 6. Meanwhile, compared with manual annotation (estimated 10–30 minutes per image), the proposed approach processed all 686 images within 10 minutes, representing a >600-fold increase in throughput. We further developed a user-friendly software tool, “Rice_Stem_Pre_V1.1.exe,” for automated phenotyping of 14 stem traits, providing a cost-effective platform for genetic studies of lodging resistance and yield improvement.
Why it matches plant phenotyping methodsイネ茎維管束の画像から複数の表現型形質を自動抽出する深層学習モデル、データセット、検証、ソフトウェアを中心的に開発しており、明確な植物フェノタイピング手法研究である。
abstractwe present a publicly available dataset of 686 rice stem cross-sections, with 21,027 large vascular bundles (LVBs) and 19,342 small vascular bundles (SVBs) manually annotated.
Detecting cotton leaf diseases in open-field environments is challenging due to cluttered backgrounds, scale variation, and irregular lesion morphology. Conventional detectors rely on isotropic receptive fields and coupled box-regression losses, which limit their ability to localize elongated lesions with poorly defined boundaries. We present an anisotropic boundary-aware detection framework that propagates high-frequency boundary information across four successive pipeline stages. In the backbone, an Anisotropic Morphological Contrast Aggregation module (AMCA) enhances direction-aware representation and lesion-background contrast via re-parameterizable strip convolutions and high-frequency residual extraction. A Dynamic Semantic Boundary Transfer mechanism (DSBT) then captures boundary priors from shallow layers before they are lost to downsampling and injects them into the neck. A Morphological-Spectral Synergistic Feature Pyramid Network (MFS-FPN) preserves these cues during multi-scale fusion through spatial-domain operations compatible with edge hardware. Finally, an Anisotropic Boundary-Decoupled IoU loss (ABD-IoU) independently penalizes each of the four box boundaries and sustains optimization signals in high-IoU regimes via a logarithmic modulation factor. On the self-constructed Complex Cotton Leaf Disease dataset (CCLD; 6,856 images, 6 classes), the method achieves 78.50% mAP@50 and 65.00% mAP@50:95, improving the YOLOv11n baseline by 4.80% and 2.70% with only 2.73 M parameters at 202 FPS. Cross-domain evaluations on PlantDoc and RWD confirm consistent improvements. The framework runs in real time on NVIDIA Jetson edge platforms with INT8 quantization.
Why it matches plant phenotyping methods綿花葉の病斑・病害状態を画像から検出する手法を開発し、複数データセットとベースラインで性能検証しているため、植物表現型取得が中心である。
abstractWe present an anisotropic boundary-aware detection framework that propagates high-frequency boundary information across four successive pipeline stages.
Reproduction assets foundThe authors explicitly state that their source code, trained models, and implementation details are publicly available, and the data availability statement points to the same repository, which hosts the self-constructed CCLD cotton leaf disease dataset (6,856 images, 6 classes) used for the paper's phenotyping/disease-Code · publicFurthermore, to facilitate future research, our source code, trained models, and implementation details have been made publicly available at https://github.com/DynaVLA/ABAD-CLD .Open asset ↗DynaVLA/ABAD-CLDlines:331-343Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://github.com/DynaVLA/ABAD-CLD .Open asset ↗DynaVLA/ABAD-CLDlines:1278-1317Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
The genetic identity of coffee cultivars is fundamental to the specialty coffee sector, where premium prices are paid under the assumption that the purchased planting material corresponds to the declared variety. However, many producing countries lack the certification infrastructure necessary to guarantee this identity in their informal seed systems, exposing producers to undetected varietal non-conformity. In this study, we examine a case from a specialty coffee ( Coffea arabica L.) farm in southern Ecuador where seeds labeled as Sidra (USD 100/kg) and Gesha (USD 500/kg) were purchased without genetic or phytosanitary certification. Using a combination of SSR-based DNA fingerprinting and quantitative morphological characterization, including plant architecture, leaf functional traits, and fruit characteristics, we documented varietal identity and assessed the discriminant capacity of morphological traits across the four resulting morphotypes. Using eleven microsatellite markers for SSR fingerprinting, we found that two of the four morphotypes did not match their declared commercial identity. One plant sold as Sidra was identified as compatible with Batian, a composite variety of Kenyan origin that is genetically unrelated to Ethiopian landraces. The plants acquired as Gesha corresponded to a pure Ethiopian landrace that is genetically similar to, but not identical to, the Panamanian Geisha reference accession T.02722. Only two morphotypes were confirmed as Sidra. Furthermore, the placement of Sidra within the Core Ethiopia genetic group is consistent with prior population-level analyses and with its likely status as a selected Ethiopian landrace rather than a variety of hybrid origin. Morphological linear discriminant analysis achieved 82.4% overall classification accuracy under leave-one-out cross-validation (LOOCV), with internode length dominating the first discriminant function (LD1 = 66.6%). These results demonstrate that varietal nonconformity in the specialty coffee seed sector can extend to the inadvertent introduction of genetically unrelated material and underscore the urgent need for accessible seed certification.
Why it matches plant phenotyping methodsコーヒー品種識別のための形態形質測定と判別分析が研究の中心であり、形態形質の識別性能をLOOCVで検証しているため、植物フェノタイピング手法の適用・検証に該当する。
abstractquantitative morphological characterization, including plant architecture, leaf functional traits, and fruit characteristics
Reproduction assets foundThe paper's morphological/functional trait dataset (used for the phenotyping and LDA analysis) is explicitly stated to be publicly available on Figshare (10.6084/m9.figshare.32841344). No author analysis code repository is stated; other URLs in the text are generic libraries or cited prior work.Dataset · publicThe morphological and functional trait dataset generated and analyzed in this study is publicly available in the Figshare repository at 10.6084/m9.figshare.32841344 .Open asset ↗Figshare · 10.6084/m9.figshare.32841344lines:526-568Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 5 Sept 2026
Sweet potato virus disease (SPVD) is one of the most destructive diseases affecting sweet potato production worldwide, causing severe yield losses and posing a significant threat to food security. Vision-based intelligent diagnosis has emerged as a promising solution for large-scale SPVD monitoring due to its low cost and scalability. However, existing publicly available datasets for SPVD are extremely limited and typically focus on a single task, such as disease classification or lesion segmentation, under constrained imaging conditions. This lack of comprehensive, task-oriented datasets significantly restricts the development, evaluation, and fair comparison of advanced computer vision methods for SPVD analysis. In this study, we present SPVD-Field, a task-oriented multi-task visual dataset suite composed of two independently collected sub-datasets optimized for different computer vision tasks. Rather than constructing a single homogeneous dataset, SPVD-Field is deliberately organized into two complementary task-oriented sub-datasets: SPVD-DET, designed for disease detection with bounding-box annotations, and SPVD-SEG, designed for fine-grained lesion segmentation with pixel-level masks. The two sub-datasets were independently collected using different acquisition protocols optimized for their respective tasks, while sharing a unified semantic definition of SPVD symptoms, crop growth stages, and field environments. SPVD-Field captures substantial real-world variability in imaging scale, viewpoint, illumination, background complexity, and symptom manifestation, reflecting the inherent challenges of fieldbased disease diagnosis. We provide detailed documentation of data acquisition, annotation strategies, and quality control procedures, along with baseline benchmark results for both detection and segmentation tasks to demonstrate the usability and difficulty of the dataset. By offering a structured dataset suite rather than a single-task collection, SPVD-Field aims to support diverse research directions, including detection, segmentation, multi-task learning, and disease severity analysis, and to facilitate reproducible and comparable research in SPVD-related plant phenotyping.
Why it matches plant phenotyping methodsサツマイモの病徴を対象とする画像データセットで、検出・病斑セグメンテーション、データ取得・アノテーション・品質管理、ベンチマークを中心的に提供しており、植物病害状態の画像フェノタイピング手法・データ基盤に該当する。
abstractIn this study, we present SPVD-Field, a task-oriented multi-task visual dataset suite composed of two independently collected sub-datasets optimized for different computer vision tasks.
Reproduction assets foundThe paper's core asset is the SPVD-Field dataset (SPVD-DET detection images with bounding-box annotations and SPVD-SEG segmentation images with pixel-level masks), explicitly deposited in a public repository via the data availability statement with a DOI link.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://dx.doi.org/10.21227/hq1q-jp43 .Open asset ↗10.21227/hq1q-jp43lines:664-703Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Accurate lesion segmentation is essential for automated plant disease analysis in precision agriculture. Although the Segment Anything Model (SAM) exhibits strong generalization ability, its direct application to plant disease images in natural field environments remains challenging due to cluttered backgrounds, dense leaf veins, uneven illumination, and frequent occlusions. In particular, SAM mainly relies on global structural cues and is often insufficiently sensitive to subtle lesion textures and weak local details, which can result in missed small or early-stage lesions and inaccurate boundary delineation. To address these limitations, we enhance SAM with a disease-specific detail compensation module for plant disease lesion segmentation. A ResNet-50based branch is employed to extract fine-grained local texture features that are difficult for SAM to capture. These fine-grained features are fused with SAM encoder representations and then injected into the SAM decoder, enabling more accurate lesion prediction while preserving SAM’s strong global modeling capability. More importantly, we propose a reliability-guided variational fusion framework to further improve the interaction between heterogeneous features. Specifically, instead of conventional similarity or addition-based fusion, we introduce an uncertainty-aware variational fusion strategy that explicitly quantifies the confidence of each feature stream. An uncertainty encoder models feature distributions probabilistically, and a variational fusion module dynamically assigns higher weights to more reliable features while suppressing uncertain or interfering responses. In addition, Kullback-Leibler divergence regularization is introduced to stabilize cross-feature alignment and improve fusion robustness. Extensive experiments on PlantSeg, PlantDoc-Seg, and ATLDSD demonstrate that the proposed method outperforms state-of-theart approaches, achieving DSC scores of 81.05%, 91.12%, and 88.27%, respectively. The proposed method addresses SAM’s weakness in fine-grained disease feature extraction, accurately identifies early and small lesions, and delivers reliable segmentation for field plant disease automatic diagnosis.
Why it matches plant phenotyping methods植物病斑を対象とする画像セグメンテーション手法を開発し、複数データセットで性能検証しているため、病害状態のフェノタイピング手法が中心である。
abstractwe enhance SAM with a disease-specific detail compensation module for plant disease lesion segmentation.
Reproduction assets foundThe paper evaluates ReLeaf-SAM on three public plant disease segmentation datasets. One of them, PlantDoc-Seg, is explicitly a community-provided Kaggle dataset with a verbatim URL matching an allowed URL; it is a public plant image/mask dataset directly used for this paper's segmentation measurements. PlantSeg and ATLDataset · publicTherefore, we used a community-provided segmentation subset from Kaggle 1 , which we refer to as PlantDoc-Seg in this study. This subset is derived from PlantDoc and contains 588 diseased leaf images with corresponding binary masks, enabling supervised leaf disease segmentation.Open asset ↗Kagglelines:48-115Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Wheat is one of the most widely planted staple crops worldwide and underpins global food security. Fungal diseases severely threaten wheat growth and trigger massive yield losses during cultivation. Traditional manual diagnosis is time-consuming and highly subjective, while existing deep learning models often struggle to achieve high accuracy and robustness in complex field environments. Accurate identification of these fungal diseases is therefore vital to secure grain production. Methods This paper constructs a lightweight convolutional neural network named ShuffleNetV2_SSM_MLCA for wheat fungal disease classification. First, the original basic blocks of ShuffleNetV2 are substituted with SS-Conv-SSM modules to strengthen the extraction of fine-grained lesion features amid visually analogous fungal disease samples; half convolution is embedded to cut down model computational overhead. Second, a Mixed Local Channel Attention (MLCA) unit is attached to the convolution branch of each SS-Conv-SSM module, which adaptively highlights discriminative disease features and filters irrelevant background noise. Standard training configurations and five-fold cross-validation are adopted for fair model evaluation. Results Comparative experiments reveal that the presented network reaches a classification accuracy of 91.35%, which surpasses the original ShuffleNetV2 baseline by 1.16 percentage points. Controlled ablation tests verify the independent performance gain of each core component: the SS-Conv-SSM module raises overall accuracy by 0.89%, and the MLCA mechanism brings an extra 0.27% accuracy increment. Discussion The proposed ShuffleNetV2_SSM_MLCA architecture strikes a favorable trade-off between model lightweight property and classification performance. It delivers a low-computation, high-precision recognition scheme for wheat fungal diseases and lays a solid technical foundation for real-time disease monitoring in intelligent agricultural scenarios.
Why it matches plant phenotyping methods小麦葉片の病斑特徴を画像から抽出し、植物の真菌病状態を分類する軽量深層学習手法を開発・検証しており、病害表現型の取得・推定が研究の中心である。
abstractThis paper constructs a lightweight convolutional neural network named ShuffleNetV2_SSM_MLCA for wheat fungal disease classification.
Reproduction assets foundThe paper's plant-image measurements are based entirely on publicly available wheat disease image datasets: a primary Kaggle dataset (Wheat Plant Diseases by Kushagra Agarwal) used for model development, and two additional public datasets (Alibaba Cloud Developer Community and CSDN Modelers) used for generalization andDataset · publicThe dataset is publicly available at https://www.kaggle.com/datasets/kushagra3204/wheat-plant-diseases and was accessed on September 5, 2025.Open asset ↗Kaggle · kushagra3204/wheat-plant-diseaseslines:322-374Dataset · publicThe second dataset was contributed by blogger DL data set and released on December 25, 2025 via the CSDN Modelers platform ( https://modelers.csdn.net/69a67f4c7bbde9200b9c3240.html )Open asset ↗CSDN Modelerslines:644-669Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Introduction Wheat stem rust (Puccinia graminis f. sp. tritici) remains a major threat to wheat production worldwide. Detecting the disease at the pre-symptomatic stage is important for earlier warning and more timely management. Methods We evaluated hyperspectral imaging and deep learning for pre-symptomatic wheat stem rust detection using a time-series dataset collected at 4-9 days post inoculation (DPI 4-9). Seven representative deep learning models were compared across DPI stages. A weighted cross-entropy strategy was then applied to the three strongest models, and model interpretability was examined using input gradient analysis, SHAP attribution, and vegetation-index screening. Results The weighted optimization increased overall F1-scores by 10.0%-18.4%. At the pre-symptomatic stage, the best model achieved an F1-score of 0.94 at DPI 4 and 0.99 at DPI 5, enabling detection before visible symptom development at DPI 6-7. Across the interpretability analyses, the 480-550 nm blue-green region emerged as the main source of information for pre-symptomatic detection, whereas the 750-870 nm near-infrared region contributed more general information on disease presence. Discussion These results show that hyperspectral imaging paired with deep learning can support accurate pre-symptomatic detection of wheat stem rust under controlled experimental conditions and provide useful evidence for future field-scale studies of early disease warning.
Why it matches plant phenotyping methods小麦の病害状態をハイパースペクトル画像と深層学習で検出する方法が研究の中心であり、時系列評価・モデル比較・性能改善・解釈性分析を含むため、植物フェノタイピング手法として含める。
abstractWe evaluated hyperspectral imaging and deep learning for pre-symptomatic wheat stem rust detection using a time-series dataset collected at 4-9 days post inoculation (DPI 4-9).
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe data can be accessed at: https://drive.google.com/drive/folders/1vpKPlPw5uK5AnKctaE2oYCuOaRFX4-yN .Open asset ↗lines:787-847Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Nutrient deficiencies in coffee plants significantly impact bean quality and yield, making timely detection crucial for successful cultivation. Current assessment methods rely on manual inspection, which is labor-intensive and time-consuming, posing challenges for large-scale field management. This approach often results in inconsistent evaluations and delayed interventions. Methods This study presents CoNutriNet, an automated deep learning architecture that integrates DenseNet121 with a novel Graph-Enhanced Attention Feature Network (GEAFNet) for classifying nutrient deficiencies in coffee leaves. DenseNet121 provides deep hierarchical and regional feature representation, while GEAFNet captures local, fine-grained spatial features through Inception, Ghost, and Efficient Channel Attention (ECA) modules. Furthermore, a Graph Convolutional Network (GCN) is included to model spatial dependencies and structural variations between leaf regions. Feature representations from both pathways are concatenated and refined using a Coordinate Attention (CA) module to enhance discriminative capability. Results Evaluation on the CoLeaf dataset demonstrates that CoNutriNet achieves an accuracy of 94.5%. The integration of lightweight attention mechanisms, dense connectivity, and graph-based modeling improves both performance and computational efficiency. Conclusion These results indicate that CoNutriNet achieves and efficient performance in nutrient deficiency detection in coffee crops, highlighting its potential for deployment in agricultural environments to support precision farming and optimize yield.
Why it matches plant phenotyping methodsコーヒー葉の栄養欠乏という植物状態を画像から分類する深層学習手法を開発し、データセットで性能評価しており、表現型取得・推定が研究の中心である。
abstractThis study presents CoNutriNet, an automated deep learning architecture that integrates DenseNet121 with a novel Graph-Enhanced Attention Feature Network (GEAFNet) for classifying nutrient deficiencies in coffee leaves.
Reproduction assets foundThe paper's phenotyping analysis (coffee nutrient deficiency classification) is performed on publicly available leaf image datasets. The data availability statement links a Mendeley Data repository containing the analyzed data, which is an allowed URL. No author analysis code or trained model checkpoints are explicitlyDataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://data.mendeley.com/datasets/brfgw46wzb/1Open asset ↗brfgw46wzb/1lines:866-910Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Common beanLeafClassificationStress / disease detectionDisease symptoms / severity
Introduction Accurate disease diagnosis is crucial for enhancing agricultural productivity and reducing postharvest losses, directly impacting food quality and safety. Traditional detection methods often rely on extensive feature modeling and perform poorly in complex field environments. Methods This study proposes a deep learning model called ZDAM, based on an improved ZFNet integrated with a dual attention mechanism. The classical ZFNet is first optimized to improve feature extraction efficiency. A combined channel and spatial attention mechanism is then incorporated to refine feature representation for disease identification in key crops. Finally, a residual module is added to boost accuracy. Results Evaluated on a dataset of 11,903 bean leaf images covering healthy leaves and four disease types, including leaf mould, rust, mosaic, and white spot, the model achieves an average recognition accuracy of 99.02%, outperforming MobileMamba, Vision Transformer, and Chest- OMD. Discussion This approach offers a scalable solution for automated disease monitoring, supporting postharvest quality preservation and sustainable crop production.
Why it matches plant phenotyping methods豆葉の病害状態を画像から推定する深層学習モデルを開発し、複数モデルとの性能比較も行っており、植物フェノタイピング手法が研究の中心である。
abstractThis study proposes a deep learning model called ZDAM, based on an improved ZFNet integrated with a dual attention mechanism.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publictomato leaf disease data from the open-source dataset New Plant Disease Dataset ( https://www.kaggle.com/vipoooool/new-plant-diseases-dataset ) were also utilized. Both datasets include healthy samples and four disease categories: rust disease, mosaic disease, leaf mold disease, and white spot disease. ( https://pan.baidu.com/s/197Lyn2TGdIjLCE2gylsiHA?pwd=krpw )Open asset ↗pan.baidu.comlines:405-484Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Rubber tree powdery mildew is a major foliar disease that threatens the yield and quality of natural rubber. Its lesions are typically small, irregular, and embedded in complex backgrounds, making accurate automated detection difficult. Methods To address this challenge, we propose RubberFormer, an end-to-end detection framework based on a refined Transformer architecture for detecting small powdery mildew lesions in complex scenarios. RubberFormer adopts MobileNetV4 as a lightweight backbone, introduces the Hierarchical Attention with Local-global Optimization (HALO) module for multiscale local-global feature fusion, incorporates the Unified Cross-Attention Network (UCAN) to enhance multidimensional feature interaction, and applies Normalized Wasserstein Distance (NWD) Loss to improve small-object localization. Results Extensive experiments were conducted on PM-Dataset-Plus, which contains 9,765 images, and PD-40, a large-scale plant disease dataset containing 80,369 images across 40 disease categories and 8 crops. RubberFormer achieved superior detection accuracy and generalization performance compared with existing methods, while maintaining computational efficiency suitable for practical agricultural monitoring. Discussion These results demonstrate that RubberFormer is effective for detecting small and irregular rubber tree powdery mildew lesions under complex conditions. The framework has practical value for rubber tree disease monitoring and provides a transferable design strategy for agricultural vision tasks involving small objects and complex backgrounds.
Why it matches plant phenotyping methodsゴム樹の病斑という植物の病害状態を画像から検出するTransformer手法を開発し、複数データセットで性能検証しており、植物表現型取得が中心である。
abstractwe propose RubberFormer, an end-to-end detection framework based on a refined Transformer architecture for detecting small powdery mildew lesions in complex scenarios.
Reproduction assets foundThe paper's authors publicly release both plant disease image datasets used in this study: PM-Dataset-Plus (9,765 rubber tree powdery mildew images) and PD-40 (80,369 images, 40 categories, 8 crops), each with an explicit availability statement and GitHub URL matching the allowed URLs. No analysis code or trained modelDataset · publicPM-Dataset-Plus is available at https://github.com/wfcyliyuheng-dev/PM-Dataset-PlusOpen asset ↗wfcyliyuheng-dev/PM-Dataset-Pluslines:1199-1255Dataset · publicPD-40 is available at https://github.com/wfcyliyuheng-dev/PD40-DatasetOpen asset ↗wfcyliyuheng-dev/PD40-Datasetlines:1199-1255Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Clubroot disease, caused by Plasmodiophora brassicae , is one of the major constraints in rapeseed production. Breeding disease-resistant cultivars is the best way to control this devastating disease. However, breeding reliable resistant germplasm and genes is limited. Inactivation of susceptible genes has been shown to be a new and effective strategy for developing resistant crops. Therefore, we aimed to screen key candidate susceptible genes in this study. Firstly, we established a stable, high-throughput visualization method for identifying gall formation at the early stage of P.brassicae infection. At 14 days post-inoculation (dpi), the earliest time point with a clear record of scorable root swelling, remarkable variations in the speed of gall formation were observed among 85 genotypes. Secondly, genome-wide association studies (GWAS) were performed to identify genes involved in gall development. Three and two consecutive significant peaks were detected at 14 and 21 dpi, respectively. Thirdly, comparative transcriptomic analysis was conducted between 2AF195 and 2AF058 at 7 and 14 dpi; these two materials exhibit contrasting speeds of gall development. Gene clustering analysis revealed two opposite expression patterns at 14 dpi. One pattern comprised 1,383 genes downregulated in 2AF195 but upregulated in 2AF058, which were significantly enriched in 10 KEGG pathways, including Environmental Information Processing and Plant-pathogen interaction, and involved core repressors JAZ8/10 in the jasmonic acid (JA) signaling pathway, as well as nucleotide-binding site (NBS) protein-encoding genes. The opposite pattern consisted of 79 genes upregulated in 2AF195 but downregulated in 2AF058, which were enriched in an additional 10 KEGG pathways, predominantly related to Carbohydrate Metabolism and the Ubiquitin System. These genes were functionally annotated mainly as pectin methylesterases, xyloglucan endotransglucosylase/hydrolases (XTHs), and lignin biosynthesis-related enzymes. These findings demonstrated that distinct regulatory networks exist in different susceptible rapeseed genotypes. Finally, through the combined analysis of haplotype and transcriptome data, we co-localized and identified the candidate gene BnaC08g46100D , a nodulin-related gene belonging to the MtN21 transporter family. These results provide a theoretical basis for developing novel disease-resistant materials by editing the key susceptibility genes involved in root gall formation. The candidate genes identified in this study are the most promising targets for this purpose.
Why it matches plant phenotyping methods根こぶ形成を高スループットに可視化・判定する方法の確立が明示され、感染植物の病徴を測定する手法として研究の主要な技術要素になっている。
abstractwe established a stable, high-throughput visualization method for identifying gall formation at the early stage of P.brassicae infection.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 2
Disease incidence data of 85 rapeseed accessions at various time points following inoculation with the Xinmin strain.Open asset ↗lines:502-594Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Litchi is an important economic fruit in southern China, and its precision management relies on the rapid and accurate estimation of the Soil and Plant Analyzer Development (SPAD) values in leaves. Addressing the limitations of existing SPAD detection methods, such as limited rapid coverage, inadequate modeling of dynamic environmental interference, and shallow fusion of multi-source data, this study constructed an Internet of Things (IoT) system to collect real-time environmental data from a litchi orchard, combined with unmanned aerial vehicle (UAV) multispectral imagery to obtain canopy vegetation index and texture features. A Long Short-Term Memory (LSTM) network model integrated with a feature level attention mechanism (MLSTM) was proposed to fuse IoT time-series data, vegetation index, and high dimensional texture features for dynamic SPAD value prediction. The results indicate that multi-source feature fusion significantly improves SPAD estimation accuracy. The MLSTM model achieved optimal performance under the all-features situation, with a coefficient of determination (R²) of 0.897 and a root mean square error (RMSE) of 2.638, outperforming other comparative models. The attention mechanism effectively enhanced the model's focus on key features, improving feature utilization efficiency and model interpretability. The multi-source data fusion method and MLSTM model proposed in this study enable high precision, dynamic estimation of SPAD values in litchi leaves, providing reliable data support for precision fertilization, stress diagnosis, and yield prediction in litchi orchards, as well as theoretical support for promoting the practical application of this technology in smart agriculture.
Why it matches plant phenotyping methodsIoT・UAVマルチスペクトル画像から葉のSPAD値を推定するデータ融合システムとMLSTMモデルを開発・評価しており、植物形質取得手法が研究の中心です。
abstractthis study constructed an Internet of Things (IoT) system to collect real-time environmental data from a litchi orchard, combined with unmanned aerial vehicle (UAV) multispectral imagery to obtain canopy vegetation index and texture features.
Reproduction assets foundThe paper's data availability statement points to a public Zenodo repository containing the study's multi-source SPAD/IoT/multispectral dataset.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://zenodo.org/records/18308090 .Open asset ↗zenodo · 18308090lines:427-441Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Introduction Confidence calibration, selective prediction, out-of-distribution scoring, and deep ensembles are mature techniques in machine learning, yet their efficacy under the severe domain shift encountered when plant disease classifiers move from controlled laboratory imagery to heterogeneous field photographs has not been systematically benchmarked. Methods Models trained on PlantVillage were evaluated on PlantDoc leaf-level crop images under a parent-image-aware split protocol, and a suite of standard mitigation techniques was applied to characterize the reliability gap. Analyses included temperature scaling and selective prediction for a fine-tuned ResNet-50, quantitative image-level shift analysis, Grad-CAM visualization, simple target-aware adaptation baselines, frozen-feature backbone comparisons, and ensemble baselines. Results In the primary case study, a fine-tuned ResNet-50 suffered a 67.7-percentage-point accuracy collapse upon cross-domain transfer, while mean predicted confidence remained at 79.76%. Post-hoc temperature scaling reduced calibrated ECE to 0.3645 but left selective risk at 80% coverage at 64.30%. Quantitative image-level shift analysis confirmed large-effect-size differences in saturation ( d = 3.90), border edge density ( d = 3.33), and foreground-occupancy proxy ( d = 2.48) between the two domains, while Grad-CAM visualizations showed that the model shifts attention from lesion-centered regions in PlantVillage to background-dominated areas in PlantDoc. Simple target-aware mitigations, including adaptive batch normalization and feature moment matching, improved accuracy from 0.321 to 0.343 and 0.366, respectively, whereas DANN-style adversarial adaptation degraded performance to 0.252. A frozen-feature backbone comparison across five backbones showed that, within the energy-scoring frozen-backbone comparison, DINOv2-S/14 achieved the highest unknown-detection AUROC (0.764) and the lowest selective risk at 80% coverage (0.520), with paired Wilcoxon tests confirming statistically significant accuracy and macro-F1 differences across backbones. Two ensemble baselines were evaluated: a warm-start end-to-end ResNet-50 ensemble reduced calibrated ECE to 0.063 but achieved only 0.666 AUROC, while a lightweight DINOv2 linear-probe ensemble achieved 0.779 AUROC after calibration but under limited epistemic diversity. Discussion Neither ensemble established deployment-grade reliability: the best selective risk at 80% coverage across all configurations remained above 0.51. The principal contribution is a reproducible, deployment-oriented reliability characterization showing that standard post-hoc and lightweight adaptation techniques reduce but do not eliminate the severe reliability gap under controlled-to-field transfer in agricultural computer vision.
Why it matches plant phenotyping methods植物病害画像分類の信頼性・ドメインシフト・校正・選択的予測を体系的にベンチマークしており、病害状態を画像から推定する方法の技術評価が中心である。
abstracttheir efficacy under the severe domain shift encountered when plant disease classifiers move from controlled laboratory imagery to heterogeneous field photographs has not been systematically benchmarked.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1 ) was therefore constructed by normalizing all labels to a canonical Crop_Disease format and retaining only those categories for which an unambiguous semantic match existed in both datasets.Open asset ↗lines:335-337Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Under small-sample conditions, hyperspectral leaf chlorophyll estimation is affected by high-dimensional collinearity, measurement noise, and cross-source acquisition discrepancies. Existing studies often treat training-distribution expansion and model-error complementarity separately. This study proposed a physically constrained composite spectral augmentation-weighted ensemble framework for reproducible small-sample chlorophyll estimation. Methods Using 1,113 valid spectrum-label pairs from the leaf subset of the GreenHySpectra dataset in the 400-1000 nm range, spectra and chlorophyll reference values were matched by sample identifiers and divided into training and validation sets. Low-magnitude Gaussian noise and smooth wavelength warping were applied only to the training set. XGBoost, partial least squares regression, and ridge regression were optimized with Optuna using a CMA-ES sampler, and ensemble weights were calibrated by Bayesian optimization. An independent external set of 90 tomato leaf samples was used to evaluate transferability. Results Composite augmentation improved model stability and reduced validation error relative to the non-augmented baseline. The weighted ensemble model achieved the best internal performance, with R² = 0.6392 and RMSE = 8.8883. On the external samples, the model achieved R² = 0.498 and RMSE = 9.801. Discussion The proposed workflow integrates physically plausible augmentation, heterogeneous learner complementarity, and independent external validation. The external results indicate partial cross-source transferability while highlighting distributional and measurement-chain discrepancies that still limit absolute generalization.
Why it matches plant phenotyping methods葉のクロロフィル量という植物形質をハイパースペクトルから推定する手法を開発し、外部データで転移性を検証しており、表現型取得・推定が研究の中心である。
titleHyperspectral estimation of leaf chlorophyll under small-sample conditions via spectral augmentation and weighted ensemble learning.
Reproduction assets foundThe paper's phenotyping analysis is built on the public GreenHySpectra hyperspectral dataset (leaf subset, 1,113 spectrum–chlorophyll pairs), which is a paper-specific, publicly available input with an authors' cited URL matching the allowed list. No author analysis code, trained models, or public deposit of the 90-solDataset · publicAvatarr05 ( 2023 ). GreenHySpectra/GreenHyperSpectra dataset (Hugging Face Datasets) [WWW document] . Available online at: https://huggingface.co/datasets/Avatarr05/GreenHySpectra (Accessed May 15, 2026).Open asset ↗Hugging Face Datasets · Avatarr05/GreenHySpectralines:749-785Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Colorimetric analysis of food using the CIELab/Ch colour space (i.e., from digital images of samples) is an accessible, non-destructive method for carotenoid and anthocyanin content prediction. Literature presents very well-fit, but rudimentary, models for pigment estimation (e.g., single/multiple linear regressions). However, standardised methods that statistically account for the high multicollinearity between CIELab/Ch colour parameters, varying light conditions and colour calibration, and samples with high genotypic variability are lacking. Methods An image analysis optimisation was developed for the prediction of carotenoid and anthocyanin content of 16 carrot genotypes of different colours. Samples were photographed under six light conditions with a digital camera and image colour was calibrated before analysis with the CIELab/Ch colour space. Total pigment contents and individual carotenoid contents were analysed chemically via spectrophotometry and high-performance liquid chromatography, respectively. Partial least squares (PLS) regressions were used to assess the colour-pigment relationships to correct for high multicollinearity amongst the independent variables (CIELab/Ch colour parameters). Results/discussion The PLS models achieved satisfactory accuracy for the prediction of total carotenoid content ( ca. R 2 = 0.77) and total anthocyanin content ( ca. R 2 = 0.81) under all light conditions. The two models are suggested as robust approaches to total pigment prediction with multi-dimensional colour spaces, varying light conditions, and for a sample group of high genotypic variability. The carrot samples proved to have very high genetic diversity within each cultivar, resulting in unsatisfactory models for prediction of individual carotenoids ( ca. R 2 = 0.45) under the default light condition. However, all the results can be used to expand databases (towards artificial intelligence) and aid breeding programmes in search for higher concentrations of these interesting antioxidants for human health.
Why it matches plant phenotyping methodsニンジン試料の画像色解析を最適化し、化学分析値を用いてカロテノイド・アントシアニン含量を予測する手法を開発・検証しており、植物形質取得が研究の中心である。
abstractThe PLS models achieved satisfactory accuracy for the prediction of total carotenoid content ( ca. R 2 = 0.77) and total anthocyanin content ( ca. R 2 = 0.81) under all light conditions.
Reproduction assets foundThe authors deposited the paper's data and protocols in public repositories (DOI links in the Data availability statement). The anthocyanin quantification protocol is explicitly linked (10.34894/BTPTSV), and the other two DOIs (10.34894/P37WCL, 10.34894/OUURRH) are stated to hold the paper's data. No separate author's'Dataset · publicData and protocols are available in the following links: https://doi.org/10.34894/P37WCL , https://doi.org/10.34894/OUURRH , https://doi.org/10.34894/BTPTSV .Open asset ↗10.34894/P37WCLlines:641-686Dataset · publicData and protocols are available in the following links: https://doi.org/10.34894/P37WCL , https://doi.org/10.34894/OUURRH , https://doi.org/10.34894/BTPTSV .Open asset ↗10.34894/OUURRHlines:641-686Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
Introduction: Wheat kernel hardness, vitreousness, and creaseness are key determinants of milling performance, yet they reflect different physical scales of grain structure and are not necessarily coupled. Methods: We developed a digital phenotyping framework based on hyperspectral imaging and spectral unmixing to quantify these traits at both kernel and cultivar levels in a diverse panel of common wheat. Pixel-level spectral unmixing resolved glassy, intermediate, and mealy endosperm components within individual kernels, enabling vitreousness to be expressed as a continuous spatial index. Results: The hyperspectral-derived vitreousness index showed moderate associations with kernel protein content and the protein-to-starch ratio, consistent with variation in endosperm packing density, but weak relationships with kernel hardness and crease geometry. Kernel hardness, primarily determined by puroindoline genotype, showed limited association with bulk protein and starch composition. Crease geometry, quantified using composite indices from RGB images, captured macroscopic grain features largely independent of both hardness and vitreousness. Discussion: These results demonstrate that hardness, vitreousness, and creaseness represent complementary but largely independent dimensions of grain quality, corresponding to molecular-scale adhesion, mesoscale packing, and macroscopic geometry, respectively. The proposed framework provides a scalable, non-destructive approach for resolving intra-kernel heterogeneity, enabling improved digital phenotyping for wheat breeding and quality assessment.
Why it matches plant phenotyping methodsハイパースペクトル画像とスペクトルアンミキシングを用いて小麦粒の硝子質を定量するデジタル表現型解析フレームワークを開発しており、形質取得手法が中心的である。
abstractWe developed a digital phenotyping framework based on hyperspectral imaging and spectral unmixing to quantify these traits at both kernel and cultivar levels in a diverse panel of common wheat.
Reproduction assets foundThe paper's data availability statement deposits full hyperspectral image cubes and RGB image datasets on Figshare, and the supplementary material includes Python analysis scripts (Supplementary Code S1–S2) and processed feature tables (Supplementary Table S3) directly reproducing the paper's phenotyping measurements.Dataset · publicfull hyperspectral image cubes and associated RGB imagedatasets are available via Research Datas 1 – 3 at Figshare: https://doi.org/10.6084/m9.figshare.31259530Open asset ↗Figshare · 10.6084/m9.figshare.31259530lines:151-201Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Introduction Plant diseases pose a major challenge to sustainable agriculture, particularly in regions that heavily depend on farming. Early and accurate identification of plant diseases is crucial for ensuring food production and minimizing crop losses. The rapid advancement of deep learning, particularly in convolutional neural networks (CNNs), has significantly enhanced plant disease classification performance. However, many models often struggle to generalize effectively in real-world scenarios due to challenges such as low-intensity visuals, low contrast between the background and foreground of the suspected sample, noise, and chrominance variation. Methods To address the challenges mentioned above, we introduce ConvGem-NeXt, an end-to-end deep learning architecture specifically designed for fine-grained plant disease classification, built on the ConvNeXt baseline model featuring enhanced generalization capabilities. More precisely, our method incorporates a learnable Generalized Mean pooling layer and ReLU activation in the ConvNeXt model to enhance spatial feature representation, and a custom classifier head that integrates batch normalization, ReLU activation, and dropout to mitigate overfitting and improve classification accuracy. Results We tested the presented model on two large-scale and diverse databases, PlantVillage and the PlantDoc. The model achieved 99.65% accuracy on the PlantVillage dataset and 94.69% accuracy on the real-world PlantDoc dataset, demonstrating the efficacy of our method for reliably classifying plant diseases. Discussion This work contributes to the rapidly growing field of agricultural automation by providing a reliable framework for timely disease diagnosis and supporting the enhancement of crop productivity.
Why it matches plant phenotyping methods植物病害を画像から分類する深層学習アーキテクチャを開発し、複数データセットで性能検証しており、植物の病害状態の取得・推定が研究の中心である。
abstractwe introduce ConvGem-NeXt, an end-to-end deep learning architecture specifically designed for fine-grained plant disease classification
Reproduction assets foundThe paper's plant disease classification experiments were performed on two public image datasets, PlantVillage and PlantDoc, both explicitly linked in the data availability statement. No author code or model checkpoints are released.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/abdallahalidev/plantvillage-datasetOpen asset ↗kaggle.com/datasets/abdallahalidev/plantvillage-datasetlines:1466-1516Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Accurate plant disease segmentation is often constrained by the availability of large, finely annotated datasets, particularly for rare diseases. This work presents a synthetic data generation pipeline that combines 3D leaf modelling with diffusion-based disease synthesis to address this limitation. Procedurally-generated leaf geometries are built in the 3D modelling package Blender to provide exact ground-truth masks, after which style-transfer is applied using Stable Diffusion, fine-tuned with Low-Rank Adaptation (LoRA) and guided by ControlNet conditioning to both preserve leaf structure and enforce correct lesion placement. The approach is evaluated on apple leaf diseases using a deliberately restricted subset of the PlantVillage dataset, simulating a controlled low-data-resource environment. Downstream task effectiveness is measured through leaf disease segmentation. The results show that combining data from the pipeline with limited real data leads to consistent improvements in segmentation performance.
Why it matches plant phenotyping methods植物病斑の画像セグメンテーション性能向上を目的に、3D葉モデルと拡散モデルによる合成データ生成パイプラインを開発・評価しており、植物病害状態の画像ベース推定が中心である。
abstractThis work presents a synthetic data generation pipeline that combines 3D leaf modelling with diffusion-based disease synthesis to address this limitation.
Reproduction assets foundThe authors publicly deposited the paper's annotated PlantVillage subset (75 images with segmentation masks) plus 300 synthetic images with ground-truth masks on Zenodo, directly reproducing this paper's phenotyping/segmentation data.Dataset · publicThis annotated subset of PlantVillage is available at https://doi.org/10.5281/zenodo.18659728 . The repository contains the 75 images from the restricted dataset with the corresponding segmentation masks along with 100 synthetic images per disease generated using Blender and Stable Diffusion, each with corresponding ground truth masks.Open asset ↗zenodo · 10.5281/zenodo.18659728lines:314-325Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 5 Sept 2026
Latest imaging technologies play a vital role in the extraction of plant phenotypic traits in high ranges. Most existing analytical methods treat these traits as independent features, overlooking the complex interaction patterns that focus on plant responses to environmental stress. Proposed Perceptual Graph Kernel (PGK) framework model address the limitation in terms of image-derived phenotypic traits plat information graph structured interaction networks leverages perceptual similarity learning to capture higher-order phenotypic patterns. In the PGK framework, traits extracted from RGB (Red, Green, Blue) and multispectral imagery are encoded as nodes, and biologically meaningful relationships amongst trait pairs are represented as weighted edges. Extracted trait values are continuously transformed into perceptual states to enhance biological interpretability, and a graph kernel is employed to measure similarity between trait graphs. Experiments performed in an agricultural field with a precision agriculture dataset for plant stress phenotyping demonstrated that the proposed PGK achieved 93.8% classification accuracy, improving performance by 5.3 percentage points over the CNN baseline. The outcome results clearly highlight the effectiveness of the perceptual graph model for plant phenotyping and provide a robust, interpretable computational framework for sustainable crop monitoring and decision-support in precision agriculture.
Why it matches plant phenotyping methods画像由来の植物形質を抽出・関係グラフ化し、ストレス表現型分類を行う計算手法が研究の中心であるため。
abstractProposed Perceptual Graph Kernel (PGK) framework model address the limitation in terms of image-derived phenotypic traits
Reproduction assets foundThe paper's Data Availability Statement points to a public GitHub repository (marathonengineer/Agriproject) containing the datasets used in this plant stress phenotyping study. The other allowed URL (PlantCV) is a generic phenotyping library, not a paper-specific asset.Dataset · publicThe datasets used in this study are available in publicly accessible online repositories. The repository can be accessed at: https://github.com/marathonengineer/Agriproject.Open asset ↗marathonengineer/Agriprojecthtml-lines:589-657Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Background Recently, plant disease detection and classification have become major concerns in agriculture. Early detection of plant diseases supports farmers to take precautionary actions to prevent the spread of infections across different parts of the plant. However, detecting and classifying plant leaf diseases remain challenging tasks due to the overlapping characteristics of different diseases. Methods To mitigate these limitations, this research developed a Multi-FusNet–convolutional neural network (Multi-FusNet–CNN) with an improved Huber loss function to classify multiple classes of plant leaf diseases. Here, a multipath residual network (Multi-RG) with cross-filtering fusion is integrated, and the pixel shuffling fusion method is developed for fusing low-level to up-sampled features. An improved Huber loss function is incorporated into the Multi-FusNet–CNN to effectively handle outliers and enhance the model’s generalization capability during training. Results The developed Multi-FusNet–CNN with improved Huber loss function achieved 99.95% accuracy, 99.13% F1-score, 99.87% recall, 99.27% precision, and 99.93% specificity, thereby outperforming existing conventional techniques. Conclusion The proposed Multi-FusNet–CNN model improved the generalization capability of the method during the training process on plant leaf disease detection and classification.
Why it matches plant phenotyping methods植物葉の病徴を画像から検出・分類するCNN手法の開発と性能評価が研究の中心であり、植物の病害状態を推定するフェノタイピング手法に該当する。
abstractthis research developed a Multi-FusNet–convolutional neural network (Multi-FusNet–CNN) with an improved Huber loss function to classify multiple classes of plant leaf diseases.
Reproduction assets foundThe paper uses two public plant leaf image datasets directly in its analysis: the Plant Village dataset (Kaggle) as the primary training/classification dataset and the RoCoLe dataset (datasetninja) for coffee leaf disease samples. Both have explicit public URLs in the references. No author code, models, or checkpoints,Dataset · public26
Plant village dataset . Available online at: https://www.kaggle.com/datasets/emmarex/plantdisease (Accessed February 03, 2026 ).Open asset ↗Kaggle · emmarex/plantdiseaselines:1010-1131Dataset · public31
RoCoLe dataset . Available online at: https://datasetninja.com/rocoleing (Accessed February 03, 2026 ).Open asset ↗datasetninja · rocoleinglines:1010-1131Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Common beanLeafClassificationStress / disease detectionDisease symptoms / severity
Context Plant diseases are a serious danger to the world's food security since they drastically lower crop output. Traditional manual plant leaf inspection is time-consuming, labor-intensive, and frequently subjective. Recent developments in deep learning provide effective and scalable methods for image-based analysis-based automated plant disease identification. Techniques Three deep learning architectures-a proprietary Convolutional Neural Network (CNN), ResNet18, and Vision Transformer (ViT)-are used in this study to examine automated bean leaf disease identification. The Augmented iBean dataset, which has three classes-angular leaf spot, bean rust, and healthy leaves-was used to train and assess the models. Every model was trained using the same preprocessing and training settings to provide fair benchmarking. Receiver Operating Characteristic (ROC) curves, accuracy, precision, and confusion matrices were used to assess the model's performance. Outcomes ResNet18 fared better than CNN and Vision Transformer models, according to a comparative analysis. ResNet18 maintained a high level of computing efficiency while achieving 99% accuracy and 99.01% precision. Its better categorisation capacity across all disease categories was validated using confusion matrix and ROC analysis. In conclusion The study shows that ResNet18 offers the optimal trade-off between accuracy and efficiency and creates a standard benchmarking framework for bean leaf disease identification. The results demonstrate its applicability for real-time deployment in precision agricultural systems for better crop management and early disease identification.
Why it matches plant phenotyping methods豆葉の病徴を画像から認識する深層学習手法を比較・ベンチマークしており、植物病害状態の取得手法が研究の中心である。
abstractThree deep learning architectures-a proprietary Convolutional Neural Network (CNN), ResNet18, and Vision Transformer (ViT)-are used in this study to examine automated bean leaf disease identification.
Reproduction assets foundThe paper's data availability statement points to the Augmented iBean dataset on IEEE DataPort, the public bean leaf image dataset used for all phenotyping/classification experiments in this study. No author analysis code or trained model checkpoints are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://ieee-dataport.org/documents/bean-leaf-disease-augmented-ibean-dataset.Open asset ↗ieee-dataport · bean-leaf-disease-augmented-ibean-datasethtml-lines:446-496Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Early detection of plant diseases is essential for maintaining crop health and ensuring sustainable agricultural productivity. Guava fruit and leaf diseases, if not identified at an early stage, can lead to significant yield losses. Recent advances in deep learning offer promising solutions; however, challenges remain in achieving both high accuracy and model interpretability for practical agricultural deployment. Methods This study proposes an explainable deep learning-based framework for the classification of guava fruit and leaf diseases. A real-world dataset consisting of 527 annotated images across five classes-Disease Free, Phytophthora, Red Rust, Scab, and Styler and Root Rot-was utilized. Six hybrid model architectures were developed by integrating transfer learning backbones (VGG16, MobileNetV2, InceptionV3, and ResNet50) with custom convolutional neural network (CNN) classifiers. Model performance was evaluated using accuracy, precision, recall, F1-score, and class-wise metrics. To enhance transparency, Gradient-weighted Class Activation Mapping (Grad-CAM) was employed to visualize disease-relevant regions. Results Among all evaluated models, the proposed VGG16 + MobileNetV2 hybrid architecture achieved the best performance, attaining an accuracy of 96%, an F1-score of 0.96, and strong generalization across all disease classes. Comparative analyses using confusion matrices, ROC-AUC curves, precision-recall curves, and radar plots confirmed the superior and consistent performance of the proposed model over other hybrid configurations. Discussion The results demonstrate that combining deep feature extractors with lightweight architectures enhances both classification accuracy and computational efficiency. The integration of Grad-CAM provides meaningful visual explanations, increasing trust and interpretability in AI-assisted disease diagnosis. This framework shows strong potential for deployment in real-time smart farming systems and mobile-based diagnostic applications, particularly in resource-constrained agricultural environments.
Why it matches plant phenotyping methodsグアバの葉・果実画像から病害状態を推定する深層学習手法が研究の中心であり、複数モデルの比較評価とGrad-CAMによる説明可能性検証も行っているため、植物フェノタイピング方法論として採用する。
abstractThis study proposes an explainable deep learning-based framework for the classification of guava fruit and leaf diseases.
Reproduction assets foundThe paper's plant image dataset (527 annotated guava fruit/leaf disease images) is a public Kaggle deposit explicitly cited by the authors with a URL, making it a paper-specific, publicly actionable asset. No author analysis code or trained model checkpoints are stated as publicly available; the data availability only指Dataset · publicKaggle ). Available online at: https://www.kaggle.com/datasets/noamaanabdulazeem/guava-dataset (Accessed January 10, 2024 ).Open asset ↗Kagglelines:550-617Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 5 Sept 2026
Effective high-throughput phenotyping is crucial for modern plant breeding, yet the optimal image acquisition parameters for UAV-based systems in forage crops remain poorly defined. We optimized UAV-based phenotyping methods for a Megathyrsus maximus biparental population, examining how ground sampling distance (GSD), environment, and harvest date affect the accuracy of RGB-derived digital traits in predicting yield and canopy height. Machine learning algorithms and mixed model analyses were applied to evaluate predictive power and heritability. Pixel count and Haralick's entropy showed strong correlations with conventional yield measurements, particularly in Environment 2, while most vegetative indices were poor predictors. Integrating machine learning substantially enhanced predictive power for green and dry matter yield (r > 0.80). For canopy height, machine learning models achieved correlations of 0.71 with ground truth measurements despite weak pairwise correlations. Mixed model analysis revealed high broad-sense heritability (0.7 < H 2 < 0.87) for yield traits, pixel count, and entropy, while vegetative indices and canopy height showed greater environmental susceptibility. Moderate GSD resolutions (0.5–1.0 cm) consistently outperformed both very high (0.27 cm) and very low (1.5 cm) resolutions. Coincidence index analysis demonstrated 80% correspondence between top genotypes ranked by pixel count and conventionally measured dry matter yield. This study provides an optimized framework for UAV-based phenotyping in M. maximus , demonstrating that combining advanced digital traits with machine learning accurately predicts key agronomic traits and significantly enhances genotype selection efficiency in forage breeding programs.
Why it matches plant phenotyping methodsUAV画像取得条件、RGBデジタル形質、機械学習による収量・草高推定を最適化・検証する研究であり、植物表現型取得法が中心的です。
abstractWe optimized UAV-based phenotyping methods for a Megathyrsus maximus biparental population, examining how ground sampling distance (GSD), environment, and harvest date affect the accuracy of RGB-derived digital traits in predicting yield and canopy height.
Reproduction assets foundThe paper's data availability statement points to a public Mendeley Data repository containing the study's UAV-derived digital phenotyping and conventional trait datasets. No author analysis code repository is explicitly deposited.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://data.mendeley.com/datasets/jrrb76x82h/1 .Open asset ↗jrrb76x82h/1lines:435-487Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
Introduction Herbicide dose-response assays are routinely implemented to compare herbicide resistance among weed biotypes, which requires plant biomass to estimate the dose that reduces growth by 50% relative to untreated plants (GR 50 ). The Phenospex TraitFinder is a high-throughput, non-destructive, digital phenotyping system that collects data from 7 spectral parameters and 13 morphological parameters, including Digital Biomass (DB), which offers the opportunity for researchers to eliminate the time and labor associated with manual biomass collection. However, DB is the product of 3D Leaf Area and Plant Height (PH) Mean, making it a measurement of plant volume and an indirect indicator of biomass. While DB is highly correlated with true biomass, digitally collected plant volume data has not been implemented for dose-response assays or assessed for accuracy relative to true biomass data. Additionally, inaccurate PH measurements could impact the accuracy of DB measurements. Methods This study sought to assess the accuracy and utility of DB and the 19 remaining parameters in dose-response assays by comparing dose-response curves and GR 50 estimates generated from digital data and fresh biomass (FB) data. Accuracy of PH measurements were also assessed by comparing digital and manual measurements with the paired t-test. Pre-emergence dose-response assays using fomesafen and atrazine were implemented with common lambsquarters ( Chenopodium album L.). At 21 days after treatment, manual measurements of FB and PH were collected following digital data collection. Results Consistently strong correlations ( r = 0.97, P < 0.05) were observed between digitally collected data and their equivalent manual measurements. Comparisons of the dose-response curves indicated that only 3D Leaf Area, DB, Convex Hull Area, Projected Leaf Area, and Voxel Volume Total generated highly similar curves and GR 50 estimates relative to FB data, indicating that any one or all of these parameters could be utilized instead of FB. Small differences (approximately 1.06 to 1.77 mm) between manual and digital PH measurements were identified with the paired t-test, but since DB consistently produced similar dose-response curves and GR 50 estimates relative to FB, these differences did not impact the accuracy of DB measurements. Discussion Without requiring manual biomass collection, turnaround time for dose-response and other phenotyping assays decreases and allows faster sharing of research. Furthermore, herbicide-resistant plants can be preserved for phenotyping at later growth stages, tissue collection, and to produce progeny for future experiments.
Why it matches plant phenotyping methodsデジタル表現型システムで植物体積・草丈などを取得し、手作業の生体重測定との精度比較および除草剤用量反応曲線への有用性を検証しており、表現型取得法が中心です。
abstractThe Phenospex TraitFinder is a high-throughput, non-destructive, digital phenotyping system that collects data from 7 spectral parameters and 13 morphological parameters
Reproduction assets foundThe paper's digital phenotyping dose-response datasets are publicly deposited: the data availability statement names Ag Data Commons DOI 10.15482/USDA.ADC/29815082 and a figshare link, both paper-specific. No author analysis code repository is explicitly stated.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: 10.15482/USDA.ADC/29815082 or https://figshare.com/s/64d1bbac59a95c4721f1 .Open asset ↗figshare · 10.15482/USDA.ADC/29815082lines:548-573Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Rapid population growth and climate change have intensified the need for sustainable agricultural productivity. Plant leaf diseases significantly impact the crop yield, quality, and food safety, necessitating accurate and automated detection methods. Methods This study proposes a deep learning (DL)-based framework for automated detection and classification of tomato and soybean leaf diseases. The proposed framework is trained and evaluated over a large-scale datasets comprising 16,012 tomato leaf images and 6,410 soybean leaf images. Multiple convolutional neural network (CNN) models, including DenseNet121, MobileNetV2, and InceptionV3, are employed for classification. Object detection is performed using YOLOv12. To enhance interpretability, Gradient-Weighted Class Activation Mapping (Grad-CAM) is integrated. Furthermore, a novel Hybrid Attention-Based Stacking Ensemble Model is developed using ResNet152V2, VGG19, and EfficientNetB0, combined with Convolution Block Attention Module (CBAM) and spatial attention mechanisms. Results The CNN models achieved classification accuracies of 97% for DenseNet121, 98% for MobileNetV2, and 99.94% for InceptionV3. YOLOv12 attained a mean average precision (mAP) of 99.5%. The proposed hybrid ensemble model achieved an accuracy of 99.18%, demonstrating improved feature learning through combined channel and spatial attention. Grad-CAM visualizations confirmed that the model effectively identifies the disease-relevant regions. Discussion The results indicate that the proposed framework has attained a high accuracy, robustness, and interpretability for plant disease detection. The integration of attention mechanisms and explainable AI enhances model reliability and transparency. This framework shows a strong potential for the real-time agricultural monitoring, although further validation across diverse crops and real-world field conditions is required.
Why it matches plant phenotyping methods植物葉の病害状態を画像から自動検出・分類する深層学習フレームワークの開発であり、病害表現型の取得・推定が研究の中心。
abstractThis study proposes a deep learning (DL)-based framework for automated detection and classification of tomato and soybean leaf diseases.
Reproduction assets foundThe paper's leaf-disease classification/detection experiments are built on two public Kaggle image datasets cited by the authors as the study's data sources: a soybean leaf dataset (Patil 2024) and a tomato leaf disease dataset (Rex 2019). No authors' analysis code, trained model checkpoints, or paper-specific phenotypDataset · publicPatil A. ( 2024 ). Soyabean-Latest Dataset (
Kaggle ). Available online at: https://www.kaggle.com/datasets/adityapatil1205/soyabean-latestOpen asset ↗Kagglelines:1523-1646Dataset · publicRex E. ( 2019 ). Plant Disease Dataset (Tomato Leaf Diseases) (
Kaggle ). Available online at: https://www.kaggle.com/datasets/emmarex/plantdisease197Open asset ↗Kagglelines:1523-1646Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
FruitClassificationGrowth / development / phenology
Introduction Cashew apple is a nutrient-rich fruit containing abundant minerals, vitamins, and energy. However, its fleshy texture and delicate skin significantly limit its storage life and market value. Accurate maturity grading is therefore essential for improving post-harvest management and transportation efficiency. Methods This study proposes a lightweight vision transformer (ViT) student model trained using multi-granular knowledge distillation (KD) from a stronger data-efficient image transformer (DeiT)-Base teacher. The distillation framework integrates response-based soft-label supervision, attention transfer, and token-level feature regression to enhance representation learning under limited data conditions. Auxiliary lightweight architectures, including MobileNet, ConvNeXt, and EdgeNeXt, were trained independently to provide complementary predictions, and a weighted fusion strategy was employed for ensemble evaluation. Results The proposed ensemble ViT-KD with EdgeNeXt achieved 90% accuracy under the evaluated test split. To ensure statistical reliability and address potential partition bias, a stratified fivefold cross-validation was conducted on the dataset, yielding a mean accuracy of 86.89% ± 2.89% with consistent F1 scores and recall. The relatively low variance across the folds indicates stable internal generalization. Comparative experiments with conventional convolutional neural network (CNN) baselines and lightweight CNN baselines such as MobileViT-S and ShuffleNetV2 were performed, with the proposed ensemble framework achieving improved accuracy while maintaining computational efficiency. Computational analysis indicates that the stand-alone distilled ViT maintains a real-time inference capability of 8.79 ms per image, which supports suitability for edge-oriented agricultural applications. Discussion These results highlight the effectiveness of knowledge-distilled lightweight transformers for data-efficient maturity grading of cashew apples.
Why it matches plant phenotyping methodsカシューナッツ果実の成熟度という植物器官の状態を画像から推定する手法を開発し、交差検証・比較実験・推論速度評価まで行っており、フェノタイピング手法が中心である。
abstractThis study proposes a lightweight vision transformer (ViT) student model trained using multi-granular knowledge distillation (KD) from a stronger data-efficient image transformer (DeiT)-Base teacher.
Reproduction assets foundThe paper's cashew apple maturity grading experiments use a public image dataset from IEEE Dataport (Sawant, 2025), explicitly linked in the data availability statement. No author code or models are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://ieee-dataport.org/documents/goa-cashew-apple-maturity-grading .Open asset ↗goa-cashew-apple-maturity-gradinglines:837-851Code / dataset availability confirmedCrossref · Europe PMC · OpenAlex · checked 5 Sept 2026
Automated quantification of plant-level development from multi-plant greenhouse scenes requires separating individual plants from shared scene-level reconstructions and quantifying organ-level development, a challenge that single-plant acquisition workflows do not directly address. This study presents an end-to-end phenotyping pipeline built on 3D Gaussian Splatting (3DGS) and a post-reconstruction extraction framework, LCR-GS, designed to isolate plant instances from full greenhouse scenes without scene-specific model retraining. LCR-GS integrates zero-shot 2D cues with multi-view lifting, geometric clustering, and chromatic refinement to convert large scene-level reconstructions (~2M Gaussians) into compact per-plant subsets (~16K Gaussians). Experiments on greenhouse-grown muskmelon at the early vegetative stage demonstrate high plant-extraction precision (0.933) and strong organ-level instance segmentation (mean AP50 = 0.924). Plant height and leaf count are validated against manual measurements (height R² = 0.98, RMSE = 1.88 cm; leaf count R² = 0.86), whereas additional morphological traits, including leaf area, leaf area index, mean internode length, and stem node count, are reported as pipeline-derived descriptors for within-cohort comparison. By decoupling semantic inference from reconstruction, the pipeline reduces scene-scale data by over 99% and provides a practical route to derive compact per-plant 3D representations from multi-plant greenhouse imagery for downstream organ-level analysis.
Why it matches plant phenotyping methods3DGS画像から個体・器官を抽出し、植物形質を定量化するフェノタイピング手法の開発と検証が中心である。
abstractThis study presents an end-to-end phenotyping pipeline built on 3D Gaussian Splatting (3DGS) and a post-reconstruction extraction framework, LCR-GS, designed to isolate plant instances from full greenhouse scenes without scene-specific model retraining.
Reproduction assets foundThe paper's Data Availability Statement points to a public GitHub repository containing the muskmelon 3DGS phenotyping dataset (scenes, Gaussian-level plant/background annotations, and point-level organ labels) used in this study.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://github.com/bblabNTU/3dgs-muskmelon-phenotyping-dataset.Open asset ↗bblabNTU/3dgs-muskmelon-phenotyping-datasethtml-lines:485-547Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Purpose/significance Sugarcane is a vital global crop, critical for sugar and energy production. The accurate and timely identification of its leaf diseases is paramount for sustaining the health and stability of the sugarcane industry. While deep learning models offer promising solutions, their deployment on mobile or edge devices is often hindered by substantial model size and high computational demands. Conversely, existing lightweight models frequently compromise on feature extraction capabilities and recognition accuracy. To bridge this gap, this study develops an architecturally improved lightweight model designed to achieve both high accuracy and computational efficiency. Methods We propose the ReMA-MobileViT model, which significantly enhances feature representation by incorporating a newly designed Residual Multi-head Attention (ReMA) module. This module ingeniously leverages a multi-head attention mechanism to capture richer contextual information from diverse subspaces, while its residual connection structure effectively mitigates network degradation and facilitates robust gradient flow. The proposed model underwent rigorous training and evaluation on a comprehensive Mendeley Data repository for classification tasks. Results Experimental evaluations demonstrate that the ReMA-MobileViT model achieves an outstanding classification accuracy of 99.02% on the sugarcane leaf disease dataset, substantially surpassing existing state-of-the-art methods. An ablation study confirms the module's efficacy, showing that the ReMA-MobileViT model, integrated with the ReMA module, improved accuracy, recall, and F1-Score by 1.58, 1.76, and 1.58 percentage points, respectively, over the baseline MobileViT. Comparative analyses further illustrate ReMA-MobileViT's superior overall performance; it exceeds classic lightweight MobileNetV2 by 15.77 percentage points and the mainstream Vision Transformer by 2.96 percentage points in accuracy. Critically, ReMA-MobileViT achieves this with significantly fewer model parameters and reduced computational complexity compared to Vision Transformer, establishing a superior balance between accuracy and efficiency. Conclusion The proposed ReMA-MobileViT model offers an effective and lightweight solution for improving sugarcane leaf disease recognition accuracy, particularly in challenging complex backgrounds. Its ability to balance high accuracy with computational efficiency presents a promising technical avenue and a deployable solution for high-precision crop disease diagnosis systems on resource-constrained mobile or edge platforms.
Why it matches plant phenotyping methodsサトウキビ葉の病害状態を画像から認識する軽量深層学習モデルを開発し、精度・計算量・アブレーションを評価しており、植物表現型取得・判定手法が中心である。
abstractWe propose the ReMA-MobileViT model, which significantly enhances feature representation by incorporating a newly designed Residual Multi-head Attention (ReMA) module.
Reproduction assets foundThe paper's sugarcane leaf disease image dataset (2022 Sugarcane Leaf Disease Dataset, Thite et al.) is publicly available on Mendeley Data and directly constitutes the image inputs used for the paper's disease recognition experiments. No author analysis code or trained model checkpoints are reported.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://data.mendeley.com/datasets/9424skmnrk/1 .Open asset ↗9424skmnrklines:757-778Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Introduction Accurate plant disease identification is of great importance for ensuring agricultural productivity and food security. However, complex illumination variations, leaf occlusion, and diverse disease spot scales throughout plant growth stages significantly increase the difficulty of real-time detection, leading to limited accuracy and robustness in existing approaches. Methods To address these challenges, we propose an improved RT-DETRv2-based plant disease detection model, termed AF-RT-DETR. A Bidirectional Cross Gate (BCG) module is introduced in the feature extraction stage to reduce channel redundancy and enhance discriminative feature representation through multi-level feature interactions. The original RepVGG structure is replaced with a Dynamic Channel Shift (DCS) module, effectively enlarging the receptive field and strengthening contextual feature fusion without additional computational overhead. Additionally, an improved Scale-aware Multi-level Loss (SML) emphasizes low-quality feature maps to improve detector robustness. Results The model achieves mAP50 and mAP50:95 of 93.6% and 67.2% on the Plant-Disease dataset, surpassing the baseline by 5.1% and 4.5%. Furthermore, the model was evaluated on multiple crops and growth stages under diverse field conditions, demonstrating robust performance and adaptability. Discussion These results indicate that AF-RT-DETR effectively enables real-time plant disease detection in complex field environments.
Why it matches plant phenotyping methods植物の病徴を画像から検出するモデルの開発と、複数作物・生育段階・圃場条件での性能評価が中心であり、植物病害状態の表現型計測手法に該当する。
Reproduction assets foundThe paper evaluates AF-RT-DETR on three public Roboflow plant-disease image datasets, each cited with an explicit public URL. No author analysis code or trained model release is mentioned. The Ultralytics YOLOv8 repository is a generic third-party library, not a paper-specific asset.Dataset · publicRoboflow Detecting rice crop diseases object detection dataset . Available online at: https://universe.roboflow.com/crop-diseases-l2qhk/detecting-rice-crop-diseases/dataset/21Open asset ↗lines:816-932Dataset · publicRoboflow Disease detection object detection dataset . Available online at: https://universe.roboflow.com/projects-h0apg/disease-detection-0slunOpen asset ↗lines:816-932Dataset · publicRoboflow Plant Disease v2 512×512 . Available online at: https://universe.roboflow.com/sangeeth-mathew-john-nl43i/plant-disease-czcfe/dataset/2Open asset ↗lines:933-1045Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
CoffeeField / plotFruitObject detectionGrowth / development / phenology
Introduction Coffee cherry ripeness assessment is critical for harvesting efficiency and product quality, yet traditional manual inspection methods suffer from subjectivity and low efficiency. Methods To address the challenges of detecting small, occluded, and densely distributed coffee cherries in complex field environments, this study proposes an Occlusion and Density Aware Network (ODANet). Built upon the YOLOv8 framework, ODANet integrates three innovative modules: (1) Condition-Guided Windowed Attention (CGWA), which incorporates occlusion and density maps as auxiliary guidance signals for efficient feature enhancement; (2) Attention-guided Space-Preserving Convolution (ASPC), which employs space-to-depth transformation with cascaded attention to preserve spatial information during downsampling; and (3) Dual-Adaptive Dynamic Upsampling (DADU), which achieves content-adaptive feature reconstruction through dual-branch offset prediction with learnable fusion weights. Results Comprehensive evaluation on a publicly available dataset demonstrates that ODANet achieves state-of-the-art performance among 17 diverse detection architectures, attaining 76.7% mAP@0.5 with a 6.3 percentage point improvement over baseline YOLOv8, while maintaining computational efficiency (8.1 GFLOPs, 30.4M parameters) suitable for real-time deployment. Ablation studies validate the contributions of each module: ASPC improves performance by 2.2%, DADU by 0.6%, and CGWA by 3.5%. Discussion The model demonstrates robust performance across varying lighting conditions, occlusion levels, and growth stages, making it particularly suitable for practical agricultural deployment. This research provides an efficient solution for small object detection in precision agriculture.
Why it matches plant phenotyping methodsコーヒーチェリーの成熟度という植物器官の状態を画像から推定する検出手法を開発し、複数モデル比較・アブレーションで技術的に検証しているため、植物フェノタイピング手法が中心である。
abstractthis study proposes an Occlusion and Density Aware Network (ODANet)
Reproduction assets foundThe paper analyzes a publicly available coffee cherry dataset hosted on Kaggle, explicitly linked in the data availability statement. This is the paper-specific image dataset used for its coffee cherry ripeness detection experiments. No author code or model checkpoints are stated as available.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/harisyunanda/dataset-coffee-cherry/data .Open asset ↗Kaggle · harisyunanda/dataset-coffee-cherrylines:682-758Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Precise detection of crop leaf damage is essential for real-time plant health monitoring and yield estimation. However, conventional deep learning models often exhibit poor generalization when deployed across varying species and complex, unstructured field environments. To address these limitations, we propose a new modeling paradigm that shifts from traditional task-specific training to foundation model adaptation. Specifically, we introduce a novel architecture integrating the DinoV3 foundation model with a Unet framework to achieve robust leaf lesion segmentation. By incorporating a Spatial Prior Module (SPM) and a Projection Module, our approach effectively bridges the gap between general-purpose pre-training and domain-specific requirements. Experimental results on coffee and black gram datasets demonstrate that this paradigm consistently outperforms standard networks, including Unet, Unet++, and SwinUnet. On the coffee leaf dataset, the proposed model achieves an Intersection over Union (IoU) of 78.31% and a Pixel Accuracy of 88.00%, surpassing the baseline Unet by over 10.5% in IoU. Remarkably, the architecture reduces inference time by approximately 93.6% (from 63.41s to 4.07s), proving that high-parameter foundation models can be adapted for extreme computational efficiency in agricultural scenarios. To further validate scalability, we conduct additional experiments on a larger dataset, AMG HS . The proposed paradigm achieves the best overall detection performance while maintaining superior computational efficiency, confirming its robustness under increased data scale. Interpretability analysis reveals that the foundation model backbone effectively captures high-level semantic features of lesions, providing a clear explanation for its superior performance and cross-domain reliability. This research establishes a scalable, high-performance paradigm for intelligent crop protection, demonstrating that coupling customized encoders with foundation models is a superior strategy for cross-domain agricultural tasks.
Why it matches plant phenotyping methods植物葉の病変を画像からセグメンテーションし、葉の損傷状態を定量化する手法の開発・検証が研究の中心であるため。
abstractwe introduce a novel architecture integrating the DinoV3 foundation model with a Unet framework to achieve robust leaf lesion segmentation.
Reproduction assets foundThe paper analyzes two publicly available plant image datasets hosted on Mendeley Data: a coffee leaf rust/leaf miner dataset and a black gram leaf disease dataset, both explicitly linked in the Data Availability Statement. No author analysis code or trained model checkpoints are disclosed.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://data.mendeley.com/datasets/vfxf4trtcg/5; https://data.mendeley.com/datasets/45djgf3p96/1.Open asset ↗html-lines:473-493Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://data.mendeley.com/datasets/vfxf4trtcg/5; https://data.mendeley.com/datasets/45djgf3p96/1.Open asset ↗html-lines:473-493Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
To address the challenge of balancing model lightweight and detection accuracy in maize leaf disease detection, as well as the limitations of edge device deployment resources, we propose an enhanced target detection model, YOLOv11n-DualPC-Lite.Firstly, the C2fDualPConv module was designed, integrating PartialConv to replace some C3k2 modules in the backbone and neck networks. This approach enhances feature representation while reducing the number of parameters. Secondly, the Slim-Neck architecture is introduced in the neck network. To improve accuracy without increasing the number of parameters, the VoVGSCSPC_SimAm module enables the new Slim-Neck structure to reduce parameters while strengthening feature representation. Finally, an EfficientHead detection head is introduced that uses an inverted bottleneck MBConv module to improve performance. This significantly reduces computational load while efficiently extracting features. This study constructed a maize leaf disease dataset integrating a publicly available Kaggle dataset and a field-collected dataset from Anhui Science and Technology University's experimental plots. The dataset includes four categories: Blight, Common_Rust, Gray_Leaf_Spot, and Health. Through techniques such as rotation and gamma correction, the dataset was expanded from 3,876 to 5,165 images for model training and performance validation. Test results show this improved model performs better than other popular lightweight models overall, with a mAP50 score of 90.9%. Meanwhile, the model has only 2.13 million parameters; its computational complexity is reduced to 4.55 G, and the model size is 4.41 MB. Compared with the original YOLOv11n, its mAP50 is 1.9% higher, while the number of parameters is down by 17.8%, computational complexity is cut by 29.3%, and file size is reduced by 15.7%. When run on a Raspberry Pi 5, the model's detection speed reaches 2.3 FPS, an increase of 27.8%. This model achieves a good balance between detection accuracy and lightweight performance for maize leaf diseases, providing an efficient and practical method for real-time crop disease monitoring.
Why it matches plant phenotyping methodsトウモロコシ葉の病徴を画像から検出・分類する軽量モデルを開発し、データセット構築、性能比較、エッジデバイス検証まで行っており、植物病害状態の画像ベース表現型取得が中心である。
abstractwe propose an enhanced target detection model, YOLOv11n-DualPC-Lite
Reproduction assets foundThe paper's maize leaf disease detection study uses a public Kaggle maize leaf disease image dataset (Dataset 1) combined with a field-collected dataset. The Kaggle dataset is a public, paper-specific image asset directly used for the model's training and validation. No author analysis code, trained model checkpoints,或Dataset · publicre, the model was successfully run on a Raspberry Pi 5 edge device, realizing stable, real-time detection and providing a workable technical method for field disease monitoring.
2
Materials and methods
2.1
Dataset introduction
The dataset constructed in this study comprises two datasets: Dataset 1 from the Kaggle data website ( https://www.kaggle.com/datasets/hendriyunuswijaya/maize-leaf-disease ) and Dataset 2 collected from the experimental field at Anhui Science and Technology University in Chuzhou City, Anhui Province. Dataset 1 contains a total of 4,188 images, including 1,162 images in the Health category. All images depict only specific regions of healthy maize leaves without complex Open asset ↗Kaggle · hendriyunuswijaya/maize-leaf-diseaselines:46-63Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Accurate delineation of crop growth stages under real-world field conditions remains a long-standing challenge in computational phenotyping, particularly for wheat whose developmental phases are characterized by subtle, continuous morphological transitions and environmental noise. In this study, we propose AMFR-Net, an Adaptive Multi-Scale Feature Refinement Network tailored for fine-grained wheat stage identification using ground-level RGB imagery. Unlike conventional architectures that struggle with ambiguous inter-stage boundaries and rigid receptive structures, AMFR-Net leverages a ResNet-101 backbone augmented by a novel Adaptive Multi-Scale Attention Fusion (AMSAF) module-comprising cross-scale interaction blocks and confidence-weighted feature aggregation-to hierarchically recalibrate spatial-semantic representations. This design enables the network to adaptively amplify phenologically salient cues while suppressing irrelevant context, ensuring robust generalization under constrained annotation and deployment conditions. Evaluated on the expert-labeled CGIAR benchmark, AMFR-Net achieves state-of-the-art performance across all major metrics (Top-1 Accuracy: 89.10%; Macro-F1: 89.10%; AUC: 97.88%) and demonstrates superior discriminability in phenologically adjacent stages compared to lightweight and deep CNN baselines. Ablation studies validate the synergistic effect of multi-level attention and scale-aware refinement. The proposed framework offers a scalable, interpretable, and field-deployable solution for in-situ phenology monitoring, and sets a foundation for future integration of multimodal sensing, weak supervision, and cross-seasonal adaptation.
Why it matches plant phenotyping methods小麦の生育ステージを地上RGB画像から推定する新規深層学習手法を開発し、ベンチマーク、比較、アブレーションで検証しており、植物フェノタイピング手法が研究の中心です。
abstractwe propose AMFR-Net, an Adaptive Multi-Scale Feature Refinement Network tailored for fine-grained wheat stage identification using ground-level RGB imagery.
Reproduction assets foundThe paper's phenotyping analysis is built on the public CGIAR Wheat Growth Stage Challenge dataset (ground-level RGB wheat images with growth-stage labels), which the authors explicitly state is publicly available on Zindi with a direct link. No author analysis code, trained model checkpoints, or supplementary code/deeDataset · publicPublicly available datasets were analyzed in this study. This data can be found here: Dataset name: CGIAR Wheat Growth Stage Challenge Primary repository: Zindi (official competition page) Direct link: https://zindi.africa/competitions/cgiar-wheat-growth-stage-challengeAccession/Open asset ↗Zindilines:808-824Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Doubled haploid (DH) technology can fast-track crop breeding. Haploid induction yields haploids with only one set of genomes, which are usually sterile. Haploid fertility (HF) is the ability of haploid plants to set seed, and it is a critical bottleneck in DH pipelines. Genetic mechanisms to restore HF hold immense potential in DH crop breeding, yet its phenotyping remains manual, destructive, and inconsistent. While recent advances in imaging and machine learning have improved throughput for general plant traits, no curated image dataset exists for Arabidopsis thaliana that explicitly represents HF. Here, we present AutoSiQ, a dataset and baseline deep learning pipeline for automated HF quantification. AutoSiQ includes high-resolution scanned inflorescences annotated with a seven-class ontology encompassing green siliques, green fertile siliques, mature siliques, fertile siliques, cracked fertile siliques, cracked siliques, and flowers. This multi-class annotation scheme preserves biologically meaningful information beyond binary fertile/non-fertile distinctions, enabling reliable fertility estimation and future phenotyping applications. We release baseline object detection models (YOLOv5), trained using the AutoSiQ dataset, and evaluate their performance across confidence thresholds. Model predictions strongly correlate with manual counts, achieving R² up to 0.94 for total silique number estimation. We further demonstrate AutoSiQ's utility for automated haploid fertility rate (HFR) estimation and genotype discrimination between two contrasting genotypes (WT and bmf2 mutant). A longitudinal analysis identifies ~60 days after sowing (DAS) as the optimal harvest time for maximizing mature silique counts by balancing between the number of immature buds and silique shattering. By releasing both the dataset and baseline code, AutoSiQ provides a reproducible and extensible foundation for high-throughput fertility phenotyping in haploid Arabidopsis .
Why it matches plant phenotyping methodsハプロイド稔性を画像から定量するデータセットと深層学習パイプラインを開発・評価しており、植物フェノタイピング手法が中心である。
abstractHere, we present AutoSiQ, a dataset and baseline deep learning pipeline for automated HF quantification.
Reproduction assets foundThe paper's AutoSiQ dataset (annotated scanned Arabidopsis inflorescence images with seven-class silique ontology and manual fertility counts) is publicly deposited on Zenodo per the data availability statement. The YOLOv5 GitHub repository is a generic third-party library, not an authors' code asset.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://zenodo.org/records/17905566 .Open asset ↗zenodo · 17905566lines:367-402Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
In agricultural automation, precise cotton segmentation is a key step for tasks such as intelligent harvesting and yield estimation. However, in complex field environments, factors such as background interference and irregular target shapes severely affect segmentation accuracy. Existing deep learning methods offer certain advantages but still generally suffer from limitations including insufficient accuracy, over-segmentation, and misidentification. To address these challenges, this study proposes a novel dual-branch cotton segmentation network, Cotton-aware Mamba-enhanced UNet (CMNet), which optimizes the ParaTransCNN architecture by incorporating the 2D Selective Scan (SS2D) module to replace the original Transformer branch, effectively balancing the extraction of local details and global semantic information while reducing computational burden. To enhance the model's perception of irregularly shaped cotton, a Deformable Convolutional Networks v1 (DCNv1) module is integrated into the Vision Mamba (VMamba) branch, further improving the delineation of target boundaries. Additionally, an Atrous Spatial Pyramid Pooling (ASPP) module is introduced at the end of the Convolutional Neural Network (CNN) branch to strengthen multi-scale feature representation. To optimize the fusion of channel and spatial information, the Spatial and Channel Squeeze-and-Excitation (scSE) attention mechanism replaces the original module, enhancing feature modeling capability. Experimental results on an in-field cotton image dataset demonstrate that CMNet outperforms existing mainstream methods, achieving Dice, mIoU, and Accuracy of 91.06%, 84.18%, and 98.10%, respectively, while reducing parameter count and computational complexity, thus exhibiting excellent performance. Furthermore, generalization experiments on multiple other plant datasets also achieved outstanding results, validating the model's adaptability and potential for broader applications in multi-crop segmentation tasks, providing valuable insights for smart agriculture segmentation research. The source code and dataset of this work are publicly available at https://github.com/halidanmu/CMNet.git.
Why it matches plant phenotyping methods綿花画像から植物領域を抽出する新規セグメンテーション手法を中心に開発・検証しており、植物表現型の画像取得・抽出ワークフローに該当する。
abstractthis study proposes a novel dual-branch cotton segmentation network, Cotton-aware Mamba-enhanced UNet (CMNet)
Reproduction assets foundThe authors explicitly state that the source code and dataset for CMNet are publicly available on GitHub. The paper also uses several public Roboflow plant image datasets in its generalization experiments, cited with public URLs in the references.Code · publicThe source code and dataset of this work are publicly available at https://github.com/halidanmu/CMNet.git.Open asset ↗halidanmu/CMNethtml-lines:106-109Dataset · publicELTE (2023). Assignment 2 dataset. Available online at: https://universe.roboflow.com/elte-msgqy/assignment_2-mjhau (Accessed November 5, 2025).Open asset ↗html-lines:754-834Dataset · publicLaola (2024). Defect banana dataset. Available online at: https://universe.roboflow.com/laola/defect-banana-qf4f6 (Accessed November 5, 2025).Open asset ↗html-lines:754-834Dataset · publicLuffy24312 (2023). Cnn dataset. Available online at: https://universe.roboflow.com/luffy24312/cnn-myqtl.Open asset ↗html-lines:835-919Dataset · publicVyuha T. (2025). Rose dataset. Available online at: https://universe.roboflow.com/tech-vyuha/rose-kfpuf (Accessed November 4, 2025).Open asset ↗html-lines:835-919Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction Sorghum ( Sorghum bicolor (L.) Moench) is a vital cereal crop for food, feed, and biofuel production. Accurate estimation of grain biochemical composition, crude protein (CP), lysine from grain (LysG) and protein (LysP), starch (SC), amylose from grain (AMLG) and starch (AMLS), and crude fat (CF), is crucial for improving breeding and management strategies. Our aim is not pre-harvest forecasting but reducing laboratory cost by identifying a minimal set of post-harvest measurements required to estimate other grain composition traits accurately. Methods We used machine learning (ML) models to predict grain quality traits in commercial sorghum hybrids under different management practices, including precision nitrogen application, cover cropping, and no-till methods. Multi-year field trials (2023-2024) in Saint Charles, Missouri, integrated agronomic, physiological, UAV-based, and environmental data for model training and validation. Results Phenotypic analysis showed that grain composition traits varied significantly by year and management practices. Among ML models, LASSO and ElasticNet achieved the highest predictive accuracy for crude protein (R² = 0.90) and amylose content (AMLS, R² = 0.99; AMLG, R² = 0.92). Bayesian Ridge was most effective for lysine from protein (R² = 0.64), while Partial Least Squares (PLS) excelled in starch content prediction (R² = 0.80). The correlation between grain composition (LysP, CF) and photosystem II efficiency (PhiPS2) indicated that enhanced photosynthesis and yield promote their accumulation. However, Partial Dependence Plots (PDPs) revealed strong non-linear effects, where slight variations in leaf temperature (Tleaf) and stomatal conductance (gsw) were associated with significant shifts in amylose content. Discussion This study highlights the role of genotype × management interactions in sorghum breeding and demonstrates the value of integrating ML-driven models to enhance grain quality and precision agriculture strategies.
Why it matches plant phenotyping methods穀粒の生化学的形質を少数の測定値から推定する機械学習モデルの開発・検証が研究の中心であり、単なる農業実験の routine 測定ではない。
abstractreducing laboratory cost by identifying a minimal set of post-harvest measurements required to estimate other grain composition traits accurately
Reproduction assets foundThe article's data availability statement points to a Figshare deposit containing the study's datasets (agronomic, physiological, UAV-based, and grain composition data used for ML modeling). No author analysis code or trained model checkpoints are explicitly deposited.Dataset · publicith weather data acquisition.
Edited by: Filipe Matias , University of Wisconsin-Madison, United States
Reviewed by: Xiaolong Yang , Nantong University, China
David Mojaravscki , State University of Campinas, Brazil
Data availability statement
The datasets presented in this study can be found in online repositories, on Figshare https://figshare.com/s/2765f89c7ea840e5c6be?file=59367320 . The names of the repository/repositories and accessionnumber(s) can be found in the article/ Supplementary Material .
Author contributions
BG: Data curation, Formal analysis, Investigation, Methodology, Software, Visualization, Writing – original draft, Writing – review & editing. MC: Conceptualization, Data Open asset ↗Figsharelines:471-515Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Tobacco transplanting quality inspection is crucial for tobacco production, as it directly affects crop yield and quality of tobacco leaves. Accurate transplanting status detection and assessment provide essential support for replanting decisions and transplanting machine optimization. Traditional methods rely on manual inspection, which suffer from high cost, low efficiency, and unstable results. To tackle the aforementioned issues, this paper proposes a Deep Learning and Digital Twin driven Online Quality Inspection Method for Tobacco Transplanting, which consists of four core modules: Transplanting Status Detection, Multi-sensor Data Fusion, Digital Twin Visualization, and Operational Optimization Feedback. This paper proposes a lightweight improved YAN-YOLO11 algorithm capable of assessing normal, exposed-root, and buried seedlings. By fusing GNSS positioning data with visual detection results, the system estimates in-row spacing and performs status assessment for missed planting and double planting. The system establishes a virtual-real interactive closed-loop of "collection-detection-mapping-feedback" via the digital twin. By visualizing operational status in real-time and generating replanting path suggestions, it provides guidance for operation management and significantly improves inspection efficiency. Field experiments demonstrate that, compared with YOLO11n, YAN-YOLO11 improves precision and recall by 2.4% and 2.5%, respectively; mAP@50 increased by 3% to 80.9% ± 1.4%, and mAP@0.5:0.95 increased by 5.8% to 54.2% ± 1.0%, while significantly reducing model complexity. The system achieves a real-time performance of 30 FPS in the field, with an overall recognition accuracy of 90.74%, meeting practical application requirements. This study effectively enhances the digitalization, automation, and refined management of tobacco transplanting operations, providing a theoretical foundation and practical solution for the intelligent transformation of transplanting machinery and precision crop management.
Why it matches plant phenotyping methodsタバコ苗の植栽状態、株間、欠株・二株植えを画像とセンサーで推定する手法を開発・検証しており、植物状態の取得が研究の中心である。
abstractThis paper proposes a lightweight improved YAN-YOLO11 algorithm capable of assessing normal, exposed-root, and buried seedlings.
Reproduction assets foundThe paper's authors explicitly state that the demonstration video and code for the tobacco transplanting quality inspection system are publicly available via a Zenodo DOI link, which matches an allowed URL. This is a paper-specific, publicly actionable code asset. The arXiv URLs are cited prior work, not paper assets.Code · publicThe related demonstration video and code has been made publicly available on GitHub: https://doi.org/10.5281/zenodo.17075402.Open asset ↗GitHub · 10.5281/zenodo.17075402html-lines:294-405Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
Introduction: Accurately segmenting cotton seedling organs from 3D point clouds is fundamental for high-throughput plant phenotyping and digital breeding. However, cotton seedling segmentation remains challenging due to fine-scale and complex organ morphology, uneven point density with noise, and the lack of high-quality annotated datasets. Methods: To address these issues, we propose DCSFormer, a tailored extension of Point Transformer V3 designed for cotton seedling point cloud segmentation. The model introduces the DCS Block, which leverages dynamic sparse expert routing and dual-channel attention to adaptively capture global semantic dependencies and subtle local geometric variations, thereby improving stem-leaf boundary discrimination. In addition, the proposed CLFSkip replaces traditional skip connections with a cross-layer fusion strategy, effectively integrating multi-scale features while preserving organ-level details. We also constructed an annotated cotton seedling dataset to support training and evaluation. Results and Discussion: Experimental results show that DCSFormer achieves 93.67% mIoU, 95.83% mPrec, 97.35% mRec, and 96.56% mF1, outperforming multiple comparison models. Furthermore, when evaluated against baseline models on two public datasets, Crops3D and Pheno4D, DCSFormer exceeds the baseline across all four metrics, further validating its effectiveness and generalizability. This work provides an effective solution for precise cotton seedling organ segmentation.
Why it matches plant phenotyping methods綿花幼苗の3D点群から器官を抽出する手法を開発し、アノテーション済みデータセットの構築と複数データセットでの性能検証を行っており、植物表現型取得が中心である。
abstractAccurately segmenting cotton seedling organs from 3D point clouds is fundamental for high-throughput plant phenotyping and digital breeding.
Reproduction assets foundThe authors constructed an annotated cotton seedling point cloud dataset (100 samples with semantic/instance organ labels and ground-truth traits) used for training and evaluating DCSFormer, and the data availability statement points to a public Kaggle repository containing it. No author analysis code or trained model/Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://www.kaggle.com/datasets/tengfeiliu333/dcsformer-cotton/croissant/download .Open asset ↗Kaggle · tengfeiliu333/dcsformer-cottonlines:957-1015Code / dataset availability confirmedCrossref · Europe PMC · checked 14 Sept 2026
Plant diseases remain a significant challenge in global agricultural production. Achieving efficient and accurate disease detection is essential for reducing crop losses, controlling agricultural costs, and improving yields. As agriculture rapidly advances toward digitalization and intelligent transformation, the application of artificial intelligence technologies has become a key pathway to enhancing industrial competitiveness. In this study, Chat Demeter, a multi-agent system for plant disease diagnosis based on deep learning. The system captures real-time leaf images through camera devices. It employs a CNN-Transformer model to perform instance segmentation and object detection, thereby enabling automatic identification of diseased leaves and classification of disease types. To enhance interactivity and practical value, the system incorporates a natural language interface, allowing users to upload images and receive automated diagnostic results and treatment suggestions. Experimental results demonstrate that the system achieves an accuracy of 99.50% and an AUC o f 99.91% on the validation dataset, highlighting its superior performance. Overall, Chat Demeter provides an effective tool for crop health monitoring and disease intervention, while offering a feasible pathway and developmental direction for integrating and optimizing future agricultural multi-agent systems.
Why it matches plant phenotyping methods植物葉の画像から病葉をセグメンテーション・分類する診断システムが研究の中心であり、植物病害状態の画像ベース表現型計測に該当する。
abstractChat Demeter, a multi-agent system for plant disease diagnosis based on deep learning.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe original dataset can be accessed at https://www.kaggle.com/code/anshulm257/rice-disease-detection-using-cnn , which includes four distinct datasets to ensure diversity in data sources: https://www.kaggle.com/datasets/nirmalsankalana/rice-leaf-disease-imageOpen asset ↗Kaggle · nirmalsankalana/rice-leaf-disease-imagelines:304-312Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction Ensuring smarter and more sustainable farming practices is a critical challenge in modern agriculture. Agentic Artificial Intelligence (AAI), combined with Precision Agriculture (PA) and Federated Learning (FL), has the potential to enhance decision-making, optimize resource utilization, and reduce environmental impact. Methods This study proposes an AAI based framework for precision agriculture that integrates distributed sensing devices, intelligent agents, and federated learning to enable real time monitoring and decision support at the farm level. A practical deployment architecture is outlined, detailing inter-device communication and localized intelligence. The proposed model is evaluated across two distinct datasets tomato disease classification and weed detection. The model is designed to have DenseNet121, MobileNetV2, EfficientDet-D0, and YOLOv8 as local models within a federated learning environment. Results The federated global model achieved an accuracy of 96.4%, outperforming individual client models, with DenseNet121 and MobileNetV2 attaining accuracies of 95.0% and 93.9%, respectively. For weed species detection, EfficientDet-D0 demonstrated superior performance, achieving an mAP@0.5 of 0.978, average precision of 0.865, and an F1-score of 0.961, compared to YOLOv8 with an mAP@0.5 of 0.956 and an F1-score of 0.935. Discussion The results confirm the feasibility and effectiveness of integrating AAI with federated learning for intelligent precision agriculture. A SWOT analysis highlights the strengths of the proposed approach, along with deployment challenges and constraints. Overall, this study establishes a roadmap for future research, emphasizing sustainable intelligent farming systems.
Why it matches plant phenotyping methods植物病害分類を含む連合学習・エージェント型AI基盤を提案し、データセット上で性能評価しているため、植物の病害状態を推定する計算的フェノタイピング手法が中心である。雑草検出も含まれるが、病害分類の技術評価が明示されている。
abstractThis study proposes an AAI based framework for precision agriculture that integrates distributed sensing devices, intelligent agents, and federated learning to enable real time monitoring and decision support at the farm level.
Reproduction assets foundThe paper evaluates its federated learning phenotyping models on two publicly available Kaggle image datasets (tomato disease classification and weedcrop detection), explicitly linked in the data availability statement and references. No author code or models are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: The datasets used in the current study are openly accessible at https://www.kaggle.com/datasets/ashishmotwani/tomato and https://www.kaggle.com/datasets/vinayakshanawad/weedcrop-image-dataset/data .Open asset ↗Kaggle · ashishmotwani/tomatolines:838-838Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: The datasets used in the current study are openly accessible at https://www.kaggle.com/datasets/ashishmotwani/tomato and https://www.kaggle.com/datasets/vinayakshanawad/weedcrop-image-dataset/data .Open asset ↗Kaggle · vinayakshanawad/weedcrop-image-datasetlines:838-838Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Automatic and accurate segmentation of cherry tomato maturity in natural environment is the foundation for automatic picking. Lacking of significant differences in adjacent maturity and the problem of mutual occlusion between fruits usually affect the picking process. According to the changes in phenotypic characteristics of cherry tomato during its mature period and the Chinese national standard GH/T 1193-2021, a lightweight maturity instance segmentation method of cherry tomato with 5 levels, including green, turning, pink, light red and red was proposed based on improved YOLOv8n-Seg model, named as MobileViTv3-SK-WIoU-YOLOv8n-Seg (MSW-YOLOv8n-Seg). Methods In this model, MobileViTv3 was introduced into the original YOLOv8 model as backbone for feature extraction to reduce the parameters of the original model; selective kernel (SK) attention module was added to the neck part to improve the feature expression ability of the model; the complete intersection over union (CIoU) loss function in the original head part was replaced with wise intersection over union (WIoU), which can effectively filter low-quality samples and improve the stability and reliability of the model in complex scenes. The proposed model can better balance the relationship between segmentation speed, accuracy, and model computational complexity. Results The experimental results show that the bounding box precision, recall and mean average precision (mAP)@0.5 of the improved model on the test sets were 90.8%, 86.3% and 83.9% respectively, and the model size was 6.0 MB. Compared with YOLOv7-Mask, YOLOv8n-Seg, YOLOv9s-Seg, YOLO11n-Seg, Mask R-CNN (Mask region-based convolutional neural network) and Mask2Former, the bounding box precision increased by 9.6%, 5.2%, 5.7%, 12.3%, 13.3% and 5.0%, the recall increased by 7.8%, 7.4%, 8.8%, 13.1%, 13.9% and 0.1%, and the mAP@0.5 increased by 10.5%, 3.0%, 0.9%, 15.0%, 13.8% and 1.4% respectively. In terms of inference speed, the MSW-YOLOv8n-Seg has the highest inference speed, with FPS of up to 52.9 f·s -1 and latency of only 18.2ms, which demonstrates its real-time processing capability. Discussion The results show that the improved MSW-YOLOv8n-Seg model is optimal, and it suitable for instance segmentation scenarios with high real-time performance and can provide effective exploration for automated cherry tomato fruit picking.
Why it matches plant phenotyping methodsチェリートマト果実の成熟度という植物状態を画像から推定するインスタンスセグメンテーション手法を開発し、精度・速度・モデルサイズを比較検証しており、表現型取得法が中心である。
abstracta lightweight maturity instance segmentation method of cherry tomato with 5 levels, including green, turning, pink, light red and red was proposed based on improved YOLOv8n-Seg model
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1 ) was merged into 5-levels based on the actual growth and peel color changes of cherry tomatoes.Open asset ↗lines:279-289Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Genomic and phenomic selection have transformed modern breeding by enabling data-driven prediction of complex traits. Deep learning (DL) can further enhance predictive ability by capturing nonlinear patterns that classical and Bayesian approaches often fail to represent. However, despite its potential, the adoption of DL in breeding programs remains limited due to its computational demands and the lack of accessible tools for users without extensive programming experience. This study introduces the MTMEGPS (Multi-Trait and Multi-Environment Genomic and Phenomic Selection), an R package that provides a streamlined end-to-end workflow for Uni- and Multi-Trait (UT and MT, respectively) and Uni- and Multi-Environment (UE and ME, respectively) genomic and phenomic prediction. The package supports data preparation, hyperparameter optimization, model training, and DL-based evaluation. To assess its performance, MTMEGPS was applied to the two default datasets included in the package: Maize (genomic data) and Eucalyptus (near-infrared spectroscopy, NIR, data), as well as to an independent publicly available multi-environment validation dataset. Across most scenarios, MTMEGPS showed superior predictive ability compared with all benchmark models, particularly under UT for the internal datasets and MT for the independent multi-environment dataset. Mean squared error (MSE) values were similar across models, all falling within a moderate range. Overall, these results demonstrate the efficiency and practical utility of MTMEGPS for genomic and phenomic selection, even in scenarios where prediction errors remain moderate.
Why it matches plant phenotyping methods植物の複雑形質を予測するゲノム・フェノミック選抜用Rパッケージを開発し、データ準備からモデル評価までの再利用可能なワークフローを提供・検証しているため、フェノタイピング関連ソフトウェアとして中心的です。
abstractThis study introduces the MTMEGPS (Multi-Trait and Multi-Environment Genomic and Phenomic Selection), an R package that provides a streamlined end-to-end workflow for Uni- and Multi-Trait (UT and MT, respectively) and Uni- and Multi-Environment (UE and ME, respectively) genomic and phenomic prediction.
Reproduction assets foundThe paper's authors publicly released the MTMEGPS R package (analysis code/workflow) on GitHub, and the independent multi-environment maize validation dataset (phenotypes and genotypes) is publicly available via the Genomes to Fields initiative DOI. Both are paper-specific, public, and actionable.Dataset · publicnal phenotypic information.
2.2
Independent multi-environment maize validation dataset
The datasets analyzed in this study were obtained from the Genomes to Fields (G2F) initiative ( www.genomes2fields.org ). The dataset comprises 135 unique maize hybrids evaluated across nine experimental sites during the 2018 growing season ( https://doi.org/10.25739/anqq-sg86 ). Phenotypic measurements were collected following standardized protocols provided by the G2F consortium, as detailed in the accompanying documentation available on the project website.
The traits evaluated in this study included plant height (distance from the plant base to the ligule of the flag leaf), ear height (distance fOpen asset ↗10.25739/anqq-sg86lines:51-61Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Jackfruit cultivation is highly affected by leaf diseases that reduce yield, fruit quality, and farmer income. Early diagnosis remains challenging due to the limitations of manual inspection and the lack of automated and scalable disease detection systems. Existing deep-learning approaches often suffer from limited generalization and high computational cost, restricting real-time field deployment. Methods This study proposes CNNAttLSTM, a hybrid deep-learning architecture integrating Convolutional Neural Networks (CNN), Long Short-Term Memory (LSTM) units, and an attention mechanism for multi-class classification of algal leaf spot, black spot, and healthy jackfruit leaves. Each image is divided into ordered 56×56 spatial patches, treated as pseudo-temporal sequences to enable the LSTM to capture contextual dependencies across different leaf regions. Spatial features are extracted via Conv2D, MaxPooling, and GlobalAveragePooling layers; temporal modeling is performed by LSTM units; and an attention mechanism assigns adaptive weights to emphasize disease-relevant regions. Experiments were conducted on a publicly available Kaggle dataset comprising 38,019 images, using predefined training, validation, and testing splits. Results The proposed CNNAttLSTM model achieved 99% classification accuracy, outperforming the baseline CNN (86%) and CNN-LSTM (98%) models. It required only 3.7 million parameters, trained in 45 minutes on an NVIDIA Tesla T4 GPU, and achieved an inference time of 22 milliseconds per image, demonstrating high computational efficiency. The patch-based pseudo-temporal approach improved spatial-temporal feature representation, enabling the model to distinguish subtle differences between visually similar disease classes. Discussion Results show that combining spatial feature extraction with temporal modeling and attention significantly enhances robustness and classification performance in plant disease detection. The lightweight design enables real-time and edge-device deployment, addressing a major limitation of existing deep-learning techniques. The findings highlight the potential of CNNAttLSTM for scalable, efficient, and accurate agricultural disease monitoring and broader precision agriculture applications.
Why it matches plant phenotyping methods植物葉の病害状態を画像から分類する深層学習手法を提案・比較評価しており、病害フェノタイピングの方法開発が中心である。
abstractThis study proposes CNNAttLSTM, a hybrid deep-learning architecture integrating Convolutional Neural Networks (CNN), Long Short-Term Memory (LSTM) units, and an attention mechanism for multi-class classification of algal leaf spot, black spot, and healthy jackfruit leaves.
Reproduction assets foundThe paper's core phenotyping input is a publicly available Kaggle jackfruit leaf disease image dataset (38,019 images) explicitly linked in the data availability statement; no author code or model checkpoints are deposited.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/shuvokumarbasak4004/jackfruit-leaf-diseases .Open asset ↗Kaggle · shuvokumarbasak4004/jackfruit-leaf-diseaseslines:823-830Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
To accelerate the pace of wheat ( Triticum aestivum L.) improvement worldwide, desired seed-level characteristics and seed quality receive a growing attention as they directly impact early seedling establishment, seed longevity, and grain quality. Nevertheless, the throughput and accuracy of seed-level phenotyping and analysis have become a key limiting factor in this research domain, requiring new solutions to relieve this bottleneck. In this study, we first combined automated multispectral seed imaging (MSI; i.e. the VideometerLab 4 and Autofeeder systems) with a variety of machine learning and computer vision techniques to establish a high-throughput pipeline to analyse wheat seeds. Then, using 493 lines selected from the NIAB Diverse MAGIC (NDM) population, we applied the pipeline to segment individual seeds from MSI seed-lot images. This enabled us to perform seed-level measurement of sixteen morphological (e.g. seed size, length, width, and roundness) and spectral traits, ranging from ultraviolet (i.e. 375 nm, correlating with crude protein) to near-infrared (e.g. 975 nm, for assessing water content) wavelengths. After verifying these seed quality related traits (R2 ≥ 0.949; p < 0.001), we applied genome-wide association studies (GWAS) to link the computationally derived traits to genetic loci and identified eleven significant loci. Some of the loci were previously reported, with two unknown loci valuable for further assessment. Taken together, we believe this integrated MSI analysis pipeline provides a powerful solution for seed research and crop improvement in wheat, enabling us to bridge MSI, seed-level analysis, and genetic mapping to assess seed morphology, seed quality, and their underlying genetic architectures effectively.
Why it matches plant phenotyping methods自動マルチスペクトル画像と機械学習・コンピュータビジョンを統合し、個々の小麦種子の形態・スペクトル形質を高スループットに抽出するパイプラインが研究の中心である。
abstractwe first combined automated multispectral seed imaging (MSI; i.e. the VideometerLab 4 and Autofeeder systems) with a variety of machine learning and computer vision techniques to establish a high-throughput pipeline to analyse wheat seeds.
Reproduction assets foundThe paper's data availability statement names authors' public source code for the multispectral seed imaging analysis pipeline on GitHub (allowed URL), qualifying as a paper-specific public code asset. The multispectral imagery deposit (BioImage Archive S-BIAD2408, DOI 10.6019/S-BIAD2408) is also paper-specific and perCode · publicSource codes that support the results of this paper is available at https://github.com/The-Zhou-Lab/Videometer_Seed_Imaging_Analytic_Pipeline/releases .Open asset ↗The-Zhou-Lab/Videometer_Seed_Imaging_Analytic_Pipelinelines:562-570Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Understanding plant responses to abiotic stress requires an insight into plant redox activity. This study proposes a novel and cost-effective method for assessing the redox state of plants. Methods The method utilizes the electrochromic properties of polyoxometalate phosphomolybdic acid hydrate (PMA). PMA is reduced proportionally by glutathione (GSH) and ascorbic acid (AsA), which results in a measurable color change. The validity of this method was confirmed through empirical experimentation in Arabidopsis thaliana under conditions of salinity and UV radiation. Results Salinity treatments revealed a non-significant, two-phase trend in redox activity with an increase at moderate levels followed by a decrease. UVC radiation led to a substantial decrease in redox activity, indicating distress. In contrast, UVA promoted resilience, also known as eustress. Notably, UVB significantly increased redox activity, suggesting the activation of an emergency antioxidant response. Discussion A demonstrable correlation has been identified between the redox activity of plants and various stress types. This correlation facilitates the classification of responses into two distinct categories: adaptive eustress and detrimental distress. This advancement contributes to the enhancement of plant metabolic and stress tolerance evaluation.
Why it matches plant phenotyping methods植物のレドックス状態を測定する新規手法を開発し、シロイヌナズナでストレス条件下の妥当性を検証しており、表現型取得が研究の中心である。
abstractThis study proposes a novel and cost-effective method for assessing the redox state of plants.
Reproduction assets foundThe paper's Data availability statement points to a public Zenodo deposit (DOI 10.5281/zenodo.17795112) containing the study's datasets, which underpin the PMA-based redox activity measurements (absorbance at 852 nm) in Arabidopsis thaliana under salinity and UV stress. No author analysis code or trained models are attDataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://doi.org/10.5281/zenodo.17795112 .Open asset ↗zenodo · 10.5281/zenodo.17795112lines:416-483Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Introduction Plant lesion segmentation aims to delineate disease regions at the pixel level to support early diagnosis, severity assessment, and targeted intervention in precision agriculture. However, the task remains challenging due to large variations in lesion scale—ranging from minute incipient spots to coalesced regions—and ambiguous, low-contrast boundaries that blend into healthy tissue. Methods We present GARDEN, a Gradient-guided boundary-Aware Region-Driven Edge-refiNement network that unifies multi-scale context modeling with selective long-range boundary refinement. Our approach integrates a Multi-Scale Context Aggregation (MSCA) module to harvest contextual cues across diverse receptive fields, forming scale-consistent lesion priors to improve sensitivity to tiny lesions. Additionally, we introduce a Boundary-aware Selective Scanning (BASS) module conditioned on a Gradient-Guided Boundary Predictor (GGBP). This module produces an explicit boundary prior to steer a Mamba-based 2D selective scan, allocating long-range reasoning to boundary-uncertain pixels while relying on local evidence in confident interiors. Results Validated across two public plant disease datasets, GARDEN achieves state-of-the-art results on both overlap and boundary metrics. Specifically, the model demonstrates pronounced gains on small lesions and boundary-ambiguous cases. Qualitative results further show sharper contours and reduced spurious responses to illumination and viewpoint changes compared to existing methods. Discussion By coupling scale robustness with boundary precision in a single architecture, GARDEN delivers accurate and reliable plant lesion segmentation. This method effectively addresses key challenges in the field, offering a robust solution for automated disease analysis under challenging real-world conditions.
Why it matches plant phenotyping methods植物病斑を画像から分割し、病害状態・重症度を推定する新規手法を開発し、公開データセットで検証しているため、植物フェノタイピング手法が中心である。
abstractPlant lesion segmentation aims to delineate disease regions at the pixel level to support early diagnosis, severity assessment, and targeted intervention in precision agriculture.
Reproduction assets foundThe paper uses two public plant disease segmentation datasets as its phenotyping inputs, both explicitly linked in the data availability statement: the Leaf Disease Segmentation Dataset (Kaggle) and the PlantSeg dataset (Zenodo record 13762907). No author code or model release is mentioned.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/fakhrealam9537/leaf-disease-segmentation-datasetOpen asset ↗Kaggle · leaf-disease-segmentation-datasetlines:767-820Dataset · publicThis data can be found here: https://www.kaggle.com/datasets/fakhrealam9537/leaf-disease-segmentation-dataset https://zenodo.org/records/13762907 .Open asset ↗Zenodo · 13762907lines:767-820Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Introduction Cassava is one of the most widely cultivated crops worldwide, renowned for its rich natural ingredients and numerous nutritional benefits. However, the complex interdependencies among its features often pose challenges in image restoration and segmentation, particularly when identifying disease regions. In previous work, this manifested as higher false positives and misidentification of non-relevant areas, leading to a decline in precision and accuracy. Methods To address these issues, this study proposed an efficient artificial intelligence-powered image analysis system that leverages optimal feature selection with a HyperCapsInception-ResNet-V2-CNN model to enhance disease detection accuracy. Initially, the dataset was collected from the Kaggle repository, its name was Cassava Leaf Disease Classification, and it comprised 21,367 different images. Our approach began by normalizing cassava plant disease data using adaptive Gaussian Otsu thresholding. Histogram color evaluation and iterative clustering fragmentation were then applied to better isolate disease variations and improve precision. Subsequently, Cascaded Canny Edge Segmentation (CCES) was used to effectively segment the disease region. The disease variation properties were further evaluated using the Optimal Spider Swarm Intelligence Technique (OSSIT) to reduce irrelevant feature dimensions. For classification, the HyperCapsInception-ResNet-V2-CNN model was employed to categorize cassava diseases, including cassava bacterial blight (CBB), cassava mosaic disease (CMD), cassava green mite (CGM) disease, and cassava brown streak disease (CBSD), along with regular and abnormal leaf states. Results The proposed method's simulation results achieved 98.15% accuracy, a 97.22% F1-score, and 96.02% precision, outperforming other traditional methods such as EfficientNetB3, AlexNet, Faster-RCNN, and InceptionV3. Discussion Both optimized feature selection with OSSIT and hybrid HyperCapsInception-ResNet-V2-CNN architecture significantly enhanced the detection reluctance and the classification of the data. These findings indicate that the proposed system is effective in the automated detection of cassava disease and has a high potential of being practical in agricultural practices especially in precision farming and early detection of diseases.
Why it matches plant phenotyping methodsカッサバ葉画像から病変領域を分割・抽出し、病害状態を分類する画像解析手法の開発が研究の中心であるため、植物表現型手法として採用。
abstractCascaded Canny Edge Segmentation (CCES) was used to effectively segment the disease region.
Reproduction assets foundThe paper uses the public Kaggle 'Cassava Leaf Disease Classification' dataset (21,367 cassava leaf images) as its phenotyping input; the dataset is publicly downloadable at the authors' stated URL, which matches an allowed URL.Dataset · publicThe Cassava Leaf Disease Classification dataset is available on Kaggle and comprises 21,367 images. The images have an average resolution of 512 × 512 pixels. The data are split into training and test sets, enabling machine learning algorithms to be trained and tested to accurately detect diseases. The data are available for download from Kaggle: https://www.kaggle.com/datasets/nirmalsankalana/cassava-leaf-disease-classification .Open asset ↗Kaggle · cassava-leaf-disease-classificationlines:523-601Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Hyperspectral remote sensing has shown great promise for early detection of plant diseases, yet its adoption is often hindered by spectral variability, noise, and distribution shifts across acquisition conditions. In this study, we present a systematic preprocessing pipeline tailored for hyperspectral data in plant disease detection, combining pixel-wise correction, curve-wise normalization and smoothing, and channel-wise standardization. The pipeline was evaluated on an experiment on early detection of stem rust ( Puccinia graminis f. sp. tritici Eriks. and E. Henn.) of wheat ( Triticum aestivum L.). The pipeline implementation enhanced the classification models accuracy raising F1-scores of logistic regression, support vector machines and Light Gradient Boosting Machine from 0.67-0.75 (raw spectra) to 0.86-0.94. Notably, it enabled reliable detection of asymptomatic infections as early as 4 days after inoculation, which was not achievable without preprocessing. The framework demonstrates potential for generalization beyond plant pathology, suggesting applicability to a range of hyperspectral remote sensing tasks such as vegetative health monitoring, environmental assessment, and material classification through improved signal interpretability and robustness. This work lays the groundwork for advancing hyperspectral image processing by proposing a reproducible, scalable pipeline that could be adapted for integration into unmanned and satellite imaging systems.
Why it matches plant phenotyping methods小麦茎锈病の無症状感染を対象に、ハイパースペクトル画像の前処理パイプラインを開発・評価し、植物病害状態の早期推定性能を検証しているため、植物フェノタイピング手法が中心である。
abstractwe present a systematic preprocessing pipeline tailored for hyperspectral data in plant disease detection
Reproduction assets foundThe paper's data availability statement points to a public Google Drive repository containing the study's hyperspectral datasets used for wheat stem rust early detection. No separate author analysis code or trained model checkpoints are explicitly deposited.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://drive.google.com/drive/folders/1vpKPlPw5uK5AnKctaE2oYCuOaRFX4-yN .Open asset ↗lines:616-634Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
The date palm ( Phoenix dactylifera L.) is a vital crop in arid and semi-arid regions, contributing over $13 billion annually to the global economy. However, it faces significant yield losses due to pests, such as the red palm weevil, and diseases, including Bayoud and Black Scorch. Currently, expert visual inspection is the primary method of management, but it is time-consuming, subjective, and unsuitable for detecting large-scale or early-stage damage. Automated approaches based on classical machine learning offer limited improvements due to their lack of generalizability and environmental sensitivity. Recent deep learning methods, such as CNNs and Vision Transformers, have improved classification accuracy, but treat tasks like classification, detection, segmentation, and severity estimation as separate. This paper proposes an integrated Reveal-Aware Hybrid Vision-Language and Transformer-based AI framework that combines GAN-based augmentations for feature generation, CLIP for multimodal classification, PaliGemma2 for text-based detection, Grounding DINO + SAM 2.1 for zero-shot segmentation, and a Vision Transformer regression model for severity prediction. This end-to-end explainable diagnostic pipeline achieved 98% classification accuracy, 95.8% precision, 91.3% recall, and 94.2% F1-score across two datasets: nine classes of infected date palm leaves and three classes of date palm diseases. The proposed framework demonstrated detection accuracy of 94-98%, high-quality segmentations, and reliable severity estimates. This integrated approach highlights the potential of combining AI, vision-language models, and transformers for scalable, accurate, and sustainable plant disease management.
Why it matches plant phenotyping methods植物病害の分類・検出・セグメンテーション・重症度推定を統合した画像ベース手法の開発と評価が中心であり、感染植物の状態を直接推定するため収録対象。
abstractThis paper proposes an integrated Reveal-Aware Hybrid Vision-Language and Transformer-based AI framework
Reproduction assets foundThe paper analyzes two publicly available date palm disease image datasets (Kaggle and Mendeley Data), both explicitly named in the data availability statement and used directly for the paper's phenotyping measurements. No author analysis code or trained model checkpoints are disclosed.Dataset · public1)Kaggle Dataset: The date palm leaf disease dataset used for this study is available on Kaggle and can be accessed via the following link: https://www.kaggle.com/datasets/hadjerhamaidi/date-palm-data. This dataset contains images of date palm leaves categorized into three classes: healthy leaves, brown spot disease, and white scale infection.Open asset ↗Kaggle · hadjerhamaidi/date-palm-datahtml-lines:510-532Dataset · public2)Mendeley Dataset: Additionally, the second dataset, which includes images of date palm leaves with eight types of diseases, can be accessed via Mendeley Data: https://data.mendeley.com/datasets/g684ghfxvg/2. This dataset was collected from 10 date farms in Madinah, Saudi Arabia.Open asset ↗Mendeley Data · g684ghfxvg/2html-lines:510-532Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Problems Tomato Spotted Wilt Virus (TSWV) severely affects tobacco yield and quality, creating an urgent need for accurate, rapid, non-destructive monitoring to support disease management. While existing TSWV detection methods perform well at the leaf scale, their field-scale application remains challenging. Due to complex crop canopy structures, spectral characteristics at the field level differ significantly from leaf-level observations, and TSWV-sensitive spectral features are still unclear. This study therefore aims to develop a field-scale TSWV identification model using UAV-based hyperspectral imaging to enable targeted disease control. Methodology A UAV-mounted hyperspectral camera (400-1000 nm) was deployed to capture imagery of tobacco plants at the rosette stage, enabling comparative spectral analysis between healthy and infected specimens. To identify sensitive features associated with tobacco plants infected with TSWV, six distinct feature extraction methodologies encompassing traditional statistical approaches (spectral ratio, correlation analysis, and principal component analysis [PCA]), machine learning-based techniques (relevant features [Relief], successive projections algorithm) and vegetation indices were utilized. Subsequently, we conducted a systematic evaluation of 18 classification models developed using three machine learning algorithms-support vector machine (SVM), k-nearest neighbors, and extreme gradient boosting -with the derived feature variables. Results This study demonstrates that while all integrated models combining Relief- and Correlation- selected feature bands with three machine learning algorithms delivered excellent performance, the SVM-Relief model achieved the most outstanding results (OA = 97.3%, AUC = 0.994, Kappa=0.947). Based on the SVM-Relief combination, a proposed method called RPR -which integrates PCA with recursive feature elimination- was further employed to reduce the number of feature indicators from 15 to 4 (775.6/772.9/781.1/756.4 nm). The resulting SVM-RPR combination model achieved performance (OA = 97.3%, AUC = 0.990, Kappa=0.947) comparable to that of the SVM-Relief model. Contribution This indicated that red-edge bands were of significant value in distinguishing healthy and TSWV-infected tobacco plants. Our study indicates the significant potential of integrating UAV-based hyperspectral imaging with machine learning techniques for rapid, non-destructive detection of tobacco TSWV at the field scale. The proposed approach offers a novel and efficient pathway for remote sensing-based monitoring of viral diseases in crops, with implications for precision agriculture and plant disease management.
Why it matches plant phenotyping methodsUAVハイパースペクトル画像と機械学習により、タバコ個体のウイルス感染状態を圃場規模で推定する手法の開発・評価が研究の中心であるため。
abstractThis study therefore aims to develop a field-scale TSWV identification model using UAV-based hyperspectral imaging to enable targeted disease control.
Reproduction assets foundThe paper states its tobacco TSWV UAV hyperspectral dataset is publicly available on GitHub, matching an allowed URL.Dataset · publicThe datasets are available in the GitHub repository ( https://github.com/smith22357/hyperspectral-dataset : tobacco TSWV hyperspectral-dataset).Open asset ↗smith22357/hyperspectral-dataset · tobacco TSWV hyperspectral-datasetlines:369-377Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction The real-time, accurate detection and classification of rice seeds are crucial for improving agricultural productivity, ensuring grain quality, and promoting smart agriculture. Although significant progress has been made using deep learning, particularly convolutional neural networks (CNNs) and attention-based models, earlier methods such as threshold segmentation and single-grain classification faced challenges related to computational efficiency and latency, especially in high-density seed agglutination scenarios. This study addresses these limitations by proposing an integrated intelligent analysis model that combines object detection, real-time tracking, precise classification, and high-accuracy phenotypic measurement. Methods The proposed model utilizes the lightweight YOLOv11-LA for real-time grain segmentation, which builds upon the YOLOv11 architecture. YOLOv11-LA incorporates several enhancements over YOLOv11, including separable convolutions, CBAM (Convolutional Block Attention Module) attention mechanisms, and module pruning strategies. These modifications not only improve detection accuracy but also significantly reduce the number of parameters by 63.2% and decrease computational complexity by 51.6%. For classification, the model employs a custom-designed, lightweight RiceLCNN classifier. Additionally, the DeepSORT algorithm is employed for real-time multi-object tracking, and sub-pixel edge detection along with dynamic scale calibration mechanisms are applied for precise phenotypic feature measurement. Results Compared to YOLOv11, the YOLOv11-LA model increases the mAP@0.5:0.95 score by 1.9%, showcasing its superior detection performance while maintaining lower computational overhead. The RiceLCNN classifier achieved classification accuracies of 89.78% on private datasets and 96.32% on public benchmark datasets. The system demonstrated high accuracy in measuring phenotypic features such as seed size and roundness, with measurement errors kept within 0.1 millimeters. The DeepSORT algorithm effectively managed multi-object tracking, reducing duplicate identifications and frame loss in real-time. Discussion Experimental validation confirmed that the YOLOv11-LA model outperforms the original YOLOv11 in terms of both detection speed and accuracy, while also maintaining low computational complexity. The integration of the YOLOv11-LA, RiceLCNN, and DeepSORT algorithms, combined with advanced measurement techniques, underscores the model's potential for industrial applications, particularly in enhancing smart agricultural practices.
Why it matches plant phenotyping methodsイネ種子画像からサイズや真円度を抽出するリアルタイム画像解析手法を開発し、精度・速度・測定誤差を検証しており、表現型取得が研究の中心です。
abstractThe proposed model utilizes the lightweight YOLOv11-LA for real-time grain segmentation
Reproduction assets foundThe paper's data availability statement points to a public GitHub repository (RiceLCNN) containing the study's rice seed datasets and analysis code. The supplementary material link is generic and not confirmed to contain paper-specific assets.Dataset · publicang , Southwest Forestry University, China
Guodong Sun , Beijing Forestry University, China
Xiaofei Fan , Hebei Agricultural University, China
Data availability statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://github.com/5120191452/RiceLCNN .
Author contributions
DZ: Methodology, Software, Writing – original draft. SS: Funding acquisition, Resources, Writing – review & editing. JL: Validation, Writing – review & editing. WX: Data curation, Resources, Writing – review & editing. NX: Formal Analysis, Visualization, Writing – review & editing.
Conflict of interest
ThOpen asset ↗https://github.com/5120191452/RiceLCNN · RiceLCNNlines:619-662Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Tomato growth is highly susceptible to diseases, making accurate identification crucial for timely intervention. While deep learning models like the YOLO family have demonstrated success in detecting diseases in agricultural settings, they typically assume that training and testing data are independently and identically distributed (i.i.d.), which often doesn't hold in real-world scenarios. When pre-trained models are applied to new environments, performance can degrade due to domain shifts. To address this, we propose CTTA-DisDet, a continuous test-time domain adaptation framework for tomato disease detection that adapts models to evolving environments during testing, improving generalization in unseen domains. CTTA-DisDet utilizes a teacher-student architecture where both models share the same structure. Dynamic data augmentation is introduced, involving explicit and implicit augmentations. Explicit augmentation corrupts input images, while implicit augmentation uses large language models (LLMs) to generate new domain data. The teacher model learns generalized knowledge, and the student model mimics the teacher to distill domain-specific information. During testing, pseudo-labels generated by the teacher update the student model. To prevent catastrophic forgetting, a subset of neurons is randomly restored to their original weights during each test-time iteration. The teacher model is continuously updated via exponential moving average (EMA). Experimental results demonstrate that CTTA-DisDet achieves an impressive 67.9% performance in continuously changing cross-domain environments, significantly benefiting practical applications in non-stationary settings.
Why it matches plant phenotyping methodsトマトの病徴を画像から検出するためのドメイン適応手法を提案し、異なる環境で性能評価しており、植物病害状態の表現型取得が中心である。
abstractwe propose CTTA-DisDet, a continuous test-time domain adaptation framework for tomato disease detection that adapts models to evolving environments during testing, improving generalization in unseen domains.
Reproduction assets foundThe article's data availability statement says the required data was deposited in a public Zenodo repository with a DOI matching an allowed URL. The deposit is paper-specific (the data used for the tomato disease detection experiments), though the statement does not detail contents (e.g., whether code/models are also)Dataset · publicThe required data has been deposited in a public repository. It is available on Zenodo at the following https://doi.org/10.5281/zenodo.17659449.Open asset ↗Zenodo · 10.5281/zenodo.17659449html-lines:1047-1068Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction The traditional strawberry picking operation has long relied on manual work. With the aging trend of the population becoming more and more obvious, the application of intelligent picking technology has become an irreversible trend. However, existing recognition methods still face bottlenecks such as suboptimal recognition accuracy and low computational efficiency. To address these issues, this study constructs a lightweight detection model, LBS-YOLO, based on an improved YOLOv11n architecture, significantly the model's accuracy and interference robustness while greatly compressing the parameter quantity. Methods The LBS-YOLO model is built upon YOLOv11n as the baseline network. In order to enhance the ability of backbone network feature representation, the model designs a lightweight LAWDS module. This design combines channel attention with spatial reconstruction operation to optimize the information retention efficiency in the down-sampling process, thus effectively enhancing the multi-scale feature representation ability and gradient flow propagation performance. Then in the feature fusion stage, the model introduces a Bidirectional Feature Pyramid Network (BiFPN), which not only enables cross-scale feature fusion but also achieves adaptive weighting through a learnable weight allocation mechanism. At last, adopts the C3k2_Star module to replace the conventional C3K2 for improved feature representation. Results On the used strawberry dataset, the LBS-YOLO model reached 88.6% mAP@0.5 and 75.8% mAP@0.5:0.95, which were 2.2 and 1.3 percentage points higher than YOLOv11n, respectively. The LBS-YOLO model improves the recall rate from 83.2% of YOLOv11n to 86.4%, and the F1-score from 81.2% to 82.9%. Its computational complexity is 6.6 GFLOPs and its reasoning speed is 260.7 FPS. Even better, LBS-YOLO only needs 3.4MB of storage space and 1.6 million parameters, which are 34.6% and 38% less than YOLOv11n respectively. Discussion The experiment demonstrates that, the LBS-YOLO model can significantly reduce the number of parameters and effectively improve the detection accuracy and operation efficiency. It successfully alleviated the problems of false detection and missed detection, thereby providing reliable technical support for strawberry growth monitoring, maturity identification and automatic picking.
Why it matches plant phenotyping methodsイチゴの成熟度という植物状態を画像から推定する軽量検出モデルを開発・評価しており、フェノタイピング手法が中心である。
abstractthis study constructs a lightweight detection model, LBS-YOLO, based on an improved YOLOv11n architecture
Reproduction assets foundThe paper uses a public strawberry image dataset from Baidu AI Studio (Paddle) as its phenotyping input, with an explicit public URL provided in the article text. No author analysis code or trained model checkpoints are stated as publicly available.Dataset · publicThe dataset used in this study is a publicly available dataset from Baidu Paddle. Detailed dataset information can be found at: https://aistudio.baidu.com/aistudio/datasetdetail/147119 . A total of 3,000 strawberry images are included here.Open asset ↗Baidu Paddle · 147119lines:317-334Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Lettuce ( Lactuca sativa ), a widely cultivated leafy vegetable, is highly susceptible to bacterial and fungal infections that severely reduce yield and quality. Rapid and accurate disease identification is therefore essential for precision agriculture and sustainable crop management. This study proposes Efficient-FBM-FRMNet, a modular deep learning framework for automated lettuce disease detection. The model integrates EfficientNetB4 with dilated convolutions, a Feature Bottleneck Module (FBM) for redundancy reduction, a Reasoning Engine for higher-order semantic inference, and a Feature Refinement Module (FRM) for enhanced generalization. The framework was trained and validated on a publicly available dataset of 2,813 lettuce leaf images (bacterial, fungal, and healthy classes) using stratified 5-fold cross-validation. The proposed Efficient-FBM-FRMNet achieved an overall accuracy of 97.5%, outperforming baseline CNNs such as EfficientNetB4, ResNet50, and DenseNet121. It demonstrated superior precision (96.0%), recall (96.6%), and F1-score (97.0%), confirming its robustness and consistency across multiple folds. Statistical significance analysis (p
Why it matches plant phenotyping methodsレタス葉画像から病害状態を推定する深層学習フレームワークを開発し、公開データセット上で交差検証・ベースライン比較により性能を評価しており、植物表現型取得手法が中心である。
abstractThis study proposes Efficient-FBM-FRMNet, a modular deep learning framework for automated lettuce disease detection.
Reproduction assets foundThe paper's phenotyping measurements are based entirely on a public Kaggle lettuce plant disease image dataset (2,813 images, bacterial/fungal/healthy), cited with an explicit public URL matching an allowed URL. No author code or model checkpoints are stated as available.Dataset · publiceelwal P.
Dhiman P.
Gulzar Y.
Kaur A.
Wadhwa S.
Onn C. W.
( 2024 ).
A systematic review of deep learning applications for rice disease diagnosis: current trends and future directions
. Front. Comput. Sci.
6 . doi:
10.3389/fcomp.2024.1452961
Shaha, S.
.(n.d.) Lettuce plant Disease Dataset [Data set]. Kaggle. Available online at: https://www.kaggle.com/datasets/santoshshaha/lettuce-plant-disease-dataset (Accessed March 12, 2025 ).
Shoaib M. A.
Lai K. W.
Chuah J. H.
Hum Y. C.
Ali R.
Dhanalakshmi S.
. ( 2022 ).
Comparative studies of deep learning segmentation models for left ventricle segmentation
. Front. Public Health
10 , 981019 . doi:
10.3389/fpubh.2022.981019
, PMID:
36091529
PMC9453312
SuOpen asset ↗Kaggle · lettuce-plant-disease-datasetlines:990-1174Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
India is an agro-based country. The major goal of agriculture is to produce disease-free healthy crops. For Indian agronomists, cotton is a profitable commercial and fibre crop, it is the world's second-biggest export crop after China. Cotton production is also affected in a negative way by high use of water, authority of soil erosion and the practice of using dangerous fertilizers and pesticides. The two greatest threats to the rapid growth of the crop are the sucking bugs and cotton diseases. Prompt detection and accurate identification of diseases is vital to ensure healthy crop growth and achieve better yields. The primary objective of this research is to build a model by implementing deep learning-based approaches to spot infections in cotton crops. Deep learning is used because of its exceptional results in classification and image processing tasks. To address this issue, we developed CottonNet-MHA a novel deep learning framework to identify pathological symptoms in cotton leaves. The model employs multi-head attention mechanisms to strengthen feature learning and highlight the diseased-affected regions. To evaluate the performance of the proposed model, five pretrained transfer learning architectures-VGG16, VGG19, InceptionV3, Xception, and MobileNet were used as benchmark models. Furthermore, Gradient-weighted Class Activation Mapping (Grad-CAM) visualization was applied to enhance the trustworthiness and interpretability of the model. A web-based application was developed to deploy the trained model for real-world applicability. The performance analysis is carried out on the developed model based on the conventional models and the results indicate that CottonNet-MHA dominates the conventional models with respect to its accuracy as well as efficiency in the detection of diseases. The use of attention mechanisms approach strengthens the model's diagnostic accuracy and overall reliability. Grad-CAM results further demonstrated that the model effectively targets diseased areas, enhancing interpretability and reliability. Discussion: The study shows that CottonNet-MHA not only automates disease detection but also enhances interpretability through Grad-CAM analysis. The developed web platform allows the model to be applied in real-world environments, supporting live disease monitoring. The proposed framework not only improves the accuracy of cotton disease diagnosis but also offers potential for extension to other crop disease detection systems.
Why it matches plant phenotyping methods綿花葉の病徴を画像から検出・分類する深層学習手法を開発し、既存モデルとの比較検証とGrad-CAMによる病変領域の解釈を行っており、植物病害状態の表現型取得が中心である。
abstractThe primary objective of this research is to build a model by implementing deep learning-based approaches to spot infections in cotton crops.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset used in this work is downloaded from Akash Zade (Data Scientist) which is openly accessible and can be found at: https://drive.google.com/drive/folders/1vdr9CC9ChYVW2iXp6PlfyMOGD-4Um1ue.Open asset ↗Akash Zadehtml-lines:312-354Code / dataset availability confirmedEurope PMC · OpenAlex · checked 6 Sept 2026
TomatoMultimodalStereoFruitObject detectionVisualization / data managementGrowth / development / phenologyFruit / seed / panicle traitsYield / yield components
Introduction The advancement of smart agriculture has witnessed increasing applications of computer vision in crop monitoring and management. However, existing approaches remain challenged by high computational complexity, limited real-time capability, and poor multi-task coordination in tomato cultivation scenarios. Methods To address these limitations, an intelligent tomato management system is proposed based on the Ghost-based Adaptive Efficient You Only Look Once (GAE-YOLO) algorithm. The lightweight architecture of the GAE-YOLO framework is achieved through the replacement of standard convolutional layers with Ghost Convolution (GhostConv) modules, while detection accuracy is significantly improved by the integration of both AReLU activation functions and Effective Intersection over Union (E-IoU) loss optimization. The system, implemented on a Jetson TX2 embedded platform, also incorporates ZED stereo vision for 3D localization and a PyQt6-based visualization platform. Results When implemented on Jetson TX2, the system achieving 93.5% mean Average Precision at 50% intersection over union (mAP@50) at 10.2 frames per second (FPS), which can be optimized to 27 FPS by employing TensorRT acceleration and 720p resolution for scenarios demanding higher throughput. Furthermore, it establishes standardized assessment systems for tomato maturity and yield prediction, and offers integrated modules for disease diagnosis and agricultural large language model consultation. Discussion This work establishes a new paradigm for edge computing in agriculture while providing critical technical support for smart farming development.
Why it matches plant phenotyping methodsトマトの成熟度・収量予測および病害診断を含む画像・3Dビジョン基盤を開発し、エッジ環境で性能評価しているため、植物表現型取得が中心的な研究である。
abstractan intelligent tomato management system is proposed based on the Ghost-based Adaptive Efficient You Only Look Once (GAE-YOLO) algorithm
Reproduction assets foundThe paper's data availability statement explicitly states that the data and code supporting the study are publicly available on GitHub at the authors' repository (GAE-YOLO), which matches an allowed URL. This qualifies as a paper-specific public code asset for the tomato detection/phenotyping analysis.Code · publicThe data and code supporting this study are publicly available at GitHub under the following links: https://github.com/NSSCk/GAE-YOLO .Open asset ↗NSSCk/GAE-YOLOlines:756-834Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Tea flowers play a crucial role in taxonomic research and hybrid breeding of tea plants. As traditional methods of observing tea flower traits are labor-intensive and inaccurate, TflosYOLO and Tea Flowering Stage Classification (TFSC) models were proposed for tea flowering quantification, which enable the estimation of flower count and flowering period. In this study, a highly representative and diverse dataset was constructed by collecting flower images from 29 tea accessions in 2 years. Based on this dataset, the TflosYOLO model was built on the YOLOv5 architecture and enhanced with the Squeeze-and-Excitation (SE) network, Adaptive Rectangular Convolution, and Attention Free Transformer, which is the first model to offer a viable solution for detecting and counting tea flowers. The TflosYOLO model achieved a mean Average Precision at 50% IoU (mAP50) of 0.844, outperforming YOLOv5, YOLOv7, and YOLOv8. Furthermore, the TflosYOLO model was tested on 31 datasets encompassing 26 tea accessions and five flowering stages, demonstrating high generalization and robustness. The correlation coefficient (R 2 ) between the predicted and actual flower counts was 0.964. Additionally, the TFSC model-a seven-layer neural network-was designed for the automatic classification of the flowering period. The TFSC model was evaluated for 2 years and achieved an accuracy of 0.738 and 0.899. Using the TflosYOLO+TFSC model, the tea flowering dynamics were monitored, and the changes in flowering stages were tracked across various tea accessions. The framework provides crucial support for tea plant breeding programs and the phenotypic analysis of germplasm resources.
Why it matches plant phenotyping methods茶花画像から花数と開花期を推定するモデルを開発・検証しており、植物表現型の取得・抽出手法が研究の中心である。
abstractTflosYOLO and Tea Flowering Stage Classification (TFSC) models were proposed for tea flowering quantification, which enable the estimation of flower count and flowering period.
Reproduction assets foundThe paper's data availability statement explicitly deposits the tea flower datasets and models in a public GitHub repository (sufie-mi/tea-flower-model), which directly supports this paper's tea flower phenotyping measurements and models. The labelImg repository is a generic third-party annotation tool, not a paper-ownDataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://github.com/sufie-mi/tea-flower-model .Open asset ↗https://github.com/sufie-mi/tea-flower-model · tea-flower-modellines:764-781Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Early identification of grapevine diseases is critical for reducing yield losses and ensuring sustainable viticulture. CNNs trained on benchmark datasets such as PlantVillage often achieve near-perfect accuracy, yet this performance fails to translate to real-world field conditions where lighting, backgrounds, and lesion appearance vary widely. To address challenges of data scarcity and imbalance, this study introduces VitiForge, a novel procedural synthetic imagery pipeline for generating realistic synthetic grape leaf textures representing healthy, Black Rot, Esca, and Leaf Blight conditions. VitiForge is systematically evaluated against GAN-based augmentation through a data ablation study on PlantVillage and FieldVitis, a curated field dataset, using MobileNetV2, InceptionV3, and ResNet50V2 classifiers. Results show that VitiForge significantly improves performance in low-data regimes, enabling model training even without real samples, whereas GAN augmentation proves more effective once sufficient real data is available. On field imagery, VitiForge often matched or surpassed GAN-based methods, particularly when paired with MobileNetV2. These findings highlight the complementary roles of procedural and GAN-based synthetic data: VitiForge offers flexibility and scalability under cross-domain and data-scarce conditions, while GANs enhance realism and variability when ample data exists. Together, they support the development of robust and generalizable models for automated grape disease detection in precision agriculture.
Why it matches plant phenotyping methodsブドウ葉の病徴を画像から識別するための合成画像生成パイプラインを開発し、GAN augmentationと比較評価しているため、植物病害状態のフェノタイピング手法が中心である。
abstractthis study introduces VitiForge, a novel procedural synthetic imagery pipeline for generating realistic synthetic grape leaf textures representing healthy, Black Rot, Esca, and Leaf Blight conditions.
Reproduction assets foundThe paper introduces FieldVitis, a curated field grapevine leaf image dataset assembled from public sources, explicitly deposited on Zenodo with a DOI matching an allowed URL. No explicit public availability of the VitiForge pipeline code or trained models is stated in the supplied blocks.Dataset · publicThe introduction of FieldVitis, a curated dataset of grapevine leaves collected from multiple public sources to reflect the real-world variability of vineyard imagery, providing a valuable benchmark for evaluating model generalization under realistic field conditions. It is available in Zenodo at https://doi.org/10.5281/zenodo.17307846 .Open asset ↗Zenodo · 10.5281/zenodo.17307846lines:310-320Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction Agriculture is crucial to human survival. The growing of biotic rice plants is very helpful for feeding a lot of people around the world, especially in places where rice is a main food. The detection of rice leaf disease is critical to increasing crop productivity. Methods To improve the accuracy of rice leaf disease prediction, this paper proposes a hybrid Vision Transformer (ViT) with pre-trained ResNet18 models (ViT-ResNet18). In general, the input images apply to the pre-trained ViT and ResNet18 models independently. The output features of these two models are combined and fed into the final Fully Connected (FC) layer, followed by a Softmax layer for final classification. Results The output of rice leaf diseases from the FC layer of the proposed hybrid ViT with ResNet18 model achieved 94.4% accuracy, a precision of 0.948, a recall of 0.944, an F1-Score of 0.942, and an Area Under Curve (AUC) of 0.985. Discussion The proposed hybrid model ViT-ResNet18 shows a 5%, 1%, and 1% improvement in accuracy compared to VGG16 with Neural Network, Inception V3 with Neural Network, and SqueezeNet with Neural Network classifier, respectively.
Why it matches plant phenotyping methodsイネ葉の病害状態を画像から分類する深層学習手法の提案・比較評価が研究の中心であり、植物病害フェノタイピング手法に該当する。
abstractthis paper proposes a hybrid Vision Transformer (ViT) with pre-trained ResNet18 models (ViT-ResNet18).
Reproduction assets foundThe paper trains a hybrid ViT-ResNet18 model for rice leaf disease classification on public rice leaf disease image datasets. Two public image datasets are cited in the references with explicit URLs: the Kaggle rice diseases image dataset and the Mendeley rice leaf diseases dataset. No authors' analysis code or trainedDataset · publicly represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
References
( 2024 ). Rice diseases image dataset . Available online at: https://www.kaggle.com/datasets/minhhuy2810/rice-diseases-image-dataset (Accessed November 5, 2024).Open asset ↗kaggle · minhhuy2810/rice-diseases-image-datasetlines:512-537Dataset · public( 2023 ). Rice leaf diseases dataset . Available online at: https://data.mendeley.com/datasets/dwtn3c6w6p/1:~:text=Overview%3A%20The%20Rice%20Life%20Disease,and%20Leaf%20Smut%20(LS) (Accessed November 5, 2024 ).
Abasi A. K.
Makhadmeh S. N.
Alomari O. A.
Tubishat M.
Mohammed H. J.
( 2023 ).
Enhancing rice leaf disease classification: a customized convolutional neural network approach
. Sustainability
15 , 15039 . doi:
10.3390/su152015039
Aggarwal M.
Khullar V.
Goyal N.
Singh A.
Tolba A.
Thompson E. B.
(Open asset ↗mendeley · dwtn3c6w6p/1lines:538-750Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
In modern agricultural production, accurate monitoring of maize growth and leaf counting is crucial for precision management and crop breeding optimization. Current UAV-based methods for detecting maize seedlings and leaves often face challenges in achieving high accuracy due to issues such as low spatial-resolution, complex field environments, variations in plant scale and orientation. To address these challenges, this study develops an integrated detection and visualization software, DP-MaizeTrack, which incorporates the DP-YOLOv8 model based on YOLOv8. The DP-YOLOv8 model integrates three key improvements. The Multi-Scale Feature Enhancement (MSFE) module improves detection accuracy across different scales. The Optimized Spatial Pyramid Pooling-Fast (OSPPF) module enhances feature extraction in diverse field conditions. Experimental results in single-plant detection show that the DP-YOLOv8 model outperforms the baseline YOLOv8 with improvements of 3.9% in Precision (95.1%), 4.1% in Recall (91.5%), and 4.0% in mAP50 (94.9%). The software also demonstrates good accuracy in the visualization results for single-plant and leaf detection tasks. Furthermore, DP-MaizeTrack not only automates the detection process but also integrates agricultural analysis tools, including region segmentation and data statistics, to support precision agricultural management and leaf-age analysis. The source code and models are available at https://github.com/clhclhc/project.
Why it matches plant phenotyping methodsUAV画像からトウモロコシ個体数と葉数を抽出するソフトウェアを開発しており、植物形質取得が研究の中心です。
abstractthis study develops an integrated detection and visualization software, DP-MaizeTrack
Reproduction assets foundThe paper explicitly states that the authors' source code and trained models for DP-MaizeTrack/DP-YOLOv8 are publicly available on GitHub. No public dataset deposit is stated; the UAV image dataset is described but not declared publicly available.Code · publicThe source code and models are available at https://github.com/clhclhc/project .Open asset ↗https://github.com/clhclhc/projectlines:224-300Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Plant diseases pose a severe threat to global agricultural production, significantly challenging crop yield, quality, and food security. Therefore, accurate and efficient disease detection is crucial. Current detection methods have clear limitations: CNN-based methods struggle to model long-range dependencies effectively and have weak generalization abilities. Transformer-based methods, while adept at long-range feature modeling, face issues with large parameter sizes and inefficient calculations due to the quadratic complexity of the self-attention mechanism in relation to image size. To address these challenges, this paper proposes the MamSwinNet model. Its core innovation lies in: using the Efficient Token Refinement module with an overlapping space reduction method, relying on depthwise separable convolutions designed with “stride + 3” convolution kernels to expand the image block overlap area and fully preserve boundary spatial structure. This generates high-quality tokens and converts them into a fixed number of latent tokens, reducing computational complexity while maximizing the retention of key features. It integrates the Spatial Global Selective Perception (SGSP) module and the Channel Coordinate Global Optimal Scanning (CCGOS) module. The SGSP module uses a dual-branch structure (the spatial modeling branch introduces 2D-SSM to scan four directions for capturing long-range dependencies, and the residual compensation branch supplements features to prevent loss; the two branches are combined using Hadamard product to enhance spatial detail modeling). The CCGOS module combines channel and spatial attention by embedding positional information through global average pooling in the height and width dimensions, using the Mamba block for channel-selective scanning and generating an attention map, enabling precise association of key channel features like color with spatial distribution. Experimental results show that the model achieves F1 scores of 79.47%, 99.52%, and 99.38% on the PlantDoc, PlantVillage, and Cotton datasets, respectively. The model has only 12.97M parameters (52.9% less than the Swin-T model) and a computational cost as low as 2.71GMac, significantly improving computational efficiency. This study provides an efficient and reliable intelligent solution for large-scale crop disease detection.
Why it matches plant phenotyping methods植物病害を画像から検出・判定するMamSwinNetモデルの開発とデータセット評価が研究の中心であり、感染植物の病態を直接推定する画像ベース表現型解析に該当する。
abstractExperimental results show that the model achieves F1 scores of 79.47%, 99.52%, and 99.38% on the PlantDoc, PlantVillage, and Cotton datasets, respectively.
Reproduction assets foundThe paper's phenotyping inputs are three public plant-disease image datasets (PlantDoc, PlantVillage, Cotton Disease) used for all experiments. No author analysis code, trained model checkpoints, or paper-specific supplements are disclosed.Dataset · publicwhile enhancing its practical relevance. Owing to these characteristics, PlantDoc has become a key benchmark dataset for evaluating the robustness and applicability of plant disease detection models.
Figure 5
illustrates several representative samples from the dataset. The dataset is publicly accessible via the following link: https://github.com/pratikkayal/PlantDoc-Dataset
Figure 5
Sample images from the PlantDoc dataset.
Grid of images showing various diseased leaves. Top row: Apple rust leaf with red spots, apple scab leaf with black lesions, bell pepper leaf with dark spots. Middle row: Corn gray leaf with discolored areas, two corn leaves with blight showing yellow and brown patterns. BOpen asset ↗PlantDoc-Datasetlines:151-174Dataset · publicility and distinct disease features, PlantVillage is frequently employed for model pre-training and performance benchmarking, and has become an important reference dataset in plant disease detection research.
Figure 6
presents several representative samples from this dataset. PlantVillage can be accessed via the following link: https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset
Figure 6
Sample images from the PlantVillage dataset.
Grid of nine leaves showing various plant diseases. Top row: Apple Black rot, Apple scab, Grape Leaf blight. Middle row: Peach Bacterial spot, Potato Early blight, Squash Powdery mildew. Bottom row: Tomato Early blight, Tomato Septoria Leaf spot, TOpen asset ↗plantvillage-datasetlines:151-174Dataset · publicdataset’s class design not only covers the major and prevalent diseases in cotton production but also provides a reliable benchmark for evaluating models in multi-class disease classification tasks.
Figure 7
presents several representative image samples from this dataset. The dataset is publicly available at the following link: https://www.kaggle.com/datasets/dhamur/cotton-plant-disease .
Figure 7
Sample images from the cotton disease dataset.
Nine images of leaves show different conditions: three with aphids, showing yellowing and damage; two with bacterial blight, displaying dark spots; three healthy with vibrant green; and three with powdery mildew, covered in white residue. Each conditioOpen asset ↗cotton-plant-diseaselines:151-174Code / dataset availability confirmedCrossref · Europe PMC · checked 8 Sept 2026
Common beanPotatoTomatoField / plotLeafObject detectionDisease symptoms / severity
In order to overcome the key challenges associated with detecting tomato leaf disease in complex agricultural environments, such as leaf occlusion, variation in lesion size and light interference, this study presents a lightweight detection model called ToMASD. This model integrates multi-scale feature decoupling and an adaptive alignment mechanism. The model innovatively comprises a dual-branch adaptive alignment module (TAAM) that achieves cross-scale lesion semantic alignment via a dynamic feature pyramid, a local context-aware gated unit (Faster-GLUDet) that uses a spatial attention mechanism to suppress background noise interference, and a multi-scale decoupling detection head (MDH) that balances the detection accuracy of small and diffuse lesions. On a dataset containing six types of disease under various weather conditions, ToMASD achieves an average precision of 84.3%,.by a margin of 4.7% to 12.1% over thirteen mainstream models. The computational load is compressed to 7.1 GFLOPs. Through the introduction of a transfer learning paradigm, the pre-trained weights of the tomato disease detection model can be transferred to common bean and potato detection tasks. Through domain adaptation layers and adversarial feature decoupling strategies, the domain shift problem is overcome, achieving an average precision of 92.7% on the target crop test set. False detection rates in foggy and strong light conditions are controlled at 6.3% and 9.8%, respectively. This study achieves dual breakthroughs in terms of both high-precision detection in complex scenarios and the cross-crop generalization ability of lightweight models. It provides a new paradigm for universal agricultural disease monitoring systems that can be deployed at the edge.
Why it matches plant phenotyping methodsトマト葉の病斑・病害状態を画像から検出するモデルを開発し、複数モデル比較、悪条件評価、他作物への汎化検証を行っており、植物病害フェノタイピング手法が中心である。
abstractthis study presents a lightweight detection model called ToMASD.
Reproduction assets foundThe paper's data availability statement points to a public potato disease dataset hosted on GitCode, which was used in the study's cross-crop transfer experiments (potato disease detection). The tomato dataset is from Roboflow (third-party platform, no direct URL given), and no author analysis code or trained model is,Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://gitcode.com/open-source-toolkit/829ec .Open asset ↗gitcode.com/open-source-toolkit/829eclines:649-666Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction Timely detection of jute leaf diseases is vital for sustaining crop health and farmer livelihoods. Existing deep learning approaches often rely on large, annotated datasets, which are costly and time-consuming to produce. Methods and results To address this challenge, a lightweight convolutional neural network integrated with a semi-supervised learning self-training framework was proposed to enable accurate classification with minimal labeled data. The model combines modified depthwise separable convolutions, an enhanced squeeze-and-excite block, and a modified mobile inverted bottleneck convolution block, achieving strong representational power with only 2.24M parameters (8.54 MB). On a self-collected dataset of jute leaf images across three classes (Cescospora leaf spot, golden mosaic, and healthy leaf), the proposed model achieved a best accuracy of 98.95% under the supervised training with training, testing and validation split of 80:10:10. Remarkably, the model also attained a best accuracy of 97.89% in the semi-supervised learning (SSL) setting with only 10% labeled and 90% unlabeled data, demonstrating that near-supervised performance can be maintained while substantially reducing the dependency on costly labeled datasets. The application of explainable AI method such as Grad-CAM provided interpretable visualizations of diseased regions, and deployment as a Flask-based web application demonstrated practical, real-time usability in resource-constrained agricultural environments. Conclusion These results highlight the novelty of combining SSL with a lightweight CNN to deliver near-supervised performance, improved interpretability, and real-world applicability while substantially reducing the dependence on expert-labeled data.
Why it matches plant phenotyping methods葉画像から病害状態を推定する軽量CNNと半教師あり学習を開発・評価しており、植物病害フェノタイピング手法が研究の中心である。
abstracta lightweight convolutional neural network integrated with a semi-supervised learning self-training framework was proposed to enable accurate classification with minimal labeled data
Reproduction assets foundThe paper's self-collected jute leaf disease dataset (920 images, three classes) is publicly available on Kaggle via the authors' data availability statement.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/mdsaimunalam/jute-leaf-disease-detection .Open asset ↗Kaggle · mdsaimunalam/jute-leaf-disease-detectionlines:990-1026Code / dataset availability confirmedOpenAlex · Europe PMC · checked 6 Sept 2026
Introduction: Leaf phenotypes are key indicators of plant growth status. Existing deep learning-based leaf skeletonization typically requires extensive manual labeling, long training, and predefined keypoints, which limits scalability. We developed a training-free and label-free approach that connects spontaneously detected keypoints to generate leaf skeletons for leafy plants. Methods: The method comprises random seed-point generation and adaptive keypoint connection. For plants with random leaf morphology, we determine a threshold for the angle difference among any three consecutive adjacent points and iteratively identify keypoints within circular search neighborhoods to trace leaf skeletons. For plants with regular leaf morphology, we fit the skeleton trajectory by minimizing curvature. We validated the approach on vertical and front-view images of orchids (covering random and regular morphological cases) and extracted five phenotypic parameters from the resulting skeletons. Generalization was further assessed on a maize image dataset. Results: On orchid images, the proposed approach achieved an average curvature fitting error of 0.12 and an average leaf recall of 92%. Five orchid phenotypic parameters were accurately derived from the skeletons. The method also showed effective skeletonization on maize, indicating cross-species applicability. Discussion: By eliminating manual labels and training, this approach reduces annotation effort and computational overhead while enabling precise geometric phenotype calculation from skeleton-based keypoints. Its effectiveness on both randomly distributed and regularly shaped leafy plants suggests suitability for high-throughput plant phenotyping workflows.
Why it matches plant phenotyping methods葉の骨格化とフェノタイプ抽出のための画像解析手法を開発し、複数植物種で検証しているため、植物フェノタイピング手法が中心的である。
abstractWe developed a training-free and label-free approach that connects spontaneously detected keypoints to generate leaf skeletons for leafy plants.
Reproduction assets foundThe paper uses a publicly available single-plant maize image dataset (hosted on datasetninja) as its generalization-test input; the orchid images and the authors' algorithm code have no stated public deposit in the supplied blocks.Dataset · publicUsing the publicly available single-plant maize dataset (Dataset URL: https://datasetninja.com/maize-whole-plant-image-dataset ), which captured images of a single maize plant over 113 days—with 1 vertical view and 12 front view images taken each day—the spontaneous keypoints connection algorithm was applied to both a front view ( Figure 9 ) and a vertical view image ( Figure 9 ) from 10 different daysOpen asset ↗datasetninja · maize-whole-plant-image-datasetlines:429-438Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 6 Sept 2026
Developing crop varieties that maintain productivity under drought is essential for future food security. Here, we investigated the potential of time-resolved high-throughput phenotyping to predict harvest-related traits and identify drought-stressed plants. Six barley lines ( Hordeum vulgare ) were grown in a greenhouse environment with well-watered and drought treatments, and dynamically phenotyped using RGB, thermal infrared, chlorophyll fluorescence, and hyperspectral imaging sensors. A temporal phenomic classification model accurately distinguished between drought-treated and control plants, achieving high accuracy (classification accuracy ≥0.97) even when relying solely on predictors from the early drought response phase. Canopy temperature depression at the early stage and RGB-derived plant size estimates at the late stage emerged as key classification features. A temporal phenomic prediction model of harvest-related traits achieved particularly high mean R 2 values for total biomass dry weight (0.97) and total spike weight (0.93), with RGB plant size estimators emerging as important predictors. Importantly, prediction accuracy for these traits remained high (R 2 ≥ 0.84) even when restricted to early developmental phase data, including the stem elongation stage. Models trained on pooled drought and control data outperformed single-treatment models and maintained high predictive power across treatments. Together, these findings highlight the value of integrating high-throughput phenotyping with temporal modeling to enable earlier, more cost-effective selection of drought-resilient genotypes and demonstrate the broader potential of phenomics-driven strategies for accelerating crop improvement under stress-prone environments.
Why it matches plant phenotyping methodsRGB・熱赤外・蛍光・ハイパースペクトルによる時系列表現型取得と、収穫形質予測モデルの構築・評価が研究の中心であるため。
abstractdynamically phenotyped using RGB, thermal infrared, chlorophyll fluorescence, and hyperspectral imaging sensors
Reproduction assets foundThe authors explicitly state that the data and analysis pipeline code for this barley phenotyping study is publicly available on GitHub at https://github.com/hatiez/barley-TPP-pipeline. This is a paper-specific computational asset (the temporal phenomic classification/prediction pipeline) with an authors' public URL. DCode · publicThe data and analysis pipeline code is available on https://github.com/hatiez/barley-TPP-pipeline .Open asset ↗https://github.com/hatiez/barley-TPP-pipelinelines:390-415Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction The germination rate of rice seed is a critical indicator in agricultural research and production, directly influencing crop yield and quality. Traditional assessment methods based on manual visual inspection are often time-consuming, labor-intensive, and prone to subjectivity. Existing automated approaches, while helpful, typically suffer from limitations such as rigid germination standards, strict imaging requirements, and difficulties in handling the small size, dense arrangement, and variable radicle lengths of rice seeds. Methods To address these challenges, we present SeedRuler, a versatile, web-based application designed to improve the accuracy, efficiency, and usability of rice seed germination analysis. SeedRuler integrates three core components: SeedRuler-IP, a traditional image processing-based module; SeedRuler-YOLO, a deep learning model built on YOLOv5 for high-precision object detection; and SeedRuler-SAM, which leverages the Segment Anything Model (SAM) for fine-grained seed segmentation. A dataset of 1,200 rice seed images was collected and manually annotated to train and evaluate the system. An interactive module enables users to flexibly define germination standards based on specific experimental needs. Results SeedRuler-YOLO achieved a mean average precision (mAP) of 0.955 and a mean absolute error (MAE) of 0.110, demonstrating strong detection accuracy. Both SeedRuler-IP and SeedRuler-SAM support interactive germination standard customization, enhancing adaptability across diverse use cases. In addition, SeedRuler incorporates an automated seed size measurement function developed in our prior work, enabling efficient extraction of seed length and width from each image. The entire analysis pipeline is optimized for speed, delivering germination results in under 30 seconds per image. Conclusions SeedRuler overcomes key limitations of existing methods by combining classical image processing with advanced deep learning models, offering accurate, scalable, and user-friendly germination analysis. Its flexible standard-setting and automated measurement features further enhance usability for both researchers and agricultural practitioners. SeedRuler represents a significant advancement in rice seed phenotyping, supporting more informed decision-making in seed selection, breeding, and crop management.
Why it matches plant phenotyping methodsイネ種子の発芽状態と種子サイズを画像から抽出するウェブ型フェノタイピング手法を開発し、データセットで性能評価しているため、方法が研究の中心である。
abstractwe present SeedRuler, a versatile, web-based application designed to improve the accuracy, efficiency, and usability of rice seed germination analysis.
Reproduction assets foundThe paper's rice seed germination image dataset (1,200 annotated images) is publicly deposited on Kaggle, and the SeedRuler platform (web tool plus offline software package with user manual) is freely available at the authors' lab site.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://www.kaggle.com/jinfengzhao/riceseedgermination .Open asset ↗Kaggle · jinfengzhao/riceseedgerminationlines:744-763Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 6 Sept 2026
Field / plotLiDAR / point cloudLeafWhole plant / canopy / plot / fieldSegmentation
Plant phenotyping analysis serves as a cornerstone of agricultural research. 3D point clouds greatly improve the problem of overlapping and occlusion of leaves in two-dimensional images and have become a popular field of plant phenotyping research. The realization of faster and more effective plant point cloud segmentation is the basis and key to the subsequent analysis of plant phenotypic parameters. To balance lightweight design and segmentation precision, we propose a Graph Convolutional Attention Synergistic Segmentation Network (GCASSN) specifically for plant point cloud data. The framework mainly comprises (1) Trans-net, which normalizes input point clouds into canonical poses; (2) Graph Convolutional Attention Synergistic Module (GCASM), which integrates graph convolutional networks (GCNs) for local feature extraction and self-attention mechanisms to capture global contextual dependencies. Complementary advantages are realized. On plant 3D point cloud segmentation via the Plant3D and Phone4D datasets, the model achieves state-of-the-art performance with 95.46% mean accuracy and 90.41% mean intersection-over-union (mIoU), surpassing mainstream methods (PointNet, PointNet++, DGCNN, PCT, and Point Transformer). The computational efficiency is competitive, with the inference time and parameter quantity slightly exceeding that of the DGCNN. Without parameter tuning, it attains 85.47% mIoU and 82.9% mean class IoU on ShapeNet, demonstrating strong generalizability. The method proposed in this article can fully extract the local detail features and overall global features of plants, and efficiently and robustly complete the segmentation task of plant point clouds, laying a solid foundation for plant phenotype analysis. The code of the GCASSN can be found in https://github.com/fallovo/GCASSN.git.
Why it matches plant phenotyping methods植物3D点云のセグメンテーション手法を開発・ベンチマークし、植物表現型解析の基盤となるワークフローを提供しているため、方法が中心的である。
abstractwe propose a Graph Convolutional Attention Synergistic Segmentation Network (GCASSN) specifically for plant point cloud data.
Reproduction assets foundThe abstract explicitly states the authors' GCASSN segmentation code is publicly available on GitHub, matching an allowed URL. No separate phenotype dataset deposit is stated in the supplied blocks (Plant3D/Phone4D are cited datasets, not author deposits).Code · publicThe code of the GCASSN can be found in https://github.com/fallovo/GCASSN.git .Open asset ↗fallovo/GCASSNlines:229-340Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Introduction Current research on sugarcane disease identification primarily focuses on a limited number of typical diseases, often constrained by specific target groups or conditions. To address this, we propose an enhanced ADQ-YOLOv8m model based on the YOLOv8m framework, enabling precise detection of sugarcane diseases. Methods The detection head is modified to a Dynamic Head to enhance feature representation capabilities. Following the Detect module, we introduce the ATSS dynamic label assignment strategy and the QFocalLoss loss function to address issues such as class imbalance, thereby bolstering the model's feature representation capabilities. Results Experimental results demonstrate that ADQ-YOLOv8m outperforms nine other mainstream object detection models, achieving precision, recall, mAP50, mAP50-95, and F1 scores of 86.90%, 85.40%, 90.00%, 77.40%, and 86.00%, respectively. Discussion Finally, comprehensive evaluation of the ADQ-YOLOv8m model's performance is conducted using visual analysis of image predictions and cross-scenario adaptability testing. The experimental results indicate that the proposed model excels in multi-objective processing and demonstrates strong generalization capabilities, suitable for scenarios involving multiple objectives, multiple categories, and class imbalance. The detection method proposed exhibits excellent detection performance and potential, providing robust support for the development of intelligent sugarcane cultivation and disease control.
Why it matches plant phenotyping methodsサトウキビ病害の画像から病害状態を推定する検出モデルを開発・評価しており、植物の病害表現型取得が中心的な方法論的貢献である。
abstractwe propose an enhanced ADQ-YOLOv8m model based on the YOLOv8m framework, enabling precise detection of sugarcane diseases.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicDataset 1: A manually collected dataset of sugarcane leaf disease images. It primarily comprises five major categories: healthy, mosaic disease, red rot disease, rust disease, and yellow leaf disease. The dataset has been captured using smartphones of various configurations to maintain diversity. It encompasses a total of 2569 images, encompassing all categories. The database has been collected in the state of Maharashtra, India. The database is balanced and exhibits a good diversity. The image sizes are not uniform, as they originate from various capture devices. All images are in RGB format. This study utilized the entire set of images from Dataset 1. Source: https://www.kaggle.com/datasetOpen asset ↗Kagglelines:350-378Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Soybean is one of the world's major oil-bearing crops and occupies an important role in the daily diet of human beings. However, the frequent occurrence of soybean leaf diseases caused serious threats to its yield and quality during soybean cultivation. Rapid identification of soybean leaf diseases could provide a better solution for efficient control and subsequent precision application. In this study, a lightweight deep convolutional neural network (CNN) based on multiscale feature extraction fusion (MFEF) and combined with a dense connectivity (DC) network (MFEF-DCNet) was proposed for soybean leaf disease identification. In MFEF-DCNet, a multiscale feature extraction fusion (MFEF) module for soybean leaves was constructed by utilizing a convolutional attention module and depth-separable convolution to improve the model feature extraction capability. Multiscale features are fused by using dense connections (DC) in the backbone network to improve the model generalization capability. Experiments were implemented on eight distinct disease and deficiency classes of soybean images (including bacterial blight, cercospora leaf blight, downy mildew, frogeye leaf spot, healthy, potassium deficiency, soybean rust, and target spot) using the proposed network. The results showed that the MFEF-DCNet had an accuracy of 0.9470, an average precision of 0.9510, an average recall of 0.9480, and an F1-score of 0.9490 for soybean leaf disease identification. And MFEF-DCNet had certain performance advantages in terms of classification accuracy, convergence speed and other effects compared with VGG16, ResNet50, DenseNet201, EfficientNetB0, Xception and MobileNetV3_small models. In addition, the accuracy of the MFEF-DCNet model in recognizing soybean diseases in local data was 0.9024, which indicated that the MFEF-DCNet model had favorable application in practical applications. The proposed model and experience in this study could provide useful inspiration for automated disease identification in soybean and other crops.
Why it matches plant phenotyping methods大豆葉の病害状態を画像から認識するCNNを開発・評価しており、植物病害フェノタイピング手法が研究の中心である。
abstracta lightweight deep convolutional neural network (CNN) based on multiscale feature extraction fusion (MFEF) and combined with a dense connectivity (DC) network (MFEF-DCNet) was proposed for soybean leaf disease identification.
Reproduction assets foundThe paper's phenotyping analysis is built on a public plant-image dataset: the Auburn Soybean Disease Image Dataset (ASDID), explicitly described as publicly available and cited with a Dryad DOI. No author analysis code, trained model checkpoints, or supplementary code/model deposit is stated in the supplied blocks. NoDataset · publicThe dataset used for the study was the Auburn Soybean Disease Image Dataset (ASDID), which is publicly available and has been extensively studied and validated ( Bevers et al., 2022 ).Open asset ↗lines:324-376Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Accurately predicting yield during the growing season enables improved crop management and better resource allocation for both breeders and growers. Existing yield prediction models for an entire field or individual plots are based on satellite-derived vegetation indices (VIs) and widely used machine learning-based feature extraction models, including principal component analysis (PCA) and autoencoders (AE). Here, we significantly enhance pre-harvest yield prediction at plot-scale using Compositional Autoencoders (CAE) - a deep-learning-based feature extraction approach designed to disentangle genotype (G) and environment (E) features - on high-resolution, plot-level satellite imagery. Our approach uses a dataset of approximately 4,000 satellite images collected from replicated plots of 84 hybrid maize varieties grown at five distinct locations across the U.S. Corn Belt. By deploying the CAE model, we improve the separation of genotype and environment effects, enabling more accurate incorporation of genotype-by-environment (GxE) interactions for downstream prediction tasks. Results show that the CAE-based features improve early-stage yield predictions by up to 10% compared to traditional autoencoder-based features and outperform vegetation indices (VIs) by 9% across various growth stages. The CAE model also excels in separating environmental factors, achieving a high silhouette score of 0.919, indicating effective clustering of environmental features. Moreover, the CAE consistently outperforms standard models in unseen environments and unseen genotypes yield predictions, demonstrating strong generalizability. This study demonstrates the value of disentangling G and E effects for providing more accurate and early yield predictions that support informed decision-making in precision agriculture and plant breeding.
Why it matches plant phenotyping methods作物プロットの収量という植物形質を、衛星画像から推定する深層学習特徴抽出法を開発・評価しており、表現型取得・推定手法が研究の中心である。
abstractHere, we significantly enhance pre-harvest yield prediction at plot-scale using Compositional Autoencoders (CAE) - a deep-learning-based feature extraction approach designed to disentangle genotype (G) and environment (E) features - on high-resolution, plot-level satellite imagery.
Reproduction assets foundThe paper's data availability statement provides public access to both the authors' analysis code (Bitbucket repository) and the paper-specific satellite plot-level images with ground-truth yield data (Dryad DOI deposit), directly reproducing this study's phenotyping measurements and analysis.Code · publicAll code is available at bitbucket at https://bitbucket.org/ JS has equity interests in Data2Bio, LLC, and Dryland GeneticsOpen asset ↗pdf-page:14 lines:1-66Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction Agriculture underpins global food security by providing food, raw materials, and livelihoods, contributing 4% to global GDP and up to 25% in rural areas. Rice, a staple for more than half of the world's population, is nutritionally vital but highly vulnerable to diseases such as Hispa, leaf blast, and brown spots, which significantly reduce yield and quality. Achieving Sustainable Development Goal (SDG) 2 requires innovative approaches to mitigate these threats. Artificial intelligence (AI), particularly computer vision and machine learning, offers promising tools for early disease detection. Methods This study developed a convolutional neural network (CNN)-based model for rice leaf disease detection and classification. A publicly available dataset containing 3,355 labeled images across four categories-Brown Spot, Leaf Blast, Hispa, and Healthy leaves-was used to train and evaluate the model. To improve classification accuracy, the CNN was enhanced with spatial and channel attention mechanisms, enabling it to focus on the most discriminative image regions. The system was designed for modular deployment, allowing lightweight, real-time implementation on edge devices. Results The enhanced CNN achieved high accuracy and robust performance metrics across all disease categories. Attention mechanisms significantly improved precision in identifying subtle disease patterns. The lightweight design ensured efficient operation on edge devices, demonstrating feasibility for real-world agricultural applications. Discussion and conclusion The proposed AI-driven system provides reliable and scalable rice leaf disease detection, supporting timely intervention to reduce yield loss. By strengthening rice production and promoting sustainable practices, the model contributes to SDG 2 by advancing global food security. This research highlights AI's transformative role in agriculture, fostering mechanization, ecological stability, and resilience in food systems.
Why it matches plant phenotyping methodsイネ葉の病徴を画像から分類するCNN手法を開発・評価しており、植物の病害状態を直接推定するフェノタイピング手法が研究の中心である。
abstractThis study developed a convolutional neural network (CNN)-based model for rice leaf disease detection and classification.
Reproduction assets foundThe paper's data availability statement points to a public Kaggle dataset of 3,355 labeled rice leaf disease images (Brown Spot, Leaf Blast, Hispa, Healthy) used to train and evaluate the CNN model. No author code or trained model deposit is mentioned.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/minhhuy2810/rice-diseases-image-dataset/data .Open asset ↗Kaggle · minhhuy2810/rice-diseases-image-datasetlines:927-976Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction Wheat is a vital global staple crop, where accurate ear detection and counting are essential for yield prediction and field management. However, the complexity of field environments poses significant challenges to achieving lightweight yet high-precision detection. Methods This study proposes YOLOv8-FDA, a lightweight detection and counting method based on YOLOv8. The approach integrates RFAConv for enhanced feature extraction, DySample for efficient multi-scale upsampling, HWD for compressed and accelerated model training, and the SDL loss for improved bounding box regression. Results Experimental results on the GWHD dataset show that YOLOv8-FDA achieves a precision of 86.3%, recall of 77.5%, and mAP@0.5 of 84.9%, outperforming the original YOLOv8n by significant margins. The model size is 2.96MB with a computational cost of 8.3 GFLOPs, and it operates at 19.2 FPS, enabling real-time counting with over 97.5% accuracy using cross-row segmentation. Discussion The proposed YOLOv8-FDA model demonstrates strong detection performance, lightweight characteristics, and efficient real-time capability, indicating its high practicality and suitability for deployment in real-world agricultural applications.
Why it matches plant phenotyping methodsコムギ穂の検出・計数という植物器官形質の画像ベース抽出法をYOLOv8改良モデルとして開発し、データセット上で性能検証しているため、方法が研究の中心である。
abstractThis study proposes YOLOv8-FDA, a lightweight detection and counting method based on YOLOv8.
Reproduction assets foundThe paper's wheat ear detection/counting experiments were run on the public 2021 GWHD dataset, which the authors explicitly link via a Zenodo DOI in the data availability statement. No author-specific code or trained model checkpoints are disclosed.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: Zenodo at https://doi.org/10.5281/zenodo.5092309 .Open asset ↗Zenodo · 10.5281/zenodo.5092309lines:698-734Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 6 Sept 2026
Introduction: spp.) is a perennial legume traditionally cultivated as a forage crop and is now emerging as a promising candidate for development as a perennial grain legume. Despite its potential, no research has addressed the breeding of sainfoin varieties with superior grain processing properties. Methods: We conducted a multifactorial experiment to evaluate the depodding and dehulling efficiency of five commercially available sainfoin varieties. Seeds were processed using two different methods (belt thresher and impact dehuller) across five sample sizes. A pre-trained Faster R-CNN (Region-based Convolutional Neural Network) object detection model was fine-tuned to identify intact pods, whole seeds, and split seeds from images of the processed mixtures. These predictions were used to calculate processing efficiency (PE) for each variety. A comprehensive power analysis was performed to determine the minimum sample size of sainfoin pods required to detect differences in PE with high statistical power. Results: We observed strong varietal differences in PE, as well as clear effects of the processing method. Belt threshing produced mixtures with more intact pods, while the impact dehuller generated a higher proportion of split seeds. Increasing sample size led to more intact pods across all varieties and methods, and notably decreased seed proportion in belt-threshed samples. Statistical modeling combined with object detection outputs revealed that a minimum of 2 g of pods is required to reliably detect an absolute proportional difference of 0.25 in PE between two breeding lines with 80% power. Discussion: Our findings demonstrate that sainfoin varieties differ significantly in processing efficiency and that processing outcomes depend strongly on both method and sample size. Integrating deep learning-based phenotyping with robust statistical design enables efficient evaluation of processing traits and provides actionable guidelines for breeding programs. While deep learning models offer powerful, cost-effective tools for plant phenotyping, their outputs must be paired with rigorous statistical design to yield reliable and actionable insights for crop improvement.
Why it matches plant phenotyping methods画像からポッド・種子を検出し、処理効率という植物由来形質を算出する深層学習ベースの表現型解析が研究の中心であるため。
titleDeep learning driven, image-based phenotyping of seed processing efficiency in sainfoin
Reproduction assets foundThe paper's data availability statement explicitly deposits the seed image dataset and Faster R-CNN model weights in two public Zenodo repositories and all Python/R analysis code in a public GitHub repository, all with direct URLs.Dataset · publicThe image dataset and FasterRCNN model weights presented in the study are deposited in publicly available Zenodo repositories under accession numbers https://doi.org/10.5281/zenodo.8346923Open asset ↗Zenodo · 10.5281/zenodo.8346923lines:501-517Code · publicAll Python and R code used in this study are deposited in a public GitHub repository at https://github.com/BoMeyering/sainfoin_seed_RCNNOpen asset ↗GitHub · BoMeyering/sainfoin_seed_RCNNlines:501-517Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
In the context of the rapid development of smart agriculture, the detection of crop diseases remains a critical and challenging task. The diversity in eggplant disease scales, disease edge features, and the complexity of planting backgrounds significantly impact disease detection effectiveness. To address these challenges, we propose an eggplant disease detection network with edge feature enhancement based on multi-scale learning. The overall network adopts a "backbone-neck-head" architecture: the backbone extracts features, the neck performs feature fusion, and a three-scale detection head produces the final predictions. First, we designed the Multi-scale Edge Information Enhance (CSP-MSEIE) module to extract features from different disease scales and highlight edge information to obtain richer target features. Second, the Multi-source Interaction Module (MSIM) and Dynamic Interpolation Interaction Module (DIIM) sub-modules were designed further to enhance the model's capacity for multi-scale feature representation. By leveraging dynamic interpolation and feature fusion strategies, these sub-modules significantly improved the model's ability to detect targets in complex backgrounds. Then, leveraging these sub-modules, we designed the Multi-scale Context Reconstruction Pyramid Network (MCRPN) to facilitate spatial feature reconstruction and hierarchical context extraction. This framework efficiently combines feature information across multiple levels, strengthening the model's ability to capture and utilize contextual details. Finally, we validated the effectiveness of the proposed model on two disease datasets. It is noteworthy that on the eggplant disease data, the proposed disease detection model achieved improvements of 4.7% and 7.2% in mAP50 and mAP50-95 metrics, respectively, and the model's frames per second (FPS) reached 270.5. This detection network provides an effective solution for the efficient detection of crop diseases.
Why it matches plant phenotyping methods植物病害の画像ベース検出ネットワークを開発し、病害状態の推定をデータセットで検証しており、表現型取得・抽出手法が中心である。
abstractwe propose an eggplant disease detection network with edge feature enhancement based on multi-scale learning.
Reproduction assets foundThe paper's two evaluation datasets are publicly available: the PlantDoc dataset and the Roboflow-hosted eggplant disease detection dataset, both explicitly linked in the data availability statement. No author code or model checkpoints are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://public.roboflow.com/object-detection/plantdoc/ ; https://universe.roboflow.com/bohol-island-state-university-vgjlb/eggplant-disease-detection .
Author contributions
HS: Investigation, Formal Analysis, Methodology, Writing – original draft, Data curation, Conceptualization. RF: Formal Analysis, Data curation, Writing – review & editing, Methodology. DK: Writing – review & edOpen asset ↗PlantDoclines:371-486Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://public.roboflow.com/object-detection/plantdoc/ ; https://universe.roboflow.com/bohol-island-state-university-vgjlb/eggplant-disease-detection .
Author contributions
HS: Investigation, Formal Analysis, Methodology, Writing – original draft, Data curation, Conceptualization. RF: Formal Analysis, Data curation, Writing – review & editing, Methodology. DK: Writing – review & editing, Funding acquisition, Formal Analysis, Supervision.
Conflict of interest
The authors declOpen asset ↗eggplant-disease-detectionlines:371-486Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction Monitoring the growth status and aboveground biomass of wild and cultivated medicinal herbs remains a persistent challenge in precision agriculture. Methods In this study, we developed machine learning and deep learning models to estimate SPAD values and biomass of Lamiophlomis rotata (Benth.). The models used hyperspectral data and time-series phenotypic traits from 508 samples collected across different altitudes. Regions of interest (ROIs) were manually defined from plant contours. The corresponding mean spectral profiles were then preprocessed. To improve feature selection, we proposed a Dynamic Reptile Search Algorithm-enhanced CARS (DRSA-CARS) method. This method integrates a dynamic behavioral strategy into the CARS framework to identify informative spectral bands. Vegetation indices (VIs) and gray-level co-occurrence matrix (GLCM)-based texture parameters were extracted and combined with spectral features to construct the PLSR, SVR, FNN, and CNN models. Results Compared to CARS, the DRSA-CARS method reduced feature dimensionality by up to 75.7% for SPAD and 29.2% for biomass, while improving prediction accuracy ( R ²) by 24.4% and 34.7%, respectively. Among all models, the FNN achieved the highest performance, with R ² values of 0.7732 (training) and 0.7502 (testing) for SPAD and 0.8260 and 0.7933 for biomass. Feature fusion further improved predictive accuracy by 11% for SPAD and 30% for biomass compared to models based on individual feature types. Discussion These results demonstrate that coupling DRSA-CARS-based feature selection with deep learning provides a robust, non-destructive approach for evaluating plant growth status. This framework highlights the potential of hyperspectral imaging as a rapid, reliable, non-invasive tool for precision cultivation of medicinal herbs.
Why it matches plant phenotyping methodsハイパースペクトル画像からSPAD値とバイオマスという植物形質を非破壊推定し、特徴選択法と深層学習モデルを開発・評価しており、フェノタイピング手法が中心である。
abstractwe developed machine learning and deep learning models to estimate SPAD values and biomass of Lamiophlomis rotata (Benth.).
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 2
Hyperparameters and settings of PLSR, SVR, FNN, and CNN models for above-ground biomass prediction.Open asset ↗lines:760-839Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
With the increasing threat of agricultural diseases to crop production, traditional manual detection methods are inefficient and highly susceptible to environmental factors, making an efficient and automated disease detection method urgently needed. Existing deep learning models still face challenges in detecting small targets and recognizing multi-scale lesions in complex backgrounds, particularly in terms of multi-feature fusion. To address these issues, this paper proposes an improved YOLO-LF model by introducing modules such as CSPPA (Cross-Stage Partial with Pyramid Attention), SEA (SeaFormer Attention), and LGCK (Local Gaussian Convolution Kernel), aiming to improve the accuracy and efficiency of small target disease detection. Specifically, the CSPPA module enhances multi-scale feature fusion, the SEA module strengthens the attention mechanism for contextual and local information to improve detection accuracy, and the LGCK module increases the model's sensitivity to small lesion areas. Experimental results show that the proposed YOLO-LF model achieves significant performance improvements on the Plant Pathology 2020 - FGVC7 and Plant Pathology 2021 - FGVC8 datasets, particularly in mAP@0.5% and mAP@0.5-0.95%, outperforming existing mainstream models. These results indicate that the proposed method effectively handles complex backgrounds and small target detection tasks in agricultural disease detection, demonstrating high practical value.
Why it matches plant phenotyping methods植物病斑という植物の病害状態を画像から検出・推定する深層学習モデルを開発し、複数データセットで性能評価しているため、植物フェノタイピング手法が中心です。
abstractthis paper proposes an improved YOLO-LF model by introducing modules such as CSPPA (Cross-Stage Partial with Pyramid Attention), SEA (SeaFormer Attention), and LGCK (Local Gaussian Convolution Kernel), aiming to improve the accuracy and efficiency of small target disease detection.
Reproduction assets foundThe paper evaluates its YOLO-LF model on the public Plant Pathology 2021 - FGVC8 dataset, which is cited in the references with an explicit public Kaggle URL matching an allowed URL. No author analysis code, trained models, or other paper-specific assets are disclosed; the data availability statement only offers to 'f'Dataset · publicDataset Fruit Pathology, S (2021). Plant pathology 2021-fgvc8. Available online at: https://www.kaggle.com/competitions/plant-pathology-2021-fgvc8 (Accessed May 27, 2021).Open asset ↗Kaggle · plant-pathology-2021-fgvc8html-lines:611-660Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
FlowerClassificationObject detectionGrowth / development / phenology
As an ornamental plant, Alstroemeria Genus Morado holds great significance in precision agriculture for the automatic detection and classification of its flower maturity. However, due to its diverse morphologies, complex growth environments, and factors such as occlusion and lighting changes, related tasks face numerous challenges, and research in this area is relatively scarce. This study proposes a deep - learning - based object detection framework, the Morado Flower Detection Network (MFDN), which consists of two parts: a backbone network and a head network. Novel modules such as C3k2_PPA are introduced. Through multi - branch fusion and the attention mechanism, the ability to detect small targets is enhanced. The head network uses the CARAFE module for upsampling, combines features through Concat, accelerates processing with the optimized C2f module, and finally achieves precise detection and classification through the Detect module. In the comparative experiment on the morado_5may dataset, MFDN performs outstandingly in indicators such as Precision, Recall, and F1 - score. The mean Average Precision (mAP) of MFDN is 1.3% - 5.8% higher than that of YOLO - series models. It has strong generalization ability and is expected to contribute to improving the efficiency and automation level of agricultural production.
Why it matches plant phenotyping methodsアルストロメリア花の成熟度を画像から検出・分類する深層学習手法を開発し、データセット上で比較評価しており、植物表現型取得が中心である。
abstractThis study proposes a deep - learning - based object detection framework, the Morado Flower Detection Network (MFDN)
Reproduction assets foundThe paper's core phenotyping measurements (flower maturity detection/classification) are performed on the publicly released morado_5may dataset of 414 annotated Alstroemeria Morado flower images (5,439 bounding-box labels, raw/ripe classes), which the authors state is publicly available on Kaggle. The YOLOv5/ultralytcsDataset · publicLentsch T. (2021). Available online at: https://www.kaggle.com/datasets/teddevrieslentsch/morado-5may (Accessed July 20, 2021)Open asset ↗Kaggle · teddevrieslentsch/morado-5mayhtml-lines:544-586Dataset · publicthis study selected the publicly available morado_5may dataset (Lentsch, 2021) for experimentsOpen asset ↗morado_5mayhtml-lines:97-149Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Common beanLeafClassificationStress / disease detectionDisease symptoms / severity
Introduction Early detection of diseases on bean leaves is essential for preventing declines in agricultural productivity and mitigating broader agricultural challenges. However, some bean leaf diseases are difficult to detect even with the human eye, posing significant challenges for machine learning methods that rely on precise feature extraction. Methods We propose a novel approach, DCT-Transformers, which combines a preprocessing technique, dynamic range enhanced discrete cosine transform (DRE-DCT) with Transformer-based models. The DRE-DCT method enhances the dynamic range of input images by extracting high-frequency components and subtle details that are typically imperceptible while preserving overall image quality. Transformer models were then used to classify bean leaf images before and after applying this preprocessing step. Results Experimental evaluations demonstrate that the proposed DCT-Transformers method achieved a classification accuracy of 99.56% (precision: 0.9916, recall: 0.9912, F1-score: 0.9912) when using preprocessed images, compared to 95.92% when using non-preprocessed images. Moreover, the method outperformed state-of-the-art approaches (all below 94%) and similar studies (all below 98.5%). Discussion These findings indicate that enhancing feature extraction through DRE-DCT significantly improves disease classification performance. The proposed method offers an efficient solution for early disease detection in agriculture, contributing to improved disease management strategies and supporting food security initiatives.
Why it matches plant phenotyping methods豆の葉画像から病害状態を推定する画像・計算手法を提案し、前処理とTransformerの性能を比較評価しており、植物フェノタイピング手法が研究の中心である。
abstractWe propose a novel approach, DCT-Transformers, which combines a preprocessing technique, dynamic range enhanced discrete cosine transform (DRE-DCT) with Transformer-based models.
Reproduction assets foundThe paper's data availability statement explicitly links the iBean leaf disease image dataset used for all experiments and the authors' public GitHub repository containing the study's implementation code.Dataset · publicThe Makere iBean dataset can be downloaded from the following link: https://github.com/AI-Lab-Makerere/ibean/ .Open asset ↗https://github.com/AI-Lab-Makerere/ibean/lines:463-478Code · publicThe code implemented in this study can be accessed via: https://github.com/harisushehu/bean-leaf-diseases-detection .Open asset ↗https://github.com/harisushehu/bean-leaf-diseases-detectionlines:463-478Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Apple leaf diseases severely affect the quality and yield of apples, and accurate classification is crucial for reducing losses. However, in natural environments, the similarity between backgrounds and lesion areas makes it difficult for existing models to balance lightweight design and high accuracy, limiting their practical applications. In order to resolve the aforementioned problem, this paper introduces a lightweight converged attention multi-branch network named LCAMNet. The network integrates depthwise separable convolutions and structural re-parameterization techniques to achieve efficient modeling. To avoid feature loss caused by single downsampling operations, a dual-branch downsampling module is designed. A multi-scale structure is introduced to enhance lesion feature diversity representation. An improved triplet attention mechanism is utilized to better capture deep lesion features. Furthermore, a dataset named SCEBD is constructed, containing multiple common disease types and interference factors under natural environments, realistically reflecting orchard conditions. Experimental results show that LCAMNet achieves 92.60% accuracy on the SCEBD and 95.31% on a public dataset, with only 0.03 GFLOPs and 1.30M parameters. The model maintains high accuracy while remaining lightweight, enabling effective apple leaf disease classification in natural environments on devices with limited resources.
Why it matches plant phenotyping methodsリンゴ葉の病徴を画像から分類する軽量モデルを開発し、自然環境データセットを構築・評価しており、植物病害状態の画像ベース表現型推定が中心である。
abstractthis paper introduces a lightweight converged attention multi-branch network named LCAMNet.
Reproduction assets foundThe paper's data availability statement links three public image datasets directly used in its experiments: the FGVC8 Plant Pathology 2021 Kaggle dataset, the AppleLeaf9 GitHub dataset, and the ATLDSD dataset on ScienceDB. No author analysis code or trained model is released, and the self-constructed SCEBD has no own公开Dataset · publicce Foundation Project (No. 2024MS06002), the Inner Mongolia Autonomous Region universities innovative research team project (No. NMGIRT2313) and the Inner Mongolia Natural Science Foundation Project (No. 2025ZD012).
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/competitions/plant-pathology-2021-fgvc8 ; https://github.com/JasonYangCode/AppleLeaf9 ; https://www.scidb.cn/en/detail?dataSetId=0e1f57004db842f99668d82183afd578 .
Author contributions
YJ: Data curation, Formal analysis, Investigation, Methodology, Software, Validation, Visualization, Writing – original draft. HL: Funding acquisition, Resources,Open asset ↗plant-pathology-2021-fgvc8 · plant-pathology-2021-fgvc8lines:727-753Dataset · publicomous Region universities innovative research team project (No. NMGIRT2313) and the Inner Mongolia Natural Science Foundation Project (No. 2025ZD012).
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/competitions/plant-pathology-2021-fgvc8 ; https://github.com/JasonYangCode/AppleLeaf9 ; https://www.scidb.cn/en/detail?dataSetId=0e1f57004db842f99668d82183afd578 .
Author contributions
YJ: Data curation, Formal analysis, Investigation, Methodology, Software, Validation, Visualization, Writing – original draft. HL: Funding acquisition, Resources, Writing – review & editing. XF: Project administration, SupervisOpen asset ↗JasonYangCode/AppleLeaf9 · JasonYangCode/AppleLeaf9lines:727-753Dataset · publicteam project (No. NMGIRT2313) and the Inner Mongolia Natural Science Foundation Project (No. 2025ZD012).
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/competitions/plant-pathology-2021-fgvc8 ; https://github.com/JasonYangCode/AppleLeaf9 ; https://www.scidb.cn/en/detail?dataSetId=0e1f57004db842f99668d82183afd578 .
Author contributions
YJ: Data curation, Formal analysis, Investigation, Methodology, Software, Validation, Visualization, Writing – original draft. HL: Funding acquisition, Resources, Writing – review & editing. XF: Project administration, Supervision, Writing – review & editing. BW: Project aOpen asset ↗0e1f57004db842f99668d82183afd578lines:727-753Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
In the context of intelligent agriculture in China, rapid and accurate identification of crop diseases is essential for ensuring food security and improving crop yield. Although lightweight convolutional neural networks (CNNs) are widely adopted for plant disease recognition due to their computational efficiency, they often suffer from limited feature representation and classification accuracy. To address these challenges, we propose LiSA-MobileNetV2, an improved MobileNetV2-based model designed for rice disease classification. First, we restructure the inverted residual module to simplify the network architecture, achieving a test accuracy of 92.32%, representing a 2.41% improvement over the original MovileNetV2 (89.91%). This indicate that a more lightweight network can enhance feature representation in specific disease recognition. Second, integrating the Swish activation function further improves accuracy to 94.04% by enhancing the model's non-linear feature learning. Finally, the addition of a squeeze-and-excitation attention mechanism raises accuracy to 95.68%, representing a 5.77% improvement over the original model. Importantly, the parameter size and FLOPs are reduced by 74.69% and 48.18%, respectively, maintaining strong computational efficiency. These results demonstrate that combining structural simplification, advanced activation, and efficient attention mechanisms significantly improves CNN performance. LiSA-MobileNetV2 provides a high-accuracy, resource-efficient solution for real-time rice disease detection in smart farming systems.
Why it matches plant phenotyping methodsイネ病害の症状を画像から分類する深層学習モデルを開発・評価しており、植物の病害状態の取得・推定が中心的な方法論的貢献である。
abstractwe propose LiSA-MobileNetV2, an improved MobileNetV2-based model designed for rice disease classification.
Reproduction assets foundThe article provides an authors' public GitHub repository containing the Python code implementing the LiSA-MobileNetV2 rice disease classification model. The rice disease image dataset itself is a third-party public dataset (Paddy Doctor) cited from prior work, not a paper-specific deposit, so only the code qualifies.Code · publicThe code implementing the LiSA-MobileNetV2 model is written in Python and is available at https://github.com/ZhijunBioinf/LiSA-MobileNetV2 .Open asset ↗ZhijunBioinf/LiSA-MobileNetV2lines:406-488Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Agriculture plays a critical role in the global economy, providing livelihoods and ensuring food security for billions. Progress in agricultural techniques has helped boost crop yield, along with a growing need for precise disease monitoring solutions. This requires accurate, efficient, and timely disease detection methods. The research presented in this paper addresses this need by analyzing a hybrid model built using Graph Attention Network (GAT) and Graph Convolution Network (GCN) models. The integration of these models has witnessed a notable improvement in the accuracy of leaf disease classification. GCN has been widely used for learning from graph-structured data, and GAT enhances this by incorporating attention mechanisms to focus on the most important neighbors. The methodology incorporates superpixel segmentation for efficient feature extraction, partitioning images into meaningful, homogeneous regions that better capture localized features. The robustness of the model is further enhanced by the edge augmentation technique. The edge augmentation technique in the context of graph has introduced a significant degree of generalization in the detection capabilities of the model as analyzed on apple, potato, and sugarcane leaves. To further optimize training, weight initialization techniques are applied. The hybrid model is evaluated against the individual performance of the GCN and GAT models and the hybrid model achieved a precision of 0.9822, recall of 0.9818, and F1-score of 0.9818 in apple leaf disease classification, a precision of 0.9746, recall of 0.9744, and F1-score of 0.9743 in potato leaf disease classification, and a precision of 0.8801, recall of 0.8801, and F1-score of 0.8799 in sugarcane leaf disease classification. The results indicate that the model is effective and consistent in identifying leaf diseases in plants.
Why it matches plant phenotyping methods植物葉画像から病害状態を分類するGAT-GCNモデルを開発・比較評価しており、病害表現型の抽出手法が中心である。
abstractThe methodology incorporates superpixel segmentation for efficient feature extraction, partitioning images into meaningful, homogeneous regions that better capture localized features.
Reproduction assets foundThe paper evaluates its GAT-GCN hybrid leaf disease classifier on three public leaf image datasets. Two of them (apple and potato) are cited with explicit Kaggle URLs that match allowed_urls entries; the sugarcane dataset is cited without a public URL. No author code or model release is mentioned.Dataset · publicAdvanced Comput. Sci. Appl.
10 ( 8 ), 486 – 492 . doi:
10.14569/IJACSA.2019.0100863
Alsayed A. Alsabei A. Muhammad A.
( 2021 ).
Classification of apple tree leaves diseases using deep learning methods
. Int. J. Comput. Sci. Network Secur.
21 , 324 – 330 .
Antor M. H.
( 2020 ). Apple leaf diseases dataset . Available online at: https://www.kaggle.com/datasets/mhantor/apple-leaf-diseases (Accessed October 13, 2024 ).
Bansal P. Kumar R. Kumar S.
( 2021 ).
Disease detection in apple leaves using deep convolutional neural network
. Agriculture
11 , 617 . doi:
10.3390/agriculture11070617
Bera A. Bhattacharjee D. Krejcar O.
( 2024 ).
Pnd-net: plant nutrition deficiency and disease classification usOpen asset ↗Kaggle · mhantor/apple-leaf-diseaseslines:548-708Dataset · publicnt. J. Res. Eng.
5 , 516 – 523 . doi:
10.21276/ijre.2018.5.9.4
Peng Y. Wang Y.
( 2022 ).
Leaf disease image retrieval with object detection and deep metric learning
. Front. Plant Sci.
13 , 963302 . doi:
10.3389/fpls.2022.963302
, PMID:
36176678
PMC9513793
Putra M. A.
( 2020 ). Potato leaf disease dataset . Available online at: https://www.kaggle.com/datasets/muhammadardiputra/potato-leaf-disease-dataset (Accessed October 13, 2024 ).
Rao S. U. M. Sreekala K. Rao P. Srinivas Shirisha N. Srinivas G. Sreedevi E.
( 2024 ).
Plant disease classification using novel integration of deep learning cnn and graph convolutional networks
. Indonesian J. Electrical Eng. Comput. Sci.
36 , 1721 – 1730 .
RathOpen asset ↗Kaggle · muhammadardiputra/potato-leaf-disease-datasetlines:709-821Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction Yam is an important medicinal and edible crop, but its quality and yield are greatly affected by leaf diseases. Currently, research on yam leaf disease segmentation remains unexplored. Challenges like leaf overlapping, uneven lighting and irregular disease spots in complex environments limit segmentation accuracy. Methods To address these challenges, this paper introduces the first yam leaf disease segmentation dataset and proposes BiSeNeXt, an enhanced method based on BiSeNetV2. Firstly, dynamic feature extraction block (DFEB) enhances the precision of leaf and disease edge pixels and reduces lesion omission through dynamic receptive-field convolution (DRFConv) and pixel shuffle (PixelShuffle) downsampling. Secondly, efficient asymmetric multi-scale attention (EAMA) effectively alleviates the problem of lesion adhesion by combining asymmetric convolution with a multi-scale parallel structure. Finally, PointRefine decoder adaptively selects uncertain points in the image predictions and refines them point-by-point, producing accurate segmentation of leaves and spots. Results Experimental results indicated that the approach achieved a 97.04% intersection over union (IoU) for leaf segmentation and an 84.75% IoU for disease segmentation. Compared to DeepLabV3+, the proposed method improves the IoU of leaf and disease segmentation by 2.22% and 5.58%, respectively. Additionally, the FLOPs and total number of parameters of the proposed method require only 11.81% and 7.81% of DeepLabV3+, respectively. Discussion Therefore, the proposed method can efficiently and accurately extract yam leaf spots in complex scenes, providing a solid foundation for analyzing yam leaves and diseases.
Why it matches plant phenotyping methodsヤム葉と病斑を画像から分割・抽出する手法とデータセットを開発し、性能比較まで行っており、植物の病害状態を取得する方法が中心である。
abstractthis paper introduces the first yam leaf disease segmentation dataset and proposes BiSeNeXt, an enhanced method based on BiSeNetV2.
Reproduction assets foundThe paper's authors publicly released their self-constructed yam leaf disease segmentation dataset (1,097 annotated images of anthracnose, brown spot, and gray spot) via a Google Drive link in the Data availability statement. No code or trained model deposit is explicitly stated.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://drive.google.com/drive/folders/1_ojcb_84TMbkZwYfm0dgsL1NjiGw7GRF?usp=sharing .Open asset ↗lines:1046-1093Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
The integration of nanotechnology in agriculture allows for more precise nutrient delivery through nanoparticles (NPs), particularly via foliar application. To mature this technology for enhancing fertilizer efficiency, it is essential to shed new light on the transport and dissolution of NPs in plants. Available analytical methods struggle to address this challenge in a direct manner. We introduce correlative X-ray imaging as a novel analytical tool capable of tracking NP pathways, dissolution and hence nutrient release in plants. By utilizing three complementary X-ray techniques, we offer a unique insight into the plant processes associated with foliar fertilization. We demonstrate that small-angle X-ray scattering enables the characterization of NP size and concentration, while X-ray fluorescence imaging, maps the distribution of elements within the sample. Finally, micro-computed tomography integrates these findings into a complete three-dimensional digital representation of the plant’s microstructure, revealing regions of apparent densification associated with NP accumulation. Using freeze-dried barley plants infiltrated with nano-hydroxyapatite (nHAP), we observed rapid dissolution of NPs, and we are able to associate time and space attributes to the translocation process of nutrients up to three days following foliar application of NPs. With the first pilot study of applying correlative X-ray imaging to live plants, we sought to indicate the potential of this new analytical approach for future nano-enabled agricultural research.
Why it matches plant phenotyping methods植物内のナノ粒子経路・溶解・栄養輸送を可視化する相関X線イメージング手法の導入と実証が中心であり、植物の状態・生理過程を測定する方法論的研究である。
abstractWe introduce correlative X-ray imaging as a novel analytical tool capable of tracking NP pathways, dissolution and hence nutrient release in plants.
Reproduction assets foundThe article's data availability statement points to a public figshare repository hosting the study's datasets (X-ray imaging/phenotyping measurements). No author analysis code with explicit public deposit language was identified; Dragonfly is a commercial visualization tool, not a paper-specific asset.Dataset · publicng Wan , Hainan University, China
Zhansheng Li , Chinese Academy of Agricultural Sciences, China
Firozeh Solimani , Politecnico di Bari, Italy
Data availability statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://figshare.com/s/33ee8388a36600fe98d5 .
Author contributionsOpen asset ↗figsharelines:191-206Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Plant disease classification using deep learning techniques has shown promising results, especially when models are trained on high-quality images. However, these models often suffer from a significant drop in their accuracies when tested in real-world agricultural settings. In the wild, models encounter images that are significantly different from the training data in aspects like lighting conditions, capturing conditions, image resolution, and the severity of disease. This discrepancy between the training images and images in-the-wild conditions poses a major challenge for deploying these models in agricultural settings. In this paper, we present a novel approach to address this issue by combining a Vision Transformer backbone with a Mixture of Experts, where multiple expert models are trained to specialize in different aspects of the input data, and a gating mechanism is implemented to select the most relevant experts for each input. The use of Mixture of Experts allows the model to dynamically allocate specialized experts to different types of input data, improving model performance across diverse image conditions. The approach significantly improves performance on diverse datasets that contain a range of image capturing conditions and disease severities. Furthermore, the model incorporates entropy regularization and orthogonal regularization, aiming to enhance the robustness and generalization capabilities. Experimental results demonstrate that the proposed model achieved a 20% improvement in accuracy compared to Vision Transformer (ViT). Furthermore, it demonstrated a 68% accuracy on cross-domain datasets like PlantVillage to PlantDoc, surpassing baseline models such as InceptionV3 and EfficientNet. This highlights the potential of our model for effective deployment in dynamic agricultural environments.
Why it matches plant phenotyping methods野外画像から植物病害の状態・重症度を推定する分類手法を開発し、異なるデータセットや撮影条件で性能検証しているため、植物フェノタイピング手法が中心です。
abstractIn this paper, we present a novel approach to address this issue by combining a Vision Transformer backbone with a Mixture of Experts
Reproduction assets foundThe paper's authors publicly release implementation details and trained models on GitHub, and the study analyzes two public plant disease image datasets (PlantVillage and PlantDoc) hosted on Kaggle, all directly used for this paper's phenotyping/classification analysis.Code · publicment in the agricultural sector. Future work could focus on further optimizing the model architecture, exploring additional data augmentation techniques, and testing the model in diverse field conditions to validate its applicability in complex farming environments. The implementation details and trained models are available at https://github.com/salman32140/Vit_MoE/ .
By offering a solution that effectively bridges the gap between lab-controlled datasets and complex image conditions, this research paves the way for more reliable and scalable plant disease detection systems that can support sustainable agricultural practices and enhance the role of technology in crop management strategies.Open asset ↗https://github.com/salman32140/Vit_MoE/ · salman32140/Vit_MoElines:674-698Dataset · public56354) supervised by the Institute for Information and Communications Technology Planning and Evaluation (IITP), in part by the National Program for Excellence in SW, supervised by the IITP in 2025” (2024- 0-00037).
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/mohitsingh1804/plantvillage , https://www.kaggle.com/datasets/abdulhasibuddin/plant-doc-dataset .
Author contributions
ZS: Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Software, Validation, Visualization, Writing – original draft, Writing – review & editing. AM: Supervision, Validation, Writing – reviewOpen asset ↗https://www.kaggle.com/datasets/mohitsingh1804/plantvillage · mohitsingh1804/plantvillagelines:674-698Dataset · publiccations Technology Planning and Evaluation (IITP), in part by the National Program for Excellence in SW, supervised by the IITP in 2025” (2024- 0-00037).
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/mohitsingh1804/plantvillage , https://www.kaggle.com/datasets/abdulhasibuddin/plant-doc-dataset .
Author contributions
ZS: Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Software, Validation, Visualization, Writing – original draft, Writing – review & editing. AM: Supervision, Validation, Writing – review & editing. DH: Funding acquisition, Project administration, ROpen asset ↗https://www.kaggle.com/datasets/abdulhasibuddin/plant-doc-dataset · abdulhasibuddin/plant-doc-datasetlines:674-698Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
MaizeSeed / grainObject detectionGrowth / development / phenology
The germination potential of corn seeds, a key index for assessing their quality and directly associated with the ultimate corn yield, is currently defined in a way that cannot effectively portray the seed germination rate, and the prevalent measurement methods are traditional, consuming substantial process resources. To tackle these issues, this paper employs a public corn seed germination dataset, adds noise to it to simulate real - world production conditions, and ultimately acquires a dataset comprising 8148 images. It then proposes an enhanced YOLOv8 target detection model, EBS - YOLOv8, for detecting corn seed germination. Specifically, the ECA lightweight attention mechanism is introduced to decrease small - target feature loss, assist in accurate target recognition, and remove redundant features; simultaneously, the P2BiFPN multiscale feature fusion technique is utilized to boost the detection ability for small targets; furthermore, the ScConv convolution is adopted to enhance the feature - extraction capacity and improve detection accuracy. Combined with the improved model, this paper also proposed a mathematical modeling algorithmnew method for measuring seed germination potential and observing seed germination rate. The results indicate that the proposed model attains a mean average precision at 50% Intersection over Union (mAP50) value of 98.9%, a mean average precision in the range of 50% - 95% Intersection over Union (mAP50 - 95) value of 95.8%, an accuracy of 96.7%, and a recall of 96.3%. In comparison with the original model, the mAP50 has increased by 0.9% and the mAP50 - 95 value has witnessed a 3.7% increment. The experiments have demonstrated that the research method for germination potential put forward in this paper can effectively depict the rate variation of seeds during the germination process, thus offering a novel perspective for future research on seed germination potential.
Why it matches plant phenotyping methodsトウモロコシ種子の発芽状態・発芽率を画像から検出・定量する改良YOLOv8モデルと数理測定法を開発し、データセット上で性能検証しているため、植物フェノタイピング手法が中心である。
abstractIt then proposes an enhanced YOLOv8 target detection model, EBS - YOLOv8, for detecting corn seed germination.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset used in this experiment can be accessed at ‘ http://dx.doi.org/10.17332/4wkt6thgp6.2 ’.Open asset ↗10.17332/4wkt6thgp6.2lines:333-347Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 15 Sept 2026
Introduction: Photosynthesis is fundamental to agricultural productivity, but its relatively low light-to-biomass conversion efficiency represents an opportunity for enhancement. High-throughput phenotyping is crucial for unraveling the genetic basis of variation in photosynthetic activity. However, the heritability of chlorophyll fluorescence parameters measured during the day is often low as a result of high levels of variation introduced by environmental fluctuations. Methods: To address these limitations, we measured fluorescence phenotypes at night, leveraging natural dark adaptation to minimize environmental noise. Results: Night measurement significantly increased the heritability of fluorescence traits compared to daytime measurements, with the maximum quantum yield of photosystem II (Fv/Fm) showing an increase in heritability from 0.32 to 0.72. Genome-wide association studies (GWAS) conducted using three photosynthetic fluorescence traits measured at night across two growing seasons identified several significant single nucleotide polymorphisms (SNPs). Notably, two candidate genes near SNPs linked to multiple fluorescence traits, Zm00001eb271820 and Zm00001eb012130, have known roles in photosynthesis regulation. Four of the significant signal nucleotide polymorphisms identified in GWAS conducted using nighttime collected data also exhibited statistically significant associations with the same phenotypes during the day. In a majority of other cases, direction of effect was consistent but greater variance in day measured data relative to night measured data resulted in the differences not being statistically significant. Discussion: These results highlight the effectiveness of phenotyping photosynthetic traits at night in reducing environmental noise and enhancing the discovery of genomic intervals related to photosynthesis. While nighttime data collection may not be applicable for all photosynthetic traits, it offers a promising avenue for advancing our understanding of the genetic variation of photosynthesis in modern crop species.
Why it matches plant phenotyping methods夜間の蛍光測定による光合成形質フェノタイピングを開発・評価し、昼間測定との比較で環境変動低減と遺伝率向上を検証しているため、手法が研究の中心である。
abstractHigh-throughput phenotyping is crucial for unraveling the genetic basis of variation in photosynthetic activity.
Reproduction assets foundThe paper's fluorescence phenotype datasets and analysis outputs (trait QC cutoffs, BLUP/heritability model tables, GWAS significant SNP tables) are stated to be available via the article's online Supplementary Material hosted by Frontiers. No standalone author code repository or named data repository accession appearsSupplement · publicof their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2025.1595339/full#supplementary-material
References
Ali W. Grzybowski M. Torres-Rodríguez J. V. Li F. Shrestha N. Mathivanan R. K.
. ( 2024 ).
Quantitative genetics of photosynthetic trait variation in maize
. bioRxiv , eraf198 . doi:
10.1101/2024.11.25.625283
PMC12448886
40365812
Alter P. Dreissen A. Luo F.-L. MatsubaOpen asset ↗lines:613-651Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
Chloroplast density in cells varies among different types of cells and plants. In current single-cell spatiotemporal analysis, the automatic detection and quantification of chloroplasts at the single-cell level is crucial. We developed DeepD&Cchl (Deep-learning-based Detecting-and-Counting-chloroplasts), an AI tool for single-cell chloroplast detection and cell-type clustering. It utilizes You-Only-Look-Once (YOLO), a real-time detection algorithm, for accurate and efficient performance. DeepD&Cchl has been proved to identify chloroplasts in plant cells across various imaging types, including light microscopy, electron microscopy, and fluorescence microscopy. Integrated with an Intersection Over Union (IOU) module, DeepD&Cchl precisely counts chloroplasts in single- or multi-layered images, while eliminating double-counting errors. Furthermore, when combined with Cellpose, a single-cell segmentation tool, DeepD&Cchl enhances its effectiveness at the single-cell level. By counting chloroplasts within individual cells, it supports cell-type-specific clustering based on chloroplast number versus cell size, offering valuable morphological insights for single-cell studies. In summary, DeepD&Cchl is a significant advancement in plant cell analysis. It offers accuracy and efficiency in chloroplast identification, counting and cell-type classification, providing a useful tool for plant research.
Why it matches plant phenotyping methods植物細胞画像から葉緑体を検出・計数し、細胞型をクラスタリングするAIツールの開発が中心であり、植物の形態的状態を定量化するフェノタイピング手法に該当する。
abstractWe developed DeepD&Cchl (Deep-learning-based Detecting-and-Counting-chloroplasts), an AI tool for single-cell chloroplast detection and cell-type clustering.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe raw dataset, as well as the scripts for the DeepD&Cchl model training and 17application macro, were shared on GitHub https://github.com/Shaokai9/AI4LifeScience_ECNU/tree/main/Deep%20subcellular%20detection .Open asset ↗Shaokai9/AI4LifeScience_ECNUlines:400-410Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 6 Sept 2026
Introduction Recent advancements in sensor technologies have enabled collection of many large, high-resolution plant images datasets that could be used to non-destructively explore the relationships between genetics, environment and management factors on phenotype or the physical traits exhibited by plants. The phenotype data captured in these datasets could then be integrated into models of plant development and crop yield to more accurately predict how plants may grow as a result of changing management practices and climate conditions, better ensuring future food security. However, automated methods capable of reliably and efficiently extracting meaningful measurements of individual plant components (e.g. leaves, flowers, pods) from imagery of whole plants are currently lacking. In this study, we explore interdisciplinary application of MapReader, a computer vision pipeline for annotating and classifying patches of larger images that was originally developed for semantic exploration of historical maps, to time-series images of whole oilseed rape (Brassica napus) plants. Methods Models were trained to classify five plant structures in patches derived from whole plant images (branches, leaves, pods, flower buds and flowers), as well as background patches. Three modelling methods are compared: (i) 6-label multi-class classification, (ii) a chain of binary classifiers approach, and (iii) an approach combining binary classification of plant and background patches, followed by 5-label multi-class classification of plant structures. Results A combined plant/background binarization and 5-label multi-class modelling approach using a ‘resnext50d_4s2x40d’ model architecture for both the binary classification and multi-class classification components was found to produce the most accurate patch classification for whole B. napus plant images (macro-averaged F1-score = 88.50, weighted average F1-score = 97.71). This combined binary and 5-label multi-class classification approach demonstrate similar performance to the top-performing MapReader ‘railspace’ classification model. Discussion This highlights the potential applicability of the MapReader model framework to images data from across scientific and humanities domains, and the flexibility it provides in creating pipelines with different modelling approaches. The pipeline for dynamic plant phenotyping from whole plant images developed in this study could potentially be applied to imagery from varied laboratory conditions, and to images datasets of other plants of both agricultural and conservation concern.
Why it matches plant phenotyping methods植物全体画像から葉・花・莢などの構造を自動抽出・分類する動的フェノタイピング手法を開発・評価しており、方法が研究の中心である。
abstractautomated methods capable of reliably and efficiently extracting meaningful measurements of individual plant components (e.g. leaves, flowers, pods) from imagery of whole plants are currently lacking.
Reproduction assets foundThe paper's phenotyping analysis is based on a public RGB image dataset of Brassica napus plants, explicitly deposited by the authors with a public URL. MapReader is a generic pre-existing library and the HuggingFace railspace models are cited prior work, not paper-specific assets.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://research.aber.ac.uk/en/datasets/collection-of-side-view-and-top-view-rgb-images-of-brassica-napus .Open asset ↗research.aber.ac.uklines:982-1027Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
Photosynthetic activity can be monitored using pulse amplitude modulated (PAM) fluorescence or gas exchange. While PAM provides insight into the light-dependent reactions, gas exchange reflects CO 2 fixation and water balance. Accurate, non-invasive prediction of photosynthetic performance under varying conditions is highly relevant for phenotyping and stress diagnostics. Despite their physiological link, data from both methods do not always correlate. To systematically investigate this relationship, photosynthetic parameters were measured in maize ( Zea mays , C4) and basil ( Ocimum basilicum , C3) under different photon densities and spectral compositions. Maize showed the highest CO 2 assimilation rate of 30.99 ± 1.54 µmol CO 2 /(m²s) under 2000 PAR green light (527 nm), while basil reached 10.56 ± 0.92 µmol CO 2 /(m²s) under red light (630 nm). PAM-derived electron transport rates (ETR) increased with light intensity in a pattern similar to CO 2 assimilation, but did not reliably reflect its absolute values under all conditions. To improve prediction accuracy, we applied a machine learning model. XGBoost, a gradient-boosted decision tree algorithm, efficiently captures nonlinear interactions between physiological and environmental parameters. It achieved superior performance (R² = 0.847; MSE = 5.24) compared to the Random Forest model. Our model enables accurate photosynthesis prediction from PAM data across light intensities and spectral conditions in both C3 and C4 plants.
Why it matches plant phenotyping methodsPAM蛍光データから光合成性能を推定する機械学習モデルを開発・比較評価しており、植物生理形質の取得・推定手法が研究の中心である。
abstractTo improve prediction accuracy, we applied a machine learning model.
Reproduction assets foundThe paper's data availability statement names a public GitHub repository (KlirS/Model-for-PAM-Fluorescence-Gas-Exchange-Correlation) hosting the study's datasets, which underpin the PAM fluorescence/gas-exchange measurements and the Random Forest/XGBoost analysis. The statement does not explicitly distinguish code vs. Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://github.com/KlirS/Model-for-PAM-Fluorescence-Gas-Exchange-CorrelationOpen asset ↗KlirS/Model-for-PAM-Fluorescence-Gas-Exchange-Correlationlines:486-500Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Image analysis can be useful for assessing crop health and predicting yield. Instead of expensive equipment, smartphones are considered an accessible and low-cost alternative. The objectives of this study were to evaluate whether fresh weight in green and red lettuce could be predicted by leaf color (intensity of green color measured by RGB) under different fertilizer treatments using RGB imaging from two widely used smartphone models (Samsung Galaxy and Apple iPhone). The two smartphones showed similar longitudinal patterns of RGB data (the intensity and dark green proportion), but the absolute difference in the RGB data was significantly different. Therefore, the averaged results were used for the analyses. Color intensity and dark green proportion were associated with the fresh lettuce weight (p = 0.005, 0.003, 0.014 and p < 0.001, respectively). This study suggests that farmers and practitioners can use these economic devices as a non-destructive method to diagnose and monitor the nutritional status and predict lettuce yield.
Why it matches plant phenotyping methodsスマートフォンRGB画像から葉色を抽出し、レタスの生体重・栄養状態を非破壊推定する手法が研究の中心であり、植物表現型取得への実質的な応用に該当する。
abstractsmartphones are considered an accessible and low-cost alternative
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe separated GIF files were uploaded to the image analysis program freely available at http://mkwak.org/imgarea .Open asset ↗lines:321-349Code / dataset availability confirmedCrossref · Europe PMC · checked 14 Sept 2026
Plants adapt seed traits in response to different environmental triggers, supporting the survival of the next generation. To elucidate the mechanistic understanding of such adaptations it is important to characterize the distributions of seed traits by phenotyping seeds on an individual scale and to correlate these traits with corresponding plant properties. Here we introduce a seed-to-plant-tracking pipeline which enables automated handling and high precision phenotyping of Arabidopsis seeds as well as germination detection and early growth quantification of emerging plants. It includes previously published measurement platforms ( pheno Seeder, Growscreen), which were improved for very small seeds. We demonstrate the performance of the pipeline by comparing seeds from two consecutive generations of elevated temperature during flowering with control seeds. Relative standard deviation of repeated seed mass measurements was reduced to 0.2%. We identified an increase in seed mass, volume, length, width, height, and germination time as well as a darkening of the seeds under the treatment. A correlation analysis revealed relationships between seed and plant traits, e.g., a highly significant negative correlation between seed brightness and germination time, and a positive correlation between seed mass and early growth rate, but no correlation between time of emergence and morphometric seed traits (e.g., mass, volume). Thus, the seed-to-plant tracking provides the basis for investigating the mechanism of seed and plant trait variation and transgenerational inheritance.
Why it matches plant phenotyping methods種子から植物までを追跡し、種子形質の高精度自動計測、発芽検出、初期成長定量を行うパイプラインを開発・改良しており、表現型取得法が研究の中心である。
abstractHere we introduce a seed-to-plant-tracking pipeline which enables automated handling and high precision phenotyping of Arabidopsis seeds as well as germination detection and early growth quantification of emerging plants.
Reproduction assets foundThe paper deposits its seed and plant phenotyping datasets in Jülich DATA (DOI 10.26165/JUELICH-DATA/KZDQYD), explicitly stated in the data availability statement. Supplementary tables also contain the paper's measurement data. No author analysis code repository is stated.Dataset · publicThe author(s) declare that no financial support was received for the research and/or publication of this article.
Data availability statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://doi.org/10.26165/JUELICH-DATA/KZDQYD .
Author contributions
DK: Formal Analysis, Investigation, Validation, Visualization, Writing – original draft, Writing – review & editing. AF: Investigation, Methodology, Resources, Software, Writing – review & editing. VS: Formal Analysis, Investigation, Methodology, Resources, Software, Writing – review & editing. JK: MethodOpen asset ↗JUELICH-DATA · 10.26165/JUELICH-DATA/KZDQYDlines:333-387Supplement · publicof their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2025.1539424/full#supplementary-material
Supplementary Table 1
Data of seed mass vs volume and projected seed area, respectively, shown in
Figure 6
.
Supplementary Table 2
Data of repeatability measurements analysed in
Table 1
and
2
.
Supplementary Table 3
Data of leaf area time series used for estimation of plant growOpen asset ↗lines:333-387Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction Tomatoes are one of the most economically significant crops worldwide, with their yield and quality heavily impacted by foliar diseases. Effective detection of these diseases is essential for enhancing agricultural productivity and mitigating economic losses. Current tomato leaf disease detection methods, however, encounter challenges in extracting multi-scale features, identifying small targets, and mitigating complex background interference. Methods The multi-scale tomato leaf disease detection model Tomato Focus-Diffusion Network (TomaFDNet) was proposed to solve the above problems. The model utilizes a multi-scale focus-diffusion network (MSFDNet) alongside an efficient parallel multi-scale convolutional module (EPMSC) to significantly enhance the extraction of multi-scale features. This combination particularly strengthens the model's capability to detect small targets amidst complex backgrounds. Results and discussion Experimental results show that TomaFDNet reaches a mean average precision (mAP) of 83.1% in detecting Early_blight, Late_blight, and Leaf_Mold on tomato leaves, outperforming classical object detection algorithms, including Faster R-CNN (mAP = 68.2%) and You Only Look Once (YOLO) series (v5: mAP = 75.5%, v7: mAP = 78.3%, v8: mAP = 78.9%, v9: mAP = 79%, v10: mAP = 77.5%, v11: mAP = 79.2%). Compared to the baseline YOLOv8 model, TomaFDNet achieves a 4.2% improvement in mAP, which is statistically significant (P < 0.01). These findings indicate that TomaFDNet offers a valid solution to the precise detection of tomato leaf diseases.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から検出する新規モデルを開発し、既存手法との性能比較で技術的に検証しているため、植物病害状態のフェノタイピング手法が中心である。
abstractThe multi-scale tomato leaf disease detection model Tomato Focus-Diffusion Network (TomaFDNet) was proposed to solve the above problems.
Reproduction assets foundThe paper's primary tomato leaf disease dataset (TDGA) is explicitly stated to be publicly available on GitHub, and a Kaggle tomato disease dataset is used for generalization tests. No author code or trained model release is mentioned.Dataset · publicn 4 summarizes the study and explores potential directions for future investigation.
2
Materials and methods
2.1
Tomato disease dataset
This study used the dataset called “Tomato Leaf Disease Detection with Global Attention” (TDGA), which comes from Wang et al. (2024c) . It includes tomato diseases and is publicly accessible at https://github.com/zafucslab/TDGA . This dataset encompasses three prevalent tomato leaf diseases: Early_Blight, Late_Blight, and Leaf_Mold, in addition to images of healthy tomato leaves. Typical examples of these various types of diseased leaves are depicted in
Figure 1
. To meet the requirements of this study, the dataset was organized and reclassified accorOpen asset ↗zafucslab/TDGAlines:61-108Dataset · publicthis study also acquired tomato leaf images from the Kaggle ( Tomato Disease Multiple Sources ) platform, encompassing diverse growing environments and shooting conditionsOpen asset ↗lines:61-108Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
This research presents DepMulti-Net, a novel rice disease and pest identification model, designed to overcome the challenges of complex background interference, difficult disease feature extraction, and large model parameter volume in rice leaf disease identification. Initially, a comprehensive rice disease dataset comprising 20,000 images was meticulously constructed, covering four common types of rice diseases: bacterial leaf blight, rice blast, brown spot, and tungro disease. To enhance data diversity, various data augmentation techniques were applied. Subsequently, a novel VGG-block module was introduced. By leveraging depth-separable convolution, the model's parameter quantity was significantly reduced. A multi-scale feature fusion module was also designed to effectively enhance the model's ability to extract disease features from complex backgrounds. Moreover, the integration of the feature reuse mechanism and inverse bottleneck structure further improved the model's recognition accuracy for fine-grained disease features. Experimental results show that the DepMulti-Net model has only 13.50M parameters and achieves an average accuracy of 98.56% in identifying the four types of rice diseases. This performance significantly outperforms existing rice leaf disease identification methods. In conclusion, this study offers an efficient and lightweight solution for crop disease identification, which holds great significance for promoting the development of smart agriculture.
Why it matches plant phenotyping methodsイネ葉の病徴を画像から識別する深層学習モデルを開発し、データセット構築と性能評価を行っており、植物病害状態の表現型推定手法が中心である。
abstractThis research presents DepMulti-Net, a novel rice disease and pest identification model
Reproduction assets foundThe paper's Appendix A explicitly states that the self-built rice leaf disease dataset (20,000 field images) and the authors' analysis code for DepMulti-Net are publicly available at the authors' GitHub URL, which matches an allowed URL.Code · publicDataset and code are available at: https://github.com/kuihu-hk.Open asset ↗kuihu-hkpdf-page:19 lines:1-12Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 6 Sept 2026
Digital phenotyping is a fast-growing area of hardware and software research and development. Phenotypic studies usually require determining whether there is a difference in some trait between plants with different genotypes or under different conditions. We developed StatFaRmer, a user-friendly tool tailored for analyzing time series of plant phenotypic parameters, ensuring seamless integration with common tasks in phenotypic studies. For maximum versatility across phenotypic methods and platforms, it uses data in the form of a set of spreadsheets (XLSX and CSV files). StatFaRmer is designed to handle measurements that have variation in timestamps between plants and the presence of outliers, which is common in digital phenotyping. Data preparation is automated and well-documented, leading to customizable ANOVA tests that include diagnostics and significance estimation for effects between user-defined groups. Users can download the results from each stage and reproduce their analysis. It was tested and shown to work reliably for large datasets across various experimental designs with a wide range of plants, including bread wheat (Triticum aestivum), durum wheat (Triticum durum), and triticale (× Triticosecale); sugar beet (Beta vulgaris), cocklebur (Xanthium strumarium) and lettuce (Lactuca sativa), corn (Zea mays) and sunflower (Helianthus annuus), and soybean (Glycine max). StatFaRmer is created as an open-source Shiny dashboard, and simple instructions on installation and operation on Windows and Linux are provided.
Why it matches plant phenotyping methods植物フェノタイピングの時系列データ解析を目的とするオープンソースShinyダッシュボードを開発し、データ準備・統計解析・再現可能なワークフローを提供しており、方法・ソフトウェアが中心である。
abstractWe developed StatFaRmer, a user-friendly tool tailored for analyzing time series of plant phenotypic parameters
Reproduction assets foundThe paper's authors publicly release StatFaRmer, an open-source R Shiny dashboard for phenotyping data analysis, via GitHub with installation instructions and a sample phenotypic dataset, and host a live deployment on shinyapps.io.Code · publicThe resulting tool can be accessed at 9 https://github.com/Stathmin/StatFaRmer ), with the instructions on installation and the sample dataset provided.Open asset ↗Stathmin/StatFaRmerlines:521-528Dataset · publicA sample dataset of different plant species (bread wheat ( Triticum aestivum ), durum wheat ( Triticum durum ), and triticale (× Triticosecale )), cultivars (35 variants) and plant genotypes (allelic state of 3 genes), with different treatments (3 variants), and the time series of morphological and spectral parameters of these plants is loaded in this tool as an example and available on GitHub.Open asset ↗lines:340-350Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 6 Sept 2026
In the early stages of selection, many plant breeding programmes still rely on visual evaluations of traits by experienced breeders. While this approach has proven to be effective, it requires considerable time, labour and expertise. Moreover, its subjective nature makes it difficult to reproduce and compare evaluations. The field of automated high-throughput phenotyping aims to resolve these issues. A widely adopted strategy uses drone images processed by machine learning algorithms to characterise phenotypes. This approach was used in the present study to assess the dry matter yield of tall fescue and its accuracy was compared to that of the breeder's evaluations, using field measurements as ground truth. RGB images of tall fescue individuals were processed by two types of predictive models: a random forest and convolutional neural network. In addition to computing dry matter yield, the two methods were applied to identify the top 10% highest-yielding plants and predict the breeder's score. The convolutional neural network outperformed the random forest method and exceeded the predictive power of the breeder's eye. It predicted dry matter yield with an R² of 0.62, which surpassed the accuracy of the breeder's score by 8 percentage points. Additionally, the algorithm demonstrated strong performance in identifying top-performing plants and estimating the breeder's score, achieving balanced accuracies of 0.81 and 0.74, respectively. These findings indicate that the tested automated phenotyping approach could not only offer improvements in cost, time efficiency and objectivity, but also enhance selection accuracy. As a result, this technique has the potential to increase overall breeding efficiency, accelerate genetic progress, and shorten the time to market. To conclude, phenotyping by means of RGB-based machine learning models provides a reliable alternative or addition to the visual evaluation of selection candidates in a tall fescue breeding programme.
Why it matches plant phenotyping methodsRGBドローン画像と機械学習により乾物収量などの植物形質を推定し、育種家評価および実測値と比較検証しており、フェノタイピング手法が中心である。
abstractThe field of automated high-throughput phenotyping aims to resolve these issues.
Reproduction assets foundThe paper's data availability statement explicitly deposits the study's datasets (RGB image-derived phenotyping data for tall fescue yield prediction) on Zenodo and all analysis scripts on a public GitHub repository, both with URLs matching allowed_urls.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://zenodo.org/records/14289667 .Open asset ↗zenodo · 14289667lines:530-564Code · publicAll scripts used are provided in the following GitHub repository: https://github.com/SarahGhysels/Estimation-of-individual-plant-performance-in-tall-fescue-through-RGB-image-analysis .Open asset ↗github · SarahGhysels/Estimation-of-individual-plant-performance-in-tall-fescue-through-RGB-image-analysislines:530-564Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
In natural environments, tomato leaf disease detection faces many challenges, such as variations in light conditions, overlapping disease symptoms, tiny size of lesion areas, and occlusion between leaves. Therefore, an improved tomato leaf disease detection method, DM-YOLO, based on the YOLOv9 algorithm, is proposed in this paper. Specifically, firstly, lightweight dynamic up-sampling DySample is incorporated into the feature fusion backbone network to enhance the ability to extract features of small lesions and suppress the interference from the background environment; secondly, the MPDIoU loss function is used to enhance the learning of the details of overlapping lesion margins in order to improve the accuracy of localizing overlapping lesion margins. The experimental results show that the precision (P) of this model increased by 2.2%, 1.7%, 2.3%, 2%, and 2.1%compared with those of multiple mainstream improved models, respectively. When evaluated based on the tomato leaf disease dataset, the precision (P) of the model was 92.5%, and the average precision (AP) and the mean average precision (mAP) were 95.1% and 86.4%, respectively, which were 3%, 1.7%, and 1.4% higher than the P, AP, and mAP of YOLOv9, the baseline model, respectively. The proposed detection method had good detection performance and detection potential, which will provide strong support for the development of smart agriculture and disease control.
Why it matches plant phenotyping methodsトマト葉の病斑を画像から検出するYOLO改良手法の開発と性能評価が中心であり、植物の病害状態を直接推定するフェノタイピング手法に該当する。
abstractan improved tomato leaf disease detection method, DM-YOLO, based on the YOLOv9 algorithm, is proposed in this paper.
Reproduction assets foundThe paper's tomato leaf disease detection experiments use a public Roboflow dataset explicitly cited by the authors as the dataset used in this study. The ultralytics YOLOv5 repository is a generic third-party library, not a paper-specific asset, and no author analysis code or trained model checkpoint is reported as a.Dataset · publicThe dataset used in this paper is a tomato leaf disease dataset “Tomato Diseases Detection available on Roboflow platform ( Bryan 2023 )Open asset ↗lines:86-136Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Addressing the challenge of identifying tea plant diseases against the complex background of tea gardens, this study proposes the ECA-ResNet50 model. By optimizing the ResNet50 architecture, adopting a multi-layer small convolution kernel strategy to enhance feature extraction capabilities, and introducing the ECA attention mechanism to focus on key features, the model achieves a 93.06% accuracy rate in tea disease identification, representing a 3.18% improvement over the original model, demonstrating industry-leading performance advantages. This model not only accurately identifies tea diseases in gardens but also possesses excellent generalization capabilities, performing outstandingly on datasets of other plant categories. These results indicate that ECA-ResNet50 can effectively mitigate the interference of complex backgrounds and precisely recognize tea disease targets.
Why it matches plant phenotyping methods茶葉の病害を画像から識別する深層学習モデルを開発し、精度比較と汎化性能を評価しており、植物病害状態の取得・推定手法が中心である。
abstractthis study proposes the ECA-ResNet50 model.
Reproduction assets foundThe paper's tea disease image dataset (885 images, seven disease types plus healthy leaves) is a public Kaggle dataset explicitly cited by the authors with URL. No author analysis code or trained model checkpoints are stated as publicly available; the data availability statement only offers raw data on request.Dataset · publica wide variety of diseases, totaling approximately over 140 types, which are widely distributed across various parts of the tea plants, including leaves, stems, roots, and flowers ( Chen, 2022 ). Given the limitations of experimental conditions, this study collected a total of 885 images of tea diseases through search engines ( https://www.kaggle.com/datasets/shashwatwork/identifying-disease-in-tea-leafs ). After meticulous identification and classification by authoritative experts, these images were categorized into seven distinct types of leaf diseases, as well as healthy leaves. The seven disease types are algae leaf spot, anthracnose, bird’s eye spot, cloud blotch, gray spot, red leaf spOpen asset ↗Kaggle · shashwatwork/identifying-disease-in-tea-leafslines:33-59Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Accurate counting of crop plants is essential for agricultural science, particularly for yield forecasting, field management, and experimental studies. Traditional methods are labor-intensive and prone to errors. Unmanned Aerial Vehicle (UAV) technology offers a promising alternative; however, varying UAV altitudes can impact image quality, leading to blurred features and reduced accuracy in early maize seedling counts. To address these challenges, we developed RC-Dino, a deep learning methodology based on DINO, specifically designed to enhance the precision of seedling counts from UAV-acquired images. RC-Dino introduces two innovative components: a novel self-calibrating convolutional layer named RSCconv and an adaptive spatial feature fusion module called ASCFF. The RSCconv layer improves the representation of early maize seedlings compared to non-seedling elements within feature maps by calibrating spatial domain features. The ASCFF module enhances the discriminability of early maize seedlings by adaptively fusing feature maps extracted from different layers of the backbone network. Additionally, transfer learning was employed to integrate pre-trained weights with RSCconv, facilitating faster convergence and improved accuracy. The efficacy of our approach was validated using the Early Maize Seedlings Dataset (EMSD), comprising 1,233 annotated images of early maize seedlings, totaling 83,404 individual annotations. Testing on this dataset demonstrated that RC-Dino outperformed existing models, including DINO, Faster R-CNN, RetinaNet, YOLOX, and Deformable DETR. Specifically, RC-Dino achieved improvements of 16.29% in Average Precision (AP) and 8.19% in Recall compared to the DINO model. Our method also exhibited superior coefficient of determination (R²) values across different datasets for seedling counting. By integrating RSCconv and ASCFF into other detection frameworks such as Faster R-CNN, RetinaNet, and Deformable DETR, we observed enhanced detection and counting accuracy, further validating the effectiveness of our proposed method. These advancements make RC-Dino particularly suitable for accurate early maize seedling counting in the field. The source code for RSCconv and ASCFF is publicly available at https://github.com/collapser-AI/RC-Dino, promoting further research and practical applications.
Why it matches plant phenotyping methodsUAV画像からトウモロコシ幼苗数を抽出する深層学習手法を開発し、公開データセット上で既存手法と比較検証しており、植物表現型取得法が研究の中心です。
abstractwe developed RC-Dino, a deep learning methodology based on DINO, specifically designed to enhance the precision of seedling counts from UAV-acquired images.
Reproduction assets foundThe paper's EMSD UAV image dataset is explicitly not publicly available, but the authors' RSCconv and ASCFF analysis code for the RC-Dino model is publicly released on GitHub.Code · publicHowever, our code is open to the public. The RSCconv and ASCFF code mentioned in this paper can be found here: https://github.com/collapser-AI/RC-Dino .Open asset ↗collapser-AI/RC-Dinolines:727-739Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction Timely and accurate recognition of tomato diseases is crucial for improving tomato yield. While large deep learning models can achieve high-precision disease recognition, these models often have a large number of parameters, making them difficult to deploy on edge devices. To address this issue, this study proposes an ensemble self-distillation method and applies it to the lightweight model ShuffleNetV2. Methods Specifically, based on the architecture of ShuffleNetV2, multiple shallow models at different depths are constructed to establish a distillation framework. Based on the fused feature map that integrates the intermediate feature maps of ShuffleNetV2 and shallow models, a depthwise separable convolution layer is introduced to further extract more effective feature information. This method ensures that the intermediate features from each model are fully preserved to the ensemble model, thereby improving the overall performance of the ensemble model. The ensemble model, acting as the teacher, dynamically transfers knowledge to ShuffleNetV2 and the shallow models during training, significantly enhancing the performance of ShuffleNetV2 without changing the original structure. Results Experimental results show that the optimized ShuffleNetV2 achieves an accuracy of 95.08%, precision of 94.58%, recall of 94.55%, and an F1 score of 94.54% on the test set, surpassing large models such as VGG16 and ResNet18. Among lightweight models, it has the smallest parameter count and the highest recognition accuracy. Discussion The results demonstrate that the optimized ShuffleNetV2 is more suitable for deployment on edge devices for real-time tomato disease detection. Additionally, multiple shallow models achieve varying degrees of compression for ShuffleNetV2, providing flexibility for model deployment.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から認識する深層学習モデルを開発・評価しており、植物病害状態の取得・推定手法が研究の中心である。
abstractthis study proposes an ensemble self-distillation method and applies it to the lightweight model ShuffleNetV2.
Reproduction assets foundThe paper's tomato leaf disease image datasets are publicly available: PlantVillage (GitHub), AI Challenger 2018 (GitHub), a Mendeley Data tomato leaf dataset (DOI), and PlantDoc (ACM DOI). All are cited in the data availability statement and used directly as phenotyping inputs. No authors' analysis code or trained模型s/Dataset · publicThe names of the repository/repositories and accession number(s) can be found below: https://github.com/AIChallenger/AI_Challenger_2018 ; https://github.com/spMohanty/PlantVillage-Dataset ; https://doi.org/10.17632/ngdgg79rzb.1 ; https://doi.org/10.1145/3371158.3371196 .Open asset ↗spMohanty/PlantVillage-Datasetlines:860-880Dataset · publicThe names of the repository/repositories and accession number(s) can be found below: https://github.com/AIChallenger/AI_Challenger_2018 ; https://github.com/spMohanty/PlantVillage-Dataset ; https://doi.org/10.17632/ngdgg79rzb.1 ; https://doi.org/10.1145/3371158.3371196 .Open asset ↗AIChallenger/AI_Challenger_2018lines:860-880Dataset · publicThe names of the repository/repositories and accession number(s) can be found below: https://github.com/AIChallenger/AI_Challenger_2018 ; https://github.com/spMohanty/PlantVillage-Dataset ; https://doi.org/10.17632/ngdgg79rzb.1 ; https://doi.org/10.1145/3371158.3371196 .Open asset ↗10.17632/ngdgg79rzb.1lines:860-880Dataset · publicThe names of the repository/repositories and accession number(s) can be found below: https://github.com/AIChallenger/AI_Challenger_2018 ; https://github.com/spMohanty/PlantVillage-Dataset ; https://doi.org/10.17632/ngdgg79rzb.1 ; https://doi.org/10.1145/3371158.3371196 .Open asset ↗10.1145/3371158.3371196lines:860-880Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Tomatoes are considered one of the most valuable vegetables around the world due to their usage and minimal harvesting period. However, effective harvesting still remains a major issue because tomatoes are easily susceptible to weather conditions and other types of attacks. Thus, numerous research studies have been introduced based on deep learning models for the efficient classification of tomato leaf disease. However, the usage of a single architecture does not provide the best results due to the limited computational ability and classification complexity. Thus, this research used Transductive Long Short-Term Memory (T-LSTM) with an attention mechanism. The attention mechanism introduced in T-LSTM has the ability to focus on various parts of the image sequence. Transductive learning exploits the specific characteristics of the training instances to make accurate predictions. This can involve leveraging the relationships and patterns observed within the dataset. The T-LSTM is based on the transductive learning approach and the scaled dot product attention evaluates the weights of each step based on the hidden state and image patches which helps in effective classification. The data was gathered from the PlantVillage dataset and the pre-processing was conducted based on image resizing, color enhancement, and data augmentation. These outputs were then processed in the segmentation stage where the U-Net architecture was applied. After segmentation, VGG-16 architecture was used for feature extraction and the classification was done through the proposed T-LSTM with an attention mechanism. The experimental outcome shows that the proposed classifier achieved an accuracy of 99.98% which is comparably better than existing convolutional neural network models with transfer learning and IBSA-NET.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から推定する分類・セグメンテーション手法を提案し、前処理、U-Net、特徴抽出、T-LSTM分類、比較評価までが中心であるため、植物病害フェノタイピング手法として含める。
abstractThese outputs were then processed in the segmentation stage where the U-Net architecture was applied.
Reproduction assets foundThe paper uses three public Kaggle tomato leaf image datasets: the PlantVillage tomato leaf dataset as the primary training/evaluation data, and two additional Kaggle image datasets for the independent real-time analysis. No author analysis code or trained model checkpoint is reported as publicly available.Dataset · publicDataset . Available online at: https://www.kaggle.com/datasets/charuchaudhry/plantvillage-tomato-leaf-dataset (Accessed July 10, 2024 ).Open asset ↗Kaggle · charuchaudhry/plantvillage-tomato-leaf-datasetlines:720-807Dataset · publicFigures 11 , 12 show the collected real-time images 1 ( https://www.kaggle.com/datasets/ashishmotwani/tomato/data ) and 2 ( https://www.kaggle.com/datasets/farukalam/tomato-leaf-diseases-detection-computer-vision ) for the independent analysis.Open asset ↗Kaggle · ashishmotwani/tomatolines:526-638Dataset · publicFigures 11 , 12 show the collected real-time images 1 ( https://www.kaggle.com/datasets/ashishmotwani/tomato/data ) and 2 ( https://www.kaggle.com/datasets/farukalam/tomato-leaf-diseases-detection-computer-vision ) for the independent analysis.Open asset ↗Kaggle · farukalam/tomato-leaf-diseases-detection-computer-visionlines:526-638Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 14 Sept 2026
With the rapid advancement of plant phenotyping research, understanding plant genetic information and growth trends has become crucial. Measuring seedling length is a key criterion for assessing seed viability, but traditional ruler-based methods are time-consuming and labor-intensive. To address these limitations, we propose an efficient deep learning approach to enhance plant seedling phenotyping analysis. We improved the DeepLabv3+ model, naming it DFMA, and introduced a novel ASPP structure, PSPA-ASPP. On our self-constructed rice seedling dataset, the model achieved a mean Intersection over Union (mIoU) of 81.72%. On publicly available datasets, including Arabidopsis thaliana, Brachypodium distachyon, and Sinapis alba, detection scores reached 87.69%, 91.07%, and 66.44%, respectively, outperforming existing models. The model generates detailed segmentation masks, capturing structures such as the embryonic shoot, axis, and root, while a seedling length measurement algorithm provides precise parameters for component development. This approach offers a comprehensive, automated solution, improving phenotyping analysis efficiency and addressing the challenges of traditional methods.
Why it matches plant phenotyping methods幼苗画像から器官を分割し、幼苗長を自動測定する深層学習ベースのフェノタイピング手法を開発・検証しており、方法が中心的です。
abstractwe propose an efficient deep learning approach to enhance plant seedling phenotyping analysis.
Reproduction assets foundThe paper uses a public Kaggle plant segmentation dataset (Arabidopsis thaliana, Brachypodium distachyon, Sinapis alba) for model validation, which is a paper-specific, publicly actionable asset. The authors' homemade rice seedling dataset and any code/models are not publicly deposited; the data availability statement仅Dataset · publicthis way, a homemade labeled dataset with the file suffix “.json” was obtained. Processed by the program, 115 sets of images were finally obtained. The sample image is shown in
Figure 1B
.
The public dataset was created using the Plant Segmentation Dataset, which was made public on the Kaggle platform by Orsolya Dobos et al. ( https://www.kaggle.com/tivadardanka/plant-segmentation ) in 2019. This dataset contains images of three seedlings, including Arabidopsis thaliana , Brachypodium distachyon , and Sinapis alba . The authors manually placed seedlings of these three plants on the surface of 1% agar plates and collected images using an EPSON PERFECTION V30 scanner. Images were saved in “.tiOpen asset ↗Kaggle · tivadardanka/plant-segmentationlines:45-67Code / dataset availability confirmedCrossref · Europe PMC · checked 6 Sept 2026
Introduction Cotton, being a crucial cash crop globally, faces significant challenges due to multiple diseases that adversely affect its quality and yield. To identify such diseases is very important for the implementation of effective management strategies for sustainable agriculture. Image recognition plays an important role for the timely and accurate identification of diseases in cotton plants as it allows farmers to implement effective interventions and optimize resource allocation. Additionally, deep learning has begun as a powerful technique for to detect diseases in crops using images. Hence, the significance of this work lies in its potential to mitigate the impact of these diseases, which cause significant damage to the cotton and decrease fibre quality and promote sustainable agricultural practices. Methods This paper investigates the role of deep transfer learning techniques such as EfficientNet models, Xception, ResNet models, Inception, VGG, DenseNet, MobileNet, and InceptionResNet for cotton plant disease detection. A complete dataset of infected cotton plants having diseases like Bacterial Blight, Target Spot, Powdery Mildew, Aphids, and Army Worm along with the healthy ones is used. After pre-processing the images of the dataset, their region of interest is obtained by applying feature extraction techniques such as the generation of the biggest contour, identification of extreme points, cropping of relevant regions, and segmenting the objects using adaptive thresholding. Results and Discussion During experimentation, it is found that the EfficientNetB3 model outperforms in accuracy, loss, as well as root mean square error by obtaining 99.96%, 0.149, and 0.386 respectively. However, other models also show the good performance in terms of precision, recall, and F1 score, with high scores close to 0.98 or 1.00, except for VGG19. The findings of the paper emphasize the prospective of deep transfer learning as a viable technique for cotton plant disease diagnosis by providing a cost-effective and efficient solution for crop disease monitoring and management. This strategy can also help to improve agricultural practices by ensuring sustainable cotton farming and increased crop output.
Why it matches plant phenotyping methods綿花の画像から植物病害状態を推定する深層学習手法を比較・評価しており、病害フェノタイピング手法が中心である。
abstractThis paper investigates the role of deep transfer learning techniques such as EfficientNet models, Xception, ResNet models, Inception, VGG, DenseNet, MobileNet, and InceptionResNet for cotton plant disease detection.
Reproduction assets foundThe paper analyzed a public Kaggle cotton plant disease image dataset, explicitly linked in its data availability statement. No author code or trained models are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/dhamur/cotton-plant-disease .Open asset ↗Kaggle · dhamur/cotton-plant-diseaselines:1296-1311Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
In plant breeding and genetics, predictive models traditionally rely on compact representations of high-dimensional data, often using methods like Principal Component Analysis (PCA) and, more recently, Autoencoders (AE). However, these methods do not separate genotype-specific and environment-specific features, limiting their ability to accurately predict traits influenced by both genetic and environmental factors. We hypothesize that disentangling these representations into genotype-specific and environment-specific components can enhance predictive models. To test this, we developed a compositional autoencoder (CAE) that decomposes high-dimensional data into distinct genotype-specific and environment-specific latent features. Our CAE framework employed a hierarchical architecture within an autoencoder to effectively separate these entangled latent features. Applied to a maize diversity panel dataset, the CAE demonstrated superior modeling of environmental influences and out-performs PCA (principal component analysis), PLSR (Partial Least square regression) and vanilla autoencoders by 7 times for 'Days to Pollen' trait and 10 times improved predictive performance for 'Yield'. By disentangling latent features, the CAE provided a powerful tool for precision breeding and genetic research. This work has significantly enhanced trait prediction models, advancing agricultural and biological sciences.
Why it matches plant phenotyping methods植物形質(開花日数・収量)の予測を目的とする新規オートエンコーダを開発し、既存手法と比較評価しており、計算的な形質推定手法が研究の中心である。
abstractwe developed a compositional autoencoder (CAE) that decomposes high-dimensional data into distinct genotype-specific and environment-specific latent features.
Reproduction assets foundThe paper's data availability statement explicitly deposits the hyperspectral reflectance dataset and trained model weights on Figshare, and the authors' analysis code on a public Bitbucket repository (baskargroup/cae_hyperspectral). Both are paper-specific, public, and actionable.Dataset · publicte the technical advantages of disentanglement, it is not immediately clear how to connect these disentangled features to biological insights.
Data availability statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://figshare.com/articles/dataset/Hyperspectral_reflectance_data_molecular_and_weights_for_trained_model/24808491/4 ; https://bitbucket.org/baskargroup/cae_hyperspectral/src/main/ .
Author contributions
AP: Formal analysis, Investigation, Methodology, Software, Validation, Visualization, Writing – original draft, Writing – review & editing. TJ: Conceptualization, Open asset ↗figshare · 24808491lines:460-495Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Introduction The assessment of the severity of fruit disease is crucial for the optimization of fruit production. By quantifying the percentage of leaf disease, an effective approach to determining the severity of the disease is available. However, the current prediction of disease degree by machine learning methods still faces challenges, including suboptimal accuracy and limited generalizability. Methods In light of the growing application of large model technology across a range of fields, this study draws upon the DINOV2 visual large vision model backbone network to construct the DINOV2-Fruit Leaf Classification and Segmentation Model (DINOV2-FCS), a model designed for the classification and severity prediction of diverse fruit leaf diseases. DINOV2-FCS employs the DINOv2-B (distilled) backbone feature extraction network to enhance the extraction of features from fruit disease leaf images. In fruit leaf disease classification, for the problem that leaf spots of different diseases have great similarity, we have proposed Class-Patch Feature Fusion Module (C-PFFM), which integrates the local detailed feature information of the spots and the global feature information of the class markers. For the problem that the model ignores the fine spots in the segmentation process, we propose Explicit Feature Fusion Architecture (EFFA) and Alterable Kernel Atrous Spatial Pyramid Pooling (AKASPP), which improve the segmentation effect of the model. Results To verify the accuracy and generalizability of the model, two sets of experiments were conducted. First, the labeled leaf disease dataset of five fruits was randomly divided. The trained model exhibited an accuracy of 99.67% in disease classification, an mIoU of 90.29%, and an accuracy of 95.68% in disease severity classification. In the generalizability experiment, four disease data sets were used for training and one for testing. The mIoU of the trained model reached 83.95%, and the accuracy of disease severity grading was 95.24%. Discussion The results demonstrate that the model exhibits superior performance compared to other state-of-the-art models and that the model has strong generalization capabilities. This study provides a new method for leaf disease classification and leaf disease severity prediction for a variety of fruits. Code is available at https://github.com/BaiChunhui2001/DINOV2-FCS.
Why it matches plant phenotyping methods果樹葉の病害分類と病害重症度を画像から推定する深層学習モデルを開発し、精度・汎化性能を検証しており、植物病態表現型の取得・推定手法が中心である。
abstracta model designed for the classification and severity prediction of diverse fruit leaf diseases
Reproduction assets foundThe paper's authors explicitly state public availability of their analysis code (DINOV2-FCS model for fruit leaf disease classification and severity prediction) on GitHub. The underlying images come from the public PlantVillage dataset (cited prior work, not paper-specific), and the authors' manually labeled lesion/segCode · publicCode is available at https://github.com/BaiChunhui2001/DINOV2-FCS .Open asset ↗BaiChunhui2001/DINOV2-FCSlines:224-333Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Accurately identifying apple diseases is essential to control their spread and support the industry. Timely and precise detection is crucial for managing the spread of diseases, thereby improving the production and quality of apples. However, the development of algorithms for analyzing complex leaf images remains a significant challenge. Therefore, in this study, a lightweight deep learning model is designed from scratch to identify the apple leaf condition. The developed framework comprises two stages. First, the designed 37-layer model was employed to assess the condition of apple leaves (healthy or diseased). Second, transfer learning was used for further subclassification of the disease class (e.g., rust, complex, scab, and frogeye leaf spots). The trained lightweight model was reused because the model trained with correlated images facilitated transfer learning for further classification of the disease class. A dataset available online was used to validate the proposed two-stage framework, resulting in a classification rate of 98.25% for apple leaf condition identification and an accuracy of 98.60% for apple leaf disease diagnosis. Furthermore, the results confirm that the proposed model is lightweight and involves relatively fewer learnable parameters in comparison with other pre-trained deep learning models.
Why it matches plant phenotyping methodsリンゴ葉画像から健全・罹病状態および病害クラスを推定する軽量深層学習手法を開発し、精度検証しており、植物病害表現型の取得・分類が中心である。
abstracta lightweight deep learning model is designed from scratch to identify the apple leaf condition
Reproduction assets foundThe paper's phenotyping input is the publicly available Kaggle 'Plant Pathology 2021 - FGVC8' apple leaf image dataset (18,632 images), explicitly cited with its public URL. No author analysis code, trained model checkpoints, or supplementary code/model deposit is mentioned in the supplied blocks.Dataset · publicThe dataset used in this study is publicly available at Kaggle “Plant Pathology 2021 - FGVC8” ( https://www.kaggle.com/competitions/plant-pathology-2021-fgvc8/data , accessed on August 20, 2024). The dataset contains 18,632 images captured using a Canon Rebel T5i DSLROpen asset ↗Kaggle · Plant Pathology 2021 - FGVC8lines:535-876Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction The emergence rate of crop seedlings is an important indicator for variety selection, evaluation, field management, and yield prediction. To address the low recognition accuracy caused by the uneven size and varying growth conditions of crop seedlings under salt-alkali stress, this research proposes a peanut seedling recognition model, MS-YOLOv8. Methods This research employs close-range remote sensing from unmanned aerial vehicles (UAVs) to rapidly recognize and count peanut seedlings. First, a lightweight adaptive feature fusion module (called MSModule) is constructed, which groups the channels of input feature maps and feeds them into different convolutional layers for multi-scale feature extraction. Additionally, the module automatically adjusts the channel weights of each group based on their contribution, improving the feature fusion effect. Second, the neck network structure is reconstructed to enhance recognition capabilities for small objects, and the MPDIoU loss function is introduced to effectively optimize the detection boxes for seedlings with scattered branch growth. Results Experimental results demonstrate that the proposed MS-YOLOv8 model achieves an AP50 of 97.5% for peanut seedling detection, which is 12.9%, 9.8%, 4.7%, 5.0%, 11.2%, 5.0%, and 3.6% higher than Faster R-CNN, EfficientDet, YOLOv5, YOLOv6, YOLOv7, YOLOv8, and RT-DETR, respectively. Discussion This research provides valuable insights for crop recognition under extreme environmental stress and lays a theoretical foundation for the development of intelligent production equipment.
Why it matches plant phenotyping methodsUAVリモートセンシング画像からピーナッツ幼苗を認識・計数するモデルを開発し、検出性能を比較検証している。幼苗数・出現率という植物状態の推定が研究の中心である。
abstractthis research proposes a peanut seedling recognition model, MS-YOLOv8
Reproduction assets foundThe paper's data availability statement explicitly deposits the peanut seedling UAV image dataset (and associated model resources) in a public GitHub repository, matching an allowed URL.Dataset · publicy close-range remote sensing. It provides a certain theoretical guidance for the development of an intelligent monitoring platform for peanut.
Data availability statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://github.com/zfvincent1997/MS-YOLOV8 .
Author contributions
FZ: Investigation, Resources, Software, Writing – original draft. LZ: Conceptualization, Supervision, Writing – review & editing. DW: Investigation, Writing – review & editing. JW: Investigation, Writing – review & editing. IS: Software, Visualization, Writing – review & editing. JL: Conceptualization, Open asset ↗https://github.com/zfvincent1997/MS-YOLOV8lines:667-765Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
Leaf disease detection is critical in agriculture, as it directly impacts crop health, yield, and quality. Early and accurate detection of leaf diseases can prevent the spread of infections, reduce the need for chemical treatments, and minimize crop losses. This not only ensures food security but also supports sustainable farming practices. Effective leaf disease detection systems empower farmers with the knowledge to take timely actions, leading to healthier crops and more efficient resource management. In an era of increasing global food demand and environmental challenges, advanced leaf disease detection technologies are indispensable for modern agriculture. This study presents an innovative approach for detecting pepper bell leaf disease using an ANFIS Fuzzy convolutional neural network (CNN) integrated with local binary pattern (LBP) features. Experiments involve using the models without LBP, as well as, with LBP features. For both sets of experiments, the proposed ANFIS CNN model performs superbly. It shows an accuracy score of 0.8478 without using LBP features while its precision, recall, and F1 scores are 0.8959, 0.9045, and 0.8953, respectively. Incorporating LBP features, the proposed model achieved exceptional performance, with accuracy, precision, recall, and an F1 score of higher than 99%. Comprehensive comparisons with state-of-the-art techniques further highlight the superiority of the proposed method. Additionally, cross-validation was applied to ensure the robustness and reliability of the results. This approach demonstrates a significant advancement in agricultural disease detection, promising enhanced accuracy and efficiency in real-world applications.
Why it matches plant phenotyping methods画像からコショウ葉の病害状態を推定するCNN手法を開発・比較・検証しており、植物病害フェノタイピング手法が中心です。
abstractThis study presents an innovative approach for detecting pepper bell leaf disease using an ANFIS Fuzzy convolutional neural network (CNN) integrated with local binary pattern (LBP) features.
Reproduction assets foundThe paper's leaf disease detection experiments use public Kaggle leaf image datasets. The methods section cites the PlantVillage pepper bell dataset (2,475 images) with a direct access link, and the data availability statement points to the New Plant Diseases Dataset. Both are public, paper-specific image assets used直接Dataset · publicom Forest; HoG, Histogram of Oriented Gradients; SVM, Support Vector Machine; ETC, Extra tree classifier; ANFIS, Adaptive neuro-fuzzy inference system; VRAM, Video random access memory; GPU, General processing unit.
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset .
Author contributions
T-hK: Conceptualization, Data curation, Writing – original draft. MS: Conceptualization, Formal Analysis, Writing – original draft. BA: Funding acquisition, Methodology, Writing – original draft. NI: Investigation, Project administration, Writing – original draft. JB: ResourcesOpen asset ↗Kaggle · vipoooool/new-plant-diseases-datasetlines:588-605Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Introduction In response to the current mainstream deep learning detection methods with a large number of learned parameters and the complexity of apple leaf disease scenarios, the paper proposes a lightweight method and names it LCGSC-YOLO. This method is based on the LCNet(A Lightweight CPU Convolutional Neural Network) and GSConv(Group Shuffle Convolution) module modified YOLO(You Only Look Once) framework. Methods Firstly, the lightweight LCNet is utilized to reconstruct the backbone network, with the purpose of reducing the number of parameters and computations of the model. Secondly, the GSConv module and the VOVGSCSP (Slim-neck by GSConv) module are introduced in the neck network, which makes it possible to minimize the number of model parameters and computations while guaranteeing the fusion capability among the different feature layers. Finally, coordinate attention is embedded in the tail of the backbone and after each VOVGSCSP module to improve the problem of detection accuracy degradation issue caused by model lightweighting. Results The experimental results show the LCGSC-YOLO can achieve an excellent detection performance with mean average precision of 95.5% and detection speed of 53 frames per second (FPS) on the mixed datasets of Plant Pathology 2021 (FGVC8) and AppleLeaf9. Discussion The number of parameters and Floating Point Operations (FLOPs) of the LCGSC-YOLO are much less thanother related comparative experimental algorithms.
Why it matches plant phenotyping methodsリンゴ葉の病害症状を画像から検出する軽量な深層学習手法を開発し、精度と処理速度を評価しており、植物表現型取得が中心的貢献である。
abstractthe paper proposes a lightweight method and names it LCGSC-YOLO.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe links to the datasets used in this study are provided below: https://drive.google.com/drive/folders/1MRfK5eOm5-6KZTngPzpzjp9gx1NyEvZY?usp=sharing .Open asset ↗lines:388-395Code / dataset availability confirmedOpenAlex · Europe PMC · checked 14 Sept 2026
Introduction For nearly two centuries, cranberry (Vaccinium macrocarpon Ait.) breeders have improved fruit quality and yield by selecting traits on fruiting stems, termed “reproductive uprights.” Crop improvement is accelerating rapidly in contemporary breeding programs due to modern genetic tools and high-throughput phenotyping methods, improving selection efficiency and accuracy. Methods We conducted genotypic evaluation on 29 primary traits encompassing fruit quality, yield, and chemical composition in two full-sib cranberry breeding populations—CNJ02 (n = 168) and CNJ04 (n = 67)—over 3 years. Genetic characterization was further performed on 11 secondary traits derived from these primary traits. Results For CNJ02, 170 major quantitative trait loci (QTL; R2≥ 0.10) were found with interval mapping, 150 major QTL were found with model mapping, and 9 QTL were found to be stable across multiple years. In CNJ04, 69 major QTL were found with interval mapping, 81 major QTL were found with model mapping, and 4 QTL were found to be stable across multiple years. Meta-QTL represent stable genomic regions consistent across multiple years, populations, studies, or traits. Seven multi-trait meta-QTL were found in CNJ02, one in CNJ04, and one in the combined analysis of both populations. A total of 22 meta-QTL were identified in cross-study, cross-population analysis using digital traits for berry shape and size (8 meta-QTL), digital images for berry color (2 meta-QTL), and three-study cross-analysis (12 meta-QTL). Discussion Together, these meta-QTL anchor high-throughput fruit quality phenotyping techniques to traditional phenotyping methods, validating state-of-the-art methods in cranberry phenotyping that will improve breeding accuracy, efficiency, and genetic gain in this globally significant fruit crop.
Why it matches plant phenotyping methodsベリー形状・サイズ・色のデジタル形質および画像を用いた果実フェノタイピングをQTL解析で検証し、従来法との対応付けを行っており、手法の妥当性評価が研究の主要な成果に含まれる。
abstractdigital traits for berry shape and size (8 meta-QTL), digital images for berry color (2 meta-QTL)
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicSoftware to generate BLUPs, QTL, and meta-QTL are available at https://github.com/bliptrip/CNJ0x-Trait-Mapping .Open asset ↗GitHub · bliptrip/CNJ0x-Trait-Mappinglines:1105-1155Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Arabidopsis thaliana sepals are excellent models for analyzing growth of entire organs due to their relatively small size, which can be captured at a cellular resolution under a confocal microscope. To investigate how differential growth of connected cell layers generate unique organ morphologies, it is necessary to live-image deep into the tissue. However, imaging deep cell layers of the sepal (or plant tissues in general) is practically challenging. Image processing is also difficult due to the low signal-to-noise ratio of the deeper tissue layers, an issue mainly associated with live imaging datasets. Addressing some of these challenges, we provide an optimized methodology for live imaging sepals, and subsequent image processing. For live imaging early-stage sepals, we found that the use of a bright fluorescent membrane marker, coupled with increased laser intensity and an enhanced Z- resolution produces high-quality images suitable for downstream image processing. Our optimized parameters allowed us to image the bottommost cell layer of the sepal (inner epidermal layer) without compromising viability. We used a 'voxel removal' technique to visualize the inner epidermal layer in MorphoGraphX image processing software. We also describe the MorphoGraphX parameters for creating a 2.5D mesh surface for the inner epidermis. Our parameters allow for the segmentation and parent tracking of individual cells through multiple time points, despite the weak signal of the inner epidermal cells. While we have used sepals to illustrate our approach, the methodology will be useful for researchers intending to live-image and track growth of deeper cell layers in 2.5D for any plant tissue.
Why it matches plant phenotyping methods植物組織の深部をライブイメージングし、画像処理・細胞セグメンテーション・追跡によって成長を解析する方法自体が中心的に開発・最適化されているため。
abstractwe provide an optimized methodology for live imaging sepals, and subsequent image processing.
Reproduction assets foundThe paper's Data availability statement deposits the study's datasets (live-imaging/phenotyping data underlying the sepal growth analysis) in two public OSF repositories with explicit DOIs, making them paper-specific, public, and actionable.Dataset · publicg and Michelle Heeney for their comments on the manuscript. We thank Richard Smith (John Innes Centre, UK) for his advice on image processing.
Data availability statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://doi.org/10.17605/OSF.IO/UMW9B , https://doi.org/10.17605/OSF.IO/P5Q39 .
Author contributions
AS: Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Validation, Visualization, Writing – original draft, Writing – review & editing. AR: Conceptualization, Data curation, Funding acquisition, Project administration, Supervision, WritinOpen asset ↗OSF · 10.17605/OSF.IO/UMW9Blines:234-260Dataset · publicon the manuscript. We thank Richard Smith (John Innes Centre, UK) for his advice on image processing.
Data availability statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://doi.org/10.17605/OSF.IO/UMW9B , https://doi.org/10.17605/OSF.IO/P5Q39 .
Author contributions
AS: Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Validation, Visualization, Writing – original draft, Writing – review & editing. AR: Conceptualization, Data curation, Funding acquisition, Project administration, Supervision, Writing – review & editing.
Conflict of intereOpen asset ↗OSF · 10.17605/OSF.IO/P5Q39lines:234-260Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Tomato disease image recognition plays a crucial role in agricultural production. Today, while machine vision methods based on deep learning have achieved some success in disease recognition, they still face several challenges. These include issues such as imbalanced datasets, unclear disease features, small inter-class differences, and large intra-class variations. To address these challenges, this paper proposes a method for classifying and recognizing tomato leaf diseases based on machine vision. First, to enhance the disease feature details in images, a piecewise linear transformation method is used for image enhancement, and oversampling is employed to expand the dataset, compensating for the imbalanced dataset. Next, this paper introduces a convolutional block with a dual attention mechanism called DAC Block, which is used to construct a lightweight model named LDAMNet. The DAC Block innovatively uses Hybrid Channel Attention (HCA) and Coordinate Attention (CSA) to process channel information and spatial information of input images respectively, enhancing the model's feature extraction capabilities. Additionally, this paper proposes a Robust Cross-Entropy (RCE) loss function that is robust to noisy labels, aimed at reducing the impact of noisy labels on the LDAMNet model during training. Experimental results show that this method achieves an average recognition accuracy of 98.71% on the tomato disease dataset, effectively retaining disease information in images and capturing disease areas. Furthermore, the method also demonstrates strong recognition capabilities on rice crop disease datasets, indicating good generalization performance and the ability to function effectively in disease recognition across different crops. The research findings of this paper provide new ideas and methods for the field of crop disease recognition. However, future research needs to further optimize the model's structure and computational efficiency, and validate its application effects in more practical scenarios.
Why it matches plant phenotyping methodsトマト葉の病害状態を画像から認識・領域抽出する深層学習手法を開発し、複数データセットで性能評価しており、植物フェノタイピング手法が中心である。
abstractthis paper proposes a method for classifying and recognizing tomato leaf diseases based on machine vision.
Reproduction assets foundThe paper's phenotyping inputs are two public Kaggle image datasets used directly in its experiments: the Plant Disease Classification Merged Dataset (tomato leaf disease images) and the Rice Leaf Disease Images (cross-dataset generalization tests). Both are publicly downloadable with explicit URLs in the text. No codeDataset · publich five different experiments. Finally, the fourth part mainly summarizes the work and experimental conclusions of this paper.
2
Materials and methods
2.1
Image preprocessing
2.1.1
Sample
The tomato image dataset used in this study is derived from the Plant Disease Classification Merged Dataset published on the Kaggle platform ( https://www.kaggle.com/datasets/alinedobrovsky/plant-disease-classification-merged-dataset ).Open asset ↗Kaggle · alinedobrovsky/plant-disease-classification-merged-datasetlines:40-57Code / dataset availability confirmedEurope PMC · Crossref · checked 15 Sept 2026
To study plant organs, it is necessary to investigate the three-dimensional (3D) structures of plants. In recent years, non-destructive measurements through computed tomography (CT) have been used to understand the 3D structures of plants. In this study, we use the Chrysanthemum seticuspe capitulum inflorescence as an example and focus on contact points between the receptacles and florets within the 3D capitulum inflorescence bud structure to investigate the 3D arrangement of the florets on the receptacle. To determine the 3D order of the contact points, we constructed slice images from the CT volume data and detected the receptacles and florets in the image. However, because each CT sample comprises hundreds of slice images to be processed and each C. seticuspe capitulum inflorescence comprises several florets, manually detecting the receptacles and florets is labor-intensive. Therefore, we propose an automatic contact point detection method based on CT slice images using image recognition techniques. The proposed method improves the accuracy of contact point detection using prior knowledge that contact points exist only around the receptacle. In addition, the integration of the detection results enables the estimation of the 3D position of the contact points. According to the experimental results, we confirmed that the proposed method can detect contacts on slice images with high accuracy and estimate their 3D positions through clustering. Additionally, the sample-independent experiments showed that the proposed method achieved the same detection accuracy as sample-dependent experiments.
Why it matches plant phenotyping methodsCT画像から花序内の小花と花托の接触点を自動検出し、3D位置を推定する手法の開発・精度評価が研究の中心であるため、植物フェノタイピング手法に該当する。
abstractTherefore, we propose an automatic contact point detection method based on CT slice images using image recognition techniques.
Reproduction assets foundThe authors publicly deposited the labeled CT slice-image dataset (contact point annotations and receptacle segmentation labels) on Figshare, and a 3D visualization video of the contact point estimation results is available on YouTube. Raw CT volumes are only available on request. No author analysis code repository is.Dataset · publicre task is to automate the clustering parameters, which are currently determined manually. We also plan to develop a mathematical model of the position of the contact point between the receptacle and florets based on the estimation results.
Data availability statement
The labeled data for this study can be found in the Figshare https://doi.org/10.6084/m9.figshare.25388434 . The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.
Author contributionsOpen asset ↗Figshare · 10.6084/m9.figshare.25388434lines:513-540Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Manual segmentation of the petals of flower computed tomography (CT) images is time-consuming and labor-intensive because the flower has many petals. In this study, we aim to obtain a three-dimensional (3D) structure of Camellia japonica flowers and propose a petal segmentation method using computer vision techniques. Petal segmentation on the slice images fails by simply applying the segmentation methods because the shape of the petals in CT images differs from that of the objects targeted by the latest instance segmentation methods. To overcome these challenges, we crop two-dimensional (2D) long rectangles from each slice image and apply the segmentation method to segment the petals on the images. Thanks to cropping, it is easier to segment the shape of the petals in the cropped images using the segmentation methods. We can also use the latest segmentation method for the task because the number of images used for training is augmented by cropping. Subsequently, the results are integrated into 3D to obtain 3D segmentation volume data. The experimental results show that the proposed method can segment petals on slice images with higher accuracy than the method without cropping. The 3D segmentation results were also obtained and visualized successfully.
Why it matches plant phenotyping methods花弁のCT画像から3D構造を抽出する画像セグメンテーション手法の開発と精度比較が中心であり、植物形態フェノタイピングに該当する。
abstractThe experimental results show that the proposed method can segment petals on slice images with higher accuracy than the method without cropping.
Reproduction assets foundThe paper's CT volume data of Camellia japonica flowers (with ground-truth annotations) is publicly deposited on Figshare, and the authors' segmentation/integration code is publicly available on GitHub, both with explicit availability statements.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://doi.org/10.6084/m9.figshare.25264774.v1Open asset ↗figshare · 10.6084/m9.figshare.25264774.v1lines:447-494Code · publicThe code implementing the proposed method is available at https://github.com/yu-NK/petal_ct_crop_seg.gitOpen asset ↗github · yu-NK/petal_ct_crop_seglines:447-494Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 7 Sept 2026
Introduction In strawberry farming, phenotypic traits (such as crown diameter, petiole length, plant height, flower, leaf, and fruit size) measurement is essential as it serves as a decision-making tool for plant monitoring and management. To date, strawberry plant phenotyping has relied on traditional approaches. In this study, an image-based Strawberry Phenotyping Tool (SPT) was developed using two deep-learning (DL) architectures, namely “YOLOv4” and “U-net” integrated into a single system. We aimed to create the most suitable DL-based tool with enhanced robustness to facilitate digital strawberry plant phenotyping directly at the natural scene or indirectly using captured and stored images. Methods Our SPT was developed primarily through two steps (subsequently called versions) using image data with different backgrounds captured with simple smartphone cameras. The two versions (V1 and V2) were developed using the same DL networks but differed by the amount of image data and annotation method used during their development. For V1, 7,116 images were annotated using the single-target non-labeling method, whereas for V2, 7,850 images were annotated using the multitarget labeling method. Results The results of the held-out dataset revealed that the developed SPT facilitates strawberry phenotype measurements. By increasing the dataset size combined with multitarget labeling annotation, the detection accuracy of our system changed from 60.24% in V1 to 82.28% in V2. During the validation process, the system was evaluated using 70 images per phenotype and their corresponding actual values. The correlation coefficients and detection frequencies were higher for V2 than for V1, confirming the superiority of V2. Furthermore, an image-based regression model was developed to predict the fresh weight of strawberries based on the fruit size (R2 = 0.92). Discussion The results demonstrate the efficiency of our system in recognizing the aforementioned six strawberry phenotypic traits regardless of the complex scenario of the environment of the strawberry plant. This tool could help farmers and researchers make accurate and efficient decisions related to strawberry plant management, possibly causing increased productivity and yield potential.
Why it matches plant phenotyping methods画像ベースでイチゴの複数形質を抽出・測定する深層学習ツールを開発し、精度と実測値との相関を検証しており、植物表現型取得手法が研究の中心である。
abstractIn this study, an image-based Strawberry Phenotyping Tool (SPT) was developed using two deep-learning (DL) architectures, namely “YOLOv4” and “U-net” integrated into a single system.
Reproduction assets foundThe authors publicly released the strawberry image datasets, annotations, and trained YOLOv4/U-net deep-learning models (SPT V1/V2) on GitHub, and deployed the V2 tool as a web service. Both are paper-specific, public, and actionable.Dataset · publicThe images, annotation results and DL models subjected to V1 and V2 of STP are available at https://github.com/kist-smartfarm/SPT .Open asset ↗kist-smartfarm/SPTlines:355-404Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Tomatoes, widely cherished for their high nutritional value, necessitate precise ripeness identification and selective harvesting of mature fruits to significantly enhance the efficiency and economic benefits of tomato harvesting management. Previous studies on intelligent harvesting often focused solely on identifying tomatoes as the target, lacking fine-grained detection of tomato ripeness. This deficiency leads to the inadvertent harvesting of immature and rotten fruits, resulting in economic losses. Moreover, in natural settings, uneven illumination, occlusion by leaves, and fruit overlap hinder the precise assessment of tomato ripeness by robotic systems. Simultaneously, the demand for high accuracy and rapid response in tomato ripeness detection is compounded by the need for making the model lightweight to mitigate hardware costs. This study proposes a lightweight model named PDSI-RTDETR to address these challenges. Initially, the PConv_Block module, integrating partial convolution with residual blocks, replaces the Basic_Block structure in the legacy backbone to alleviate computing load and enhance feature extraction efficiency. Subsequently, a deformable attention module is amalgamated with intra-scale feature interaction structure, bolstering the capability to extract detailed features for fine-grained classification. Additionally, the proposed slimneck-SSFF feature fusion structure, merging the Scale Sequence Feature Fusion framework with a slim-neck design utilizing GSConv and VoVGSCSP modules, aims to reduce volume of computation and inference latency. Lastly, by amalgamating Inner-IoU with EIoU to formulate Inner-EIoU, replacing the original GIoU to expedite convergence while utilizing auxiliary frames enhances small object detection capabilities. Comprehensive assessments validate that the PDSI-RTDETR model achieves an average precision mAP50 of 86.8%, marking a 3.9% enhancement over the original RT-DETR model, and a 38.7% increase in FPS. Furthermore, the GFLOPs of PDSI-RTDETR have been diminished by 17.6%. Surpassing the baseline RT-DETR and other prevalent methods regarding precision and speed, it unveils its considerable potential for detecting tomato ripeness. When applied to intelligent harvesting robots in the future, this approach can improve the quality of tomato harvesting by reducing the collection of immature and spoiled fruits.
Why it matches plant phenotyping methodsトマト果実の成熟度という植物状態を画像から推定する軽量検出モデルを開発し、精度・速度・計算量を評価しており、表現型取得手法が中心である。
abstractThis study proposes a lightweight model named PDSI-RTDETR to address these challenges.
Reproduction assets foundThe paper's tomato ripeness detection model was trained on a composite dataset: 112 tomato images drawn from the public Kaggle Fruits and Vegetables Image Recognition Dataset (augmented alongside authors' own field images). The Kaggle dataset is a public, paper-specific image input asset with an actionable URL. The 112Dataset · publicThe second batch of images was sourced from 112 tomato images in the publicly available Fruits and Vegetables Image Recognition Dataset ( Seth, 2020 ) on Kaggle.Open asset ↗Kagglelines:40-61Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Accurate wheat ear counting is one of the key indicators for wheat phenotyping. Convolutional neural network (CNN) algorithms for counting wheat have evolved into sophisticated tools, however because of the limitations of sensory fields, CNN is unable to simulate global context information, which has an impact on counting performance. In this study, we present a hybrid attention network (CTHNet) for wheat ear counting from RGB images that combines local features and global context information. On the one hand, to extract multi-scale local features, a convolutional neural network is built using the Cross Stage Partial framework. On the other hand, to acquire better global context information, tokenized image patches from convolutional neural network feature maps are encoded as input sequences using Pyramid Pooling Transformer. Then, the feature fusion module merges the local features with the global context information to significantly enhance the feature representation. The Global Wheat Head Detection Dataset and Wheat Ear Detection Dataset are used to assess the proposed model. There were 3.40 and 5.21 average absolute errors, respectively. The performance of the proposed model was significantly better than previous studies.
Why it matches plant phenotyping methods小麦穂数という植物形質をRGB画像から推定する深層学習手法を開発し、複数データセットで性能評価しており、表現型取得・抽出法が中心である。
abstractAccurate wheat ear counting is one of the key indicators for wheat phenotyping.
Reproduction assets foundThe paper uses two publicly available wheat ear image datasets (GWHD and WEDD) as its phenotyping inputs, with explicit public URLs in the data availability statement. No authors' analysis code or trained model is deposited.Dataset · publics generalization ability. This will provide real-time and accurate information for agricultural production, help farmers make scientific decisions, and improve crop management and yield.
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: http://www.global-wheat.com/
https://github.com/simonMadec .
Author contributions
QH: Conceptualization, Formal analysis, Investigation, Methodology, Validation, Visualization, Writing – review & editing. WL: Conceptualization, Formal analysis, Investigation, Methodology, Software, Validation, Visualization, Writing – original draft. YZ: Software, Writing – review & editing. TR: SoftwaOpen asset ↗https://github.com/simonMadeclines:388-410Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
The agricultural sector is pivotal to food security and economic stability worldwide. Corn holds particular significance in the global food industry, especially in developing countries where agriculture is a cornerstone of the economy. However, corn crops are vulnerable to various diseases that can significantly reduce yields. Early detection and precise classification of these diseases are crucial to prevent damage and ensure high crop productivity. This study leverages the VGG16 deep learning (DL) model to classify corn leaves into four categories: healthy, blight, gray spot, and common rust. Despite the efficacy of DL models, they often face challenges related to the explainability of their decision-making processes. To address this, Layer-wise Relevance Propagation (LRP) is employed to enhance the model's transparency by generating intuitive and human-readable heat maps of input images. The proposed VGG16 model, augmented with LRP, outperformed previous state-of-the-art models in classifying corn leaf diseases. Simulation results demonstrated that the model not only achieved high accuracy but also provided interpretable results, highlighting critical regions in the images used for classification. By generating human-readable explanations, this approach ensures greater transparency and reliability in model performance, aiding farmers in improving their crop yields.
Why it matches plant phenotyping methodsトウモロコシ葉の画像から病害状態を分類し、VGG16とLRPによる説明可能な解析手法を中心的に開発・評価しているため、植物病害フェノタイピング手法に該当する。
abstractThis study leverages the VGG16 deep learning (DL) model to classify corn leaves into four categories: healthy, blight, gray spot, and common rust.
Reproduction assets foundThe paper's corn leaf disease classification (VGG16 + LRP) is built entirely on a public Kaggle image dataset of 4,188 corn leaf images across four classes, explicitly cited as the data source. No author analysis code or trained model is stated as publicly available; the data availability statement only offers raw dataDataset · publicThe data were acquired from the Kaggle repository ( Smaranjit Ghose, 2024 ).Open asset ↗Kaggle · Smaranjit Ghoselines:93-166Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Introduction Precise semantic segmentation of microbial alterations is paramount for their evaluation and treatment. This study focuses on harnessing the SegFormer segmentation model for precise semantic segmentation of strawberry diseases, aiming to improve disease detection accuracy under natural acquisition conditions. Methods Three distinct Mix Transformer encoders - MiT-B0, MiT-B3, and MiT-B5 - were thoroughly analyzed to enhance disease detection, targeting diseases such as Angular leaf spot, Anthracnose rot, Blossom blight, Gray mold, Leaf spot, Powdery mildew on fruit, and Powdery mildew on leaves. The dataset consisted of 2,450 raw images, expanded to 4,574 augmented images. The Segment Anything Model integrated into the Roboflow annotation tool facilitated efficient annotation and dataset preparation. Results The results reveal that MiT-B0 demonstrates balanced but slightly overfitting behavior, MiT-B3 adapts rapidly with consistent training and validation performance, and MiT-B5 offers efficient learning with occasional fluctuations, providing robust performance. MiT-B3 and MiT-B5 consistently outperformed MiT-B0 across disease types, with MiT-B5 achieving the most precise segmentation in general. Discussion The findings provide key insights for researchers to select the most suitable encoder for disease detection applications, propelling the field forward for further investigation. The success in strawberry disease analysis suggests potential for extending this approach to other crops and diseases, paving the way for future research and interdisciplinary collaboration.
Why it matches plant phenotyping methodsイチゴ病害の画像から病斑・病害状態をセグメンテーションする手法を開発・比較しており、植物の病害表現型の取得が中心である。
abstractMiT-B0, MiT-B3, and MiT-B5 - were thoroughly analyzed to enhance disease detection
Reproduction assets foundThe paper's phenotyping analysis is based on a public Kaggle strawberry disease image dataset (2,450 raw images, augmented to 4,574) explicitly linked in the data availability statement. No author analysis code or trained model checkpoints are deposited.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/usmanafzaal/strawberry-disease-detection-dataset .Open asset ↗Kaggle · usmanafzaal/strawberry-disease-detection-datasetlines:875-889Code / dataset availability confirmedOpenAlex · Europe PMC · checked 7 Sept 2026
To maximise the throughput of novel, high-throughput phenotyping platforms, many researchers have utilised smaller pot sizes to increase the number of biological replicates that can be grown in spatially limited controlled environments. This may confound plant development through a process known as “pot binding”, particularly in larger species including potato (Solanum tuberosum), and under water-restricted conditions. We aimed to investigate the water availability hypothesis of pot binding, which predicts that small pots have insufficient water holding capacities to prevent drought stress between irrigation periods, in potato. Two cultivars of potato were grown in small (5 L) and large (20 L) pots, were kept under polytunnel conditions, and were subjected to three irrigation frequencies: every other day, daily, and twice daily. Plants were phenotyped with two Phenospex PlantEye F500s and canopy and tuber fresh mass and dry matter were measured. Increasing irrigation frequency from every other day to daily was associated with a significant increase in fresh tuber yield, but only in large pots. This suggests a similar level of drought stress occurred between these treatments in the small pots, supporting the water availability hypothesis of pot binding. Further increasing irrigation frequency to twice daily was still not sufficient to increase yields in small pots but it caused an insignificant increase in yield in the larger pots, suggesting some pot binding may be occurring in large pots under daily irrigation. Canopy temperatures were significantly higher under each irrigation frequency in the small pots compared to large pots, which strongly supports the water availability hypothesis as higher canopy temperatures are a reliable indicator of drought stress in potato. Digital phenotyping was found to be less accurate for larger plants, probably due to a higher degree of self-shading. The research demonstrates the need to define the optimum pot size and irrigation protocols required to completely prevent pot binding and ensure drought treatments are not inadvertently applied to control plants.
Why it matches plant phenotyping methodsPlantEyeを用いたデジタルフェノタイピングの適用と精度評価が研究上の主要要素であり、植物のキャノピー温度や成長状態を測定し、植物サイズによる測定精度低下も検討している。
abstractPlants were phenotyped with two Phenospex PlantEye F500s and canopy and tuber fresh mass and dry matter were measured.
Reproduction assets foundThe paper's data availability statement points to a public Zenodo deposit containing the datasets generated and analysed in this potato pot-binding phenotyping study.Dataset · publicThe datasets generated and analysed for this study can be found in the Zendo repository at https://doi.org/10.5281/zenodo.10707587 .Open asset ↗Zenodo · 10.5281/zenodo.10707587lines:845-856Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Capitalizing on the widespread adoption of smartphones among farmers and the application of artificial intelligence in computer vision, a variety of mobile applications have recently emerged in the agricultural domain. This paper introduces GranoScan, a freely available mobile app accessible on major online platforms, specifically designed for the real-time detection and identification of over 80 threats affecting wheat in the Mediterranean region. Developed through a co-design methodology involving direct collaboration with Italian farmers, this participatory approach resulted in an app featuring: (i) a graphical interface optimized for diverse in-field lighting conditions, (ii) a user-friendly interface allowing swift selection from a predefined menu, (iii) operability even in low or no connectivity, (iv) a straightforward operational guide, and (v) the ability to specify an area of interest in the photo for targeted threat identification. Underpinning GranoScan is a deep learning architecture named efficient minimal adaptive ensembling that was used to obtain accurate and robust artificial intelligence models. The method is based on an ensembling strategy that uses as core models two instances of the EfficientNet-b0 architecture, selected through the weighted F1-score. In this phase a very good precision is reached with peaks of 100% for pests, as well as in leaf damage and root disease tasks, and in some classes of spike and stem disease tasks. For weeds in the post-germination phase, the precision values range between 80% and 100%, while 100% is reached in all the classes for pre-flowering weeds, except one. Regarding recognition accuracy towards end-users in-field photos, GranoScan achieved good performances, with a mean accuracy of 77% and 95% for leaf diseases and for spike, stem and root diseases, respectively. Pests gained an accuracy of up to 94%, while for weeds the app shows a great ability (100% accuracy) in recognizing whether the target weed is a dicot or monocot and 60% accuracy for distinguishing species in both the post-germination and pre-flowering stage. Our precision and accuracy results conform to or outperform those of other studies deploying artificial intelligence models on mobile devices, confirming that GranoScan is a valuable tool also in challenging outdoor conditions.
Why it matches plant phenotyping methods小麦の葉・穂・茎・根の病害や損傷を画像から認識するAIモバイルアプリの開発・性能評価が中心であり、植物の病害状態を直接推定するフェノタイピング手法に該当する。害虫・雑草識別も含むが、病害認識の技術的評価が明示されている。
abstractThis paper introduces GranoScan, a freely available mobile app accessible on major online platforms, specifically designed for the real-time detection and identification of over 80 threats affecting wheat in the Mediterranean region.
Reproduction assets foundThe article's data availability statement explicitly states that the authors' weed phenotyping image dataset is publicly available on Zenodo (DOI 10.5281/zenodo.7598372), a paper-specific public asset. No author analysis code or trained model checkpoints are described with a public URL.Dataset · publicThe original contributions presented in the study are publicly available (see the weed phenotyping image dataset). This data can be found here: https://doi.org/10.5281/zenodo.7598372 .Open asset ↗Zenodo · 10.5281/zenodo.7598372lines:460-508Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Canopy temperature (CT) is often interpreted as representing leaf activity traits such as photosynthetic rates, gas exchange rates, or stomatal conductance. This interpretation is based on the observation that leaf activity traits correlate with transpiration which affects leaf temperature. Accordingly, CT measurements may provide a basis for high throughput assessments of the productivity of wheat canopies during early grain filling, which would allow distinguishing functional from dysfunctional stay-green. However, whereas the usefulness of CT as a fast surrogate measure of sustained vigor under soil drying is well established, its potential to quantify leaf activity traits under high-yielding conditions is less clear. To better understand sensitivity limits of CT measurements under high yielding conditions, we generated within-genotype variability in stay-green functionality by means of differential short-term pre-anthesis canopy shading that modified the sink:source balance. We quantified the effects of these modifications on stay-green properties through a combination of gold standard physiological measurements of leaf activity and newly developed methods for organ-level senescence monitoring based on timeseries of high-resolution imagery and deep-learning-based semantic image segmentation. In parallel, we monitored CT by means of a pole-mounted thermal camera that delivered continuous, ultra-high temporal resolution CT data. Our results show that differences in stay-green functionality translate into measurable differences in CT in the absence of major confounding factors. Differences amounted to approximately 0.8°C and 1.5°C for a very high-yielding source-limited genotype, and a medium-yielding sink-limited genotype, respectively. The gradual nature of the effects of shading on CT during the stay-green phase underscore the importance of a high measurement frequency and a time-integrated analysis of CT, whilst modest effect sizes confirm the importance of restricting screenings to a limited range of morphological and phenological diversity.
Why it matches plant phenotyping methods高解像度画像・深層学習による器官レベル老化モニタリングと熱画像による連続的なキャノピー温度測定を開発・適用し、stay-green機能の表現型評価法として検証しているため、方法が中心的である。
abstractnewly developed methods for organ-level senescence monitoring based on timeseries of high-resolution imagery and deep-learning-based semantic image segmentation
Reproduction assets foundThe paper publicly deposits its manually annotated segmentation datasets (target-domain patches for the off-nadir stem/ear segmentation model) via the ETH Zurich research repository. All other raw phenotyping data (thermal images, physiological measurements) is only available on request from the authors. Generic tools/Dataset · publicd through logical operations to obtain the fractions of green, chlorotic, and necrotic tissues for each vegetation component. For details, refer to ( Anderegg et al., 2023 ). The annotated data sets representing the target domain will be made freely available via the Repository for Publications and Research data of ETH Zürich ( https://doi.org/10.3929/ethz-b-000668219 ).
Figure 2
Effects of canopy shading on agronomic traits and canopy characteristics. Effects of shading on (A) grain yield, (B) above ground vegetative dry biomass (total above ground biomass after threshing), (C) peduncle length, (D) plant height, (E) spike volume, (F) thousand kernel weight, (G) grain protein concentration.Open asset ↗Repository for Publications and Research data of ETH Zürich · 10.3929/ethz-b-000668219lines:58-67Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Currently, foliar diseases of chili have significantly impacted both yield and quality. Despite effective advancements in deep learning techniques for the classification of chili leaf diseases, most existing classification models still face challenges in terms of accuracy and practical application in disease identification. Therefore, in this study, an optimized and enhanced convolutional neural network model named MCCM (MCSAM-ConvNeXt-MSFFM) is proposed by introducing ConvNeXt. The model incorporates a Multi-Scale Feature Fusion Module (MSFFM) aimed at better capturing disease features of various sizes and positions within the images. Moreover, adjustments are made to the positioning, activation functions, and normalization operations of the MSFFM module to further optimize the overall model. Additionally, a proposed Mixed Channel Spatial Attention Mechanism (MCSAM) strengthens the correlation between non-local channels and spatial features, enhancing the model's extraction of fundamental characteristics of chili leaf diseases. During the training process, pre-trained weights are obtained from the Plant Village dataset using transfer learning to accelerate the model's convergence. Regarding model evaluation, the MCCM model is compared with existing CNN models (Vgg16, ResNet34, GoogLeNet, MobileNetV2, ShuffleNet, EfficientNetV2, ConvNeXt), and Swin-Transformer. The results demonstrate that the MCCM model achieves average improvements of 3.38%, 2.62%, 2.48%, and 2.53% in accuracy, precision, recall, and F1 score, respectively. Particularly noteworthy is that compared to the original ConvNeXt model, the MCCM model exhibits significant enhancements across all performance metrics. Furthermore, classification experiments conducted on rice and maize disease datasets showcase the MCCM model's strong generalization performance. Finally, in terms of application, a chili leaf disease classification website is successfully developed using the Flask framework. This website accurately identifies uploaded chili leaf disease images, demonstrating the practical utility of the model.
Why it matches plant phenotyping methodsトウガラシ葉の病徴を画像から分類する深層学習手法を開発・比較評価しており、植物の病害状態を推定するフェノタイピング手法が中心である。
abstractan optimized and enhanced convolutional neural network model named MCCM (MCSAM-ConvNeXt-MSFFM) is proposed
Reproduction assets foundThe paper's phenotyping inputs are public Kaggle image datasets: the chili leaf disease dataset used as the primary experimental data, plus rice and maize leaf disease datasets used for generalization tests. No author analysis code, trained model checkpoints, or dataset deposits are stated; the Flask website is a live-Dataset · publicn of experiments. Section 4 analyzes all research findings, proposes possible improvements, and suggests future research directions. Finally, Section 5 summarizes the main contributions of this study.
2
Materials and methods
2.1
Datasets
The chili leaf disease dataset is sourced from publicly available datasets on the internet( https://www.kaggle.com/datasets/dhenyd/chili-plant-disease/ ). The initial dataset consists of 500 images, encompassing five categories: healthy chili leaves, leaf curl disease, leaf spot disease, whitefly, and yellowing disease. Samples of each category are illustrated in
Figure 1
.
Figure 1
Chili samples. (A) Healthy chili leaves. (B) Leaf curl disease. (C) Leaf spoOpen asset ↗Kaggle · dhenyd/chili-plant-diseaselines:59-78Dataset · publicthe corresponding accuracy rate of each cross-validation.
3.10.2
Rice and maize disease test results
To validate the generalization ability of the MCCM model on different crop diseases, this study conducted performance tests using publicly available datasets, including rice leaf disease dataset and maize leaf disease dataset ( https://www.kaggle.com/datasets/nirmalsankalana/rice-leaf-disease-image and https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset ). The rice leaf disease dataset covers four types: rice blast, bacterial leaf blight, brown spot, and rice tungro disease, while the maize leaf disease dataset includes healthy states and three types of diseases:Open asset ↗Kaggle · nirmalsankalana/rice-leaf-disease-imagelines:456-477Dataset · publicaize disease test results
To validate the generalization ability of the MCCM model on different crop diseases, this study conducted performance tests using publicly available datasets, including rice leaf disease dataset and maize leaf disease dataset ( https://www.kaggle.com/datasets/nirmalsankalana/rice-leaf-disease-image and https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset ). The rice leaf disease dataset covers four types: rice blast, bacterial leaf blight, brown spot, and rice tungro disease, while the maize leaf disease dataset includes healthy states and three types of diseases: gray leaf spot, rust, and leaf blight. To ensure dataset diversity, data aOpen asset ↗Kaggle · smaranjitghose/corn-or-maize-leaf-disease-datasetlines:456-477Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
Introduction: is a promising cellulosic feedstock crop for bioenergy due to its high biomass yields. However, early growth phases of sorghum are sensitive to cold stress, limiting its planting in temperate environments. Cold adaptability is crucial for cultivating bioenergy and grain sorghum at higher latitudes and elevations, or for extending the growing season. Identifying genes and alleles that enhance biomass accumulation under early cold stress can lead to improved sorghum varieties through breeding or genetic engineering. Methods: We conducted image-based phenotyping on 369 accessions from the sorghum Bioenergy Association Panel (BAP) in a controlled environment with early cold treatment. The BAP includes diverse accessions with dense genotyping and varied racial, geographical, and phenotypic backgrounds. Daily, non-destructive imaging allowed temporal analysis of growth-related traits and water use efficiency (WUE). A genome-wide association study (GWAS) was performed to identify genomic intervals and genes associated with cold stress response. Results: The GWAS identified transient quantitative trait loci (QTL) strongly associated with growth-related traits, enabling an exploration of the genetic basis of cold stress response at different developmental stages. This analysis of daily growth traits, rather than endpoint traits, revealed early transient QTL predictive of final phenotypes. The study identified both known and novel candidate genes associated with growth-related traits and temporal responses to cold stress. Discussion: The identified QTL and candidate genes contribute to understanding the genetic mechanisms underlying sorghum's response to cold stress. These findings can inform breeding and genetic engineering strategies to develop sorghum varieties with improved biomass yields and resilience to cold, facilitating earlier planting, extended growing seasons, and cultivation at higher latitudes and elevations.
Why it matches plant phenotyping methods日次の非破壊画像計測を用いて成長関連形質とWUEを時系列で抽出し、早期表現型を解析しており、画像ベースの植物表現型取得が研究の主要な方法として記述されている。
abstractWe conducted image-based phenotyping on 369 accessions from the sorghum Bioenergy Association Panel (BAP) in a controlled environment with early cold treatment.
Reproduction assets foundThe paper's image-derived phenotypic measurements and analysis tables (accession list with phenotypic data, germination data, heritability, trait rankings, SNP-trait correlations, candidate genes) are stated to be included in the article's Supplementary Materials, publicly available at the Frontiers supplementary URL. Supplement · publicof their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2024.1278802/full#supplementary-material
Supplementary File S1
Table of Bioenergy Association Panel accessions used in this study (adapted from Brenton et al., 2016 ) with image-derived phenotypic data.
Supplementary File S2
Heatmap of a kinship matrix showing correlation analysis among the 369 BAP accessions. The coloOpen asset ↗lines:229-258Code / dataset availability confirmedEurope PMC · OpenAlex · checked 7 Sept 2026
Stem diameter is a critical phenotypic parameter for maize, integral to yield prediction and lodging resistance assessment. Traditionally, the quantification of this parameter through manual measurement has been the norm, notwithstanding its tedious and laborious nature. To address these challenges, this study introduces a non-invasive field-based system utilizing depth information from RGB-D cameras to measure maize stem diameter. This technology offers a practical solution for conducting rapid and non-destructive phenotyping. Firstly, RGB images, depth images, and 3D point clouds of maize stems were captured using an RGB-D camera, and precise alignment between the RGB and depth images was achieved. Subsequently, the contours of maize stems were delineated using 2D image processing techniques, followed by the extraction of the stem's skeletal structure employing a thinning-based skeletonization algorithm. Furthermore, within the areas of interest on the maize stems, horizontal lines were constructed using points on the skeletal structure, resulting in 2D pixel coordinates at the intersections of these horizontal lines with the maize stem contours. Subsequently, a back-projection transformation from 2D pixel coordinates to 3D world coordinates was achieved by combining the depth data with the camera's intrinsic parameters. The 3D world coordinates were then precisely mapped onto the 3D point cloud using rigid transformation techniques. Finally, the maize stem diameter was sensed and determined by calculating the Euclidean distance between pairs of 3D world coordinate points. The method demonstrated a Mean Absolute Percentage Error ( MAPE ) of 3.01%, a Mean Absolute Error ( MAE ) of 0.75 mm, a Root Mean Square Error ( RMSE ) of 1.07 mm, and a coefficient of determination ( R ²) of 0.96, ensuring accurate measurement of maize stem diameter. This research not only provides a new method of precise and efficient crop phenotypic analysis but also offers theoretical knowledge for the advancement of precision agriculture.
Why it matches plant phenotyping methodsRGB-Dカメラと画像・3D処理によりトウモロコシ茎径を非破壊測定する手法を開発し、誤差指標で精度検証しており、フェノタイピング手法が中心である。
abstractthis study introduces a non-invasive field-based system utilizing depth information from RGB-D cameras to measure maize stem diameter
Reproduction assets foundThe paper's data availability statement points to a public Figshare deposit (DOI 10.6084/m9.figshare.25450039) containing the study's datasets (RGB/depth imagery and stem diameter measurements used for the maize stem diameter phenotyping analysis). No author analysis code or trained models are explicitly deposited.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: http://dx.doi.org/10.6084/m9.figshare.25450039 .Open asset ↗figshare · 10.6084/m9.figshare.25450039lines:909-917Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 7 Sept 2026
Background Autofluorescence-based imaging has the potential to non-destructively characterize the biochemical and physiological properties of plants regulated by genotypes using optical properties of the tissue. A comparative study of stress tolerant and stress susceptible genotypes of Brassica rapa with respect to newly introduced stress-based phenotypes using machine learning techniques will contribute to the significant advancement of autofluorescence-based plant phenotyping research. Methods Autofluorescence spectral images have been used to design a stress detection classifier with two classes, stressed and non-stressed, using machine learning algorithms. The benchmark dataset consisted of time-series image sequences from three Brassica rapa genotypes (CC, R500, and VT), extreme in their morphological and physiological traits captured at the high-throughput plant phenotyping facility at the University of Nebraska-Lincoln, USA. We developed a set of machine learning-based classification models to detect the percentage of stressed tissue derived from plant images and identified the best classifier. From the analysis of the autofluorescence images, two novel stress-based image phenotypes were computed to determine the temporal variation in stressed tissue under progressive drought across different genotypes, i.e., the average percentage stress and the moving average percentage stress. Results The study demonstrated that both the computed phenotypes consistently discriminated against stressed versus non-stressed tissue, with oilseed type (R500) being less prone to drought stress relative to the other two Brassica rapa genotypes (CC and VT). Conclusion Autofluorescence signals from the 365/400 nm excitation/emission combination were able to segregate genotypic variation during a progressive drought treatment under a controlled greenhouse environment, allowing for the exploration of other meaningful phenotypes using autofluorescence image sequences with significance in the context of plant science.
Why it matches plant phenotyping methods自家蛍光画像と機械学習により植物のストレス組織割合を抽出し、新規な時系列ストレス表現型を算出する方法が研究の中心である。
abstractWe developed a set of machine learning-based classification models to detect the percentage of stressed tissue derived from plant images and identified the best classifier.
Reproduction assets foundThe paper's autofluorescence image dataset (UNL-UW-AFD, 3360 images of three Brassica rapa genotypes) is explicitly stated to be publicly available for download at the authors' URL. No author analysis code with a public URL is stated.Dataset · publicwe built and made publicly available Autofluorescence Dataset collaboratively developed by the University of Nebraska–Lincoln and the University of Wyoming (UNL-UW-AFD) as a benchmark dataset, at https://plantvision.unl.edu/dataset . The dataset consists of 3360 autofluorescence images captured for three genotypes, i.e., R500 , CC , and VT .Open asset ↗plantvision.unl.edu · UNL-UW-AFDlines:339-346Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
When detecting tomato leaf diseases in natural environments, factors such as changes in lighting, occlusion, and the small size of leaf lesions pose challenges to detection accuracy. Therefore, this study proposes a tomato leaf disease detection method based on attention mechanisms and multi-scale feature fusion. Firstly, the Convolutional Block Attention Module (CBAM) is introduced into the backbone feature extraction network to enhance the ability to extract lesion features and suppress the effects of environmental interference. Secondly, shallow feature maps are introduced into the re-parameterized generalized feature pyramid network (RepGFPN), constructing a new multi-scale re-parameterized generalized feature fusion module (BiRepGFPN) to enhance feature fusion expression and improve the localization ability for small lesion features. Finally, the BiRepGFPN replaces the Path Aggregation Feature Pyramid Network (PAFPN) in the YOLOv6 model to achieve effective fusion of deep semantic and shallow spatial information. Experimental results indicate that, when evaluated on the publicly available PlantDoc dataset, the model's mean average precision (mAP) showed improvements of 7.7%, 11.8%, 3.4%, 5.7%, 4.3%, and 2.6% compared to YOLOX, YOLOv5, YOLOv6, YOLOv6-s, YOLOv7, and YOLOv8, respectively. When evaluated on the tomato leaf disease dataset, the model demonstrated a precision of 92.9%, a recall rate of 95.2%, an F1 score of 94.0%, and a mean average precision (mAP) of 93.8%, showing improvements of 2.3%, 4.0%, 3.1%, and 2.7% respectively compared to the baseline model. These results indicate that the proposed detection method possesses significant detection performance and generalization capabilities.
Why it matches plant phenotyping methodsトマト葉の病変を画像から検出・局在化する新規深層学習手法を開発し、複数データセットと既存モデルで性能評価しており、植物病害状態の表現型取得が中心である。
abstractthis study proposes a tomato leaf disease detection method based on attention mechanisms and multi-scale feature fusion.
Reproduction assets foundThe paper's tomato leaf disease dataset is assembled from three publicly available Roboflow Universe datasets explicitly cited by the authors (Bryan 2023, SREC 2023, projectdesign 2023), which are the image/annotation inputs used for the study's detection experiments. No author analysis code, trained model checkpoints,Dataset · publicBryan . ( 2023 ). Tomato leaf disease dataset [Open source dataset] . Roboflow Universe . Available at: https://universe.roboflow.com/bryan-b56jm/tomato-leaf-disease-ssoha .Open asset ↗Roboflow Universe · tomato-leaf-disease-ssohalines:563-606Dataset · publicSREC . ( 2023 ). Early- dataset [Open source dataset] . Roboflow Universe . Available at: https://universe.roboflow.com/srec/early .Open asset ↗Roboflow Universe · earlylines:695-785Dataset · publicprojectdesign . ( 2023 ). Tomato biotic stress classification dataset [Open source dataset] . Roboflow Universe . Available at: https://universe.roboflow.com/projectdesign-rw5fo/tomato-biotic-stress-classification .Open asset ↗Roboflow Universe · tomato-biotic-stress-classificationlines:607-694Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Tobacco is a valuable crop, but its disease identification is rarely involved in existing works. In this work, we use few-shot learning (FSL) to identify abnormalities in tobacco. FSL is a solution for the data deficiency that has been an obstacle to using deep learning. However, weak feature representation caused by limited data is still a challenging issue in FSL. The weak feature representation leads to weak generalization and troubles in cross-domain. In this work, we propose a feature representation enhancement network (FREN) that enhances the feature representation through instance embedding and task adaptation. For instance embedding, global max pooling, and global average pooling are used together for adding more features, and Gaussian-like calibration is used for normalizing the feature distribution. For task adaptation, self-attention is adopted for task contextualization. Given the absence of publicly available data on tobacco, we created a tobacco leaf abnormality dataset (TLA), which includes 16 categories, two settings, and 1,430 images in total. In experiments, we use PlantVillage, which is the benchmark dataset for plant disease identification, to validate the superiority of FREN first. Subsequently, we use the proposed method and TLA to analyze and discuss the abnormality identification of tobacco. For the multi-symptom diseases that always have low accuracy, we propose a solution by dividing the samples into subcategories created by symptom. For the 10 categories of tomato in PlantVillage, the accuracy achieves 66.04% in 5-way, 1-shot tasks. For the two settings of the tobacco leaf abnormality dataset, the accuracies were achieved at 45.5% and 56.5%. By using the multisymptom solution, the best accuracy can be lifted to 60.7% in 16-way, 1-shot tasks and achieved at 81.8% in 16-way, 10-shot tasks. The results show that our method improves the performance greatly by enhancing feature representation, especially for tasks that contain categories with high similarity. The desensitization of data when crossing domains also validates that the FREN has a strong generalization ability.
Why it matches plant phenotyping methods植物葉の異常・病徴を画像から識別する few-shot 学習法を開発し、専用データセットを作成・検証しており、植物状態の取得・推定手法が中心である。
abstractIn this work, we use few-shot learning (FSL) to identify abnormalities in tobacco.
Reproduction assets foundThe authors created the tobacco leaf abnormality dataset (TLA) used in this paper and state it is publicly available via a Google Drive link in the data availability statement.Dataset · publicion of diseases is an important research direction. For multidisease identification, the classification method is not an optimal choice. Semantic segmentation is a good solution and worthy of study.
Data availability statement
The original contributions presented in the study are publicly available. This data can be found here: https://drive.google.com/drive/folders/1Qn5UjATDaDpRoF1dCTdp62tlnAXJv0MF?usp=sharing .
Author contributions
HL: Conceptualization, Data curation, Formal Analysis, Investigation, Methodology, Project administration, Resources, Software, Supervision, Validation, Visualization, Writing – original draft, Writing – review & editing. ZQ: Conceptualization, Funding acquisitiOpen asset ↗lines:1208-1229Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Genomic prediction (GP) using haplotypes is considered advantageous compared to GP solely reliant on single nucleotide polymorphisms (SNPs), owing to haplotypes' enhanced ability to capture ancestral information and their higher linkage disequilibrium with quantitative trait loci (QTL). Many empirical studies supported the advantages of haplotype-based GP over SNP-based approaches. Nevertheless, the performance of haplotype-based GP can vary significantly depending on multiple factors, including the traits being studied, the genetic structure of the population under investigation, and the particular method employed for haplotype construction. In this study, we compared haplotype and SNP based prediction accuracies in four populations derived from European maize landraces. Populations comprised either doubled haploid lines (DH) derived directly from landraces, or gamete capture lines (GC) derived from crosses of the landraces with an inbred line. For two different landraces, both types of populations were generated, genotyped with 600k SNPs and phenotyped as lines per se for five traits. Our study explores three prediction scenarios: (i) within each of the four populations, (ii) across DH and GC populations from the same landrace, and (iii) across landraces using either DH or GC populations. Three haplotype construction methods were evaluated: 1. fixed-window blocks (FixedHB), 2. LD-based blocks (HaploView), and 3. IBD-based blocks (HaploBlocker). In within population predictions, FixedHB and HaploView methods performed as well as or slightly better than SNPs for all traits. HaploBlocker improved accuracy for certain traits but exhibited inferior performance for others. In prediction across populations, the parameter setting from HaploBlocker which controls the construction of shared haplotypes between populations played a crucial role for obtaining optimal results. When predicting across landraces, accuracies were low for both, SNP and haplotype approaches, but for specific traits substantial improvement was observed with HaploBlocker. This study provides recommendations for optimal haplotype construction and identifies relevant parameters for constructing haplotypes in the context of genomic prediction.
Why it matches plant phenotyping methodsハプロタイプ構築法を用いたゲノム予測の精度比較・評価が研究の中心であり、複数のトウモロコシ形質の予測という計算的な形質推定法を検証している。
abstractIn this study, we compared haplotype and SNP based prediction accuracies in four populations derived from European maize landraces.
Reproduction assets foundThe paper's data availability statement explicitly points to a public figshare dataset (Data_from_HoelkerMayer_et_al) containing the phenotypic/genotypic data analyzed, and a public GitHub repository (TUMplantbreeding/HaplotypeGP) with the authors' analysis code for haplotype-based genomic prediction.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://figshare.com/articles/dataset/Data_from_HoelkerMayer_et_al/17014421 and https://github.com/TUMplantbreeding/HaplotypeGP .Open asset ↗figshare · Data_from_HoelkerMayer_et_al/17014421lines:428-438Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Introduction Early detection of leaf diseases is necessary to control the spread of plant diseases, and one of the important steps is the segmentation of leaf and disease images. The uneven light and leaf overlap in complex situations make segmentation of leaves and diseases quite difficult. Moreover, the significant differences in ratios of leaf and disease pixels results in a challenge in identifying diseases. Methods To solve the above issues, the residual attention mechanism combined with atrous spatial pyramid pooling and weight compression loss of UNet is proposed, which is named RAAWC-UNet. Firstly, weights compression loss is a method that introduces a modulation factor in front of the cross-entropy loss, aiming at solving the problem of the imbalance between foreground and background pixels. Secondly, the residual network and the convolutional block attention module are combined to form Res_CBAM. It can accurately localize pixels at the edge of the disease and alleviate the vanishing of gradient and semantic information from downsampling. Finally, in the last layer of downsampling, the atrous spatial pyramid pooling is used instead of two convolutions to solve the problem of insufficient spatial context information. Results The experimental results show that the proposed RAAWC-UNet increases the intersection over union in leaf and disease segmentation by 1.91% and 5.61%, and the pixel accuracy of disease by 4.65% compared with UNet. Discussion The effectiveness of the proposed method was further verified by the better results in comparison with deep learning methods with similar network architectures.
Why it matches plant phenotyping methodsリンゴ葉および病斑の画像セグメンテーション手法を開発し、既存手法と比較検証しているため、植物病害状態の画像ベース表現型計測が中心である。
titleRAAWC-UNet: an apple leaf and disease segmentation method based on residual attention and atrous spatial pyramid pooling improved UNet with weight compression loss.
Reproduction assets foundThe paper's apple leaf disease image datasets (ALDD) are publicly available via a Google Drive link provided in the Data availability statement. No author analysis code or trained model checkpoints are explicitly deposited.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://drive.google.com/file/d/1qV3zZCNh8FhrMwQwZds9rRkm9SUQXV5P/view?usp=sharing .Open asset ↗lines:783-804Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Introduction Plants undergo various natural changes that dramatically modify their genomes. One is polyploidization and the second is hybridization. Both are regarded as key factors in plant evolution and result in phenotypic differences in different plant organs. In Silene , we can find both examples in nature, and this genus has a seed shape diversity that has long been recognized as a valuable source of information for infrageneric classification. Methods Morphometric analysis is a statistical study of shape and size and their covariations with other variables. Traditionally, seed shape description was limited to an approximate comparison with geometric figures (rounded, globular, reniform, or heart-shaped). Seed shape quantification has been based on direct measurements, such as area, perimeter, length, and width, narrowing statistical analysis. We used seed images and processed them to obtain silhouettes. We performed geometric morphometric analyses, such as similarity to geometric models and elliptic Fourier analysis, to study the hybrid offspring of S. latifolia and S. dioica . Results We generated synthetic tetraploids of Silene latifolia and performed controlled crosses between diploid S. latifolia and Silene dioica to analyze seed morphology. After imaging capture and post-processing, statistical analysis revealed differences in seed size, but not in shape, between S. latifolia diploids and tetraploids, as well as some differences in shape among the parentals and hybrids. A detailed inspection using fluorescence microscopy allowed for the identification of shape differences in the cells of the seed coat. In the case of hybrids, differences were found in circularity and solidity. Overal seed shape is maternally regulated for both species, whereas cell shape cannot be associated with any of the sexes. Discussion Our results provide additional tools useful for the combination of morphology with genetics, ecology or taxonomy. Seed shape is a robust indicator that can be used as a complementary tool for the genetic and phylogenetic analyses of Silene hybrid populations.
Why it matches plant phenotyping methods種子画像を処理し、幾何学的形態計測と楕円フーリエ解析で種子形状・サイズを定量化する手法が研究の中心であり、植物器官の形態表現型を抽出している。
abstractWe used seed images and processed them to obtain silhouettes. We performed geometric morphometric analyses, such as similarity to geometric models and elliptic Fourier analysis, to study the hybrid offspring of S. latifolia and S. dioica .
Reproduction assets foundThe authors state that the raw seed images used for the morphometric phenotyping analyses are publicly deposited in Zenodo (DOI 10.5281/zenodo.8366177). This is a paper-specific, publicly accessible dataset of the seed/cell images underlying this study's measurements. No author analysis code with an explicit public URLDataset · publicRaw images used in this work are available in Zenodo DOI 10.5281/zenodo.8366177 .Open asset ↗Zenodo · 10.5281/zenodo.8366177lines:436-491Code / dataset availability confirmedOpenAlex · Europe PMC · checked 7 Sept 2026
Introduction: ) serves as a vital staple crop that feeds over half the world's population. Optimizing rice breeding for increasing grain yield is critical for global food security. Heading-date-related or Flowering-time-related traits, is a key factor determining yield potential. However, traditional manual phenotyping methods for these traits are time-consuming and labor-intensive. Method: Here we show that aerial imagery from unmanned aerial vehicles (UAVs), when combined with deep learning-based panicle detection, enables high-throughput phenotyping of heading-date-related traits. We systematically evaluated various state-of-the-art object detectors on rice panicle counting and identified YOLOv8-X as the optimal detector. Results: Applying YOLOv8-X to UAV time-series images of 294 rice recombinant inbred lines (RILs) allowed accurate quantification of six heading-date-related traits. Utilizing these phenotypes, we identified quantitative trait loci (QTL), including verified loci and novel loci, associated with heading date. Discussion: Our optimized UAV phenotyping and computer vision pipeline may facilitate scalable molecular identification of heading-date-related genes and guide enhancements in rice yield and adaptation.
Why it matches plant phenotyping methodsUAV画像と深層学習によるイネ穂検出・計数を中核とし、出穂関連形質を高スループットに定量するフェノタイピング手法およびワークフローを評価・適用している。
abstractaerial imagery from unmanned aerial vehicles (UAVs), when combined with deep learning-based panicle detection, enables high-throughput phenotyping of heading-date-related traits
Reproduction assets foundThe article states that all relevant code for the UAV phenotyping and panicle detection pipeline is publicly available in the authors' GitHub repository r1cheu/phenocv. Other URLs (Ultralytics, COCO, WinQTLCart) are generic third-party tools, not paper-specific assets.Code · publicAll relevant code can be accessed at https://github.com/r1cheu/phenocv .Open asset ↗r1cheu/phenocvlines:317-328Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
CottonGreenhouseThermalLeafClassificationPhotosynthesis / fluorescenceStress response / toleranceWater status / transpiration
Introduction Drought detection, spanning from early stress to severe conditions, plays a crucial role in maintaining productivity, facilitating recovery, and preventing plant mortality. While handheld thermal cameras have been widely employed to track changes in leaf water content and stomatal conductance, research on thermal image classification remains limited due mainly to low resolution and blurry images produced by handheld cameras. Methods In this study, we introduce a computer vision pipeline to enhance the significance of leaf-level thermal images across 27 distinct cotton genotypes cultivated in a greenhouse under progressive drought conditions. Our approach involved employing a customized software pipeline to process raw thermal images, generating leaf masks, and extracting a range of statistically relevant thermal features (e.g., min and max temperature, median value, quartiles, etc.). These features were then utilized to develop machine learning algorithms capable of assessing leaf hydration status and distinguishing between well-watered (WW) and dry-down (DD) conditions. Results Two different classifiers were trained to predict the plant treatment-random forest and multilayer perceptron neural networks-finding 75% and 78% accuracy in the treatment prediction, respectively. Furthermore, we evaluated the predicted versus true labels based on classic physiological indicators of drought in plants, including volumetric soil water content, leaf water potential, and chlorophyll a fluorescence, to provide more insights and possible explanations about the classification outputs. Discussion Interestingly, mislabeled leaves mostly exhibited notable responses in fluorescence, water uptake from the soil, and/or leaf hydration status. Our findings emphasize the potential of AI-assisted thermal image analysis in enhancing the informative value of common heterogeneous datasets for drought detection. This application suggests widening the experimental settings to be used with deep learning models, designing future investigations into the genotypic variation in plant drought response and potential optimization of water management in agricultural settings.
Why it matches plant phenotyping methods葉の熱画像からマスクと熱特徴量を抽出し、機械学習で水分状態・乾燥処理を判定する画像解析パイプラインが中心であり、植物表現型の取得・推定手法に該当する。
abstractOur approach involved employing a customized software pipeline to process raw thermal images, generating leaf masks, and extracting a range of statistically relevant thermal features
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicSupplementary Table S3
Single measurements of volumetric soil water content across all collected images.Open asset ↗lines:440-465Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Why it matches plant phenotyping methodsトウモロコシ種子の発芽・活力をRGB画像で推定するデータセットであり、植物表現型の画像取得・解析基盤が中心と判断できる。
titleAn RGB image dataset for seed germination prediction and vigor detection - maize.
Reproduction assets foundThe authors publicly deposited the paper's maize seed germination RGB image dataset (19,800 annotated images, PASCAL VOC XML labels) on Kaggle and IEEE DataPort, with explicit URLs in the text. No analysis code was deposited.Dataset · public. germinating:7042; 3. germinated:1936; 4. primary root:5087; 5. secondary root:17343. For easier download, we uploaded the 120-folder dataset separately, which was generated each hour. It could be accessed on the Kaggle public dataset titled Seed Vigor Detection RGB Image. The dataset is available at the following two address: https://www.kaggle.com/datasets/chengchengchen/seed-vigor-detection-rgb-image
http://ieee-dataport.org/documents/rgb-image-dataset-seed-germination-prediction-and-seed-vigor
3.5.
Seed viability object detection experiments
In order to verify the validity of the dataset, we perform experiments on the seeds vitality object detection using the two-stage object detection Open asset ↗Kaggle · Seed Vigor Detection RGB Imagelines:59-108Dataset · publict:17343. For easier download, we uploaded the 120-folder dataset separately, which was generated each hour. It could be accessed on the Kaggle public dataset titled Seed Vigor Detection RGB Image. The dataset is available at the following two address: https://www.kaggle.com/datasets/chengchengchen/seed-vigor-detection-rgb-image
http://ieee-dataport.org/documents/rgb-image-dataset-seed-germination-prediction-and-seed-vigor
3.5.
Seed viability object detection experiments
In order to verify the validity of the dataset, we perform experiments on the seeds vitality object detection using the two-stage object detection model Faster RCNN ( Girshick, 2015 ), the one-stage model SSD ( Liu et al., 20Open asset ↗rgb-image-dataset-seed-germination-prediction-and-seed-vigorlines:59-108Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Introduction The study addresses challenges in detecting cotton leaf pests and diseases under natural conditions. Traditional methods face difficulties in this context, highlighting the need for improved identification techniques. Methods The proposed method involves a new model named CFNet-VoV-GCSP-LSKNet-YOLOv8s. This model is an enhancement of YOLOv8s and includes several key modifications: (1) CFNet Module. Replaces all C2F modules in the backbone network to improve multi-scale object feature fusion. (2) VoV-GCSP Module. Replaces C2F modules in the YOLOv8s head, balancing model accuracy with reduced computational load. (3) LSKNet Attention Mechanism. Integrated into the small object layers of both the backbone and head to enhance detection of small objects. (4) XIoU Loss Function. Introduced to improve the model's convergence performance. Results The proposed method achieves high performance metrics: Precision (P), 89.9%. Recall Rate (R), 90.7%. Mean Average Precision (mAP@0.5), 93.7%. The model has a memory footprint of 23.3MB and a detection time of 8.01ms. When compared with other models like YOLO v5s, YOLOX, YOLO v7, Faster R-CNN, YOLOv8n, YOLOv7-tiny, CenterNet, EfficientDet, and YOLOv8s, it shows an average accuracy improvement ranging from 1.2% to 21.8%. Discussion The study demonstrates that the CFNet-VoV-GCSP-LSKNet-YOLOv8s model can effectively identify cotton pests and diseases in complex environments. This method provides a valuable technical resource for the identification and control of cotton pests and diseases, indicating significant improvements over existing methods.
Why it matches plant phenotyping methods綿花葉の病害・害虫を自然条件下の画像から識別する新規YOLOベースモデルを開発し、精度・速度・メモリを比較検証しており、植物の病害状態の取得・推定が中心である。
abstractThe proposed method involves a new model named CFNet-VoV-GCSP-LSKNet-YOLOv8s.
Reproduction assets foundThe paper's cotton pest/disease detection model was trained on images aggregated from two public Kaggle datasets, both explicitly linked in the text and data availability statement. No author code or trained model is deposited.Dataset · publicThe data used in this study were sourced from six publicly available cotton pest and disease datasets on KAGGLE ( https://www.kaggle.com/datasets/saeedazfar/customized-cotton-disease-datasetOpen asset ↗Kaggle · saeedazfar/customized-cotton-disease-datasetlines:340-382Dataset · publicThis data can be found here: https://www.kaggle.com/datasets/paridhijain02122001/cotton-crop-disease-detection and https://www.kaggle.com/datasets/saeedazfar/customized-cotton-disease-datasetOpen asset ↗Kaggle · paridhijain02122001/cotton-crop-disease-detectionlines:635-688Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Apple trees face various challenges during cultivation. Apple leaves, as the key part of the apple tree for photosynthesis, occupy most of the area of the tree. Diseases of the leaves can hinder the healthy growth of trees and cause huge economic losses to fruit growers. The prerequisite for precise control of apple leaf diseases is the timely and accurate detection of different diseases on apple leaves. Traditional methods relying on manual detection have problems such as limited accuracy and slow speed. In this study, both the attention mechanism and the module containing the transformer encoder were innovatively introduced into YOLOV5, resulting in YOLOV5-CBAM-C3TR for apple leaf disease detection. The datasets used in this experiment were uniformly RGB images. To better evaluate the effectiveness of YOLOV5-CBAM-C3TR, the model was compared with different target detection models such as SSD, YOLOV3, YOLOV4, and YOLOV5. The results showed that YOLOV5-CBAM-C3TR achieved mAP@0.5, precision, and recall of 73.4%, 70.9%, and 69.5% for three apple leaf diseases including Alternaria blotch, Grey spot, and Rust. Compared with the original model YOLOV5, the mAP 0.5increased by 8.25% with a small change in the number of parameters. In addition, YOLOV5-CBAM-C3TR can achieve an average accuracy of 92.4% in detecting 208 randomly selected apple leaf disease samples. Notably, YOLOV5-CBAM-C3TR achieved 93.1% and 89.6% accuracy in detecting two very similar diseases including Alternaria Blotch and Grey Spot, respectively. The YOLOV5-CBAM-C3TR model proposed in this paper has been applied to the detection of apple leaf diseases for the first time, and also showed strong recognition ability in identifying similar diseases, which is expected to promote the further development of disease detection technology.
Why it matches plant phenotyping methodsリンゴ葉の病徴を画像から検出・分類する新規深層学習モデルを開発し、複数モデルとの比較評価も行っており、植物病害状態の表現型抽出が中心である。
abstractresulting in YOLOV5-CBAM-C3TR for apple leaf disease detection.
Reproduction assets foundThe paper's apple leaf disease detection experiments rely on a publicly available apple leaf pathology image dataset hosted on Baidu AI Studio, which the authors explicitly cite with a URL. This is a paper-specific, public, actionable image dataset used directly for the paper's phenotyping (disease detection) analysis.Dataset · publicof similar apple leaf diseases. As far as we know, this is the first time that the YOLOV5-CBAM-C3TR model has been used for the identification and localization of apple leaf diseases.
2.
Materials and methods
2.1.
Datasets
In this study, the images were collected from the publicly available apple leaf pathology image dataset ( https://aistudio.baidu.com/datasetdetail/11591 ). Disease images in natural environments in the dataset were obtained from a real apple orchard in Yantai, Shandong Province, China. A total of 390 high-quality images of three common apple leaf diseases were selected for study in this dataset. However, the original images cannot be trained, validated, and tested directlyOpen asset ↗aistudio.baidu.com · 11591lines:33-78Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 15 Sept 2026
MaizeRootMorphology / geometry measurementRoot system architecture
A central goal of biology is to understand how genetic variation produces phenotypic variation, which has been described as a genotype to phenotype (G to P) map. The plant form is continuously shaped by intrinsic developmental and extrinsic environmental inputs, and therefore plant phenomes are highly multivariate and require comprehensive approaches to fully quantify. Yet a common assumption in plant phenotyping efforts is that a few pre-selected measurements can adequately describe the relevant phenome space. Our poor understanding of the genetic basis of root system architecture is at least partially a result of this incongruence. Root systems are complex 3D structures that are most often studied as 2D representations measured with relatively simple univariate traits. In prior work, we showed that persistent homology, a topological data analysis method that does not pre-suppose the salient features of the data, could expand the phenotypic trait space and identify new G to P relations from a commonly used 2D root phenotyping platform. Here we extend the work to entire 3D root system architectures of maize seedlings from a mapping population that was designed to understand the genetic basis of maize-nitrogen relations. Using a panel of 84 univariate traits, persistent homology methods developed for 3D branching, and multivariate vectors of the collective trait space, we found that each method captures distinct information about root system variation as evidenced by the majority of non-overlapping QTL, and hence that root phenotypic trait space is not easily exhausted. The work offers a data-driven method for assessing 3D root structure and highlights the importance of non-canonical phenotypes for more accurate representations of the G to P map.
Why it matches plant phenotyping methods3Dトウモロコシ根系の構造を、persistent homologyによって従来の形質空間を拡張して解析する計算的フェノタイピング手法が中心であり、根系構造形質の抽出・評価に該当する。
abstractpersistent homology, a topological data analysis method that does not pre-suppose the salient features of the data, could expand the phenotypic trait space
Reproduction assets foundThe paper's data availability statement points to a public figshare deposit of the 3D root models (paper-specific phenotyping inputs) and raw trait data in Supplementary Table 5 via the Frontiers supplementary material page. Matlab code is only referenced via a prior publication (Li et al., 2019) without an authors' deDataset · publicn this way, the positive value represents the QTL that have increases on the major allele, while negative values indicate QTL that have increases on minor allele.
Data availability statement
The original contributions presented in the study are included in the article/
Supplementary Material
. All the 3D models can be found at: http://dx.doi.org/10.6084/m9.figshare.23692353 . Matlab Code can be found in Li et al., 2019 . Raw trait data can be found in
Supplementary Table 5
. Further inquiries can be directed to the corresponding authors.
Author contributions
ML: Formal analysis, Investigation, Methodology, Software, Visualization, Writing – original draft, Writing – review & editing. ZL: ForOpen asset ↗figshare · 10.6084/m9.figshare.23692353lines:206-232Supplement · publicof their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2023.1260005/full#supplementary-material
Supplementary Figure 1
Illustrations of persistent homology traits. (A) An example of persistence barcode. (B) The persistence diagram that is equivalent to the barcode in (A) . One example of corresponding bar-to-point is highlighted in pink color. (C) Gaussian density estimatoOpen asset ↗lines:206-232Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Leaf diseases are a global threat to crop production and food preservation. Detecting these diseases is crucial for effective management. We introduce LeafDoc-Net, a robust, lightweight transfer-learning architecture for accurately detecting leaf diseases across multiple plant species, even with limited image data. Our approach concatenates two pre-trained image classification deep learning-based models, DenseNet121 and MobileNetV2. We enhance DenseNet121 with an attention-based transition mechanism and global average pooling layers, while MobileNetV2 benefits from adding an attention module and global average pooling layers. We deepen the architecture with extra-dense layers featuring swish activation and batch normalization layers, resulting in a more robust and accurate model for diagnosing leaf-related plant diseases. LeafDoc-Net is evaluated on two distinct datasets, focused on cassava and wheat leaf diseases, demonstrating superior performance compared to existing models in accuracy, precision, recall, and AUC metrics. To gain deeper insights into the model's performance, we utilize Grad-CAM++.
Why it matches plant phenotyping methods植物葉の病徴を画像から分類する深層学習手法を開発し、複数データセットで性能評価しており、植物フェノタイピング手法が研究の中心である。
abstractWe introduce LeafDoc-Net, a robust, lightweight transfer-learning architecture for accurately detecting leaf diseases across multiple plant species, even with limited image data.
Reproduction assets foundThe paper evaluates LeafDoc-Net on two publicly available Mendeley datasets (cassava leaf disease and wheat leaf disease) that constitute the paper's phenotyping image inputs. Both are explicitly linked in the data availability statement with URLs matching allowed_urls. No author analysis code or trained model deposit,Dataset · publicPublicly available datasets were analyzed in this study. This data
can be found here: https://data.mendeley.com/datasets/3832tx2cb2/1Open asset ↗3832tx2cb2pdf-page:21 lines:1-61Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Globally, wheat ( Triticum aestivum L.) is a major source of proteins in human nutrition despite its unbalanced amino acid composition. The low lysine content in the protein fraction of wheat can lead to protein-energy-malnutrition prominently in developing countries. A promising strategy to overcome this problem is to breed varieties which combine high protein content with high lysine content. Nevertheless, this requires the incorporation of yet undefined donor genotypes into pre-breeding programs. Genebank collections are suspected to harbor the needed genetic diversity. In the 1970s, a large-scale screening of protein traits was conducted for the wheat genebank collection in Gatersleben; however, this data has been poorly mined so far. In the present study, a large historical dataset on protein content and lysine content of 4,971 accessions was curated, strictly corrected for outliers as well as for unreplicated data and consolidated as the corresponding adjusted entry means. Four genomic prediction approaches were compared based on the ability to accurately predict the traits of interest. High-quality phenotypic data of 558 accessions was leveraged by engaging the best performing prediction model, namely EG-BLUP. Finally, this publication incorporates predicted phenotypes of 7,651 accessions of the winter wheat collection. Five accessions were proposed as donor genotypes due to the combination of outstanding high protein content as well as lysine content. Further investigation of the passport data suggested an association of the adjusted lysine content with the elevation of the collecting site. This publicly available information can facilitate future pre-breeding activities.
Why it matches plant phenotyping methods小麦のタンパク質・リジン含量という植物形質について、歴史的表現型データを整理し、複数のゲノム予測法を比較して大規模コレクションの予測表現型を生成しており、計算的な形質推定とデータセット活用が研究の中心です。
abstracta large historical dataset on protein content and lysine content of 4,971 accessions was curated, strictly corrected for outliers as well as for unreplicated data and consolidated as the corresponding adjusted entry means.
Reproduction assets foundThe authors deposited the paper's curated historical protein/lysine phenotype data (ISA-Tab), the R code for BLUE calculation and genomic prediction with all input files, and key output files (BLUEs and predicted phenotypes) in the public e!DAL repository under DOI 10.5447/ipk/2023/20. This is a paper-specific, public,Dataset · publicn with all input files, and the most important output files of the analysis. The output files include BLUEs of protein and lysine content as well as the predictions of protein content, lysine content and adjusted lysine content. The aforementioned information is available via the e!DAL ( Arend et al., 2014 ) online repository ( https://dx.doi.org/10.5447/ipk/2023/20 ).
Author contributions
MB: Conceptualization, Formal Analysis, Investigation, Methodology, Software, Visualization, Writing – original draft. SW: Data curation, Writing – review & editing. JR: Conceptualization, Methodology, Supervision, Writing – review & editing. AS: Conceptualization, Methodology, Supervision, Validation, WOpen asset ↗e!DAL · 10.5447/ipk/2023/20lines:302-323Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Plant disease diagnosis with estimation of disease severity at early stages still remains a significant research challenge in agriculture. It is helpful in diagnosing plant diseases at the earliest so that timely action can be taken for curing the disease. Existing studies often rely on labor-intensive manually annotated large datasets for disease severity estimation. In order to conquer this problem, a lightweight framework named “PDSE-Lite” based on Convolutional Autoencoder (CAE) and Few-Shot Learning (FSL) is proposed in this manuscript for plant disease severity estimation with few training instances. The PDSE-Lite framework is designed and developed in two stages. In first stage, a lightweight CAE model is built and trained to reconstruct leaf images from original leaf images with minimal reconstruction loss. In subsequent stage, pretrained layers of the CAE model built in the first stage are utilized to develop the image classification and segmentation models, which are then trained using FSL. By leveraging FSL, the proposed framework requires only a few annotated instances for training, which significantly reduces the human efforts required for data annotation. Disease severity is then calculated by determining the percentage of diseased leaf pixels obtained through segmentation out of the total leaf pixels. The PDSE-Lite framework’s performance is evaluated on Apple-Tree-Leaf-Disease-Segmentation (ATLDS) dataset. However, the proposed framework can identify any plant disease and quantify the severity of identified diseases. Experimental results reveal that the PDSE-Lite framework can accurately detect healthy and four types of apple tree diseases as well as precisely segment the diseased area from leaf images by using only two training samples from each class of the ATLDS dataset. Furthermore, the PDSE-Lite framework’s performance is compared with existing state-of-the-art techniques, and it is found that this framework outperformed these approaches. The proposed framework’s applicability is further verified by statistical hypothesis testing using Student t-test. The results obtained from this test confirm that the proposed framework can precisely estimate the plant disease severity with a confidence interval of 99%. Hence, by reducing the reliance on large-scale manual data annotation, the proposed framework offers a promising solution for early-stage plant disease diagnosis and severity estimation.
Why it matches plant phenotyping methods植物葉画像から病変画素率を算出して病害重症度を推定する画像解析手法を開発し、データセット上で比較・統計検証しており、植物表現型取得が中心である。
abstracta lightweight framework named “PDSE-Lite” based on Convolutional Autoencoder (CAE) and Few-Shot Learning (FSL) is proposed in this manuscript for plant disease severity estimation with few training instances.
Reproduction assets foundThe paper's plant-phenotyping measurements (apple leaf disease detection and severity estimation) were performed on the publicly available Apple-Tree-Leaf-Disease-Segmentation (ATLDS) dataset, which the authors link via a Science Data Bank deposit. No authors' analysis code or trained model checkpoints are explicitlydeDataset · publicrk of this research also includes the deployment of the PDSE-Lite framework on different IoT devices, such as Unmanned Aerial Vehicles (UAVs), to enable real-time monitoring of plant diseases in agricultural fields.
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.scidb.cn/en/detail?dataSetId=0e1f57004db842f99668d82183afd578 .
Author contributions
PB: Conceptualization, Formal analysis, Methodology, Project administration, Supervision, Writing – review & editing. PG: Conceptualization, Methodology, Software, Visualization, Writing – original draft. SM: Formal analysis, Resources, Writing – review & editing.
Funding Open asset ↗lines:501-513Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Introduction In precision agriculture, accurately diagnosing apple frog-eye leaf spot disease is critical for effective disease management. Traditional methods, predominantly relying on labor-intensive and subjective visual evaluations, are often inefficient and unreliable. Methods To tackle these challenges in complex orchard environments, we develop a specialized deep learning architecture. This architecture consists of a two-stage multi-network model. The first stage features an enhanced Pyramid Scene Parsing Network (L-DPNet) with deformable convolutions for improved apple leaf segmentation. The second stage utilizes an improved U-Net (D-UNet), optimized with bilinear upsampling and batch normalization, for precise disease spot segmentation. Results Our model sets new benchmarks in performance, achieving a mean Intersection over Union (mIoU) of 91.27% for segmentation of both apple leaves and disease spots, and a mean Pixel Accuracy (mPA) of 94.32%. It also excels in classifying disease severity across five levels, achieving an overall precision of 94.81%. Discussion This approach represents a significant advancement in automated disease quantification, enhancing disease management in precision agriculture through data-driven decision-making.
Why it matches plant phenotyping methodsリンゴ葉の病斑を画像から分割し、病害重症度を定量化・分類する深層学習手法が研究の中心であり、植物病態の表現型推定に該当する。
abstractwe develop a specialized deep learning architecture
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe apple leaf image dataset used in this study is sourced from the public dataset Plant Pathology 2021, which supplements the Plant Pathology 2020 dataset ( Thapa et al., 2020 ), originally provided by the 2020 Kaggle Plant Pathology competition.Open asset ↗Kagglelines:341-408Code / dataset availability confirmedCrossref · Europe PMC · checked 7 Sept 2026
With the increasing integration of AI technology in the food industry, deep learning has demonstrated its immense potential in the domain of plant disease image recognition. However, there remains a gap in research between models capable of continual learning of new diseases and addressing the inherent catastrophic forgetting issue in neural networks. This study aims to comprehensively evaluate various learning strategies based on advanced computer vision models for multi-disease continual learning tasks in food disease recognition. To cater to the benchmark dataset requirements, we collected the PlantDiseaseCL dataset, sourced from the internet, encompassing diverse crop diseases from apples, corn, and more. Utilizing the Vision Transformer (ViT) model, we established a plant disease image recognition classifier, which, in joint learning, outperformed several comparative CNN architectures in accuracy (0.9538), precision (0.9532), recall (0.9528), and F1 score (0.9560). To further harness the potential of ViT in food disease defect recognition, we introduced a mathematical paradigm for crop disease recognition continual learning. For the first time, we proposed a novel ViT-TV architecture in the multi-disease image recognition scenario, incorporating a Total Variation (TV) distance-based loss (TV-Loss) to quantify the disparity between current and previous attention distributions, fostering attention consistency and mitigating the catastrophic forgetting inherent in ViT without prior task samples. In the incremental learning of the PlantDiseaseCL dataset across 3-Steps and 5-Steps, our strategy achieved average accuracies of 0.7077 and 0.5661, respectively, surpassing all compared Zero-Exemplar Approaches like LUCIR, SI, MAS, and even outperforming exemplar-based strategies like EEIL and ICaRL. In conclusion, the ViT-TV approach offers robust support for the long-term intelligent development of the agricultural and food industry, especially showcasing significant applicability in continual learning for crop disease image recognition.
Why it matches plant phenotyping methods植物病害画像から病害状態を推定する認識手法を開発・評価し、継続学習用データセットも構築しているため、植物フェノタイピング手法が中心である。
abstractwe collected the PlantDiseaseCL dataset, sourced from the internet, encompassing diverse crop diseases from apples, corn, and more.
Reproduction assets foundThe paper's PlantDiseaseCL dataset (30,863 crop disease images used for all phenotyping/recognition experiments) is explicitly made publicly available on Kaggle by the authors. No code or model checkpoint availability is stated in the supplied blocks.Dataset · publicFor the broader research community’s benefit, we have made the PlantDiseaseCL dataset publicly available on the Kaggle platform. It can be accessed at https://www.kaggle.com/datasets/gabrielwang01/leaf-disease-must (last accessed on 18 August 2023).Open asset ↗Kaggle · gabrielwang01/leaf-disease-mustlines:310-388Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Introduction The cold stress is one of the most important factors for affecting production throughout year, so effectively evaluating frost damage is great significant to the determination of the frost tolerance in lettuce. Methods We proposed a high-throughput method to estimate lettuce FDI based on remote sensing. Red-Green-Blue (RGB) and multispectral images of open-field lettuce suffered from frost damage were captured by Unmanned Aerial Vehicle platform. Pearson correlation analysis was employed to select FDI-sensitive features from RGB and multispectral images. Then the models were established for different FDI-sensitive features based on sensor types and different groups according to lettuce colors using multiple linear regression, support vector machine and neural network algorithms, respectively. Results and discussion Digital number of blue and red channels, spectral reflectance at blue, red and near-infrared bands as well as six vegetation indexes (VIs) were found to be significantly related to the FDI of all lettuce groups. The high sensitivity of four modified VIs to frost damage of all lettuce groups was confirmed. The average accuracy of models were improved by 3% to 14% through a combination of multisource features. Color of lettuce had a certain impact on the monitoring of frost damage by FDI prediction models, because the accuracy of models based on green lettuce group were generally higher. The MULTISURCE-GREEN-NN model with R 2 of 0.715 and RMSE of 0.014 had the best performance, providing a high-throughput and efficient technical tool for frost damage investigation which will assist the identification of cold-resistant green lettuce germplasm and related breeding.
Why it matches plant phenotyping methodsUAV画像と機械学習を用いてレタスの霜害指数という植物状態を推定する高スループット手法を開発・評価しており、フェノタイピング手法が中心です。
abstractWe proposed a high-throughput method to estimate lettuce FDI based on remote sensing.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicData, models, or codes generated or used in the course of the study are available on GitHub at https://github.com/kwcnmm/predict-FDI .Open asset ↗kwcnmm/predict-FDIlines:908-915Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
In this paper, we address the question of achieving high accuracy in deep learning models for agricultural applications through edge computing devices while considering the associated resource constraints. Traditional and state-of-the-art models have demonstrated good accuracy, but their practicality as end-user available solutions remains uncertain due to current resource limitations. One agricultural application for deep learning models is the detection and classification of plant diseases through image-based crop monitoring. We used the publicly available PlantVillage dataset containing images of healthy and diseased leaves for 14 crop species and 6 groups of diseases as example data. The MobileNetV3-small model succeeds in classifying the leaves with a test accuracy of around 99.50%. Post-training optimization using quantization reduced the number of model parameters from approximately 1.5 million to 0.93 million while maintaining the accuracy of 99.50%. The final model is in ONNX format, enabling deployment across various platforms, including mobile devices. These findings offer a cost-effective solution for deploying accurate deep-learning models in agricultural applications.
Why it matches plant phenotyping methods植物葉画像から病害を分類する深層学習モデルの開発とエッジ展開が中心であり、植物の病害状態を直接推定するフェノタイピング手法に該当する。
abstractthe detection and classification of plant diseases through image-based crop monitoring
Reproduction assets foundThe paper's plant disease classification analysis is built directly on the publicly available PlantVillage dataset (54,309 leaf images, 14 crop species, 38 classes), which the authors explicitly cite with a public GitHub URL. No author analysis code, trained model checkpoints, or supplementary assets are publicly DeposDataset · publicThe present work used the publicly available PlantVillage-Dataset (2016) . All images in the PlantVillage database were captured at experimental research facilities connected to American Land Grant Universities. The dataset included 54,309 images of 14 crop speciesOpen asset ↗PlantVillage-Datasetlines:51-126Code / dataset availability confirmedCrossref · Europe PMC · checked 7 Sept 2026
Introduction The challenges associated with data availability, class imbalance, and the need for data augmentation are well-recognized in the field of plant disease detection. The collection of large-scale datasets for plant diseases is particularly demanding due to seasonal and geographical constraints, leading to significant cost and time investments. Traditional data augmentation techniques, such as cropping, resizing, and rotation, have been largely supplanted by more advanced methods. In particular, the utilization of Generative Adversarial Networks (GANs) for the creation of realistic synthetic images has become a focal point of contemporary research, addressing issues related to data scarcity and class imbalance in the training of deep learning models. Recently, the emergence of diffusion models has captivated the scientific community, offering superior and realistic output compared to GANs. Despite these advancements, the application of diffusion models in the domain of plant science remains an unexplored frontier, presenting an opportunity for groundbreaking contributions. Methods In this study, we delve into the principles of diffusion technology, contrasting its methodology and performance with state-of-the-art GAN solutions, specifically examining the guided inference model of GANs, named InstaGAN, and a diffusion-based model, RePaint. Both models utilize segmentation masks to guide the generation process, albeit with distinct principles. For a fair comparison, a subset of the PlantVillage dataset is used, containing two disease classes of tomato leaves and three disease classes of grape leaf diseases, as results on these classes have been published in other publications. Results Quantitatively, RePaint demonstrated superior performance over InstaGAN, with average Fréchet Inception Distance (FID) score of 138.28 and Kernel Inception Distance (KID) score of 0.089 ± (0.002), compared to InstaGAN’s average FID and KID scores of 206.02 and 0.159 ± (0.004) respectively. Additionally, RePaint’s FID scores for grape leaf diseases were 69.05, outperforming other published methods such as DCGAN (309.376), LeafGAN (178.256), and InstaGAN (114.28). For tomato leaf diseases, RePaint achieved an FID score of 161.35, surpassing other methods like WGAN (226.08), SAGAN (229.7233), and InstaGAN (236.61). Discussion This study offers valuable insights into the potential of diffusion models for data augmentation in plant disease detection, paving the way for future research in this promising field.
Why it matches plant phenotyping methods植物病害画像を対象に拡散モデルとGANを比較し、病害画像データ拡張の性能をFID・KIDで検証する研究であり、植物病害状態の画像ベース評価を支える方法が中心である。
titleHarnessing the power of diffusion models for plant disease image augmentation
Reproduction assets foundThe paper's experiments use a subset of the public PlantVillage image dataset, which the authors explicitly link in the data availability statement. No author analysis code, trained models, or generated-image deposits are mentioned.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/mohitsingh1804/plantvillage .Open asset ↗Kaggle · mohitsingh1804/plantvillagelines:841-873Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 15 Sept 2026
Cosegmentation and coattention are extensions of traditional segmentation methods aimed at detecting a common object (or objects) in a group of images. Current cosegmentation and coattention methods are ineffective for objects, such as plants, that change their morphological state while being captured in different modalities and views. The Object State Change using Coattention-Cosegmentation (OSC-CO2) is an end-to-end unsupervised deep-learning framework that enhances traditional segmentation techniques, processing, analyzing, selecting, and combining suitable segmentation results that may contain most of our target object’s pixels, and then displaying a final segmented image. The framework leverages coattention-based convolutional neural networks (CNNs) and cosegmentation-based dense Conditional Random Fields (CRFs) to address segmentation accuracy in high-dimensional plant imagery with evolving plant objects. The efficacy of OSC-CO2 is demonstrated using plant growth sequences imaged with infrared, visible, and fluorescence cameras in multiple views using a remote sensing, high-throughput phenotyping platform, and is evaluated using Jaccard index and precision measures. We also introduce CosegPP+, a dataset that is structured and can provide quantitative information on the efficacy of our framework. Results show that OSC-CO2 out performed state-of-the art segmentation and cosegmentation methods by improving segementation accuracy by 3% to 45%.
Why it matches plant phenotyping methods植物画像から成長状態を抽出する画像セグメンテーション手法を開発し、ハイスループット表現型解析プラットフォームで評価しているため、方法が研究の中心である。
abstractThe Object State Change using Coattention-Cosegmentation (OSC-CO2) is an end-to-end unsupervised deep-learning framework
Reproduction assets foundThe paper's authors publicly released both their analysis code (OSC-CO2 framework on GitHub) and the paper-specific plant phenotyping image dataset (CosegPP+, a VSTEM plant imagery dataset from the UNL LemnaTec platform) with explicit availability statements and URLs.Code · publicthe object’s (plant’s) shape, orientation, and size at a specific point in time. OSC-CO 2 is designed to process datasets that contain a variety of features, such as perspective (V), species (S), temporality (T), environmental conditions (E) and modality (M) (VSTEM) (
Figure 1
). The code for OSC-CO 2 is publicly available at: https://github.com/rubiquinones/OSC-CO2 .
Figure 1
A preview of a VSTEM Dataset. This work will use the CosegPP dataset ( Quiñones et al., 2021 ) and modify it as CosegPP+ and categorize it as a VSTEM dataset for our problem definition. The first row shows the growth sequence of a Buckwheat plant from 3 rd July 2019 to 27 th July 2019. The second row shows the threeOpen asset ↗rubiquinones/OSC-CO2lines:37-49Dataset · publicasets through segmentation using Otsu’s method ( Otsu, 1979 ) and cosegmentation using Subdiscover ( Meng et al., 2016 ). These two methods were chosen since ( Quiñones et al., 2021 ) defined these as the top methods for being able to segment some of the challenging features of computer vision. CosegPP+ is publicly available at https://doi.org/10.5281/zenodo.6863013 .
We replaced the original images with the outputs generated by Otsu’s method and Subdiscover. Meaning that each time point
i
will have at most
a
binary images where
a
is the number of algorithms (i.e., Otsu’s method and Subdiscover) used. Some groups do not contain Subdiscover binary masks due to the method’s limitation in notOpen asset ↗10.5281/zenodo.6863013lines:350-411Code / dataset availability confirmedEurope PMC · Crossref · checked 14 Sept 2026
The rapid development of image processing technology and the improvement of computing power in recent years have made deep learning one of the main methods for plant disease identification. Currently, many neural network models have shown better performance in plant disease identification. Typically, the performance improvement of the model needs to be achieved by increasing the depth of the network. However, this also increases the computational complexity, memory requirements, and training time, which will be detrimental to the deployment of the model on mobile devices. To address this problem, a novel lightweight convolutional neural network has been proposed for plant disease detection. Skip connections are introduced into the conventional MobileNetV3 network to enrich the input features of the deep network, and the feature fusion weight parameters in the skip connections are optimized using an improved whale optimization algorithm to achieve higher classification accuracy. In addition, the bias loss substitutes the conventional cross-entropy loss to reduce the interference caused by redundant data during the learning process. The proposed model is pre-trained on the plant classification task dataset instead of using the classical ImageNet for pre-training, which further enhances the performance and robustness of the model. The constructed network achieved high performance with fewer parameters, reaching an accuracy of 99.8% on the PlantVillage dataset. Encouragingly, it also achieved a prediction accuracy of 97.8% on an apple leaf disease dataset with a complex outdoor background. The experimental results show that compared with existing advanced plant disease diagnosis models, the proposed model has fewer parameters, higher recognition accuracy, and lower complexity.
Why it matches plant phenotyping methods植物病害画像から病害状態を推定する軽量CNNモデルを開発し、複数データセットで精度・複雑度を評価しており、病害表現型の抽出手法が中心である。
abstracta novel lightweight convolutional neural network has been proposed for plant disease detection
Reproduction assets foundThe paper's plant disease identification experiments use three public image datasets (PlantVillage, Plant Pathology 2020-FGVC7 apple leaf, Pl@ntNet-300K), all explicitly linked in the data availability statement. No author code or model checkpoints are released.Dataset · publicice for plant disease diagnosis, deploying the proposed model on the device for practical applications in automatic plant disease diagnosis scenarios.
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://zenodo.org/record/5645731#.YeGDOdvjKWh (Pl@ntNet-300K) , https://github.com/spMohanty/PlantVillage-Dataset/tree/master/raw/color (PlantVillage) , https://www.kaggle.com/competitions/plant-pathology-2020-fgvc7/data (FGVC7 Apple Leaf) .
Author contributions
JW: Conceptualization, Funding acquisition, Writing – review & editing. SQ: Conceptualization, Methodology, Supervision, Visualization, Writing – original draft. ZJ: MethoOpen asset ↗PlantVillage-Datasetlines:592-612Dataset · publicapplications in automatic plant disease diagnosis scenarios.
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://zenodo.org/record/5645731#.YeGDOdvjKWh (Pl@ntNet-300K) , https://github.com/spMohanty/PlantVillage-Dataset/tree/master/raw/color (PlantVillage) , https://www.kaggle.com/competitions/plant-pathology-2020-fgvc7/data (FGVC7 Apple Leaf) .
Author contributions
JW: Conceptualization, Funding acquisition, Writing – review & editing. SQ: Conceptualization, Methodology, Supervision, Visualization, Writing – original draft. ZJ: Methodology, Supervision, Writing – review & editing. MY: Investigation, Methodology, Software,Open asset ↗lines:592-612Dataset · publicnal resources of the network, and develop a portable handheld device for plant disease diagnosis, deploying the proposed model on the device for practical applications in automatic plant disease diagnosis scenarios.
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://zenodo.org/record/5645731#.YeGDOdvjKWh (Pl@ntNet-300K) , https://github.com/spMohanty/PlantVillage-Dataset/tree/master/raw/color (PlantVillage) , https://www.kaggle.com/competitions/plant-pathology-2020-fgvc7/data (FGVC7 Apple Leaf) .
Author contributions
JW: Conceptualization, Funding acquisition, Writing – review & editing. SQ: Conceptualization, MethodologyOpen asset ↗lines:592-612Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Sustainable fertilizer management in precision agriculture is essential for both economic and environmental reasons. To effectively manage fertilizer input, various methods are employed to monitor and track plant nutrient status. One such method is hyperspectral imaging, which has been on the rise in recent times. It is a remote sensing tool used to monitor plant physiological changes in response to environmental conditions and nutrient availability. However, conventional hyperspectral processing mainly focuses on either the spectral or spatial information of plants. This study aims to develop a hybrid convolution neural network (CNN) capable of simultaneously extracting spatial and spectral information from quinoa and cowpea plants to identify their nutrient status at different growth stages. To achieve this, a nutrient experiment with four treatments (high and low levels of nitrogen and phosphorus) was conducted in a glasshouse. A hybrid CNN model comprising a 3D CNN (extracts joint spectral-spatial information) and a 2D CNN (for abstract spatial information extraction) was proposed. Three pre-processing techniques, including second-order derivative, standard normal variate, and linear discriminant analysis, were applied to selected regions of interest within the plant spectral hypercube. Together with the raw data, these datasets were used as inputs to train the proposed model. This was done to assess the impact of different pre-processing techniques on hyperspectral-based nutrient phenotyping. The performance of the proposed model was compared with a 3D CNN, a 2D CNN, and a Hybrid Spectral Network (HybridSN) model. Effective wavebands were selected from the best-performing dataset using a greedy stepwise-based correlation feature selection (CFS) technique. The selected wavebands were then used to retrain the models to identify the nutrient status at five selected plant growth stages. From the results, the proposed hybrid model achieved a classification accuracy of over 94% on the test dataset, demonstrating its potential for identifying nitrogen and phosphorus status in cowpea and quinoa at different growth stages.
Why it matches plant phenotyping methods植物の栄養状態をハイパースペクトル画像から抽出するCNN手法を開発し、前処理・複数モデルとの比較・異なる生育段階での性能評価を行っており、表現型取得が中心である。
abstractThis study aims to develop a hybrid convolution neural network (CNN) capable of simultaneously extracting spatial and spectral information from quinoa and cowpea plants to identify their nutrient status at different growth stages.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1 is the description of the selected growth stages based on the BBCH system for coding the phenological growth stages of plants ( Meier et al.Open asset ↗lines:339-346Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Measurements of rice physical traits, such as length, width, and percentage of filled/unfilled grains, are essential steps of rice breeding. A new approach for measuring the physical traits of rice grains for breeding purposes was presented in this study, utilizing image processing techniques. Backlight photography was used to capture a grayscale image of a group of rice grains, which was then analyzed using a clustering algorithm to differentiate between filled and unfilled grains based on their grayscale values. The impact of backlight intensity on the accuracy of the method was also investigated. The results show that the proposed method has excellent accuracy and high efficiency. The mean absolute percentage error of the method was 0.24% and 1.36% in calculating the total number of grain particles and distinguishing the number of filled grains, respectively. The grain size was also measured with a little margin of error. The mean absolute percentage error of grain length measurement was 1.11%, while the measurement error of grain width was 4.03%. The method was found to be highly accurate, non-destructive, and cost-effective when compared to conventional methods, making it a promising approach for characterizing physical traits for crop breeding.
Why it matches plant phenotyping methodsイネ籾の長さ・幅・充実度を画像処理で測定する方法を開発し、精度とバックライト条件の影響を検証しており、植物表現型取得が中心です。
abstractA new approach for measuring the physical traits of rice grains for breeding purposes was presented in this study, utilizing image processing techniques.
Reproduction assets foundThe paper's phenotype reference measurements (grain counts, filled/unfilled counts, and grain sizes for the validation experiments) are reported in Appendices A–C, which are included in the article's supplementary material, publicly available at the Frontiers supplementary-material URL. No author analysis code or imageSupplement · publicof their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2023.1213486/full#supplementary-material
Click here for additional data file.
References
Al-Tam F., Adam H., Anjos A. D., Lorieux M., Larmande P., Ghesquière A., et al. (2013). P-TRAP: a panicle trait phenotyping tool. BMC Plant Biol.
13 (1), 1–14. doi: 10.1186/1471-2229-13-122Open asset ↗lines:182-208Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Accurate detection of tea diseases is essential for optimizing tea yield and quality, improving production, and minimizing economic losses. In this paper, we introduce TeaDiseaseNet, a novel disease detection method designed to address the challenges in tea disease detection, such as variability in disease scales and dense, obscuring disease patterns. TeaDiseaseNet utilizes a multi-scale self-attention mechanism to enhance disease detection performance. Specifically, it incorporates a CNN-based module for extracting features at multiple scales, effectively capturing localized information such as texture and edges. This approach enables a comprehensive representation of tea images. Additionally, a self-attention module captures global dependencies among pixels, facilitating effective interaction between global information and local features. Furthermore, we integrate a channel attention mechanism, which selectively weighs and combines the multi-scale features, eliminating redundant information and enabling precise localization and recognition of tea disease information across diverse scales and complex backgrounds. Extensive comparative experiments and ablation studies validate the effectiveness of the proposed method, demonstrating superior detection results in scenarios characterized by complex backgrounds and varying disease scales. The presented method provides valuable insights for intelligent tea disease diagnosis, with significant potential for improving tea disease management and production.
Why it matches plant phenotyping methods茶葉画像から病害状態を推定する新規画像解析手法を開発し、比較実験とアブレーションで検証しており、植物病害フェノタイピングが中心です。
abstractwe introduce TeaDiseaseNet, a novel disease detection method designed to address the challenges in tea disease detection
Reproduction assets foundThe article's data availability statement provides a public link to the raw tea disease dataset (776 annotated images used for TeaDiseaseNet training/evaluation). The other allowed URL is a cited prior-work reference, not a paper-specific asset.Dataset · publicons can improve the practicality and effectiveness of tea disease detection systems.
Data availability statement
The original contributions presented in the study are included in the article/supplementary material. Further inquiries can be directed to the corresponding author. The raw data can be accessed at the following link: https://www.jianguoyun.com/p/DRwyMxYQqJnmCxiGl5IFIAA .
Author contributionsOpen asset ↗lines:321-358Code / dataset availability confirmedEurope PMC · Crossref · checked 7 Sept 2026
Introduction Recently, plant disease detection and diagnosis procedures have become a primary agricultural concern. Early detection of plant diseases enables farmers to take preventative action, stopping the disease's transmission to other plant sections. Plant diseases are a severe hazard to food safety, but because the essential infrastructure is missing in various places around the globe, quick disease diagnosis is still difficult. The plant may experience a variety of attacks, from minor damage to total devastation, depending on how severe the infections are. Thus, early detection of plant diseases is necessary to optimize output to prevent such destruction. The physical examination of plant diseases produced low accuracy, required a lot of time, and could not accurately anticipate the plant disease. Creating an automated method capable of accurately classifying to deal with these issues is vital. Method This research proposes an efficient, novel, and lightweight DeepPlantNet deep learning (DL)-based architecture for predicting and categorizing plant leaf diseases. The proposed DeepPlantNet model comprises 28 learned layers, i.e., 25 convolutional layers (ConV) and three fully connected (FC) layers. The framework employed Leaky RelU (LReLU), batch normalization (BN), fire modules, and a mix of 3×3 and 1×1 filters, making it a novel plant disease classification framework. The Proposed DeepPlantNet model can categorize plant disease images into many classifications. Results The proposed approach categorizes the plant diseases into the following ten groups: Apple_Black_rot (ABR), Cherry_(including_sour)_Powdery_mildew (CPM), Grape_Leaf_blight_(Isariopsis_Leaf_Spot) (GLB), Peach_Bacterial_spot (PBS), Pepper_bell_Bacterial_spot (PBBS), Potato_Early_blight (PEB), Squash_Powdery_mildew (SPM), Strawberry_Leaf_scorch (SLS), bacterial tomato spot (TBS), and maize common rust (MCR). The proposed framework achieved an average accuracy of 98.49 and 99.85in the case of eight-class and three-class classification schemes, respectively. Discussion The experimental findings demonstrated the DeepPlantNet model's superiority to the alternatives. The proposed technique can reduce financial and agricultural output losses by quickly and effectively assisting professionals and farmers in identifying plant leaf diseases.
Why it matches plant phenotyping methods葉画像から植物病害状態を分類する深層学習手法を開発しており、植物の病徴・病害状態の取得と推定が研究の中心であるため。
abstractThis research proposes an efficient, novel, and lightweight DeepPlantNet deep learning (DL)-based architecture for predicting and categorizing plant leaf diseases.
Reproduction assets foundThe paper's plant leaf disease classification experiments are built entirely on two public Kaggle image datasets explicitly cited by the authors: the PlantVillage Dataset (eight-class experiment) and the Plant Disease Prediction Dataset (three-class experiment). No author code, trained model, or supplementary deposit (Dataset · publicWe verified the effectiveness and robustness of the DeepPlantNet model by using images from the publicly available Kaggle “PlantVillage Dataset” dataset ( Dataset : https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset ).Open asset ↗Kaggle · abdallahalidev/plantvillage-datasetlines:355-366Dataset · publicWe validated our model using another common, publicly accessible Kaggle dataset, “Plant Disease Prediction Dataset,” to assess and estimate the generalizability and performance of the DeepPlantNet model ( Dataset : https://www.kaggle.com/datasets/shuvranshu/plant-disease-prediction-dataset ).Open asset ↗Kaggle · shuvranshu/plant-disease-prediction-datasetlines:729-756Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 7 Sept 2026
Introduction: Horticultural plant breeding programs often demand large volumes of phenotypic data to capture visual variation in quality of harvested products. Increasing the throughput potential of phenomic pipelines enables breeders to consider data-hungry molecular breeding strategies such as genome-wide association studies and genomic selection. Methods: We present an R-based web application called ShinyFruit for image-based phenotyping of size, shape, and color-related qualities in fruits and vegetables. Here, we have demonstrated one potential application for ShinyFruit by comparing its estimates of fruit length, width, and red drupelet reversion (RDR) with ImageJ and analogous manual phenotyping techniques in a population of blackberry cultivars and breeding selections from the University of Arkansas System Division of Agriculture Fruit Breeding Program. Results: = 0.62 - 0.70). Neither phenotyping method detected genotypic differences in blackberry fruit width, suggesting that this trait is unlikely to be heritable in the population observed. Discussion: It is likely that implementing a treatment to promote RDR expression in future studies might strengthen the documented correlation between phenotyping methods by maximizing genotypic variance. Even so, our analysis has suggested that ShinyFruit provides a viable, open-source solution to efficient phenotyping of size and color in blackberry fruit. The ability for users to adjust analysis settings should also extend its utility to a wide range of fruits and vegetables.
Why it matches plant phenotyping methodsShinyFruitは果実のサイズ・形状・色を画像から推定するソフトウェアであり、ImageJおよび手動測定との比較検証も行っているため、植物表現型取得法が中心である。
abstractWe present an R-based web application called ShinyFruit for image-based phenotyping of size, shape, and color-related qualities in fruits and vegetables.
Reproduction assets foundThe paper publicly releases the unedited blackberry photographs used for phenotyping (2019, 2020, 2021) on figshare, the ShinyFruit source code on GitHub, and the custom ImageJ macro used for RDR analysis on GitHub. All are paper-specific, public, and actionable.Dataset · publicUnedited blackberry photographs used in this project that were taken in 2019, 2020, and 2021 are available at https://figshare.com/articles/figure/Blackberry_Images_2019/23859342Open asset ↗figshare · 23859342lines:311-318Dataset · publicUnedited blackberry photographs used in this project that were taken in 2019, 2020, and 2021 are available at https://figshare.com/articles/figure/Blackberry_Images_2019/23859342 , https://figshare.com/articles/figure/2020_blackberry_images/23859837 , and https://figshare.com/articles/figure/Blackberry_images_2021/23860593 .Open asset ↗figshare · 23859837lines:675-693Dataset · publicUnedited blackberry photographs used in this project that were taken in 2019, 2020, and 2021 are available at https://figshare.com/articles/figure/Blackberry_Images_2019/23859342 , https://figshare.com/articles/figure/2020_blackberry_images/23859837 , and https://figshare.com/articles/figure/Blackberry_images_2021/23860593 .Open asset ↗figshare · 23860593lines:675-693Code · publicSource code for version 0.1.0 of the ShinyFruit software ( Chizk, 2022 ) is maintained and publicly available on GitHub ( https://github.com/mchizk1/ShinyFruit ) under an MIT license.Open asset ↗github.com/mchizk1/ShinyFruitlines:311-318Code · publicA custom-written ImageJ macro script maintained on GitHub ( https://github.com/mchizk1/UA_Fruit_Breeding/tree/main/IJ_RDR ) was used to perform image analysis in a two-step procedure that mimics the ShinyFruit workflow presented.Open asset ↗github.com/mchizk1/UA_Fruit_Breedinglines:319-362Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Plant disease detection has made significant strides thanks to the emergence of deep learning. However, existing methods have been limited to closed-set and static learning settings, where models are trained using a specific dataset. This confinement restricts the model's adaptability when encountering samples from unseen disease categories. Additionally, there is a challenge of knowledge degradation for these static learning settings, as the acquisition of new knowledge tends to overwrite the old when learning new categories. To overcome these limitations, this study introduces a novel paradigm for plant disease detection called open-world setting. Our approach can infer disease categories that have never been seen during the model training phase and gradually learn these unseen diseases through dynamic knowledge updates in the next training phase. Specifically, we utilize a well-trained unknown-aware region proposal network to generate pseudo-labels for unknown diseases during training and employ a class-agnostic classifier to enhance the recall rate for unknown diseases. Besides, we employ a sample replay strategy to maintain recognition ability for previously learned classes. Extensive experimental evaluation and ablation studies investigate the efficacy of our method in detecting old and unknown classes. Remarkably, our method demonstrates robust generalization ability even in cross-species disease detection experiments. Overall, this open-world and dynamically updated detection method shows promising potential to become the future paradigm for plant disease detection. We discuss open issues including classification and localization, and propose promising approaches to address them. We encourage further research in the community to tackle the crucial challenges in open-world plant disease detection. The code will be released at https://github.com/JiuqingDong/OWPDD.
Why it matches plant phenotyping methods植物の病徴・病害状態を画像から検出する手法の開発と評価が中心であり、未知病害への検出・学習、アブレーションおよび交差種評価を行っているため、植物フェノタイピング手法として採用する。
abstractSpecifically, we utilize a well-trained unknown-aware region proposal network to generate pseudo-labels for unknown diseases during training and employ a class-agnostic classifier to enhance the recall rate for unknown diseases.
Reproduction assets foundThe paper's authors state their open-world plant disease detection code will be released at a public GitHub repository (JiuqingDong/OWPDD). Detectron2 is a generic third-party library, not a paper-specific asset. No separate phenotype dataset deposit is stated beyond the cited prior tomato/paprika datasets.Code · publicThe code will be released at https://github.com/JiuqingDong/OWPDD .Open asset ↗JiuqingDong/OWPDDlines:225-317Code / dataset availability confirmedOpenAlex · Europe PMC · checked 7 Sept 2026
Advancements in hyperspectral imaging (HSI) together with the establishment of dedicated plant phenotyping facilities worldwide have enabled high-throughput collection of plant spectral images with the aim of inferring target phenotypes. Here, we test the utility of HSI-derived canopy data, which were collected as part of an automated plant phenotyping system, to predict physiological traits in cultivated Asian rice ( Oryza sativa ). We evaluated 23 genetically diverse rice accessions from two subpopulations under two contrasting nitrogen conditions and measured 14 leaf- and canopy-level parameters to serve as ground-reference observations. HSI-derived data were used to (1) classify treatment groups across multiple vegetative stages using support vector machines (≥ 83% accuracy) and (2) predict leaf-level nitrogen content (N, %, n=88 ) and carbon to nitrogen ratio (C:N, n=88 ) with Partial Least Squares Regression (PLSR) following RReliefF wavelength selection (validation: R 2 = 0.797 and RMSEP = 0.264 for N; R 2 = 0.592 and RMSEP = 1.688 for C:N). Results demonstrated that models developed using training data from one rice subpopulation were able to predict N and C:N in the other subpopulation, while models trained on a single treatment group were not able to predict samples from the other treatment. Finally, optimization of PLSR-RReliefF hyperparameters showed that 300-400 wavelengths generally yielded the best model performance with a minimum calibration sample size of 62. Results support the use of canopy-level hyperspectral imaging data to estimate leaf-level N and C:N across diverse rice, and this work highlights the importance of considering calibration set design prior to data collection as well as hyperparameter optimization for model development in future studies.
Why it matches plant phenotyping methods自動ハイパースペクトル画像からイネの生理形質を推定するモデルを開発・検証しており、表現型取得・抽出手法が研究の中心である。
abstractHSI-derived data were used to (1) classify treatment groups across multiple vegetative stages using support vector machines (≥ 83% accuracy) and (2) predict leaf-level nitrogen content (N, %, n=88 ) and carbon to nitrogen ratio (C:N, n=88 ) with Partial Least Squares Regression (PLSR) following RReliefF wavelength selection
Reproduction assets foundThe paper provides two paper-specific public assets: an authors' GitHub repository containing the code for the physiological trait prediction models (RReliefF-PLSR, SVM classification of rice hyperspectral data), and a Purdue PURR repository deposit containing the study's datasets (HSI-derived and ground-reference phenCode · publicThe code for each physiological trait prediction model can be accessed through GitHub ( https://github.com/To-Chia/rice_imaging_ms ).Open asset ↗https://github.com/To-Chia/rice_imaging_mslines:384-394Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://purr.purdue.edu/publications/4079/ .Open asset ↗https://purr.purdue.edu/publications/4079/lines:442-452Code / dataset availability confirmedEurope PMC · Crossref · checked 7 Sept 2026
Rice is a vital food crop that feeds most of the global population. Cultivating high-yielding and superior-quality rice varieties has always been a critical research direction. Rice grain-related traits can be used as crucial phenotypic evidence to assess yield potential and quality. However, the analysis of rice grain traits is still mainly based on manual counting or various seed evaluation devices, which incur high costs in time and money. This study proposed a high-precision phenotyping method for rice panicles based on visible light scanning imaging and deep learning technology, which can achieve high-throughput extraction of critical traits of rice panicles without separating and threshing rice panicles. The imaging of rice panicles was realized through visible light scanning. The grains were detected and segmented using the Faster R-CNN-based model, and an improved Pix2Pix model cascaded with it was used to compensate for the information loss caused by the natural occlusion between the rice grains. An image processing pipeline was designed to calculate fifteen phenotypic traits of the on-panicle rice grains. Eight varieties of rice were used to verify the reliability of this method. The R 2 values between the extraction by the method and manual measurements of the grain number, grain length, grain width, grain length/width ratio and grain perimeter were 0.99, 0.96, 0.83, 0.90 and 0.84, respectively. Their mean absolute percentage error (MAPE) values were 1.65%, 7.15%, 5.76%, 9.13% and 6.51%. The average imaging time of each rice panicle was about 60 seconds, and the total time of data processing and phenotyping traits extraction was less than 10 seconds. By randomly selecting one thousand grains from each of the eight varieties and analyzing traits, it was found that there were certain differences between varieties in the number distribution of thousand-grain length, thousand-grain width, and thousand-grain length/width ratio. The results show that this method is suitable for high-throughput, non-destructive, and high-precision extraction of on-panicle grains traits without separating. Low cost and robust performance make it easy to popularize. The research results will provide new ideas and methods for extracting panicle traits of rice and other crops.
Why it matches plant phenotyping methodsイネ穂上粒の形態形質を画像・深層学習で抽出する手法を開発し、手動測定との比較で検証しており、表現型取得が研究の中心である。
abstractThis study proposed a high-precision phenotyping method for rice panicles based on visible light scanning imaging and deep learning technology
Reproduction assets foundThe paper's data availability statement explicitly points to a public GitHub repository (BME-PhenoTeam/Method-for-on-panicle-rice-grain-detection) hosting the study's datasets, which per the statement contain the paper's rice panicle images and phenotyping resources. No separate trained-model checkpoint or analysis URLDataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://github.com/BME-PhenoTeam/Method-for-on-panicle-rice-grain-detection .Open asset ↗BME-PhenoTeam/Method-for-on-panicle-rice-grain-detectionlines:521-553Code / dataset availability confirmedOpenAlex · Europe PMC · checked 7 Sept 2026
In an era of climate change and increased environmental variability, breeders are looking for tools to maintain and increase genetic gain and overall efficiency. In recent years the field of high throughput phenotyping (HTP) has received increased attention as an option to meet this need. There are many platform options in HTP, but ground-based handheld and remote aerial systems are two popular options. While many HTP setups have similar specifications, it is not always clear if data from different systems can be treated interchangeably. In this research, we evaluated two handheld radiometer platforms, Cropscan MSR16R and Spectra Vista Corp (SVC) HR-1024i, as well as a UAS-based system with a Sentera Quad Multispectral Sensor. Each handheld radiometer was used for two years simultaneously with the unoccupied aircraft systems (UAS) in collecting winter wheat breeding trials between 2018-2021. Spectral reflectance indices (SRI) were calculated for each system. SRI heritability and correlation were analyzed in evaluating the platform and SRI usability for breeding applications. Correlations of SRIs were low against UAS SRI and grain yield while using the Cropscan system in 2018 and 2019. Dissimilarly, the SVC system in 2020 and 2021 produced moderate correlations across UAS SRI and grain yield. UAS SRI were consistently more heritable, with broad-sense heritability ranging from 0.58 to 0.80. Data standardization and collection windows are important to consider in ensuring reliable data. Furthermore, practical aspects and best practices for these HTP platforms, relative to applied breeding applications, are highlighted and discussed. The findings of this study can be a framework to build upon when considering the implementation of HTP technology in an applied breeding program.
Why it matches plant phenotyping methods複数の地上・UAS型HTPセンサープラットフォームを比較評価し、スペクトル形質の相関・遺伝率・標準化を検証しており、フェノタイピング手法が研究の中心です。
abstractwe evaluated two handheld radiometer platforms, Cropscan MSR16R and Spectra Vista Corp (SVC) HR-1024i, as well as a UAS-based system with a Sentera Quad Multispectral Sensor.
Reproduction assets foundThe article's data availability statement points to a public repository deposit (DOI 10.7273/000004802) containing the study's HTP spectral reflectance and grain yield datasets. The WSU weather station URL is a generic external resource, not a paper-specific asset.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://doi.org/10.7273/000004802 .Open asset ↗10.7273/000004802lines:481-522Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 15 Sept 2026
Among seed attributes, weight is one of the main factors determining the soybean harvest index. Recently, the focus of soybean breeding has shifted to improving seed size and weight for crop optimization in terms of seed and oil yield. With recent technological advancements, there is an increasing application of imaging sensors that provide simple, real-time, non-destructive, and inexpensive image data for rapid image-based prediction of seed traits in plant breeding programs. The present work is related to digital image analysis of seed traits for the prediction of hundred-seed weight (HSW) in soybean. The image-based seed architectural traits (i-traits) measured were area size (AS), perimeter length (PL), length (L), width (W), length-to-width ratio (LWR), intersection of length and width (IS), seed circularity (CS), and distance between IS and CG (DS). The phenotypic investigation revealed significant genetic variability among 164 soybean genotypes for both i-traits and manually measured seed weight. Seven popular machine learning (ML) algorithms, namely Simple Linear Regression (SLR), Multiple Linear Regression (MLR), Random Forest (RF), Support Vector Regression (SVR), LASSO Regression (LR), Ridge Regression (RR), and Elastic Net Regression (EN), were used to create models that can predict the weight of soybean seeds based on the image-based novel features derived from the Red-Green-Blue (RGB)/visual image. Among the models, random forest and multiple linear regression models that use multiple explanatory variables related to seed size traits (AS, L, W, and DS) were identified as the best models for predicting seed weight with the highest prediction accuracy (coefficient of determination, R 2= 0.98 and 0.94, respectively) and the lowest prediction error, i.e., root mean square error (RMSE) and mean absolute error (MAE). Finally, principal components analysis (PCA) and a hierarchical clustering approach were used to identify IC538070 as a superior genotype with a larger seed size and weight. The identified donors/traits can potentially be used in soybean improvement programs
Why it matches plant phenotyping methodsRGB画像から種子形態形質を抽出し、機械学習で種子重量を予測する画像ベース表現型解析が研究の中心である。
abstractThe present work is related to digital image analysis of seed traits for the prediction of hundred-seed weight (HSW) in soybean.
Reproduction assets foundThe paper's image-based seed architectural trait (i-trait) measurements and hundred-seed weight data for 164 soybean accessions are stated to be included in the article's Supplementary Material (e.g., Supplementary Table 1 of genotypes and trait data), publicly available at the Frontiers supplementary-material URL. No专Supplement · publicof their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2023.1206357/full#supplementary-material
Click here for additional data file.
Click here for additional data file.
References
Abdelhakim L. O. A., Rosenqvist E., Wollenweber B., Spyroglou I., Ottosen C. O., Panzarová K. (2021). Investigating combined drought-and heat stress effects in wheat under controlled conditions Open asset ↗lines:434-465Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
The study of genomic control of drought tolerance in crops requires techniques to impose well defined and consistent levels of drought stress and efficiently measure single-plant water use for hundreds of experimental units over timescales of several months. Traditional gravimetric methods are extremely labor intensive or require expensive technology, and are subject to other errors. This study demonstrates a low-cost, passive, bottom-watered system that is easily scaled for high-throughput phenotyping. The soil water content in the pots is controlled by altering the water table height in an underlying wicking bed via a float valve. The resulting soil moisture profile is then maintained passively as water withdrawn by the plant is replaced by upward movement of water from the wicking bed, which is fed from a reservoir via the float valve. The single-plant water use can be directly measured over time intervals from one to several days by observing the water level in the reservoir. Using this method, four different drought stress levels were induced in pots containing soybean (Glycine max (L.) Merr.), producing four statistically distinct groups for shoot dry weight and seed yield, as well as clear treatment effects for other relevant parameters, including root:shoot dry weight ratio, pod number, cumulative water use, and water use efficiency. This system has a broad range of applications, and should increase feasibility of high-throughput phenotyping efforts for plant drought tolerance traits.
Why it matches plant phenotyping methods高スループット表現型解析のための低コスト灌水・水利用測定システムを開発・実証しており、植物の水利用と乾燥ストレス関連形質の取得が中心的な方法論的貢献である。
abstractThis study demonstrates a low-cost, passive, bottom-watered system that is easily scaled for high-throughput phenotyping.
Reproduction assets foundThe article's Data availability statement places the study's original contributions (phenotype measurements and supplementary experiment data) in the article/Supplementary Material, which is publicly available at the Frontiers supplementary-material URL. No author analysis code, scripts, models, or standalone phenotypeSupplement · publicof their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2023.1201102/full#supplementary-material
Click here for additional data file.
Click here for additional data file.
Click here for additional data file.
Click here for additional data file.
Click here for additional data file.
References
Araya Y. N.
Gowing D. J.
Dise N.
( 2010 ).
A controlled water-table depth system toOpen asset ↗lines:288-364Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Phenotyping is used in plant breeding to identify genotypes with desirable characteristics, such as drought tolerance, disease resistance, and high-yield potentials. It may also be used to evaluate the effect of environmental circumstances, such as drought, heat, and salt, on plant growth and development. Wheat spike density measure is one of the most important agronomic factors relating to wheat phenotyping. Nonetheless, due to the diversity of wheat field environments, fast and accurate identification for counting wheat spikes remains one of the challenges. This study proposes a meticulously curated and annotated dataset, named as SPIKE-segm, taken from the publicly accessible SPIKE dataset, and an optimal instance segmentation approach named as WheatSpikeNet for segmenting and counting wheat spikes from field imagery. The proposed method is based on the well-known Cascade Mask RCNN architecture with model enhancements and hyperparameter tuning to provide state-of-the-art detection and segmentation performance. A comprehensive ablation analysis incorporating many architectural components of the model was performed to determine the most efficient version. In addition, the model's hyperparameters were fine-tuned by conducting several empirical tests. ResNet50 with Deformable Convolution Network (DCN) as the backbone architecture for feature extraction, Generic RoI Extractor (GRoIE) for RoI pooling, and Side Aware Boundary Localization (SABL) for wheat spike localization comprises the final instance segmentation model. With bbox and mask mean average precision (mAP) scores of 0.9303 and 0.9416, respectively, on the test set, the proposed model achieved superior performance on the challenging SPIKE datasets. Furthermore, in comparison with other existing state-of-the-art methods, the proposed model achieved up to a 0.41% improvement of mAP in spike detection and a significant improvement of 3.46% of mAP in the segmentation tasks that will lead us to an appropriate yield estimation from wheat plants.
Why it matches plant phenotyping methods小麦穂の圃場画像から穂をセグメンテーション・計数する画像解析手法と注釈付きデータセットを開発・評価しており、植物形質取得が研究の中心である。
abstractThis study proposes a meticulously curated and annotated dataset, named as SPIKE-segm, taken from the publicly accessible SPIKE dataset, and an optimal instance segmentation approach named as WheatSpikeNet for segmenting and counting wheat spikes from field imagery.
Reproduction assets foundThe paper's data availability statement explicitly deposits the authors' codebase and the curated SPIKE-segm wheat spike segmentation dataset in a public Figshare project, which qualifies as a paper-specific public asset. The Roboflow URL is only a cited generic tool and does not qualify.Dataset · publicThe codebase developed and the datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://figshare.com/projects/WheatSpikeNet_An_Improved_Wheat_Spike_Segmentation_Model_for_Accurate_Counting_from_Field_Imaging/163225 .Open asset ↗figshare · 163225lines:914-939Code / dataset availability confirmedEurope PMC · Crossref · checked 8 Sept 2026
In the agricultural sector, identifying plant diseases at their earliest possible stage of infestation still remains a huge challenge with respect to the maximization of crop production and farmers' income. In recent years, advanced computer vision techniques like Vision Transformers (ViTs) are being successfully applied to identify plant diseases automatically. However, the MLP module in existing ViTs is computationally expensive as well as inefficient in extracting promising features from diseased images. Therefore, this study proposes a comparatively lightweight and improved vision transformer network, also known as "TrIncNet" for plant disease identification. In the proposed network, we introduced a modified encoder architecture a.k.a. Trans-Inception block in which the MLP block of existing ViT was replaced by a custom inception block. Additionally, each Trans-Inception block is surrounded by a skip connection, making it much more resistant to the vanishing gradient problem. The applicability of the proposed network for identifying plant diseases was assessed using two plant disease image datasets viz: PlantVillage dataset and Maize disease dataset (contains in-field images of Maize diseases). The comparative performance analysis on both datasets reported that the proposed TrIncNet network outperformed the state-of-the-art CNN architectures viz: VGG-19, GoogLeNet, ResNet-50, Xception, InceptionV3, and MobileNet. Moreover, the experimental results also showed that the proposed network had achieved 5.38% and 2.87% higher testing accuracy than the existing ViT network on both datasets, respectively. Therefore, the lightweight nature and improved prediction performance make the proposed network suitable for being integrated with IoT devices to assist the stakeholders in identifying plant diseases at the field level.
Why it matches plant phenotyping methods植物の病徴画像から疾病状態を推定する新規画像解析モデルを開発し、複数データセットと既存モデルで性能比較しており、植物フェノタイピング手法が中心である。
abstractthis study proposes a comparatively lightweight and improved vision transformer network, also known as "TrIncNet" for plant disease identification.
Reproduction assets foundThe paper used two plant disease image datasets. The PlantVillage dataset is openly available at the authors' stated public URL (matching an allowed URL), qualifying as a public paper-specific asset. The in-field Maize dataset is only available from the corresponding author on request, so it is listed as request_only.Dataset · publicThe PlantVillage dataset, is openly available on https://github.com/spMohanty/PlantVillage-Dataset/tree/master/raw , and the Maize dataset will be available from the corresponding author on reasonable request.Open asset ↗https://github.com/spMohanty/PlantVillage-Datasetlines:743-770Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
This study proposes an adaptive image augmentation scheme using deep reinforcement learning (DRL) to improve the performance of a deep learning-based automated optical inspection system. The study addresses the challenge of inconsistency in the performance of single image augmentation methods. It introduces a DRL algorithm, DQN, to select the most suitable augmentation method for each image. The proposed approach extracts geometric and pixel indicators to form states, and uses DeepLab-v3+ model to verify the augmented images and generate rewards. Image augmentation methods are treated as actions, and the DQN algorithm selects the best methods based on the images and segmentation model. The study demonstrates that the proposed framework outperforms any single image augmentation method and achieves better segmentation performance than other semantic segmentation models. The framework has practical implications for developing more accurate and robust automated optical inspection systems, critical for ensuring product quality in various industries. Future research can explore the generalizability and scalability of the proposed framework to other domains and applications. The code for this application is uploaded at https://github.com/lynnkobe/Adaptive-Image-Augmentation.git.
Why it matches plant phenotyping methods植物のさび病画像から病斑をセグメンテーションするための適応的画像拡張法をDRLで開発・評価しており、植物病害状態の画像ベース表現型取得が中心である。
abstractThis study proposes an adaptive image augmentation scheme using deep reinforcement learning (DRL) to improve the performance of a deep learning-based automated optical inspection system.
Reproduction assets foundThe paper's authors publicly released their DRL adaptive image augmentation analysis code on GitHub, and the plant rust leaf image dataset used for phenotyping/segmentation is publicly available on Baidu AI Studio per the data availability statement.Code · publicctical implications for developing more accurate and robust automated optical inspection systems, critical for ensuring product quality in various industries. Future research can explore the generalizability and scalability of the proposed framework to other domains and applications. The code for this application is uploaded at https://github.com/lynnkobe/Adaptive-Image-Augmentation.git .
adaptive image augmentation deep reinforcement learning deep Q-learning automated optical inspection semantic segmentation Department of Education of Guangdong Province
10.13039/501100010226 2021KTSCX005 Natural Science Foundation of Guangdong Province
10.13039/501100003453 2022A1515240061, 2023A1515012975 Open asset ↗lynnkobe/Adaptive-Image-Augmentationlines:1-51Dataset · publicwork should consider more advanced image augmentation methods, segmentation targets, and a more flexible and efficient DRL framework to provide more effective detection schemes for complex AOI application scenarios.
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://aistudio.baidu.com/aistudio/datasetdetail/11591 .
Author contributions
SW, AK, YL, ZJ, HT, SA, MS and UB were responsible for question formulation, method, experimental design, and manuscript writing. YL, ZJ, HT, SA, MS and UB contributed to the issue investigation. HT contributed to the data analysis and AK funded the research. All authors listed have made a Open asset ↗11591lines:642-707Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Uprooting caused by flood events is a significant disturbance factor that affects the establishment, growth, and mortality of riparian vegetation. If the hydraulic drag force acting on riparian plants exceeds the peak uprooting force originate from their below-ground portion, it may result in the uprooting of these plants. Despite previous studies have documented and investigated the uprooting processes and factors influencing the peak uprooting force of plants, most of these studies have focused on how the root morphological traits of tree and shrub seedlings affect peak uprooting force or mainly collected data in indoor experiments, which may limit the extrapolation of the results to natural environments. To address these limitations, we assume that the peak uprooting force can be estimated by the morphological traits of the above-ground portion of the vegetation. In this study, we conducted in-situ vertical uprooting tests on three locally dominant species: Conyza canadensis , Daucus carota , and Leonurus sibiricus , in a typical riverine environment. The three species were found to have the highest abundance based on the outcomes of the quadrat method. We measured the peak uprooting force, plant height, stem basal diameter, shoot and root wet biomass, and shoot and root dry biomass of each plant and compared them between species. Furthermore, we quantified the influence of morphology on peak uprooting force. Our results showed significant differences in morphological traits and peak uprooting force among the three species. We found a significant positive correlation between peak uprooting force and the morphological traits of the three species. The peak uprooting force increases with plant size following a power law function which is analogous to allometric equations. The allometric equation provided a convenient and non-destructive method to estimate the peak uprooting force based on the above-ground morphological traits of the plants, which may help to overcome the limitations of measuring root morphological traits.
Why it matches plant phenotyping methods植物の地上部形態から地下部に由来する最大引抜抵抗力を推定する非破壊的なアロメトリック手法を開発・提示しており、形質取得・推定が研究の中心である。
abstractThe allometric equation provided a convenient and non-destructive method to estimate the peak uprooting force based on the above-ground morphological traits of the plants
Reproduction assets foundThe paper's data availability statement points to a public Zenodo deposit (DOI 10.5281/zenodo.6476708) containing the datasets from this study (in-situ uprooting tests and morphological trait measurements of three riparian species). This is a paper-specific, publicly accessible phenotype dataset. No author analysis代码或补Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accessionnumber(s) can be found below: https://doi.org/10.5281/zenodo.6476708 .Open asset ↗zenodo · 10.5281/zenodo.6476708lines:667-709Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Remote sensing enables the rapid assessment of many traits that provide valuable information to plant breeders throughout the growing season to improve genetic gain. These traits are often extracted from remote sensing data on a row segment (rows within a plot) basis enabling the quantitative assessment of any row-wise subset of plants in a plot, rather than a few individual representative plants, as is commonly done in field-based phenotyping. Nevertheless, which rows to include in analysis is still a matter of debate. The objective of this experiment was to evaluate row selection and plot trimming in field trials conducted using four-row plots with remote sensing traits extracted from RGB (red-green-blue), LiDAR (light detection and ranging), and VNIR (visible near infrared) hyperspectral data. Uncrewed aerial vehicle flights were conducted throughout the growing seasons of 2018 to 2021 with data collected on three years of a sorghum experiment and two years of a maize experiment. Traits were extracted from each plot based on all four row segments (RS) (RS1234), inner rows (RS23), outer rows (RS14), and individual rows (RS1, RS2, RS3, and RS4). Plot end trimming of 40 cm was an additional factor tested. Repeatability and predictive modeling of end-season yield were used to evaluate performance of these methodologies. Plot trimming was never shown to result in significantly different outcomes from non-trimmed plots. Significant differences were often observed based on differences in row selection. Plots with more row segments were often favorable for increasing repeatability, and excluding outer rows improved predictive modeling. These results support long-standing principles of experimental design in agronomy and should be considered in breeding programs that incorporate remote sensing.
Why it matches plant phenotyping methodsRGB・LiDAR・VNIRリモートセンシングによる作物形質抽出について、行選択とプロットトリミングを反復性・収量予測で評価しており、フェノタイピング手法の技術評価が中心である。
abstractThe objective of this experiment was to evaluate row selection and plot trimming in field trials conducted using four-row plots with remote sensing traits extracted from RGB (red-green-blue), LiDAR (light detection and ranging), and VNIR (visible near infrared) hyperspectral data.
Reproduction assets foundThe paper states that remote sensing data, yield data, and the authors' R analysis code are publicly deposited in the Purdue University Research Repository under DOI 10.4231/PF9S-4G38. This is a paper-specific, publicly actionable asset covering both the phenotyping measurements (RGB/LiDAR/VNIR remote sensing traits, 4Dataset · publicRemote sensing data, yield data, and R code used for this study are available at the Purdue University Research Repository (10.4231/PF9S-4G38).Open asset ↗Purdue University Research Repository · 10.4231/PF9S-4G38lines:404-413Code / dataset availability confirmedOpenAlex · Europe PMC · checked 14 Sept 2026
As one of the most consumed stable foods around the world, wheat plays a crucial role in ensuring global food security. The ability to quantify key yield components under complex field conditions can help breeders and researchers assess wheat’s yield performance effectively. Nevertheless, it is still challenging to conduct large-scale phenotyping to analyse canopy-level wheat spikes and relevant performance traits, in the field and in an automated manner. Here, we present CropQuant-Air, an AI-powered software system that combines state-of-the-art deep learning (DL) models and image processing algorithms to enable the detection of wheat spikes and phenotypic analysis using wheat canopy images acquired by low-cost drones. The system includes the YOLACT-Plot model for plot segmentation, an optimised YOLOv7 model for quantifying the spike number per m2(SNpM2) trait, and performance-related trait analysis using spectral and texture features at the canopy level. Besides using our labelled dataset for model training, we also employed the Global Wheat Head Detection dataset to incorporate varietal features into the DL models, facilitating us to perform reliable yield-based analysis from hundreds of varieties selected from main wheat production regions in China. Finally, we employed the SNpM2and performance traits to develop a yield classification model using the Extreme Gradient Boosting (XGBoost) ensemble and obtained significant positive correlations between the computational analysis results and manual scoring, indicating the reliability of CropQuant-Air. To ensure that our work could reach wider researchers, we created a graphical user interface for CropQuant-Air, so that non-expert users could readily use our work. We believe that our work represents valuable advances in yield-based field phenotyping and phenotypic analysis, providing useful and reliable toolkits to enable breeders, researchers, growers, and farmers to assess crop-yield performance in a cost-effective approach.
Why it matches plant phenotyping methodsドローン画像からコムギ穂数や収量関連形質を抽出・検証するAIソフトウェア/表現型解析システムが研究の中心であり、植物フェノタイピング手法に該当する。
abstractwe present CropQuant-Air, an AI-powered software system that combines state-of-the-art deep learning (DL) models and image processing algorithms to enable the detection of wheat spikes and phenotypic analysis using wheat canopy images acquired by low-cost drones.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe testing datasets, Jupyter notebook, and CropQuant-Air software used in this paper are available at the Zhou lab’s GitHub repository: https://github.com/The-Zhou-Lab/CropQuant-Air/releases/tag/v1.0Open asset ↗The-Zhou-Lab/CropQuant-Air · v1.0lines:469-479Code / dataset availability confirmedCrossref · checked 8 Sept 2026
Sainfoin ( Onobrychis spp.) is a perennial forage legume that is also attracting attention as a perennial pulse with potential for human consumption. The dual use of sainfoin underpins diverse research and breeding programs focused on improving sainfoin lines for forage and pulses, which is driving the generation of complex datasets describing high dimensional phenotypes in the post-omics era. To ensure that multiple user groups, for example, breeders selecting for forage and those selecting for edible seed, can utilize these rich datasets, it is necessary to develop common ontologies and accessible ontology platforms. One such platform, Crop Ontology, was created in 2008 by the Consortium of International Agricultural Research Centers (CGIAR) to host crop-specific trait ontologies that support standardized plant breeding databases. In the present study, we describe the sainfoin crop ontology (CO). An in-depth literature review was performed to develop a comprehensive list of traits measured and reported in sainfoin. Because the same traits can be measured in different ways, ultimately, a set of 98 variables (variable = plant trait + method of measurement + scale of measurement) used to describe variation in sainfoin were identified. Variables were formatted and standardized based on guidelines provided here for inclusion in the sainfoin CO. The 98 variables contained a total of 82 traits from four trait classes of which 24 were agronomic, 31 were morphological, 19 were seed and forage quality related, and 8 were phenological. In addition to the developed variables, we have provided a roadmap for developing and submission of new traits to the sainfoin CO.
Why it matches plant phenotyping methods植物形質の測定方法と尺度を含む変数を標準化し、育種データベースで再利用可能な作物オントロジーを開発した研究であり、形質データ基盤が中心です。
abstractwe describe the sainfoin crop ontology (CO)
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1
List of important Traits and Variables in sainfoin as determined by literature review.Open asset ↗lines:500-542Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 7 Sept 2026
Plant traits are informative for ecosystem functions and processes and help to derive general rules and predictions about responses to environmental gradients, global change and perturbations. Ecological field studies often use 'low-throughput' methods to assess plant phenotypes and integrate species-specific traits to community-wide indices. In contrast, agricultural greenhouse or lab-based studies often employ 'high-throughput phenotyping' to assess plant individuals tracking their growth or fertilizer and water demand. In ecological field studies, remote sensing makes use of freely movable devices like satellites or unmanned aerial vehicles (UAVs) which provide large-scale spatial and temporal data. Adopting such methods for community ecology on a smaller scale may provide novel insights on the phenotypic properties of plant communities and fill the gap between traditional field measurements and airborne remote sensing. However, the trade-off between spatial resolution, temporal resolution and scope of the respective study requires highly specific setups so that the measurements fit the scientific question. We introduce small-scale, high-resolution digital automated phenotyping as a novel source of quantitative trait data in ecological field studies that provides complementary multi-faceted data of plant communities. We customized an automated plant phenotyping system for its mobile application in the field for 'digital whole-community phenotyping' (DWCP), capturing the 3-dimensional structure and multispectral information of plant communities. We demonstrated the potential of DWCP by recording plant community responses to experimental land-use treatments over two years. DWCP captured changes in morphological and physiological community properties in response to mowing and fertilizer treatments and thus reliably informed about changes in land-use. In contrast, manually measured community-weighted mean traits and species composition remained largely unaffected and were not informative about these treatments. DWCP proved to be an efficient method for characterizing plant communities, complements other methods in trait-based ecology, provides indicators of ecosystem states, and may help to forecast tipping points in plant communities often associated with irreversible changes in ecosystems.
Why it matches plant phenotyping methods植物群集の3次元構造とマルチスペクトル情報を取得する自動フェノタイピングシステムをフィールド用に改変・実証しており、植物表現型取得法が研究の中心である。
abstractWe introduce small-scale, high-resolution digital automated phenotyping as a novel source of quantitative trait data in ecological field studies
Reproduction assets foundThe paper's Data availability statement points to a public repository DOI (10.17616/R32P9Q, a re3data registry DOI) for the datasets presented in this study, which include the DWCP scan-derived morphological/physiological parameters, manual trait measurements, and vegetation data. No author analysis code or trained模型的公Dataset · publicThe datasets presented in this study can be found in online
repositories. The names of the repository/repositories and accession
number(s) can be found below: http://doi.org/10.17616/R32P9Q.Open asset ↗10.17616/R32P9Qpdf-page:11 lines:1-61Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Tomatoes are among the very important crops grown worldwide. However, tomato diseases can harm the health of tomato plants during growth and reduce tomato yields over large areas. The development of computer vision technology offers the prospect of solving this problem. However, traditional deep learning algorithms require a high computational cost and several parameters. Therefore, a lightweight tomato leaf disease identification model called LightMixer was designed in this study. The LightMixer model comprises a depth convolution with a Phish module and a light residual module. Depth convolution with the Phish module represents a lightweight convolution module designed to splice nonlinear activation functions with depth convolution as the backbone; it also focuses on lightweight convolutional feature extraction to facilitate deep feature fusion. The light residual module was built based on lightweight residual blocks to accelerate the computational efficiency of the entire network architecture and reduce the information loss of disease features. Experimental results show that the proposed LightMixer model achieved 99.3% accuracy on public datasets while requiring only 1.5 M parameters, an improvement over other classical convolutional neural network and lightweight models, and can be used for automatic tomato leaf disease identification on mobile devices.
Why it matches plant phenotyping methodsトマト葉の病徴を画像から識別する軽量CNNを開発し、精度・計算量を比較評価しており、植物病害状態の取得・推定手法が中心である。
abstracta lightweight tomato leaf disease identification model called LightMixer was designed in this study.
Reproduction assets foundThe paper's phenotyping inputs are public tomato leaf disease image datasets: the PlantVillage dataset (18,835 tomato leaf images, 10 classes) used for all LightMixer training/evaluation, obtained via Kaggle and the original Mendeley Data deposit (Arun Pandian and Gopal, 2019). No author analysis code, trained model,或 Dataset · publicrmers accurately identify and detect tomato leaf diseases. Further exploration of the generalizability of the proposed model to detect and identify a variety of other plant diseases will be part of our future plans.
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset .
Author contributions
MT contributed to conception and design of the study. YZ designed and performed the experiment, managed the algorithms and result analysis and wrote the manuscript. ZT participated in the experiments and manuscript revision. All authors contributed to the article and approved thOpen asset ↗Kaggle · plantvillage-datasetlines:452-510Dataset · public2022 ).
Tomato leaf disease classification by exploiting transfer learning and feature concatenation
. IET Image Process.
16 , 913 – 925 . doi:
10.1049/ipr2.12397
Arun Pandian J. Gopal G.
( 2019 ). Data from: identification of plant leaf diseases using a 9-layer deep convolutional neural network (
Mendeley Data
). Available at: https://data.mendeley.com/datasets/tywbtsjrjv/1 .
Barman U. Choudhury R. D. Sahu D. Barman G. G.
( 2020 ).
Comparison of convolution neural networks for smartphone image based real time classification of citrus leaf disease
. Comput. Electron. Agric.
177 , 105661 . doi:
10.1016/j.compag.2020.105661
Bhagat M. Kumar D. Haque I. Munda H. S. Bhagat R.
( 2020 ). “
Plant leOpen asset ↗Mendeley Data · tywbtsjrjv/1lines:452-510Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Introduction Computer vision and deep learning (DL) techniques have succeeded in a wide range of diverse fields. Recently, these techniques have been successfully deployed in plant science applications to address food security, productivity, and environmental sustainability problems for a growing global population. However, training these DL models often necessitates the large-scale manual annotation of data which frequently becomes a tedious and time-and-resource- intensive process. Recent advances in self-supervised learning (SSL) methods have proven instrumental in overcoming these obstacles, using purely unlabeled datasets to pre-train DL models. Methods Here, we implement the popular self-supervised contrastive learning methods of NNCLR Nearest neighbor Contrastive Learning of visual Representations) and SimCLR (Simple framework for Contrastive Learning of visual Representations) for the classification of spatial orientation and segmentation of embryos of maize kernels. Maize kernels are imaged using a commercial high-throughput imaging system. This image data is often used in multiple downstream applications across both production and breeding applications, for instance, sorting for oil content based on segmenting and quantifying the scutellum's size and for classifying haploid and diploid kernels. Results and discussion We show that in both classification and segmentation problems, SSL techniques outperform their purely supervised transfer learning-based counterparts and are significantly more annotation efficient. Additionally, we show that a single SSL pre-trained model can be efficiently finetuned for both classification and segmentation, indicating good transferability across multiple downstream applications. Segmentation models with SSL-pretrained backbones produce DICE similarity coefficients of 0.81, higher than the 0.78 and 0.73 of those with ImageNet-pretrained and randomly initialized backbones, respectively. We observe that finetuning classification and segmentation models on as little as 1% annotation produces competitive results. These results show SSL provides a meaningful step forward in data efficiency with agricultural deep learning and computer vision.
Why it matches plant phenotyping methodsトウモロコシ穀粒画像から胚の向き分類と分割を行う自己教師あり画像解析手法を開発・評価しており、植物器官の表現型抽出が研究の中心である。
abstractwe implement the popular self-supervised contrastive learning methods of NNCLR Nearest neighbor Contrastive Learning of visual Representations) and SimCLR (Simple framework for Contrastive Learning of visual Representations) for the classification of spatial orientation and segmentation of embryos of maize kernels.
Reproduction assets foundThe paper's maize kernel image datasets (classification and segmentation with masks) are deposited on Zenodo and the authors' analysis code is on GitHub, both explicitly linked in the data availability statement.Dataset · publicat self-supervised learning provides a meaningful path forward in advancing agricultural efficiency with computer vision and machine learning.
Data availability statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://zenodo.org/record/7577017 , https://github.com/ddavidd23/ssl_corn.git .
Author contributions
UF, TJ, TL, and BG conceived the project. RW, UF, and TJ conducted physical experiments, data collection and data curation. RW and UF annotated the ground truth images. DD, KN, and TJ developed the machine learning framework. DD performed computational experimenOpen asset ↗zenodo · record/7577017lines:221-235Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
The segmentation of pepper leaves from pepper images is of great significance for the accurate control of pepper leaf diseases. To address the issue, we propose a bidirectional attention fusion network combing the convolution neural network (CNN) and Swin Transformer, called BAF-Net, to segment the pepper leaf image. Specially, BAF-Net first uses a multi-scale fusion feature (MSFF) branch to extract the long-range dependencies by constructing the cascaded Swin Transformer-based and CNN-based block, which is based on the U-shape architecture. Then, it uses a full-scale feature fusion (FSFF) branch to enhance the boundary information and attain the detailed information. Finally, an adaptive bidirectional attention module is designed to bridge the relation of the MSFF and FSFF features. The results on four pepper leaf datasets demonstrated that our model obtains F1 scores of 96.75%, 91.10%, 97.34% and 94.42%, and IoU of 95.68%, 86.76%, 96.12% and 91.44%, respectively. Compared to the state-of-the-art models, the proposed model achieves better segmentation performance. The code will be available at the website: https://github.com/fangchj2002/BAF-Net.
Why it matches plant phenotyping methodsペッパー葉画像から葉領域を抽出する画像解析手法を開発・検証しており、植物器官の形態状態取得が研究の中心である。
abstractwe propose a bidirectional attention fusion network combing the convolution neural network (CNN) and Swin Transformer, called BAF-Net, to segment the pepper leaf image.
Reproduction assets foundThe paper's authors state that the BAF-Net segmentation code will be available at their GitHub URL (https://github.com/fangchj2002/BAF-Net), which is a paper-specific analysis code asset. The pepper leaf image dataset itself has no public deposit statement, and LabelMe is a generic third-party annotation tool, not a论文-Code · publicprovided the original author(s) and the The code will be available at the website: https://github.com/fangchj2002/Open asset ↗fangchj2002pdf-page:1 lines:1-79Code / dataset availability confirmedEurope PMC · Crossref · checked 7 Sept 2026
As phenomics data volume and dimensionality increase due to advancements in sensor technology, there is an urgent need to develop and implement scalable data processing pipelines. Current phenomics data processing pipelines lack modularity, extensibility, and processing distribution across sensor modalities and phenotyping platforms. To address these challenges, we developed PhytoOracle (PO), a suite of modular, scalable pipelines for processing large volumes of field phenomics RGB, thermal, PSII chlorophyll fluorescence 2D images, and 3D point clouds. PhytoOracle aims to ( i ) improve data processing efficiency; ( ii ) provide an extensible, reproducible computing framework; and ( iii ) enable data fusion of multi-modal phenomics data. PhytoOracle integrates open-source distributed computing frameworks for parallel processing on high-performance computing, cloud, and local computing environments. Each pipeline component is available as a standalone container, providing transferability, extensibility, and reproducibility. The PO pipeline extracts and associates individual plant traits across sensor modalities and collection time points, representing a unique multi-system approach to addressing the genotype-phenotype gap. To date, PO supports lettuce and sorghum phenotypic trait extraction, with a goal of widening the range of supported species in the future. At the maximum number of cores tested in this study (1,024 cores), PO processing times were: 235 minutes for 9,270 RGB images (140.7 GB), 235 minutes for 9,270 thermal images (5.4 GB), and 13 minutes for 39,678 PSII images (86.2 GB). These processing times represent end-to-end processing, from raw data to fully processed numerical phenotypic trait data. Repeatability values of 0.39-0.95 (bounding area), 0.81-0.95 (axis-aligned bounding volume), 0.79-0.94 (oriented bounding volume), 0.83-0.95 (plant height), and 0.81-0.95 (number of points) were observed in Field Scanalyzer data. We also show the ability of PO to process drone data with a repeatability of 0.55-0.95 (bounding area).
Why it matches plant phenotyping methods植物フェノミクスのマルチモーダル画像・点群から形質を抽出する、スケーラブルで再現可能な処理パイプラインの開発と反復性評価が中心である。
abstractwe developed PhytoOracle (PO), a suite of modular, scalable pipelines for processing large volumes of field phenomics RGB, thermal, PSII chlorophyll fluorescence 2D images, and 3D point clouds.
Reproduction assets foundThe paper's Code and Data Availability statements provide explicit public URLs for the authors' PhytoOracle processing code, ML training-data preparation scripts, trained model training code, and the season-10 lettuce benchmarking dataset (raw RGB/thermal/PSII images and point clouds) hosted on CyVerse.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://datacommons.cyverse.org/browse/iplant/home/shared/phytooracle/season_10_lettuce_yr_2020Open asset ↗iplant/home/shared/phytooracle/season_10_lettuce_yr_2020lines:640-662Code · publicThe automation script and data processing repositories can be accessed at: http://github.com/phytooracleOpen asset ↗github.com/phytooraclelines:640-662Code · publicThe Python scripts used to prepare RGB training data can be accessed here: http://github.com/phytooracle/automation/blob/main/ml/collect_rgb_data.pyOpen asset ↗github.com/phytooracle/automationlines:640-662Code · publicThe Python script used to prepare thermal training data can be accessed here: http://github.com/phytooracle/automation/blob/main/ml/collect_flir_data.pyOpen asset ↗github.com/phytooracle/automationlines:640-662Code · publicThe Python script used to prepare 3D-derived images can be found here: http://github.com/phytooracle/3d_heat_map/blob/main/3d_heat_map.pyOpen asset ↗github.com/phytooracle/3d_heat_maplines:640-662Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Rapid nondestructive testing of peanut seed vigor is of great significance in current research. Before seeds are sown, effective screening of high-quality seeds for planting is crucial to improve the quality of crop yield, and seed vitality is one of the important indicators to evaluate seed quality, which can represent the potential ability of seeds to germinate quickly and whole and grow into normal seedlings or plants. Meanwhile, the advantage of nondestructive testing technology is that the seeds themselves will not be damaged. In this study, hyperspectral technology and superoxide dismutase activity were used to detect peanut seed vigor. To investigate peanut seed vigor and predict superoxide dismutase activity, spectral characteristics of peanut seeds in the wavelength range of 400-1000 nm were analyzed. The spectral data are processed by a variety of hot spot algorithms. Spectral data were preprocessed with Savitzky-Golay (SG), multivariate scatter correction (MSC), and median filtering (MF), which can effectively to reduce the effects of baseline drift and tilt. CatBoost and Gradient Boosted Decision Tree were used for feature band extraction, the top five weights of the characteristic bands of peanut seed vigor classification are 425.48nm, 930.8nm, 965.32nm, 984.0nm, and 994.7nm. XGBoost, LightGBM, Support Vector Machine and Random Forest were used for modeling of seed vitality classification. XGBoost and partial least squares regression were used to establish superoxide dismutase activity value regression model. The results indicated that MF-CatBoost-LightGBM was the best model for peanut seed vigor classification, and the accuracy result was 90.83%. MSC-CatBoost-PLSR was the optimal regression model of superoxide dismutase activity value. The results show that the R 2 was 0.9787 and the RMSE value was 0.0566. The results suggested that hyperspectral technology could correlate the external manifestation of effective peanut seed vigor.
Why it matches plant phenotyping methods落花生種子の活力という植物形質をハイパースペクトル画像と機械学習で非破壊推定する手法が研究の中心であり、分類・回帰性能も評価している。
abstractIn this study, hyperspectral technology and superoxide dismutase activity were used to detect peanut seed vigor.
Reproduction assets foundThe paper's data availability statement points to a public GitHub repository containing the authors' original contributions (hyperspectral seed vigor data and analysis). The repository URL in the text (https://github.com/cjkka/cjkka/tree/main) is under the allowed base URL https://github.com/cjkka/. No separate code orDataset · publicavailable. This data can be found here: https://github.com/cjkka/ absence of any commercial or financial relationships that could beOpen asset ↗cjkkapdf-page:12 lines:1-54Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Introduction Current detection methods for apple leaf diseases still suffer some challenges, such as the high number of parameters, low detection speed and poor detection performance for small dense spots, which limit the practical applications in agriculture. Therefore, an efficient and accurate model for apple leaf disease detection based on YOLOv5 is proposed and named EADD-YOLO. Methods In the EADD-YOLO, the lightweight shufflenet inverted residual module is utilized to reconstruct the backbone network, and an efficient feature learning module designed through depthwise convolution is proposed and introduced to the neck network. The aim is to reduce the number of parameters and floating point of operations (FLOPs) during feature extraction and feature fusion, thus increasing the operational efficiency of the network with less impact on detection performance. In addition, the coordinate attention module is embedded into the critical locations of the network to select the critical spot information and suppress useless information, which is to enhance the detection accuracy of diseases with various sizes from different scenes. Furthermore, the SIoU loss replaces CIoU loss as the bounding box regression loss function to improve the accuracy of prediction box localization. Results The experimental results indicate that the proposed method can achieve the detection performance of 95.5% on the mean average precision and a speed of 625 frames per second (FPS) on the apple leaf disease dataset (ALDD). Compared to the latest research method on the ALDD, the detection accuracy and speed of the proposed method were improved by 12.3% and 596 FPS, respectively. In addition, the parameter quantity and FLOPs of the proposed method were much less than other relevant popular algorithms. Discussion In summary, the proposed method not only has a satisfactory detection effect, but also has fewer parameters and high calculation efficiency compared with the existing approaches. Therefore, the proposed method provides a high-performance solution for the early diagnosis of apple leaf disease and can be applied in agricultural robots. The code repository is open-sourced at https://github.com/AWANWY/EADD-YOLO.
Why it matches plant phenotyping methodsリンゴ葉の病斑を画像から検出するYOLOベース手法の開発・性能評価が研究の中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として適格。
abstractTherefore, an efficient and accurate model for apple leaf disease detection based on YOLOv5 is proposed and named EADD-YOLO.
Reproduction assets foundThe paper open-sources its EADD-YOLO detection code on GitHub and provides sample annotation files for the ALDD images in the Frontiers supplementary material; both are paper-specific, public, and actionable.Code · publicThe code repository is open-sourced at https://github.com/AWANWY/EADD-YOLO .Open asset ↗AWANWY/EADD-YOLOlines:224-321Dataset · publicThe location of the annotation boxes for several representative images is presented in Figure 1 , and the corresponding annotation files for these images are provided in the supplementary material.Open asset ↗lines:328-370Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
MaizeTissueSegmentationGrowth / time-series analysisTrackingGrowth / development / phenology
The emergence timing of a plant, i.e., the time at which the plant is first visible from the surface of the soil, is an important phenotypic event and is an indicator of the successful establishment and growth of a plant. The paper introduces a novel deep-learning based model called EmergeNet with a customized loss function that adapts to plant growth for coleoptile (a rigid plant tissue that encloses the first leaves of a seedling) emergence timing detection. It can also track its growth from a time-lapse sequence of images with cluttered backgrounds and extreme variations in illumination. EmergeNet is a novel ensemble segmentation model that integrates three different but promising networks, namely, SEResNet, InceptionV3, and VGG19, in the encoder part of its base model, which is the UNet model. EmergeNet can correctly detect the coleoptile at its first emergence when it is tiny and therefore barely visible on the soil surface. The performance of EmergeNet is evaluated using a benchmark dataset called the University of Nebraska-Lincoln Maize Emergence Dataset (UNL-MED). It contains top-view time-lapse images of maize coleoptiles starting before the occurrence of their emergence and continuing until they are about one inch tall. EmergeNet detects the emergence timing with 100% accuracy compared with human-annotated ground-truth. Furthermore, it significantly outperforms UNet by generating very high-quality segmented masks of the coleoptiles in both natural light and dark environmental conditions.
Why it matches plant phenotyping methodsコレオプタイルの出芽時期と成長を画像から抽出する深層学習セグメンテーション手法を開発し、ベンチマークデータセットで性能検証しているため、植物フェノタイピング手法が中心である。
abstractThe performance of EmergeNet is evaluated using a benchmark dataset called the University of Nebraska-Lincoln Maize Emergence Dataset (UNL-MED).
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset can be freely downloaded from https://plantvision.unl.edu/dataset .Open asset ↗lines:324-339Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Flowering is a crucial developing stage for rapeseed ( Brassica napus L.) plants. Flowers develop on the main and branch inflorescences of rapeseed plants and then grow into siliques. The seed yield of rapeseed heavily depends on the total flower numbers per area throughout the whole flowering period. The number of rapeseed inflorescences can reflect the richness of rapeseed flowers and provide useful information for yield prediction. To count rapeseed inflorescences automatically, we transferred the counting problem to a detection task. Then, we developed a low-cost approach for counting rapeseed inflorescences using YOLOv5 with the Convolutional Block Attention Module (CBAM) based on unmanned aerial vehicle (UAV) Red-Green-Blue (RGB) imagery. Moreover, we constructed a Rapeseed Inflorescence Benchmark (RIB) to verify the effectiveness of our model. The RIB dataset captured by DJI Phantom 4 Pro V2.0, including 165 plot images and 60,000 manual labels, is to be released. Experimental results showed that indicators R 2 for counting and the mean Average Precision (mAP) for location were over 0.96 and 92%, respectively. Compared with Faster R-CNN, YOLOv4, CenterNet, and TasselNetV2+, the proposed method achieved state-of-the-art counting performance on RIB and had advantages in location accuracy. The counting results revealed a quantitative dynamic change in the number of rapeseed inflorescences in the time dimension. Furthermore, a significant positive correlation between the actual crop yield and the automatically obtained rapeseed inflorescence total number on a field plot level was identified. Thus, a set of UAV- assisted methods for better determination of the flower richness was developed, which can greatly support the breeding of high-yield rapeseed varieties.
Why it matches plant phenotyping methodsUAV RGB画像と深層学習を用いてナタネの花序数を自動計数する手法を開発し、ベンチマークデータセットで検証しているため、植物表現型取得が中心である。
abstractwe developed a low-cost approach for counting rapeseed inflorescences using YOLOv5 with the Convolutional Block Attention Module (CBAM) based on unmanned aerial vehicle (UAV) Red-Green-Blue (RGB) imagery.
Reproduction assets foundThe paper's Rapeseed Inflorescence Benchmark (RIB) — 165 UAV RGB plot images with 60,000 manual inflorescence labels used for the counting model — is stated as publicly available at the authors' GitHub repository. The YOLOv5 repository is a generic third-party library, not a paper-specific asset.Dataset · publicg. Considering the insufficient data of the whole flowering period, we will increase the sampling frequency in flowering period to better fit the change curve of the number of rapeseed inflorescences in future work.
Data availability statement
Publicly available datasets were analyzed in this study. This data can be found here: https://github.com/LYLWYH/Rapeseed-Data .
Author contributions
All authors made significant contributions to this manuscript. JL, YL, and JQ performed field data collection and wrote the manuscript. JQ and LL designed the experiment. JY, XW, and GL provided suggestions on the experiment design. All authors read and approved the final manuscript.
Acknowledgments
A larOpen asset ↗LYLWYH/Rapeseed-Datalines:437-471Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Plant disease classification is quite complex and, in most cases, requires trained plant pathologists and sophisticated labs to accurately determine the cause. Our group for the first time used microscopic images (×30) of tomato plant diseases, for which representative plant samples were diagnostically validated to classify disease symptoms using non-coding deep learning platforms (NCDL). The mean F1 scores (SD) of the NCDL platforms were 98.5 (1.6) for Amazon Rekognition Custom Label, 93.9 (2.5) for Clarifai, 91.6 (3.9) for Teachable Machine, 95.0 (1.9) for Google AutoML Vision, and 97.5 (2.7) for Microsoft Azure Custom Vision. The accuracy of the NCDL platform for Amazon Rekognition Custom Label was 99.8% (0.2), for Clarifai 98.7% (0.5), for Teachable Machine 98.3% (0.4), for Google AutoML Vision 98.9% (0.6), and for Apple CreateML 87.3 (4.3). Upon external validation, the model's accuracy of the tested NCDL platforms dropped no more than 7%. The potential future use for these models includes the development of mobile- and web-based applications for the classification of plant diseases and integration with a disease management advisory system. The NCDL models also have the potential to improve the early triage of symptomatic plant samples into classes that may save time in diagnostic lab sample processing.
Why it matches plant phenotyping methodsトマト葉の顕微鏡画像から病徴を分類する深層学習モデルを開発・比較し、外部検証まで実施しており、植物病害状態の表現型取得が中心である。
abstractUpon external validation, the model's accuracy of the tested NCDL platforms dropped no more than 7%.
Reproduction assets foundThe paper's data availability statement explicitly deposits the microscopic tomato disease image dataset used for training the NCDL models in a public GitHub repository, which is a paper-specific, publicly actionable asset.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://github.com/manoj044/Tomato_microscopic_images.git .Open asset ↗https://github.com/manoj044/Tomato_microscopic_images.gitlines:993-1025Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Visual Question Answering (VQA) about diseases is an essential feature of intelligent management in smart agriculture. Currently, research on fruit tree diseases using deep learning mainly uses single-source data information, such as visible images or spectral data, yielding classification and identification results that cannot be directly used in practical agricultural decision-making. In this study, a VQA model for fruit tree diseases based on multimodal feature fusion was designed. Fusing images and Q&A knowledge of disease management, the model obtains the decision-making answer by querying questions about fruit tree disease images to find relevant disease image regions. The main contributions of this study were as follows: (1) a multimodal bilinear factorized pooling model using Tucker decomposition was proposed to fuse the image features with question features: (2) a deep modular co-attention architecture was explored to simultaneously learn the image and question attention to obtain richer graphical features and interactivity. The experiments showed that the proposed unified model combining the bilinear model and co-attentive learning in a new network architecture obtained 86.36% accuracy in decision-making under the condition of limited data (8,450 images and 4,560k Q&A pairs of data), outperforming existing multimodal methods. The data augmentation is adopted on the training set to avoid overfitting. Ten runs of 10-fold cross-validation are used to report the unbiased performance. The proposed multimodal fusion model achieved friendly interaction and fine-grained identification and decision-making performance. Thus, the model can be widely deployed in intelligent agriculture.
Why it matches plant phenotyping methods果樹病害画像から病害状態を推定するマルチモーダルVQAモデルの開発と性能検証が研究の中心であり、植物病害表現型の画像ベース推定に該当する。
abstractIn this study, a VQA model for fruit tree diseases based on multimodal feature fusion was designed.
Reproduction assets foundThe authors explicitly provide a public GitHub repository containing the paper-specific VQA fruit tree disease dataset (8,450 images with Q&A triplets) and the model implementation.Code · publica regularization to save model parameters after each epoch to prevent overfitting. To evaluate the model, we chose the best epoch based on the accuracy of the validation set.
The proposed method was trained using the PyTorch library, and the experiments were run on Nvidia GTX3090 Ti 32GB GPU. The implementation is available at https://github.com/guoyaqi1/vqa_Fruit-tree-disease . After tuning all model parameters by training, we trained the model once on all available data (training set + validation set). Finally, we evaluated the test set to obtain the evaluation results of the model. The main hyperparameter setting is shown in
Table 4
. Most of the values are set by trial-and-error method, Open asset ↗guoyaqi1/vqa_Fruit-tree-diseaselines:286-468Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Cassava disease is one of the leading causes to the serious decline of cassava yield. Because it is difficult to identify the characteristics of cassava disease, if not professional cassava growers, it will be prone to misjudgment. In order to strengthen the judgment of cassava diseases, the identification characteristics of cassava diseases such as different color of cassava leaf disease spots, abnormal leaf shape and disease spot area were studied. In this paper, deep convolutional neural network was used to classify cassava leaf diseases, and image classification technology was used to recognize and classify cassava leaf diseases. A lightweight module Multi-scale fusion model (MSFM) based on attention mechanism was proposed to extract disease features of cassava leaves to enhance the classification of disease features. The resulting feature map contained key disease identification information. The study used 22,000 cassava disease leaf images as a data set, including four different cassava leaf disease categories and healthy cassava leaves. The experimental results show that the cassava leaf disease classification model based on multi-scale fusion Convolutional Neural Network (CNN) improves EfficientNet compared with the original model, with the average recognition rate increased by nearly 4% and the average recognition rate up to 88.1%. It provides theoretical support and practical tools for the recognition and early diagnosis of plant disease leaves.
Why it matches plant phenotyping methodsキャッサバ葉の病斑・形状・面積という植物状態を画像から分類する深層学習手法を提案・評価しており、病害表現型の取得・推定が中心である。
abstractIn this paper, deep convolutional neural network was used to classify cassava leaf diseases, and image classification technology was used to recognize and classify cassava leaf diseases.
Reproduction assets foundThe paper analyzes the public Kaggle Cassava Leaf Disease Classification dataset (22,000 images, four disease classes plus healthy), explicitly linked in its data availability statement. No author code or model checkpoints are shared.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/competitions/cassava-leaf-disease-classification/data .Open asset ↗Kaggle · cassava-leaf-disease-classificationlines:467-516Code / dataset availability confirmedEurope PMC · OpenAlex · Crossref · checked 15 Sept 2026
Current methods of root sampling typically only obtain small or incomplete sections of root systems and do not capture their true complexity. To facilitate the visualization and analysis of full-sized plant root systems in 3-dimensions, we developed customized mesocosm growth containers. While highly scalable, the design presented here uses an internal volume of 45 ft 3 (1.27 m 3 ), suitable for large crop and bioenergy grass root systems to grow largely unconstrained. Furthermore, they allow for the excavation and preservation of 3-dimensional root system architecture (RSA), and facilitate the collection of time-resolved subterranean environmental data. Sensor arrays monitoring matric potential, temperature and CO 2 levels are buried in a grid formation at various depths to assess environmental fluxes at regular intervals. Methods of 3D data visualization of fluxes were developed to allow for comparison with root system architectural traits. Following harvest, the recovered root system can be digitally reconstructed in 3D through photogrammetry, which is an inexpensive method requiring only an appropriate studio space and a digital camera. We developed a pipeline to extract features from the 3D point clouds, or from derived skeletons that include point cloud voxel number as a proxy for biomass, total root system length, volume, depth, convex hull volume and solidity as a function of depth. Ground-truthing these features with biomass measurements from manually dissected root systems showed a high correlation. We evaluated switchgrass, maize, and sorghum root systems to highlight the capability for species wide comparisons. We focused on two switchgrass ecotypes, upland (VS16) and lowland (WBC3), in identical environments to demonstrate widely different root system architectures that may be indicative of core differences in their rhizoeconomic foraging strategies. Finally, we imposed a strong physiological water stress and manipulated the growth medium to demonstrate whole root system plasticity in response to environmental stimuli. Hence, these new "3D Root Mesocosms" and accompanying computational analysis provides a new paradigm for study of mature crop systems and the environmental fluxes that shape them.
Why it matches plant phenotyping methods3Dルートメソコスム、フォトグラメトリ、点群解析による根系形態形質の取得・検証が研究の中心であり、植物フェノタイピング手法に該当する。
abstractTo facilitate the visualization and analysis of full-sized plant root systems in 3-dimensions, we developed customized mesocosm growth containers.
Reproduction assets foundThe paper's supplementary videos on figshare are photogrammetry-generated 3D point clouds of the paper's own root system phenotyping measurements (sorghum, maize, and switchgrass root systems, including stress-conditioned and sensor-flux coaligned visualizations), publicly downloadable. The OpenCV link is a generic, unDataset · publice, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2022.1041404/full#supplementary-material . Videos can be found for viewing and download at https://doi.org/10.6084/m9.figshare.21335898.v1 .
Supplementary Figure 1
Interpolation of 3-dimensional environmental sensor data.
Click here for additional data file.
Supplementary Figure 2
Time course of shoot morphological responses of switchgrass in different growth media.
Click here for additional data file.
Supplementary Figure 3
Manual post-process cleaning of Open asset ↗figshare · 10.6084/m9.figshare.21335898.v1lines:327-356Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
Unmanned aerial vehicles (UAVs) are powerful tools for monitoring crops for high-throughput phenotyping. Time-series aerial photography of fields can record the whole process of crop growth. Canopy height (CH), which is vertical plant growth, has been used as an indicator for the evaluation of lodging tolerance and the prediction of biomass and yield. However, there have been few attempts to use UAV-derived time-series CH data for field testing of crop lines. Here we provide a novel framework for trait prediction using CH data in rice. We generated UAV-based digital surface models of crops to extract CH data of 30 Japanese rice cultivars in 2019, 2020, and 2021. CH-related parameters were calculated in a non-linear time-series model as an S-shaped plant growth curve. The maximum saturation CH value was the most important predictor for culm length. The time point at the maximum CH contributed to the prediction of days to heading, and was able to predict stem and leaf weight and aboveground weight, possibly reflecting the association of biomass with duration of vegetative growth. These results indicate that the CH-related parameters acquired by UAV can be useful as predictors of traits typically measured by hand.
Why it matches plant phenotyping methodsUAV画像から作物のキャノピー高を抽出し、時系列モデルで生育・形質を予測する枠組みが研究の中心であり、実質的な植物フェノタイピング手法の開発・適用に該当する。
abstractHere we provide a novel framework for trait prediction using CH data in rice.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1 ) in 2019, 2020, and 2021 from the aspect of genetics and examined how to use the CH data for the prediction of traits usually measured by hand ( Figure 1 ).Open asset ↗lines:342-376Code / dataset availability confirmedEurope PMC · Crossref · checked 8 Sept 2026
Introduction Evaluations of interspecific hybrids are limited, as classical genebank accession descriptors are semi-subjective, have qualitative traits and show complications when evaluating intermediate accessions. However, descriptors can be quantified using recognized phenomic traits. This digitalization can identify phenomic traits which correspond to the percentage of parental descriptors remaining expressed/visible/measurable in the particular interspecific hybrid. In this study, a line of P. vulgaris , P. acutifolius and P. parvifolius accessions and their crosses were sown in the mesh house according to CIAT seed regeneration procedures. Methodology Three accessions and one derived breeding line originating from their interspecific crosses were characterized and classified by selected phenomic descriptors using multivariate and machine learning techniques. The phenomic proportions of the interspecific hybrid (line INB 47) with respect to its three parent accessions were determined using a random forest and a respective confusion matrix. Results The seed and pod morphometric traits, physiological behavior and yield performance were evaluated. In the classification of the accession, the phenomic descriptors with highest prediction force were Fm', Fo', Fs', LTD, Chl, seed area, seed height, seed Major, seed MinFeret, seed Minor, pod AR, pod Feret, pod round, pod solidity, pod area, pod major, pod seed weight and pod weight. Physiological traits measured in the interspecific hybrid present 2.2% similarity with the P. acutifolius and 1% with the P. parvifolius accessions. In addition, in seed morphometric characteristics, the hybrid showed 4.5% similarity with the P. acutifolius accession. Conclusions Here we were able to determine the phenomic proportions of individual parents in their interspecific hybrid accession. After some careful generalization the methodology can be used to: i) verify trait-of-interest transfer from P. acutifolius and P. parvifolius accessions into their hybrids; ii) confirm selected traits as "phenomic markers" which would allow conserving desired physiological traits of exotic parental accessions, without losing key seed characteristics from elite common bean accessions; and iii) propose a quantitative tool that helps genebank curators and breeders to make better-informed decisions based on quantitative analysis.
Why it matches plant phenotyping methodsインタースペシフィック雑種の形質を定量化・分類し、ランダムフォレストと混同行列で親由来のフェノミック形質割合を検証する方法論が研究の中心である。
abstractThis digitalization can identify phenomic traits which correspond to the percentage of parental descriptors remaining expressed/visible/measurable in the particular interspecific hybrid.
Reproduction assets foundThe paper's MultispeQ physiological phenotyping measurements (1,022 observations) are publicly available on the PhotosynQ platform as the authors' own project 'domestication-syndrome' (ID 5685). No author analysis code or trained model deposit is stated; the data availability statement only promises raw data on requestDataset · publicThe classical protocol was used: Leaf Photosynthesis MultispeQ V1.0 (the raw data are available at: https://photosynq.org/projects/domestication-syndrome ; ID 5685).Open asset ↗PhotosynQ · ID 5685lines:319-327Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Citrus leaves, which are a rich source of plant volatiles, have the beneficial attributes of rapid growth, large biomass, and availability throughout the year. Establishing the leaf volatile profiles of different citrus genotypes would make a valuable contribution to citrus species identification and chemotaxonomic studies. In this study, we developed an efficient and convenient static headspace (HS) sampling technique combined with gas chromatography-mass spectrometry (GC-MS) analysis and optimized the extraction conditions (a 15-min incubation at 100 ˚C without the addition of salt). Using a large set of 42 citrus cultivars, we validated the applicability of the optimized HS-GC-MS system in determining leaf volatile profiles. A total of 83 volatile metabolites, including monoterpene hydrocarbons, alcohols, sesquiterpene hydrocarbons, aldehydes, monoterpenoids, esters, and ketones were identified and quantified. Multivariate statistical analysis and hierarchical clustering revealed that mandarin ( Citrus reticulata Blanco) and orange ( Citrus sinensis L. Osbeck) groups exhibited notably differential volatile profiles, and that the mandarin group cultivars were characterized by the complex volatile profiles, thereby indicating the complex nature and diversity of these mandarin cultivars. We also identified those volatile compounds deemed to be the most useful in discriminating amongst citrus cultivars. This method developed in this study provides a rapid, simple, and reliable approach for the extraction and identification of citrus leaf volatile organic compound, and based on this methodology, we propose a leaf volatile profile-based classification model for citrus.
Why it matches plant phenotyping methods葉の揮発性化合物プロファイルを取得・識別する分析法の最適化と、42品種での適用性検証が研究の中心であり、植物器官の化学的表現型を測定する再利用可能な方法を提示している。
abstractwe developed an efficient and convenient static headspace (HS) sampling technique combined with gas chromatography-mass spectrometry (GC-MS) analysis and optimized the extraction conditions
Reproduction assets foundThe paper's leaf volatile phenotype measurements (83 VOCs across 42 citrus cultivars, Table S1) are included in the article's Supplementary Material, which is publicly available at the Frontiers supplementary-material URL. No author analysis code, scripts, or trained models are deposited; the databases cited (FlavornetSupplement · publicof their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2022.1050289/full#supplementary-material
Click here for additional data file.
Click here for additional data file.
References
Azam M. Jiang Q. Zhang B. Xu C. Chen K.
( 2013 ).
Citrus leaf volatiles as affected by develapmental stage and genetic type
. Int. J. Mol. Sci.
14 , 17744 – 17766 . doi:
10.3390/ijms140917744
23Open asset ↗lines:346-482Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Object detection models have become the current tool of choice for plant disease detection in precision agriculture. Most existing research improved the performance by ameliorating networks and optimizing the loss function. However, because of the vast influence of data annotation quality and the cost of annotation, the data-centric part of a project also needs more investigation. We should further consider the relationship between data annotation strategies, annotation quality, and the model's performance. In this paper, a systematic strategy with four annotation strategies for plant disease detection is proposed: local, semi-global, global, and symptom-adaptive annotation. Labels with different annotation strategies will result in distinct models' performance, and their contrasts are remarkable. An interpretability study of the annotation strategy is conducted by using class activation maps. In addition, we define five types of inconsistencies in the annotation process and investigate the severity of the impact of inconsistent labels on model's performance. Finally, we discuss the problem of label inconsistency during data augmentation. Overall, this data-centric quantitative analysis helps us to understand the significance of annotation strategies, which provides practitioners a way to obtain higher performance and reduce annotation costs on plant disease detection. Our work encourages researchers to pay more attention to annotation consistency and the essential issues of annotation strategy. The code will be released at: https://github.com/JiuqingDong/PlantDiseaseDetection_Yolov5 .
Why it matches plant phenotyping methods植物病害の画像検出におけるアノテーション戦略・一貫性とモデル性能を体系的に評価する手法研究であり、植物の病徴・病害状態の抽出方法が中心的である。
abstracta systematic strategy with four annotation strategies for plant disease detection is proposed: local, semi-global, global, and symptom-adaptive annotation.
Reproduction assets foundThe paper's authors explicitly state a public GitHub repository for the plant disease detection analysis code (YOLOv5-based annotation strategy/consistency experiments). No separate phenotype dataset deposit by the authors is stated; cited datasets (PlantVillage, etc.) are prior work.Code · publicThe code will be released at: https://github.com/JiuqingDong/PlantDiseaseDetection_Yolov5 .Open asset ↗JiuqingDong/PlantDiseaseDetection_Yolov5lines:224-322Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Drought tolerance and quality stability are important indicators to evaluate the stress tolerance of tea germplasm resources. The traditional screening method of drought resistant germplasm is mainly to evaluate by detecting physiological and biochemical indicators of tea plants under drought stresses. However, the methods are not only time consuming but also destructive. In this study, hyperspectral images of tea drought phenotypes were obtained and modeled with related physiological indicators. The results showed that: (1) the information contents of malondialdehyde, soluble sugar and total polyphenol were 0.21, 0.209 and 0.227 respectively, and the drought tolerance coefficient (DTC) index of each tea variety was between 0.069 and 0.81; (2) the comprehensive drought tolerance of different varieties were (from strong to weak): QN36, SCZ, ZC108, JX, JGY, XY10, QN1, MS9, QN38 , and QN21 ; (3) by using SVM, RF and PLSR to model DTC (drought tolerance coefficient) data, the best prediction model was selected as MSC-2D-UVE-SVM (R 2 = 0.77, RMSE = 0.073, MAPE = 0.16) for drought tolerance of tea germplasm resources, named Tea-DTC model. Therefore, the Tea-DTC model based on hyperspectral machine-learning technology can be used as a new screening method for evaluating tea germplasm resources with drought tolerance.
Why it matches plant phenotyping methods茶樹の乾燥耐性という植物状態をハイパースペクトル画像と機械学習で推定するモデルを開発し、従来の生理・生化学指標に代わるスクリーニング手法として性能評価しているため、フェノタイピング手法が中心である。
abstractIn this study, hyperspectral images of tea drought phenotypes were obtained and modeled with related physiological indicators.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicThe content data of physiological and biochemical components of tea leaves measured with the kit are shown in supplementary Table 1Open asset ↗lines:322-334Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
The spatial morphological structure of plant leaves is an important index to evaluate crop ideotype. In this study, we characterized the three-dimensional (3D) data of the ear leaf midrib of maize at the grain-filling stage using the 3D digitization technology and obtained the phenotypic values of 15 traits covering four different dimensions of the ear leaf midrib, of which 13 phenotypic traits were firstly proposed for featuring plant leaf spatial structure. Cluster analysis results showed that the 13 traits could be divided into four groups, Group I, -II, -III and -IV. Group I contains HorizontalLength, OutwardGrowthMeasure, LeafAngle and DeviationTip; Group II contains DeviationAngle, MaxCurvature and CurvaturePos; Group III contains LeafLength and ProjectionArea; Group IV contains TipTop, VerticalHeight, UpwardGrowthMeasure, and CurvatureRatio. To investigate the genetic basis of the ear leaf midrib curve, 13 traits with high repeatability were subjected to genome-wide association study (GWAS) analysis. A total of 828 significantly related SNPs were identified and 1365 candidate genes were annotated. Among these, 29 candidate genes with the highest significant and multi-method validation were regarded as the key findings. In addition, pathway enrichment analysis was performed on the candidate genes of traits to explore the potential genetic mechanism of leaf midrib curve phenotype formation. These results not only contribute to further understanding of maize leaf spatial structure traits but also provide new genetic loci for maize leaf spatial structure to improve the plant type of maize varieties.
Why it matches plant phenotyping methodsトウモロコシ葉脈の3Dデジタル化により空間形態の表現型形質を取得・定量化することが研究の中心であり、GWASだけでなく新規形質の抽出を扱っている。
abstractwe characterized the three-dimensional (3D) data of the ear leaf midrib of maize at the grain-filling stage using the 3D digitization technology and obtained the phenotypic values of 15 traits covering four different dimensions of the ear leaf midrib
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1
The leaf midrib phenotypic indexes and their calculation description.Open asset ↗lines:910-964Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Deep learning has witnessed a significant improvement in recent years to recognize plant diseases by observing their corresponding images. To have a decent performance, current deep learning models tend to require a large-scale dataset. However, collecting a dataset is expensive and time-consuming. Hence, the limited data is one of the main challenges to getting the desired recognition accuracy. Although transfer learning is heavily discussed and verified as an effective and efficient method to mitigate the challenge, most proposed methods focus on one or two specific datasets. In this paper, we propose a novel transfer learning strategy to have a high performance for versatile plant disease recognition , on multiple plant disease datasets. Our transfer learning strategy differs from the current popular one due to the following factors. First, PlantCLEF2022, a large-scale dataset related to plants with 2,885,052 images and 80,000 classes, is utilized to pre-train a model. Second, we adopt a vision transformer (ViT) model, instead of a convolution neural network. Third, the ViT model undergoes transfer learning twice to save computations. Fourth, the model is first pre-trained in ImageNet with a self-supervised loss function and with a supervised loss function in PlantCLEF2022. We apply our method to 12 plant disease datasets and the experimental results suggest that our method surpasses the popular one by a clear margin for different dataset settings. Specifically, our proposed method achieves a mean testing accuracy of 86.29over the 12 datasets in a 20-shot case, 12.76 higher than the current state-of-the-art method's accuracy of 73.53. Furthermore, our method outperforms other methods in one plant growth stage prediction and the one weed recognition dataset. To encourage the community and related applications, we have made public our codes and pre-trained model.
Why it matches plant phenotyping methods植物病害画像から病徴・病害状態を認識するための転移学習手法を開発し、12の病害データセットで性能比較・検証しており、植物フェノタイピング手法が中心である。
abstractwe propose a novel transfer learning strategy to have a high performance for versatile plant disease recognition , on multiple plant disease datasets.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicto fuel the community, our codes and the pre-trained model are publicly available.Open asset ↗lines:681-697Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 8 Sept 2026
Accurate simultaneous semantic and instance segmentation of a plant 3D point cloud is critical for automatic plant phenotyping. Classically, each organ of the plant is detected based on the local geometry of the point cloud, but the consistency of the global structure of the plant is rarely assessed. We propose a two-level, graph-based approach for the automatic, fast and accurate segmentation of a plant into each of its organs with structural guarantees. We compute local geometric and spectral features on a neighbourhood graph of the points to distinguish between linear organs (main stem, branches, petioles) and two-dimensional ones (leaf blades) and even 3-dimensional ones (apices). Then a quotient graph connecting each detected macroscopic organ to its neighbors is used both to refine the labelling of the organs and to check the overall consistency of the segmentation. A refinement loop allows to correct segmentation defects. The method is assessed on both synthetic and real 3D point-cloud data sets of Chenopodium album (wild spinach) and Solanum lycopersicum (tomato plant).
Why it matches plant phenotyping methods植物3D点群から器官を自動分割・識別するグラフベース手法を開発し、合成および実データで評価しており、植物表現型取得の技術が中心である。
abstractAccurate simultaneous semantic and instance segmentation of a plant 3D point cloud is critical for automatic plant phenotyping.
Reproduction assets foundThe paper's Chenopodium 3D point cloud dataset (with ground truth annotations) is publicly deposited on Zenodo, and the reconstruction pipeline code is open source on GitHub (romi/plant-3d-vision).Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://zenodo.org/record/6962994#.YuvYkS8itqs .Open asset ↗zenodo · 6962994lines:641-715Code · publicThe entire code is open source and available online ( https://github.com/romi/plant-3d-vision ).Open asset ↗github · romi/plant-3d-visionlines:428-438Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Moldy peanut seeds are damaged by mold, which seriously affects the germination rate of peanut seeds. At the same time, the quality and variety purity of peanut seeds profoundly affect the final yield of peanuts and the economic benefits of farmers. In this study, hyperspectral imaging technology was used to achieve variety classification and mold detection of peanut seeds. In addition, this paper proposed to use median filtering (MF) to preprocess hyperspectral data, use four variable selection methods to obtain characteristic wavelengths, and ensemble learning models (SEL) as a stable classification model. This paper compared the model performance of SEL and extreme gradient boosting algorithm (XGBoost), light gradient boosting algorithm (LightGBM), and type boosting algorithm (CatBoost). The results showed that the MF-LightGBM-SEL model based on hyperspectral data achieves the best performance. Its prediction accuracy on the data training and data testing reach 98.63% and 98.03%, respectively, and the modeling time was only 0.37s, which proved that the potential of the model to be used in practice. The approach of SEL combined with hyperspectral imaging techniques facilitates the development of a real-time detection system. It could perform fast and non-destructive high-precision classification of peanut seed varieties and moldy peanuts, which was of great significance for improving crop yields.
Why it matches plant phenotyping methodsピーナッツ種子の品種分類とカビ状態検出を目的に、ハイパースペクトル画像と前処理・機械学習モデルを中心的に開発・比較しており、植物の状態を推定するフェノタイピング手法に該当する。
abstracthyperspectral imaging technology was used to achieve variety classification and mold detection of peanut seeds.
Reproduction assets foundThe paper's data availability statement explicitly deposits the original study contributions (peanut seed hyperspectral data) in a public GitHub repository, which is listed among the allowed URLs.Dataset · publicThe original contributions presented in the study are publicly available. This data can be found here: https://github.com/wuqingsongwj/Peanut-seed .Open asset ↗wuqingsongwj/Peanut-seedlines:589-618Code / dataset availability confirmedEurope PMC · Crossref · checked 8 Sept 2026
Genomic selection is an integral tool for breeders to accurately select plants directly from genotype data leading to faster and more resource-efficient breeding programs. Several prediction methods have been established in the last few years. These range from classical linear mixed models to complex non-linear machine learning approaches, such as Support Vector Regression, and modern deep learning-based architectures. Many of these methods have been extensively evaluated on different crop species with varying outcomes. In this work, our aim is to systematically compare 12 different phenotype prediction models, including basic genomic selection methods to more advanced deep learning-based techniques. More importantly, we assess the performance of these models on simulated phenotype data as well as on real-world data from Arabidopsis thaliana and two breeding datasets from soy and corn. The synthetic phenotypic data allow us to analyze all prediction models and especially the selected markers under controlled and predefined settings. We show that Bayes B and linear regression models with sparsity constraints perform best under different simulation settings with respect to explained variance. Further, we can confirm results from other studies that there is no superiority of more complex neural network-based architectures for phenotype prediction compared to well-established methods. However, on real-world data, for which several prediction models yield comparable results with slight advantages for Elastic Net, this picture is less clear, suggesting that there is a lot of room for future research.
Why it matches plant phenotyping methods複数の表現型予測モデルを植物種の実データとシミュレーションで系統比較・評価しており、計算による植物形質推定が研究の中心である。
abstractour aim is to systematically compare 12 different phenotype prediction models
Reproduction assets foundThe paper's authors publicly release their analysis code (easyPheno framework and the phenotype_prediction repository containing simulated phenotypes, hyperparameter optimization results, GWAS results, and figure-generation code), plus the Arabidopsis SNP matrix (figshare) and four AraPheno phenotype datasets used in aCode · publicAll simulated phenotypes, detailed results of the whole hyperparameter optimization, precomputed permutation-based GWAS results, and the code for conducting the simulations and generating all figures can be freely downloaded from our GitHub repository: https://github.com/grimmlab/phenotype_prediction .Open asset ↗grimmlab/phenotype_predictionlines:619-631Dataset · publicThe fully imputed SNP matrix data for Arabidopsis thaliana is publicly available and can be downloaded from https://doi.org/10.6084/m9.figshare.11346893.v1 .Open asset ↗10.6084/m9.figshare.11346893.v1lines:619-631Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Crop Wild Relatives (CWR) are a valuable source of genetic diversity that can be transferred to commercial crops, so their conservation will become a priority in the face of climate change. Bizarrely, in situ conserved CWR populations and the traits one might wish to preserve in them are themselves vulnerable to climate change. In this study, we used a quantitative machine learning predictive approach to project the resistance of CWR populations of lentils to a common disease, lentil rust, caused by fungus Uromyces viciae-fabae . Resistance is measured through a proxy quantitative value, DSr (Disease Severity relative), quite complex and expensive to get. Therefore, machine learning is a convenient tool to predict this magnitude using a well-curated georeferenced calibration set. Previous works have provided a binary outcome (resistant vs. non-resistant), but that approach is not fine enough to answer three practical questions: which variables are key to predict rust resistance, which CWR populations are resistant to rust under current environmental conditions, and which of them are likely to keep this trait under different climate change scenarios. We first predict rust resistance in present time for crop wild relatives that grow up inside protected areas. Then, we use the same models under future climate IPCC (Intergovernmental Panel on Climate Change) scenarios to predict future DSr values. Populations that are rust-resistant by now and under future conditions are optimal candidates for further evaluation and in situ conservation of this valuable trait. We have found that rust-resistance variation as a result of climate change is not uniform across the geographic scope of the study (the Mediterranean basin), and that candidate populations share some interesting common environmental conditions.
Why it matches plant phenotyping methods機械学習により、取得が困難なレンチルの病害重症度(DSr)という植物の病害状態を定量予測する手法が研究の中心であり、現況・将来条件での適用も評価している。
abstractwe used a quantitative machine learning predictive approach to project the resistance of CWR populations of lentils to a common disease, lentil rust
Reproduction assets foundThe paper's data availability statement points to a public Zenodo deposit containing the study's datasets (lentil CWR distribution/calibration data and DSr-related analysis data). Supplementary material is also available via the Frontiers article page, but the Zenodo deposit is the explicit, actionable paper-specific资产Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://zenodo.org/record/6883274 .Open asset ↗Zenodo · 6883274lines:494-522Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Deep learning (DL) is an effective approach to identifying plant diseases. Among several DL-based techniques, transfer learning (TL) produces significant results in terms of improved accuracy. However, the usefulness of TL has not yet been explored using weights optimized from agricultural datasets. Furthermore, the detection of plant diseases in different organs of various vegetables has not yet been performed using a trained/optimized DL model. Moreover, the presence/detection of multiple diseases in vegetable organs has not yet been investigated. To address these research gaps, a new dataset named NZDLPlantDisease-v2 has been collected for New Zealand vegetables. The dataset includes 28 healthy and defective organs of beans, broccoli, cabbage, cauliflower, kumara, peas, potato, and tomato. This paper presents a transfer learning method that optimizes weights obtained through agricultural datasets for better outcomes in plant disease identification. First, several DL architectures are compared to obtain the best-suited model, and then, data augmentation techniques are applied. The Faster Region-based Convolutional Neural Network (RCNN) Inception ResNet-v2 attained the highest mean average precision (mAP) compared to the other DL models including different versions of Faster RCNN, Single-Shot Multibox Detector (SSD), Region-based Fully Convolutional Networks (RFCN), RetinaNet, and EfficientDet. Next, weight optimization is performed on datasets including PlantVillage, NZDLPlantDisease-v1, and DeepWeeds using image resizers, interpolators, initializers, batch normalization, and DL optimizers. Updated/optimized weights are then used to retrain the Faster RCNN Inception ResNet-v2 model on the proposed dataset. Finally, the results are compared with the model trained/optimized using a large dataset, such as Common Objects in Context (COCO). The final mAP improves by 9.25% and is found to be 91.33%. Moreover, the robustness of the methodology is demonstrated by testing the final model on an external dataset and using the stratified k-fold cross-validation method.
Why it matches plant phenotyping methods植物病害の症状を画像から検出する深層学習手法を開発し、データセット、モデル比較、外部検証、交差検証まで行っており、植物状態の取得・推定が中心である。
abstractThis paper presents a transfer learning method that optimizes weights obtained through agricultural datasets for better outcomes in plant disease identification.
Reproduction assets foundThe paper's NZDLPlantDisease-v2 plant disease image dataset is explicitly stated as publicly available on the authors' GitHub repository.Dataset · publicThe dataset presented in this study is made publicly available in a GitHub repository: https://github.com/kmarif/NZDLPlantDisease-v2 .Open asset ↗kmarif/NZDLPlantDisease-v2 · NZDLPlantDisease-v2lines:981-1043Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Rapid and accurate assessment of yield and nitrogen use efficiency (NUE) is essential for growth monitoring, efficient utilization of fertilizer and precision management. This study explored the potential of a consumer-grade DJI Phantom 4 Multispectral (P4M) camera for yield or NUE assessment in winter wheat by using the universal vegetation indices independent of growth period. Three vegetation indices having a strong correlation with yield or NUE during the entire growth season were determined through Pearson's correlational analysis, while multiple linear regression (MLR), stepwise MLR (SMLR), and partial least-squares regression (PLSR) methods based on the aforementioned vegetation indices were adopted during different growth periods. The cumulative results showed that the reciprocal ratio vegetation index (repRVI) had a high potential for yield assessment throughout the growing season, and the late grain-filling stage was deemed as the optimal single stage with R 2 , root mean square error (RMSE), and mean absolute error (MAE) of 0.85, 793.96 kg/ha, and 656.31 kg/ha, respectively. MERIS terrestrial chlorophyll index (MTCI) performed better in the vegetative period and provided the best prediction results for the N partial factor productivity (NPFP) at the jointing stage, with R 2 , RMSE, and MAE of 0.65, 10.53 kg yield/kg N, and 8.90 kg yield/kg N, respectively. At the same time, the modified normalized difference blue index (mNDblue) was more accurate during the reproductive period, providing the best accuracy for agronomical NUE (aNUE) assessment at the late grain-filling stage, with R 2 , RMSE, and MAE of 0.61, 7.48 kg yield/kg N, and 6.05 kg yield/kg N, respectively. Furthermore, the findings indicated that model accuracy cannot be improved by increasing the number of input features. Overall, these results indicate that the consumer-grade P4M camera is suitable for early and efficient monitoring of important crop traits, providing a cost-effective choice for the development of the precision agricultural system.
Why it matches plant phenotyping methods消費者向けUAVマルチスペクトル画像を用いて小麦の収量および窒素利用効率を推定・検証する方法が研究の中心であり、植物形質の取得と予測性能を評価している。
abstractThis study explored the potential of a consumer-grade DJI Phantom 4 Multispectral (P4M) camera for yield or NUE assessment in winter wheat
Reproduction assets foundThe article's data availability statement points to a public figshare deposit containing the paper's Supplementary Material and Appendix (including e.g. Supplementary Table S1 with VARI-threshold background-removal accuracy results). No author analysis code, raw imagery, or trained models are explicitly deposited; DJI/Supplement · publicapplications should be thoroughly explored.
Data availability statement
The original contributions presented in the study are included in the article/
Supplementary Materials
. Further inquiries can be directed to the corresponding author. The Supplementary material and Appendix document for this article can be found online at: https://figshare.com/s/fa258c55dd6bd9fc69b9 named as Supplementary Material.zip.
Author contributions
XL, JL, and YZ designed and developed the research idea. YZ, XC, and XT conducted the field data collection. JL and YZ performed the data analysis. JL wrote the manuscript. JL, YZ, XT, XC, and XL contributed to the results and data interpretation, discussion, and reviOpen asset ↗figsharelines:861-886Code / dataset availability confirmedEurope PMC · Crossref · checked 8 Sept 2026
Maize leaf disease significantly reduces the quality and overall crop yield. Therefore, it is crucial to monitor and diagnose illnesses during the growth season to take necessary actions. However, accurate identification is challenging to achieve as the existing automated methods are computationally complex or perform well on images with a simple background. Whereas, the realistic field conditions include a lot of background noise that makes this task difficult. In this study, we presented an end-to-end learning CNN architecture, Efficient Attention Network (EANet) based on the EfficientNetv2 model to identify multi-class maize crop diseases. To further enhance the capacity of the feature representation, we introduced a spatial-channel attention mechanism to focus on affected locations and help the detection network accurately recognize multiple diseases. We trained the EANet model using focal loss to overcome class-imbalanced data issues and transfer learning to enhance network generalization. We evaluated the presented approach on the publically available datasets having samples captured under various challenging environmental conditions such as varying background, non-uniform light, and chrominance variances. Our approach showed an overall accuracy of 99.89% for the categorization of various maize crop diseases. The experimental and visual findings reveal that our model shows improved performance compared to conventional CNNs, and the attention mechanism properly accentuates the disease-relevant information by ignoring the background noise.
Why it matches plant phenotyping methodsトウモロコシ葉の画像から病害状態を分類するCNN手法を開発・評価しており、植物病害表現型の取得・抽出が研究の中心である。
abstractwe presented an end-to-end learning CNN architecture, Efficient Attention Network (EANet) based on the EfficientNetv2 model to identify multi-class maize crop diseases.
Reproduction assets foundThe paper evaluates its EANet maize disease classification model on publicly available image datasets, explicitly citing the public Kaggle 'Corn or maize leaf disease dataset' as one of its data sources. This is a paper-specific, publicly accessible plant image dataset used directly for the paper's classificationex perDataset · publicCorn or maize leaf disease dataset . Available at: https://www.kaggle.com/datasets/smaranjitghose/corn-or-maize-leaf-disease-dataset (Accessed May 12, 2022 ).Open asset ↗Kaggle · corn-or-maize-leaf-disease-datasetlines:697-776Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Leaf pigments, including chlorophylls and carotenoids, are important biochemical indicators of plant photosynthesis and photoprotection. In this study, we developed, optimized, and validated a sequential extraction and liquid chromatography-diode array detection method allowing for the simultaneous quantification of the main photosynthetic pigments, including chlorophyll a, chlorophyll b, β-carotene, lutein, neoxanthin, and the xanthophyll cycle (VAZ), as well as the characterization of plant pigment derivatives. Chromatographic separation was accomplished with the newest generation of core-shell columns revealing numerous pigment derivatives. The sequential extraction allowed for a better recovery of the main pigments (+25 % chlorophyll a, +30 % chlorophyll b, +42 % β-carotene, and 61% xanthophylls), and the characterization of ca. 5.3 times more pigment derivatives (i.e., up to 62 chlorophyll and carotenoid derivatives including isomers) than with a single-step extraction. A broad working range of concentrations (300-2,000 ng.mL -1 ) was achieved for most pigments and their derivatives and the limit of detection was as low as a few nanograms per milliliter. The method also showed adequate trueness (RSD Fagus sylvatica L . leaves, pigment derivatives revealed a high within-individual tree variability throughout the growing season that could not be detected using the main photosynthetic pigments alone, eventually showing that the method allowed for the monitoring of pigment dynamics at unprecedented detail.
Why it matches plant phenotyping methods葉の光合成色素を植物の生理状態・動態として定量する分析法を開発、最適化、検証しており、表現型取得法が研究の中心である。
abstractIn this study, we developed, optimized, and validated a sequential extraction and liquid chromatography-diode array detection method allowing for the simultaneous quantification of the main photosynthetic pigments
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1 ) and calibrate optical measurements performed with a field spectroradiometer or airborne spectral sensors (Croft and Chen, 2018 ).Open asset ↗lines:285-286Code / dataset availability confirmedEurope PMC · Crossref · checked 8 Sept 2026
Plants contribute significantly to the global food supply. Various Plant diseases can result in production losses, which can be avoided by maintaining vigilance. However, manually monitoring plant diseases by agriculture experts and botanists is time-consuming, challenging and error-prone. To reduce the risk of disease severity, machine vision technology (i.e., artificial intelligence) can play a significant role. In the alternative method, the severity of the disease can be diminished through computer technologies and the cooperation of humans. These methods can also eliminate the disadvantages of manual observation. In this work, we proposed a solution to detect tomato plant disease using a deep leaning-based system utilizing the plant leaves image data. We utilized an architecture for deep learning based on a recently developed convolutional neural network that is trained over 18,161 segmented and non-segmented tomato leaf images-using a supervised learning approach to detect and recognize various tomato diseases using the Inception Net model in the research work. For the detection and segmentation of disease-affected regions, two state-of-the-art semantic segmentation models, i.e., U-Net and Modified U-Net, are utilized in this work. The plant leaf pixels are binary and classified by the model as Region of Interest (ROI) and background. There is also an examination of the presentation of binary arrangement (healthy and diseased leaves), six-level classification (healthy and other ailing leaf groups), and ten-level classification (healthy and other types of ailing leaves) models. The Modified U-net segmentation model outperforms the simple U-net segmentation model by 98.66 percent, 98.5 IoU score, and 98.73 percent on the dice. InceptionNet1 achieves 99.95% accuracy for binary classification problems and 99.12% for classifying six segmented class images; InceptionNet outperformed the Modified U-net model to achieve higher accuracy. The experimental results of our proposed method for classifying plant diseases demonstrate that it outperforms the methods currently available in the literature.
Why it matches plant phenotyping methodsトマト葉画像から病斑領域をセグメンテーションし、植物病害を分類する深層学習手法の開発・評価が研究の中心であるため、植物表現型計測手法として含める。
abstractIn this work, we proposed a solution to detect tomato plant disease using a deep leaning-based system utilizing the plant leaves image data.
Reproduction assets foundThe paper trains its tomato leaf segmentation/classification models on the public PlantVillage dataset, which the authors cite with an explicit public GitHub URL. No authors' analysis code or trained model checkpoints are reported as publicly available; the data availability statement only offers inquiries to the对应ing.Dataset · publicSpMohanty ( 2018 ) PlantVillage-dataset . Available at: https://github.com/spMohanty/PlantVillage-Dataset (Accessed 21 January 2021 ).Open asset ↗PlantVillage-Datasetlines:991-1067Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Image processing and analysis based on deep learning are becoming mainstream and increasingly accessible for solving various scientific problems in diverse fields. However, it requires advanced computer programming skills and a basic familiarity with character user interfaces (CUIs). Consequently, programming beginners face a considerable technical hurdle. Because potential users of image analysis are experimentalists, who often use graphical user interfaces (GUIs) in their daily work, there is a need to develop GUI-based easy-to-use deep learning software to support their work. Here, we introduce JustDeepIt, a software written in Python, to simplify object detection and instance segmentation using deep learning. JustDeepIt provides both a GUI and a CUI. It contains various functional modules for model building and inference, and it is built upon the popular PyTorch, MMDetection, and Detectron2 libraries. The GUI is implemented using the Python library FastAPI, simplifying model building for various deep learning approaches for beginners. As practical examples of JustDeepIt, we prepared four case studies that cover critical issues in plant science: (1) wheat head detection with Faster R-CNN, YOLOv3, SSD, and RetinaNet; (2) sugar beet and weed segmentation with Mask R-CNN; (3) plant segmentation with U 2 -Net; and (4) leaf segmentation with U 2 -Net. The results support the wide applicability of JustDeepIt in plant science applications. In addition, we believe that JustDeepIt has the potential to be applied to deep learning-based image analysis in various fields beyond plant science.
Why it matches plant phenotyping methods植物画像の物体検出・インスタンスセグメンテーションを行うソフトウェア自体が中心で、植物科学での検証例も含むため、植物フェノタイピング手法として含める。
abstractHere, we introduce JustDeepIt, a software written in Python, to simplify object detection and instance segmentation using deep learning.
Reproduction assets foundThe paper's authors publicly deposited their analysis software JustDeepIt (the tool used for all four plant phenotyping case studies) on GitHub under an MIT License, and the data availability statement confirms the original contributions are available there.Code · publicThe source code is deposited in GitHub at https://github.com/biunit/JustDeepIt under an MIT License.Open asset ↗biunit/JustDeepItlines:277-285Code / dataset availability confirmedEurope PMC · Crossref · checked 8 Sept 2026
The emergence of deep neural networks has allowed the development of fully automated and efficient diagnostic systems for plant disease and pest phenotyping. Although previous approaches have proven to be promising, they are limited, especially in real-life scenarios, to properly diagnose and characterize the problem. In this work, we propose a framework which besides recognizing and localizing various plant abnormalities also informs the user about the severity of the diseases infecting the plant. By taking a single image as input, our algorithm is able to generate detailed descriptive phrases (user-defined) that display the location, severity stage, and visual attributes of all the abnormalities that are present in the image. Our framework is composed of three main components. One of them is a detector that accurately and efficiently recognizes and localizes the abnormalities in plants by extracting region-based anomaly features using a deep neural network-based feature extractor. The second one is an encoder-decoder network that performs pixel-level analysis to generate abnormality-specific severity levels. Lastly is an integration unit which aggregates the information of these units and assigns unique IDs to all the detected anomaly instances, thus generating descriptive sentences describing the location, severity, and class of anomalies infecting plants. We discuss two possible ways of utilizing the abovementioned units in a single framework. We evaluate and analyze the efficacy of both approaches on newly constructed diverse paprika disease and pest recognition datasets, comprising six anomaly categories along with 11 different severity levels. Our algorithm achieves mean average precision of 91.7% for the abnormality detection task and a mean panoptic quality score of 70.78% for severity level prediction. Our algorithm provides a practical and cost-efficient solution to farmers that facilitates proper handling of crops.
Why it matches plant phenotyping methods画像から植物病害・害虫の位置と重症度を推定する深層学習システムの開発・評価が研究の中心であり、植物の病害状態を直接定量化するため、植物フェノタイピング手法として含める。
abstractwe propose a framework which besides recognizing and localizing various plant abnormalities also informs the user about the severity of the diseases infecting the plant.
Reproduction assets foundThe paper's data availability statement points to the authors' public GitHub repository (DIANA) hosting the raw paprika disease/pest dataset supporting the phenotyping analysis.Dataset · publicThe raw data supporting the conclusions of this article will be made available by the authors at following link: https://github.com/Mr-TalhaIlyas/DIANA .Open asset ↗Mr-TalhaIlyas/DIANAlines:1128-1209Code / dataset availability confirmedOpenAlex · Europe PMC · Crossref · checked 8 Sept 2026
Currently, plant phenomics is considered the key to reducing the genotype-to-phenotype knowledge gap in plant breeding. In this context, breakthrough imaging technologies have demonstrated high accuracy and reliability. The X-ray computed tomography (CT) technology can noninvasively scan roots in 3D; however, it is urgently required to implement high-throughput phenotyping procedures and analyses to increase the amount of data to measure more complex root phenotypic traits. We have developed a spatial-temporal root architectural modeling software tool based on 4D data from temporal X-ray CT scans. Through a cylinder fitting, we automatically extract significant root architectural traits, distribution, and hierarchy. The open-source software tool is named 4DRoot and implemented in MATLAB. The source code is freely available at https://github.com/TIDOP-USAL/4DRoot. In this research, 3D root scans from the black walnut tree were analyzed, a punctual scan for the spatial study and a weekly time-slot series for the temporal one. 4DRoot provides breeders and root biologists an objective and useful tool to quantify carbon sequestration throw trait extraction. In addition, 4DRoot could help plant breeders to improve plants to meet the food, fuel, and fiber demands in the future, in order to increase crop yield while reducing farming inputs.
Why it matches plant phenotyping methodsX線CTの時系列3D画像から根系形態形質を自動抽出するソフトウェア開発が研究の中心であり、植物フェノタイピング手法に該当する。
abstractWe have developed a spatial-temporal root architectural modeling software tool based on 4D data from temporal X-ray CT scans.
Reproduction assets foundThe paper's authors explicitly state that the 4DRoot source code (the software performing the root phenotyping analysis) is freely available on GitHub. The X-ray CT scan data themselves are not deposited in a public repository; only the code is. TreeQSM is a cited prior-work dependency, not a paper-specific asset.Code · publicThe open-source software tool is named 4DRoot and implemented in MATLAB. The source code is freely available at https://github.com/TIDOP-USAL/4DRoot .Open asset ↗TIDOP-USAL/4DRootlines:225-297Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
In cereals with hollow internodes, lodging resistance is influenced by morphological characteristics such as internode diameter and culm wall thickness. Despite their relevance, knowledge of the genetic control of these traits and their relationship with lodging is lacking in temperate cereals such as barley. To fill this gap, we developed an image analysis-based protocol to accurately phenotype culm diameters and culm wall thickness across 261 barley accessions. Analysis of culm trait data collected from field trials in seven different environments revealed high heritability values (>50%) for most traits except thickness and stiffness, as well as genotype-by-environment interactions. The collection was structured mainly according to row-type, which had a confounding effect on culm traits as evidenced by phenotypic correlations. Within both row-type subsets, outer diameter and section modulus showed significant negative correlations with lodging (<-0.52 and <-0.45, respectively), but no correlation with plant height, indicating the possibility of improving lodging resistance independent of plant height. Using 50k iSelect SNP genotyping data, we conducted multi-environment genome-wide association studies using mixed model approach across the whole panel and row-type subsets: we identified a total of 192 quantitative trait loci (QTLs) for the studied traits, including subpopulation-specific QTLs and 21 main effect loci for culm diameter and/or section modulus showing effects on lodging without impacting plant height. Providing insights into the genetic architecture of culm morphology in barley and the possible role of candidate genes involved in hormone and cell wall-related pathways, this work supports the potential of loci underpinning culm features to improve lodging resistance and increase barley yield stability under changing environments.
Why it matches plant phenotyping methods大麦の穂軸径と穂軸壁厚を測定する画像解析プロトコルを開発し、多数アクセッション・複数環境で適用しており、表現型取得法が研究の中心的要素である。
abstractwe developed an image analysis-based protocol to accurately phenotype culm diameters and culm wall thickness across 261 barley accessions.
Reproduction assets foundThe paper's culm morphology phenotype measurements (BLUEs per genotype, trait statistics, heritability inputs) are distributed via the article's public supplementary material, which also contains the image-analysis phenotyping protocol (Supplementary Method 1) and analysis methods (Supplementary Methods 3-4). No authorSupplement · publicwe initially obtained the best linear unbiased estimates (BLUEs; Supplementary Table 1 ) of each genotype from the analysis of individual environmentsOpen asset ↗lines:49-59Code / dataset availability confirmedEurope PMC · Crossref · checked 15 Sept 2026
X-ray micro-computed tomography (X-ray μCT) has enabled the characterization of the properties and processes that take place in plants and soils at the micron scale. Despite the widespread use of this advanced technique, major limitations in both hardware and software limit the speed and accuracy of image processing and data analysis. Recent advances in machine learning, specifically the application of convolutional neural networks to image analysis, have enabled rapid and accurate segmentation of image data. Yet, challenges remain in applying convolutional neural networks to the analysis of environmentally and agriculturally relevant images. Specifically, there is a disconnect between the computer scientists and engineers, who build these AI/ML tools, and the potential end users in agricultural research, who may be unsure of how to apply these tools in their work. Additionally, the computing resources required for training and applying deep learning models are unique, more common to computer gaming systems or graphics design work, than to traditional computational systems. To navigate these challenges, we developed a modular workflow for applying convolutional neural networks to X-ray μCT images, using low-cost resources in Google's Colaboratory web application. Here we present the results of the workflow, illustrating how parameters can be optimized to achieve best results using example scans from walnut leaves, almond flower buds, and a soil aggregate. We expect that this framework will accelerate the adoption and use of emerging deep learning techniques within the plant and soil sciences.
Why it matches plant phenotyping methods植物試料のX線μCT画像を対象に、CNNによるセグメンテーション workflow を開発・最適化しており、植物画像からの表現型情報抽出法が中心である。
abstractwe developed a modular workflow for applying convolutional neural networks to X-ray μCT images, using low-cost resources in Google's Colaboratory web application.
Reproduction assets foundThe paper's X-ray μCT training/annotation datasets (walnut leaf, almond flower bud, soil aggregate scans and annotations) are publicly deposited on USDA Ag Data Commons. The workflow code is stated to be on GitHub (Rippner et al., 2022b), but no authors' public URL for it appears in the supplied text or allowed URLs,soDataset · public; Théroux-Rancourt et al., 2020 ). This will allow researchers to gain novel insights into the role that 3d architecture of soil and plant samples plays in a variety of important processes.
Data availability statement
The datasets presented in this study can be found on the National Agricultural Library Ag Data Commons website https://doi.org/10.15482/USDA.ADC/1524793 .
Author contributions
AM, DR, JE, PR, EF, and DP contributed to the conception and design of the study. MM, FD, and KS annotated images. PR, DR, JE, JN, and AB wrote code for image segmentation and data extraction. DR wrote the first draft of the manuscript. MM helped write the “Materials and Methods” section of the manuscriptOpen asset ↗National Agricultural Library Ag Data Commons · 10.15482/USDA.ADC/1524793lines:106-157Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
RGB / grayscaleLeafSegmentationGrowth / time-series analysisGrowth / development / phenology
Predicting plant growth is a fundamental challenge that can be employed to analyze plants and further make decisions to have healthy plants with high yields. Deep learning has recently been showing its potential to address this challenge in recent years, however, there are still two issues. First, image-based plant growth prediction is currently taken either from time series or image generation viewpoints, resulting in a flexible learning framework and clear predictions, respectively. Second, deep learning-based algorithms are notorious to require a large-scale dataset to obtain a competing performance but collecting enough data is time-consuming and expensive. To address the issues, we consider the plant growth prediction from both viewpoints with two new time-series data augmentation algorithms. To be more specific, we raise a new framework with a length-changeable time-series processing unit to generate images flexibly. A generative adversarial loss is utilized to optimize our model to obtain high-quality images. Furthermore, we first recognize three key points to perform time-series data augmentation and then put forward T-Mixup and T-Copy-Paste. T-Mixup fuses images from a different time pixel-wise while T-Copy-Paste makes new time-series images with a different background by reusing individual leaves extracted from the existing dataset. We perform our method in a public dataset and achieve superior results, such as the generated RGB images and instance masks securing an average PSNR of 27.53 and 27.62, respectively, compared to the previously best 26.55 and 26.92.
Why it matches plant phenotyping methods植物画像から成長状態を予測・生成する深層学習フレームワークと、時系列データ拡張手法を開発しており、画像およびインスタンスマスクによる表現型取得・解析が研究の中心である。
abstractTo address the issues, we consider the plant growth prediction from both viewpoints with two new time-series data augmentation algorithms.
Reproduction assets foundThe paper's plant growth prediction experiments use the public KOMATSUNA plant phenotyping dataset (Uchiyama et al., 2017), which the authors explicitly state is publicly available via the linked IEEE document. No author analysis code, trained models, or paper-specific supplementary data assets are described with a de-Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://ieeexplore.ieee.org/document/8265449 .Open asset ↗8265449lines:805-840Code / dataset availability confirmedEurope PMC · OpenAlex · checked 13 Sept 2026
Growth traits, such as fresh weight, diameter, and leaf area, are pivotal indicators of growth status and the basis for the quality evaluation of lettuce. The time-consuming, laborious and inefficient method of manually measuring the traits of lettuce is still the mainstream. In this study, a three-stage multi-branch self-correcting trait estimation network (TMSCNet) for RGB and depth images of lettuce was proposed. The TMSCNet consisted of five models, of which two master models were used to preliminarily estimate the fresh weight (FW), dry weight (DW), height (H), diameter (D), and leaf area (LA) of lettuce, and three auxiliary models realized the automatic correction of the preliminary estimation results. To compare the performance, typical convolutional neural networks (CNNs) widely adopted in botany research were used. The results showed that the estimated values of the TMSCNet fitted the measurements well, with coefficient of determination ( R 2 ) values of 0.9514, 0.9696, 0.9129, 0.8481, and 0.9495, normalized root mean square error (NRMSE) values of 15.63, 11.80, 11.40, 10.18, and 14.65% and normalized mean squared error (NMSE) value of 0.0826, which was superior to compared methods. Compared with previous studies on the estimation of lettuce traits, the performance of the TMSCNet was still better. The proposed method not only fully considered the correlation between different traits and designed a novel self-correcting structure based on this but also studied more lettuce traits than previous studies. The results indicated that the TMSCNet is an effective method to estimate the lettuce traits and will be extended to the high-throughput situation. Code is available at https://github.com/lxsfight/TMSCNet.git.
Why it matches plant phenotyping methodsRGB・深度画像からレタスの複数形質を推定する新規ネットワークを開発し、既存手法と性能比較しており、植物フェノタイピング手法が研究の中心である。
abstracta three-stage multi-branch self-correcting trait estimation network (TMSCNet) for RGB and depth images of lettuce was proposed
Reproduction assets foundThe paper uses the public Autonomous Greenhouses Challenge 3 dataset (RGB/depth lettuce images with FW/DW/H/D/LA measurements) and states author code availability on GitHub.Code · publicCode is available at https://github.com/lxsfight/TMSCNet.git .Open asset ↗github.com/lxsfight/TMSCNetlines:1-41Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Precise and site-specific nitrogen (N) fertilizer management of vegetables is essential to improve the N use efficiency considering temporal and spatial fertility variations among fields, while the current N fertilizer recommendation methods are proved to be time- and labor-consuming. To establish a site-specific N topdressing algorithm for bok choy ( Brassica rapa subsp. chinensis ), using a hand-held GreenSeeker canopy sensor, we conducted field experiments in the years 2014, 2017, and 2020. Two planting densities, viz, high (123,000 plants ha -1 ) in Year I and low (57,000 plants ha -1 ) in Year II, whereas, combined densities in Year III were used to evaluate the effect of five N application rates (0, 45, 109, 157, and 205 kg N ha -1 ). A robust relationship was observed between the sensor-based normalized difference vegetation index (NDVI), the ratio vegetation index (RVI), and the yield potential without topdressing (YP 0 ) at the rosette stage, and 81-84% of the variability at high density and 76-79% of that at low density could be explained. By combining the densities and years, the R 2 value increased to 0.90. Additionally, the rosette stage was identified as the earliest stage for reliably predicting the response index at harvest (RI Harvest ), based on the response index derived from NDVI (RI NDVI ) and RVI (RI RVI ), with R 2 values of 0.59-0.67 at high density and 0.53-0.65 at low density. When using the combined results, the RI RVI performed 6.12% better than the RI NDVI , and 52% of the variability could be explained. This study demonstrates the good potential of establishing a sensor-based N topdressing algorithm for bok choy, which could contribute to the sustainable development of vegetable production.
Why it matches plant phenotyping methods携帯型キャノピーセンサーのNDVI/RVIから収量ポテンシャルと施肥応答を推定するアルゴリズムを開発・検証しており、植物形質推定手法が研究の中心です。
abstractTo establish a site-specific N topdressing algorithm for bok choy ( Brassica rapa subsp. chinensis ), using a hand-held GreenSeeker canopy sensor, we conducted field experiments in the years 2014, 2017, and 2020.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 2 ), the empirical exponential model was used to determine the relationship between YP 0 and the sensor-based vegetation indices (NDVI and RVI) for bok choy across growth stages ( Table 3 ).Open asset ↗lines:391-483Code / dataset availability confirmedEurope PMC · OpenAlex · checked 8 Sept 2026
Fresh weight is a widely used growth indicator for quantifying crop growth. Traditional fresh weight measurement methods are time-consuming, laborious, and destructive. Non-destructive measurement of crop fresh weight is urgently needed in plant factories with high environment controllability. In this study, we proposed a multi-modal fusion based deep learning model for automatic estimation of lettuce shoot fresh weight by utilizing RGB-D images. The model combined geometric traits from empirical feature extraction and deep neural features from CNN. A lettuce leaf segmentation network based on U-Net was trained for extracting leaf boundary and geometric traits. A multi-branch regression network was performed to estimate fresh weight by fusing color, depth, and geometric features. The leaf segmentation model reported a reliable performance with a mIoU of 0.982 and an accuracy of 0.998. A total of 10 geometric traits were defined to describe the structure of the lettuce canopy from segmented images. The fresh weight estimation results showed that the proposed multi-modal fusion model significantly improved the accuracy of lettuce shoot fresh weight in different growth periods compared with baseline models. The model yielded a root mean square error (RMSE) of 25.3 g and a coefficient of determination ( R 2 ) of 0.938 over the entire lettuce growth period. The experiment results demonstrated that the multi-modal fusion method could improve the fresh weight estimation performance by leveraging the advantages of empirical geometric traits and deep neural features simultaneously.
Why it matches plant phenotyping methodsRGB-D画像からレタスの生体重を非破壊推定する画像解析・深層学習手法の開発が研究の中心であり、植物表現型取得法に該当する。
abstractA lettuce leaf segmentation network based on U-Net was trained for extracting leaf boundary and geometric traits.
Reproduction assets foundThe paper's phenotyping inputs (top-view RGB and aligned depth images of 388 lettuces with destructively measured traits) come from the publicly available 3rd Autonomous Greenhouse Challenge Online Challenge Lettuce Images dataset, with an explicit public URL in the data availability statement. No author analysis code,Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://data.4tu.nl/articles/dataset/3rd_Autonomous_Greenhouse_Challenge_Online_Challenge_Lettuce_Images/15023088 .Open asset ↗data.4tu.nl · 15023088lines:657-691Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Submergence during germination impedes aerobic metabolisms and limits the growth of most higher plants. However, some wetland plants including rice can germinate under submerged conditions. It has long been hypothesized that the first elongating shoot tissue, the coleoptile, acts as a snorkel to acquire atmospheric oxygen (O 2 ) to initiate the first leaf elongation and seminal root emergence. Here, we obtained direct evidence for this hypothesis by visualizing the spatiotemporal O 2 dynamics during submerged germination in rice using a planar O 2 optode system. In parallel with the O 2 imaging, we tracked the anatomical development of shoot and root tissues in real-time using an automated flatbed scanner. Three hours after the coleoptile tip reached the water surface, O 2 levels around the embryo transiently increased. At this time, the activity of alcohol dehydrogenase (ADH), an enzyme critical for anaerobic metabolism, was significantly reduced, and the coleorhiza covering the seminal roots in the embryo was broken. Approximately 10 h after the transient burst in O 2 , seminal roots emerged. A transient O 2 burst around the embryo was shown to be essential for seminal root emergence during submerged rice germination. The parallel application of a planar O 2 optode system and automated scanning system can be a powerful tool for examining how environmental conditions affect germination in rice and other plants.
Why it matches plant phenotyping methods水中イネ発芽時の酸素動態と器官発達を、平面O2オプトードおよび自動スキャナーで時空間的に可視化・追跡する手法が研究の中心であり、植物の生理状態・形態発達を測定する実質的なフェノタイピング手法である。
abstractvisualizing the spatiotemporal O 2 dynamics during submerged germination in rice using a planar O 2 optode system.
Reproduction assets foundThe paper's phenotyping measurements (time-lapse growth images and planar optode O2 imaging of submerged rice germination) are publicly available as Supplementary Videos 1–3 hosted at the Frontiers supplementary material URL. No author analysis code or trained models are deposited; ImageJ and UWSC are generic third‑dayDataset · publicof their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2022.946776/full#supplementary-material
Supplementary Video 1
Time-lapse images showing the germination process of submerged rice with normoxic or anoxic atmospheres.
Click here for additional data file.
Supplementary Video 2
Time-lapse images of the growth process following a shift from an anoxic to a normoxic atmosphOpen asset ↗lines:107-237Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Intelligent detection and localization of mature citrus fruits is a critical challenge in developing an automatic harvesting robot. Variable illumination conditions and different occlusion states are some of the essential issues that must be addressed for the accurate detection and localization of citrus in the orchard environment. In this paper, a novel method for the detection and localization of mature citrus using improved You Only Look Once (YOLO) v5s with binocular vision is proposed. First, a new loss function (polarity binary cross-entropy with logit loss) for YOLO v5s is designed to calculate the loss value of class probability and objectness score, so that a large penalty for false and missing detection is applied during the training process. Second, to recover the missing depth information caused by randomly overlapping background participants, Cr-Cb chromatic mapping, the Otsu thresholding algorithm, and morphological processing are successively used to extract the complete shape of the citrus, and the kriging method is applied to obtain the best linear unbiased estimator for the missing depth value. Finally, the citrus spatial position and posture information are obtained according to the camera imaging model and the geometric features of the citrus. The experimental results show that the recall rates of citrus detection under non-uniform illumination conditions, weak illumination, and well illumination are 99.55%, 98.47%, and 98.48%, respectively, approximately 2-9% higher than those of the original YOLO v5s network. The average error of the distance between the citrus fruit and the camera is 3.98 mm, and the average errors of the citrus diameters in the 3D direction are less than 2.75 mm. The average detection time per frame is 78.96 ms. The results indicate that our method can detect and localize citrus fruits in the complex environment of orchards with high accuracy and speed. Our dataset and codes are available at https://github.com/AshesBen/citrus-detection-localization.
Why it matches plant phenotyping methods収穫ロボット向けの位置検出が主目的だが、果実形状・姿勢・3D直径を画像から抽出し、精度を検証する技術開発が中心であり、再利用可能な植物器官形質の推定に該当する。
abstracta novel method for the detection and localization of mature citrus using improved You Only Look Once (YOLO) v5s with binocular vision is proposed.
Reproduction assets foundThe authors explicitly state that their citrus image dataset (4855 binocular image groups with depth maps) and analysis code are publicly available on GitHub, matching the allowed URL.Dataset · publicnt occlusion conditions in natural orchards. Future work will focus on few-shot learning and reduce the number of citrus fruits in the training dataset to improve citrus detection and localization.
Data availability statement
The original contributions presented in this study are publicly available. This data can be found here: https://github.com/AshesBen/citrus-detection-localization .
Author contributions
All authors contributed to the method and result of the study, dataset generation, model training and testing, analysis of results, and the drafting, revising, and approving of the contents of the manuscript.
Funding
We acknowledged support from the Natural Science Foundation of GuangdongOpen asset ↗AshesBen/citrus-detection-localizationlines:335-356Code · public98 mm, and the average errors of the citrus diameters in the 3D direction are less than 2.75 mm. The average detection time per frame is 78.96 ms. The results indicate that our method can detect and localize citrus fruits in the complex environment of orchards with high accuracy and speed. Our dataset and codes are available at https://github.com/AshesBen/citrus-detection-localization .
Keywords: citrus detection, citrus localization, binocular vision, YOLO v5s, loss function
status released display-pdf yes is-olf no is-manuscript no is-preprint no is-journal-matter no is-scanned no is-retracted no
Received 2022 Jun 18; Accepted 2022 Jul 12; Collection date 2022.
IntroductionOpen asset ↗AshesBen/citrus-detection-localizationlines:1-28Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Brown blight, target spot, and tea coal diseases are three major leaf diseases of tea plants, and Apolygus lucorum is a major pest in tea plantations. The traditional symptom recognition of tea leaf diseases and insect pests is mainly through manual identification, which has some problems, such as low accuracy, low efficiency, strong subjectivity, and so on. Therefore, it is very necessary to find a method that could effectively identify tea plants diseases and pests. In this study, we proposed a recognition framework of tea leaf disease and insect pest symptoms based on Mask R-CNN, wavelet transform and F-RNet. First, Mask R-CNN model was used to segment disease spots and insect spots from tea leaves. Second, the two-dimensional discrete wavelet transform was used to enhance the features of the disease spots and insect spots images, so as to obtain the images with four frequencies. Finally, the images of four frequencies were simultaneously input into the four-channeled residual network (F-RNet) to identify symptoms of tea leaf diseases and insect pests. The results showed that Mask R-CNN model could detect 98.7% of DSIS, which ensure that almost disease spots and insect spots can be extracted from leaves. The accuracy of F-RNet model is 88%, which is higher than that of the other models (like SVM, AlexNet, VGG16 and ResNet18). Therefore, this experimental framework can accurately segment and identify diseases and insect spots of tea leaves, which not only of great significance for the accurate identification of tea plant diseases and insect pests, but also of great value for further using artificial intelligence to carry out the comprehensive control of tea plant diseases and insect pests.
Why it matches plant phenotyping methods茶葉の病斑・虫害斑という植物の病害状態を、Mask R-CNNによる分割とF-RNetによる認識で抽出・評価する画像解析手法が研究の中心であるため。
abstractwe proposed a recognition framework of tea leaf disease and insect pest symptoms based on Mask R-CNN, wavelet transform and F-RNet.
Reproduction assets foundThe paper's data availability statement points to two GitHub repositories. The F-RNet repository (github.com/Du553/F-RNet) is the authors' own public code implementing the paper's four-channeled residual network analysis and qualifies as a paper-specific asset. The matterport/Mask_RCNN link is a generic third-partyMaskCode · publicThe dataset and source code has been uploaded to GitHub: https://github.com/matterport/Mask_RCNN , https://github.com/Du553/F-RNet .Open asset ↗Du553/F-RNetlines:469-489Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
High-throughput phenotyping of yield-related traits is meaningful and necessary for rice breeding and genetic study. The conventional method for rice yield-related trait evaluation faces the problems of rice threshing difficulties, measurement process complexity, and low efficiency. To solve these problems, a novel intelligent system, which includes an integrated threshing unit, grain conveyor-imaging units, threshed panicle conveyor-imaging unit, and specialized image analysis software has been proposed to achieve rice yield trait evaluation with high throughput and high accuracy. To improve the threshed panicle detection accuracy, the Region of Interest Align, Convolution Batch normalization activation with Leaky Relu module, Squeeze-and-Excitation unit, and optimal anchor size have been adopted to optimize the Faster-RCNN architecture, termed 'TPanicle-RCNN,' and the new model achieved F1 score 0.929 with an increase of 0.044, which was robust to indica and japonica varieties. Additionally, AI cloud computing was adopted, which dramatically reduced the system cost and improved flexibility. To evaluate the system accuracy and efficiency, 504 panicle samples were tested, and the total spikelet measurement error decreased from 11.44 to 2.99% with threshed panicle compensation. The average measuring efficiency was approximately 40 s per sample, which was approximately twenty times more efficient than manual measurement. In this study, an automatic and intelligent system for rice yield-related trait evaluation was developed, which would provide an efficient and reliable tool for rice breeding and genetic research.
Why it matches plant phenotyping methodsイネの収量関連形質を高スループットに取得する統合計測・画像解析システムを開発し、検出精度と測定効率を検証しているため、植物フェノタイピング手法が中心である。
abstracta novel intelligent system, which includes an integrated threshing unit, grain conveyor-imaging units, threshed panicle conveyor-imaging unit, and specialized image analysis software has been proposed to achieve rice yield trait evaluation with high throughput and high accuracy.
Reproduction assets foundThe article explicitly states that all threshed panicle training and testing data (1,072 threshed panicle images with PASCAL VOC annotations, augmented to 3,432 training and 856 testing images) are publicly available via a Baidu Netdisk link with an extraction code for non-commercial research. This is a paper-specific,Dataset · publicAll the training and testing data are available at https://pan.baidu.com/s/1-XawHGseIc5bboVOP48Fkw?pwd=153w with the extraction code ‘153w’ for non-commercial research purposes.Open asset ↗pan.baidu.com · 1-XawHGseIc5bboVOP48Fkw?pwd=153wlines:330-340Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
The soybean flower and the pod drop are important factors in soybean yield, and the use of computer vision techniques to obtain the phenotypes of flowers and pods in bulk, as well as in a quick and accurate manner, is a key aspect of the study of the soybean flower and pod drop rate (PDR). This paper compared a variety of deep learning algorithms for identifying and counting soybean flowers and pods, and found that the Faster R-CNN model had the best performance. Furthermore, the Faster R-CNN model was further improved and optimized based on the characteristics of soybean flowers and pods. The accuracy of the final model for identifying flowers and pods was increased to 94.36 and 91%, respectively. Afterward, a fusion model for soybean flower and pod recognition and counting was proposed based on the Faster R-CNN model, where the coefficient of determination R 2 between counts of soybean flowers and pods by the fusion model and manual counts reached 0.965 and 0.98, respectively. The above results show that the fusion model is a robust recognition and counting algorithm that can reduce labor intensity and improve efficiency. Its application will greatly facilitate the study of the variable patterns of soybean flowers and pods during the reproductive period. Finally, based on the fusion model, we explored the variable patterns of soybean flowers and pods during the reproductive period, the spatial distribution patterns of soybean flowers and pods, and soybean flower and pod drop patterns.
Why it matches plant phenotyping methodsダイズの花・莢数という植物形質を画像から自動認識・計数する深層学習手法を比較、改良、検証しており、表現型取得法が研究の中心である。
abstractthe use of computer vision techniques to obtain the phenotypes of flowers and pods in bulk, as well as in a quick and accurate manner, is a key aspect of the study
Reproduction assets foundThe authors publicly deposited the soybean flower and pod image datasets (the phenotyping inputs used for detection/counting) in an online repository via a Baidu Netdisk link with password, stated in the Data availability statement. No author analysis code or trained model checkpoints are explicitly shared; LabelImg isDataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://pan.baidu.com/s/1j ZE6BHlpVjGay_JqVmOew:password: ate8 .Open asset ↗pan.baidu.com · ZE6BHlpVjGay_JqVmOewlines:751-822Code / dataset availability confirmedEurope PMC · Crossref · checked 15 Sept 2026
Soybean has a recognized narrow genetic base that often makes it difficult to visualize available genetic and phenotypic variability and identify superior genotypes during the selection process. However, the phenotypic expression of soybean plants is highly affected by photoperiod and the cultivation of a given variety is performed in the latitude range that presents ideal conditions for its development based on its relative maturity group (RMG) for the optimization of the phenotypic expression of its genotype. Based on the above, this study aimed to evaluate the efficiency of artificial neural networks (ANNs) as a tool for the correct discrimination and classification of tropical soybean genotypes according to their relative maturity group during the population selection process with the aim of optimizing the phenotypic performance of these selected genotypes. For this purpose, three biparental populations were synthesized, one with a wide genetic variability for the RMG character obtained from the hybridization between genitors of maturity groups RMG 5 (Sub-tropical 23° LS) × RMG 9.4 (Tropical 0° LS) and two populations with a narrow variability obtained between genitors RMG 7.3 (Tropical 20° LS) × RMG 9.4 and RMG 5.3 × RMG 6.7, respectively. Criteria for comparing the developed ANN architecture with Fisher's linear and Anderson's quadratic parametric discriminant methodologies were applied to the data for the discrimination and classification of the genotypes. ANN showed an apparent error rate of less than 8.16% as well as a low influence of environmental factors, correctly classifying the genotypes in the populations even in cases of reduced genetic variability such as in the RMG 5 × RMG 6 population. In contrast, the discriminant functions were inefficient in correctly classifying the genotypes in the populations with genealogical similarity (RMG 5 × RMG 6) and wide genetic variability, with an error rate of more than 50%. Based on the results of this study, ANN can be used for the discrimination of genotypes in the initial generations of selection in breeding programs for the development of high performance cultivars for wide and reduced photoperiod amplitudes, even with fewer selection environments, more efficiently, and with fewer time and resources applied. As a result of similarity between the parents, ANN can correctly classify genotypes from populations with a narrow genetic base, in addition to pure lines and genotypes with a high degree of inbreeding.
Why it matches plant phenotyping methodsANNを用いたダイズ遺伝型の相対成熟期グループ分類を開発・評価し、他の判別法と性能比較しているため、植物表現型の抽出・分類手法が中心である。
abstractthis study aimed to evaluate the efficiency of artificial neural networks (ANNs) as a tool for the correct discrimination and classification of tropical soybean genotypes according to their relative maturity group
Reproduction assets foundThe paper's supplementary material is a public dataset of the soybean progeny phenotypic measurements (NDF, NDM, CYCLE, AIV, APM, Ac, VA, PG across three agricultural years) used directly in the ANN and discriminant analyses. No author analysis code or trained model is deposited; the Data Availability Statement only onDataset · publicedgments
We thank the State University “Júlio de Mesquita Filho”—Unesp/FCAV Jaboticabal Campus and the Graduate Agronomy Program (Genetics and Plant Breeding) and the Coordination for the Improvement of Higher Education Personnel (CAPES).
Supplementary Material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2022.814046/full#supplementary-material
Supplementary Table
Dataset collected from soybean progenies belonging to different relative maturity groups, during three agricultural years of evaluation.
Click here for additional data file.
References
Alliprandini L. F., Abatti C., Bertagnolli P. F., Cavassim J. E., Gabe H. LOpen asset ↗lines:442-477Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
The stem-related phenotype of mature stage soybean is important in soybean material selection. How to improve on traditional manual methods and obtain the stem-related phenotype of soybean more quickly and accurately is a problem faced by producers. With the development of smart agriculture, many scientists have explored soybean phenotypes and proposed new acquisition methods, but soybean mature stem-related phenotype studies are relatively scarce. In this study, we used a deep learning method within the convolutional neural network to detect mature soybean stem nodes and identified soybean structural features through a novel directed search algorithm. We subsequently obtained the pitch number, internodal length, branch number, branching angle, plant type spatial conformation, plant height, main stem length, and new phenotype-stem curvature. After 300 epochs, we compared the recognition results of various detection algorithms to select the best. Among them, YOLOX had a maximum average accuracy (mAP) of 94.36% for soybean stem nodes and scale markers. Through comparison of the phenotypic information extracted by the directed search algorithm with the manual measurement results, we obtained the Pearson correlation coefficients, R, of plant height, pitch number, internodal length, main stem length, stem curvature, and branching angle, which were 0.9904, 0.9853, 0.9861, 0.9925, 0.9084, and 0.9391, respectively. These results show that our algorithm can be used for robust measurements and counting of soybean phenotype information, which can reduce labor intensity, improve efficiency, and accelerate soybean breeding.
Why it matches plant phenotyping methods深層学習と指向性探索アルゴリズムを開発し、成熟ダイズの茎関連形質を画像から抽出・手測定と検証しており、植物フェノタイピング手法が研究の中心です。
abstractIn this study, we used a deep learning method within the convolutional neural network to detect mature soybean stem nodes and identified soybean structural features through a novel directed search algorithm.
Reproduction assets foundThe paper's mature soybean stem-node image dataset (1,523 original images, augmented to 6,092) is publicly deposited on Kaggle by the authors. No author analysis code or trained model checkpoints are explicitly released; supplementary material contains only figures/tables, not datasets or code.Dataset · publicThe dataset is available at https://www.kaggle.com/datasets/soberguo/soybeannode .Open asset ↗Kaggle · soberguo/soybeannodelines:331-343Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
The rapid development of high-throughput phenotypic detection techniques makes it possible to obtain a large number of crop phenotypic information quickly, efficiently, and accurately. Among them, image-based phenotypic acquisition method has been widely used in crop phenotypic identification and characteristic research due to its characteristics of automation, non-invasive, non-destructive and high throughput. In this study, we proposed a method to define and analyze the traits related to leaf sheaths including morphology-related, color-related and biomass-related traits at V6 stage. Next, we analyzed the phenotypic variation of leaf sheaths of 418 maize inbred lines based on 87 leaf sheath-related phenotypic traits. In order to further analyze the mechanism of leaf sheath phenotype formation, 25 key traits (2 biomass-related, 19 morphology-related and 4 color-related traits) with heritability greater than 0.3 were analyzed by genome-wide association studies (GWAS). And 1816 candidate genes of 17 whole plant leaf sheath traits and 1,297 candidate genes of 8 sixth leaf sheath traits were obtained, respectively. Among them, 46 genes with clear functional descriptions were annotated by single nucleotide polymorphism (SNPs) that both Top1 and multi-method validated. Functional enrichment analysis results showed that candidate genes of leaf sheath traits were enriched into multiple pathways related to cellular component assembly and organization, cell proliferation and epidermal cell differentiation, and response to hunger, nutrition and extracellular stimulation. The results presented here are helpful to further understand phenotypic traits of maize leaf sheath and provide a reference for revealing the genetic mechanism of maize leaf sheath phenotype formation.
Why it matches plant phenotyping methods画像ベースのハイスループット表現型取得と葉鞘形質の定義・解析手法が明示され、418系統から多数の再利用可能な植物形質を取得しているため、手法が中心的である。
abstractwe proposed a method to define and analyze the traits related to leaf sheaths including morphology-related, color-related and biomass-related traits at V6 stage.
Crop leaf diseases can reflect the current health status of the crop, and the rapid and automatic detection of field diseases has become one of the difficulties in the process of industrialization of agriculture. In the widespread application of various machine learning techniques, recognition time consumption and accuracy remain the main challenges in moving agriculture toward industrialization. This article proposes a novel network architecture called YOLO V5-CAcT to identify crop diseases. The fast and efficient lightweight YOLO V5 is chosen as the base network. Repeated Augmentation, FocalLoss, and SmoothBCE strategies improve the model robustness and combat the positive and negative sample ratio imbalance problem. Early Stopping is used to improve the convergence of the model. We use two technical routes of model pruning, knowledge distillation and memory activation parameter compression ActNN for model training and identification under different hardware conditions. Finally, we use simplified operators with INT8 quantization for further optimization and deployment in the deep learning inference platform NCNN to form an industrial-grade solution. In addition, some samples from the Plant Village and AI Challenger datasets were applied to build our dataset. The average recognition accuracy of 94.24% was achieved in images of 59 crop disease categories for 10 crop species, with an average inference time of 1.563 ms per sample and model size of only 2 MB, reducing the model size by 88% and the inference time by 72% compared with the original model, with significant performance advantages. Therefore, this study can provide a solid theoretical basis for solving the common problems in current agricultural disease image detection. At the same time, the advantages in terms of accuracy and computational cost can meet the needs of agricultural industrialization.
Why it matches plant phenotyping methods作物葉の病害を画像から検出するYOLOベースの手法を開発し、精度・推論時間・モデルサイズを評価しており、植物の病害状態を推定する方法が研究の中心である。
abstractThis article proposes a novel network architecture called YOLO V5-CAcT to identify crop diseases.
Reproduction assets foundThe paper builds its PFD crop-disease dataset from two public image datasets (PLD and PlantVillage) with explicit Kaggle availability URLs; the authors' own PFD dataset, code, and models are only available 'in the supplementary materials' / via the authors, and the referenced GitHub repos (yolov5_prune, actnn) are第三方工具Dataset · publicThe PFD dataset is based on the AI Challenger (Zhang et al., 2020 ) and PLD (Potato Disease Leaf) open-source datasets (The PLD dataset is available at https://www.kaggle.com/datasets/rizwan123456789/potato-disease-leaf-datasetpld )Open asset ↗lines:404-453Dataset · publicand some of the PlantVillage crop disease data (The PlantVillage dataset is available at https://www.kaggle.com/datasets/soumiknafiul/plantvillage-dataset-labeled )Open asset ↗lines:404-453Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
Recognizing rice seedling growth stages to timely do field operations, such as temperature control, fertilizer, irrigation, cultivation, and disease control, is of great significance of crop management, provision of standard and well-nourished seedlings for mechanical transplanting, and increase of yield. Conventionally, rice seedling growth stage is performed manually by means of visual inspection, which is not only labor-intensive and time-consuming, but also subjective and inefficient on a large-scale field. The application of machine learning algorithms on UAV images offers a high-throughput and non-invasive alternative to manual observations and its applications in agriculture and high-throughput phenotyping are increasing. This paper presented automatic approaches to detect rice seedling of three critical stages, BBCH11, BBCH12, and BBCH13. Both traditional machine learning algorithms and deep learning algorithms were investigated the discriminative ability of the three growth stages. UAV images were captured vertically downward at 3-m height from the field. A dataset consisted of images of three growth stages of rice seedlings for three cultivars, five nursing seedling densities, and different sowing dates. In the traditional machine learning algorithm, histograms of oriented gradients (HOGs) were selected as texture features and combined with the support vector machine (SVM) classifier to recognize and classify three growth stages. The best HOG-SVM model obtained the performance with 84.9, 85.9, 84.9, and 85.4% in accuracy, average precision, average recall, and F1 score, respectively. In the deep learning algorithm, the Efficientnet family and other state-of-art CNN models (VGG16, Resnet50, and Densenet121) were adopted and investigated the performance of three growth stage classifications. EfficientnetB4 achieved the best performance among other CNN models, with 99.47, 99.53, 99.39, and 99.46% in accuracy, average precision, average recall, and F1 score, respectively. Thus, the proposed method could be effective and efficient tool to detect rice seedling growth stages.
Why it matches plant phenotyping methodsUAV画像からイネ幼苗の生育段階という植物状態を自動推定する機械学習手法を開発・比較し、性能評価しているため、表現型取得が研究の中心である。
abstractThe application of machine learning algorithms on UAV images offers a high-throughput and non-invasive alternative to manual observations
Reproduction assets foundThe paper's data availability statement explicitly deposits the UAV rice seedling image datasets, trained models, and analysis code in public locations: a Google Drive folder (datasets and models) and a GitHub repository (code), both matching allowed URLs.Dataset · publicThe datasets, models and code used in this paper are available at the following locations: Datasets and models: https://drive.google.com/drive/folders/1AY-ro3HID9noOpen asset ↗lines:786-795Code · publicCode: https://github.com/imagevision-lab/rice_seedling_growth_stages_detectionOpen asset ↗imagevision-lab/rice_seedling_growth_stages_detectionlines:786-795Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Ultraviolet-B (UV-B, 280-315 nm) radiation has been known as an elicitor to enhance bioactive compound contents in plants. However, unpredictable yield is an obstacle to the application of UV-B radiation to controlled environments such as plant factories. A typical three-dimensional (3D) plant structure causes uneven UV-B exposure with leaf position and age-dependent sensitivity to UV-B radiation. The purpose of this study was to develop a model for predicting phenolic accumulation in kale ( Brassica oleracea L. var. acephala ) according to UV-B radiation interception and growth stage. The plants grown under a plant factory module were exposed to UV-B radiation from UV-B light-emitting diodes with a peak at 310 nm for 6 or 12 h at 23, 30, and 38 days after transplanting. The spatial distribution of UV-B radiation interception in the plants was quantified using ray-tracing simulation with a 3D-scanned plant model. Total phenolic content (TPC), total flavonoid content (TFC), total anthocyanin content (TAC), UV-B absorbing pigment content (UAPC), and the antioxidant capacity were significantly higher in UV-B-exposed leaves. Daily UV-B energy absorbed by leaves and developmental age was used to develop stepwise multiple linear regression models for the TPC, TFC, TAC, and UAPC at each growth stage. The newly developed models accurately predicted the TPC, TFC, TAC, and UAPC in individual leaves with R 2 > 0.78 and normalized root mean squared errors of approximately 30% in test data, across the three growth stages. The UV-B energy yields for TPC, TFC, and TAC were the highest in the intermediate leaves, while those for UAPC were the highest in young leaves at the last stage. To the best of our knowledge, this study proposed the first statistical models for estimating UV-B-induced phenolic contents in plant structure. These results provided the fundamental data and models required for the optimization process. This approach can save the experimental time and cost required to optimize the control of UV-B radiation.
Why it matches plant phenotyping methods3DスキャンとレイトレーシングによるUV-B吸収量の推定、およびフェノール含量予測モデルの開発が研究の中心であり、植物形質の計測・推定手法に該当する。
abstractThe spatial distribution of UV-B radiation interception in the plants was quantified using ray-tracing simulation with a 3D-scanned plant model.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1
Relative growth rate and expansion rate of leaf groups, and the assigned leaf order in kale plants at 23, 30, and 38 DAT.Open asset ↗lines:612-691Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Counting wheat heads is a time-consuming process in agricultural production, which is currently primarily carried out by humans. Manually identifying wheat heads and statistically analyzing the findings has a rigorous requirement for the workforce and is prone to error. With the advancement of machine vision technology, computer vision detection algorithms have made wheat head detection and counting feasible. To accomplish this traditional labor-intensive task and tackle various tricky matters in wheat images, a high-precision wheat head detection model with strong generalizability was presented based on a one-stage network structure. The model's structure was referred to as that of the YOLO network; meanwhile, several modules were added and adjusted in the backbone network. The one-stage backbone network received an attention module and a feature fusion module, and the Loss function was improved. When compared to various other mainstream object detection networks, our model outperforms them, with a mAP of 0.688. In addition, an iOS-based intelligent wheat head counting mobile app was created, which could calculate the number of wheat heads in images shot in an agricultural environment in less than a second.
Why it matches plant phenotyping methodsコムギ穂数という植物器官形質を画像から検出・計数するモデルを開発し、性能比較とモバイルアプリ化まで行っており、表現型取得手法が研究の中心である。
abstracta high-precision wheat head detection model with strong generalizability was presented based on a one-stage network structure.
Reproduction assets foundThe paper's wheat head detection model was trained and evaluated on the public Global Wheat Head Detection dataset hosted on Kaggle, which directly provides the plant-phenotyping images and bounding-box annotations used in this study. No authors' code or trained model repository is disclosed; the Data Availability onlyDataset · publicThe data set used in this study was retrieved from the Global Wheat Head data set (Kaggle, 2020 ).Open asset ↗Kagglelines:40-55Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
Deep learning-based methods have recently provided a means to rapidly and effectively extract various plant traits due to their powerful ability to depict a plant image across a variety of species and growth conditions. In this study, we focus on dealing with two fundamental tasks in plant phenotyping, i.e., plant segmentation and leaf counting, and propose a two-steam deep learning framework for segmenting plants and counting leaves with various size and shape from two-dimensional plant images. In the first stream, a multi-scale segmentation model using spatial pyramid is developed to extract leaves with different size and shape, where the fine-grained details of leaves are captured using deep feature extractor. In the second stream, a regression counting model is proposed to estimate the number of leaves without any pre-detection, where an auxiliary binary mask from segmentation stream is introduced to enhance the counting performance by effectively alleviating the influence of complex background. Extensive pot experiments are conducted CVPPP 2017 Leaf Counting Challenge dataset, which contains images of Arabidopsis and tobacco plants. The experimental results demonstrate that the proposed framework achieves a promising performance both in plant segmentation and leaf counting, providing a reference for the automatic analysis of plant phenotypes.
Why it matches plant phenotyping methods植物画像からのセグメンテーションと葉数推定を中核とする深層学習フェノタイピング手法の開発であり、植物形質の自動抽出性能も評価しているため。
abstractwe focus on dealing with two fundamental tasks in plant phenotyping, i.e., plant segmentation and leaf counting, and propose a two-steam deep learning framework
Reproduction assets foundThe paper's experiments use the public CVPPP 2017 Leaf Counting Challenge dataset (Arabidopsis and tobacco plant images with segmentation masks and leaf counts), which the authors explicitly link in the data availability statement. No author code or trained models are disclosed.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.plant-phenotyping.org/CVPPP2017 .Open asset ↗CVPPP2017 · CVPPP2017lines:527-601Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Maize leaf diseases significantly reduce maize yield; therefore, monitoring and identifying the diseases during the growing season are crucial. Some of the current studies are based on images with simple backgrounds, and the realistic field settings are full of background noise, making this task challenging. We collected low-cost red, green, and blue (RGB) images from our experimental fields and public dataset, and they contain a total of four categories, namely, southern corn leaf blight (SCLB), gray leaf spot (GLS), southern corn rust (SR), and healthy (H). This article proposes a model different from convolutional neural networks (CNNs) based on transformer and self-attention. It represents visual information of local regions of images by tokens, calculates the correlation (called attention) of information between local regions with an attention mechanism, and finally integrates global information to make the classification. The results show that our model achieves the best performance compared to five mainstream CNNs at a meager computational cost, and the attention mechanism plays an extremely important role. The disease lesions information was effectively emphasized, and the background noise was suppressed. The proposed model is more suitable for fine-grained maize leaf disease identification in a complex background, and we demonstrated this idea from three perspectives, namely, theoretical, experimental, and visualization.
Why it matches plant phenotyping methodsトウモロコシ葉の病徴を画像から識別する深層学習手法を開発・比較し、複雑な背景での病害状態推定を中心的に評価しているため。
abstractThis article proposes a model different from convolutional neural networks (CNNs) based on transformer and self-attention.
Reproduction assets foundThe authors explicitly state that their dataset, code, and all trained models are publicly available on their GitHub repository, which directly supports this paper's maize leaf disease image classification analysis.Code · publicWe have made our dataset and code, as well as all the trained models of this article, publicly available in the site: https://github.com/haiyang-qian/code-and-dataset .Open asset ↗haiyang-qian/code-and-datasetlines:371-417Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Estimation of cotton yield before harvest offers many benefits to breeding programs, researchers and producers. Remote sensing enables efficient and consistent estimation of cotton yields, as opposed to traditional field measurements and surveys. The overall goal of this study was to develop a data processing pipeline to perform fast and accurate pre-harvest yield predictions of cotton breeding fields from aerial imagery using machine learning techniques. By using only a single plot image extracted from an orthomosaic map, a Support Vector Machine (SVM) classifier with four selected features was trained to identify the cotton pixels present in each plot image. The SVM classifier achieved an accuracy of 89%, a precision of 86%, a recall of 75%, and an F1-score of 80% at recognizing cotton pixels. After performing morphological image processing operations and applying a connected components algorithm, the classified cotton pixels were clustered to predict the number of cotton bolls at the plot level. Our model fitted the ground truth counts with an R 2 value of 0.93, a normalized root mean squared error of 0.07, and a mean absolute percentage error of 13.7%. This study demonstrates that aerial imagery with machine learning techniques can be a reliable, efficient, and effective tool for pre-harvest cotton yield prediction.
Why it matches plant phenotyping methods航空画像と機械学習による綿花の収量・果球数推定パイプラインを開発し、画素分類と地上計数で性能検証しており、植物表現型の取得・抽出が研究の中心である。
abstractThe overall goal of this study was to develop a data processing pipeline to perform fast and accurate pre-harvest yield predictions of cotton breeding fields from aerial imagery using machine learning techniques.
Reproduction assets foundThe paper's cotton boll classification/counting pipeline is publicly available: a Dockerized web app on Docker Hub and code with sample test images on GitHub, both explicitly stated by the authors. Raw aerial imagery/ground truth data are only available on request.Code · publicAdditionally, we will provide the code and some sample images for testing at https://github.com/Javi-RS/Cotton_Yield_Estimation .Open asset ↗Javi-RS/Cotton_Yield_Estimationlines:394-495Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
Confocal imaging is a well-established method for investigating plant phenotypes on the tissue and organ level. However, many differences are difficult to assess by visual inspection and researchers rely extensively on ad hoc manual quantification techniques and qualitative assessment. Here we present a method for quantitatively phenotyping large samples of plant tissue morphologies using triangulated isosurfaces. We successfully demonstrate the applicability of the approach using confocal imaging of aerial organs in Arabidopsis thaliana. Automatic identification of flower primordia using the surface curvature as an indication of outgrowth allows for high-throughput quantification of divergence angles and further analysis of individual flowers. We demonstrate the throughput of our method by quantifying geometric features of 1065 flower primordia from 172 plants, comparing auxin transport mutants to wild type. Additionally, we find that a paraboloid provides a simple geometric parameterisation of the shoot inflorescence domain with few parameters. We utilise parameterisation methods to provide a computational comparison of the shoot apex defined by a fluorescent reporter of the central zone marker gene CLAVATA3 with the apex defined by the paraboloid. Finally, we analyse the impact of mutations which alter mechanical properties on inflorescence dome curvature and compare the results with auxin transport mutants. Our results suggest that region-specific expression domains of genes regulating cell wall biosynthesis and local auxin transport can be important in maintaining the wildtype tissue shape. Altogether, our results indicate a general approach to parameterise and quantify plant development in 3D, which is applicable also in cases where data resolution is limited, and cell segmentation not possible. This enables researchers to address fundamental questions of plant development by quantitative phenotyping with high throughput, consistency and reproducibility.
Why it matches plant phenotyping methods植物組織の3D画像から形態形質を自動抽出・定量する手法を開発し、高スループット性と再現性を実証しているため、フェノタイピング手法が中心である。
abstractHere we present a method for quantitatively phenotyping large samples of plant tissue morphologies using triangulated isosurfaces.
Reproduction assets foundThe paper's data availability statement explicitly deposits all original source data (confocal phenotyping data of Arabidopsis shoot apical meristems) in the Cambridge Apollo repository and all analysis/segmentation/quantification scripts in a public Sainsbury Laboratory GitLab repository. Both are paper-specific,公开,直接Dataset · publicAll original source data files used in this study are available via the Cambridge University Apollo Repository ( https://doi.org/10.17863/CAM.82442 ).Open asset ↗Cambridge University Apollo Repository · 10.17863/CAM.82442lines:369-397Code · publicAll scripts and software for segmentation, quantification, analysis and visualisation are available via the Sainsbury Laboratory GitLab repository ( https://gitlab.com/slcu/teamHJ/publications/aahl_etal_2022 ).Open asset ↗Sainsbury Laboratory GitLab repositorylines:369-397Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
MaizeField / plotRootPhysiological trait estimationRoot system architectureStress response / tolerance
High-throughput, field-based characterization of root systems for hundreds of genotypes in thousands of plots is necessary for breeding and identifying loci underlying variation in root traits and their plasticity. We designed a large-scale sampling of root pulling force, the vertical force required to extract the root system from the soil, in a maize diversity panel under differing irrigation levels for two growing seasons. We then characterized the root system architecture of the extracted root crowns. We found consistent patterns of phenotypic plasticity for root pulling force for a subset of genotypes under differential irrigation, suggesting that root plasticity is predictable. Using genome-wide association analysis, we identified 54 SNPs as statistically significant for six independent root pulling force measurements across two irrigation levels and four developmental timepoints. For every significant GWAS SNP for any trait in any treatment and timepoint we conducted post hoc tests for genotype-by-environment interaction, using a mixed model ANOVA. We found that 8 of the 54 SNPs showed significant GxE. Candidate genes underlying variation in root pulling force included those involved in nutrient transport. Although they are often treated separately, variation in the ability of plant roots to sense and respond to variation in environmental resources including water and nutrients may be linked by the genes and pathways underlying this variation. While functional validation of the identified genes is needed, our results expand the current knowledge of root phenotypic plasticity at the whole plant and gene levels, and further elucidate the complex genetic architecture of maize root systems.
Why it matches plant phenotyping methods数百遺伝子型・数千区画を対象とする高スループットな圃場根系表現型測定を設計・適用し、根抜き力と根系構造を取得している。主目的は遺伝解析だが、表現型取得手法の大規模適用が実質的に記述されているため採録する。
abstractHigh-throughput, field-based characterization of root systems for hundreds of genotypes in thousands of plots is necessary for breeding and identifying loci underlying variation in root traits and their plasticity.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 5 ); however, we saw no overlap in hits between our root traits and flowering, consistent with the lack of correlation in Figure 4 .Open asset ↗lines:330-340Code / dataset availability confirmedEurope PMC · Crossref · checked 8 Sept 2026
The wheat grain three-dimensional (3D) phenotypic characters are of great significance for final yield and variety breeding, and the ventral sulcus traits are the important factors to the wheat flour yield. The wheat grain trait measurements are necessary; however, the traditional measurement method is still manual, which is inefficient, subjective, and labor intensive; moreover, the ventral sulcus traits can only be obtained by destructive measurement. In this paper, an intelligent analysis method based on the structured light imaging has been proposed to extract the 3D wheat grain phenotypes and ventral sulcus traits. First, the 3D point cloud data of wheat grain were obtained by the structured light scanner, and then, the specified point cloud processing algorithms including single grain segmentation and ventral sulcus location have been designed; finally, 28 wheat grain 3D phenotypic characters and 4 ventral sulcus traits have been extracted. To evaluate the best experimental conditions, three-level orthogonal experiments, which include rotation angle, scanning angle, and stage color factors, were carried out on 125 grains of 5 wheat varieties, and the results demonstrated that optimum conditions of rotation angle, scanning angle, and stage color were 30°, 37°, black color individually. Additionally, the results also proved that the mean absolute percentage errors (MAPEs) of wheat grain length, width, thickness, and ventral sulcus depth were 1.83, 1.86, 2.19, and 4.81%. Moreover, the 500 wheat grains of five varieties were used to construct and validate the wheat grain weight model by 32 phenotypic traits, and the cross-validation results showed that the R 2 of the models ranged from 0.77 to 0.83. Finally, the wheat grain phenotype extraction and grain weight prediction were integrated into the specialized software. Therefore, this method was demonstrated to be an efficient and effective way for wheat breeding research.
Why it matches plant phenotyping methods構造化光画像から小麦粒の3D表現型と腹溝形質を抽出する手法を開発し、精度評価・条件最適化・ソフトウェア統合まで行っており、表現型取得が中心である。
abstractIn this paper, an intelligent analysis method based on the structured light imaging has been proposed to extract the 3D wheat grain phenotypes and ventral sulcus traits.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 2
The original data of structured light imaging, X-ray CT, and manual measurements of 125 wheat grains.Open asset ↗lines:608-666Code / dataset availability confirmedCrossref · Europe PMC · OpenAlex · checked 8 Sept 2026
Plant breeders, scientists, and commercial producers commonly use growth rate as an integrated signal of crop productivity and stress. Plant growth monitoring is often done destructively via growth rate estimation by harvesting plants at different growth stages and simply weighing each individual plant. Within plant breeding and research applications, and more recently in commercial applications, non-destructive growth monitoring is done using computer vision to segment plants in images from the background, either in 2D or 3D, and relating these image-based features to destructive biomass measurements. Recent advancements in machine learning have improved image-based localization and detection of plants, but such techniques are not well suited to make biomass predictions when there is significant self-occlusion or occlusion from neighboring plants, such as those encountered under leafy green production in controlled environment agriculture. To enable prediction of plant biomass under occluded growing conditions, we develop an end-to-end deep learning approach that directly predicts lettuce plant biomass from color and depth image data as provided by a low cost and commercially available sensor. We test the performance of the proposed deep neural network for lettuce production, observing a mean prediction error of 7.3% on a comprehensive test dataset of 864 individuals and substantially outperforming previous work on plant biomass estimation. The modeling approach is robust to the busy and occluded scenes often found in commercial leafy green production and requires only measured mass values for training. We then demonstrate that this level of prediction accuracy allows for rapid, non-destructive detection of changes in biomass accumulation due to experimentally induced stress induction in as little as 2 days. Using this method growers may observe and react to changes in plant-environment interactions in near real time. Moreover, we expect that such a sensitive technique for non-destructive biomass estimation will enable novel research and breeding of improved productivity and yield in response to stress.
Why it matches plant phenotyping methodsRGB-D画像と深層学習を用いて、遮蔽下のレタス個体バイオマスを非破壊推定する手法を開発・評価しており、植物表現型取得が研究の中心です。
abstractwe develop an end-to-end deep learning approach that directly predicts lettuce plant biomass from color and depth image data as provided by a low cost and commercially available sensor.
Reproduction assets foundThe article provides an authors' public GitHub repository containing the analysis code for the RGB-D deep learning biomass estimation pipeline. The raw image/biomass dataset is only available on request (no public deposit).Code · publicCode available at https://github.com/NicoBux/Plant-Biomass-Monitoring .Open asset ↗NicoBux/Plant-Biomass-Monitoringlines:466-524Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Unmanned aerial vehicles (UAVs) equipped with multispectral sensors offer high spatial and temporal resolution imagery for monitoring crop stress at early stages of development. Analysis of UAV-derived data with advanced machine learning models could improve real-time management in agricultural systems, but guidance for this integration is currently limited. Here we compare two deep learning-based strategies for early warning detection of crop stress, using multitemporal imagery throughout the growing season to predict field-scale yield in irrigated rice in eastern Arkansas. Both deep learning strategies showed improvements upon traditional statistical learning approaches including linear regression and gradient boosted decision trees. First, we explicitly accounted for variation across developmental stages using a 3D convolutional neural network (CNN) architecture that captures both spatial and temporal dimensions of UAV images from multiple time points throughout one growing season. 3D-CNNs achieved low prediction error on the test set, with a Root Mean Squared Error (RMSE) of 8.8% of the mean yield. For the second strategy, a 2D-CNN, we considered only spatial relationships among pixels for image features acquired during a single flyover. 2D-CNNs trained on images from a single day were most accurate when images were taken during booting stage or later, with RMSE ranging from 7.4 to 8.2% of the mean yield. A primary benefit of convolutional autoencoder-like models (based on analyses of prediction maps and feature importance) is the spatial denoising effect that corrects yield predictions for individual pixels based on the values of vegetation index and thermal features for nearby pixels. Our results highlight the promise of convolutional autoencoders for UAV-based yield prediction in rice.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像からイネの収量を推定する深層学習ワークフローを比較・評価しており、植物形質の取得・推定手法が研究の中心である。
abstractHere we compare two deep learning-based strategies for early warning detection of crop stress, using multitemporal imagery throughout the growing season to predict field-scale yield in irrigated rice in eastern Arkansas.
Reproduction assets foundThe paper's authors explicitly state that the Python and R code used to process the UAV imagery data, train and evaluate the CNN models, and recreate Figures 2–5 is publicly available on GitHub. No separate public phenotype dataset or trained model checkpoint deposit is stated in the supplied blocks; other URLs are forCode · publicPython and R code used to process data, train and evaluate models, and recreate Figures 2 – 5 , is available at https://github.com/em-bellis/XASU_rice .Open asset ↗em-bellis/XASU_ricelines:521-535Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
The number of wheat spikes per unit area is one of the most important agronomic traits associated with wheat yield. However, quick and accurate detection for the counting of wheat spikes faces persistent challenges due to the complexity of wheat field conditions. This work has trained a RetinaNet (SpikeRetinaNet) based on several optimizations to detect and count wheat spikes efficiently. This RetinaNet consists of several improvements. First, a weighted bidirectional feature pyramid network (BiFPN) was introduced into the feature pyramid network (FPN) of RetinaNet, which could fuse multiscale features to recognize wheat spikes in different varieties and complicated environments. Then, to detect objects more efficiently, focal loss and attention modules were added. Finally, soft non-maximum suppression (Soft-NMS) was used to solve the occlusion problem. Based on these improvements, the new network detector was created and tested on the Global Wheat Head Detection (GWHD) dataset supplemented with wheat-wheatgrass spike detection (WSD) images. The WSD images were supplemented with new varieties of wheat, which makes the mixed dataset richer in species. The method of this study achieved 0.9262 for mAP50, which improved by 5.59, 49.06, 2.79, 1.35, and 7.26% compared to the state-of-the-art RetinaNet, single-shot multiBox detector (SSD), You Only Look Once version3 (Yolov3), You Only Look Once version4 (Yolov4), and faster region-based convolutional neural network (Faster-RCNN), respectively. In addition, the counting accuracy reached 0.9288, which was improved from other methods as well. Our implementation code and partial validation data are available at https://github.com/wujians122/The-Wheat-Spikes-Detecting-and-Counting.
Why it matches plant phenotyping methods小麦穂の検出・計数という植物形質を対象に、改良した画像解析モデルを開発し、データセット上で性能検証しているため、フェノタイピング手法が中心である。
abstractThis work has trained a RetinaNet (SpikeRetinaNet) based on several optimizations to detect and count wheat spikes efficiently.
Reproduction assets foundThe authors explicitly state that their implementation code and partial validation data for the SpikeRetinaNet wheat spike detection/counting method are publicly available on GitHub. Other referenced repositories (COCO Annotator, YOLOv5, LabelImg) are generic third-party tools, not paper-specific assets.Code · publicOur implementation code and partial validation data are available at https://github.com/wujians122/The-Wheat-Spikes-Detecting-and-Counting .Open asset ↗wujians122/The-Wheat-Spikes-Detecting-and-Countinglines:227-316Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
The ability to quantify the colour of fruit is extremely important for a number of applied fields including plant breeding, postharvest assessment, and consumer quality assessment. Fruit and other plant organs display highly complex colour patterning. This complexity makes it challenging to compare and contrast colours in an accurate and time efficient manner. Multiple methodologies exist that attempt to digitally quantify colour in complex images but these either require a priori knowledge to assign colours to a particular bin, or fit the colours present within segment of the colour space into a single colour value using a thresholding approach. A major drawback of these methodologies is that, through the process of averaging, they tend to synthetically generate values that may not exist within the context of the original image. As such, to date there are no published methodologies that assess colour patterning using a data driven approach. In this study we present a methodology to acquire and process digital images of biological samples that contain complex colour gradients. The CIE (Commission Internationale de l'Eclairage/International Commission on Illumination) ΔE2000 formula was used to determine the perceptually unique colours (PUC) within images of fruit containing complex colour gradients. This process, on average, resulted in a 98% reduction in colour values from the number of unique colours (UC) in the original image. This data driven procedure summarised the colour data values while maintaining a linear relationship with the normalised colour complexity contained in the total image. A weighted ΔE2000 distance metric was used to generate a distance matrix and facilitated clustering of summarised colour data. Clustering showed that our data driven methodology has the ability to group these complex images into their respective binomial families while maintaining the ability to detect subtle colour differences. This methodology was also able to differentiate closely related images. We provide a high quality set of complex biological images that span the visual spectrum that can be used in future colorimetric research to benchmark colourimetric method development.
Why it matches plant phenotyping methods植物組織・果実画像の複雑な色彩パターンを取得・定量化・分類する画像解析手法の開発が中心であり、植物器官の色という表現型を直接扱うため。
abstractIn this study we present a methodology to acquire and process digital images of biological samples that contain complex colour gradients.
Reproduction assets foundThe paper's segmented fruit/tuber colorimetry images are publicly deposited on Kaggle by the first author, and the Supplementary Data Sheet 1 explicitly contains the pseudocode for the region-growing, recolouring, and weighted ΔE2000 algorithms used in the analysis.Dataset · publicPublicly available copies of these images can be found at https://www.kaggle.com/petermcatee/colorimetry-standard-fruit-images .Open asset ↗Kaggle · petermcatee/colorimetry-standard-fruit-imageslines:306-318Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Soybean is most often grown under rainfed conditions and negatively impacted by drought stress in the upper mid-south of the United States. Therefore, identification of drought-tolerance traits and their corresponding genetic components are required to minimize drought impacts on productivity. Limited transpiration (TR lim ) under high vapor pressure deficit (VPD) is one trait that can help conserve soybean water-use during late-season drought. The main research objective was to evaluate a recombinant inbred line (RIL) population, from crossing two mid-south soybean lines ("Jackson" × "KS4895"), using a high-throughput technique with an aquaporin inhibitor, AgNO 3 , for the TR lim trait. A secondary objective was to undertake a genetic marker/quantitative trait locus (QTL) genetic analysis using the AgNO 3 phenotyping results. A set of 122 soybean genotypes (120-RILs and parents) were grown in controlled environments (32/25-d/n °C). The transpiration rate (TR) responses of derooted soybean shoots before and after application of AgNO 3 were measured under 37°C and >3.0 kPa VPD. Then, the decrease in transpiration rate (DTR) for each genotype was determined. Based on DTR rate, a diverse group (slow, moderate, and high wilting) of 26 RILs were selected and tested for the whole plant TRs under varying levels of VPD (0.0-4.0 kPa) at 32 and 37°C. The phenotyping results showed that 88% of slow, 50% of moderate, and 11% of high wilting genotypes expressed the TR lim trait at 32°C and 43, 10, and 0% at 37°C, respectively. Genetic mapping with the phenotypic data we collected revealed three QTL across two chromosomes, two associated with TR lim traits and one associated with leaf temperature. Analysis of Gene Ontologies of genes within QTL regions identified several intriguing candidate genes, including one gene that when overexpressed had previously been shown to confer enhanced tolerance to abiotic stress. Collectively these results will inform and guide ongoing efforts to understand how to deploy genetic tolerance for drought stress.
Why it matches plant phenotyping methodsAgNO3を用いた高スループット測定法でダイズの蒸散制限形質を取得し、表現型データをQTL解析に用いており、フェノタイピング手法の適用が研究の中心です。
abstractThe main research objective was to evaluate a recombinant inbred line (RIL) population, from crossing two mid-south soybean lines ("Jackson" × "KS4895"), using a high-throughput technique with an aquaporin inhibitor, AgNO 3 , for the TR lim trait.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary File 3
R/QTL package file containing genotypic and phenotypic data used for genetic mapping.Open asset ↗lines:1432-1530Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
The efficiency of crop breeding programs is evaluated by the genetic gain of a primary trait of interest, e.g., yield, achieved in 1 year through artificial selection of advanced breeding materials. Conventional breeding programs select superior genotypes using the primary trait (yield) based on combine harvesters, which is labor-intensive and often unfeasible for single-row progeny trials (PTs) due to their large population, complex genetic behavior, and high genotype-environment interaction. The goal of this study was to investigate the performance of selecting superior soybean breeding lines using image-based secondary traits by comparing them with the selection of breeders. A total of 11,473 progeny rows (PT) were planted in 2018, of which 1,773 genotypes were selected for the preliminary yield trial (PYT) in 2019, and 238 genotypes advanced for the advanced yield trial (AYT) in 2020. Six agronomic traits were manually measured in both PYT and AYT trials. A UAV-based multispectral imaging system was used to collect aerial images at 30 m above ground every 2 weeks over the growing seasons. A group of image features was extracted to develop the secondary crop traits for selection. Results show that the soybean seed yield of the selected genotypes by breeders was significantly higher than that of the non-selected ones in both yield trials, indicating the superiority of the breeder's selection for advancing soybean yield. A least absolute shrinkage and selection operator model was used to select soybean lines with image features and identified 71 and 76% of the selection of breeders for the PT and PYT. The model-based selections had a significantly higher average yield than the selection of a breeder. The soybean yield selected by the model in PT and PYT was 4 and 5% higher than those selected by breeders, which indicates that the UAV-based high-throughput phenotyping system is promising in selecting high-yield soybean genotypes.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像から画像特徴を抽出して二次作物形質を構築し、育種選抜性能を検証することが研究の中心であるため、植物フェノタイピング手法研究に該当する。
abstractA UAV-based multispectral imaging system was used to collect aerial images at 30 m above ground every 2 weeks over the growing seasons.
Reproduction assets foundThe paper explicitly states that the LASSO model code and the UAV imagery datasets are publicly available in the authors' GitHub repository. The raw data availability statement only offers data on request, but the code/imagery asset has an explicit public URL.Code · publicThe code for the LASSO model and the imagery datasets can be found at: https://github.com/Heyphil/Soybean-variety-selection.git .Open asset ↗https://github.com/Heyphil/Soybean-variety-selection.gitlines:320-328Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
Phenotyping is considered a significant bottleneck impeding fast and efficient crop improvement. Similar to many crops, Brassica napus, an internationally important oilseed crop, suffers from low genetic diversity, and will require exploitation of diverse genetic resources to develop locally adapted, high yielding and stress resistant cultivars. A pilot study was completed to assess the feasibility of using indoor high-throughput phenotyping (HTP), semi-automated image processing, and machine learning to capture the phenotypic diversity of agronomically important traits in a diverse B. napus breeding population, SKBnNAM, introduced here for the first time. The experiment comprised 50 spring-type B. napus lines, grown and phenotyped in six replicates under two treatment conditions (control and drought) over 38 days in a LemnaTec Scanalyzer 3D facility. Growth traits including plant height, width, projected leaf area, and estimated biovolume were extracted and derived through processing of RGB and NIR images. Anthesis was automatically and accurately scored (97% accuracy) and the number of flowers per plant and day was approximated alongside relevant canopy traits (width, angle). Further, supervised machine learning was used to predict the total number of raceme branches from flower attributes with 91% accuracy (linear regression and Huber regression algorithms) and to identify mild drought stress, a complex trait which typically has to be empirically scored (0.85 area under the receiver operating characteristic curve, random forest classifier algorithm). The study demonstrates the potential of HTP, image processing and computer vision for effective characterization of agronomic trait diversity in B. napus, although limitations of the platform did create significant variation that limited the utility of the data. However, the results underscore the value of machine learning for phenotyping studies, particularly for complex traits such as drought stress resistance.
Why it matches plant phenotyping methods屋内ハイスループット表現型解析、画像処理、機械学習を用いて作物形質を抽出・予測し、プラットフォーム性能も評価しているため、方法が研究の中心である。
abstractA pilot study was completed to assess the feasibility of using indoor high-throughput phenotyping (HTP), semi-automated image processing, and machine learning to capture the phenotypic diversity of agronomically important traits
Reproduction assets foundThe paper's full LemnaTec HTP image dataset (RGB, NIR, FLUOR, HYP images of 50 B. napus founder lines) is openly available at the authors' P2IRC USask repository, directly reproducing this paper's phenotyping measurements. The genomevis tool concerns SNP/genotype visualization, not phenotyping, and no analysis code is,Dataset · publicThe full image dataset is openly available at https://p2irc-data-dev.usask.ca/dataset/10.1109.SciDataManager.2020.7284788 (Dataset name: P2IRC Flagship 1 Data).Open asset ↗P2IRC Flagship 1 Data · 10.1109.SciDataManager.2020.7284788lines:323-329Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
Robust and automated segmentation of leaves and other backgrounds is a core prerequisite of most approaches in high-throughput field phenotyping. So far, the possibilities of deep learning approaches for this purpose have not been explored adequately, partly due to a lack of publicly available, appropriate datasets. This study presents a workflow based on DeepLab v3+ and on a diverse annotated dataset of 190 RGB (350 x 350 pixels) images. Images of winter wheat plants of 76 different genotypes and developmental stages have been acquired throughout multiple years at high resolution in outdoor conditions using nadir view, encompassing a wide range of imaging conditions. Inconsistencies of human annotators in complex images have been quantified, and metadata information of camera settings has been included. The proposed approach achieves an intersection over union (IoU) of 0.77 and 0.90 for plants and soil, respectively. This outperforms the benchmarked machine learning methods which use Support Vector Classifier and/or Random Forrest. The results show that a small but carefully chosen and annotated set of images can provide a good basis for a powerful segmentation pipeline. Compared to earlier methods based on machine learning, the proposed method achieves better performance on the selected dataset in spite of using a deep learning approach with limited data. Increasing the amount of publicly available data with high human agreement on annotations and further development of deep neural network architectures will provide high potential for robust field-based plant segmentation in the near future. This, in turn, will be a cornerstone of data-driven improvement in crop breeding and agricultural practices of global benefit.
Why it matches plant phenotyping methods植物の高スループット圃場フェノタイピングに向けた画像セグメンテーション手法、注釈付きデータセット、ベンチマーク評価を中心に扱っているため採用。
abstractRobust and automated segmentation of leaves and other backgrounds is a core prerequisite of most approaches in high-throughput field phenotyping.
Reproduction assets foundThe paper's EWS wheat segmentation dataset (images, annotations, metadata) is publicly deposited on ETH research collection, and the authors' analysis code is publicly available on GitHub, both explicitly stated in the data availability statement.Code · publicThe code is available at: https://github.com/RadekZenkl/EWS .Open asset ↗github.com/RadekZenkl/EWSlines:807-879Code / dataset availability confirmedCrossref · Europe PMC · checked 8 Sept 2026
Plants are often attacked by various pathogens during their growth, which may cause environmental pollution, food shortages, or economic losses in a certain area. Integration of high throughput phenomics data and computer vision (CV) provides a great opportunity to realize plant disease diagnosis in the early stage and uncover the subtype or stage patterns in the disease progression. In this study, we proposed a novel computational framework for plant disease identification and subtype discovery through a deep-embedding image-clustering strategy, Weighted Distance Metric and the t-stochastic neighbor embedding algorithm (WDM-tSNE). To verify the effectiveness, we applied our method on four public datasets of images. The results demonstrated that the newly developed tool is capable of identifying the plant disease and further uncover the underlying subtypes associated with pathogenic resistance. In summary, the current framework provides great clustering performance for the root or leave images of diseased plants with pronounced disease spots or symptoms.
Why it matches plant phenotyping methods植物病斑画像を対象とした疾患識別・サブタイプ発見のための深層埋め込み画像クラスタリング手法を開発し、複数公開データセットで検証しているため、病害表現型の取得・解析が中心である。
abstractwe proposed a novel computational framework for plant disease identification and subtype discovery through a deep-embedding image-clustering strategy, Weighted Distance Metric and the t-stochastic neighbor embedding algorithm (WDM-tSNE).
Reproduction assets foundThe paper's data availability statement provides public links to the raw plant lesion images (data.rar) and the authors' WDM-tSNE source code on GitHub, both paper-specific and directly actionable.Dataset · publicAll the raw images involved in this study can be accessed through the links: https://xf-data-bucket.oss-cn-hangzhou.aliyuncs.com/data.rarOpen asset ↗lines:523-539Code · publicSource code is available at GitHub: https://github.com/JakeJiUThealth/WDM1.0Open asset ↗JakeJiUThealth/WDM1.0lines:523-539Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
The root system of a plant provides vital functions including resource uptake, storage, and anchorage in soil. The uptake of macro-nutrients like nitrogen (N), phosphorus (P), potassium (K), and sulphur (S) from the soil is critical for plant growth and development. Small signaling peptide (SSP) hormones are best known as potent regulators of plant growth and development with a few also known to have specialized roles in macronutrient utilization. Here we describe a high throughput phenotyping platform for testing SSP effects on root uptake of multiple nutrients. The SSP, CEP1 (C-TERMINALLY ENCODED PEPTIDE) enhanced nitrate uptake rate per unit root length in Medicago truncatula plants deprived of N in the high-affinity transport range. Single structural variants of M. truncatula and Arabidopsis thaliana specific CEP1 peptides, MtCEP1D1:hyp4,11 and AtCEP1:hyp4,11, enhanced uptake not only of nitrate, but also phosphate and sulfate in both model plant species. Transcriptome analysis of Medicago roots treated with different MtCEP1 encoded peptide domains revealed that hundreds of genes respond to these peptides, including several nitrate transporters and a sulfate transporter that may mediate the uptake of these macronutrients downstream of CEP1 signaling. Likewise, several putative signaling pathway genes including LEUCINE-RICH REPEAT RECPTOR-LIKE KINASES and Myb domain containing transcription factors, were induced in roots by CEP1 treatment. Thus, a scalable method has been developed for screening synthetic peptides of potential use in agriculture, with CEP1 shown to be one such peptide.
Why it matches plant phenotyping methods植物の栄養吸収率を測定する高スループット表現型解析プラットフォームを開発し、合成ペプチドのスクリーニングに適用しているため、測定手法が研究の中心である。
abstractHere we describe a high throughput phenotyping platform for testing SSP effects on root uptake of multiple nutrients.
Reproduction assets foundThe paper's nutrient uptake rate calculations were performed with R code publicly available on Zenodo (Griffiths et al., 2021), which the authors state they used with minor modifications for this paper's phenotyping analysis. The NCBI BioProject (PRJNA764762) is an RNA-seq omics deposit and is excluded per criteria; TrCode · publicdata processing to determine specific nutrient uptake rates was conducted using R version 3.6.0 (Team, 2020)( R Core Team, 2020 ) with minor modification to the R code available at https://doi.org/10.5281/zenodo.3893945 ( Griffiths et al., 2021 )Open asset ↗zenodo · 10.5281/zenodo.3893945lines:318-326Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
The rice seed setting rate (RSSR) is an important component in calculating rice yields and a key phenotype for its genetic analysis. Automatic calculations of RSSR through computer vision technology have great significance for rice yield predictions. The basic premise for calculating RSSR is having an accurate and high throughput identification of rice grains. In this study, we propose a method based on image segmentation and deep learning to automatically identify rice grains and calculate RSSR. By collecting information on the rice panicle, our proposed image automatic segmentation method can detect the full grain and empty grain, after which the RSSR can be calculated by our proposed rice seed setting rate optimization algorithm (RSSROA). Finally, the proposed method was used to predict the RSSR during which process, the average identification accuracy reached 99.43%. This method has therefore been proven as an effective, non-invasive method for high throughput identification and calculation of RSSR. It is also applicable to soybean yields, as well as wheat and other crops with similar characteristics.
Why it matches plant phenotyping methods画像セグメンテーションと深層学習によりイネ籾の充実・不稔を識別し、種子登熟率という植物形質を自動・高スループット推定する手法が研究の中心である。
abstractThis method has therefore been proven as an effective, non-invasive method for high throughput identification and calculation of RSSR.
Reproduction assets foundThe paper's rice panicle image dataset used for seed setting rate phenotyping is publicly deposited on Kaggle per the Data Availability Statement. No author analysis code or trained model checkpoints are explicitly deposited; supplementary material contains only figures/tables, not datasets or code.Dataset · publicice researchers to obtain RSSR information more efficiently and accurately, which will be a reliable method for further estimating rice yield.
Data Availability Statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://www.kaggle.com/soberguo/riceseedsettingrate .
Author Contributions
YG: formal analysis, investigation, methodology, visualization, and writing—original draft. SL: supervision and validation. YL, ZH, and ZZ: project administration and resources. DX: writing—review and editing and funding acquisition. QC: writing—review and editing, funding acquisition, and resoOpen asset ↗Kaggle · soberguo/riceseedsettingratelines:555-571Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Identification of high Nitrogen Use Efficiency (NUE) phenotypes has been a long-standing challenge in breeding rice and sustainable agriculture to reduce the costs of nitrogen (N) fertilizers. There are two main challenges: (1) high NUE genetic sources are biologically scarce and (2) on the technical side, few easy, non-destructive, and reliable methodologies are available to evaluate plant N variations through the entire growth duration (GD). To overcome the challenges, we captured a unique higher NUE phenotype in rice as a dynamic time-series N variation curve through the entire GD analysis by canopy reflectance data collected by Unmanned Aerial Vehicle Remote Sensing Platform (UAV-RSP) for the first time. LY9348 was a high NUE rice variety with high Nitrogen Uptake Efficiency (NUpE) and high Nitrogen Utilization Efficiency (NUtE) shown in nitrogen dosage field analysis. Its canopy nitrogen content (CNC) was analyzed by the high-throughput UAV-RSP to screen two mixed categories (51 versus 42 varieties) selected from representative higher NUE indica rice collections. Five Vegetation Indices (VIs) were compared, and the Normalized Difference Red Edge Index (NDRE) showed the highest correlation with CNC ( r = 0.80). Six key developmental stages of rice varieties were compared from transplantation to maturation, and the high NUE phenotype of LY9348 was shown as a dynamic N accumulation curve, where it was moderately high during the vegetative developmental stages but considerably higher in the reproductive developmental stages with a slower reduction rate. CNC curves of different rice varieties were analyzed to construct two non-linear regression models between N% or N% × leaf area index (LAI) with NDRE separately. Both models could determine the specific phenotype with the coefficient of determination ( R 2 ) above 0.61 (Model I) and 0.86 (Model II). Parameters influencing the correlation accuracy between NDRE and N% were found to be better by removing the tillering stage data, separating the short and long GD varieties for the analysis and adding canopy structures, such as LAI, into consideration. The high NUE phenotype of LY9348 could be traced and reidentified across different years, locations, and genetic germplasm groups. Therefore, an effective and reliable high-throughput method was proposed for assisting the selection of the high NUE breeding phenotype.
Why it matches plant phenotyping methodsUAVマルチスペクトル画像によるイネの窒素状態・高NUE表現型の非破壊かつ高スループットな推定手法を開発・検証しており、表現型取得法が研究の中心である。
abstractfew easy, non-destructive, and reliable methodologies are available to evaluate plant N variations through the entire growth duration (GD)
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 2 ), two main aspects were considered: (1) Many varieties from the 3,000 rice genome project were germplasm collections and not used in field practices because of their lower-yielding, varied GD, and/or weak agricultural traits.Open asset ↗lines:380-387Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
The study of phenotypes that reveal mechanisms of adaptation to drought and heat stress is crucial for the development of climate resilient crops in the face of climate uncertainty. The leaf metabolome effectively summarizes stress-driven perturbations of the plant physiological status and represents an intermediate phenotype that bridges the plant genome and phenome. The objective of this study was to analyze the effect of water deficit and heat stress on the leaf metabolome of 22 genetically diverse accessions of upland cotton grown in the Arizona low desert over two consecutive years. Results revealed that membrane lipid remodeling was the main leaf mechanism of adaptation to drought. The magnitude of metabolic adaptations to drought, which had an impact on fiber traits, was found to be quantitatively and qualitatively associated with different stress severity levels during the two years of the field trial. Leaf-level hyperspectral reflectance data were also used to predict the leaf metabolite profiles of the cotton accessions. Multivariate statistical models using hyperspectral data accurately estimated ( R 2 > 0.7 in ∼34% of the metabolites) and predicted ( Q 2 > 0.5 in 15-25% of the metabolites) many leaf metabolites. Predicted values of metabolites could efficiently discriminate stressed and non-stressed samples and reveal which regions of the reflectance spectrum were the most informative for predictions. Combined together, these findings suggest that hyperspectral sensors can be used for the rapid, non-destructive estimation of leaf metabolites, which can summarize the plant physiological status.
Why it matches plant phenotyping methods葉のハイパースペクトル反射から代謝物プロファイルを非破壊推定する手法を統計モデルで評価しており、植物の生理状態の推定が中心的な方法的貢献として記述されている。
abstractLeaf-level hyperspectral reflectance data were also used to predict the leaf metabolite profiles of the cotton accessions.
Reproduction assets foundThe article's Supplementary Data 1 publicly provides best linear unbiased estimators for all fiber, metabolite, hyperspectral, and vegetation index measurements of this study, accessible via the Frontiers supplementary-material page. No author analysis code or trained model deposit is mentioned.Dataset · publicSupplementary Data 1
Best linear unbiased estimators of single accessions in the 2 years of the field experiment for all the fiber yield/quality data, metabolites, hyperspectral data, and vegetation indices.Open asset ↗lines:577-642Supplement · publicSupplementary Table 2
Repeatability values and significance of fixed effects from the linear mixed models for the fiber traits of the 22 cotton accessions in 2018.Open asset ↗lines:577-642Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
High-throughput phenotyping systems with unmanned aerial vehicles (UAVs) enable observation of crop lines in the field. In this study, we show the ability of time-course monitoring of canopy height (CH) to identify quantitative trait loci (QTLs) and to characterise their pleiotropic effect on various traits. We generated a digital surface model from low-altitude UAV-captured colour digital images and investigated CH data of rice multi-parental advanced generation inter-cross (MAGIC) lines from tillering and heading to maturation. Genome-wide association studies (GWASs) using the CH data and haplotype information of the MAGIC lines revealed 11 QTLs for CH. Each QTL showed haplotype effects on different features of CH such as stage-specificity and constancy. Haplotype analysis revealed relationships at the QTL level between CH and, vegetation fraction and leaf colour [derived from UAV red–green–blue (RGB) data], and CH and yield-related traits. Noticeably, haplotypes with canopy lowering effects at qCH1-4, qCH2, and qCH10-2 increased the ratio of panicle weight to leaf and stem weight, suggesting biomass allocation to grain yield or others through growth regulation of CH. Allele mining using gene information with eight founders of the MAGIC lines revealed the possibility that qCH1-4 contains multiple alleles of semi-dwarf 1 (sd1), the IR-8 allele of which significantly contributed to the “green revolution” in rice. This use of remote-sensing-derived phenotyping data into genetics using the MAGIC lines gives insight into how rice plants grow, develop, and produce grains in phenology and provides information on effective haplotypes for breeding with ideal plant architecture and grain yield.
Why it matches plant phenotyping methodsUAV画像からデジタル表面モデルと時系列のイネ群落高を抽出し、遺伝解析に利用する高スループット表現型計測が研究の中心であるため。
abstractHigh-throughput phenotyping systems with unmanned aerial vehicles (UAVs) enable observation of crop lines in the field.
Reproduction assets foundThe paper's supplementary material explicitly contains the paper-specific phenotyping datasets (Supplementary Data 1: canopy height data; Supplementary Data 2: haplotype data; Supplementary Data 3-4: haplotype counts and time-course effects) used for the haplotype-based GWAS, and is publicly available at the Frontiers'Supplement · publicknowledgments
We thank Emi Abe, Aono Yuko, Terumi Satou, Megumi Suzuki, Yukari Shimazu, Tomomi Koguchi, Miho Shoji, and Mitsue Ito for the field support, and Matthew Shenton for scientific discussion and English editing of the manuscript.
Supplementary Material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2021.715184/full#supplementary-material
Click here for additional data file.
Click here for additional data file.
References
Chen Y., Sidhu H. S., Kaviani M., McElroy M. S., Pozniak C. J., Navabi A. (2019). Application of image-based phenotyping tools to identify QTL for in-field winter survival of winter wheat ( TritiOpen asset ↗lines:290-333Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Quantifying symptoms of tar spot of corn has been conducted through visual-based estimations of the proportion of leaf area covered by the pathogenic structures generated by Phyllachora maydis (stromata). However, this traditional approach is costly in terms of time and labor, as well as prone to human subjectivity. An objective and accurate method, which is also time and labor-efficient, is of an urgent need for tar spot surveillance and high-throughput disease phenotyping. Here, we present the use of contour-based detection of fungal stromata to quantify disease intensity using Red-Green-Blue (RGB) images of tar spot-infected corn leaves. Image blocks ( n = 1,130) generated by uniform partitioning the RGB images of leaves, were analyzed for their number of stromata by two independent, experienced human raters using ImageJ (visual estimates) and the experimental stromata contour detection algorithm (SCDA; digital measurements). Stromata count for each image block was then categorized into five classes and tested for the agreement of human raters and SCDA using Cohen's weighted kappa coefficient (κ). Adequate agreements of stromata counts were observed for each of the human raters to SCDA (κ = 0.83) and between the two human raters (κ = 0.95). Moreover, the SCDA was able to recognize "true stromata," but to a lesser extent than human raters (average median recall = 90.5%, precision = 89.7%, and Dice = 88.3%). Furthermore, we tracked tar spot development throughout six time points using SCDA and we obtained high agreement between area under the disease progress curve (AUDPC) shared by visual disease severity and SCDA. Our results indicate the potential utility of SCDA in quantifying stromata using RGB images, complementing the traditional human, visual-based disease severity estimations, and serve as a foundation in building an accurate, high-throughput pipeline for the scoring of tar spot symptoms.
Why it matches plant phenotyping methodsRGB画像からトウモロコシ葉のタースポット病徴(病斑・病害強度)を自動定量する輪郭検出アルゴリズムを開発・検証しており、植物病害表現型の取得法が中心である。
abstractHere, we present the use of contour-based detection of fungal stromata to quantify disease intensity using Red-Green-Blue (RGB) images of tar spot-infected corn leaves.
Reproduction assets foundThe paper's data availability statement explicitly states the original contributions (RGB leaf images, image blocks, and SCDA-related data) are publicly available at a Purdue PURR repository URL, which is an allowed URL.Dataset · publicThe original contributions presented in the study are publicly available. This data can be found here: https://purr.purdue.edu/publications/3820/2Open asset ↗purr.purdue.edu · publications/3820/2lines:669-700Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Disease has always been one of the main reasons for the decline of apple quality and yield, which directly harms the development of agricultural economy. Therefore, precise diagnosis of apple diseases and correct decision making are important measures to reduce agricultural losses and promote economic growth. In this paper, a novel Multi-scale Dense classification network is adopted to realize the diagnosis of 11 types of images, including healthy and diseased apple fruits and leaves. The diagnosis of different kinds of diseases and the same disease with different grades was accomplished. First of all, to solve the problem of insufficient images of anthracnose and ring rot, Cycle-GAN algorithm was applied to achieve dataset expansion on the basis of traditional image augmentation methods. Cycle-GAN learned the image characteristics of healthy apples and diseased apples to generate anthracnose and ring rot lesions on the surface of healthy apple fruits. The diseased apple images generated by Cycle-GAN were added to the training set, which improved the diagnosis performance compared with other traditional image augmentation methods. Subsequently, DenseNet and Multi-scale connection were adopted to establish two kinds of models, Multi-scale Dense Inception-V4 and Multi-scale Dense Inception-Resnet-V2, which facilitated the reuse of image features of the bottom layers in the classification neural networks. Both models accomplished the diagnosis of 11 different types of images. The classification accuracy was 94.31 and 94.74%, respectively, which exceeded DenseNet-121 network and reached the state-of-the-art level.
Why it matches plant phenotyping methodsリンゴ葉・果実の病害画像と病害グレードを深層学習で診断する画像ベースの植物状態推定法が研究の中心であり、データ拡張、モデル構築、精度比較まで実施している。
abstracta novel Multi-scale Dense classification network is adopted to realize the diagnosis of 11 types of images, including healthy and diseased apple fruits and leaves.
Reproduction assets foundThe paper's apple leaf disease images come from a public dataset (AI-Challenger Plant Disease Recognition on Gitee), explicitly cited with URL. The fruit images, Cycle-GAN generated images, and model code are not publicly deposited (data availability directs inquiries to authors), so only the public leaf image dataset,Dataset · publicented.
2. Materials and Methods
2.1. Dataset Preparation
2.1.1. Composition of Image Dataset
The dataset employed in our research includes diseased leaf images, diseased fruit images, healthy leaf images, and healthy fruit images, as shown in Figure 1 . The images of apple leaves come from Challenger-Plant-Disease-Recognition ( https://gitee.com/cheng_xiao_yuan/AI-Challenger-Plant-Disease-Recognition ). The leaf images are divided into six categories, including healthy apple leaf, general apple scab, serious apple scab, apple gray spot, general cedar apple rust, and serious cedar apple rust. The fruit images were collected in the field. These images include five categories, including healthyOpen asset ↗AI-Challenger-Plant-Disease-Recognition · https://gitee.com/cheng_xiao_yuan/AI-Challenger-Plant-Disease-Recognitionlines:32-94Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
A primary selection target for wheat ( Triticum aestivum ) improvement is grain yield. However, the selection for yield is limited by the extent of field trials, fluctuating environments, and the time needed to obtain multiyear assessments. Secondary traits such as spectral reflectance and canopy temperature (CT), which can be rapidly measured many times throughout the growing season, are frequently correlated with grain yield and could be used for indirect selection in large populations particularly in earlier generations in the breeding cycle prior to replicated yield testing. While proximal sensing data collection is increasingly implemented with high-throughput platforms that provide powerful and affordable information, efficient and effective use of these data is challenging. The objective of this study was to monitor wheat growth and predict grain yield in wheat breeding trials using high-density proximal sensing measurements under extreme terminal heat stress that is common in Bangladesh. Over five growing seasons, we analyzed normalized difference vegetation index (NDVI) and CT measurements collected in elite breeding lines from the International Maize and Wheat Improvement Center at the Regional Agricultural Research Station, Jamalpur, Bangladesh. We explored several variable reduction and regularization techniques followed by using the combined secondary traits to predict grain yield. Across years, grain yield heritability ranged from 0.30 to 0.72, with variable secondary trait heritability (0.0-0.6), while the correlation between grain yield and secondary traits ranged from -0.5 to 0.5. The prediction accuracy was calculated by a cross-fold validation approach as the correlation between observed and predicted grain yield using univariate and multivariate models. We found that the multivariate models resulted in higher prediction accuracies for grain yield than the univariate models. Stepwise regression performed equal to, or better than, other models in predicting grain yield. When incorporating all secondary traits into the models, we obtained high prediction accuracies (0.58-0.68) across the five growing seasons. Our results show that the optimized phenotypic prediction models can leverage secondary traits to deliver accurate predictions of wheat grain yield, allowing breeding programs to make more robust and rapid selections.
Why it matches plant phenotyping methods小麦育種試験で近接センシングによりNDVI・群落温度を取得し、統計モデルで収量を予測するワークフローを5年間検証しており、形質取得と予測手法が研究の中心である。
abstractThe objective of this study was to monitor wheat growth and predict grain yield in wheat breeding trials using high-density proximal sensing measurements under extreme terminal heat stress that is common in Bangladesh.
Reproduction assets foundThe paper's data availability statement explicitly deposits all phenotypic data (NDVI, CT, agronomic traits) and analysis code in the Dryad Digital Repository with a public DOI, making it a paper-specific, publicly actionable asset.Dataset · publicAll phenotypic data and code for analysis have been placed in the Dryad Digital Repository available at: https://doi.org/10.5061/dryad.vdncjsxrz .Open asset ↗Dryad Digital Repository · 10.5061/dryad.vdncjsxrzlines:724-739Code / dataset availability confirmedEurope PMC · OpenAlex · Crossref · checked 14 Sept 2026
The European mistletoe ( Viscum album ) is a dioecious epiphytic evergreen hemiparasite that develops an extensive endophyte enabling the absorption of water and mineral salts from the host tree, whereas the exophytic leaves are photosynthetically active. The attachment mode and host penetration are well studied, but little information is available about the effects of mistletoe age and sex on haustorium-host interactions. We harvested 130 plants of Viscum album ssp. album growing on host branches of Aesculus flava for morphological and anatomical investigations. Morphometric analyses of the mistletoe and the (hypertrophied) host interaction site were correlated with mistletoe age and sex. We recorded the morphology of the endophytic systems of various ages by using X-ray microtomography scans and corresponding stereomicroscopic images. For detailed anatomical studies, we examined thin stained sections of the mistletoe-host interface by light microscopy. The diameter and length of the branch hypertrophy showed a positive linear correlation with the age of the mistletoe. Correlations with their sex were only found for ratios between host branch and hypertrophy size. A female bias of about 76% was found. In a 4-year-old mistletoe, several small, almost equally sized sinkers and the connected cortical strands extend over more than 5 cm within the host branch. In older mistletoes, one main sinker was predominant and occupied an increasingly large proportion of the stem cross-section. Bands of vessels ran along the axis of the wedge-shaped haustoria and sinkers and bent sideways toward the mistletoe-host interface. At the interface, the vascular elements of the host wood changed their direction and formed vortices near the haustorium.
Why it matches plant phenotyping methodsマイクロCTとステレオ画像による植物内部構造の3D可視化・形態計測が研究の中心的手法であり、ミストルの内生系や宿主との相互作用部位という植物形態形質を取得している。
titleAdvances on the Visualization of the Internal Structures of the European Mistletoe: 3D Reconstruction Using Microtomography
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicSupplementary Table 1
Raw data of diameters and lengths of host branch (hypertrophy) and mistletoe.Open asset ↗lines:257-351Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
The stomatal index of the leaf is the ratio of the number of stomata to the total number of stomata and epidermal cells. Comparing with the stomatal density, the stomatal index is relatively constant in environmental conditions and the age of the leaf and, therefore, of diagnostic characteristics for a given genotype or species. Traditional assessment methods involve manual counting of the number of stomata and epidermal cells in microphotographs, which is labor-intensive and time-consuming. Although several automatic measurement algorithms of stomatal density have been proposed, no stomatal index pipelines are currently available. The main aim of this research is to develop an automated stomatal index measurement pipeline. The proposed method employed Faster regions with convolutional neural networks (R-CNN) and U-Net and image-processing techniques to count stomata and epidermal cells, and subsequently calculate the stomatal index. To improve the labeling speed, a semi-automatic strategy was employed for epidermal cell annotation in each micrograph. Benchmarking the pipeline on 1,000 microscopic images of leaf epidermis in the wheat dataset (Triticum aestivum L.), the average counting accuracies of 98.03 and 95.03% for stomata and epidermal cells, respectively, and the final measurement accuracy of the stomatal index of 95.35% was achieved. R2 values between automatic and manual measurement of stomata, epidermal cells, and stomatal index were 0.995, 0.983, and 0.895, respectively. The average running time (ART) for the entire pipeline could be as short as 0.32 s per microphotograph. The proposed pipeline also achieved a good transferability on the other families of the plant using transfer learning, with the mean counting accuracies of 94.36 and 91.13% for stomata and epidermal cells and the stomatal index accuracy of 89.38% in seven families of the plant. The pipeline is an automatic, rapid, and accurate tool for the stomatal index measurement, enabling high-throughput phenotyping, and facilitating further understanding of the stomatal and epidermal development for the plant physiology community. To the best of our knowledge, this is the first deep learning-based microphotograph analysis pipeline for stomatal index assessment.
Why it matches plant phenotyping methods葉の顕微鏡画像から気孔と表皮細胞を検出・計数し、気孔指数を自動推定する画像解析パイプラインの開発とベンチマーク検証が研究の中心である。
abstractThe main aim of this research is to develop an automated stomatal index measurement pipeline.
Reproduction assets foundThe authors explicitly state the stomatal index pipeline code is fully open-source on GitHub and the wheat microscopic image dataset is downloadable as a zip release from the same repository. Both are paper-specific, public, and directly actionable.Code · publicThe code is fully open-source for academic usage and can be downloaded at https://github.com/WeizhenLiuBioinform/stomatal_indexOpen asset ↗WeizhenLiuBioinform/stomatal_indexlines:361-376Dataset · publicThe wheat dataset is available for downloading at https://github.com/WeizhenLiuBioinform/stomatal_index/releases/download/wheat1.0/wheat_dataset.zipOpen asset ↗WeizhenLiuBioinform/stomatal_index · wheat1.0lines:361-376Supplement · publicSupplementary Table 2
Description of the cuticle dataset used for training and testing the stomatal index measurement model.Open asset ↗lines:651-703Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
Understanding temporal accumulation of soybean above-ground biomass (AGB) has the potential to contribute to yield gains and the development of stress-resilient cultivars. Our main objectives were to develop a high-throughput phenotyping method to predict soybean AGB over time and to reveal its temporal quantitative genomic properties. A subset of the SoyNAM population (n = 383) was grown in multi-environment trials and destructive AGB measurements were collected along with multispectral and RGB imaging from 27 to 83 days after planting (DAP). We used machine-learning methods for phenotypic prediction of AGB, genomic prediction of breeding values, and genome-wide association studies (GWAS) based on random regression models (RRM). RRM enable the study of changes in genetic variability over time and further allow selection of individuals when aiming to alter the general response shapes over time. AGB phenotypic predictions were high (R2 = 0.92–0.94). Narrow-sense heritabilities estimated over time ranged from low to moderate (from 0.02 at 44 DAP to 0.28 at 33 DAP). AGB from adjacent DAP had highest genetic correlations compared to those DAP further apart. We observed high accuracies and low biases of prediction indicating that genomic breeding values for AGB can be predicted over specific time intervals. Genomic regions associated with AGB varied with time, and no genetic markers were significant in all time points evaluated. Thus, RRM seem a powerful tool for modeling the temporal genetic architecture of soybean AGB and can provide useful information for crop improvement. This study provides a basis for future studies to combine phenotyping and genomic analyses to understand the genetic architecture of complex longitudinal traits in plants.
Why it matches plant phenotyping methods大豆地上部バイオマスを時系列のRGB・マルチスペクトル画像から予測するハイスループット表現型解析法を開発し、予測精度も評価しているため、表現型取得・推定法が中心的です。
abstractOur main objectives were to develop a high-throughput phenotyping method to predict soybean AGB over time
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1 ) previously reported in the literature to correlate with crop biomass ( Babar et al.Open asset ↗lines:305-313Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
Phosphorus is one of the second most important nutrients for plant growth and development, and its importance has been realised from its role in various chains of reactions leading to better crop dynamics accompanied by optimum yield. However, the injudicious use of phosphorus (P) and non-renewability across the globe severely limit the agricultural production of crops, such as rice. The development of P-efficient cultivar can be achieved by screening genotypes either by destructive or non-destructive approaches. Exploring image-based phenotyping (shoot and root) and tolerant indices in conjunction under low P conditions was the first report, the epicentre of this study. Eighteen genotypes were selected for hydroponic study from the soil-based screening of 68 genotypes to identify the traits through non-destructive (geometric traits by imaging) and destructive (morphology and physiology) techniques. Geometric traits such as minimum enclosing circle, convex hull, and calliper length show promising responses, in addition to morphological and physiological traits. In 28-day-old seedlings, leaves positioned from third to fifth played a crucial role in P mobilisation to different plant parts and maintained plant architecture under P deficient conditions. Besides, a reduction in leaf angle adjustment due to a decline in leaf biomass was observed. Concomitantly, these geometric traits facilitate the evaluation of low P-tolerant rice cultivars at an earlier stage, accompanying several stress indices. Out of which, Mean Productivity Index, Mean Relative Performance, and Relative Efficiency index utilising image-based traits displayed better responses in identifying tolerant genotypes under low P conditions. This study signifies the importance of image-based phenotyping techniques to identify potential donors and improve P use efficiency in modern rice breeding programs.
Why it matches plant phenotyping methods低リン耐性イネの選抜において、画像から幾何学的形質を抽出するイメージベース表現型解析を中心的に適用・評価しており、単なる生物学的実験のルーチン測定ではない。
abstractExploring image-based phenotyping (shoot and root) and tolerant indices in conjunction under low P conditions was the first report, the epicentre of this study.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1 ) were selected based on the level of tolerance from all quarters of principal component analysis (PCA) to evaluate further under hydroponics and identify the traits through destructive (morphology and physiology) and non-destructive (geometric traits by imaging) techniques in a low phosphorus regime.Open asset ↗lines:313-319Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
Recent technical advances in the computer-vision domain have facilitated the development of various methods for achieving image-based quantification of stomata-related traits. However, the installation cost of such a system and the difficulties of operating it on-site have been hurdles for experimental biologists. Here, we present a platform that allows real-time stomata detection during microscopic observation. The proposed system consists of a deep neural network model-based stomata detector and an upright microscope connected to a USB camera and a graphics processing unit (GPU)-supported single-board computer. All the hardware components are commercially available at common electronic commerce stores at a reasonable price. Moreover, the machine-learning model is prepared based on freely available cloud services. This approach allows users to set up a phenotyping platform at low cost. As a proof of concept, we trained our model to detect dumbbell-shaped stomata from wheat leaf imprints. Using this platform, we collected a comprehensive range of stomatal phenotypes from wheat leaves. We confirmed notable differences in stomatal density ( SD ) between adaxial and abaxial surfaces and in stomatal size ( SS ) between wheat-related species of different ploidy. Utilizing such a platform is expected to accelerate research that involves all aspects of stomata phenotyping.
Why it matches plant phenotyping methods低コストの顕微鏡画像と深層学習による気孔検出・形質定量化プラットフォームの開発であり、植物フェノタイピング手法が研究の中心です。
abstractHere, we present a platform that allows real-time stomata detection during microscopic observation.
Reproduction assets foundThe paper's stomata-detection GUI, trained SSD model weights, and model-training workflow are publicly available in the authors' GitHub repository (onsite_stomata_platform) with an executable Colab training notebook. The raw phenotype/image datasets are only available on request per the Data Availability Statement.Code · publicDetailed codes and instructions to reproduce the regarding system as well as the stomata detection model is described in Google Colaboratory executable notebook 7 hosted at https://github.com/totti0223/onsite_stomata_platform .Open asset ↗totti0223/onsite_stomata_platformlines:155-166Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Heterophylly, or leaf morphological changes along plant shoot axes, is an important indicator of plant eco-adaptation to heterogeneous microenvironments. Despite extensive studies on the genetic control of leaf shape, the genetic architecture of heterophylly remains elusive. To identify genes related to heterophylly and their associations with plant saline tolerance, we conducted a leaf shape mapping experiment using leaves from a natural population of Populus euphratica . We included 106 genotypes grown under salt stress and salt-free (control) conditions using clonal seedling replicates. We developed a shape tracking method to monitor and analyze the leaf shape using principal component (PC) analysis. PC1 explained 42.18% of the shape variation, indicating that shape variation is mainly determined by the leaf length. Using leaf length along shoot axes as a dynamic trait, we implemented a functional mapping-assisted genome-wide association study (GWAS) for heterophylly. We identified 171 and 134 significant quantitative trait loci (QTLs) in control and stressed plants, respectively, which were annotated as candidate genes for stress resistance, auxin, shape, and disease resistance. Functions of the stress resistance genes ABSCISIC ACIS-INSENSITIVE 5-like ( ABI5 ), WRKY72 , and MAPK3 were found to be related to many tolerance responses. The detection of AUXIN RESPONSE FACTOR17-LIKE ( ARF17 ) suggests a balance between auxin-regulated leaf growth and stress resistance within the genome, which led to the development of heterophylly via evolution. Differentially expressed genes between control and stressed plants included several factors with similar functions affecting stress-mediated heterophylly, such as the stress-related genes ABC transporter C family member 2 ( ABCC2 ) and ABC transporter F family member ( ABCF ), and the stomata-regulating and reactive oxygen species (ROS) signaling gene RESPIRATORY BURST OXIDASE HOMOLOG ( RBOH ). A comparison of the genetic architecture of control and salt-stressed plants revealed a potential link between heterophylly and saline tolerance in P. euphratica , which will provide new avenues for research on saline resistance-related genetic mechanisms.
Why it matches plant phenotyping methods葉形を追跡・解析する方法を開発し、葉形状を動的な表現型として定量化しているため、植物フェノタイピング手法が研究の中心です。
abstractWe developed a shape tracking method to monitor and analyze the leaf shape using principal component (PC) analysis.
Reproduction assets foundThe paper's data availability statement explicitly deposits the authors' analysis code and shell scripts (supporting the functional mapping/GWAS of leaf heterophylly phenotypes) in a public GitHub repository. No public phenotype dataset or image deposit is stated; supplementary material link exists but its contents areCode · publicThe code and shell script that support the findings of this study are available from https://github.com/YaruFu01/leafQTL or can be requested from the corresponding author.Open asset ↗YaruFu01/leafQTLlines:523-535Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Wheat blast is a threat to global wheat production, and limited blast-resistant cultivars are available. The current estimations of wheat spike blast severity rely on human assessments, but this technique could have limitations. Reliable visual disease estimations paired with Red Green Blue (RGB) images of wheat spike blast can be used to train deep convolutional neural networks (CNN) for disease severity (DS) classification. Inter-rater agreement analysis was used to measure the reliability of who collected and classified data obtained under controlled conditions. We then trained CNN models to classify wheat spike blast severity. Inter-rater agreement analysis showed high accuracy and low bias before model training. Results showed that the CNN models trained provide a promising approach to classify images in the three wheat blast severity categories. However, the models trained on non-matured and matured spikes images showing the highest precision, recall, and F1 score when classifying the images. The high classification accuracy could serve as a basis to facilitate wheat spike blast phenotyping in the future.
Why it matches plant phenotyping methodsRGB画像とCNNによるコムギ穂の病害重症度推定が研究の中心であり、植物病害状態を直接定量化するフェノタイピング手法を開発・評価している。
abstractWe then trained CNN models to classify wheat spike blast severity.
Reproduction assets foundThe paper publicly deposits its wheat spike blast image datasets (Dataset 1 and Dataset 2) and the corresponding trained CNN models on the Purdue University Research Repository (PURR), with explicit availability statements and URLs.Dataset · publicDataset 1, included maturing and non-matured wheat spikes; and Dataset 2 included only non-matured spikes (data available at: https://purr.purdue.edu/publications/3772/1 ).Open asset ↗lines:341-377Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 15 Sept 2026
CarrotRGB / grayscaleRootMorphology / geometry measurementRoot system architecture
), which ranges from long and tapered to short and blunt, has been used for at least several centuries to classify carrot cultivars. The subjectivity involved in determining market class hinders the establishment of metric-based standards and is ill-suited to dissecting the genetic basis of such quantitative phenotypes. Advances in digital image acquisition and analysis has enabled new methods for quantifying sizes of plant structures and shapes, but in order to dissect the genetic control of the shape features that define market class in carrot, a tool is required that quantifies the specific shape features used by humans in distinguishing between classes. This study reports the construction and demonstration of the first such platform, which facilitates rapid phenotyping of traits that are measurable by hand, such as length and width, as well as principal component analysis (PCA) of the root contour and its curvature. This latter approach is of particular interest, as it enabled the detection of a novel and significant quantitative trait, defined here as root fill, which accounts for 85% of the variation in root shape. Curvature analysis was demonstrated to be an effective method for precise measurement of the broadness of the carrot shoulder, and degree of tip fill; the first principal component of the respective curvature profiles captured 87% and 84% of the total variance. This platform's performance was validated in two experimental panels. First, a diverse, global collection of germplasm was used to assess its capacity to identify market classes through clustering analysis. Second, a diallel mating design between inbred breeding lines of differing market classes was used to estimate the heritability of the key phenotypes that define market class, which revealed significant variation in the narrow-sense heritability of size and shape traits, ranging from 0.14 for total root size, to 0.84 for aspect ratio. These results demonstrate the value of high-throughput digital phenotyping in characterizing the genetic control of complex quantitative phenotypes.
Why it matches plant phenotyping methodsニンジン根形状の画像取得・輪郭解析・曲率解析を行うデジタル表現型解析プラットフォームを開発し、複数パネルで性能検証しており、表現型取得手法が研究の中心である。
abstractThis study reports the construction and demonstration of the first such platform, which facilitates rapid phenotyping of traits that are measurable by hand, such as length and width, as well as principal component analysis (PCA) of the root contour and its curvature.
Reproduction assets foundThe paper explicitly provides two public author repositories containing the phenotyping analysis code: a Python image-acquisition/mask-generation platform and MATLAB algorithms for mask straightening and contour/curvature PCA. No standalone phenotype dataset deposit is stated; the supplementary material link is genericCode · publicAs such, this metric ranges from 0 (in the case of all variance being attributed to SCA) to 1 (in the case of all variance being attributed to GCA) ( Baker, 1978 ).
Software Availability
Python code for the image acquisition platform and scripts for producing binary masks are available at: https://github.com/shbrainard/carrot-phenotyping . MATLAB algorithms for straightening binary masks and performing PCA on contours or curvature values are available at: https://github.com/jbustamante35/carrotsweeper .
Results
Accuracy of Image-Derived Phenotypes
Prior to a rigorous evaluation of any experimental populations, it is critical to confirm that a newly developed phOpen asset ↗https://github.com/shbrainard/carrot-phenotypinglines:75-85Code · publicttributed to GCA) ( Baker, 1978 ).
Software Availability
Python code for the image acquisition platform and scripts for producing binary masks are available at: https://github.com/shbrainard/carrot-phenotyping . MATLAB algorithms for straightening binary masks and performing PCA on contours or curvature values are available at: https://github.com/jbustamante35/carrotsweeper .
Results
Accuracy of Image-Derived Phenotypes
Prior to a rigorous evaluation of any experimental populations, it is critical to confirm that a newly developed phenotyping platform produces accurate and reliable phenotypes. Scatter plots of the root phenotypes obtained from digital images vs. hand measurements confirms thOpen asset ↗https://github.com/jbustamante35/carrotsweeperlines:75-85Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
Leaf counting in potted plants is an important building block for estimating their health status and growth rate and has obtained increasing attention from the visual phenotyping community in recent years. Two novel deep learning approaches for visual leaf counting tasks are proposed, evaluated, and compared in this study. The first method performs counting via direct regression but using multiple image representation resolutions to attend leaves of multiple scales. The leaf count from multiple resolutions is fused using a novel technique to get the final count. The second method is detection with a regression model that counts the leaves after locating leaf center points and aggregating them. The algorithms are evaluated on the Leaf Counting Challenge (LCC) dataset of the Computer Vision Problems in Plant Phenotyping (CVPPP) conference 2017, and a new larger dataset of banana leaves. Experimental results show that both methods outperform previous CVPPP LCC challenge winners, based on the challenge evaluation metrics, and place this study as the state of the art in leaf counting. The detection with regression method is found to be preferable for larger datasets when the center-dot annotation is available, and it also enables leaf center localization with a 0.94 average precision. When such annotations are not available, the multiple scale regression model is a good option.
Why it matches plant phenotyping methods植物画像から葉数を推定する2つの深層学習手法を開発・比較し、既存および新規データセットで評価しているため、表現型取得手法が中心である。
abstractTwo novel deep learning approaches for visual leaf counting tasks are proposed, evaluated, and compared in this study.
Reproduction assets foundThe paper's authors explicitly state their full leaf-counting code (MSR and DRN models) is freely available on GitHub. The banana leaf dataset is proprietary and not public; the LCC datasets are external community benchmarks, not paper-specific assets.Code · publicThe entire code is freely accessible at https://github.com/farjon/Leaf-Counting .Open asset ↗farjon/Leaf-Countinglines:300-310Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Recent advances in unmanned aerial vehicle (UAV) remote sensing and image analysis provide large amounts of plant canopy data, but there is no method to integrate the large imagery datasets with the much smaller manually collected datasets. A simple geographic information system (GIS)-based analysis for a UAV-supported field study (GAUSS) analytical framework was developed to integrate these datasets. It has three steps: developing a model for predicting sample values from UAV imagery, field gridding and trait value prediction, and statistical testing of predicted values. A field cultivation experiment was conducted to examine the effectiveness of the GAUSS framework, using a soybean-wheat crop rotation as the model system Fourteen soybean cultivars and subsequently a single wheat cultivar were grown in the same field. The crop rotation benefits of the soybeans for wheat yield were examined using GAUSS. Combining manually sampled data ( n = 143) and pixel-based UAV imagery indices produced a large amount of high-spatial-resolution predicted wheat yields ( n = 8,756). Significant differences were detected among soybean cultivars in their effects on wheat yield, and soybean plant traits were associated with the increases. This is the first reported study that links traits of legume plants with rotational benefits to the subsequent crop. Although some limitations and challenges remain, the GAUSS approach can be applied to many types of field-based plant experimentation, and has potential for extensive use in future studies.
Why it matches plant phenotyping methodsUAV画像と手作業データを統合し、植物形質・収量を高解像度で推定するGAUSS解析フレームワークを開発・実証しており、フェノタイピング手法が研究の中心である。
abstractA simple geographic information system (GIS)-based analysis for a UAV-supported field study (GAUSS) analytical framework was developed to integrate these datasets.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 2 ) with different plant types and yield potentials were used ( Kaga et al.Open asset ↗lines:317-335Code / dataset availability confirmedCrossref · Europe PMC · checked 9 Sept 2026
The arrangement patterns of stomata on the leaf surface influence water loss and CO 2 uptake via transportation and diffusion between stomata, the sites of photosynthesis, and vasculature. However, the quantification of such patterns remains unclear. Based on the distance between stomata, we developed three independent indices to quantify stomatal arrangement pattern (SAP). “Stomatal evenness” was used to quantify the regularity of the distribution of stomata based on a minimum spanning tree, “stomatal divergence” described the divergence in the distribution of stomata based on their distances from their center of gravity, and “stomatal aggregation” was used to quantitatively distinguish the SAP as clustered, random, or regularly distributed based on the nearest-neighbor distances. These three indices address the shortcoming of stomatal density that only describes “abundance” and may, collectively, have a better capacity to explore crop development, plant adaptation and evolution, and potentially ultimately enable a more accurate reconstruction of the palaeoclimate.
Why it matches plant phenotyping methods気孔配置パターンを定量化する新しい3指標を開発しており、植物形態形質の抽出法が研究の中心である。
abstractthe quantification of such patterns remains unclear. Based on the distance between stomata, we developed three independent indices to quantify stomatal arrangement pattern (SAP).
Reproduction assets foundThe authors state that an R script (stomata_arrange function) implementing their three stomatal arrangement pattern indices is available in the Supplementary Information, which is publicly accessible at the Frontiers supplementary material URL. No separate phenotype dataset deposit is identified; empirical photomicrogrCode · publicthe script (R statistical language) used to compute these three indices ( stomata_arrange function) is available in the Supplementary Information .Open asset ↗lines:298-332Code / dataset availability confirmedOpenAlex · Europe PMC · checked 9 Sept 2026
Root rot in common bean is a disease that causes serious damage to grain production, particularly in the upland areas of Eastern and Central Africa where significant losses occur in susceptible bean varieties. Pythium spp. and Fusarium spp. are among the soil pathogens causing the disease. In this study, a panel of 228 lines, named RR for root rot disease, was developed and evaluated in the greenhouse for Pythium myriotylum and in a root rot naturally infected field trial for plant vigor, number of plants germinated, and seed weight. The results showed positive and significant correlations between greenhouse and field evaluations, as well as high heritability (0.71–0.94) of evaluated traits. In GWAS analysis no consistent significant marker trait associations for root rot disease traits were observed, indicating the absence of major resistance genes. However, genomic prediction accuracy was found to be high for Pythium , plant vigor and related traits. In addition, good predictions of field phenotypes were obtained using the greenhouse derived data as a training population and vice versa. Genomic predictions were evaluated across and within further published data sets on root rots in other panels. Pythium and Fusarium evaluations carried out in Uganda on the Andean Diversity Panel showed good predictive ability for the root rot response in the RR panel. Genomic prediction is shown to be a promising method to estimate tolerance to Pythium, Fusarium and root rot related traits, indicating a quantitative resistance mechanism. Quantitative analyses could be applied to other disease-related traits to capture more genetic diversity with genetic models.
Why it matches plant phenotyping methods根腐病抵抗性や植物生育を遺伝情報から推定するゲノム予測を中心に、温室・圃場データ間および複数集団で予測性能を評価しており、単なる生物学的測定ではなく植物形質推定法の検証・応用である。
abstractGenomic predictions were evaluated across and within further published data sets on root rots in other panels.
Reproduction assets foundThe paper's data availability statement explicitly deposits the SNP marker matrix and raw and modeled phenotypic data of the RR panel (root rot phenotyping measurements) on Harvard Dataverse, a public, paper-specific, actionable asset. No author analysis code repository is mentioned.Dataset · publicThe SNP marker matrix, the raw and modeled phenotypic data of the RR panel used in this study are available for download at Harvard Dataverse: https://doi.org/10.7910/DVN/SVA5CJ .Open asset ↗Harvard Dataverse · 10.7910/DVN/SVA5CJlines:500-547Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
One of the objectives of many studies conducted by breeding programs is to characterize and select rootstocks well-adapted to drought conditions. In recent years, field high-throughput phenotyping methods have been developed to characterize plant traits and to identify the most water use efficient varieties and rootstocks. However, none of these studies have been able to quantify the behavior of crop evapotranspiration in almond rootstocks under different water regimes. In this study, remote sensing phenotyping methods were used to assess the evapotranspiration of almond cv. “Marinada” grafted onto a rootstock collection. In particular, the two-source energy balance and Shuttleworth and Wallace models were used to, respectively, estimate the actual and potential evapotranspiration of almonds grafted onto 10 rootstock under three different irrigation treatments. For this purpose, three flights were conducted during the 2018 and 2019 growing seasons with an aircraft equipped with a thermal and multispectral camera. Stem water potential (Ψstem) was also measured concomitant to image acquisition. Biophysical traits of the vegetation were firstly assessed through photogrammetry techniques, spectral vegetation indices and the radiative transfer model PROSAIL. The estimates of canopy height, leaf area index and daily fraction of intercepted radiation had root mean square errors of 0.57 m, 0.24 m m–1 and 0.07%, respectively. Findings of this study showed significant differences between rootstocks in all of the evaluated parameters. Cadaman® and Garnem® had the highest canopy vigor traits, evapotranspiration, Ψstem and kernel yield. In contrast, Rootpac® 20 and Rootpac® R had the lowest values of the same parameters, suggesting that this was due to an incompatibility between plum-almond species or to a lower water absorption capability of the rooting system. Among the rootstocks with medium canopy vigor, Adesoto and IRTA 1 had a lower evapotranspiration than Rootpac® 40 and Ishtara®. Water productivity (WP) (kg kernel/mm water evapotranspired) tended to decrease with Ψstem, mainly in 2018. Cadaman® and Garnem® had the highest WP, followed by INRA GF-677, IRTA 1, IRTA 2, and Rootpac® 40. Despite the low Ψstem of Rootpac® R, the WP of this rootstock was also high.
Why it matches plant phenotyping methodsリモートセンシングによる植物形質・蒸発散の推定が研究の中心で、熱・マルチスペクトル画像、フォトグラメトリ、モデルを用いた推定精度も評価している。
abstractIn recent years, field high-throughput phenotyping methods have been developed to characterize plant traits and to identify the most water use efficient varieties and rootstocks.
Reproduction assets foundThe paper's data availability statement points to the author's public GitHub profile (Héctor Nieto, pyTSEB developer) as the location of the datasets analyzed, which include the remote sensing phenotyping measurements (thermal/multispectral imagery-derived ETa, LAI, fiPAR, Ψstem relationships) and the TSEB-based model.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://github.com/hectornieto .Open asset ↗hectornietolines:1046-1107Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
The physical presence of roots and the compounds they release affect the cohesion between roots and their environment. However, the plant traits that are important for these interactions are unknown and most methods that quantify the contributions of these traits are time-intensive and require specialist equipment and complex substrates. Our lab developed an inexpensive, high-throughput phenotyping assay that quantifies root-substrate adhesion in Arabidopsis thaliana. We now report that this method has high sensitivity and versatility for identifying different types of traits affecting root-substrate adhesion including root hair morphology, vesicle trafficking pathways, and root exudate composition. We describe a practical protocol for conducting this assay and introduce its use in a forward genetic screen to identify novel genes affecting root-substrate interactions. This assay is a powerful tool for identifying and quantifying genetic contributions to cohesion between roots and their environment.
Why it matches plant phenotyping methods根—基質接着を定量する高スループット表現型測定法を開発・検証し、遺伝子スクリーニングへの応用も示すため、手法が研究の中心である。
abstractOur lab developed an inexpensive, high-throughput phenotyping assay that quantifies root-substrate adhesion in Arabidopsis thaliana.
Reproduction assets foundThe paper's data availability statement points to a public University of Bristol (data.bris) repository deposit containing the study's centrifuge assay datasets (root-gel detachment measurements and associated analyses). No author analysis code or trained models are explicitly deposited.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found at: https://doi.org/10.5523/bris.21loiw3fpw372g99l93meaja1 .Open asset ↗10.5523/bris.21loiw3fpw372g99l93meaja1lines:526-555Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
Hyperspectral imaging is a promising tool for non-destructive phenotyping of plant physiological traits, which has been transferred from remote to proximal sensing applications, and from manual laboratory setups to automated plant phenotyping platforms. Due to the higher resolution in proximal sensing, illumination variation and plant geometry result in increased non-biological variation in plant spectra that may mask subtle biological differences. Here, a better understanding of spectral measurements for proximal sensing and their application to study drought, developmental and diurnal responses was acquired in a drought case study of maize grown in a greenhouse phenotyping platform with a hyperspectral imaging setup. The use of brightness classification to reduce the illumination-induced non-biological variation is demonstrated, and allowed the detection of diurnal, developmental and early drought-induced changes in maize reflectance and physiology. Diurnal changes in transpiration rate and vapor pressure deficit were significantly correlated with red and red-edge reflectance. Drought-induced changes in effective quantum yield and water potential were accurately predicted using partial least squares regression and the newly developed Water Potential Index 2, respectively. The prediction accuracy of hyperspectral indices and partial least squares regression were similar, as long as a strong relationship between the physiological trait and reflectance was present. This demonstrates that current hyperspectral processing approaches can be used in automated plant phenotyping platforms to monitor physiological traits with a high temporal resolution.
Why it matches plant phenotyping methods近接ハイパースペクトル画像を用いた植物生理形質の非破壊フェノタイピング手法を扱い、照明変動補正、形質予測、プラットフォーム適用を技術的に検証しているため、方法が中心である。
abstractHyperspectral imaging is a promising tool for non-destructive phenotyping of plant physiological traits
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 2
The relationship between relative reflectance and physiological traits.Open asset ↗lines:646-777Code / dataset availability confirmedCrossref · Europe PMC · checked 9 Sept 2026
Basil is one of the most widespread aromatic and medicinal plants, which is often grown in drought- and salinity-prone regions. Often co-occurrence of drought and salinity stresses in agroecosystems and similarities of symptoms which they cause on plants complicates the differentiation among them. Development of automated phenotyping techniques with integrative and simultaneous quantification of multiple morphological and physiological traits enables early detection and quantification of different stresses on a whole plant basis. In this study, we have used different phenotyping techniques including chlorophyll fluorescence imaging, multispectral imaging, and 3D multispectral scanning, aiming to quantify changes in basil phenotypic traits under early and prolonged drought and salinity stress and to determine traits which could differentiate among drought and salinity stressed basil plants. Ocimum basilicum “Genovese” was grown in a growth chamber under well-watered control [45–50% volumetric water content (VWC)], moderate salinity stress (100 mM NaCl), severe salinity stress (200 mM NaCl), moderate drought stress (25–30% VWC), and severe drought stress (15–20% VWC). Phenotypic traits were measured for 3 weeks in 7-day intervals. Automated phenotyping techniques were able to detect basil responses to early and prolonged salinity and drought stress. In addition, several phenotypic traits were able to differentiate among salinity and drought. At early stages, low anthocyanin index (ARI), chlorophyll index (CHI), and hue (HUE 2 D ), and higher reflectance in red (R Red ), reflectance in green (R Green ), and leaf inclination (LINC) indicated drought stress. At later stress stages, maximum fluorescence (F m ), HUE 2 D , normalized difference vegetation index (NDVI), and LINC contribute the most to the differentiation among drought and non-stressed as well as among drought and salinity stressed plants. ARI and electron transport rate (ETR) were best for differentiation of salinity stressed plants from non-stressed plants both at early and prolonged stress.
Why it matches plant phenotyping methods複数の自動フェノタイピング技術を用いて、形態・生理形質を統合的に定量し、乾燥・塩ストレスの早期検出と識別を評価しており、フェノタイピング手法の応用が研究の中心である。
abstractDevelopment of automated phenotyping techniques with integrative and simultaneous quantification of multiple morphological and physiological traits enables early detection and quantification of different stresses on a whole plant basis.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 2
Analysis of variance (ANOVA) for measured phenotypic traits of basil grown in different treatments: control (C), moderate salinity stress (S1), severe salinity stress (S2), moderate drought (D1), and severe drought (D2).Open asset ↗lines:494-517Code / dataset availability confirmedOpenAlex · Europe PMC · checked 8 Sept 2026
Plants have evolved several adaptive mechanisms to cope with water-limited conditions. While most of them are through constitutive traits, certain "acquired tolerance" traits also provide significant improvement in drought adaptation. Most abiotic stresses, especially drought, show a gradual progression of stress and hence provide an opportunity to upregulate specific protective mechanisms collectively referred to as "acquired tolerance" traits. Here, we demonstrate a significant genetic variability in acquired tolerance traits among rice germplasm accessions after standardizing a novel gradual stress progress protocol. Two contrasting genotypes, BPT 5204 (drought susceptible) and AC 39000 (tolerant), were used to standardize methodology for capturing acquired tolerance traits at seedling phase. Seedlings exposed to gradual progression of stress showed higher recovery with low free radical accumulation in both the genotypes compared to rapid stress. Further, the gradual stress progression protocol was used to examine the role of acquired tolerance at flowering phase using a set of 17 diverse rice genotypes. Significant diversity in free radical production and scavenging was observed among these genotypes. Association of these parameters with yield attributes showed that genotypes that managed free radical levels in cells were able to maintain high spikelet fertility and hence yield under stress. This study, besides emphasizing the importance of acquired tolerance, explains a high throughput phenotyping approach that significantly overcomes methodological constraints in assessing genetic variability in this important drought adaptive mechanism.
Why it matches plant phenotyping methodsイネの乾燥適応形質を評価するための段階的ストレス付与プロトコルを標準化し、高スループット表現型解析として方法論的制約を克服する手法を提示しているため、表現型取得法が中心的です。
abstractafter standardizing a novel gradual stress progress protocol
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 2 ) during the Kharif season of 2019 to confirm the trait diversity, particularly for acquired tolerance traits.Open asset ↗lines:351-362Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
Plant height (PH) is an essential trait in the screening of most crops. While in crops such as wheat, medium stature helps reduce lodging, tall plants are preferred to increase total above-ground biomass. PH is an easy trait to measure manually, although it can be labor-intense depending on the number of plots. There is an increasing demand for alternative approaches to estimate PH in a higher throughput mode. Crop surface models (CSMs) derived from dense point clouds generated via aerial imagery could be used to estimate PH. This study evaluates PH estimation at different phenological stages using plot-level information from aerial imaging-derived 3D CSM in wheat inbred lines during two consecutive years. Multi-temporal and high spatial resolution images were collected by fixed-wing (PlatFW) and multi-rotor (PlatMR) unmanned aerial vehicle (UAV) platforms over two wheat populations (50 and 150 lines). The PH was measured and compared at four growth stages (GS) using ground-truth measurements (PHground) and UAV-based estimates (PHaerial). The CSMs generated from the aerial imagery were validated using ground control points (GCPs) as fixed reference targets at different heights. The results show that PH estimations using PlatFW were consistent with those obtained from PlatMR, showing some slight differences due to image processing settings. The GCPs heights derived from CSM showed a high correlation and low error compared to their actual heights (R2 ≥ 0.90, RMSE ≤ 4 cm). The coefficient of determination (R2) between PHground and PHaerial at different GS ranged from 0.35 to 0.88, and the root mean square error (RMSE) from 0.39 to 4.02 cm for both platforms. In general, similar and higher heritability was obtained using PHaerial across different GS and years and ranged according to the variability, and environmental error of the PHground observed (0.06–0.97). Finally, we also observed high Spearman rank correlations (0.47–0.91) and R2 (0.63–0.95) of PHaerial adjusted and predicted values against PHground values. This study provides an example of the use of UAV-based high-resolution RGB imagery to obtain time-series estimates of PH, scalable to tens-of-thousands of plots, and thus suitable to be applied in plant wheat breeding trials.
Why it matches plant phenotyping methodsUAV-RGB画像と3D作物表面モデルによるコムギ草丈推定法を開発・検証し、地上測定との比較、精度評価、複数プラットフォーム間の検証を行っており、表現型取得手法が研究の中心である。
abstractThis study evaluates PH estimation at different phenological stages using plot-level information from aerial imaging-derived 3D CSM in wheat inbred lines during two consecutive years.
Reproduction assets foundThe paper's authors publicly deposited the R scripts used for UAV image analysis and plant-height trait extraction on GitHub. The raw phenotyping data are only available on request. Pix4D support articles and the R boot package are generic third-party resources, not paper-specific assets.Code · publicThe PHaerial scripts used to perform the image analyses and trait extract are available at https://github.com/volpatoo/HTP-via-drone-imagery/tree/master/UAV-HTP_PlantHeightOpen asset ↗volpatoo/HTP-via-drone-imagery · UAV-HTP_PlantHeightlines:519-573Code / dataset availability confirmedEurope PMC · Crossref · checked 9 Sept 2026
Cotton is a significant economic crop. It is vulnerable to aphids ( Aphis gossypii Glovers) during the growth period. Rapid and early detection has become an important means to deal with aphids in cotton. In this study, the visible/near-infrared (Vis/NIR) hyperspectral imaging system (376-1044 nm) and machine learning methods were used to identify aphid infection in cotton leaves. Both tall and short cotton plants (Lumianyan 24) were inoculated with aphids, and the corresponding plants without aphids were used as control. The hyperspectral images (HSIs) were acquired five times at an interval of 5 days. The healthy and infected leaves were used to establish the datasets, with each leaf as a sample. The spectra and RGB images of each cotton leaf were extracted from the hyperspectral images for one-dimensional (1D) and two-dimensional (2D) analysis. The hyperspectral images of each leaf were used for three-dimensional (3D) analysis. Convolutional Neural Networks (CNNs) were used for identification and compared with conventional machine learning methods. For the extracted spectra, 1D CNN had a fine classification performance, and the classification accuracy could reach 98%. For RGB images, 2D CNN had a better classification performance. For HSIs, 3D CNN performed moderately and performed better than 2D CNN. On the whole, CNN performed relatively better than conventional machine learning methods. In the process of 1D, 2D, and 3D CNN visualization, the important wavelength ranges were analyzed in 1D and 3D CNN visualization, and the importance of wavelength ranges and spatial regions were analyzed in 2D and 3D CNN visualization. The overall results in this study illustrated the feasibility of using hyperspectral imaging combined with multi-dimensional CNN to detect aphid infection in cotton leaves, providing a new alternative for pest infection detection in plants.
Why it matches plant phenotyping methods綿葉のアブラムシ感染状態を、ハイパースペクトル画像とCNNで直接推定する画像ベースの植物状態フェノタイピング手法を開発・比較しており、手法が中心的である。
abstractthe visible/near-infrared (Vis/NIR) hyperspectral imaging system (376-1044 nm) and machine learning methods were used to identify aphid infection in cotton leaves.
Reproduction assets foundThe paper's data availability statement points to a public figshare deposit (DOI 10.6084/m9.figshare.13668314) containing the original contributions — the cotton leaf hyperspectral images/spectra used for the 1D/2D/3D CNN aphid-infection analysis. No code availability is stated.Dataset · publicThe original contributions presented in the study are publicly available. This data can be found here: https://doi.org/10.6084/m9.figshare.13668314 .Open asset ↗figshare · 10.6084/m9.figshare.13668314lines:721-728Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Accurate measurement of seed size parameters is essential for both breeding efforts aimed at enhancing yields and basic research focused on discovering genetic components that regulate seed size. To address this need, we have developed an open-source graphical user interface (GUI) software, SeedExtractor that determines seed size and shape (including area, perimeter, length, width, circularity, and centroid), and seed color with capability to process a large number of images in a time-efficient manner. In this context, our application takes ∼2 s for analyzing an image, i.e., significantly less compared to the other tools. As this software is open-source, it can be modified by users to serve more specific needs. The adaptability of SeedExtractor was demonstrated by analyzing scanned seeds from multiple crops. We further validated the utility of this application by analyzing mature-rice seeds from 231 accessions in Rice Diversity Panel 1. The derived seed-size traits, such as seed length, width, were used for genome-wide association analysis. We identified known loci for regulating seed length ( GS3 ) and width ( qSW5/GW5 ) in rice, which demonstrates the accuracy of this application to extract seed phenotypes and accelerate trait discovery. In summary, we present a publicly available application that can be used to determine key yield-related traits in crops.
Why it matches plant phenotyping methods種子画像から形状・色などの表現型を抽出するオープンソースGUIを開発し、複数作物およびイネ231アクセッションで有用性を検証しており、表現型取得手法が中心である。
abstractwe have developed an open-source graphical user interface (GUI) software, SeedExtractor that determines seed size and shape (including area, perimeter, length, width, circularity, and centroid), and seed color
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 11
Seed color intensities for three channels in RGB color space for the RDP1.Open asset ↗lines:438-529Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Crop improvement for Nitrogen Use Efficiency (NUE) requires a well-defined phenotype and genotype, especially for different N-forms. As N-supply enhances growth, we comprehensively evaluated 25 commonly measured phenotypic parameters for N response using 4 N treatments in six indica rice genotypes. For this, 32 replicate potted plants were grown in the green-house on nutrient-depleted sand. They were fertilized to saturation with media containing either nitrate or urea as the sole N source at normal (15 mM N) or low level (1.5 mM N). The variation in N-response among genotypes differed by N form/dose and increased developmentally from vegetative to reproductive parameters. This indicates survival adaptation by reinforcing variation in every generation. Principal component analysis segregated vegetative parameters from reproduction and germination. Analysis of variance revealed that relative to low level, normal N facilitated germination, flowering and vegetative growth but limited yield and NUE. Network analysis for the most connected parameters, their correlation with yield and NUE, ranking by Feature selection and validation by Partial least square discriminant analysis enabled shortlisting of eight parameters for NUE phenotype. It constitutes germination and flowering, shoot/root length and biomass parameters, six of which were common to nitrate and urea. Field-validation confirmed the NUE differences between two genotypes chosen phenotypically. The correspondence between multiple approaches in shortlisting parameters for NUE makes it a novel and robust phenotyping methodology of relevance to other plants, nutrients or other complex traits. Thirty-Four N-responsive genes associated with the phenotype have also been identified for genotypic characterization of NUE.
Why it matches plant phenotyping methodsNUEの複合形質を定義・選抜するため、複数形質の評価、特徴選択、統計解析、フィールド検証を統合したフェノタイピング手法が中心的に開発・検証されている。
abstractNetwork analysis for the most connected parameters, their correlation with yield and NUE, ranking by Feature selection and validation by Partial least square discriminant analysis enabled shortlisting of eight parameters for NUE phenotype.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 3
Mean values of the measured 25 phenotypic parameters in nitrate/urea sources and normal (15 mM) or low (1.5 mM) doses.Open asset ↗lines:557-644Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Increased plant density markedly affects canopy morphophysiological activities and crop productivity. This study aims to model maize canopy final morphology under increased interplant competition by revising a functional-structural plant model, i.e., ADEL-Maize. A 2-year field experiment was conducted at Mengcheng, Anhui Province, China, in 2016 and 2018. A randomized complete block design of five plant densities (PDs), i.e., 4.5, 6, 7.5, 9, and 15 plants m -2 , with three replications was applied using a hybrid, i.e., Zhengdan 958. Canopy morphology at different PDs was measured with destructive samplings when maize canopy was fully expanded. The relationship of changes of organ morphology in relation to increased plant density was analyzed based on 2016 data. The ADEL-Maize was first calibrated for the hybrid at 4.5 plants m -2 and then revised by introducing relationships identified from 2016 data, followed by independent validation with 2018 field data. A heatmap visualization was shown to clearly illustrate the effects of increased plant density on final morphology of laminae, sheaths, and internodes. The logarithmic + linear equations were found to fit changes for the organ size versus increased plant density for phytomers excluding ear position or linear equations for the phytomer at ear position based on 2016 field data. The revision was then further tested independently by having achieved satisfactory agreements between the simulations and observations in canopy size under different PDs with 2018 field data. In conclusion, this study has characterized the relationship between canopy morphology and increased interplant competition for use in the ADEL-Maize and realized the simulations of final size of laminae, sheaths, and internodes, as affected by increased plant density, laying a foundation to test an ideotype for maize withstanding high interplant competition.
Why it matches plant phenotyping methodsADEL-Maizeを改訂してトウモロコシ群落形態をシミュレーションし、独立圃場データで検証しており、植物形態の取得・モデル化が研究の中心である。
abstractThe ADEL-Maize was first calibrated for the hybrid at 4.5 plants m -2 and then revised by introducing relationships identified from 2016 data, followed by independent validation with 2018 field data.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicAll datasets generated for this study are included in the article/ Supplementary Material .Open asset ↗lines:496-519Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Genome-wide predictions are a powerful tool for predicting trait performance. Against this backdrop we aimed to evaluate the potential and limitations of genome-wide predictions to inform the barley collection of the Federal ex situ Genebank for Agricultural and Horticultural Crops with phenotypic data on complex traits including flowering time, plant height, thousand grain weight, as well as on growth habit and row type. We used previously published sequence data, providing information on 306,049 high-quality SNPs for 20,454 barley accessions. The prediction abilities of the two unordered categorical traits row type and growth type as well as the quantitative traits flowering time, plant height and thousand grain weight were investigated using different cross validation scenarios. Our results demonstrate that the unordered categorical traits can be predicted with high precision. In this way genome-wide prediction can be routinely deployed to extract information pertinent to the taxonomic status of gene bank accessions. In addition, the three quantitative traits were also predicted with high precision, thereby increasing the amount of information available for genotyped but not phenotyped accessions. Deeply phenotyped core collections, such as the barley 1,000 core set of the IPK Gatersleben, are a promising training population to calibrate genome-wide prediction models. Consequently, genome-wide predictions can substantially contribute to increase the attractiveness of gene bank collections and help evolve gene banks into bio-digital resource centers.
Why it matches plant phenotyping methodsゲノムワイド予測によって未表現型化アクセスionsの農業形質を推定し、交差検証で予測性能を評価しており、植物表現型推定手法が研究の中心である。
abstractThe prediction abilities of the two unordered categorical traits row type and growth type as well as the quantitative traits flowering time, plant height and thousand grain weight were investigated using different cross validation scenarios.
Reproduction assets foundThe paper reuses previously published, publicly deposited phenotypic (FT, PH, TGW) and genomic (306,049 SNPs for 20,454 barley accessions) datasets, explicitly linked in its data availability statement via two DOIs. No author analysis code or trained model checkpoints are disclosed; supplementary material is not shown.Dataset · publicThe datasets used for this study were published and are available at https://doi.org/10.1038/sdata.2018.278 and https://doi.org/10.1038/s41588-018-0266-x .Open asset ↗10.1038/sdata.2018.278lines:750-813Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Early prediction of pathogen infestation is a key factor to reduce the disease spread in plants. Macrophomina phaseolina (Tassi) Goid, as one of the main causes of charcoal rot disease, suppresses the plant productivity significantly. Charcoal rot disease is one of the most severe threats to soybean productivity. Prediction of this disease in soybeans is very tedious and non-practical using traditional approaches. Machine learning (ML) techniques have recently gained substantial traction across numerous domains. ML methods can be applied to detect plant diseases, prior to the full appearance of symptoms. In this paper, several ML techniques were developed and examined for prediction of charcoal rot disease in soybean for a cohort of 2,000 healthy and infected plants. A hybrid set of physiological and morphological features were suggested as inputs to the ML models. All developed ML models were performed better than 90% in terms of accuracy. Gradient Tree Boosting (GBT) was the best performing classifier which obtained 96.25% and 97.33% in terms of sensitivity and specificity. Our findings supported the applicability of ML especially GBT for charcoal rot disease prediction in a real environment. Moreover, our analysis demonstrated the importance of including physiological featured in the learning. The collected dataset and source code can be found in https://github.com/Elham-khalili/Soybean-Charcoal-Rot-Disease-Prediction-Dataset-code.
Why it matches plant phenotyping methods大豆の炭腐病という植物の疾病状態を、生理・形態特徴と機械学習で予測する手法を開発・比較しており、表現型取得・推定が研究の中心です。
abstractIn this paper, several ML techniques were developed and examined for prediction of charcoal rot disease in soybean for a cohort of 2,000 healthy and infected plants.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe collected dataset and source code can be found in https://github.com/Elham-khalili/Soybean-Charcoal-Rot-Disease-Prediction-Dataset-code .Open asset ↗GitHub · Elham-khalili/Soybean-Charcoal-Rot-Disease-Prediction-Dataset-codelines:227-299Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Plant diseases have a significant impact on global food security and the world's agricultural economy. Their early detection and classification increase the chances of setting up effective control measures, which is why the search for automatic systems that allow this is of major interest to our society. Several recent studies have reported promising results in the classification of plant diseases from RGB images on the basis of Convolutional Neural Networks (CNN). These studies have been successfully experimented on a large number of crops and symptoms, and they have shown significant advantages in the support of human expertise. However, the CNN models still have limitations. In particular, CNN models do not necessarily focus on the visible parts affected by a plant disease to allow their classification, and they can sometimes take into account irrelevant backgrounds or healthy plant parts. In this paper, we therefore develop a new technique based on a Recurrent Neural Network (RNN) to automatically locate infected regions and extract relevant features for disease classification. We show experimentally that our RNN-based approach is more robust and has a greater ability to generalize to unseen infected crop species as well as to different plant disease domain images compared to classical CNN approaches. We also analyze the focus of attention as learned by our RNN and show that our approach is capable of accurately locating infectious diseases in plants. Our approach, which has been tested on a large number of plant species, should thus contribute to the development of more effective means of detecting and classifying crop pathogens in the near future.
Why it matches plant phenotyping methods植物病害の感染領域をRGB画像から自動定位し、病徴に基づく分類を行うRNN手法の開発・比較検証が中心であり、植物の病害状態を直接推定するため、方法論文として収録する。
abstractIn this paper, we therefore develop a new technique based on a Recurrent Neural Network (RNN) to automatically locate infected regions and extract relevant features for disease classification.
Reproduction assets foundThe paper's experiments use public plant disease image datasets (PlantVillage; IPM/Bing collections from Mohanty et al. 2016) explicitly linked in the data availability statement, and the CNN feature extractor used in the analysis is a public GitHub repository (footnote 2). The authors' own RNN source code is only a 'TDataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://doi.org/10.3389/fpls.2016.01419 (Mohanty et al., 2016 ) and https://arxiv.org/abs/1511.08060 (Hughes and Salathé, 2015 ).Open asset ↗lines:351-410Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://doi.org/10.3389/fpls.2016.01419 (Mohanty et al., 2016 ) and https://arxiv.org/abs/1511.08060 (Hughes and Salathé, 2015 ).Open asset ↗10.3389/fpls.2016.01419lines:351-410Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
High throughput image-based plant phenotyping facilitates the extraction of morphological and biophysical traits of a large number of plants non-invasively in a relatively short time. It facilitates the computation of advanced phenotypes by considering the plant as a single object (holistic phenotypes) or its components, i.e., leaves and the stem (component phenotypes). The architectural complexity of plants increases over time due to variations in self-occlusions and phyllotaxy, i.e., arrangements of leaves around the stem. One of the central challenges to computing phenotypes from 2-dimensional (2D) single view images of plants, especially at the advanced vegetative stage in presence of self-occluding leaves, is that the information captured in 2D images is incomplete, and hence, the computed phenotypes are inaccurate. We introduce a novel algorithm to compute 3-dimensional (3D) plant phenotypes from multiview images using voxel-grid reconstruction of the plant (3DPhenoMV). The paper also presents a novel method to reliably detect and separate the individual leaves and the stem from the 3D voxel-grid of the plant using voxel overlapping consistency check and point cloud clustering techniques. To evaluate the performance of the proposed algorithm, we introduce the University of Nebraska-Lincoln 3D Plant Phenotyping Dataset (UNL-3DPPD). A generic taxonomy of 3D image-based plant phenotypes are also presented to promote 3D plant phenotyping research. A subset of these phenotypes are computed using computer vision algorithms with discussion of their significance in the context of plant science. The central contributions of the paper are (a) an algorithm for 3D voxel-grid reconstruction of maize plants at the advanced vegetative stages using images from multiple 2D views; (b) a generic taxonomy of 3D image-based plant phenotypes and a public benchmark dataset, i.e., UNL-3DPPD, to promote the development of 3D image-based plant phenotyping research; and (c) novel voxel overlapping consistency check and point cloud clustering techniques to detect and isolate individual leaves and stem of the maize plants to compute the component phenotypes. Detailed experimental analyses demonstrate the efficacy of the proposed method, and also show the potential of 3D phenotypes to explain the morphological characteristics of plants regulated by genetic and environmental interactions.
Why it matches plant phenotyping methods3D画像再構成と葉・茎分離による植物表現型抽出アルゴリズムを開発し、ベンチマークデータセットも提示する、植物フェノタイピング手法が中心の研究。
abstractWe introduce a novel algorithm to compute 3-dimensional (3D) plant phenotypes from multiview images using voxel-grid reconstruction of the plant (3DPhenoMV).
Reproduction assets foundThe paper introduces the UNL-3DPPD benchmark dataset (multiview maize/cotton plant images and calibration checkerboards) and states it is publicly available at the authors' plantvision.unl.edu site. No separate analysis code deposit is explicitly stated.Dataset · publicThe datasets generated for this study are publicly available from https://plantvision.unl.edu/dataset .Open asset ↗plantvision.unl.edulines:481-518Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
Plant counting runs through almost every stage of agricultural production from seed breeding, germination, cultivation, fertilization, pollination to yield estimation, and harvesting. With the prevalence of digital cameras, graphics processing units and deep learning-based computer vision technology, plant counting has gradually shifted from traditional manual observation to vision-based automated solutions. One of popular solutions is a state-of-the-art object detection technique called Faster R-CNN where plant counts can be estimated from the number of bounding boxes detected. It has become a standard configuration for many plant counting systems in plant phenotyping. Faster R-CNN, however, is expensive in computation, particularly when dealing with high-resolution images. Unfortunately high-resolution imagery is frequently used in modern plant phenotyping platforms such as unmanned aerial vehicles, engendering inefficient image analysis. Such inefficiency largely limits the throughput of a phenotyping system. The goal of this work hence is to provide an effective and efficient tool for high-throughput plant counting from high-resolution RGB imagery. In contrast to conventional object detection, we encourage another promising paradigm termed object counting where plant counts are directly regressed from images, without detecting bounding boxes. In this work, by profiling the computational bottleneck, we implement a fast version of a state-of-the-art plant counting model TasselNetV2 with several minor yet effective modifications. We also provide insights why these modifications make sense. This fast version, TasselNetV2+, runs an order of magnitude faster than TasselNetV2, achieving around 30 fps on image resolution of 1980 × 1080, while it still retains the same level of counting accuracy. We validate its effectiveness on three plant counting tasks, including wheat ears counting, maize tassels counting, and sorghum heads counting. To encourage the use of this tool, our implementation has been made available online at https://tinyurl.com/TasselNetV2plus.
Why it matches plant phenotyping methods高速・高スループットな植物カウント手法を開発し、複数作物で検証した植物フェノタイピング手法の中心的研究。
abstractThe goal of this work hence is to provide an effective and efficient tool for high-throughput plant counting from high-resolution RGB imagery.
Reproduction assets foundThe paper's authors publicly released their TasselNetV2+ PyTorch implementation (the paper's plant counting/phenotyping analysis code) online. The three plant counting datasets used are cited prior datasets, not paper-specific deposits.Code · publicTo encourage the use of this tool, our implementation has been made available online at https://tinyurl.com/TasselNetV2plusOpen asset ↗TasselNetV2pluslines:225-304Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Traditionally, plant disease recognition has mainly been done visually by human. It is often biased, time-consuming, and laborious. Machine learning methods based on plant leave images have been proposed to improve the disease recognition process. Convolutional neural networks (CNNs) have been adopted and proven to be very effective. Despite the good classification accuracy achieved by CNNs, the issue of limited training data remains. In most cases, the training dataset is often small due to significant effort in data collection and annotation. In this case, CNN methods tend to have the overfitting problem. In this paper, Wasserstein generative adversarial network with gradient penalty (WGAN-GP) is combined with label smoothing regularization (LSR) to improve the prediction accuracy and address the overfitting problem under limited training data. Experiments show that the proposed WGAN-GP enhanced classification method can improve the overall classification accuracy of plant diseases by 24.4% as compared to 20.2% using classic data augmentation and 22% using synthetic samples without LSR.
Why it matches plant phenotyping methods植物葉画像から病害状態を分類するGANベースの画像解析手法を開発・比較評価しており、病害フェノタイピング手法が研究の中心である。
abstractWasserstein generative adversarial network with gradient penalty (WGAN-GP) is combined with label smoothing regularization (LSR) to improve the prediction accuracy and address the overfitting problem under limited training data.
Reproduction assets foundThe paper analyzes two public plant disease image datasets (Kaggle plantdisease and PlantVillage raw color images) and provides authors' Python code for data processing and model training on GitHub.Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/emmarex/plantdiseaseOpen asset ↗lines:1205-1278Code · publicThe Python code of data processing and model training is available online at https://github.com/lbn-dev/WGAN_plant_diseasesOpen asset ↗WGAN_plant_diseaseslines:1205-1278Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 8 Sept 2026
The rapid development of phenotyping technologies over the last years gave the opportunity to study plant development over time. The treatment of the massive amount of data collected by high-throughput phenotyping (HTP) platforms is however an important challenge for the plant science community. An important issue is to accurately estimate, over time, the genotypic component of plant phenotype. In outdoor and field-based HTP platforms, phenotype measurements can be substantially affected by data-generation inaccuracies or failures, leading to erroneous or missing data. To solve that problem, we developed an analytical pipeline composed of three modules: detection of outliers, imputation of missing values, and mixed-model genotype adjusted means computation with spatial adjustment. The pipeline was tested on three different traits (3D leaf area, projected leaf area, and plant height), in two crops (chickpea, sorghum), measured during two seasons. Using real-data analyses and simulations, we showed that the sequential application of the three pipeline steps was particularly useful to estimate smooth genotype growth curves from raw data containing a large amount of noise, a situation that is potentially frequent in data generated on outdoor HTP platforms. The procedure we propose can handle up to 50% of missing values. It is also robust to data contamination rates between 20 and 30% of the data. The pipeline was further extended to model the genotype time series data. A change-point analysis allowed the determination of growth phases and the optimal timing where genotypic differences were the largest. The estimated genotypic values were used to cluster the genotypes during the optimal growth phase. Through a two-way analysis of variance (ANOVA), clusters were found to be consistently defined throughout the growth duration. Therefore, we could show, on a wide range of scenarios, that the pipeline facilitated efficient extraction of useful information from outdoor HTP platform data. High-quality plant growth time series data is also provided to support breeding decisions. The R code of the pipeline is available at https://github.com/ICRISAT-GEMS/SpaTemHTP.
Why it matches plant phenotyping methods植物HTPデータから形質を抽出・補正する解析パイプラインを開発し、実データとシミュレーションで検証しているため、方法が中心的です。
abstractwe developed an analytical pipeline composed of three modules: detection of outliers, imputation of missing values, and mixed-model genotype adjusted means computation with spatial adjustment.
Reproduction assets foundThe paper explicitly provides two public GitHub repositories: the SpaTemHTP R pipeline package and a validation repository containing all data, scripts, and functions needed to reproduce the paper's phenotyping analyses. Raw phenotypic data itself is only available on request.Code · publicThe R code of the pipeline is available at https://github.com/ICRISAT-GEMS/SpaTemHTP .Open asset ↗ICRISAT-GEMS/SpaTemHTPlines:316-319Code · publicAll data, scripts, and functions required to reproduce the results can be found at: https://github.com/ICRISAT-GEMS/SpaTemHTP_Validation .Open asset ↗ICRISAT-GEMS/SpaTemHTP_Validationlines:457-479Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 14 Sept 2026
Traditional seed and fruit phenotyping are mainly accomplished by manual measurement or extraction of morphological properties from two-dimensional images. These methods are not only in low-throughput but also unable to collect their three-dimensional (3D) characteristics and internal morphology. X-ray computed tomography (CT) scanning, which provides a convenient means of non-destructively recording the external and internal 3D structures of seeds and fruits, offers a potential to overcome these limitations. However, the current CT equipment cannot be adopted to scan seeds and fruits with high throughput. And there is no specialized software for automatic extraction of phenotypes from CT images. Here, we introduced a high-throughput image acquisition approach by mounting a specially-designed seed-fruit container onto the scanning bed. The corresponding 3D image analysis software, 3DPheno-Seed&Fruit, was created for automatic segmentation and rapid quantification of eight morphological phenotypes of internal and external compartments of seeds and fruits. 3DPheno-Seed&Fruit is a graphical user interface designed and user-friendly software with an excellent phenotype result visualization function. We described the software in detail and benchmarked it based upon CT image analyses in seeds of soybean, wheat, peanut, pine nut, pistacia nut and dwarf Russian almond fruit. R2 values between the extracted and manual measurements of seed length, width, thickness, and radius ranged from 0.80 to 0.96 for soybean and wheat. High correlations were found between the 2D (length, width, thickness, and radius) and 3D (volume and surface area) phenotypes for soybean. Overall, our methods provide robust and novel tools for phenotyping the morphological seed and fruit traits of various plant species, which could benefit crop breeding and functional genomics.
Why it matches plant phenotyping methodsCT画像取得法と3D解析ソフトウェアを開発し、種子・果実形態形質の自動抽出をベンチマークしており、フェノタイピング手法が中心である。
abstractHere, we introduced a high-throughput image acquisition approach by mounting a specially-designed seed-fruit container onto the scanning bed.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · public3DPheno-Seed&Fruit software and CT image datasets used in this manuscript are free for academic purpose and can be downloaded from http://www.wutbiolab.com/resources/39/info/29 and https://github.com/whut-biolab-liuchang/projectOpen asset ↗lines:304-314Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
As an esthetic trait, ray floret color has a high importance in the development of new sunflower genotypes and their market value. Standard methodology for the evaluation of sunflower ray florets is based on International Union for the Protection of New Varieties of Plants (UPOV) guidelines for sunflower. The major deficiency of this methodology is the necessity of high expertise from evaluators and its high subjectivity. To test the hypothesis that humans cannot distinguish colors equally, six commercial sunflower genotypes were evaluated by 100 agriculture experts, using UPOV guidelines. Moreover, the paper proposes a new methodology for sunflower ray floret color classification - digital UPOV (dUPOV), that relies on software image analysis but still leaves the final decision to the evaluator. For this purpose, we created a new Flower Color Image Analysis ( FloCIA ) software for sunflower ray floret digital image segmentation and automatic classification into one of the categories given by the UPOV guidelines. To assess the benefits and relevance of this method, accuracy of the newly developed software was studied by comparing 153 digital photographs of F 2 genotypes with expert evaluator answers which were used as the ground truth. The FloCIA enabled visualizations of segmentation of ray floret images of sunflower genotypes used in the study, as well as two dominant color clusters, percentages of pixels belonging to each UPOV color category with graphical representation in the CIE (International Commission on Illumination) L ∗ a ∗ b ∗ (or simply Lab) color space in relation to the mean vectors of the UPOV category. Precision (repeatability) of ray flower color determination was greater between dUPOV based expert color evaluation and software evaluation than between two UPOV based evaluations performed by the same expert. The accuracy of FloCIA software used for unsupervised (automatic) classification was 91.50% on the image dataset containing 153 photographs of F 2 genotypes. In this case, the software and the experts had classified 140 out of 153 of images in the same color categories. This visual presentation can serve as a guideline for evaluators to determine the dominant color and to conclude if more than one significant color exists in the examined genotype.
Why it matches plant phenotyping methodsヒマワリの花弁色という植物形質を対象に、画像分割・自動分類ソフトウェアFloCIAを開発し、専門家評価との比較で精度を検証しているため、方法が研究の中心である。
abstractthe paper proposes a new methodology for sunflower ray floret color classification - digital UPOV (dUPOV), that relies on software image analysis
Reproduction assets foundThe paper states that the data and code (FloCIA software analysis) supporting the study are publicly available on Zenodo, with the URL given in the Methods and as a footnote. This is a paper-specific, publicly actionable asset covering the sunflower ray floret image dataset and analysis code.Code · publicThe data and code that support the findings of this study are publicly available on https://zenodo.org/record/4068475#.X31utGgza71 .Open asset ↗zenodo · 4068475lines:329-339Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Accurate phenotype prediction of quantitative traits is paramount to enhanced plant research and breeding. Here, we report the accurate prediction of cotton fiber length, a typical quantitative trait, using 474 cotton ( Gossypium ssp.) fiber length ( GFL ) genes and nine prediction models. When the SNPs/InDels contained in 226 of the GFL genes or the expressions of all 474 GFL genes was used for fiber length prediction, a prediction accuracy of r = 0.83 was obtained, approaching the maximally possible prediction accuracy of a quantitative trait. This has improved by 116%, the prediction accuracies of the fiber length thus far achieved for genomic selection using genome-wide random DNA markers. Moreover, analysis of the GFL genes identified 125 of the GFL genes that are key to accurate prediction of fiber length, with which a prediction accuracy similar to that of all 474 GFL genes was obtained. The fiber lengths of the plants predicted with expressions of the 125 key GFL genes were significantly correlated with those predicted with the SNPs/InDels of the above 226 SNP/InDel-containing GFL genes ( r = 0.892, P = 0.000). The prediction accuracies of fiber length using both genic datasets were highly consistent across environments or generations. Finally, we found that a training population consisting of 100-120 plants was sufficient to train a model for accurate prediction of a quantitative trait using the genes controlling the trait. Therefore, the genes controlling a quantitative trait are capable of accurately predicting its phenotype, thereby dramatically improving the ability, accuracy, and efficiency of phenotype prediction and promoting gene-based breeding in cotton and other species.
Why it matches plant phenotyping methods綿花繊維長という植物形質を遺伝子情報から予測する計算手法を開発・比較し、予測精度と訓練集団サイズを検証しており、形質予測法が研究の中心である。
abstractHere, we report the accurate prediction of cotton fiber length, a typical quantitative trait, using 474 cotton ( Gossypium ssp.) fiber length ( GFL ) genes and nine prediction models.
Reproduction assets foundThe paper's fiber length phenotyping measurements and prediction inputs are reproduced in its own publicly available supplementary material hosted at the Frontiers article page: Supplementary Table 4 (TPM expression profiles of the 474 GFL genes in the RIL population), Supplementary Tables 6 and 7 (SNP/InDel genotypes)Dataset · publicoundation Collaborative Research grant (DBI-1458515). The open access publishing fees for this article have been partially covered by the Texas A&M University Open Access to Knowledge Fund (OAKFund), supported by the University Libraries.
Supplementary Material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2020.583277/full#supplementary-material
Supplementary Figure 1
Examples of validation of cotton GFL SNPs by allele-specific PCR.
Click here for additional data file.
Supplementary Figure 2
Selection of key GFL genes for GBB.
Click here for additional data file.
Supplementary Figure 3
Prediction of fiber length using diOpen asset ↗lines:130-209Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 9 Sept 2026
The development of high-throughput genotyping and phenotyping has provided access to many tools to accelerate plant breeding programs. Unmanned Aerial Systems (UAS)-based remote sensing is being broadly implemented for field-based high-throughput phenotyping due to its low cost and the capacity to rapidly cover large breeding populations. The Structure-from-Motion photogrammetry processes aerial images taken from multiple perspectives over a field to an orthomosaic photo of a complete field experiment, allowing spectral or morphological trait extraction from the canopy surface for each individual field plot. However, some phenotypic information observable in each raw aerial image seems to be lost to the orthomosaic photo, probably due to photogrammetry processes such as pixel merging and blending. To formally assess this, we introduced a set of image processing methods to extract phenotypes from orthorectified raw aerial images and compared them to the negative control of extracting the same traits from processed orthomosaic images. We predict that standard measures of accuracy in terms of the broad-sense heritability of the remote sensing spectral traits will be higher using the orthorectified photos than with the orthomosaic image. Using three case studies, we therefore compared the broad-sense heritability of phenotypes in wheat breeding nurseries including, (1) canopy temperature from thermal imaging, (2) canopy normalized difference vegetation index (NDVI), and (3) early-stage ground cover from multispectral imaging. We evaluated heritability estimates of these phenotypes extracted from multiple orthorectified aerial images via four statistical models and compared the results with heritability estimates of these phenotypes extracted from a single orthomosaic image. Our results indicate that extracting traits directly from multiple orthorectified aerial images yielded increased estimates of heritability for all three phenotypes through proper modeling, compared to estimation using traits extracted from the orthomosaic image. In summary, the image processing methods demonstrated in this study have the potential to improve the quality of the plant trait extracted from high-throughput imaging. This, in turn, can enable breeders to utilize phenomics technologies more effectively for improved selection.
Why it matches plant phenotyping methodsUAS画像から植物形質を抽出する画像処理手法を導入し、オルソモザイク画像との比較で精度・遺伝率を検証しており、フェノタイピング手法が中心である。
abstractwe introduced a set of image processing methods to extract phenotypes from orthorectified raw aerial images and compared them to the negative control of extracting the same traits from processed orthomosaic images.
Reproduction assets foundThe paper publicly deposits its plot-level orthomosaic and orthorectified images (the phenotyping inputs/outputs of this study) at a KSU repository. The authors' Python analysis code (bip, traitExtraction) is mentioned via GitHub footnotes, but those URLs are not in the allowed list, so they cannot be included as verifDataset · publicData associated with these experiments, including the cropped, plot-level orthomosaic images and corresponding orthorectified images, can be accessed at the public repository 7 .Open asset ↗lines:528-572Supplement · publicSupplementary Table 2 ), were used to extract two independent datasets for the CT trait.Open asset ↗lines:333-343Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Grassland-based ruminant livestock production provides a sustainable alternative to intensive production systems relying on concentrated feeds. However, grassland-based roughage often lacks the energy content required to meet the productivity potential of modern livestock breeds. Forage legumes, such as red clover, with increased starch content could partly replace maize and cereal supplements. However, breeding for increased starch content requires efficient phenotyping methods. This study is unique in evaluating a non-destructive hyperspectral imaging approach to estimate leaf starch content in red clover for enabling efficient development of high starch red clover genotypes. We assessed prediction performance of partial least square regression models (PLSR) using cross-validation, and validated model performance with an independent test set under controlled conditions. Starch content of the training set ranged from 0.1 to 120.3 mg g -1 DW. The best cross-validated PLSR model explained 56% of the measured variation and yielded a root mean square error (RMSE) of 17 mg g -1 DW. Model performance decreased when applying the trained model on the independent test set (RMSE = 29 mg g -1 DW, R 2 = 0.36). Different variable selection methods did not increase model performance. Once validated in the field, the non-destructive spectral method presented here has the potential to detect large differences in leaf starch content of red clover genotypes. Breeding material could be sampled and selected according to their starch content without destroying the plant.
Why it matches plant phenotyping methodsレッドクローバー葉のデンプン含量という植物形質を、非破壊ハイパースペクトル画像とPLSRで推定する手法を開発・検証しており、フェノタイピング手法が研究の中心である。
abstractbreeding for increased starch content requires efficient phenotyping methods.
Reproduction assets foundThe paper's data availability statement points to a Zenodo deposit containing the study's spectral and starch datasets. The simplerspec R package (Baumann 2019) is cited as a generic tool, not a paper-specific asset; the pls package is a generic CRAN library.Dataset · publicThe datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://zenodo.org/record/3598699#.XhOLvdko_d4 .Open asset ↗zenodo · 3598699lines:389-441Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Wheat stripe rust is one of the main wheat diseases worldwide, which has significantly adverse effects on wheat yield and quality, posing serious threats on food security. Disease severity grading plays a paramount role in stripe rust disease management including breeding disease-resistant wheat varieties. Manual inspection is time-consuming, labor-intensive and prone to human errors, therefore, there is a clearly urgent need to develop more effective and efficient disease grading strategy by using automated approaches. However, the differences between wheat leaves of different levels of stripe rust infection are usually tiny and subtle, and, as a result, ordinary deep learning networks fail to achieve satisfying performance. By formulating this challenge as a fine-grained image classification problem, this study proposes a novel deep learning network C-DenseNet which embeds Convolutional Block Attention Module (CBAM) in the densely connected convolutional network (DenseNet). The performance of C-DenseNet and its variants is demonstrated via a newly collected wheat stripe rust grading dataset (WSRgrading dataset) at Northwest A&F University, Shaanxi Province, China, which contains a total of 5,242 wheat leaf images with 6 levels of stripe rust infection. The dataset was collected by using various mobile devices in the natural field condition. Comparative experiments show that C-DenseNet with a test accuracy of 97.99% outperforms the classical DenseNet (92.53%) and ResNet (73.43%). GradCAM++ network visualization also shows that C-DenseNet is able to pay more attention to the key areas in making the decision. It is concluded that C-DenseNet with an attention mechanism is suitable for wheat stripe rust disease grading in field conditions.
Why it matches plant phenotyping methodsコムギ葉の病害重症度を画像から推定する深層学習手法を開発し、データセット上で比較評価しており、植物表現型取得が中心である。
abstractthis study proposes a novel deep learning network C-DenseNet which embeds Convolutional Block Attention Module (CBAM) in the densely connected convolutional network (DenseNet).
Reproduction assets foundThe paper's WSRgrading dataset (5,242 field wheat leaf images with 6 stripe rust infection grades) is explicitly declared publicly available on the authors' GitHub repository.Dataset · publicThe raw data supporting the conclusions of this article are available at https://github.com/xingyu960/C-DenseNet-for-wheat-stripe-rust- .Open asset ↗C-DenseNet-for-wheat-stripe-rust-lines:541-596Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
Understanding plant growth processes is important for many aspects of biology and food security. Automating the observations of plant development-a process referred to as plant phenotyping-is increasingly important in the plant sciences, and is often a bottleneck. Automated tools are required to analyze the data in microscopy images depicting plant growth, either locating or counting regions of cellular features in images. In this paper, we present to the plant community an introduction to and exploration of two machine learning approaches to address the problem of marker localization in confocal microscopy. First, a comparative study is conducted on the classification accuracy of common conventional machine learning algorithms, as a means to highlight challenges with these methods. Second, a 3D (volumetric) deep learning approach is developed and presented, including consideration of appropriate loss functions and training data. A qualitative and quantitative analysis of all the results produced is performed. Evaluation of all approaches is performed on an unseen time-series sequence comprising several individual 3D volumes, capturing plant growth. The comparative analysis shows that the deep learning approach produces more accurate and robust results than traditional machine learning. To accompany the paper, we are releasing the 4D point annotation tool used to generate the annotations, in the form of a plugin for the popular ImageJ (FIJI) software. Network models and example datasets will also be available online.
Why it matches plant phenotyping methods植物の共焦点画像から細胞周期マーカーを自動検出・分割する機械学習手法を開発し、定量評価・比較検証しているため、植物表現型取得が中心である。
abstractAutomating the observations of plant development-a process referred to as plant phenotyping-is increasingly important in the plant sciences
Reproduction assets foundThe paper's Data Availability Statement explicitly deposits the confocal image datasets, annotations, and the annotation plugin in a public GitLab repository, matching the allowed URL.Code · publicample. As a pixel-wise segmentation is already produced by the network, but refined in post-processing to a single location in space, the network is already partially capable of generating meaningful 3D shape labels.
Data Availability Statement
The datasets and plugin used for this study can be found in the GitLab repository at https://gitlab.com/faraz.khan1/volumetric-segmentation-of-confocal-images .
Author Contributions
FK designed and implemented the computational algorithms, models and experiments. MP wrote the annotation tool and provided guidance. UV performed biological experiments and annotation. AF managed the project and helped design the approaches, with MP and FK. All authors coOpen asset ↗gitlab.com/faraz.khan1/volumetric-segmentation-of-confocal-imageslines:320-348Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 14 Sept 2026
Image-based phenotype data with high temporal resolution offers advantages over end-point measurements in plant quantitative genetics experiments, because growth dynamics can be assessed and analysed for genotype-phenotype association. Recently, network-based camera systems have been deployed as customizable, low-cost phenotyping solutions. Here, we implemented a large, automated image-capture system based on distributed computing using 180 networked Raspberry Pi units that could simultaneously monitor 1800 white clover (Trifolium repens) plants. The camera system proved stable with an average uptime of 96% across all 180 cameras. For analysis of the captured images we developed the Greenotyper image analysis pipeline. It detected the location of the plants with a bounding box accuracy of 97.98%, and the U-net-based plant segmentation had an Intersection over Union accuracy of 0.84 and a pixel accuracy of 0.95. We used Greenotyper to analyse a total of 355027 images, which required 24-36 hours. Automated phenotyping using a large number of static cameras and plants thus proved a cost-effective alternative to systems relying on conveyor belts or mobile cameras.
Why it matches plant phenotyping methods大規模カメラ撮像システムとGreenotyper画像解析パイプラインを開発・評価し、植物位置検出とセグメンテーション精度を検証しているため、植物表現型取得法が中心である。
abstractHere, we implemented a large, automated image-capture system based on distributed computing using 180 networked Raspberry Pi units that could simultaneously monitor 1800 white clover (Trifolium repens) plants.
Combining information of plant physiological processes with climate control systems can improve control accuracy in controlled environments as greenhouses and plant factories. Through that, resource optimization can be achieved. To predict the plant physiological processes and implement them in control actions of interest, a reliable monitoring system and a capable control system are needed. In this paper, we focused on the option to use real-time crop monitoring for precision climate control in greenhouses. For that, we studied the processes and external factors influencing leaf net CO 2 assimilation rate ( A L , µmol CO 2 m -2 s -1 ) as possible variables of a plant performance indicator. While measured greenhouse environmental variables such as light, temperature, or humidity showed a direct relation between A L and light-quantum yield of photosystem II (Φ 2 ), we defined three objectives: (1) to explore the relationship between climate variables and A L , as well as Φ 2 ; (2) create a simple and reliable method for real-time prediction of A L with continuously Φ 2 measurements; and (3) calibrate parameters to predict chloroplast electron transport rate as input in A L modelling. Due to practical obstacles in measuring CO 2 gas-exchange in commercial production, we explored a method to predict A L by measuring Φ 2 of leaves in a commercial hydroponic greenhouse tomato crop ("Pureza"). We calculated A L with two different approaches based on either the negative exponential response model with simplified biochemical equations (marked as Model I) or the non-rectangular hyperbola full biochemical photosynthetic models (marked as Model II). Using Model I can only be used to predict A L with large uncertainty (R 2 0.64; RMSE 2.21), while using Φ 2 as input to Model II could be used to improve the prediction accuracy of A L (R 2 0.71; RMSE 1.98). Our results suggests that (1) Φ 2 light signals can be used to predict net photosynthesis rate with high accuracy; (2) a parameterized photosynthetic electron transport rate model is suitable predicting measured electron transport rate ( J ) and A L . The system can be used as decision support system (DSS) for plant and crop performance monitoring when leaf-dynamics are up-scaled to the plant or crop level.
Why it matches plant phenotyping methods葉のΦ2測定とモデル化により光合成速度・電子伝達速度をリアルタイム推定する監視システムを開発・評価しており、植物生理形質の取得手法が研究の中心である。
abstractcreate a simple and reliable method for real-time prediction of A L with continuously Φ 2 measurements
Reproduction assets foundThe paper's measured phenotyping data (leaf CO2 assimilation, chlorophyll fluorescence Φ2, and greenhouse environmental variables from the tomato crop) are stated to be included in the article's Supplementary Material (Supplementary Material A–B), publicly accessible at the Frontiers supplementary-material URL. No codeDataset · publicconstrued as a potential conflict of interest.
Acknowledgments
The authors thank the financial support from the program of China Scholarships Council for the first author and Wolfgang Pfeiffer for the technique support with the BERMONIS.
Supplementary Material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2020.01038/full#supplementary-material
Click here for additional data file.
Click here for additional data file.
Click here for additional data file.
References
Aggarwal C., Yu S. (2005). An effective and efficient algorithm for high-dimensional outlier detection. VLDB J.
14, 211–221.
Allen J. F. (2003). Cyclic, pseudocOpen asset ↗lines:575-613Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
To develop a stable estimation model and identify effective wavelengths that could explain the variations in leaf nitrogen (N) concentration with different N supplies, growing seasons, ecological locations, growth stages, and wheat cultivars. Four field experiments were performed during two consecutive years (2017-2019) at three sites (Yuanyang, Hebi, and Wenxian) in Henan, China. In situ canopy spectral reflectance data under the aforementioned N supply conditions were obtained over a range of 400-950 nm (visible and near-infrared region). On the basis of the canopy raw spectral reflectance data and their subsequent transformation by two different techniques, first-derivative reflectance (FDR) and continuum removal (CR), four multivariate regression methods were comparatively analyzed and used to develop predictive models for estimating leaf N concentration: multiple linear regression (MLR), principal component regression (PCR), partial least square (PLS), and support vector machine (SVM). Results showed that leaf N concentration and canopy reflectance significantly varied with the levels of N fertilization, and a good correlation was observed for all the spectral techniques. Seven wavelengths with relatively higher r values than the bands of the raw spectra centered at 508, 525, 572, 709, 780, 876, and 925 nm were specified using the FDR technique. Based on the full wavelengths, the FDR-SVM model exhibited a good performance for leaf N concentration estimation, with coefficients of determination ( r 2 val ) for the validation datasets and corresponding relative percent deviations (RPD val ) values of 0.842 and 2.383, respectively. However, the FDR-PLS yielded a more accurate assessment of the leaf N concentration than did the other methods, with r 2 val and RPD val values of 0.857 and 2.535, respectively. The variable importance in projection (VIP) scores from the FDR-PLS with the all canopy spectral region were used to screen the effective wavelengths of the spectral data. Therefore, six effective wavelengths centered at 525, 573, 710, 780, 875, and 924 nm were identified for leaf N concentration estimation. The SVM regression method with the effective wavelengths showed excellent performance for leaf N concentration estimation with r 2 val = 0.823 and RPD val = 2.280. These results demonstrated that the in situ canopy spectral technique is promising for the estimation of leaf N concentration in winter wheat based on the FDR-PLS regression model and the effective wavelengths identified.
Why it matches plant phenotyping methods冬コムギ葉N濃度という植物形質を対象に、キャノピー分光データ、波長変換、回帰モデルを用いた推定法を開発・比較・検証しており、フェノタイピング手法が研究の中心である。
abstractfour multivariate regression methods were comparatively analyzed and used to develop predictive models for estimating leaf N concentration
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicAll datasets presented in this study are included in the article/ Supplementary Material .Open asset ↗lines:559-596Code / dataset availability confirmedEurope PMC · Crossref · checked 9 Sept 2026
Rapeseed is an important oil crop in China. Timely estimation of rapeseed stand count at early growth stages provides useful information for precision fertilization, irrigation, and yield prediction. Based on the nature of rapeseed, the number of tillering leaves is strongly related to its growth stages. However, no field study has been reported on estimating rapeseed stand count by the number of leaves recognized with convolutional neural networks (CNNs) in unmanned aerial vehicle (UAV) imagery. The objectives of this study were to provide a case for rapeseed stand counting with reference to the existing knowledge of the number of leaves per plant and to determine the optimal timing for counting after rapeseed emergence at leaf development stages with one to seven leaves. A CNN model was developed to recognize leaves in UAV-based imagery, and rapeseed stand count was estimated with the number of recognized leaves. The performance of leaf detection was compared using sample sizes of 16, 24, 32, 40, and 48 pixels. Leaf overcounting occurred when a leaf was much bigger than others as this bigger leaf was recognized as several smaller leaves. Results showed CNN-based leaf count achieved the best performance at the four- to six-leaf stage with F-scores greater than 90% after calibration with overcounting rate. On average, 806 out of 812 plants were correctly estimated on 53 days after planting (DAP) at the four- to six-leaf stage, which was considered as the optimal observation timing. For the 32-pixel patch size, root mean square error (RMSE) was 9 plants with relative RMSE (rRMSE) of 2.22% on 53 DAP, while the mean RMSE was 12 with mean rRMSE of 2.89% for all patch sizes. A sample size of 32 pixels was suggested to be optimal accounting for balancing performance and efficiency. The results of this study confirmed that it was feasible to estimate rapeseed stand count in field automatically, rapidly, and accurately. This study provided a special perspective in phenotyping and cultivation management for estimating seedling count for crops that have recognizable leaves at their early growth stage, such as soybean and potato.
Why it matches plant phenotyping methodsUAV画像とCNNを用いて rapeseed の葉を認識し、植物体数(stand count)を自動推定する手法の開発・性能評価が研究の中心であるため、植物フェノタイピング方法論に該当します。
abstractA CNN model was developed to recognize leaves in UAV-based imagery, and rapeseed stand count was estimated with the number of recognized leaves.
Reproduction assets foundThe paper's data availability statement explicitly deposits the 'Rapeseed_seedling_counting' data (supporting the UAV imagery-based stand count findings) in a public GitHub repository with an authors' URL, qualifying as a paper-specific public asset.Dataset · publicThe “Rapeseed_seedling_counting” data that support the findings of this study are available in “LARSC-Lab/Rapeseed_seedling_counting” in GitHub, which can be found at https://github.com/LARSC-Lab/Rapeseed_seedling_counting .Open asset ↗LARSC-Lab/Rapeseed_seedling_countinglines:590-664Code / dataset availability confirmedOpenAlex · Europe PMC · checked 14 Sept 2026
Increasing dry matter yield is the most important objective in perennial ryegrass breeding program. Current yield assessment methods are time-consuming and subjective. These assessments involve multiple measurements and selection procedures across seasons and years to evaluate biomass yield repeatedly. This contributes to the slow process of new cultivar development and commercialisation. This study developed and validated a computational phenotyping workflow for image acquisition, processing and analysis of spaced planted ryegrass and investigated sensor-based dry matter yield (DMY) yield estimation of individual plants through normalised difference vegetative index (NDVI) and ultrasonic plant height data extraction. The DMY of 48,000 individual plants representing fifty advanced breeding lines and commercial cultivars was accurately estimated at multiple harvests across the growing season. NDVI, plant height and predicted DMY obtained from aerial and ground-based sensors illustrated the variation within and between cultivars across different seasons. Combining NDVI and plant height of individual plants was a robust method to enable high-throughput phenotyping of biomass yield in ryegrass breeding. Similarly, the plot-level model indicated good to high-correlation between the predicted and measured DMY across three seasons with R² between 0.19- 0.81 and root mean square errors (RMSE) values ranging from 0.09-0.21 kg/plot. The model was further validated using a combined regression of the three seasons harvests. This study further sets a foundation for the application of sensor technologies combined with genomic studies that lead to greater rates of genetic gain in perennial ryegrass biomass yield.
Why it matches plant phenotyping methods植物バイオマス収量を推定する画像・センサー・計算ワークフローの開発と検証が研究の中心であり、高スループット表現型解析手法として明確に該当する。
abstractThis study developed and validated a computational phenotyping workflow for image acquisition, processing and analysis of spaced planted ryegrass
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicAll datasets generated for this study are included in the article/ Supplementary Material .Open asset ↗lines:407-424Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Pollen studies are important for the assessment of present and past environment, including biodiversity, sexual reproduction of plants and plant-pollinator interactions, monitoring of aeroallergens, and impact of climate and pollution on wild communities and cultivated crops. Although information on chemical composition of pollen is of importance in all of those research areas, pollen chemistry has been rarely measured due to complex and time-consuming analyses. Vibrational spectroscopies, coupled with multivariate data analysis, have shown great potential for rapid chemical characterization, identification and classification of pollen. This study, comprising 219 species from all principal taxa of seed plants, has demonstrated that high-quality Raman spectra of pollen can be obtained by Fourier transform (FT) Raman spectroscopy. In combination with Fourier transform infrared spectroscopy (FTIR), FT-Raman spectroscopy is obtaining comprehensive information on pollen chemistry. Presence of all the main biochemical constituents of pollen, such as proteins, lipids, carbohydrates, carotenoids and sporopollenins, have been identified and detected in the spectra, and the study shows approaches to measure relative and absolute content of these constituents. The results show that FT-Raman spectroscopy has clear advantage over standard dispersive Raman measurements, in particular for measurement of pollen samples with high pigment content. FT-Raman spectra are strongly biased toward chemical composition of pollen wall constituents, namely sporopollenins and pigments. This makes Raman spectra complementary to FTIR spectra, which over-represent chemical constituents of the grain interior, such as lipids and carbohydrates. The results show a large variability in pollen chemistry for families, genera and even congeneric species, revealing wide range of reproductive strategies, from storage of nutrients to variation in carotenoids and phenylpropanoids. The information on pollen's chemical patterns for major plant taxa should be of outstanding value for various studies in plant biology and ecology, including aerobiology, palaeoecology, forensics, community ecology, plant-pollinator interactions, and climate effects on plants.
Why it matches plant phenotyping methodsFT-Raman/FTIRによる花粉の化学組成という植物器官形質の取得・定量が研究の中心であり、多数種で測定性能と相補性を評価している。
abstractThis study, comprising 219 species from all principal taxa of seed plants, has demonstrated that high-quality Raman spectra of pollen can be obtained by Fourier transform (FT) Raman spectroscopy.
Reproduction assets foundThe paper's FTIR and FT-Raman pollen spectral datasets (the paper's core phenotyping measurements) are explicitly stated to be publicly available in the article's Supplementary Material, hosted at the Frontiers supplementary-material URL.Dataset · publicAll measured FTIR and FT-Raman spectral data is available in the Supplementary Material .Open asset ↗lines:543-590Code / dataset availability confirmedOpenAlex · Crossref · Europe PMC · checked 9 Sept 2026
Image-based plant phenotyping has been steadily growing and this has steeply increased the need for more efficient image analysis techniques capable of evaluating multiple plant traits. Deep learning has shown its potential in a multitude of visual tasks in plant phenotyping, such as segmentation and counting. Here, we show how different phenotyping traits can be extracted simultaneously from plant images, using Multi-Task Learning (MTL). MTL leverages information contained in the training images of related tasks to improve overall generalization and learns models with fewer labels. We present a Multi-Task Deep Learning framework for plant phenotyping, able to infer three traits simultaneously: (i) leaf count; (ii) projected leaf area (PLA); and (iii) genotype classification. We adopted a modified ResNet50 as a feature extractor, trained end-to-end to predict multiple traits. We also leverage MTL to show that through learning from more easily obtainable annotations (such as PLA and genotype) we can predict a better leaf count (harder to obtain annotation). We evaluate our findings on several publicly available datasets of top-view images of Arabidopsis thaliana. Experimental results show that the proposed MTL method improves the leaf count Mean Squared Error (MSE) by more than 40 %, compared to a single task network on the same dataset. We also show that our MTL framework can be trained with up to 75 % fewer leaf count annotations without significantly impacting performance, whereas a single task model shows a steady decline when fewer annotations are available.
Why it matches plant phenotyping methods植物画像から複数形質を同時推定するマルチタスク深層学習手法の開発・評価が中心であり、明確な植物フェノタイピング方法論研究である。
abstractWe present a Multi-Task Deep Learning framework for plant phenotyping, able to infer three traits simultaneously: (i) leaf count; (ii) projected leaf area (PLA); and (iii) genotype classification.
Reproduction assets foundThe paper's authors provide public analysis code (MTL phenotyping framework) on GitHub, and the study analyzes publicly available CVPPP plant image datasets (Ara2013, A1, A4) hosted on plant-phenotyping.org. Both are paper-specific, public, and actionable.Code · publicCode available at https://github.com/andobrescu/Multi_task_plant_phenotyping .Open asset ↗andobrescu/Multi_task_plant_phenotypinglines:224-295Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.plant-phenotyping.org/CVPPP2017-challenge .Open asset ↗lines:607-694Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
The micro-morphology of leaf epidermises is valuable for the study of leaf development and function, as well as the classification of plant species. There have been few studies comparing different preparation and imaging methods for visualizing the leaf epidermis. Here, four specimen preparation methods were used to investigate the leaf epidermis morphology of Arabidopsis , radish, cucumber, wheat, rice, and maize, under an inverted basic light microscope (LM), a laser scanning confocal microscope (LSCM), or a scanning electron microscope (SEM). Optical microscope specimens were obtained using either the direct isolation method or the chloral hydrate-based clearing method. SEM images were obtained using a standard stage for conventional dehydrated samples or a Coolstage for fresh tissue. Different parts of epidermis peels were well focused under the LM. Investigation of samples cleared by chloral hydrate is convenient and autofluorescence of cell walls can be detected in rice. The resolution of images of conventional SEM leaf samples was generally higher than the Coolstage images at the same magnification, whereas local collapse and shrinkage were observed in leaves with high water content when using the conventional method. However, stomatal apparatuses of Arabidopsis , cucumber, radish, and maize deformed and showed poor appearance when using the Coolstage. Moreover, we usually used glutaraldehyde as an SEM fixative when using t-butanol for freeze-drying, though methanol is considered a better fixative in recent studies. In addition, fresh samples were not stable on the Coolstage. Thus, we compared four different t-butanol freeze-drying methods and two Coolstage methods. The dimension and morphology of tissues were compared using the six different methods. The results indicate that methanol fixative obviously reduced shrinkage of SEM samples compared with glutaraldehyde and formaldehyde alcohol acetic acid (FAA) fixatives. The use of methanol and a graded series of steps improved the preservation of samples. Preparing samples with optimal cutting temperature compound and observing at -30°C helped to increase the stability of Coolstage samples. In summary, our results provide an overview of the shortcomings and merits of four different methods, and might provide some information about choosing an optimal method for visualizing epidermal morphology.
Why it matches plant phenotyping methods葉表皮形態の可視化について、複数の試料調製法・顕微鏡法を比較し、組織形態の保存性や画像品質を評価しており、植物形質取得法が研究の中心である。
abstractThere have been few studies comparing different preparation and imaging methods for visualizing the leaf epidermis.
Reproduction assets foundThe paper reports LM/LSCM/SEM imaging of leaf epidermises and shrinkage/stability measurements. No author analysis code, trained models, or external repository deposit is mentioned. The only paper-specific public asset is the article's Supplementary Material, which the authors state contains all data generated or analySupplement · publicgy Project of Henan Province (182102110234).
Conflict of Interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Supplementary Material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2020.00133/full#supplementary-material
Click here for additional data file.
Abbreviations
SEM, scanning electron microscope; LSCM, laser scanning confocal microscope; LM, light microscope; DIC, differential interference contrast; CPD, critical point drying; OCT, optimum cutting temperature.
References
Bailes E. J. GlovOpen asset ↗lines:293-368Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
The ability of a genotype to stay green affects the primary target traits grain yield (GY) and grain protein concentration (GPC) in wheat. High throughput methods to assess senescence dynamics in large field trials will allow for (i) indirect selection in early breeding generations, when yield cannot yet be accurately determined and (ii) mapping of the genomic regions controlling the trait. The aim of this study was to develop a robust method to assess senescence based on hyperspectral canopy reflectance. Measurements were taken in three years throughout the grain filling phase on >300 winter wheat varieties in the spectral range from 350 to 2500 nm using a spectroradiometer. We compared the potential of spectral indices (SI) and full-spectrum models to infer visually observed senescence dynamics from repeated reflectance measurements. Parameters describing the dynamics of senescence were used to predict GY and GPC and a feature selection algorithm was used to identify the most predictive features. The three-band plant senescence reflectance index (PSRI) approximated the visually observed senescence dynamics best, whereas full-spectrum models suffered from a strong year-specificity. Feature selection identified visual scorings as most predictive for GY, but also PSRI ranked among the most predictive features while adding additional spectral features had little effect. Visually scored delayed senescence was positively correlated with GY ranging from r = 0.173 in 2018 to r = 0.365 in 2016. It appears that visual scoring remains the gold standard to quantify leaf senescence in moderately large trials. However, using appropriate phenotyping platforms, the proposed index-based parameterization of the canopy reflectance dynamics offers the critical advantage of upscaling to very large breeding trials.
Why it matches plant phenotyping methodsコムギの老化動態をハイパースペクトル反射から推定する頑健な表現型計測法の開発が研究の中心であり、スペクトル指標と全スペクトルモデルを比較・評価している。
abstractThe aim of this study was to develop a robust method to assess senescence based on hyperspectral canopy reflectance.
Reproduction assets foundThe paper's data availability statement points to an ETH research-collection deposit for the experimental phenotyping data (hyperspectral reflectance, visual senescence scorings, GY/GPC) and states that all analysis scripts are publicly available, with a GitHub development repository and an archived ETH version.Dataset · publicExperimental data supporting the conclusions of this article can be downloaded here: https://doi.org/10.3929/ethz-b-000365618 .Open asset ↗10.3929/ethz-b-000365618lines:853-864Code · publicAll analysis scripts required to reproduce the results published in this article are publicly available.Open asset ↗lines:853-864Code / dataset availability confirmedOpenAlex · Europe PMC · checked 9 Sept 2026
Natural language descriptions of plant phenotypes are a rich source of information for genetics and genomics research. We computationally translated descriptions of plant phenotypes into structured representations that can be analyzed to identify biologically meaningful associations. These representations include the entity-quality (EQ) formalism, which uses terms from biological ontologies to represent phenotypes in a standardized, semantically rich format, as well as numerical vector representations generated using natural language processing (NLP) methods (such as the bag-of-words approach and document embedding). We compared resulting phenotype similarity measures to those derived from manually curated data to determine the performance of each method. Computationally derived EQ and vector representations were comparably successful in recapitulating biological truth to representations created through manual EQ statement curation. Moreover, NLP methods for generating vector representations of phenotypes are scalable to large quantities of text because they require no human input. These results indicate that it is now possible to computationally and automatically produce and populate large-scale information resources that enable researchers to query phenotypic descriptions directly.
Why it matches plant phenotyping methods植物表現型記述をNLPで構造化・ベクトル化し、手動キュレーションとの性能比較で検証する計算手法が中心である。
abstractWe computationally translated descriptions of plant phenotypes into structured representations that can be analyzed to identify biologically meaningful associations.
Reproduction assets foundThe paper's data availability statement explicitly deposits the authors' analysis code on GitHub (irbraun/phenologs) and all files needed to reproduce the results (including the phenotype/EQ datasets used) on Zenodo (doi 10.5281/zenodo.3255020). These are paper-specific, public, and actionable assets for the phenotype-Code · publicThe code used to produce the results of this work is available at github.com/irbraun/phenologs . Files necessary to reproduce the discussed results, datasets used to generate figures presented in this work, and other supplemental files are available at doi.org/10.5281/zenodo.3255020 .Open asset ↗irbraun/phenologs · 10.5281/zenodo.3255020lines:792-814Dataset · publicFiles necessary to reproduce the discussed results, datasets used to generate figures presented in this work, and other supplemental files are available at doi.org/10.5281/zenodo.3255020 . This data repository also includes versions of the previously described datasets available as supplemental data of Oellrich, Walls et al. (2015) and Lloyd and Meinke (2012) , for the purpose of making this study reproducible without any additional external files.Open asset ↗10.5281/zenodo.3255020lines:792-814Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
Computer vision models that can recognize plant diseases in the field would be valuable tools for disease management and resistance breeding. Generating enough data to train these models is difficult, however, since only trained experts can accurately identify symptoms. In this study, we describe and implement a two-step method for generating a large amount of high-quality training data with minimal expert input. First, experts located symptoms of northern leaf blight (NLB) in field images taken by unmanned aerial vehicles (UAVs), annotating them quickly at low resolution. Second, non-experts were asked to draw polygons around the identified diseased areas, producing high-resolution ground truths that were automatically screened based on agreement between multiple workers. We then used these crowdsourced data to train a convolutional neural network (CNN), feeding the output into a conditional random field (CRF) to segment images into lesion and non-lesion regions with accuracy of 0.9979 and F1 score of 0.7153. The CNN trained on crowdsourced data showed greatly improved spatial resolution compared to one trained on expert-generated data, despite using only one fifth as many expert annotations. The final model was able to accurately delineate lesions down to the millimeter level from UAV-collected images, the finest scale of aerial plant disease detection achieved to date. The two-step approach to generating training data is a promising method to streamline deep learning approaches for plant disease detection, and for complex plant phenotyping tasks in general.
Why it matches plant phenotyping methodsUAV画像から植物病斑を高解像度で抽出するための教師データ生成、CNN・CRF解析手法を開発・評価しており、植物病害状態の取得方法が中心的です。
abstractwe describe and implement a two-step method for generating a large amount of high-quality training data with minimal expert input.
Reproduction assets foundThe paper states that all UAV field images and lesion annotations (expert lines and crowdsourced polygons) used or generated in the study are publicly available in an Open Science Framework repository, directly reproducing this paper's phenotyping data.Dataset · publica single bounding polygon delineating the boundaries of a single lesion ( Figure 2 , top right), previously annotated with a line down the major axis by one of two human experts ( Wiesner-Hanks et al., 2018 ). All images and annotations used, generated, or described herein are available in an Open Science Framework repository ( https://osf.io/p67rz ).
Figure 2
Comparison of annotations used and results of expert-drawn-lines model (left; Wu et al., 2019 ) and crowdsourced-polygon model described here (right). Top row: original image with annotations overlaid. Middle row: heatmap created by applying convolutional neural network in sliding window across image, brightness indOpen asset ↗Open Science Framework · osf.io/p67rzlines:34-44Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Conventional methods for screening for stress-tolerant cereal varieties rely on expensive, labour-intensive field testing and molecular biology techniques. Here, we use the root hair assay (RHA) as a rapid screening tool to identify stress-tolerant varieties at the early seedling stage. Wheat and barley seedlings had stress applied, and the response quantified in terms of programmed cell death (PCD), viability and necrosis. Heat shock experiments of seven barley varieties showed that winter and spring barley varieties could be partitioned into their two distinct seasonal groups based on their PCD susceptibility, allowing quick data-driven evaluation of their thermotolerance at an early seedling stage. In addition, evaluating the response of eight wheat varieties to heat and salt stress allowed identification of their PCD inflection points (35°C and 150 mM NaCl), where the largest differences in PCD levels arise. Using the PCD inflection points as a reference, we compared different stress effects and found that heat-susceptible wheat varieties displayed similar vulnerabilities to salt stress. Stress-induced PCD levels also facilitated the assessment of the basal, induced and cross-stress tolerance of wheat varieties using single, combined and multiple individual stress exposures by applying concurrent heat and salt stress in a time-course experiment. Two stress-susceptible varieties were found to have low constitutive resistance as illustrated by their high PCD levels in response to single and combined stress exposure. However, both varieties had a fast, adaptive response as PCD levels declined at the other time-points, showing that even with low constitutive resistance, the initial stress cue primes cross-stress tolerance adaptations for enhanced resistance even to a second, different stress type. Here, we demonstrate the RHA's suitability for high-throughput analysis (∼4 days from germination to data collection) of multiple cereal varieties and stress treatments. We also showed the versatility of using stress-induced PCD levels to investigate the role of constitutive and adaptive resistance by exploring the temporal progression of cross-stress tolerance. Our results show that by identifying suboptimal PCD levels in vivo in a laboratory setting, we can preliminarily identify stress-susceptible cereal varieties and this information can guide further, more efficiently targeted, field-scale experimental testing.
Why it matches plant phenotyping methods根毛アッセイ(RHA)を用いてストレス誘導性PCD・生存性・壊死を定量し、作物品種の耐性を迅速かつハイスループットにスクリーニングする手法を実証しており、表現型取得法が研究の中心である。
abstractHere, we use the root hair assay (RHA) as a rapid screening tool to identify stress-tolerant varieties at the early seedling stage.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Supplement · publicAll datasets generated for this study are included in the article/ Supplementary Material .Open asset ↗lines:703-766Code / dataset availability confirmedEurope PMC · OpenAlex · Crossref · checked 9 Sept 2026
Nitrogen use efficiency (NUE) in crops is generally low, with more than 60% of applied nitrogen (N) being lost to the environment, which increases production costs and affects ecosystems and human habitats. To overcome these issues, the breeding of crop varieties with improved NUE is needed, requiring efficient phenotyping methods along with molecular and genetic approaches. To develop an effective phenotypic screening method, experiments on wheat varieties under various N levels were conducted in the automated phenotyping platform at Plant Phenomics Victoria, Horsham. The results from the initial experiment showed that two relative N levels-5 mM and 20 mM, designated as low and optimum N, respectively-were ideal to screen a diverse range of wheat germplasm for NUE on the automated imaging phenotyping platform. In the second experiment, estimated plant parameters such as shoot biomass and top-view area, derived from digital images, showed high correlations with phenotypic traits such as shoot biomass and leaf area seven weeks after sowing, indicating that they could be used as surrogate measures of the latter. Plant growth analysis confirmed that the estimated plant parameters from the vegetative linear growth phase determined by the "broken-stick" model could effectively differentiate the performance of wheat varieties for NUE. Based on this study, vegetative phenotypic screens should focus on selecting wheat varieties under low N conditions, which were highly correlated with biomass and grain yield at harvest. Analysis indicated a relationship between controlled and field conditions for the same varieties, suggesting that greenhouse screens could be used to prioritise a higher value germplasm for subsequent field studies. Overall, our results showed that this phenotypic screening method is highly applicable and can be applied for the identification of N-efficient wheat germplasm at the vegetative growth phase.
Why it matches plant phenotyping methods自動画像フェノタイピング基盤を用い、デジタル画像から植物形質の推定値を抽出してN利用効率スクリーニング法を開発・評価しており、フェノタイピング手法が研究の中心である。
abstractTo develop an effective phenotypic screening method, experiments on wheat varieties under various N levels were conducted in the automated phenotyping platform at Plant Phenomics Victoria, Horsham.
Reproduction assets found本文中に内容が明示された植物フェノタイピング関連の補足表と、その公開リンクを確認しました。Supplement · publicSupplementary Table 1 , was supplied depending on the crop growth stages (vegetative or reproductive).Open asset ↗lines:306-315Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Hyperspectral remote sensing holds the potential to detect and quantify crop diseases in a rapid and non-invasive manner. Such tools could greatly benefit resistance breeding, but their adoption is hampered by i) a lack of specificity to disease-related effects and ii) insufficient robustness to variation in reflectance caused by genotypic diversity and varying environmental conditions, which are fundamental elements of resistance breeding. We hypothesized that relying exclusively on temporal changes in canopy reflectance during pathogenesis may allow to specifically detect and quantify crop diseases while minimizing the confounding effects of genotype and environment. To test this hypothesis, we collected time-resolved canopy hyperspectral reflectance data for 18 diverse genotypes on infected and disease-free plots and engineered spectral-temporal features representing this hypothesis. Our results confirm the lack of specificity and robustness of disease assessments based on reflectance spectra at individual time points. We show that changes in spectral reflectance over time are indicative of the presence and severity of Septoria tritici blotch (STB) infections. Furthermore, the proposed time-integrated approach facilitated the delineation of disease from physiological senescence, which is pivotal for efficient selection of STB-resistant material under field conditions. A validation of models based on spectral-temporal features on a diverse panel of 330 wheat genotypes offered evidence for the robustness of the proposed method. This study demonstrates the potential of time-resolved canopy reflectance measurements for robust assessments of foliar diseases in the context of resistance breeding.
Why it matches plant phenotyping methods圃場ハイパースペクトル反射の時系列特徴量を開発・検証し、コムギの病害存在と重症度を定量化する手法が研究の中心であるため。
abstractwe collected time-resolved canopy hyperspectral reflectance data for 18 diverse genotypes on infected and disease-free plots and engineered spectral-temporal features representing this hypothesis.
Reproduction assets foundThe paper's data availability statement explicitly deposits the datasets generated and analyzed (canopy hyperspectral reflectance, STB scorings, PLACL leaf-scan measurements) in the ETH Zürich research repository with a DOI, and makes all analysis scripts (R/Python, including the stb_placl leaf-image analysis pipeline)Dataset · publicThe datasets generated and analyzed for this study can be found in the ETH Zürich publications and research data repository ( https://www.research-collection.ethz.ch/ ) and can be downloaded from the following link: https://doi.org/10.3929/ethz-b-000370027 .Open asset ↗ETH Zürich publications and research data repository · 10.3929/ethz-b-000370027lines:684-694Code · publicAll analysis scripts are publicly available. Development repositories: https://github.com/and-jonas/Andereggetal2019b and https://github.com/and-jonas/stb_placl. Programming language: R, Python. License: GNU General Public License, version 3 (GPL-3.0).Open asset ↗github.com/and-jonas/Andereggetal2019blines:684-694Code · publicAll analysis scripts are publicly available. Development repositories: https://github.com/and-jonas/Andereggetal2019b and https://github.com/and-jonas/stb_placl. Programming language: R, Python. License: GNU General Public License, version 3 (GPL-3.0).Open asset ↗github.com/and-jonas/stb_placllines:684-694Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Climate change is steering tree breeding programs towards the development of families and genotypes that will be adapted and more resilient to changing environments. Making genotype-phenotype-environment connections is central to these predictions and it requires the evaluation of functional traits such as photosynthetic rates that can be linked to environmental variables. However, the ability to rapidly measure photosynthetic parameters has always been limiting. The estimation of V c,max and J max using CO 2 response curves has traditionally been time consuming, taking anywhere from 30 min to more than an hour, thereby drastically limiting the number of trees that can be assessed per day. Technological advancements have led to the development of a new generation of portable photosynthesis measurement systems offering greater chamber environmental control and automated sampling and, as a result, the proposal of a new, faster, method (RACiR) for measuring V c,max and J max . This method was developed using poplar trees and involves measuring photosynthetic responses to CO 2 over a range of CO 2 concentrations changing at a constant rate. The goal of the present study was to adapt the RACiR method for use on conifers whose measurement usually requires much larger leaf chambers. We demonstrate that the RACiR method can be used to estimate V c,max and J max in conifers and provide recommendations to enhance the method. The use our method in conifers will substantially reduce measurement time, thus greatly improving genotype evaluation and selection capabilities based on photosynthetic traits. This study led to the developpement of an R package (RapidACi, https://github.com/ManuelLamothe/RapidACi) that facilitates the correction of multiple RACiR files and the post-measurement correction of leaf areas.
Why it matches plant phenotyping methods針葉樹向けに光合成形質(V_c,max、J_max)の高速測定法を適応・検証し、解析用Rパッケージも開発しており、植物表現型取得法が研究の中心です。
abstractthe proposal of a new, faster, method (RACiR) for measuring V c,max and J max
Reproduction assets foundThe paper's RACiR correction/analysis R package (RapidACi) is publicly available on GitHub, and example raw data (one uncorrected RACiR curve with its corresponding ECRC and A-Ci-TRAD) are provided in a second public GitHub repository for use with the supplementary example analysis. The full measurement datasets are onCode · publicThe script used to make the corrections is available on Github ( https://github.com/ManuelLamothe/RapidACi ) it can be used to automatically correct multiple files at a time and to carry out post-measurement corrections to leaf areaOpen asset ↗ManuelLamothe/RapidACilines:301-307Dataset · publicdata from one uncorrected RACiR curve and its corresponding ECRC and ACi-TRAD are provided at https://github.com/GuillaumeOtisPrudhomme/TestFiles for use with the example analyses in Data Sheet 1Open asset ↗GuillaumeOtisPrudhomme/TestFileslines:480-531Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Crop yield is an essential measure for breeders, researchers, and farmers and is composed of and may be calculated by the number of ears per square meter, grains per ear, and thousand grain weight. Manual wheat ear counting, required in breeding programs to evaluate crop yield potential, is labor-intensive and expensive; thus, the development of a real-time wheat head counting system would be a significant advancement. In this paper, we propose a computationally efficient system called DeepCount to automatically identify and count the number of wheat spikes in digital images taken under natural field conditions. The proposed method tackles wheat spike quantification by segmenting an image into superpixels using simple linear iterative clustering (SLIC), deriving canopy relevant features, and then constructing a rational feature model fed into the deep convolutional neural network (CNN) classification for semantic segmentation of wheat spikes. As the method is based on a deep learning model, it replaces hand-engineered features required for traditional machine learning methods with more efficient algorithms. The method is tested on digital images taken directly in the field at different stages of ear emergence/maturity (using visually different wheat varieties), with different canopy complexities (achieved through varying nitrogen inputs) and different heights above the canopy under varying environmental conditions. In addition, the proposed technique is compared with a wheat ear counting method based on a previously developed edge detection technique and morphological analysis. The proposed approach is validated with image-based ear counting and ground-based measurements. The results demonstrate that the DeepCount technique has a high level of robustness regardless of variables, such as growth stage and weather conditions, hence demonstrating the feasibility of the approach in real scenarios. The system is a leap toward a portable and smartphone-assisted wheat ear counting systems, results in reducing the labor involved, and is suitable for high-throughput analysis. It may also be adapted to work on Red; Green; Blue (RGB) images acquired from unmanned aerial vehicle (UAVs).
Why it matches plant phenotyping methodsコムギ穂数という植物形質を圃場画像から自動抽出・計数する手法を開発し、比較検証・地上測定による妥当性確認まで行っており、フェノタイピング手法が研究の中心である。
abstractwe propose a computationally efficient system called DeepCount to automatically identify and count the number of wheat spikes in digital images taken under natural field conditions.
Reproduction assets foundThe paper provides an authors' public code URL (GitHub profile of the first author) for the DeepCount wheat spike counting model, and a data availability statement directing to the public DFW repository (ckan.grassroots.tools) and supplementary files for the datasets generated in this study.Code · publicThe code can be found at https://github.com/pouriast .Open asset ↗https://github.com/pouriastlines:557-572Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Background: An organism can be described by its observable features (phenotypes) and the genes and genomic information (genotypes) that cause these phenotypes. For many decades, researchers have tried to find relationships between genotypes and phenotypes, and great strides have been made. However, improved methods and tools for discovering and visualizing these phenotypic relationships are still needed. The maize genetics and genomics database (MaizeGDB, www.maizegdb.org) provides an array of useful resources for diverse data types including thousands of images related to mutant phenotypes in Zea mays ssp. mays (maize). To integrate mutant phenotype images with genomics information, we implemented and enhanced the web-based software package BioDIG (Biological Database of Images and Genomes). Findings: We developed a genotype-phenotype database for maize called MaizeDIG. MaizeDIG has several enhancements over the original BioDIG package. MaizeDIG, which supports multiple reference genome assemblies, is seamlessly integrated with genome browsers to accommodate custom tracks showing tagged mutant phenotypes images in their genomic context and allows for custom tagging of images to highlight the phenotype. This is accomplished through an updated interface allowing users to create image-to-gene links and is accessible via the image search tool. Conclusions: We have created a user-friendly and extensible web-based resource called MaizeDIG. MaizeDIG is preloaded with 2,396 images that are available on genome browsers for 10 different maize reference genomes. Approximately 90 images of classically defined maize genes have been manually annotated. MaizeDIG is available at http://maizedig.maizegdb.org/. The code is free and open source and can be found at https://github.com/Maize-Genetics-and-Genomics-Database/maizedig.
Why it matches plant phenotyping methodsトウモロコシの変異体表現型画像とゲノム情報を統合・検索・注釈するデータベース/ソフトウェアの開発が中心であり、植物表現型取得・活用基盤に該当する。
abstractWe developed a genotype-phenotype database for maize called MaizeDIG.
Reproduction assets foundThe paper describes MaizeDIG, a public genotype-phenotype image database preloaded with 2,396 maize mutant phenotype images, and its open-source code on GitHub. Both the database (phenotype image dataset) and the authors' code repository are explicitly public with URLs.Code · publicThe source code is free and open source and can be found at ( https://github.com/Maize-Genetics-and-Genomics-Database/maizedig ).Open asset ↗Maize-Genetics-and-Genomics-Database/maizediglines:357-427