Abstract Tomato leaf diseases (TLDs) such as Early Blight (EB), Late Blight (LB), and Leaf Mold (LM) have a negative impact on crop yield and quality, result-ing in economic losses in agriculture. Traditional diagnosis methods depend on the visual recognition of a disease, which are time-consuming, subjective and may be difficult to reach in rural settings. Keeping these drawbacks in mind, the present work introduces a Transfer Learning model for tomato leaf disease classification based on EfficientNetB3 network. A pretrained Ef-ficientNetB3 network, trained on ImageNet, is used to obtain discriminative features like lesion boundaries, discoloration, fungal textures, and infection spots. Images are cropped to 224 × 224 pixels and split into training, validation and test set. The proposed architecture employs Global Average Pooling, a dense layer with ReLU activation, drop out regularization and Softmax classifier for classification of tomato leaf images into four classes: Early Blight, Late Blight, Leaf Mold and Healthy. Experimental results show the high classification accuracy and low training, validation and test-ing losses. Inter-class misclassifications of the confusion matrix show very few, which supports good generalization. Moreover, Grad-CAM visualiza-tions can generate interpretable heat maps that point to the regions of the image affected by the disease, and multi-class ROC analysis gives high AUC values, which means that it has excellent class separability. The proposed framework provides a precise, reliable, and interpretable approach for auto-mated tomato leaf disease diagnosis, contributing to precision agriculture by assisting in early detection and prompt management of tomato diseases.
Why it matches plant phenotyping methodsトマト葉画像から病害状態を推定する深層学習手法が研究の中心であり、Grad-CAMによる病変領域の解釈と性能評価も行っているため、植物表現型計測手法として採択。
abstractthe present work introduces a Transfer Learning model for tomato leaf disease classification based on EfficientNetB3 network
Reproduction assets foundThe paper's tomato leaf disease classification uses a publicly available Kaggle dataset (PlantVillage-derived tomato leaf images, 4000 images across 4 classes), explicitly declared in the Data Availability statement with a public URL. No author code, trained models, or other paper-specific assets are disclosed.Dataset · publicitted in accordance with the Journal policies.
Permission to use third-party material
Images or figures are never published previously and did not take from any
internet resources.
Data Availability
The dataset used in this study is publicly available from the PlantVillage
tomato leaf disease dataset on Kaggle’s following link:
https://www.kaggle.com/datasets/kaustubhb999/tomatoleaf
Acknowledgements
The authors would like to thank SR University, Warangal, Telangana,
INDIA and Sharda University, Greater Noida, Uttar Pradesh, INDIA for
providing research facilities and computational resources to carry out this
work.Open asset ↗Kaggle · kaustubhb999/tomatoleafpdf-raw-page:20 lines:1-18Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Food productivity, quantity and quality are at stake when plant diseases such as rice diseases undermine the food security. Rice leaf disease treatment necessitates accurate and timely diagnosing. This study describes a deep learning model for categorizing and forecasting rice plant diseases. Using the remora optimization algorithm (ROA) on a rice leaf dataset demonstrates its potential for plant disease classification. The ROA-DM method detects rice leaf diseases using the ROA algorithm, a deep maxout network (DMN), and a deep autoencoder (DAE). ROA is applied to the learning parameters of deep model in order to achieve better convergence and avoiding local minima, which usually happens with conventional gradient-based optimizers. Experiments show that the suggested framework is accurate and precise across illness categories. The confusion matrices display the training and validation accuracy, losses of this model. The performance of our optimal learning method with respect to other methods indicated its potential for identifying leaf diseases. The accuracy of the ROA-DM method is 98.5%.
Why it matches plant phenotyping methodsイネ葉の観察画像から病害状態を分類・検出する深層学習手法が研究の中心であり、植物病害フェノタイピング手法に該当する。
abstractThis study describes a deep learning model for categorizing and forecasting rice plant diseases.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Dataset · publicThe dataset collected from https://www.kaggle.com/datasets/emmarex/plantdisease (PlantVillage dataset) for algorithm testing in plant disease diagnosis 35 . The selected rice leaf disease samples from PlantVillage dataset consisting of 3050 colour leaf images across four classes.Open asset ↗Kaggle · emmarex/plantdiseaselines:85-97Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Sapodilla (Manilkara zapota), or chickoo, is a key tropical fruit, very popular in India, Mexico, and Thailand, as it is nutritionally and economically valuable. Nonetheless, the production of sapodillas is often affected by several diseases, which reduce fruit quality and quantity. The dataset used in this paper is a sapodilla fruit image dataset, comprising 1,518 images, gathered in the field under the practicing conditions on 18 February 2025, 22 February 2025, in Rahu village, Pune district, Maharashtra, India, with the use of smartphone cameras. The data is sorted into four categories, namely: Anthracnose, Bacterial rot, Healthy, and Sap bleeding. The photographs were taken in different backgrounds and in different lighting conditions to represent real-life cultivation conditions. The data is expected to be useful in machine learning-based plant disease detection, classification, and analysis, and spur the creation of intelligent and sustainable agricultural systems.
Why it matches plant phenotyping methodsサポディラ果実の病害・健全状態を画像で記録したデータセット自体が中心で、植物病害の画像ベース表現型解析に利用できる。
titleA curated image dataset for sapodilla fruit (Manilkara zapota) disease and fruit quality analysis.
Plant leaf diseases must be detected and treated early to improve crop yield and reduce agricultural losses. However, pixel-level representations and the inability to be read limit the applicability of existing deep learning approaches to the agricultural sector. A graph neural network termed the Attention-Enhanced Graph Neural Network (AE-GNN) may explain and diagnose multi-plant leaf disease. The proposed framework models leaf pictures as a graph with nodes representing discriminative leaf areas and edges representing their spatial connection. Before creating the global context vector and classification, graph features are aggregated, and an attention weighting method is applied to refocus on disease-relevant nodes obscured by less informative background characteristics. Final disease prediction uses a multilayer perceptron classifier. A curated dataset of half-spinach and curry leaf pictures is used to assess the proposed method for fifteen illnesses and their healthy classifications. Grad-CAM-based explainable AI methods make the model predictions' most important areas clearer. The dataset and source code from this work are available on GitHub for reproducibility and openness. Experimental results reveal that the proposed AE-GNN outperforms convolutional neural networks and graph-based models in classification. Graph-structured learning, attention enhancement, and explainability create a robust and interpretable framework for multi-plant leaf disease diagnosis.
Why it matches plant phenotyping methods葉画像から植物病害状態を分類・診断する画像解析手法を提案し、既存モデルとの比較評価と説明可能性解析を行っているため、植物フェノタイピング手法が中心である。
abstractA graph neural network termed the Attention-Enhanced Graph Neural Network (AE-GNN) may explain and diagnose multi-plant leaf disease.
Reproduction assets foundThe paper's Data availability section explicitly links a public GitHub repository containing the paper's spinach/curry leaf fungal disease image dataset used for the AE-GNN phenotyping/classification analysis.Dataset · publicData availability
The dataset is available at the link below. https://github.com/MeganathanE1990/FINAL-DISEASE-DATA-SET/tree/mainOpen asset ↗MeganathanE1990/FINAL-DISEASE-DATA-SETlines:413-463Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Chili peppers (Capsicum annuum L.) are a strategic horticultural commodity in Indonesia, but their productivity is often hampered by pathogen infections that cause leaf diseases such as anthracnose, leaf spot, and yellow virus. Early detection by farmers is still dominated by subjective visual observation and prone to misdiagnosis due to the similarity of symptoms between diseases. Although Deep Learning technology through Convolutional Neural Networks (CNN) offers an automated solution, implementation in real-world conditions still faces significant challenges such as lighting variations, complex backgrounds, and limited local datasets. This often leads to a drastic decrease in model performance compared to testing in a controlled environment. To address these issues, this study proposes an optimization of the transfer learning strategy on the MobileNetV2 architecture by integrating progressive layer-wise fine-tuning and adaptive data augmentation techniques. The fine-tuning method is carried out gradually on the pre-trained model layers, while adaptive augmentation dynamically manipulates images based on environmental characteristics to improve model robustness. The results of this study, which include multi-class classification on cross-location image data, are projected to be able to boost the accuracy and generalization ability of the model in heterogeneous field conditions. Practically, this research provides a framework for a more precise and robust disease detection system to accelerate the implementation of precision agriculture in the future.
Why it matches plant phenotyping methods植物葉の病徴を画像から分類するCNN手法の改良が研究の中心であり、病害状態の表現型推定に該当する。転移学習のファインチューニングと適応的画像拡張、異なる圃場条件での頑健性評価を扱っている。
abstractThe results of this study, which include multi-class classification on cross-location image data, are projected to be able to boost the accuracy and generalization ability of the model in heterogeneous field conditions.
Reproduction assets foundThe paper states its chili leaf image dataset was supplemented with data from a supporting repository, cited as a public Mendeley Data deposit (reference [2]). This is a public plant-image dataset directly used for the paper's disease-classification phenotyping. No authors' analysis code or trained model checkpoint is,Dataset · public[2] F. Wajidi and N. Arifin, “Deteksi Penyakit Daun Cabai Menggunakan Kombinasi GLCM dan HSV dengan
Klasifikasi SVM,” vol. 11, no. 02, 2025. [Online]. Available:
https://data.mendeley.com/datasets/w9mr3vf56s/1Open asset ↗w9mr3vf56s/1pdf-page:9 lines:1-56Code / dataset availability confirmedOpenAlex · arXiv · checked 15 Sept 2026
Accurate estimation of wheat spike volume is important for yield component analysis and stress resilience assessment, yet field-based measurement remains challenging. Active 3D sensing methods such as Light Detection and Ranging (LiDAR) or time-of-flight (ToF) are sensitive to plant motion or poorly suited to outdoor conditions, while 3D reconstructions are computationally expensive. Direct 2D image processing would offer computational advantages, but image-based models lack explicit geometric information. We therefore propose a hybrid 2D-3D approach with knowledge distillation during training while enabling efficient image-only inference. First, we train a rigid-invariant point cloud network using distance-based histogram features to obtain pose-robust geometric representations. We then combine the 3D model with a proposed multi-view image-based regulated Transformer (RT) in an ensemble architecture. Finally, we distill the ensemble knowledge into a purely image-based student model using either feature-based or label-based distillation. The two distilled RTs reduce the mean absolute error (MAE) from 654.31 mm$^3$ of the non-distilled RT to 639.93 mm$^3$ and 644.62 mm$^3$, and increase correlation from 0.76 to 0.77 and 0.82, respectively. At the same time, inference time is reduced from 160 ms to 1.4 ms per spike. Distillation further mitigates volume-dependent bias and reshapes the latent representation of the image model toward a geometry-aware shape. Our results demonstrate that 3D-informed training of a 2D Transformer allows for scalable and efficient spike volume estimation for high-throughput field phenotyping.
Why it matches plant phenotyping methods小麦穂の体積を画像・3D再構成・知識蒸留で推定する手法の開発と性能評価が中心であり、高スループット植物フェノタイピングへの応用も明示されている。
abstractWe therefore propose a hybrid 2D-3D approach with knowledge distillation during training while enabling efficient image-only inference.
Reproduction assets foundThe paper explicitly states that links to its wheat spike dataset (multi-view images and 3D scans) and its analysis code are available via the authors' project webpage, which is an allowed URL. Other URLs (pyrender, CORDIS projects) are generic libraries or unrelated funding projects, not paper-specific assets.Dataset · publictance of around 2.5 m with a ground sampling distance of 0.3 mm (Fig. S1 a). The tagged and imaged spikes (Fig. S1 b) were sampled and ground truth volumes were acquired with a 3D light scanner (Shining 3D Einscan-SE V2, SHINING3D, Hangzhou, China) following the protocol of [ 76 ] . Links to the dataset and code can be found at https://oliviazum.github.io/3DKD-wheat/ . Detailed information about the dataset can be found in Sec. A .
3.3 Data Pre-Processing
Field images contained approximately 300-500 spikes per genotype within a plot of about 1.5 m 2 m^{2} . To reduce background inference, spike detection was first performed, and all subsequent processing was restricted to the detected regioOpen asset ↗lines:91-104Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
Abstract Timely and accurate plant disease detection is important for enhancing agricultural productivity and promoting sustainability. The study introduces Multimodal Adaptive Fuzzy-based Deep Neural Network (MAF-DNN) for classification of plant diseases. The proposed method combines fuzzy logic with multimodal data fusion to effectively address the complex interactions and uncertainties in agricultural datasets. The MAF-DNN employs a robust adaptive fuzzy framework with dynamic rule optimization and integrates Hyperspectral Imaging Data (HID) with RGB imaging data to acquire detailed spectral information and high-resolution visual cues for disease classification. The multimodal fusion enhances the model’s ability to capture intricate patterns that relate to plant health, improving the accuracy of disease classification. The experimental results showed that the MAF-DNN outperforms traditional models by achieving an accuracy of 97.8%, precision of 96.5%, recall of 98.2%, and F1-score of 97.3%. Additionally, the adaptive design reduces computational overhead, increases efficiency, and improves scalability for large-scale agricultural applications. The MAF-DNN represents a significant advancement in plant disease classification and provides a robust and efficient solution for precision agriculture.
Why it matches plant phenotyping methods植物病徴を画像から分類するマルチモーダル画像・深層学習手法の開発と性能評価が中心であり、植物の病害状態を直接推定するため。
abstractThe study introduces Multimodal Adaptive Fuzzy-based Deep Neural Network (MAF-DNN) for classification of plant diseases.
Reproduction assets foundThe paper uses two public Kaggle plant disease image datasets (New Plant Diseases Dataset and CCMT Plant Disease Dataset) as its phenotyping inputs and states that the authors' custom MAF-DNN code is publicly available on GitHub, with all three URLs given in the article and matching allowed URLs.Code · publicThe custom code used to develop and evaluate the proposed Multimodal Adaptive Fuzzy Deep Neural Network (MAF-DNN) framework is publicly available at: https://github.com/skbsangeetha/MAF-DNN-Plant-disease-classificationOpen asset ↗skbsangeetha/MAF-DNN-Plant-disease-classificationhtml-lines:102-118Code / dataset availability confirmedCrossref · Europe PMC · checked 5 Sept 2026
This paper addresses the problem of automated segmentation of plant green biomass in field crop images aimed at improving the accuracy of crop and weed identification. To construct a training dataset for neural network models, an automatic annotation algorithm is proposed, enabling the generation of polygonal object masks without human intervention. The method is based on adaptive analysis of color characteristics of plant fragments with iterative narrowing of the hue range in the HSV color space, combined with an integral quality metric that accounts for the dynamics of contour area and shape. The proposed method achieved an IoU of 93.22% and a DSC of 96.30%, demonstrating a high level of agreement between automatic and manual annotations. The generated masks are used to train segmentation models of the YOLO11-seg family. Models of different scales (n, s, m, l, x) were trained and evaluated using standard metrics, including Intersection over Union (IoU), mAP@0.5, mAP@0.5–0.95, F1-score, and Precision–Recall (PR) curves. Experimental results demonstrate that models trained on automatically generated annotations achieve stable segmentation performance of plant green biomass. The best results were obtained with the YOLO11m-seg model, achieving an F1-score of 0. 772. The results confirm the effectiveness of the proposed approach and demonstrate acceptable segmentation quality, supported by both quantitative metrics and visual analysis. The developed automatic annotation algorithm can be used to expand training datasets in computer vision tasks for agricultural applications.
Why it matches plant phenotyping methods植物の緑色バイオマスを画像から自動抽出するポリゴン注釈法を開発し、手動注釈との一致度で検証しているため、植物表現型取得・抽出法が中心である。
abstractan automatic annotation algorithm is proposed, enabling the generation of polygonal object masks without human intervention
Reproduction assets foundThe authors publicly released the paper-specific generated dataset of polygonal segmentation annotations (masks and supporting materials) on Hugging Face. CVAT is only a generic annotation tool, and no author analysis code or trained model checkpoints are explicitly deposited.Dataset · publicThe generated dataset with polygonal segmentation annotations of crop and weed plants, produced using the proposed algorithm and based on the LincolnBeet Dataset, is publicly available on Hugging Face at: https://huggingface.co/datasets/ivliev123/polygonal_marking_plant_objectsOpen asset ↗Hugging Face · ivliev123/polygonal_marking_plant_objectshtml-lines:438-462Code / 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 confirmedEurope PMC · checked 5 Sept 2026
Climate change, particularly increasing frequency and intensity of spring frost events, poses a serious threat to viticulture by reducing yield and product quality. This study proposes an image processing and machine learning-based framework for early, rapid, and accurate segmentation of frost damage in vineyards using YOLOv11s enhanced with Atrous Spatial Pyramid Pooling (ASPP). A unique dataset called FGVL dataset from Sultana seedless grape vineyards in Manisa, Türkiye, following a severe frost event in April 2025. FGVL includes 418 frost-damaged grapes, 510 frost-damaged leaves, 395 healthy grapes, and 698 healthy leaves, all manually annotated by experts under natural field conditions. By integrating ASPP into YOLOv11s, proposed model improved multi-scale contextual feature extraction and achieved mAP@50 of 0.7686, demonstrating stronger performance in instance segmentation of small, overlapping, and visually similar grapevine organs. In addition, Dynamic Confidence Thresholding (DCT) strategy was introduced to improve prediction reliability in dense and visually complex vineyard scenes. Despite challenges such as background clutter, object overlap, and small target structures, model maintained stable performance with low computational demand, requiring only 6.45 GB of GPU memory. Proposed framework offers an accurate, efficient, and practically deployable early recognition system for frost damage assessment in viticulture.
Why it matches plant phenotyping methodsブドウの器官における霜害状態を画像からセグメンテーションする手法を開発・評価しており、植物の病害・障害状態の取得が研究の中心である。
abstractThis study proposes an image processing and machine learning-based framework for early, rapid, and accurate segmentation of frost damage in vineyards using YOLOv11s enhanced with Atrous Spatial Pyramid Pooling (ASPP).
Reproduction assets foundThe paper's Data availability statement explicitly shares the FGVL frost-damage dataset and source code in the corresponding author's public GitHub repository, matching an allowed URL.Code · publicSource code and dataset are publicly shared in GitHub repository of corresponding author. GitHub repo: https://github.com/kaanarikk/Grape-Instance-Segmentation-For-ViticultureOpen asset ↗https://github.com/kaanarikk/Grape-Instance-Segmentation-For-Viticulturelines:230-236Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Abstract This paper presents a deep learning model to detect cotton plant pests and classify diseases, which must overcome limited datasets, class imbalance, and feature redundancy. At the preprocessing phase, the Gaussian blur filtering and Contrast Limited Adaptive Histogram Equalization (CLAHE) are used to sharpen images by improving their clarity and contrast. To increase and diversify the data, Spa-GAN-based data augmentation is used to produce realistic synthetic samples. To obtain an accurate Region of Interest (RoI), an Attention-Guided Multi-Scale Residual U-Net (AGMS-UNet) is considered to segment local and global structural information. The proposed framework makes three major contributions: (i) a new attention-based feature extractor, TriAttnNet , that incorporates spatial, channel, and contextual attention to represent diseases on a fine-grained level; (ii) a new optimization strategy, Hybrid Mongoose Ray Chaotic Optimization (HMRCO), which includes chaotic strategies to better tune the parameters and explore the feature space; and (iii) classification layer with focal loss for final decision. Experimental analyses prove that the suggested method is much more effective than the current state-of-the-art models, providing a powerful and understandable solution to precision agriculture and sustainable cotton crop health monitoring. Experimental results show that TriAttnNet achieves 98.66% accuracy, 98.71% recall, and 98.81% F1-score, which is better than the state-of-the-art algorithms, such as EfficientNetB1-CBAM (96.38%) and BERT-ResNet-PSO (95.69%). The proposed system is computationally feasible and interpretable, and it is interpretable to provide a practical solution to precision agriculture and sustainable monitoring of the health of cotton crops.
Why it matches plant phenotyping methods綿植物の病害を画像から検出・分類する深層学習手法が研究の中心であり、植物の病害状態を直接推定して性能比較・検証しているため。
abstractThis paper presents a deep learning model to detect cotton plant pests and classify diseases
Reproduction assets foundThe paper's plant image input is the public Kaggle Cotton Plant Disease Dataset, explicitly cited with URL. Authors' code/models are only available upon request, so no public code asset qualifies.Dataset · publicThe dataset of this study is taken from the publicly available Kaggle repository, Cotton Plant Disease
Dataset [25].Open asset ↗Kagglepdf-page:6 lines:1-48Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Rapid and accurate identification of DUS (Distinctness, Uniformity, and Stability) test traits in lettuce leaves is essential for advancing multi-omics-driven intelligent breeding. It also plays a critical role in germplasm protection and enhancing agricultural competitiveness. However, the phenotypic traits of lettuce leaves are highly diverse and complex due to both genotypic variation and environmental influences, posing significant challenges for precise DUS trait quantification. To address these challenges, we propose a high-precision phenotypic trait extraction pipeline and introduce an interpretable phenotypic fingerprinting framework for lettuce subgroup identification. First, a lightweight semantic segmentation network guided by group attention is developed to extract leaf components. Then, shape, color, and texture traits are comprehensively quantified. Following UPOV (International Union for the Protection of New Varieties of Plants) guidelines, we establish quantitative methods for seven DUS test traits: leaf shape, leaf tip shape, leaf margin shape, leaf vein shape, color hue, brightness, and anthocyanin coloration. Finally, PCA (Principal component analysis) was used to select 13 key traits, capturing over 95.82% of the total variance, for constructing "phenotypic ID" of lettuce varieties. Experiments conducted on 709 lettuce leaf image datasets showed that the accuracy of subgroup identification based on phenotypic fingerprints reached 98.59%. This study offers a scalable approach for automated DUS test trait evaluation and intelligent crop variety identification, providing a novel paradigm with strong potential for application in precision breeding and germplasm resource management.
Why it matches plant phenotyping methodsレタス葉画像からDUS形質を抽出・定量化する画像解析パイプラインを開発し、709画像で評価しており、植物フェノタイピング手法が研究の中心である。
abstractwe propose a high-precision phenotypic trait extraction pipeline and introduce an interpretable phenotypic fingerprinting framework for lettuce subgroup identification.
Reproduction assets foundThe article provides a public GitHub repository containing the authors' source code for the lettuce phenotypic fingerprint pipeline. The 709-image dataset and annotations are only available upon request, so they do not qualify as public assets.Code · publicThe data used to support the findings of this study are available upon request from the corresponding author, and the source code is accessible at https://github.com/qiuguangjie87/PP_Phenotypic_Fingerprint .Open asset ↗PP_Phenotypic_Fingerprintlines:263-278Code / dataset availability confirmedOpenAlex · Europe PMC · checked 5 Sept 2026
BACKGROUND: Phenotypic diversity arises from the process of development and is shaped by genomic variation in plants. However, the genetic basis of growth dynamics remains poorly understood in maize. RESULTS: Here, we analyze 679 maize inbred lines derived from a synthetic CUBIC population with approximately 2.8 million SNPs, leveraging high-throughput phenotyping to capture 1,002,240 RGB images across 18 growth stages. We quantify 67 image-based traits (i-traits), revealing distinct dynamic patterns throughout development. Genome-wide association studies identify 857 quantitative trait loci (QTLs) influencing growth variation, with 88.6% classified as period-specific dynamic QTLs exhibiting modest effects, and 11.4% as conservative QTLs with sustained effects. Notably, 1.5% of cryptic pleiotropic QTLs spanning different growth stages suggest genetic relocations during development. These QTLs enhance heritability estimates for mature traits by an average of 6.2%. We further characterize the novel function of key genes linked with these QTLs, including BRD1 with the pleiotropic effects on plant height and perimeter of convex hull and ZmGalOx1 with the broad-spectrum regulation of plant architecture. Developmental rewiring of epistatic networks shapes maize growth, underscoring the vitality of temporal genetic regulation. Trajectory modeling of i-traits across periods decodes the growth variation patterns, supporting the ontogenic hypothesis driven predictive breeding strategies. CONCLUSION: The findings elucidate the genetic architecture underlying growth dynamics from a spatial-temporal perspective, offering novel insights for maize improvement.
Why it matches plant phenotyping methods大規模RGB画像から67の画像形質を抽出し、発育段階ごとのトレイト動態を解析する高スループット植物表現型解析が研究の中核であるため、方法応用として収録する。
abstractleveraging high-throughput phenotyping to capture 1,002,240 RGB images across 18 growth stages
Reproduction assets foundThe paper's own phenotyping assets are publicly available: selected RGB plant images on Zenodo (record 18150504), and the image-analysis/i-trait extraction pipeline code on GitHub with a Zenodo mirror (record 18151471). The NCBI BioProject and MaizeGDB are prior-study/generic resources, not paper-specific.Code · publicThe image analysis and i-trait extraction pipeline and codes followed the previous procedure [ 18 ] without any modifications and has been publicly released at Github [ 49 ] and Zenodo [ 50 ] platform, all code in the repository are released under the MIT License.Open asset ↗GitHublines:195-202Code · publichas been publicly released at Github [ 49 ] and Zenodo [ 50 ] platform, all code in the repository are released under the MIT License.Open asset ↗Zenodolines:195-202Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Abstract The research develop an accurate and efficient method for detecting multiple corn leaf diseases to support sustainable agricultural practices in Soppeng Regency, Indonesia. The goal is to design a Convolutional Neural Network (CNN) model capable of classifying corn leaf diseases, including rust, blight, and gray leaf spot, using high-resolution image data. The research employed a balanced dataset sourced from open-access repositories, followed by preprocessing, data augmentation, and CNN model optimization. The model’s performance was evaluated using accuracy, precision, recall, and F1-score to ensure comprehensive assessment. Experimental results show that the proposed CNN achieved high accuracy across all disease classes, with strong per-class metrics, indicating robust performance in distinguishing visually similar symptoms. The classification results with the Convolutional Neural Network algorithm have 95% training data accuracy and 93% test data accuracy in detecting leaf diseases in corn plants. The findings contribute to agricultural technology by offering a scalable and field-deployable disease detection system that can be integrated into mobile or edge-based platforms. Limitations include reliance on publicly available datasets, which may not fully capture the variability of local field conditions. The research concludes that the proposed CNN model can significantly enhance early disease detection, reduce dependency on manual inspections, and support precision agriculture. Future research should focus on expanding the dataset with locally captured images, incorporating real-time image acquisition, and optimizing the model for deployment in low-resource environments to improve adaptability and reliability.
Why it matches plant phenotyping methodsトウモロコシ葉の病害症状を画像から分類するCNN手法の開発・性能評価が中心であり、植物の病害状態を直接推定するため、植物フェノタイピング手法として含める。
abstractThe goal is to design a Convolutional Neural Network (CNN) model capable of classifying corn leaf diseases, including rust, blight, and gray leaf spot, using high-resolution image data.
Reproduction assets foundThe paper's phenotyping analysis is based entirely on a public Kaggle corn leaf disease image dataset, explicitly cited with URL and access date in the Data Availability statement and Methods. No author code or trained model is shared.Dataset · publicrch and innovation in the field of agricultural technology and artificial intelligence
Data Availability
The data used in this study comes from a publicly available and curated image repository. The dataset was obtained from the “Corn or Maize Leaf Disease Dataset” . The data source can be seen in the Kaggle – https://www.kaggle.com/smaranjitghose/corn-or-maize-leaf-disease-dataset
References
Rozi F, et al. Indonesian market demand patterns for food commodity sources of carbohydrates in facing the global food crisis. Heliyon. 2023;9(6):e16809. 10.1016/j.heliyon.2023.e16809 .
Yu B-G, Chen X-X, Zhou C-X, Ding T-B, Wang Z-H, Zou C-Q. Nutritional composition of maize grain assoOpen asset ↗Kaggle · smaranjitghose/corn-or-maize-leaf-disease-datasetlines:224-246Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Double haploid (DH) technology can significantly shorten the breeding cycle and improve the breeding efficiency, and it is favored by breeders. The metrics for evaluating the effect of haploid genome doubling mainly include anther emergence and ear seed setting. The evaluation of fertility restoration ability is mainly conducted through visual inspection at present, which is time-consuming, and easy to be affected by fatigue, resulting in errors and inconsistencies. Therefore, it is urgent to develop efficient and accurate evaluation technology to reduce the field work burden of researchers. In this work, we propose a grading evaluation model (Maize-IRNet) of haploid anther emergence and ear seed setting based on Inception-ResNet. Firstly, the modules of Stem and Inception-ResNet are utilized for image feature extraction and multi-scale feature learning. Then, the Reduction module is used for spatial downsampling and feature compression, and the global attention mechanism (GAM) is used to enhance the recognition of key regions of the image. The experimental results show that the Maize-IRNet's classification accuracy of haploid ear seed setting and anther emergence is 84.2 % and 84.0 %, which is higher than six baseline methods (VGG11_bn, ResNet50, ResNet101, ViT-Base-16, gMLP, MLP-Mixer). In order to facilitate the practical application for breeding researchers, we have developed a mobile application that integrates the Maize-IRNet model. This study helps to achieve high-throughput collection of fertility restoration phenotypes, improves the evaluation efficiency of fertility restoration, reduces breeding costs, and provides technical support for the promotion of engineering breeding of DH technology.
Why it matches plant phenotyping methodsトウモロコシの葯出現と穂の種子着生という生殖形質を画像から自動評価する深層学習モデルを開発・比較し、モバイルアプリにも実装しており、表現型取得法が中心である。
abstractTherefore, it is urgent to develop efficient and accurate evaluation technology to reduce the field work burden of researchers.
Reproduction assets foundThe paper's data availability statement explicitly provides the maize haploid fertility image dataset (1897 ear images, 6443 tassel images), the Maize-IRNet source code, and the Android APK, all hosted on the authors' public GitHub repository.Dataset · publicThe maize haploid fertility image dataset collected by smartphones is available at https://github.com/wyzwyz666/maize-haploid-fertility/blob/main/datasetOpen asset ↗wyzwyz666/maize-haploid-fertilitylines:506-531Code · publicThe source code: https://github.com/wyzwyz666/maize-haploid-fertility/blob/main/sourcecodeOpen asset ↗wyzwyz666/maize-haploid-fertilitylines:506-531Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
In the arid cultivation region of Xinjiang, China, shrinkage disease severely compromises the quality, yield, and market value of jujube. Published research has achieved high accuracy in detecting larger lesions using RGB imaging and hyperspectral imaging (HSI). However, these methods lack sensitivity in detecting early and subtle symptoms of disease. In this study, a multi-source data fusion strategy combining RGB imaging and HSI was proposed for non-destructive and high-precision detection of early-stage jujube shrinkage disease. Firstly, a total of 317 fruits of the 'Junzao' cultivar were collected during multiple stages of natural infection, covering early-stage shrinkage disease detection across different growth stages, including both green and mature red fruits. Secondly, morphological features were extracted from RGB images in multiple dimensions, while a three-stage feature selection strategy combining Principal Component Analysis (PCA), the Successive Projections Algorithm (SPA), and the Genetic Algorithm (GA) was implemented to identify four key wavelengths from HSI. Thirdly, a hybrid convolutional neural network-multilayer perceptron (CNN-MLP) architecture was constructed, with dynamic feature weighting employed to achieve effective multimodal fusion and optimize detection performance. Experimental results demonstrated that compared to the MLP and CNN models, the proposed method achieved approximately 8.0% and 5.4% improvements in accuracy and 38.6% and 32.4% improvements in F1 scores, respectively. It offers a robust and scalable solution for early disease detection and postharvest quality assessment in jujube production.
Why it matches plant phenotyping methodsRGB画像・HSIから果実の病斑形態と分光特徴を抽出し、マルチモーダル深層学習で植物病害状態を検出する手法の開発・性能評価が中心であるため。
abstracta multi-source data fusion strategy combining RGB imaging and HSI was proposed for non-destructive and high-precision detection of early-stage jujube shrinkage disease.
Reproduction assets foundThe paper's Data Availability Statement points to a public GitHub repository containing the study's dataset (RGB images and hyperspectral data of jujube fruits). No separate analysis code availability is stated, but the deposited dataset is a paper-specific, publicly actionable asset.Dataset · publicThe data from this study are publicly available. The dataset is available at https://github.com/2484733079/Early-detection-of-Jujube-Shrinkage-Disease-by-Multi-source-Data-on-Multi-task-Deep-Network.git (accessed on 13 October 2025).Open asset ↗2484733079/Early-detection-of-Jujube-Shrinkage-Disease-by-Multi-source-Data-on-Multi-task-Deep-Networklines:365-367Code / 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 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
Abstract Tomato leaf disease poses a significant threat to global agricultural productivity, underscoring the need for accurate and automated segmentation techniques for early detection and intervention. In this study, we proposed DSGSU-Net, an enhanced U-Net-based architecture explicitly designed for the precise segmentation of tomato leaf diseases. The model incorporates depthwise separable convolutions for efficient feature extraction, dilated convolutions in deeper layers for multi-scale context aggregation, and Ghost Sampling in the decoder for improved upsampling. To further enhance segmentation performance, a hybrid loss function combining Dice Loss and Focal Loss is utilized to manage class imbalance and enhance the boundary delineation. Experiments conducted on the PlantVillage dataset (bacterial spot class) demonstrated that DSGSU-Net achieved an accuracy of 0.9572, an F1-score of 0.8276,precision of 0.7156,recall of 0.9885, IoU of 0.7102, and a Dice coefficient of 0.9822. The results show that DSGSU-Net outperforms conventional U-Net models in segmentation accuracy and computational efficiency, making it a strong contender for practical use in precision agriculture and disease surveillance.
Why it matches plant phenotyping methodsトマト葉の病徴を画像からセグメンテーションするモデルを開発・比較しており、植物病害状態の表現型抽出が研究の中心である。
abstractwe proposed DSGSU-Net, an enhanced U-Net-based architecture explicitly designed for the precise segmentation of tomato leaf diseases.
Reproduction assets foundThe paper's tomato leaf disease segmentation study uses the public PlantVillage tomato leaf dataset (bacterial spot class) from Kaggle, explicitly declared in the Data Availability section. No author analysis code, trained model checkpoints, or custom mask annotations are stated as publicly available.Dataset · publicThe datasets generated and analyzed during the current study are available in the Kaggle repository: https://www.kaggle.
com/datasets/charuchaudhry/plantvillage-tomato-leaf-datasetOpen asset ↗Kaggle · plantvillage-tomato-leaf-datasetpdf-page:20 lines:1-51Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Plant diseases pose significant challenges to farmers and the agricultural sector at large. However, early detection of plant diseases is crucial to mitigating their effects and preventing widespread damage, as outbreaks can severely impact the productivity and quality of crops. With advancements in technology, there are increasing opportunities for automating the monitoring and detection of disease outbreaks in plants. This study proposed a system designed to identify and monitor plant diseases using a transfer learning approach. Specifically, the study utilizes YOLOv7 and YOLOv8, two state-of-the-art models in the field of object detection. By fine-tuning these models on a dataset of plant leaf images, the system is able to accurately detect the presence of Bacteria, Fungi and Viral diseases such as Powdery Mildew, Angular Leaf Spot, Early blight and Tomato mosaic virus. The model's performance was evaluated using several metrics, including mean Average Precision (mAP), F1-score, Precision, and Recall, yielding values of 91.05, 89.40, 91.22, and 87.66, respectively. The result demonstrates the superior effectiveness and efficiency of YOLOv8 compared to other object detection methods, highlighting its potential for use in modern agricultural practices. The approach provides a scalable, automated solution for early any plant disease detection, contributing to enhanced crop yield, reduced reliance on manual monitoring, and supporting sustainable agricultural practices.
Why it matches plant phenotyping methods植物葉画像から病害の有無・種類を推定する画像ベースの病害表現型計測法をYOLOモデルで開発・評価しており、手法が研究の中心です。
abstractThis study proposed a system designed to identify and monitor plant diseases using a transfer learning approach.
Reproduction assets foundThe paper's Data Availability statement provides a public Google Drive link to the study data and a public GitHub repository, and the study's input images come from the public Roboflow 'Detecting Diseases' dataset. These are paper-specific, publicly accessible assets supporting the plant disease detection experiments.Dataset · publicone who inspired our work.
Author contributions
BSM: conceptualization and drafting, HSN: data collection and analysis. MNW: Methodology and review. NOF: Drafting and interpretation. CCZ: Writing and method. HDA: writing and Data Collection; EMO: Drafting, Supervision and Editing.
Data availability
The data can be accessed via: https://drive.google.com/file/d/1kA_JWhHQhyzzuzlpzppK2nNTtbiR2N77/view . https://github.com/Sachinthana-Lokuyaddage/Plant_Disease_Detection_Using_Transfer_Learning_with_ResNet50 .
Declarations
Competing interests
The authors declare no competing interests.
Consent to participate
All authors consent to participate.
Footnotes
Publisher’s note
Springer Nature remains neuOpen asset ↗lines:209-247Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
The real-time monitoring and counting of maize seed germination at seedling stage is of great significance for seed quality detection, field management and yield estimation. Traditional manual monitoring and counting is very time-consuming, cumbersome and error-prone. In order to quickly and accurately identify and count maize seedlings in a complex field environment, this study proposes an end-to-end maize seedling plant detection model H-RT-DETR (Hierarchical-Real-Time DEtection TRansformer) based on hierarchical feature extraction and RT-DETR (Real-Time DEtection TRansformer). H-RT-DETR uses Hierarchical Feature Representation and Efficient Self-Attention as the backbone network for feature extraction, thereby improving the network's ability to extract features of maize seedling stage in UAV remote sensing images. Through experiments on the UAV remote sensing data set of maize seedling stage, the mean Average Precision mAP0.5-0.95, mAP0.5 and mAP0.75 of the improved H-RT-DETR model reached 51.2%, 94.7% and 48.1%, respectively, and the Average Recall (AR) reached 68.5%. In order to verify the efficiency of the proposed method, H-RT-DETR is compared with the widely used and advanced target recognition methods. The results show that the detection accuracy of H-RT-DETR is better than that of the comparison methods. In terms of detection speed, the H-RT-DETR model does not require Non-Maximum Suppression (NMS) post-processing operations, the Frames Per Second (FPS) on the test dataset reaches 84f/s, which is 19,12,11 and 21 higher than that of YOLOv5, YOLOv7, YOLOv8 and YOLOX, respectively, under the same hardware environment. This model can provide technical support for real-time detection of maize seedlings under UAV remote sensing images in terms of both detection accuracy and speed (see https://github.com/wylSUGAR/H-RT-DETR for model implementation and results).
Why it matches plant phenotyping methodsUAV画像からトウモロコシ幼苗を検出・計数する深層学習手法を開発し、既存手法と精度・速度を比較検証しているため、植物フェノタイピング手法が中心である。
abstractIn order to quickly and accurately identify and count maize seedlings in a complex field environment, this study proposes an end-to-end maize seedling plant detection model H-RT-DETR
Reproduction assets foundThe authors provide a public GitHub repository containing the H-RT-DETR model implementation and results for maize seedling detection in UAV images. The UAV image dataset itself is not stated as publicly available, and other linked repositories (labelme, YOLOv5, ultralytics) are generic third-party tools, not paper-Code · publicthe test dataset reaches 84f/s, which is 19,12,11 and 21 higher than that of YOLOv5, YOLOv7, YOLOv8 and YOLOX, respectively, under the same hardware environment. This model can provide technical support for real-time detection of maize seedlings under UAV remote sensing images in terms of both detection accuracy and speed (see https://github.com/wylSUGAR/H-RT-DETR for model implementation and results).
Keywords
Maize seedling stage UAV remote sensing RT-DETR Target recognition Real-time detection Plant counting the National Key Research and Development Program of China 2023YFD1900704 2023YFD1900704 pmc-status-qastatus 0 pmc-status-live yes pmc-status-embargo no pmc-status-released yes pmOpen asset ↗wylSUGAR/H-RT-DETRlines:1-26Code / dataset availability confirmedCrossref · checked 14 Sept 2026
Accurate classification of plant disease by farming robot cameras can increase crop yield and reduce unnecessary agricultural chemicals, which is a fundamental task in the field of sustainable and precision agriculture. However, until now, disease classification has mostly been performed by manual methods, such as visual inspection, which are labor-intensive and often lead to misclassification of disease types. Therefore, previous studies have proposed disease classification methods based on machine learning or deep learning techniques; however, most did not consider real-world plant images with complex backgrounds and incurred high computational costs. To address these issues, this study proposes a computationally effective residual convolutional attention network (RCA-Net) for the disease classification of plants in field images with complex backgrounds. RCA-Net leverages attention mechanisms and multiscale feature extraction strategies to enhance salient features while reducing background noises. In addition, we introduce fractal dimension estimation to analyze the complexity and irregularity of class activation maps for both healthy plants and their diseases, confirming that our model can extract important features for the correct classification of plant disease. The experiments utilized two publicly available datasets: the sugarcane leaf disease and potato leaf disease datasets. Furthermore, to improve the capability of our proposed system, we performed fractal dimension estimation to evaluate the structural complexity of healthy and diseased leaf patterns. The experimental results show that RCA-Net outperforms state-of-the-art methods with an accuracy of 93.81% on the first dataset and 78.14% on the second dataset. Furthermore, we confirm that our method can be operated on an embedded system for farming robots or mobile devices at fast processing speed (78.7 frames per second).
Why it matches plant phenotyping methods植物画像から病害状態を推定する画像解析手法を開発・評価しており、病害分類とモデル性能検証が研究の中心であるため。
abstractthis study proposes a computationally effective residual convolutional attention network (RCA-Net) for the disease classification of plants in field images with complex backgrounds.
Reproduction assets foundThe authors explicitly state their RCA-Net model and code are publicly available on GitHub, which constitutes the paper's computational analysis asset. The sugarcane and potato leaf disease datasets are cited third-party prior datasets, not paper-specific deposits.Code · publicData Availability Statement: Our model and code are made publicly available on GitHub site
(https://github.com/mhamza92/RCA-Net, accessed on 15 April 2025).Open asset ↗https://github.com/mhamza92/RCA-Netpdf-page:33 lines:1-57Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Premise This study investigates advanced training techniques to improve the performance of convolutional neural networks for disease detection in cocoa, Theobroma cacao . Methods Despite recent stagnation in accuracy improvements in computer vision for image classification, our research demonstrates significant advancements in performance through semi-supervised learning, specialised loss functions, and the inclusion of a non-cocoa class. Results Semi-supervised learning reduced overfitting and enhanced generalisability, particularly for subtle symptoms. The non-cocoa class exposed models to a broad range of relevant features, significantly improving model robustness and performance in difficult cases. Grad-CAM for qualitative assessment provided valuable insights into model behaviour, highlighting cases of overfitting missed by summary statistics. We also describe dynamic focal loss, a novel loss function that uses an empirical measure of difficulty to weight each image. Our results suggest that while PhytNet shows promise in terms of computational efficiency and superior handling of difficult images, ResNet18 with semi-supervised learning and dynamic focal loss emerged as the strongest contender for real-world deployment. Discussion This research underscores the potential of semi-supervised learning and advanced loss functions in enhancing the applicability of deep learning models in agricultural disease management. It also presents a new high-quality benchmark dataset of 7220 images of diseased and healthy cocoa trees, offering a much greater and more realistic challenge than the Plan Village dataset.
Why it matches plant phenotyping methodsカカオ葉・樹体の病徴画像から植物の病害状態を推定する深層学習手法を開発・比較し、性能評価とベンチマークデータセット構築を行っており、フェノタイピング手法が中心である。
abstractThis study investigates advanced training techniques to improve the performance of convolutional neural networks for disease detection in cocoa, Theobroma cacao .
Reproduction assets foundThe paper's data availability statement explicitly provides the paper-specific cocoa image dataset and the FAIGB dataset on OSF, plus authors' analysis code on GitHub, all with public URLs.Dataset · publicThe cocoa image data is available at https://osf.io/2fw6gOpen asset ↗osf · 2fw6glines:753-923Dataset · publicthe FAIGB web‐scraped dataset of crop disease images is available at https://osf.io/nuafhOpen asset ↗osf · nuafhlines:753-923Code · publicAll code necessary to reproduce these results is available on GitHub ( https://github.com/jrsykes/CocoaReader/tree/main/CocoaNet/PhytNet_Cocoa )Open asset ↗github · jrsykes/CocoaReaderlines:753-923Code / dataset availability confirmedCrossref · checked 13 Sept 2026
Abstract The timely and precise identification of diseases in plants is essential for efficient disease control and safeguarding of crops. Manual identification of diseases requires expert knowledge in the field, and finding people with domain knowledge is challenging. To overcome the challenge, computer vision-based machine learning techniques have been proposed by the researchers in recent years. Most of these solutions with the standard convolutional neural network (CNN) approaches use uniform background laboratory setup leaf images to identify the diseases. However, only a few works considered real-field images in their work. Therefore, there is a need for a robust CNN architecture that can identify the diseases in plants in both laboratory and real-field conditioned images. In this paper, we have proposed an Inception-enabled vision transformer (ViT) architecture to identify the diseases in plants. The proposed Inception-enabled ViT architecture extracts local as well as global features, which improves feature learning. The use of multiple filters with different kernel sizes efficiently use computing resources to extract relevant features without the need for deeper networks. The robustness of the proposed architecture is established by hyper-parameter tuning and comparison with state-of-the-art. In the experiment, we consider five datasets with both laboratory-conditioned and real-field conditioned images. From the experimental results, we see that the proposed model outperforms state-of-the-art deep learning models with fewer parameters. The proposed model archives an accuracy rate of 99.17% for the apple leaf dataset, 99.32% for the rice dataset, 96.89% for the ibean dataset, 75.42% for the cassava leaf dataset, and 99.33% for the plantvillage dataset.
Why it matches plant phenotyping methods植物病害の画像から病害状態を推定するコンピュータビジョン手法を開発・比較しており、植物表現型(病害状態)の抽出が中心です。
abstractIn this paper, we have proposed an Inception-enabled vision transformer (ViT) architecture to identify the diseases in plants.
Reproduction assets foundThe paper evaluates an Inception-enabled ViT model on five publicly available plant disease image datasets. The Data Availability section explicitly lists Kaggle URLs for the apple, bean (ibean), rice/wheat-rust, PlantVillage, and cassava datasets. These are public, paper-specific image datasets directly used for the模型Dataset · publicThe datasets generated and/or analysed during the current study
are available in Kaggle repository at:
https://www.kaggle.com/datasets/piantic/plantpathology-apple-datasetOpen asset ↗Kaggle · piantic/plantpathology-apple-datasetpdf-page:22 lines:1-48Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Tea ( Camellia sinensis L.) disease detection in complex field conditions faces significant challenges due to the scarcity of labeled data. While current mainstream visual deep learning algorithms depend on large-scale curated datasets. To address this, we propose a novel few-shot end-to-end detection network called MAF-MixNet that achieves robust detection with minimal annotation data. The network effectively overcomes the bottleneck of insufficient feature extraction under limited samples of existing methods, through the design of a mixed attention branch (MA-Branch) and a multi-path feature fusion module (MAFM). The former extracts contextual features, while the latter combines and enhances the local and global features. The entire model uses a two-stage paradigm to pretrain on public datasets and fine-tune on balanced subset datasets, including novel tea disease classes, anthracnose, and brown blight. Comparative experiments with six models on four evaluation metrics verified the advancement of our model. At 5-shot, MAF-MixNet achieves scores of 62.0%, 60.1%, and 65.9% in precision, nAP50, and F1 score, respectively, significantly outperforming other models. Similar superiority is achieved in the 10-shot scenario, where nAP50 is 73.8%. Our model maintains a certain computational efficiency and achieves the second fastest inference speed at 11.63 FPS, making it viable for real-world deployment. The results confirm MAF-MixNet's potential to enable cost-effective, intelligent disease monitoring in precision agriculture.
Why it matches plant phenotyping methods植物病害の症状を画像から検出する新規深層学習手法を開発し、複数モデルとの比較検証を行っているため、植物フェノタイピング手法が中心である。
abstractwe propose a novel few-shot end-to-end detection network called MAF-MixNet
Reproduction assets foundThe authors openly released the annotated leaf disease detection dataset (718 JPEG images with XML annotations of tea and cotton diseases) used in this study via Hugging Face Datasets with a DOI, making it a public, paper-specific, actionable asset.Dataset · publicThe leaf disease detection dataset supporting the findings of this
study is openly available in Hugging Face Datasets. This dataset contains 718 annotated images
of tea and cotton leaves across four disease categories (Tea Anthracnose Disease, Tea Brown Blight
Disease, Cotton Fusarium Wilt Disease, and Cotton Powdery Mildew), formatted as JPEG with
accompanying XML metadata.Open asset ↗Hugging Face Datasetspdf-page:26 lines:1-58Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Remote sensing and artificial intelligence are pivotal technologies of precision agriculture nowadays. The efficient retrieval of large-scale field imagery combined with machine learning techniques shows success in various tasks like phenotyping, weeding, cropping, and disease control. This work will introduce a machine learning framework for automatized large-scale plant-specific trait annotation for the use case of disease severity scoring for CLS in sugar beet. With concepts of DLDL, special loss functions, and a tailored model architecture, we develop an efficient Vision Transformer based model for disease severity scoring called SugarViT. One novelty in this work is the combination of remote sensing data with environmental parameters of the experimental sites for disease severity prediction. Although the model is evaluated on this special use case, it is held as generic as possible to also be applicable to various image-based classification and regression tasks. With our framework, it is even possible to learn models on multi-objective problems, as we show by a pretraining on environmental metadata. Furthermore, we perform several comparison experiments with state-of-the-art methods and models to constitute our modeling and preprocessing choices.
Why it matches plant phenotyping methods植物病害重症度をUAV画像から自動推定するVision Transformerベースの手法を開発・比較評価しており、植物表現型取得が中心である。
abstractThis work will introduce a machine learning framework for automatized large-scale plant-specific trait annotation for the use case of disease severity scoring for CLS in sugar beet.
Reproduction assets foundThe paper's Data Availability statement explicitly says the data and code supporting the findings are publicly available on GitHub at the authors' repository URL, which is an allowed URL. This qualifies as a paper-specific public asset containing the authors' analysis code and the UAV multispectral plant image dataset.Code · publicData Availability: The data and code supporting the findings in this paper are available at GitHub ( https://github.com/mrcgndr/disease_severity_prediction/ ).Open asset ↗https://github.com/mrcgndr/disease_severity_prediction/lines:154-190Code / dataset availability confirmedCrossref · checked 6 Sept 2026
Agriculture is a cornerstone of economic prosperity, but plant diseases can severely impact crop yield and quality. Identifying these diseases accurately is often difficult due to limited expert availability and ambiguous information. Early detection and automated diagnosis systems are crucial to mitigate these challenges. To address this, we propose a lightweight convolutional neural network (CNN) designed for resource-constrained devices termed as LeafNet. LeafNet draws inspiration from the block-wise VGG19 architecture but incorporates several optimizations, including a reduced number of parameters, smaller input size, and faster inference time while maintaining competitive accuracy. The proposed LeafNet leverages small, uniform convolutional filters to capture fine-grained details of plant disease features, with an increasing number of channels to enhance feature extraction. Additionally, it integrates channel attention mechanisms to prioritize disease-related features effectively. We evaluated the proposed method on four datasets: the benchmark plant village (PV), the data repository of leaf images (DRLIs), the newly curated plant composite (PC) dataset, and the BARI Sunflower (BARI-Sun) dataset, which includes diverse and challenging real-world images. The results show that the proposed performs comparably to state-of-the-art methods in terms of accuracy, false positive rate (FPR), model size, and runtime, highlighting its potential for real-world applications.
Why it matches plant phenotyping methods植物病害の画像ベース診断を目的とする軽量CNNを開発し、複数データセットで精度・誤検出率・モデルサイズ・推論時間を評価しており、病害状態の表現型推定手法が中心である。
abstractwe propose a lightweight convolutional neural network (CNN) designed for resource-constrained devices termed as LeafNet.
Reproduction assets foundThe paper's authors publicly released their LeafNet analysis code on GitHub, and the plant leaf image datasets used for their phenotyping experiments (PV, DRLI, BARI-Sun) are openly available. The PC dataset is a composite of PV and DRLI and is not independently deposited.Code · publicTo promote
reproducibility and facilitate further research, the source code is publicly available at:
(https://github.com/sanaparez/LeafNet)Open asset ↗sanaparez/LeafNetpdf-page:3 lines:1-54Dataset · publicThe datasets utilized in this study are openly available at PV Dataset
(https://github.com/spMohanty/PlantVillage-Dataset)Open asset ↗spMohanty/PlantVillage-Datasetpdf-page:15 lines:1-59Code / dataset availability confirmedOpenAlex · checked 7 Sept 2026
Soybean pod count is a crucial aspect of soybean plant phenotyping, offering valuable reference information for breeding and planting management. Traditional manual counting methods are not only costly but also prone to errors. Existing detection-based soybean pod counting methods face challenges due to the crowded and uneven distribution of soybean pods on the plants. To tackle this issue, we propose a Soybean Pod Counting Network (SPCN) for accurate soybean pod counting. SPCN is a density map-based architecture based on Hybrid Dilated Convolution (HDC) strategy and attention mechanism for feature extraction, using the Unbalanced Optimal Transport (UOT) loss function for supervising density map generation. Additionally, we introduce a new diverse dataset, BeanCount-1500, comprising of 24,684 images of 316 soybean varieties with various backgrounds and lighting conditions. Extensive experiments on BeanCount-1500 demonstrate the advantages of SPCN in soybean pod counting with an Mean Absolute Error(MAE) and an Mean Squared Error(MSE) of 4.37 and 6.45, respectively, significantly outperforming the current competing method by a substantial margin. Its excellent performance on the Renshou2021 dataset further confirms its outstanding generalization potential. Overall, the proposed method can provide technical support for intelligent breeding and planting management of soybean, promoting the digital and precise management of agriculture in general.
Why it matches plant phenotyping methods大豆莢数という植物形質を画像から自動推定する手法を開発し、データセット上で性能評価しているため、植物フェノタイピング手法が研究の中心です。
abstractSoybean pod count is a crucial aspect of soybean plant phenotyping
Reproduction assets foundThe paper's SPCN analysis code is stated to be publicly available on GitHub. The BeanCount-1500 dataset itself has no public deposit or availability statement (authors must be contacted), so it does not qualify as a public asset.Code · publicThe source code is available at https://github.com/johnhamtom/
soybean_counting_SPCN (accessed on 10 August 2024).Open asset ↗pdf-page:2 lines:1-58Code / dataset availability confirmedEurope PMC · OpenAlex · checked 14 Sept 2026
Drought stress is one of the main threats to poplar plant growth and has a negative impact on plant yield. Currently, high-throughput plant phenotyping has been widely studied as a rapid and nondestructive tool for analyzing the growth status of plants, such as water and nutrient content. In this study, a combination of computer vision and deep learning was used for drought-stressed poplar sapling phenotyping. Four varieties of poplar saplings were cultivated, and 5 different irrigation treatments were applied. Color images of the plant samples were captured for analysis. Two tasks, including leaf posture calculation and drought stress identification, were conducted. First, instance segmentation was used to extract the regions of the leaf, petiole, and midvein. A dataset augmentation method was created for reducing manual annotation costs. The horizontal angles of the fitted lines of the petiole and midvein were calculated for leaf posture digitization. Second, multitask learning models were proposed for simultaneously determining the stress level and poplar variety. The mean absolute errors of the angle calculations were 10.7° and 8.2° for the petiole and midvein, respectively. Drought stress increased the horizontal angle of leaves. Moreover, using raw images as the input, the multitask MobileNet achieved the highest accuracy (99% for variety identification and 76% for stress level classification), outperforming widely used single-task deep learning models (stress level classification accuracies of <70% on the prediction dataset). The plant phenotyping methods presented in this study could be further used for drought-stress-resistant poplar plant screening and precise irrigation decision-making.
Why it matches plant phenotyping methods画像解析と深層学習により、葉姿勢の定量化および干ばつストレス同定手法を開発・評価しており、植物表現型取得が研究の中心である。
abstractIn this study, a combination of computer vision and deep learning was used for drought-stressed poplar sapling phenotyping.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicThe codes for conducting the proposed poplar plant image generation method and for annotation format conversion were uploaded to the GitHub platform ( https://github.com/L-Zhou17/Plant-Image-Generation ). Other codes and datasets are available upon request.Open asset ↗L-Zhou17/Plant-Image-Generationlines:269-294Code / dataset availability confirmedEurope PMC · OpenAlex · checked 7 Sept 2026
Plant phenotype detection plays a crucial role in understanding and studying plant biology, agriculture, and ecology. It involves the quantification and analysis of various physical traits and characteristics of plants, such as plant height, leaf shape, angle, number, and growth trajectory. By accurately detecting and measuring these phenotypic traits, researchers can gain insights into plant growth, development, stress tolerance, and the influence of environmental factors, which has important implications for crop breeding. Among these phenotypic characteristics, the number of leaves and growth trajectory of the plant are most accessible. Nonetheless, obtaining these phenotypes is labor intensive and financially demanding. With the rapid development of computer vision technology and artificial intelligence, using maize field images to fully analyze plant-related information can greatly eliminate repetitive labor and enhance the efficiency of plant breeding. However, it is still difficult to apply deep learning methods in field environments to determine the number and growth trajectory of leaves and stalks due to the complex backgrounds and serious occlusion problems of crops in field environments. To preliminarily explore the application of deep learning technology to the acquisition of the number of leaves and stalks and the tracking of growth trajectories in field agriculture, in this study, we developed a deep learning method called Point-Line Net, which is based on the Mask R-CNN framework, to automatically recognize maize field RGB images and determine the number and growth trajectory of leaves and stalks. The experimental results demonstrate that the object detection accuracy (mAP50) of our Point-Line Net can reach 81.5%. Moreover, to describe the position and growth of leaves and stalks, we introduced a new lightweight "keypoint" detection branch that achieved a magnitude of 33.5 using our custom distance verification index. Overall, these findings provide valuable insights for future field plant phenotype detection, particularly for datasets with dot and line annotations.
Why it matches plant phenotyping methodsトウモロコシの葉・茎の数と成長軌跡をRGB画像から抽出する深層学習手法を開発し、精度評価も行っており、植物表現型取得が研究の中心である。
abstractin this study, we developed a deep learning method called Point-Line Net, which is based on the Mask R-CNN framework, to automatically recognize maize field RGB images and determine the number and growth trajectory of leaves and stalks.
Reproduction assets foundThe authors explicitly deposit the code (and data) supporting this maize leaf/stalk trajectory phenotyping study in a public GitHub repository, matching an allowed URL.Code · publicThe computer code and data that support the findings of this study are deposited in a GitHub repository at https://github.com/VEGETALOADING/Point-Line-Net .Open asset ↗VEGETALOADING/Point-Line-Netlines:319-524Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
In this study, our aim is to find an effective method to solve the problem of disease similarity caused by multiple diseases occurring on the same leaf. This study proposes the use of an optimized RegNet model to identify seven common apple leaf diseases. We conducted comparisons and analyses on the impact of various factors, such as training methods, data expansion methods, optimizer selection, image background, and other factors, on model performance. The findings suggest that utilizing offline expansion and transfer learning to fine-tune all layer parameters can enhance the model's classification performance, while complex image backgrounds significantly influence model performance. Additionally, the optimized RegNet network model demonstrates good generalization ability for both datasets, achieving testing accuracies of 93.85% and 99.23%, respectively. These results highlight the potential of the optimized RegNet network model to achieve high-precision identification of different diseases on the same apple leaf under complex field backgrounds. This will be of great significance for intelligent disease identification in apple orchards in the future.
Why it matches plant phenotyping methodsリンゴ葉の病害状態を画像から識別する最適化CNNを提案し、学習条件・背景・データセットで性能比較と精度評価を行っており、植物表現型取得法が中心である。
abstractThis study proposes the use of an optimized RegNet model to identify seven common apple leaf diseases.
Reproduction assets foundThe paper's apple leaf disease dataset fuses authors' field-collected images (not publicly deposited) with the public Kaggle Plant Pathology 2020 (FGVC7) dataset, which is directly used in this paper's phenotyping/classification measurements. No author analysis code, trained model checkpoints, or data deposit is statedDataset · publich period from apple tree germination to harvesting, and each disease image sample contained different stages of onset.
Considering the insufficient number of collected apple leaf disease images and the fact that the background and category of the apple disease leaf images in the “Plant Pathology Challenge” for CVPR 2020-FGVC7 ( https://www.kaggle.com/c/plantpathology-2020 fgvc7, accessed on 20 December 2023) [ 17 ] are consistent with the collected image data, the two were fused to form the dataset used in this study. Additionally, we collaborated with professional scholars to screen, classify, and organize the above two image types one by one, establishing a relatively reliable dataset of aOpen asset ↗Kaggle · plantpathology-2020lines:34-43Code / 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 · Crossref · checked 7 Sept 2026
The devastating effect of plant disease infestation on crop production poses a significant threat to the attainment of the United Nations' Sustainable Development Goal 2 (SDG2) of food security, especially in Sub-Saharan Africa. This has been further exacerbated by the lack of effective and accessible plant disease detection technologies. Farmers' inability to quickly and accurately diagnose plant diseases leads to crop destruction and reduced productivity. The diverse range of existing plant diseases further complicates detection for farmers without the right technologies, hindering efforts to combat food insecurity in the region. This study presents a web-based plant diagnosis application, referred to as mobile-enabled Plant Diagnosis-Application (mPD-App). First, a publicly available image dataset, containing a diverse range of plant diseases, was acquired from Kaggle for the purpose of training the detection system. The image dataset was, then, made to undergo the preprocessing stage which included processes such as image-to-array conversion, image reshaping, and data augmentation. The training phase leverages the vast computational ability of the convolutional neural network (CNN) to effectively classify image datasets. The CNN model architecture featured six convolutional layers (including the fully connected layer) with phases, such as normalization layer, rectified linear unit (RELU), max pooling layer, and dropout layer. The training process was carefully managed to prevent underfitting and overfitting of the model, ensuring accurate predictions. The mPD-App demonstrated excellent performance in diagnosing plant diseases, achieving an overall accuracy of 93.91%. The model was able to classify 14 different types of plant diseases with high precision and recall values. The ROC curve showed a promising area under the curve (AUC) value of 0.946, indicating the model's reliability in detecting diseases. The web-based mPD-App offers a valuable tool for farmers and agricultural stakeholders in Sub-Saharan Africa, to detect and diagnose plant diseases effectively and efficiently. To further improve the application's performance, ongoing efforts should focus on expanding the dataset and refining the model's architecture. Agricultural authorities and policymakers should consider promoting and integrating such technologies into existing agricultural extension services to maximize their impact and benefit the farming community.
Why it matches plant phenotyping methods植物病害画像から病害状態を分類するCNNとモバイル診断アプリの開発・性能評価が研究の中心であり、植物病害フェノタイプの取得・推定に該当する。
abstractThis study presents a web-based plant diagnosis application, referred to as mobile-enabled Plant Diagnosis-Application (mPD-App).
Reproduction assets foundThe paper's CNN plant-disease diagnosis model was trained on the publicly available PlantVillage image dataset, which the authors explicitly retrieved from a public GitHub repository with a URL matching the allowed list. This is the paper-specific image input used for its phenotyping measurements. No author analysis代码,Dataset · publicThe implementation procedure of the mPD-App is further repository https://github.com/spMohanty/PlantVillage-DatasetOpen asset ↗spMohanty/PlantVillage-Datasetpdf-page:5 lines:1-49Code / dataset availability confirmedbioRxiv · checked 14 Sept 2026
The evolutionary histories of species have been shaped by genomic, environmental, and morphological variation. Understanding the interactions among these sources of variation is critical to infer accurately the biogeographic history of lineages. Here, using the geographically widely distributed plum genus (Prunus, Rosaceae) as a model, we investigate how changes in genomic and environmental variation drove the diversification of this group, and we quantify the morphological features that facilitated or resulted from diversification. We sequenced 587 nuclear loci and complete chloroplast genomes from 99 species representing all major lineages in Prunus, with a special focus on the understudied tropical racemose group. The environmental variation in extant species was quantified by synthesizing bioclimatic variables into principal components of environmental variation using thousands of georeferenced herbarium specimens. We used machine learning algorithms to classify and measure morphological variation present in thousands of digitized herbarium sheet images. Our phylogenomic and biogeographic analyses revealed that ancient hybridization and/or allopolyploidy spurred the initial rapid diversification of the genus in the early Eocene, with subsequent diversification in the north temperate zone, neotropics, and paleotropics. This diversification involved successful transitions between tropical and temperate biomes, an exceedingly rare event in woody plant lineages, accompanied by morphological changes in leaf and reproductive morphology. The machine learning approach detected morphological variation associated with ancient hybridization and quantified the breadth of morphospace occupied by major lineages within the genus. The paleotropical lineages of Prunus have diversified steadily since the late Eocene/early Oligocene, while the neotropical lineages diversified much later. Critically, both the tropical and temperate lineages have continued to diversify. We conclude that the genomic rearrangements created by reticulation deep in the phylogeny of Prunus may explain why this group has been more successful than other groups with tropical origins that currently persist only in either tropical or temperate regions, but not both.
Why it matches plant phenotyping methods機械学習を用いて標本画像から植物の形態変異を分類・測定し、葉および生殖形態の表現型を定量化しており、形態計測ワークフローが研究の中心的要素である。
abstractWe used machine learning algorithms to classify and measure morphological variation present in thousands of digitized herbarium sheet images.
Reproduction assets foundThe paper's herbarium image data and supplementary material are deposited in Dryad; trained Prunus ML classifiers are on Hugging Face; author Jupyter notebooks for the ML workflow are on GitHub. All are paper-specific, public, and actionable.Dataset · public1126 Data Availability
1127
1128 Data available from the Dryad Digital Repository: DOI: 10.5061/dryad.x95x69pwr; Reviewer
1129 URL: http://datadryad.org/share/L-QUcxrgnpTr6l0Td3MxdfJDCUT1iRbPmT4SzA2LwMA.
1130
1131 Supplementary material, image data, and DNA sequence matrices are available from the Dryad
1132 Digital Repository. Raw sequence data were submitted to NCBI GenBank (SUB13638423).
1133 Machine learning models are hosted on Hugging Face with temporary URLs
1134 (https://huggingface.co/richiehodel/Prunus_lineage_classiOpen asset ↗Dryad Digital Repository · 10.5061/dryad.x95x69pwrpdf-layout-page:54 lines:1-31Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Rice is one of the most widely consumed foods all over the world. Various diseases and deficiency disorders impact the rice crop's growth, thereby hampering the rice yield. Therefore, proper crop monitoring is very important for the early diagnosis of diseases or deficiency disorders. Diagnosis of diseases and disorders requires specialized manpower, which is not scalable and accessible to all farmers. To address this issue, machine learning and deep learning (DL)-driven automated systems are designed, which may help the farmers in diagnosing disease/deficiency disorders in crops so that proper care can be taken on time. Various studies have used transfer learning (TL) models in the recent past. In recent studies, further improvement in rice disease and deficiency disorder diagnosis system performance is achieved by performing the ensemble of various TL models. However, in all these DL-based studies, the segmentation of the region of interest is not done beforehand and the infected-region extraction is left for the DL model to handle automatically. Therefore, this article proposes a novel framework for the diagnosis of rice-infected leaves based on DL-based segmentation with bitwise logical AND operation and DL-based classification. The rice diseases covered in this study are bacterial leaf blight, brown spot, and leaf smut. The rice nutrient deficiencies like nitrogen (N), phosphorous (P), and potassium (K) were also included. The results of the experiment conducted on these datasets showed that the performance of DeepBatch was significantly improved as compared to the conventional technique.
Why it matches plant phenotyping methodsイネ葉の病害・栄養欠乏という植物状態を対象に、感染領域のセグメンテーションと分類を組み合わせた画像解析手法を開発・評価しており、表現型取得が中心である。
abstractthis article proposes a novel framework for the diagnosis of rice-infected leaves based on DL-based segmentation with bitwise logical AND operation and DL-based classification.
Reproduction assets foundThe paper's rice leaf disease and nutrient deficiency image datasets are publicly available on Kaggle, explicitly linked in the data availability statement. No author analysis code or trained models are publicly deposited (available only on request).Dataset · publicarma M; writing – review & editing: Kumar CJ, Talukdar J, Dhiman G, Singh TP, Sharma A.
Conflict of interest: Authors state no conflict of interest.
Data availability statement: The three different types of diseased rice leaf images that were utilized in this experiment are accessible at the following links provided as follows: https://www.kaggle.com/datasets/vbookshelf/rice-leafdiseases , https://www.kaggle.com/guy007/nutrientdeficiencysymptomsinrice . The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.
Contributor Information
Mayuri Sharma, Email: mayurisarmah71@gmail.com.
Chandan Jyoti Kumar, Email: chanOpen asset ↗Kaggle · vbookshelf/rice-leafdiseaseslines:561-586Dataset · publicn G, Singh TP, Sharma A.
Conflict of interest: Authors state no conflict of interest.
Data availability statement: The three different types of diseased rice leaf images that were utilized in this experiment are accessible at the following links provided as follows: https://www.kaggle.com/datasets/vbookshelf/rice-leafdiseases , https://www.kaggle.com/guy007/nutrientdeficiencysymptomsinrice . The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.
Contributor Information
Mayuri Sharma, Email: mayurisarmah71@gmail.com.
Chandan Jyoti Kumar, Email: chandan14944@gmail.com.
Jyotismita Talukdar, Email: jyoti4@tezu.ernOpen asset ↗Kaggle · guy007/nutrientdeficiencysymptomsinricelines:561-586Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Rice is the most important cereal food crop in the world, and half of the world's population uses rice as a staple food for its energy source. The yield production qualities and quantities are affected by biotic and abiotic factors namely viruses, soil fertility, bacteria, pests, and temperature. Rice plant disease is the most crucial factor behind communal, economic, and agricultural losses in the agricultural field. Farmers detect and identify diseases through the naked eye, which takes more time and resources, leading to crop loss and unhealthy farming. To overcome these issues, this paper presents a novel rice plant disease detection approach named the crossover boosted artificial hummingbird algorithm based AX-RetinaNet (CAHA-AXRNet) approach. This current research paper mainly concentrates on the effectiveness of rice plant disease detection and classification. The hyperparameters of the AX-RetinaNet model are optimized through the CAHA optimization model. In this paper, three types of disease detection datasets namely rice plant dataset, rice leaf dataset, and rice disease dataset are included to classify rice plants as healthy or unhealthy. The most essential performance metrics are precision, F1-score, accuracy, specificity, and recall, employed to validate the effectiveness of disease detection. The proposed CAHA-AXRNet approach demonstrates its effectiveness compared to other existing rice plant disease detection methods and achieved an accuracy rate of 98.1%.
Why it matches plant phenotyping methodsイネ葉・植物の病害状態を画像データから検出・分類する手法を開発し、複数データセットと性能指標で評価しており、植物フェノタイピング手法が研究の中心である。
abstractthis paper presents a novel rice plant disease detection approach named the crossover boosted artificial hummingbird algorithm based AX-RetinaNet (CAHA-AXRNet) approach.
Reproduction assets foundThe paper uses three public rice disease image datasets (Kaggle rice leaf, GitHub rice disease, Kaggle rice plant) as its phenotyping inputs; no author code or model release is stated (data availability is on-request only).Dataset · publicom the Indira
Gandhi Agricultural University, Raipur, Chhattisgarh,
India. The images were captured during the daytime
through Gionee, Canon Powershot SX530HS digital
camera and LYF mobile set. This image background
can reduce the computational cost as well as back-
ground complexity and this rice disease data are cho-
sen from https://github.com/aldrin233/RiceDiseases-DataSet. In the rice plant dataset, there are 5932
images are used to find the unhealthy and healthy
plants from the agricultural field. The most danger-
ous disease in the rice plant is rice blast fungal gen-
erated from the seed of the plant which affects the
entire plant of the field. This data was collected by
https://www.Open asset ↗github.com/aldrin233/RiceDiseases-DataSetpdf-raw-page:13 lines:1-100Dataset · public/RiceDiseases-DataSet. In the rice plant dataset, there are 5932
images are used to find the unhealthy and healthy
plants from the agricultural field. The most danger-
ous disease in the rice plant is rice blast fungal gen-
erated from the seed of the plant which affects the
entire plant of the field. This data was collected by
https://www.kaggle.com/datasets/rajkumar898/rice-plant-dataset. The sample images for each dataset are
delineated in Table 3.
Evaluation measures
The evaluation measures namely precision (RPprecision),
F1-score (RPF1−score), accuracy (RPaccuracy), recall
(RPrecall), specificity (RPspecificity), AUC/ROC and loss
are analyzed by using true positive values (RPTP), false
Open asset ↗kaggle.com/datasets/rajkumar898/rice-plant-datasetpdf-raw-page:13 lines:1-100Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
A large number of countries worldwide depend on the agriculture, as agriculture can assist in reducing poverty, raising the country’s income, and improving the food security. However, the plan diseases usually affect food crops and hence play a significant role in the annual yield and economic losses in the agricultural sector. In general, plant diseases have historically been identified by humans using their eyes, where this approach is often inexact, time-consuming, and exhausting. Recently, the employment of machine learning and deep learning approaches have significantly improved the classification and recognition accuracy for several applications. Despite the CNN models offer high accuracy for plant disease detection and classification, however, the limited available data for training the CNN model affects seriously the classification accuracy. Therefore, in this paper, we employed a Cycle Generative Adversarial Network (CycleGAN) to overcome the limitations of over-fitting and the limited size of the available datasets. In addition, we developed an efficient plant disease classification approach, where we adopt the CycleGAN architecture in order to enhance the classification accuracy. The obtained results showed an average enhancement of 7% in the classification accuracy.
Why it matches plant phenotyping methods植物病害画像を対象に、CycleGANによるデータ拡張・分類手法を開発し、分類精度を評価しているため、病害状態の画像ベース表現型推定が中心です。
abstractwe employed a Cycle Generative Adversarial Network (CycleGAN) to overcome the limitations of over-fitting and the limited size of the available datasets.
Reproduction assets foundThe paper uses the public DiaMOS pear leaf/fruit image dataset as its phenotyping input and explicitly states its availability on Zenodo. No author analysis code, trained models, or generated CycleGAN image dataset is reported as publicly deposited.Dataset · publicData availability: The dataset that has been used in this study is available
in https://zenodo.org/record/5557313.Open asset ↗zenodo · 5557313pdf-page:15 lines:1-40Code / dataset availability confirmedOpenAlex · Europe PMC · checked 14 Sept 2026
Abstract Background Quantitative, accurate, and high-throughput phenotyping of crop diseases is needed for breeding programs and plant-pathogen interaction investigations. However, difficulties in the transferability of available numerical tools encourage maintaining visual assessment of disease symptoms, although this is laborious, time-consuming, requires expertise, and rater dependent. Deep learning has produced interesting results for plant disease evaluation, but has not yet been used to quantify the severity of Septoria tritici blotch (STB) caused by Zymoseptoria tritici, a frequently occurring and damaging disease on wheat crops. Results We developed a Python-coded image analysis script, called SeptoSympto, in which deep learning models based on the U-net and YOLO architectures were used to quantify necrosis and pycnidia, respectively. Small datasets of different sizes (containing 50, 100, 200, and 300 leaves) were trained to create deep learning models and to facilitate the transferability of the tool, and five different datasets were tested to develop a robust tool for the accurate analysis of STB symptoms. The results revealed that (i) the amount of annotated data does not influence the good performance of the models, (ii) the outputs of SeptoSympto are highly correlated with those of the experts, with a similar magnitude to the correlations between experts, and that (iii) the accuracy of SeptoSympto allows precise and rapid quantification of necrosis and pycnidia on both durum and bread wheat leaves inoculated with different strains of the pathogen, scanned with different scanners and grown under different conditions. Conclusions Although running SeptoSympto takes longer than visual assessment to evaluate STB symptoms, it allows the data to be stored and evaluated by everyone in a more accurate and unbiased manner. Furthermore, the methods used in SeptoSympto were chosen to be not only powerful but also the most frugal, easy to use and adaptable. This study therefore demonstrates the potential of deep learning to assess complex plant disease symptoms such as STB.
Why it matches plant phenotyping methodsSeptoSymptoは小麦葉の壊死・ピクニディアを画像から定量する深層学習手法として開発・検証されており、植物病害表現型の取得が研究の中心です。
abstractWe developed a Python-coded image analysis script, called SeptoSympto, in which deep learning models based on the U-net and YOLO architectures were used to quantify necrosis and pycnidia, respectively.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。Code · publicWe developed an image analysis script, named SeptoSympto ( https://github.com/maximereder/septo-sympto ), in which deep learning models based on the U-net and YOLO architectures were trained on small datasetsOpen asset ↗maximereder/septo-symptolines:61-99Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Plant disease diagnosis in time can inhibit the spread of the disease and prevent a large-scale drop in production, which benefits food production. Object detection-based plant disease diagnosis methods have attracted widespread attention due to their accuracy in classifying and locating diseases. However, existing methods are still limited to single crop disease diagnosis. More importantly, the existing model has a large number of parameters, which is not conducive to deploying it to agricultural mobile devices. Nonetheless, reducing the number of model parameters tends to cause a decrease in model accuracy. To solve these problems, we propose a plant disease detection method based on knowledge distillation to achieve a lightweight and efficient diagnosis of multiple diseases across multiple crops. In detail, we design 2 strategies to build 4 different lightweight models as student models: the YOLOR-Light-v1, YOLOR-Light-v2, Mobile-YOLOR-v1, and Mobile-YOLOR-v2 models, and adopt the YOLOR model as the teacher model. We develop a multistage knowledge distillation method to improve lightweight model performance, achieving 60.4% mAP @ .5 in the PlantDoc dataset with small model parameters, outperforming existing methods. Overall, the multistage knowledge distillation technique can make the model lighter while maintaining high accuracy. Not only that, the technique can be extended to other tasks, such as image classification and image segmentation, to obtain automated plant disease diagnostic models with a wider range of lightweight applicability in smart agriculture. Our code is available at https://github.com/QDH/MSKD.
Why it matches plant phenotyping methods植物病害を画像から検出・診断する軽量モデルと知識蒸留法を開発しており、植物の病害状態の推定が中心的な技術貢献である。
abstractwe propose a plant disease detection method based on knowledge distillation to achieve a lightweight and efficient diagnosis of multiple diseases across multiple crops.
Reproduction assets foundThe authors explicitly state they released their code and data publicly on GitHub, which contains the MSKD multistage knowledge distillation implementation for plant disease detection.Code · publicWe released our code and data at https://github.com/QDH/MSKD .Open asset ↗QDH/MSKDlines:683-695Code / dataset availability confirmedOpenAlex · Europe PMC · checked 7 Sept 2026
KEY MESSAGE: Genotype-by-environment interactions of secondary traits based on high-throughput field phenotyping are less complex than those of target traits, allowing for a phenomic selection in unreplicated early generation trials. Traditionally, breeders' selection decisions in early generations are largely based on visual observations in the field. With the advent of affordable genome sequencing and high-throughput phenotyping technologies, enhancing breeders' ratings with such information became attractive. In this research, it is hypothesized that G[Formula: see text]E interactions of secondary traits (i.e., growth dynamics' traits) are less complex than those of related target traits (e.g., yield). Thus, phenomic selection (PS) may allow selecting for genotypes with beneficial response-pattern in a defined population of environments. A set of 45 winter wheat varieties was grown at 5 year-sites and analyzed with linear and factor-analytic (FA) mixed models to estimate G[Formula: see text]E interactions of secondary and target traits. The dynamic development of drone-derived plant height, leaf area and tiller density estimations was used to estimate the timing of key stages, quantities at defined time points and temperature dose-response curve parameters. Most of these secondary traits and grain protein content showed little G[Formula: see text]E interactions. In contrast, the modeling of G[Formula: see text]E for yield required a FA model with two factors. A trained PS model predicted overall yield performance, yield stability and grain protein content with correlations of 0.43, 0.30 and 0.34. While these accuracies are modest and do not outperform well-trained GS models, PS additionally provided insights into the physiological basis of target traits. An ideotype was identified that potentially avoids the negative pleiotropic effects between yield and protein content.
Why it matches plant phenotyping methodsドローン画像から植物高・葉面積・分げつ密度を推定し、これらを用いたフェノミック選抜モデルを評価しており、形質取得と解析ワークフローが研究の中心である。
abstractThe dynamic development of drone-derived plant height, leaf area and tiller density estimations was used to estimate the timing of key stages, quantities at defined time points and temperature dose-response curve parameters.
Reproduction assets foundThe paper's Data availability statement explicitly deposits the study's datasets (phenotypic/trait data from drone-based wheat phenotyping) in the ETH Research Collection and the phenomics data processing source code in a public ETH GitLab repository. Both are paper-specific, public, and actionable.Dataset · publicThe datasets generated and analyzed during the current study are openly available in the ETH Research Collection repository, http://doi.org/10.3929/ethz-b-000566864 .Open asset ↗ETH Research Collection · 10.3929/ethz-b-000566864lines:210-223Code · publicSource code for the phenomics data processing methods used in this study are openly available in the ETH gitlab repository, https://gitlab.ethz.ch/crop_phenotyping/htfp_data_processing .Open asset ↗ETH gitlab · crop_phenotyping/htfp_data_processinglines:210-223Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Plant species complexes represent a particularly interesting example of taxonomically complex groups (TCGs), linking hybridization, apomixis, and polyploidy with complex morphological patterns. In such TCGs, mosaic-like character combinations and conflicts of morphological data with molecular phylogenies present a major problem for species classification. Here, we used the large polyploid apomictic European Ranunculus auricomus complex to study relationships among five diploid sexual progenitor species and 75 polyploid apomictic derivate taxa, based on geometric morphometrics using 11,690 landmarked objects (basal and stem leaves, receptacles), genomic data (97,312 RAD-Seq loci, 48 phased target enrichment genes, 71 plastid regions) from 220 populations. We showed that (1) observed genomic clusters correspond to morphological groupings based on basal leaves and concatenated traits, and morphological groups were best resolved with RAD-Seq data; (2) described apomictic taxa usually overlap within trait morphospace except for those taxa at the space edges; (3) apomictic phenotypes are highly influenced by parental subgenome composition and to a lesser extent by climatic factors; and (4) allopolyploid apomictic taxa, compared to their sexual progenitor, resemble a mosaic of ecological and morphological intermediate to transgressive biotypes. The joint evaluation of phylogenomic, phenotypic, reproductive, and ecological data supports a revision of purely descriptive, subjective traditional morphological classifications.
Why it matches plant phenotyping methods幾何学的形態計測を用いて葉や花托の形態形質を大規模に取得・解析し、ゲノムパターンとの比較に研究の中心的役割を持たせているため、植物フェノタイピング手法の実質的な適用に該当する。
abstractbased on geometric morphometrics using 11,690 landmarked objects (basal and stem leaves, receptacles)
Reproduction assets foundThe paper's geometric morphometric phenotyping inputs (leaf/receptacle images and landmark files) are publicly deposited on FigShare, directly reproducing this paper's plant-phenotyping measurements. Flow cytometric ploidy/reproduction-mode data and the MDPI supplement with morphometric tables are also paper-specific; Dataset · public3), respectively. More detailed data, tables, and figures concerning (phylo)genomic analyses are deposited on FigShare ( https://doi.org/10.6084/m9.figshare.14046305 ) (accessed on 7 March 2023). Flow cytometric (FC) and flow cytometric seed screening (FCSS) data (ploidy levels, reproduction modes) are also stored in Figshare ( https://doi.org/10.6084/m9.figshare.13352429 ) (accessed on 7 March 2023). We deposited image data processed for geometric morphometric analyses on FigShare upon publication ( https://doi.org/10.6084/m9.figshare.21393375 ) (accessed on 31 January 2023).
Conflicts of Interest
The authors declare no conflict of interest.
Funding Statement
This research was funded by theOpen asset ↗FigShare · 10.6084/m9.figshare.13352429lines:135-158Supplement · publice thank Esther Philine Zieschang, Anne-Sophie Burmeister, and Jennifer Krüger for processing leaf scans for geometric morphometric analyses, and Michael Kloster for providing scripts to automatically cut leaf scans into basal and stem leaf parts.
Supplementary Materials
The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/biology12030418/s1 , Figure S1: Landmark digitization of the taxonomically most informative Ranunculus auricomus traits; Figure S2: Correlation plot concerning non-autocorrelated (r < 0.8), standardized (0 mean, unit variance) abiotic environmental factors; Figure S3: Correlation plot concerning standardized axis shape scores of alOpen asset ↗lines:122-134Code / 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 · Crossref · checked 8 Sept 2026
SoybeanField / plotRootSeed / grainCountingGrowth / development / phenologyRoot system architecture
The symbiotic relationship between soybean [ Glycine max L. (Merr.)] roots and bacteria ( Bradyrhizobium japonicum ) lead to the development of nodules, important legume root structures where atmospheric nitrogen (N 2 ) is fixed into bio-available ammonia (NH 3 ) for plant growth and development. With the recent development of the Soybean Nodule Acquisition Pipeline (SNAP), nodules can more easily be quantified and evaluated for genetic diversity and growth patterns across unique soybean root system architectures. We explored six diverse soybean genotypes across three field year combinations in three early vegetative stages of development and report the unique relationships between soybean nodules in the taproot and non-taproot growth zones of diverse root system architectures of these genotypes. We found unique growth patterns in the nodules of taproots showing genotypic differences in how nodules grew in count, size, and total nodule area per genotype compared to non-taproot nodules. We propose that nodulation should be defined as a function of both nodule count and individual nodule area resulting in a total nodule area per root or growth regions of the root. We also report on the relationships between the nodules and total nitrogen in the seed at maturity, finding a strong correlation between the taproot nodules and final seed nitrogen at maturity. The applications of these findings could lead to an enhanced understanding of the plant- Bradyrhizobium relationship and exploring these relationships could lead to leveraging greater nitrogen use efficiency and nodulation carbon to nitrogen production efficiency across the soybean germplasm.
Why it matches plant phenotyping methodsSNAPという機械学習ベースの表現型取得・解析パイプラインを用いて、根粒数・サイズ・面積を定量化することが研究の中心的手法として明示されている。
titleUsing machine learning enabled phenotyping to characterize nodulation in three early vegetative stages in soybean
Reproduction assets foundThe paper states that all data and code will be shared through the authors' Singh group GitHub. This is the only paper-specific availability statement; it points to a lab-level GitHub organization rather than a specific repository, and uses future tense ('will be shared'), so the exact deposit for this paper's nod phenCode · publicAll data and code will be shared through the Singh group GitHub https://github.com/SoylabSingh .Open asset ↗SoylabSinghlines:1171-1263Code / dataset availability confirmedOpenAlex · checked 14 Sept 2026
We investigate the robustness of 3D point-based deep learning for organ segmentation of 3D plant models against varying reconstruction quality of the surface. The reconstruction quality is quantified in two ways: 1) The number of acquisitions for partial 3D scans and 2) the amount of noise. High quality models of real rosebush plants are used to collect point clouds in a controlled simulation environment as a way to degrade surface quality systematically. We show that the well-known 3D point-based neural network PointNet++ is capable of operating effectively on low quality and corrupted data for the task of plant organ segmentation. The results indicate that investing on developing deep learning methods has the potential of advancing applications of automated phenotyping, especially for low-quality 3D point clouds of plants. Keywords: plant phenotyping, organ segmentation, robustness analysis, point-based deep learning (a) (b) Figure 1: A 3D rosebush model from ROSE-X data set: (a) point cloud; (b) triangular mesh model.
Why it matches plant phenotyping methods3D植物モデルの器官セグメンテーション手法について、点密度とノイズに対する頑健性を体系的に評価しており、植物フェノタイピング用の計算手法の検証が中心である。
abstractWe investigate the robustness of 3D point-based deep learning for organ segmentation of 3D plant models against varying reconstruction quality of the surface.
Reproduction assets foundThe paper's phenotyping analysis is built entirely on the ROSE-X data set (11 annotated 3D rosebush point clouds), which the authors state is publicly available. However, the supplied text gives no authors' URL or repository link for ROSE-X itself (the only allowed URL is the HAL record of this paper), and no analysis/Dataset · publicData set: The publicly available ROSE-X data set19
was used for experimental evaluation. The data set consists
of 11 complete and fully annotated 3D models of real rosebush plants.Open asset ↗ROSE-Xpdf-raw-page:3 lines:1-52Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Mitochondria form highly dynamic populations in the cells of plants (and almost all eukaryotes). The characteristics and benefits of this collective behaviour, and how it is influenced by nuclear features, remain to be fully elucidated. Here, we use a recently developed quantitative approach to reveal and analyse the physical and collective 'social' dynamics of mitochondria in an Arabidopsis msh1 mutant where the organelle DNA maintenance machinery is compromised. We use a newly created line combining the msh1 mutant with mitochondrially targeted green fluorescent protein (GFP), and characterize mitochondrial dynamics with a combination of single-cell time-lapse microscopy, computational tracking, and network analysis. The collective physical behaviour of msh1 mitochondria is altered from that of the wild type in several ways: mitochondria become less evenly spread, and networks of inter-mitochondrial encounters become more connected, with greater potential efficiency for inter-organelle exchange-reflecting a potential compensatory mechanism for the genetic challenge to the mitochondrial DNA population, supporting more inter-organelle exchange. We find that these changes are similar to those observed in friendly, where mitochondrial dynamics are altered by a physical perturbation, suggesting that this shift to higher connectivity may reflect a general response to mitochondrial challenges, where physical dynamics of mitochondria may be altered to control the genetic structure of the mtDNA population.
Why it matches plant phenotyping methods植物ミトコンドリアの動態を、タイムラプス顕微鏡・計算追跡・ネットワーク解析で定量化する手法の実質的な適用であり、単なる生物学的ルーチン測定ではない。
abstractcharacterize mitochondrial dynamics with a combination of single-cell time-lapse microscopy, computational tracking, and network analysis.
Reproduction assets foundThe paper states that all data and analysis code for the mitochondrial dynamics phenotyping are publicly available on the authors' GitHub repository, which matches an allowed URL.Code · publicAll data and analysis codes are available from Github at https://github.com/StochasticBiology/plant-mito-dynamicsOpen asset ↗StochasticBiology/plant-mito-dynamicslines:109-163Code / dataset availability confirmedEurope PMC · OpenAlex · checked 13 Sept 2026
Growth indices can quantify crop productivity and establish optimal environmental, nutritional, and irrigation control strategies. A convolutional neural network (CNN)-based model is presented for estimating various growth indices (i.e., fresh weight, dry weight, height, leaf area, and diameter) of four varieties of greenhouse lettuce using red, green, blue, and depth (RGB-D) data obtained using a stereo camera. Data from an online autonomous greenhouse challenge (Wageningen University, June 2021) were employed in this study. The data were collected using an Intel RealSense D415 camera. The developed model has a two-stage CNN architecture based on ResNet50V2 layers. The developed model provided coefficients of determination from 0.88 to 0.95, with normalized root mean square errors of 6.09%, 6.30%, 7.65%, 7.92%, and 5.62% for fresh weight, dry weight, height, diameter, and leaf area, respectively, on unknown lettuce images. Using red, green, blue (RGB) and depth data employed in the CNN improved the determination accuracy for all five lettuce growth indices due to the ability of the stereo camera to extract height information on lettuce. The average time for processing each lettuce image using the developed CNN model run on a Jetson SUB mini-PC with a Jetson Xavier NX was 0.83 s, indicating the potential for the model in fast real-time sensing of lettuce growth indices.
Why it matches plant phenotyping methodsRGB-D画像とCNNを用いてレタスの複数の生育形質を推定する手法を開発・検証しており、表現型取得が研究の中心である。
abstractA convolutional neural network (CNN)-based model is presented for estimating various growth indices (i.e., fresh weight, dry weight, height, leaf area, and diameter) of four varieties of greenhouse lettuce using red, green, blue, and depth (RGB-D) data obtained using a stereo camera.
Reproduction assets foundThe paper's phenotyping inputs (388 RGB-D lettuce image pairs with destructive growth-index measurements from the Third Autonomous Greenhouse Challenge) are a third-party public dataset explicitly stated to be publicly available at 4TU.ResearchData, with the DOI 10.4121/15023088.v1 cited in the text and figure captionsDataset · publicThe dataset is available in online: https://doi.org/10.4121/15023088.v1 [ 30 ].Open asset ↗10.4121/15023088.v1lines:518-697Code / dataset availability 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
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 confirmedOpenAlex · Europe PMC · Crossref · checked 14 Sept 2026
Stripe rust (caused by Puccinia striiformis f. sp. tritici) is one of the most devastating diseases of wheat and causes large-scale epidemics and severe yield loss. Applying fungicides during early epidemic development is crucial to controlling the disease but is often challenged by resource-limited human visual scouting. Deep learning has the potential to process images and videos captured from affordable devices to empower high-throughput phenotyping for early detection of stripe rust for timely application of fungicides and improve control efficiency. Here, we developed RustNet, a neural network-based image classifier, for efficiently monitoring fields for stripe rust. RustNet was built on a ResNet-18 architecture pre-trained with ImageNet Large-Scale Visual Recognition Challenge (ILSVRC) dataset using transfer learning. RGB images and videos of multiple wheat fields with different wheat types (winter and spring wheat), conditions (irrigated and non-irrigated), and locations were acquired using smartphones or unmanned aerial vehicles near the canopy. A semi-automated image labeling approach was conducted to improve labeling efficiency by combining automated machine labeling and human correction. Cross-validations across multiple categories (sensor platforms, wheat types, and locations) achieved Area Under Curve from 0.72 to 0.87. Independent validation on a published dataset from Germany achieved accuracies ranging from 0.79 to 0.86. The visualization of the last convolutional layer of RustNet demonstrated the identification of pixels with stripe rust. RustNet is freely available at https://zzlab.net/RustNet.
Why it matches plant phenotyping methods小麦のストライプさび病という植物状態を画像から検出する深層学習手法を開発し、複数条件で交差検証・独立検証しており、表現型取得手法が研究の中心です。
abstractDeep learning has the potential to process images and videos captured from affordable devices to empower high-throughput phenotyping for early detection of stripe rust
Reproduction assets foundThe authors publicly released the RustNet trained model (integrated into Rooster) and the Rooster semi-automated image-labeling software used to produce this paper's wheat stripe rust phenotyping analysis, with explicit availability statements and URLs.Code · publicwere calculated based on its gradient to the disease prediction, which
was equal to the weights of the last fully connected layer. A ReLU function was applied to filter
negative input (Figure 2b). A python package was used to visualize the Grad-CAM
(https://github.com/jacobgil/pytorch-grad-cam).Image labeling
Rooster software (https://github.com/12HuYang/Rooster) was used to label tile images into
disease or non-disease classes by easily clicking it with a mouse. Rooster was developed with
python and can split raw images into tiles (e.g., 224 × 224 pixels) by defining column and row
numbers. A semi-automatic image labeling that combines machine- and human labeling was
implemented in RoOpen asset ↗12HuYang/Roosterpdf-raw-page:18 lines:1-30Code / 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 15 Sept 2026
Background Thanks to the wider spread of high-throughput experimental techniques, biologists are accumulating large amounts of datasets which often mix quantitative and qualitative variables and are not always complete, in particular when they regard phenotypic traits. In order to get a first insight into these datasets and reduce the data matrices size scientists often rely on multivariate analysis techniques. However such approaches are not always easily practicable in particular when faced with mixed datasets. Moreover displaying large numbers of individuals leads to cluttered visualisations which are difficult to interpret. Results We introduced a new methodology to overcome these limits. Its main feature is a new semantic distance tailored for both quantitative and qualitative variables which allows for a realistic representation of the relationships between individuals (phenotypic descriptions in our case). This semantic distance is based on ontologies which are engineered to represent real-life knowledge regarding the underlying variables. For easier handling by biologists, we incorporated its use into a complete tool, from raw data file to visualisation. Following the distance calculation, the next steps performed by the tool consist in (i) grouping similar individuals, (ii) representing each group by emblematic individuals we call archetypes and (iii) building sparse visualisations based on these archetypes. Our approach was implemented as a Python pipeline and applied to a rosebush dataset including passport and phenotypic data. Conclusions The introduction of our new semantic distance and of the archetype concept allowed us to build a comprehensive representation of an incomplete dataset characterised by a large proportion of qualitative data. The methodology described here could have wider use beyond information characterizing organisms or species and beyond plant science. Indeed we could apply the same approach to any mixed dataset.
Why it matches plant phenotyping methods植物の表現型データを対象に、混合型・不完全データを可視化する新しい意味距離とPythonパイプラインを開発しており、表現型解析手法が研究の中心である。
abstractWe introduced a new methodology to overcome these limits.
Reproduction assets foundThe authors' DIVIS Python pipeline (semantic distance, clustering, archetype visualisation) is publicly available on Forgemia with explicit availability language; the rosebush phenotype dataset itself is only available on request, so it is not a qualifying public asset.Code · publicLoire”, supported by the French Region Pays de la Loire, Angers Loire Métropole and the European Regional Development Fund, as part of the DIVIS project.
Availability of data and materials
The software developed to implement the pipeline presented in this paper is available as follows:
• Project name: DIVIS
• Project home page: https://forgemia.inra.fr/irhs-bioinfo/Divis
• Archived version: v1.2
• Operating system(s): Platform independent
• Programming language: Python 3.7
• Other requirements: Described as requirement.txt file for pip in the code repository
• License: CeCILL. See LICENCE file in the code repository
• Any restrictions to use by non-academics: None
The OWL ontology (in FrenchOpen asset ↗irhs-bioinfo/Divis · v1.2lines:431-490Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Future increases in yield potential will rely largely on improved photosynthesis. Whereas emphasis has traditionally been given to measuring leaf photosynthesis, wheat spikes have an important role in filling grains since they can intercept up to a third of incident light. In the present study, 196 genetically diverse spring wheat lines were evaluated for spike photosynthesis (SP) under temperate (yield potential) and heat stressed, irrigated conditions. Two different methods to estimate SP were used: (i) gas exchange measurements of SP rate and (ii) integrative measurements using a SP inhibition treatment (consisting of a permeable textile covering the spikes). Rate of SP was measured directly in 45 selected genotypes under yield potential conditions using a custom-made illuminating chamber. In these lines, a variation of 2.8-fold for spike photosynthetic rate is reported for the first time with good heritability estimates. Correlations between SP rate and yield, thousand grain weight, number of grains per spike and radiation use efficiency are reported across different panels. Genotypic variation in SP was independent from flag leaf photosynthesis suggesting that any strategy aiming to increase canopy photosynthesis should also consider SP. The SP inhibition treatments were applied on the 196 lines in both environments to estimate SP contribution to grain weight per spike, which was 30–40 % under both heat stressed and yield potential conditions averaged across lines. Positive correlations with grain yield were observed for spike photosynthesis contribution across all of the panels under heat stress and when combining heat and yield potential environments (P < 0.001, r = 0.401). These results indicate a highly significant genotypic variation of spike photosynthetic rate and spike photosynthesis contribution to grain yield among wheat lines and highlight its importance under irrigated and heat stressed conditions.
Why it matches plant phenotyping methods小麦穂の光合成速度・寄与を高スループットに取得する2種類の測定法を用い、カスタム照明チャンバーによる直接測定も実施しており、植物生理形質のフェノタイピング手法の実質的適用が研究の中心である。
titleSpike photosynthesis measured at high throughput indicates genetic variation independent of flag leaf photosynthesis
Reproduction assets foundThe article reports spike photosynthesis phenotyping of 196 wheat lines (gas-exchange rates and SP inhibition treatments) but contains no explicit public dataset or code deposit. The only paper-specific, publicly accessible asset indicated is the article's supplementary material (Supplementary Tables 4-5 and Fig. 1), 'Supplement · publicnical assistance with measurements, data
and trial management. A special thanks to J.M. Esquer who was re-
sponsible to design the spike illumination chamber used in these ex-
periments for the measurements.
Appendix A. Supplementary data
Supplementary material related to this article can be found, in the
online version, at doi:https://doi.org/10.1016/j.fcr.2020.107866.References
Abbad, H., El Jaafari, S., Bort, J., Araus, J.L., Jaafari, S.E., Bort, J., Araus, J.L., 2004.
Comparison of flag leaf and ear photosynthesis with biomass and grain yield of
durum wheat under various water conditions and genotypes. Agronomie 24, 19–28.
https://doi.org/10.1051/agro:2003056.Acreche, M.M., Slafer, G.A., Open asset ↗pdf-raw-page:11 lines:1-57Code / dataset availability confirmedEurope PMC · checked 15 Sept 2026
Field / plotLiDAR / point cloudWhole plant / canopy / plot / fieldClassificationMorphology / geometry measurementArchitecture / morphology / geometry
The study of vegetation community and structural change has been central to ecology for over a century, yet how disturbances reshape the physical structure of forest canopies remains relatively unknown. Moderate severity disturbance including fire, ice storms, insect and pathogen outbreaks, affects different canopy strata and plant species, which may give rise to variable structural outcomes and ecological consequences. Terrestrial lidar (light detection and ranging) offers an unprecedented view of the interior arrangement and distribution of canopy elements, permitting the derivation of multidimensional measures of canopy structure that describe several canopy structural traits with known linkages to ecosystem functioning. We used lidar-derived canopy structural measured within a machine learning framework to detect and differentiate among various disturbance agents, including moderate severity fire, ice storm damage, age-related senescence, hemlock woolly adelgid, beech bark disease, and chronic acidification. We found that disturbance agents such as fire and ice storms primarily affected the amount and position of vegetation within canopies, while acidification, pathogen and insect infestation, and senescence altered canopy arrangement and complexity. Only two of the six disturbance agents significantly reduced leaf area, indicating that this commonly quantified canopy feature is insufficient to characterize many moderate severity disturbances. Rather, measures of canopy structure, including those that describe multidimensional change, are needed to characterize disturbance at moderate severities because structural changes from these events are spatially and quantitatively variable. Our findings suggest that standard disturbance detection methods, such as optical based remote sensing platforms, may currently be limited in their ability to detect, differentiate, and characterize disturbance. Further, we conclude that a more broadly inclusive definition of ecological disturbance that incorporates multiple aspects of canopy structure change will improve the modeling, detection, and prediction of functional implications of moderate severity disturbance.
Why it matches plant phenotyping methodsLiDARで森林キャノピー構造という植物群落の形態状態を多次元的に測定し、機械学習で攪乱要因を識別する手法の実質的な適用・評価が中心であるため。
abstractTerrestrial lidar (light detection and ranging) offers an unprecedented view of the interior arrangement and distribution of canopy elements, permitting the derivation of multidimensional measures of canopy structure
Reproduction assets foundThe paper's CODE AND ANALYSIS section explicitly points to the authors' public GitHub repository containing the analysis code for the canopy structural trait (CST) disturbance analysis. The forestr R package is cited as prior work, not a paper-specific asset.Code · publiccal surveys is needed to understand functional significance
of various measures of structural change. Linking terrestrial lidar derived measures of canopy
complexity to emergent air- and spaceborne platforms will further scale our ability to detect
disturbance related structural change at large spatial scales.
CODE AND ANALYSIS
https://github.com/atkinsjeff/csc_disturbance
Preprints (www.preprints.org) | NOT PEER-REVIEWED | Posted: 8 November 2019 doi:10.20944/preprints201911.0082.v1Open asset ↗atkinsjeff/csc_disturbancepdf-raw-page:25 lines:1-9Code / dataset availability confirmedCrossref · Europe PMC · checked 15 Sept 2026
The production of banana-one of the highly consumed fruits-is highly affected due to loss of certain number of banana plants in an early phase of vegetation. This affects the ability of farmers to forecast and estimate the production of banana. In this paper, we propose a deep learning (DL) based method to precisely detect and count banana plants on a farm exclusive of other plants, using high resolution RGB aerial images collected from Unmanned Aerial Vehicle (UAV). An attempt to detect the plants on the normal RGB images resulted less than 78.8% recall for our sample images of a commercial banana farm in Thailand. To improve this result, we use three image processing methods-Linear Contrast Stretch, Synthetic Color Transform and Triangular Greenness Index-to enhance the vegetative properties of orthomosaic, generating multiple variants of orthomosaic. Then we separately train a parameter-optimized Convolutional Neural Network (CNN) on manually interpreted banana plant samples seen on each image variants, to produce multiple results of detection on our region of interest. 96.4%, 85.1% and 75.8% of plants were correctly detected on three of our dataset collected from multiple altitude of 40, 50 and 60 meters, of same farm. Further discussion on results obtained from combination of multiple altitude variants are also discussed later in the research, in an attempt to find better altitude combination for data collection from UAV for the detection of banana plants. The results showed that merging the detection results of 40 and 50 meter dataset could detect the plants missed by each other, increasing recall upto 99%.
Why it matches plant phenotyping methodsUAV RGB画像からバナナ個体を検出・計数する画像解析手法の開発と性能評価が研究の中心であり、植物個体数という観測可能な植物形質を抽出している。
abstractwe propose a deep learning (DL) based method to precisely detect and count banana plants on a farm exclusive of other plants, using high resolution RGB aerial images collected from Unmanned Aerial Vehicle (UAV).
Reproduction assets foundThe paper's Data Availability statement deposits the paper-specific UAV-collected banana plant image datasets (the phenotyping inputs used for detection/counting) in a public Figshare repository with an authors' URL, making it directly actionable.Dataset · publichas-pdf yes pmc-prop-has-supplement no pmc-prop-pdf-only no pmc-prop-suppress-copyright no pmc-prop-is-real-version no pmc-prop-is-scanned-article no pmc-prop-preprint no pmc-prop-in-epmc yes pmc-license-ref CC BY Data Availability Data available from the Figshare Repository (DOIs: 10.6084/m9.figshare.7981547 ), and the URL is: https://figshare.com/s/62e391492b1be99515b4 .
Data Availability
Data available from the Figshare Repository (DOIs: 10.6084/m9.figshare.7981547 ), and the URL is: https://figshare.com/s/62e391492b1be99515b4 .
Introduction
Significance of counting banana plantsOpen asset ↗Figshare · 10.6084/m9.figshare.7981547lines:1-36Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
: Pre-harvest fruit yield estimation is useful to guide harvesting and marketing resourcing, but machine vision estimates based on a single view from each side of the tree ("dual-view") underestimates the fruit yield as fruit can be hidden from view. A method is proposed involving deep learning, Kalman filter, and Hungarian algorithm for on-tree mango fruit detection, tracking, and counting from 10 frame-per-second videos captured of trees from a platform moving along the inter row at 5 km/h. The deep learning based mango fruit detection algorithm, MangoYOLO, was used to detect fruit in each frame. The Hungarian algorithm was used to correlate fruit between neighbouring frames, with the improvement of enabling multiple-to-one assignment. The Kalman filter was used to predict the position of fruit in following frames, to avoid multiple counts of a single fruit that is obscured or otherwise not detected with a frame series. A "borrow" concept was added to the Kalman filter to predict fruit position when its precise prediction model was absent, by borrowing the horizontal and vertical speed from neighbouring fruit. By comparison with human count for a video with 110 frames and 192 (human count) fruit, the method produced 9.9% double counts and 7.3% missing count errors, resulting in around 2.6% over count. In another test, a video (of 1162 frames, with 42 images centred on the tree trunk) was acquired of both sides of a row of 21 trees, for which the harvest fruit count was 3286 (i.e., average of 156 fruit/tree). The trees had thick canopies, such that the proportion of fruit hidden from view from any given perspective was high. The proposed method recorded 2050 fruit (62% of harvest) with a bias corrected Root Mean Square Error (RMSE) = 18.0 fruit/tree while the dual-view image method (also using MangoYOLO) recorded 1322 fruit (40%) with a bias corrected RMSE = 21.7 fruit/tree. The video tracking system is recommended over the dual-view imaging system for mango orchard fruit count.
Why it matches plant phenotyping methods動画画像と深層学習・追跡アルゴリズムを組み合わせ、樹上マンゴー果実数(収量関連形質)を推定する手法の開発・比較検証が中心である。
abstractA method is proposed involving deep learning, Kalman filter, and Hungarian algorithm for on-tree mango fruit detection, tracking, and counting
Reproduction assets foundThe paper states that the tree images and video used for the MangoYOLO–Kalman–Hungarian fruit tracking/counting analysis are available as a supplementary data file, and the Supplementary Materials section lists Video S1 (Fruit Tracking Count) at the MDPI supplementary URL. This is a paper-specific, publicly accessible,Supplement · publicThe images and video are available as a supplementary data file to this manuscript.Open asset ↗lines:34-41Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
Number of spikelets per panicle (NSP) is a key trait to increase yield potential in rice (O. sativa). The architecture of the rice inflorescence which is mainly determined by the length and number of primary (PBL and PBN) and secondary (SBL and SBN) branches can influence NSP. Although several genes controlling panicle architecture and NSP in rice have been identified, there is little evidence of (i) the genetic control of panicle architecture and NSP in different environments and (ii) the presence of stable genetic associations with panicle architecture across environments. This study combines image phenotyping of 225 accessions belonging to a genetic diversity array of indica rice grown under irrigated field condition in two different environments and Genome Wide Association Studies (GWAS) based on the genotyping of the diversity panel, providing 83,374 SNPs. Accessions sown under direct seeding in one environement had reduced Panicle Length (PL), NSP, PBN, PBL, SBN and SBL compared to those established under transplanting in the second environment. Across environments, NSP was significantly and positively correlated with PBN, SBN and PBL. However, the length of branches (PBL and SBL) was not significantly correlated with variables related to number of branches (PBN and SBN ), suggesting independent genetic control.Twenty- three GWAS sites were detected with P-values ≤ 1.0E-04 and 27 GWAS sites with p ≤ 5.9E-04. We found 17 GWAS sites related to NSP, 10 for PBN and 11 for SBN, 7 for PBL and 11 for SBL. This study revealed new regions related to NSP, but only three associations were related to both branching number (PBN and SBN) and NSP. Two GWAS sites associated with SBL and SBN were stable across contrasting environments and were not related to genes previously reported. The new regions reported in this study can help improving NSP in rice for both direct seeded and transplanted conditions. The integrated approach of high-throughput phenotyping, multi-environment field trials and GWAS has the potential to dissect complex traits, such as NSP, into less complex traits and to match single nucleotide polymorphisms with relevant function under different environments, offering a potential use for molecular breeding.
Why it matches plant phenotyping methods画像フェノタイピングを用いてイネの穂・分枝形態を大規模かつ複数環境で評価し、GWASと統合しているため、表現型取得法の応用が研究の中心です。
abstractThis study combines image phenotyping of 225 accessions belonging to a genetic diversity array of indica rice grown under irrigated field condition in two different environments
Reproduction assets foundThe paper's supplementary material (including Table S1 accession list and Table S3 phenotypic measurements from the panicle image analysis of 1,350 panicles across two field trials) is publicly available online at the Frontiers article URL. No author analysis code or trained models are explicitly deposited; P-TRAP is aSupplement · publicmental setup and Image Analysis using PTRAP.
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: http://journal.frontiersin.org/article/10.3389/fpls.2016.01384
References
1
AL-Tam F. Adam H. dos Anjos A. Lorieux M. Larmande P. Ghesquière A. et al . ( 2013 ). P-TRAP: a panicle trait phenotyping tool . BMC Plant Biol. 13 : 122 . 10.1186/1471-2229-13-122
Pubmed Abstract
CrossRef
Google Scholar
View reference in article
2
Ando T. Yamamoto T. Shimizu T. Ma X. F. ShomuOpen asset ↗lines:725-766