← PhenoCode Atlas

Unverified paper discovery

Plant phenotyping methods.

植物形質を測っただけの研究ではなく、フェノタイピング手法の開発・検証・実質的利用・ベンチマーク・方法レビューとの関連性が見つかった論文を中心に表示します。

表示条件: Cassava条件を解除 ×
25 papers · code / dataset availability confirmedLatest completed run · 2016-01-01 – 2026-09-13

自動判定された未検証候補です。Catalogへの掲載にはキュレーター承認が必要です。

Code / dataset availability confirmedOpenAlex · Crossref · checked 14 Sept 2026
Published3 May 2026BMC AgricultureCited by 0 · OpenAlex ↗

Accelerating cassava genetic improvement through NDVI-based high-throughput phenotyping

Cassava

Abstract has not been obtained from indexed metadata or an accessible article page.

Why it matches plant phenotyping methodsNDVIに基づくハイスループット植物フェノタイピングを主題としており、センサーによる植物形質取得が中心と明示されている。

titleAccelerating cassava genetic improvement through NDVI-based high-throughput phenotyping
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。
Code · publicThe data and scripts (R and SAS) that support the conclusions of this article can be freely and openly accessed at Zenodo: https://zenodo.org/records/18778974 [ 57 ].Open asset ↗Zenodolines:177-214
Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Published31 Mar 2026Scientific reportsCited by 3 · OpenAlex ↗

PlantCLR: contrastive self-supervised pretraining for generalizable plant disease detection.

CassavaLeafClassificationStress / disease detectionDisease symptoms / severity

Deep learning has improved automated plant disease detection by increasing recognition accuracy and robustness compared with traditional vision-based methods. Self-supervised learning (SSL) further reduces dependence on manual labels, but its transferability across heterogeneous agricultural datasets remains insufficiently characterized. Here, we evaluate a contrastive SSL pretraining and fine-tuning pipeline, termed PlantCLR, for plant disease classification under cross-dataset transfer with target-domain fine-tuning. PlantCLR combines SimCLR-style contrastive pretraining with a lightweight convolutional classifier to balance representation quality and deployment efficiency. Experiments on PlantVillage and Cassava Leaf Disease show strong performance, achieving 99.10% accuracy and 99.04% F1-score on PlantVillage, and 96.83% accuracy and 96.70% F1-score on Cassava. Feature embedding visualization using t-SNE and explanation maps using Grad-CAM indicate improved class separability and attention to disease-relevant regions. These results suggest that contrastive SSL can improve representation transfer while maintaining computational efficiency, supporting scalable plant disease diagnostics in practical agricultural settings. Code is available at GitHub .

Why it matches plant phenotyping methods植物病害を画像から分類するPlantCLR手法を開発し、異なるデータセット間で性能評価・検証しているため、植物の病害状態を推定するフェノタイピング手法が中心である。

abstractHere, we evaluate a contrastive SSL pretraining and fine-tuning pipeline, termed PlantCLR, for plant disease classification under cross-dataset transfer with target-domain fine-tuning.
Reproduction assets foundThe paper's plant disease detection experiments use two publicly available image datasets with explicit Kaggle URLs in the Data availability statement. The authors also state code is available at GitHub, but no concrete URL is provided, so no code asset is included.
Dataset · publicThe Cassava Leaf Disease Classification dataset is available at https://www.kaggle.com/c/cassava-leaf-disease-classificationOpen asset ↗Kaggle · cassava-leaf-disease-classificationlines:232-268
Dataset · publicthe PlantVillage dataset is available at https://www.kaggle.com/datasets/emmarex/plantdiseaseOpen asset ↗Kaggle · emmarex/plantdiseaselines:232-268
Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Published16 Mar 2026Cited by 0 · OpenAlex ↗

Progressive Layer Activation CLIP for Few-Shot and Generalizable Cassava Disease Recognition

CassavaClassificationDisease symptoms / severity

Abstract Cassava diseases such as Cassava Mosaic Disease (CMD), Cassava Brown Streak Disease (CBSD), and Cassava Bacterial Blight (CBB) pose serious threats to global food security, particularly in resource-limited regions where expert diagnosis is scarce. Although large vision–language models enable automated plant disease recognition, existing fine-tuning approaches struggle under extreme data scarcity. This paper proposes Progressive Layer Activation CLIP (PLA-CLIP), a curriculum-inspired fine-tuning framework for efficient few-shot classification of cassava diseases. PLA-CLIP progressively unfreezes transformer layers during training, stabilizing the optimization process while preserving pretrained vision–language alignment. Using only 43 images per class, PLA-CLIP achieves 78.25% accuracy and a 78.00% F1-weighted score on CD1, outperforming zero-shot CLIP by +15.98% and standard fine-tuning by +3.94%. Cross-dataset evaluations on CD2 and CD3 demonstrate robust generalization across varying conditions. Attention map visualizations confirm that the model focuses on disease-relevant regions, supporting interpretability. With a 2.65 ms inference time and moderate model size, PLA-CLIP offers an effective balance between efficiency and performance for practical plant health monitoring. The implementation and experimental code are publicly available at https://github.com/ mshafay5/PLA-CLIP.

Why it matches plant phenotyping methodsカッサバ葉画像から病害状態を推定するCLIPベースの画像解析手法を開発・評価しており、植物フェノタイピング手法が中心である。

abstractThis paper proposes Progressive Layer Activation CLIP (PLA-CLIP), a curriculum-inspired fine-tuning framework for efficient few-shot classification of cassava diseases.
Reproduction assets foundThe paper explicitly states that its implementation and experimental code for the PLA-CLIP cassava disease phenotyping/classification framework are publicly available on GitHub. The cassava image datasets (CD1/CD2/CD3) are cited third-party prior datasets, not paper-specific assets.
Code · publicexperimental code are publicly available at https://github.com/Open asset ↗pdf-page:2 lines:1-62
Code / dataset availability confirmedEurope PMC · checked 5 Sept 2026
Published19 Dec 2025Frontiers in plant scienceCited by 1 · OpenAlex ↗

Adaptive preprocessing and Cascaded Canny Edge Segmentation for cassava disease identification using HyperCapsInception-ResNet-V2-CNN.

CassavaRGB / grayscaleLeafClassificationSegmentationDisease symptoms / severity

Introduction Cassava is one of the most widely cultivated crops worldwide, renowned for its rich natural ingredients and numerous nutritional benefits. However, the complex interdependencies among its features often pose challenges in image restoration and segmentation, particularly when identifying disease regions. In previous work, this manifested as higher false positives and misidentification of non-relevant areas, leading to a decline in precision and accuracy. Methods To address these issues, this study proposed an efficient artificial intelligence-powered image analysis system that leverages optimal feature selection with a HyperCapsInception-ResNet-V2-CNN model to enhance disease detection accuracy. Initially, the dataset was collected from the Kaggle repository, its name was Cassava Leaf Disease Classification, and it comprised 21,367 different images. Our approach began by normalizing cassava plant disease data using adaptive Gaussian Otsu thresholding. Histogram color evaluation and iterative clustering fragmentation were then applied to better isolate disease variations and improve precision. Subsequently, Cascaded Canny Edge Segmentation (CCES) was used to effectively segment the disease region. The disease variation properties were further evaluated using the Optimal Spider Swarm Intelligence Technique (OSSIT) to reduce irrelevant feature dimensions. For classification, the HyperCapsInception-ResNet-V2-CNN model was employed to categorize cassava diseases, including cassava bacterial blight (CBB), cassava mosaic disease (CMD), cassava green mite (CGM) disease, and cassava brown streak disease (CBSD), along with regular and abnormal leaf states. Results The proposed method's simulation results achieved 98.15% accuracy, a 97.22% F1-score, and 96.02% precision, outperforming other traditional methods such as EfficientNetB3, AlexNet, Faster-RCNN, and InceptionV3. Discussion Both optimized feature selection with OSSIT and hybrid HyperCapsInception-ResNet-V2-CNN architecture significantly enhanced the detection reluctance and the classification of the data. These findings indicate that the proposed system is effective in the automated detection of cassava disease and has a high potential of being practical in agricultural practices especially in precision farming and early detection of diseases.

Why it matches plant phenotyping methodsカッサバ葉画像から病変領域を分割・抽出し、病害状態を分類する画像解析手法の開発が研究の中心であるため、植物表現型手法として採用。

abstractCascaded Canny Edge Segmentation (CCES) was used to effectively segment the disease region.
Reproduction assets foundThe paper uses the public Kaggle 'Cassava Leaf Disease Classification' dataset (21,367 cassava leaf images) as its phenotyping input; the dataset is publicly downloadable at the authors' stated URL, which matches an allowed URL.
Dataset · publicThe Cassava Leaf Disease Classification dataset is available on Kaggle and comprises 21,367 images. The images have an average resolution of 512 × 512 pixels. The data are split into training and test sets, enabling machine learning algorithms to be trained and tested to accurately detect diseases. The data are available for download from Kaggle: https://www.kaggle.com/datasets/nirmalsankalana/cassava-leaf-disease-classification .Open asset ↗Kaggle · cassava-leaf-disease-classificationlines:523-601
Code / dataset availability confirmedOpenAlex · Europe PMC · checked 6 Sept 2026
Published3 Dec 2025PLoS ONECited by 2 · OpenAlex ↗

From root to result: Portable NIRS-based non-destructive prediction of cassava quality traits.

CassavaField / plotRaman / spectroscopyRootPhysiological trait estimation

Cassava (Manihot esculenta Crantz) is a staple food and a key industrial crop across tropical regions, but traditional phenotyping for critical quality traits like dry matter content (DMC) and starch content (StC) is a laborious and low-throughput process. This study investigates the efficacy of a handheld near-infrared spectrometer device (NIRS) for the non-destructive, rapid prediction of these traits. The research methodology involved collecting spectral data from 2,236 cassava clones from 19 field trials in Brazil, using two sample types: fresh roots and mashed roots. Six spectral pre-processing methods and three machine learning algorithms-Partial Least Squares (PLS), Support Vector Machines (SVM), and Extreme Gradient Boosting (XGB)-were evaluated to optimize predictive models. Model performance was assessed using the coefficient of determination in calibration ([Formula: see text]), the root mean squared error of calibration ([Formula: see text]), and the Kappa index to quantify the consistency of clone selection. Results show that mashed samples consistently yielded superior predictive performance across all models. Specific preprocessing methods, such as Savitzky-Golay filtering combined with Standard Normal Variate (SG + SNV) and first-derivative transformations, significantly enhanced model accuracy. Among the algorithms, PLS demonstrated the best overall performance, with high predictive accuracy ([Formula: see text] >0.96) and low prediction errors ([Formula: see text]<1.3 for DMCo), especially with mashed samples. High Kappa index values, consistently approaching 1.0, confirmed a good alignment between NIRS-based selection and traditional phenotypic methods. This study validates a portable spectrometer as a reliable and efficient tool for high-throughput phenotyping in cassava breeding programs. The findings confirm that portable NIRS devices, when used with optimal sample preparation (mashed roots) and robust modeling (PLS), can effectively yield good predictions for plant selection. This approach can significantly accelerate breeding cycles by enabling rapid, early-stage selection decisions, thereby overcoming a major bottleneck and contributing to a more efficient and sustainable genetic improvement of cassava.

Why it matches plant phenotyping methods携帯型NIRSによるキャッサバ根の品質形質予測モデルを開発・比較・検証し、育種選抜への適用性能を評価しており、フェノタイピング手法が中心である。

abstractThis study investigates the efficacy of a handheld near-infrared spectrometer device (NIRS) for the non-destructive, rapid prediction of these traits.
Reproduction assets foundThe paper's spectral and phenotypic data (NIRS spectra from 2,236 cassava clones, DMC/StC trait measurements) are openly deposited on Figshare per the Data Availability statement. No author analysis code or trained models are explicitly shared.
Dataset · publicData Availability: The data that support the findings of this study are openly available in Figshare at https://figshare.com/s/d2e947f467bd8f655ede .Open asset ↗Figsharelines:142-152
Code / dataset availability confirmedCrossref · checked 13 Sept 2026
Published21 Apr 2025Springer Science and Business Media LLCCited by 0 · OpenAlex ↗

Inception-enabled Vision Transformer (ViT)-based Model for Plant Disease Identification

AppleCassavaRiceField / plotLaboratory / benchtopLeafClassificationStress / disease detectionDisease symptoms / severity

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-48
Code / dataset availability confirmedEurope PMC · checked 6 Sept 2026
Published6 Apr 2025Scientific reportsCited by 6 · OpenAlex ↗

An explainable hybrid feature aggregation network with residual inception positional encoding attention and EfficientNet for cassava leaf disease classification.

CassavaLeafClassificationStress / disease detectionDisease symptoms / severity

Cassava is a tuberous edible plant native to the American tropics and is essential for its versatile applications including cassava flour, bread, tapioca, and laundry starch. Cassava leaf diseases reduce crop yields, elevate production costs, and disrupt market stability. This places significant burdens on farmers and economies while highlighting the need for effective management strategies. Traditional methods of manual disease diagnosis are costly, labor-intensive, and time-consuming. This research aims to address the challenge of accurate disease classification by overcoming the limitations of existing methods, which encounter difficulties with the complexity and variability of leaf disease symptoms. To the best of our knowledge, this is the first study to propose a novel dual-track feature aggregation architecture that integrates the Residual Inception Positional Encoding Attention (RIPEA) Network with EfficientNet for the classification of cassava leaf diseases. The proposed model employs a dual-track feature aggregation architecture which integrates the RIPEA Network with EfficientNet. The RIPEA track extracts significant features by leveraging residual connections for preserving gradients and uses multi-scale feature fusion for combining fine-grained details with broader patterns. It also incorporates Coordinate and Mixed Attention mechanisms which focus on cross-channel and long-range dependencies. The extracted features from both tracks are aggregated for classification. Furthermore, it incorporates an image augmentation method and a cosine decay learning rate schedule to improve model training. This improves the ability of the model to accurately differentiate between Cassava Bacterial Blight (CBB), Brown Streak Disease (CBSD), Green Mottle (CGM), Mosaic Disease (CMD), and healthy leaves, addressing both local textures and global structures. Additionally, to enhance the interpretability of the model, we apply Grad-CAM to provide visual explanations for the model's decision-making process, helping to understand which regions of the leaf images contribute to the classification results. The proposed network achieved a classification accuracy of 93.06%.

Why it matches plant phenotyping methods葉画像から病徴・病害状態を分類する深層学習手法の開発が研究の中心であり、植物病害フェノタイピング手法に該当する。

abstractThis research aims to address the challenge of accurate disease classification
Reproduction assets foundThe paper uses the public Kaggle cassava leaf disease classification dataset (Makerere AI Lab images) as its phenotyping input, with an explicit data availability statement pointing to Kaggle. No author analysis code, trained model checkpoints, or supplementary repository is disclosed; the Kaggle URL itself is not in a
Dataset · publicThe datasets generated and/or analyzed during the current study are available in Kaggle.Open asset ↗Kagglepdf-page:14 lines:1-78
Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Published18 Mar 2025PeerJ. Computer scienceCited by 3 · OpenAlex ↗

Automatic cassava disease recognition using object segmentation and progressive learning.

CassavaLeafClassificationSegmentationStress / disease detectionDisease symptoms / severity

Cassava is a vital crop for millions of farmers worldwide, but its cultivation is threatened by various destructive diseases. Current detection methods for cassava diseases are costly, time-consuming, and often limited to controlled environments, making them unsuitable for large-scale agricultural use. This study aims to develop a deep learning framework that enables early, accurate, and efficient detection of cassava diseases in real-world conditions. We propose a self-supervised object segmentation technique, combined with a progressive learning algorithm (PLA) that incorporates both triplet loss and classification loss to learn robust feature embeddings. Our approach achieves superior performance on the Cassava Leaf Disease Classification (CLDC) dataset from the Kaggle competition, with an accuracy of 91.43%, outperforming all other participants. The proposed method offers a practical and efficient solution for cassava disease detection, demonstrating the potential for large-scale, real-world application in agriculture.

Why it matches plant phenotyping methodsカシ​​ャバ葉の病害状態を画像から推定するセグメンテーションと深層学習手法の開発が研究の中心であり、植物病害フェノタイピングに該当する。

abstractWe propose a self-supervised object segmentation technique, combined with a progressive learning algorithm (PLA) that incorporates both triplet loss and classification loss to learn robust feature embeddings.
Reproduction assets foundThe paper uses the public Kaggle Cassava Leaf Disease Classification dataset (21,367 labeled cassava leaf images) and releases the authors' analysis code on Zenodo; both are paper-specific, public, and actionable.
Dataset · publicapproved the final draft. Data Availability The following information was supplied regarding data availability: The code is available at Zenodo: lizh0019. (2025). lizh0019/cassava: Cassava leaf disease recognition (1.0.0). Zenodo. https://doi.org/10.5281/zenodo.14739855 . The cassava leaf disease dataset is available at Kaggle: https://www.kaggle.com/competitions/cassava-leaf-disease-classification/data . References Ahmed, Jones & Marks (2015) Ahmed E Jones M Marks TK An improved deep learning architecture for person re-identification 2015 Computer Vision and Pattern Recognition Piscataway IEEE 3908 3916 Amid et al. (2019) Amid E Warmuth MK Anil R Koren T Robust bi-tempered logistic loss basOpen asset ↗Kaggle · cassava-leaf-disease-classificationlines:1680-1767
Code · publicang conceived and designed the experiments, analyzed the data, prepared figures and/or tables, and approved the final draft. Data Availability The following information was supplied regarding data availability: The code is available at Zenodo: lizh0019. (2025). lizh0019/cassava: Cassava leaf disease recognition (1.0.0). Zenodo. https://doi.org/10.5281/zenodo.14739855 . The cassava leaf disease dataset is available at Kaggle: https://www.kaggle.com/competitions/cassava-leaf-disease-classification/data . References Ahmed, Jones & Marks (2015) Ahmed E Jones M Marks TK An improved deep learning architecture for person re-identification 2015 Computer Vision and Pattern Recognition Piscataway IEEOpen asset ↗Zenodo · 10.5281/zenodo.14739855lines:1680-1767
Code / dataset availability confirmedOpenAlex · Europe PMC · checked 15 Sept 2026
Published25 Jul 2024Scientific ReportsCited by 2 · OpenAlex ↗

Use of low cost near-infrared spectroscopy, to predict pasting properties of high quality cassava flour.

CassavaMultispectral / hyperspectral

Abstract Determination of pasting properties of high quality cassava flour using rapid visco analyzer is expensive and time consuming. The use of mobile near infrared spectroscopy (SCiO™) is an alternative high throughput phenotyping technology for predicting pasting properties of high quality cassava flour traits. However, model development and validation are necessary to verify that reasonable expectations are established for the accuracy of a prediction model. In the context of an ongoing breeding effort, we investigated the use of an inexpensive, portable spectrometer that only records a portion (740–1070 nm) of the whole NIR spectrum to predict cassava pasting properties. Three machine-learning models, namely glmnet, lm, and gbm, implemented in the Caret package in R statistical program, were solely evaluated. Based on calibration statistics (R 2 , RMSE and MAE), we found that model calibrations using glmnet provided the best model for breakdown viscosity, peak viscosity and pasting temperature. The glmnet model using the first derivative, peak viscosity had calibration and validation accuracy of R 2 = 0.56 and R 2 = 0.51 respectively while breakdown had calibration and validation accuracy of R 2 = 0.66 and R 2 = 0.66 respectively. We also found out that stacking of pre-treatments with Moving Average, Savitzky Golay, First Derivative, Second derivative and Standard Normal variate using glmnet model resulted in calibration and validation accuracy of R 2 = 0.65 and R 2 = 0.64 respectively for pasting temperature. The developed calibration model predicted the pasting properties of HQCF with sufficient accuracy for screening purposes. Therefore, SCiO™ can be reliably deployed in screening early-generation breeding materials for pasting properties.

Why it matches plant phenotyping methods携帯型近赤外分光法と機械学習モデルを用いて、カッサバ育種材料のペースト特性を推定するモデルを開発・検証しており、形質取得法が研究の中心である。

abstractThe use of mobile near infrared spectroscopy (SCiO™) is an alternative high throughput phenotyping technology for predicting pasting properties of high quality cassava flour traits.
Reproduction assets foundThe paper's Data Availability statement points to a public GitHub repository containing the SCiO calibration data (spectra and pasting-property reference values) used in this study. The URL matches an allowed URL verbatim. No separate analysis code or trained model deposit is stated.
Dataset · publicM.A; methodology, M.A, and W.A; data analyses, M.A and W.A; writing – original draft preparation, M.A; review and editing, P.W, E.M, G.M, E.K, R.E, P.T, S.K, I.R, P.O.O, and H.K, All authors have read and agreed to the published version of the manuscript. Data availability The data used in this study are available on GitHub at https://github.com/mikidadio/SCiO-Calibration-data.gi. Competing interests The authors declare no competing interests. Footnotes Publisher's note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations. References 1. Hershberger, J. et al. Low-cost, handheld near-infrared spectroscopy for root dry matter conOpen asset ↗SCiO-Calibration-datalines:341-371
Code / dataset availability confirmedCrossref · Europe PMC · checked 7 Sept 2026
Published23 May 2024Plant MethodsCited by 1 · OpenAlex ↗

Evaluation of a low-cost staining method for improved visualization of sweet potato whitefly (Bemisia tabaci) eggs on multiple crop plant species

CassavaCowpeaMelonPotatoSweet potatoTomatoMicroscopyLeafCountingCalibration / preprocessing

Abstract Background The sweet potato whitefly ( Bemisia tabaci ) is a globally important insect pest that damages crops through direct feeding and by transmitting viruses. Current B. tabaci management revolves around the use of insecticides, which are economically and environmentally costly. Host plant resistance is a sustainable option to reduce the impact of whiteflies, but progress in deploying resistance in crops has been slow. A major obstacle is the high cost and low throughput of screening plants for B. tabaci resistance. Oviposition rate is a popular metric for host plant resistance to B. tabaci because it does not require tracking insect development through the entire life cycle, but accurate quantification is still limited by difficulties in observing B. tabaci eggs, which are microscopic and translucent. The goal of our study was to improve quantification of B. tabaci eggs on several important crop species: cassava, cowpea, melon, sweet potato and tomato. Results We tested a selective staining process originally developed for leafhopper eggs: submerging the leaves in McBryde’s stain (acetic acid, ethanol, 0.2% aqueous acid Fuchsin, water; 20:19:2:1) for three days, followed by clearing under heat and pressure for 15 min in clearing solution (LGW; lactic acid, glycerol, water; 17:20:23). With a less experienced individual counting the eggs, B. tabaci egg counts increased after staining across all five crops. With a more experienced counter, egg counts increased after staining on melons, tomatoes, and cowpeas. For all five crops, there was significantly greater agreement on egg counts across the two counting individuals after the staining process. The staining method worked particularly well on melon, where egg counts universally increased after staining for both counting individuals. Conclusions Selective staining aids visualization of B. tabaci eggs across multiple crop plants, particularly species where leaf morphological features obscure eggs, such as melons and tomatoes. This method is broadly applicable to research questions requiring accurate quantification of B. tabaci eggs, including phenotyping for B. tabaci resistance.

Why it matches plant phenotyping methods植物葉上のコナジラミ卵を染色して定量し、計数値と計数者間一致を改善する方法を評価しており、抵抗性フェノタイピングへの応用が明示された中心的な手法研究。

abstractThe goal of our study was to improve quantification of B. tabaci eggs on several important crop species: cassava, cowpea, melon, sweet potato and tomato.
Reproduction assets foundThe paper's Data availability statement explicitly deposits the study's egg-count datasets and the R Markdown analysis code in a Dryad repository, which is a public, paper-specific asset directly reproducing the phenotyping measurements and analysis.
Dataset · publicThe datasets generated and analyzed during this study, and an R Markdown document containing the code used to perform these analyses are available in a Dryad repository (DOI: doi: https://doi.org/10.5061/dryad.vmcvdnd1m ).Open asset ↗Dryad · 10.5061/dryad.vmcvdnd1mlines:138-163
Code / dataset availability confirmedEurope PMC · checked 7 Sept 2026
Published11 Jan 2024Frontiers in plant scienceCited by 20 · OpenAlex ↗

A robust and light-weight transfer learning-based architecture for accurate detection of leaf diseases across multiple plants using less amount of images.

CassavaWheatLeafClassificationStress / disease detectionDisease symptoms / severity

Leaf diseases are a global threat to crop production and food preservation. Detecting these diseases is crucial for effective management. We introduce LeafDoc-Net, a robust, lightweight transfer-learning architecture for accurately detecting leaf diseases across multiple plant species, even with limited image data. Our approach concatenates two pre-trained image classification deep learning-based models, DenseNet121 and MobileNetV2. We enhance DenseNet121 with an attention-based transition mechanism and global average pooling layers, while MobileNetV2 benefits from adding an attention module and global average pooling layers. We deepen the architecture with extra-dense layers featuring swish activation and batch normalization layers, resulting in a more robust and accurate model for diagnosing leaf-related plant diseases. LeafDoc-Net is evaluated on two distinct datasets, focused on cassava and wheat leaf diseases, demonstrating superior performance compared to existing models in accuracy, precision, recall, and AUC metrics. To gain deeper insights into the model's performance, we utilize Grad-CAM++.

Why it matches plant phenotyping methods植物葉の病徴を画像から分類する深層学習手法を開発し、複数データセットで性能評価しており、植物フェノタイピング手法が研究の中心である。

abstractWe introduce LeafDoc-Net, a robust, lightweight transfer-learning architecture for accurately detecting leaf diseases across multiple plant species, even with limited image data.
Reproduction assets foundThe paper evaluates LeafDoc-Net on two publicly available Mendeley datasets (cassava leaf disease and wheat leaf disease) that constitute the paper's phenotyping image inputs. Both are explicitly linked in the data availability statement with URLs matching allowed_urls. No author analysis code or trained model deposit,
Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://data.mendeley.com/datasets/3832tx2cb2/1Open asset ↗3832tx2cb2pdf-page:21 lines:1-61
Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Published23 Nov 2023Journal of the science of food and agricultureCited by 8 · OpenAlex ↗

Development and validation of near-infrared spectroscopy procedures for prediction of cassava root dry matter and amylose contents in Ugandan cassava germplasm.

CassavaRaman / spectroscopyRootPhysiological trait estimationBiomass / plant weight

Background Cassava utilization for food and/or industrial products depends on inherent properties of root dry matter content (DMC) and the starch fraction of amylose content (AC). Accordingly, in the present study, near-infrared reflectance spectroscopy (NIRS) models were developed to aid breeding and selection of DMC and AC as critical industrial traits taking care of root sample preparation and cassava germplasm diversity available in Uganda. Results Upon undertaking calibrations and cross-validations, best models were adopted for validation. DMC in calibration samples ranged from 20 to 45 g 100g -1 , whereas, for amylose content, it ranged from 14 to 33 g 100g -1 . In the validation set, average DMC was 29.5 g 100g -1 , whereas, for amylose content, it was 24.64 g 100g -1 . For DMC, a modified partial least square regression model had regression coefficients (R 2 ) of 0.98 and 0.96, respectively, in the calibration and validation set. These were also associated with low bias (-0.018) and ratio of performance deviation that ranged from 4.7 to 5.0. In addition, standard error of prediction values ranged from 0.9 g 100g -1 to 1.06 g 100g -1 . For AC, the regression coefficient was 0.91 for the calibration set and 0.94 for the validation set. A bias equivalent to -0.03 and a ratio of performance deviation of 4.23 were observed. Conclusion These findings confirm the robustness of NIRS in the estimation of dry matter content and amylose content in cassava roots and thus justify its use in routine cassava breeding operations. © 2023 The Authors. Journal of The Science of Food and Agriculture published by John Wiley & Sons Ltd on behalf of Society of Chemical Industry.

Why it matches plant phenotyping methodsカッサバ根の乾物含量とアミロース含量という植物器官形質を対象に、NIRS予測モデルを開発・検証しており、形質取得法が研究の中心です。

abstractnear-infrared reflectance spectroscopy (NIRS) models were developed to aid breeding and selection of DMC and AC
Reproduction assets foundThe paper's field experiment phenotyping data (cassava clones used for NIRS calibration of dry matter and amylose content) is openly available in Cassavabase at the trial 4384 URL, per the authors' explicit availability statements. No author analysis code, NIRS spectra files, or trained model/calibration equations are指
Dataset · publicexperiment is available in an open access data repository at (https://www.cassavabase.org/breeders/trial/4384?format=). The pre-breeding set of germplasms used in the present study con- tained genotypes that are from diverse backgrounds (from Inter- national Institute of Tropical Agriculture (IITA), International Center for Tropical Agriculture (CIAT) and NaCRRI), for which diversity is important in development of NIRS calibrations. They are cOpen asset ↗Cassavabase · trial/4384pdf-raw-page:4 lines:1-91
Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Published9 Jul 2023Data in briefCited by 1 · OpenAlex ↗

A labeled spectral dataset with cassava disease occurrences using virus titre determination protocol.

CassavaField / plotGreenhouseMultispectral / hyperspectralLeafStress / disease detectionDisease symptoms / severity

In this work, we present a novel dataset composed of spectral data and images of cassava crops with and without diseases. Together with the description of the dataset, we describe the protocol to collect such data in a controlled environment and in an open field where pests are not controlled. Crop disease diagnosis has been done in the past through the analysis of plant images taken with a smartphone camera. However, in some cases, disease symptoms are not visible. Furthermore, for some cassava diseases, once symptoms have manifested on the aerial part of the plant, the root which is the edible part of the plant has been totally destroyed. The goal of collecting this multimodality of the crop disease is early intervention, following the hypothesis that diseased crops without visible symptoms can be detected using spectral information. We collected visible and near-infrared spectra captured from leaves infected with two common cassava diseases namely; Cassava Brown Streak Disease and Cassava Mosaic Disease, as well as from healthy plants. Together, we also captured leaf imagery data that corresponds to the spectral information. In our experiments, biochemical data is collected and taken as the ground truth. Finally, agricultural experts provided a disease score per plant leaf from 1 to 5, 1 representing healthy and 5 severely diseased. The process of disease monitoring and data collection took 19 and 15 consecutive weeks for screenhouse and open field, respectively, until disease symptoms were visibly seen by the human eye.

Why it matches plant phenotyping methodsカ​​ッサバ病害の症状・病態を対象に、スペクトルと画像を収集した再利用可能なデータセットを構築し、収集プロトコル、専門家による病害スコア、地上真値を記述しているため、植物表現型取得が中心である。

abstractwe present a novel dataset composed of spectral data and images of cassava crops with and without diseases.
Reproduction assets foundThe paper is a Data in Brief article describing a publicly deposited cassava spectral/leaf-image dataset with biochemical and expert-score labels, hosted on Harvard Dataverse with an explicit DOI and direct URL. This is the paper's own phenotyping data (spectra, leaf images, RT-PCR ground truth, expert scores), so it's
Dataset · publicected for 19 and 15 consecutive weeks respectively. Data source location The dataset is in two major groups: screenhouse and open field experiment, collected for 19 and 15 consecutive weeks respectively. Data accessibility Repository name: Harvard Dataverse Data identification number: doi: 10.7910/DVN/R0KL7R Direct URL to data: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/R0KL7R Related research article Godliver Owomugisha, Ephraim Nuwamanya, John A. Quinn, Michael Biehl, and Ernest Mwebaze. 2020. Early detection of plant diseases using spectral data. In Proceedings of the 3rd International Conference on Applications of Intelligent Systems (APPIS 2020). AssociatioOpen asset ↗Harvard Dataverse · doi:10.7910/DVN/R0KL7Rlines:1-54
Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Published12 Jun 2023Data in briefCited by 81 · OpenAlex ↗

CCMT: Dataset for crop pest and disease detection.

CassavaMaizeTomatoField / plotClassificationStress / disease detectionDisease symptoms / severity

Artificial Intelligence (AI) has been evident in the agricultural sector recently. The objective of AI in agriculture is to control crop pests/diseases, reduce cost, and improve crop yield. In developing countries, the agriculture sector faces numerous challenges in the form of knowledge gap between farmers and technology, disease and pest infestation, lack of storage facilities, among others. In order to resolve some of these challenges, this paper presents crop pests/disease datasets sourced from local farms in Ghana. The dataset is presented in two folds; the raw images which consists of 24,881 images (6,549-Cashew, 7,508-Cassava, 5,389-Maize, and 5,435-Tomato) and augmented images which is further split into train and test sets. The latter consists of 102,976 images (25,811-Cashew, 26,330-Cassava, 23,657-Maize, and 27,178-Tomato), categorized into 22 classes. All images are de-identified, validated by expert plant virologists, and freely available for use by the research community.

Why it matches plant phenotyping methods植物の病害状態を画像で扱う再利用可能なデータセットの構築が主題であり、植物病害フェノタイピング用データセットとして中心的な方法貢献がある。

titleCCMT: Dataset for crop pest and disease detection.
Reproduction assets foundThe paper is a data descriptor for the CCMT crop pest/disease image dataset, with the authors' own images publicly deposited on Mendeley Data (DOI 10.17632/bwh3zbpkpv.1), explicitly stated as freely available.
Dataset · publicw.uenr.edu.gh African Technology Policy Society Network 8 th Floor – The Chancery – Valley Road - Nairobi P.O. Box 10081-00100, Nairobi, Kenya Website: http://www.atpsnet.org Data accessibility Repository name: Dataset for Crop Pest and Disease Detection Data identification number(doi): 10.17632/bwh3zbpkpv.1 Direct URL to data: https://data.mendeley.com/datasets/bwh3zbpkpv Value of the Data • The dataset is comprehensive and consists of 102,976 high-quality images of four crops with 22 different classes, respectively cashew (5 classes), cassava (5 classes), maize (7 classes), and tomato (5 classes). • The dataset consists of plant leaves, pests, fruits and images of sick parts of cashew, casOpen asset ↗10.17632/bwh3zbpkpv.1lines:1-60
Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Published22 Dec 2022Frontiers in plant scienceCited by 46 · OpenAlex ↗

Research on cassava disease classification using the multi-scale fusion model based on EfficientNet and attention mechanism.

CassavaLeafClassificationDisease symptoms / severity

Cassava disease is one of the leading causes to the serious decline of cassava yield. Because it is difficult to identify the characteristics of cassava disease, if not professional cassava growers, it will be prone to misjudgment. In order to strengthen the judgment of cassava diseases, the identification characteristics of cassava diseases such as different color of cassava leaf disease spots, abnormal leaf shape and disease spot area were studied. In this paper, deep convolutional neural network was used to classify cassava leaf diseases, and image classification technology was used to recognize and classify cassava leaf diseases. A lightweight module Multi-scale fusion model (MSFM) based on attention mechanism was proposed to extract disease features of cassava leaves to enhance the classification of disease features. The resulting feature map contained key disease identification information. The study used 22,000 cassava disease leaf images as a data set, including four different cassava leaf disease categories and healthy cassava leaves. The experimental results show that the cassava leaf disease classification model based on multi-scale fusion Convolutional Neural Network (CNN) improves EfficientNet compared with the original model, with the average recognition rate increased by nearly 4% and the average recognition rate up to 88.1%. It provides theoretical support and practical tools for the recognition and early diagnosis of plant disease leaves.

Why it matches plant phenotyping methodsキャッサバ葉の病斑・形状・面積という植物状態を画像から分類する深層学習手法を提案・評価しており、病害表現型の取得・推定が中心である。

abstractIn this paper, deep convolutional neural network was used to classify cassava leaf diseases, and image classification technology was used to recognize and classify cassava leaf diseases.
Reproduction assets foundThe paper analyzes the public Kaggle Cassava Leaf Disease Classification dataset (22,000 images, four disease classes plus healthy), explicitly linked in its data availability statement. No author code or model checkpoints are shared.
Dataset · publicPublicly available datasets were analyzed in this study. This data can be found here: https://www.kaggle.com/competitions/cassava-leaf-disease-classification/data .Open asset ↗Kaggle · cassava-leaf-disease-classificationlines:467-516
Code / dataset availability confirmedEurope PMC · checked 14 Sept 2026
Published14 Dec 2022Plant methodsCited by 11 · OpenAlex ↗

Pseudo high-frequency boosts the generalization of a convolutional neural network for cassava disease detection.

CassavaClassificationDisease symptoms / severity

Frequency is essential in signal transmission, especially in convolutional neural networks. It is vital to maintain the signal frequency in the neural network to maintain the performance of a convolutional neural network. Due to destructive signal transmission in convolutional neural network, signal frequency downconversion in channels results into incomplete spatial information. In communication theory, the number of Fourier series coefficients determines the integrity of the information transmitted in channels. Consequently, the number of Fourier series coefficients of the signals can be replenished to reduce the information transmission loss. To achieve this, the ArsenicNetPlus neural network was proposed for signal transmission modulation in detecting cassava diseases. First, multiattention was used to maintain the long-term dependency of the features of cassava diseases. Afterward, depthwise convolution was implemented to remove aliasing signals and downconvert before the sampling operation. Instance batch normalization algorithm was utilized to keep features in an appropriate form in the convolutional neural network channels. Finally, the ArsenicPlus block was implemented to generate pseudo high-frequency in the residual structure. The proposed method was tested on the Cassava Datasets and compared with the V2-ResNet-101, EfficientNet-B5, RepVGG-B3g4 and AlexNet. The results showed that the proposed method performed [Formula: see text] in terms of accuracy, 1.2440 in terms of loss, and [Formula: see text] in terms of the F1-score, outperforming the comparison algorithms.

Why it matches plant phenotyping methodsカッサバ病害の画像検出を対象に、独自CNN(ArsenicNetPlus)を提案し、既存モデルとの比較評価まで行っており、植物の病害状態を推定する方法が中心である。

abstractTo achieve this, the ArsenicNetPlus neural network was proposed for signal transmission modulation in detecting cassava diseases.
Reproduction assets found保存済みの本文根拠を更新済みルールで再検証し、公開資産1件を確認しました。
Dataset · publicThe cassava dataset used in this study can be found at the following link: https://pan.baidu.com/s/1thrIr_0uB3gzYSPT317gtg (Password: abcd).Open asset ↗lines:218-288
Code / dataset availability confirmedEurope PMC · OpenAlex · checked 15 Sept 2026
Published26 Oct 2022Plant PhenomicsCited by 7 · OpenAlex ↗

Assessing the Storage Root Development of Cassava with a New Analysis Tool

CassavaRootMorphology / geometry measurementGrowth / time-series analysisGrowth / development / phenologyRoot system architecture

Storage roots of cassava plants crops are one of the main providers of starch in many South American, African, and Asian countries. Finding varieties with high yields is crucial for growing and breeding. This requires a better understanding of the dynamics of storage root formation, which is usually done by repeated manual evaluation of root types, diameters, and their distribution in excavated roots. We introduce a newly developed method that is capable to analyze the distribution of root diameters automatically, even if root systems display strong variations in root widths and clustering in high numbers. An application study was conducted with cassava roots imaged in a video acquisition box. The root diameter distribution was quantified automatically using an iterative ridge detection approach, which can cope with a wide span of root diameters and clustering. The approach was validated with virtual root models of known geometries and then tested with a time-series of excavated root systems. Based on the retrieved diameter classes, we show plausibly that the dynamics of root type formation can be monitored qualitatively and quantitatively. We conclude that this new method reliably determines important phenotypic traits from storage root crop images. The method is fast and robustly analyses complex root systems and thereby applicable in high-throughput phenotyping and future breeding.

Why it matches plant phenotyping methods根系画像から根径分布などの表現型形質を自動抽出する新手法を開発し、仮想モデルで検証しており、表現型取得・解析が研究の中心である。

abstractWe introduce a newly developed method that is capable to analyze the distribution of root diameters automatically
Reproduction assets foundThe paper's root diameter analysis software is publicly available on the authors' GitLab (grow-screen-field). The phenotype/image data are deposited on Zenodo (doi: 10.5281/zenodo.5883368), but no Zenodo URL is in the allowed list, so only the code asset is reported. Paraview and Detectron2 are generic third-party tool
Code · publicthe Helmholtz. We thank Alexander Putz for his technical support and N. Punyasu for allowing us to use her parametrization of the OpenSimRoot cassava model. Data Availability The data presented in this study are openly available in Zenodo.org (doi: 10.5281/zenodo.5883368 ) [ 39 ]. The software has been published in Gitlab under https://gitlab-public.fz-juelich.de/grow-screen-field . The parameters of the OSR-models are available from the authors upon request. Authors’ Contributions J.W. did the software implementation and compiled all algorithms and methods into a software with graphical user interface. He also helped developing the methodology. T.W. provided the data for the real root case Open asset ↗gitlab-public.fz-juelich.de/grow-screen-fieldlines:110-132
Code / dataset availability confirmedEurope PMC · checked 8 Sept 2026
Published21 Jun 2022Plant methodsCited by 41 · OpenAlex ↗

A comparison of ImageJ and machine learning based image analysis methods to measure cassava bacterial blight disease severity.

CassavaLeafSegmentationStress / disease detectionDisease symptoms / severity

Background Methods to accurately quantify disease severity are fundamental to plant pathogen interaction studies. Commonly used methods include visual scoring of disease symptoms, tracking pathogen growth in planta over time, and various assays that detect plant defense responses. Several image-based methods for phenotyping of plant disease symptoms have also been developed. Each of these methods has different advantages and limitations which should be carefully considered when choosing an approach and interpreting the results. Results In this paper, we developed two image analysis methods and tested their ability to quantify different aspects of disease lesions in the cassava-Xanthomonas pathosystem. The first method uses ImageJ, an open-source platform widely used in the biological sciences. The second method is a few-shot support vector machine learning tool that uses a classifier file trained with five representative infected leaf images for lesion recognition. Cassava leaves were syringe infiltrated with wildtype Xanthomonas, a Xanthomonas mutant with decreased virulence, and mock treatments. Digital images of infected leaves were captured overtime using a Raspberry Pi camera. The image analysis methods were analyzed and compared for the ability to segment the lesion from the background and accurately capture and measure differences between the treatment types. Conclusions Both image analysis methods presented in this paper allow for accurate segmentation of disease lesions from the non-infected plant. Specifically, at 4-, 6-, and 9-days post inoculation (DPI), both methods provided quantitative differences in disease symptoms between different treatment types. Thus, either method could be applied to extract information about disease severity. Strengths and weaknesses of each approach are discussed.

Why it matches plant phenotyping methodsカシ​​ャバの病斑を画像から分割・定量する2手法を開発し、処理間の病害症状測定能力を比較検証しており、植物表現型取得法が中心である。

abstractIn this paper, we developed two image analysis methods and tested their ability to quantify different aspects of disease lesions in the cassava-Xanthomonas pathosystem.
Reproduction assets foundThe paper deposits its datasets and custom R scripts on figshare and points to the authors' public PhenotyperCV machine learning workflow on GitHub, both directly supporting this paper's cassava bacterial blight image analysis.
Dataset · publicThe datasets and custom R scripts generated and/or analyzed in this study are available in the figshare repository, https://doi.org/10.6084/m9.figshare.17334407 .Open asset ↗figshare · 10.6084/m9.figshare.17334407lines:120-146
Code · publicThe machine learning workflow and software download instructions are available on GitHub. ( https://github.com/jberry47/ddpsc_phenotypercv/wiki/Machine-Learning-Workflow ).Open asset ↗github.com/jberry47/ddpsc_phenotypercvlines:120-146
Code / dataset availability confirmedbioRxiv · Europe PMC · checked 15 Sept 2026
Published26 Apr 2022bioRxivCited by 2 · OpenAlex ↗

A comparison of ImageJ and machine learning based image analysis methods to measure cassava bacterial blight disease severity

CassavaLeafSegmentationStress / disease detectionTrackingDisease symptoms / severity

BackgroundMethods to accurately quantify disease severity are fundamental to plant pathogen interaction studies. Commonly used methods include visual scoring of disease symptoms, tracking pathogen growth in planta over time, and various assays that detect plant defense responses. Several image-based methods for phenotyping of plant disease symptoms have also been developed. Each of these methods has different advantages and limitations which should be carefully considered when choosing an approach and interpreting the results. ResultsIn this paper, we developed two image analysis methods and tested their ability to quantify different aspects of disease lesions in the cassava-Xanthomonas pathosystem. The first method uses ImageJ, an open-source platform widely used in the biological sciences. The second method is a few-shot support vector machine learning tool that uses a classifier file trained with five representative infected leaf images for lesion recognition. Cassava leaves were syringe infiltrated with wildtype Xanthomonas, a Xanthomonas mutant with decreased virulence, and mock treatments. Digital images of infected leaves were captured overtime using a Raspberry Pi camera. The image analysis methods were analyzed and compared for the ability to segment the lesion from the background and accurately capture and measure differences between the treatment types. ConclusionsBoth image analysis methods presented in this paper allow for accurate segmentation of disease lesions from the non-infected plant. Specifically, at 4-, 6-, and 9-days post inoculation (DPI), both methods provided quantitative differences in disease symptoms between different treatment types. Thus, either method could be applied to extract information about disease severity. Strengths and weaknesses of each approach are discussed.

Why it matches plant phenotyping methodsカシ​​ャバの病斑を画像から分割・定量する2手法を開発し、処理間の病徴・病害重症度の測定性能を比較検証しており、植物表現型取得が中心である。

abstractIn this paper, we developed two image analysis methods and tested their ability to quantify different aspects of disease lesions in the cassava-Xanthomonas pathosystem.
Reproduction assets foundThe paper deposits its phenotype measurement datasets and custom R analysis scripts on figshare, and documents the machine learning phenotyping workflow (PhenotyperCV) with a public GitHub wiki URL containing the workflow and software download instructions.
Dataset · public9 ● CSV: Comma separated plain text file 410 Declarations: 411 Ethics approval and consent to participate: Not applicable 412 Consent for publication: Not applicable 413 Availability of data and materials: 414 The datasets and custom R scripts generated and/or analyzed in this study are 415 available in the figshare repository, https://figshare.com/s/0148e5e4fc7f220ac4c3 416 Competing interests: The authors declare that they have no competing interests 417 Funding: 418 National Science Foundation GRFP DGE-2139839 and DGE-1745038 (KE) 419 Bill and Melinda Gates Foundation OPP1125410 (RBS) 420 Authors' contributions 421 . CC-BY-NC-ND 4.0 International license available under a was not certifieOpen asset ↗figsharepdf-raw-page:19 lines:1-45
Code · publicned leaf image was converted to a binary mask and referred to as the 365 “labeled image”. The machine learning image analysis tool is part of PhenotyperCV, a 366 C++11 header-only library designed for image-based plant phenotyping. The machine 367 learning workflow and software download instructions are available on GitHub 368 (https://github.com/jberry47/ddpsc_phenotypercv/wiki/Machine-Learning-Workflow).369 All steps of the machine learning workflow were run on the Mac terminal command line. 370 The labeled leaf mask image and original combined leaf graphic were used to create a 371 support vector machine learning classifier or YAML file. Individual images of inoculated 372 cassava leaves Open asset ↗github · jberry47/ddpsc_phenotypercvpdf-raw-page:17 lines:1-55
Code / dataset availability confirmedCrossref · Europe PMC · checked 8 Sept 2026
Published24 Feb 2022Scientific ReportsCited by 48 · OpenAlex ↗

Early detection of plant virus infection using multispectral imaging and spatial–spectral machine learning

CassavaAerial / UAVLaboratory / benchtopMultispectral / hyperspectralWhole plant / canopy / plot / fieldClassificationObject detectionStress / disease detectionDisease symptoms / severity

Abstract Cassava brown streak disease (CBSD) is an emerging viral disease that can greatly reduce cassava productivity, while causing only mild aerial symptoms that develop late in infection. Early detection of CBSD enables better crop management and intervention. Current techniques require laboratory equipment and are labour intensive and often inaccurate. We have developed a handheld active multispectral imaging (A-MSI) device combined with machine learning for early detection of CBSD in real-time. The principal benefits of A-MSI over passive MSI and conventional camera systems are improved spectral signal-to-noise ratio and temporal repeatability. Information fusion techniques further combine spectral and spatial information to reliably identify features that distinguish healthy cassava from plants with CBSD as early as 28 days post inoculation on a susceptible and a tolerant cultivar. Application of the device has the potential to increase farmers’ access to healthy planting materials and reduce losses due to CBSD in Africa. It can also be adapted for sensing other biotic and abiotic stresses in real-world situations where plants are exposed to multiple pest, pathogen and environmental stresses.

Why it matches plant phenotyping methods植物のウイルス感染状態(病徴)を対象に、携帯型マルチスペクトル画像装置と空間・スペクトル機械学習を開発し、早期検出性能を示した研究であり、表現型取得法が中心です。

abstractWe have developed a handheld active multispectral imaging (A-MSI) device combined with machine learning for early detection of CBSD in real-time.
Reproduction assets foundThe article's Data availability statement explicitly deposits the paper's own multispectral imaging dataset (Cassava-TME204-UCBSV trials) on Zenodo. No author analysis code or trained models are stated as available.
Dataset · publicThe MSI dataset of these three trials (Cassava-TME204-UCBSV) are available at https://doi.org/10.5281/zenodo.4636968 .Open asset ↗zenodo · 10.5281/zenodo.4636968lines:203-262
Code / dataset availability confirmedCrossref · checked 13 Sept 2026
Published13 Feb 2022MathematicsCited by 99 · OpenAlex ↗

Enhanced Convolutional Neural Network Model for Cassava Leaf Disease Identification and Classification

CassavaRGB / grayscaleLeafClassificationDisease symptoms / severity

Cassava is a crucial food and nutrition security crop cultivated by small-scale farmers and it can survive in a brutal environment. It is a significant source of carbohydrates in African countries. Sometimes, Cassava crops can be infected by leaf diseases, affecting the overall production and reducing farmers’ income. The existing Cassava disease research encounters several challenges, such as poor detection rate, higher processing time, and poor accuracy. This research provides a comprehensive learning strategy for real-time Cassava leaf disease identification based on enhanced CNN models (ECNN). The existing Standard CNN model utilizes extensive data processing features, increasing the computational overhead. A depth-wise separable convolution layer is utilized to resolve CNN issues in the proposed ECNN model. This feature minimizes the feature count and computational overhead. The proposed ECNN model utilizes a distinct block processing feature to process the imbalanced images. To resolve the color segregation issue, the proposed ECNN model uses a Gamma correction feature. To decrease the variable selection process and increase the computational efficiency, the proposed ECNN model uses global average election polling with batch normalization. An experimental analysis is performed over an online Cassava image dataset containing 6256 images of Cassava leaves with five disease classes. The dataset classes are as follows: class 0: “Cassava Bacterial Blight (CBB)”; class 1: “Cassava Brown Streak Disease (CBSD)”; class 2: “Cassava Green Mottle (CGM)”; class 3: “Cassava Mosaic Disease (CMD)”; and class 4: “Healthy”. Various performance measuring parameters, i.e., precision, recall, measure, and accuracy, are calculated for existing Standard CNN and the proposed ECNN model. The proposed ECNN classifier significantly outperforms and achieves 99.3% accuracy for the balanced dataset. The test findings prove that applying a balanced database of images improves classification performance.

Why it matches plant phenotyping methodsカ​​ッサバ葉の病害状態を画像から分類する改良CNNを開発し、既存CNNとの性能比較・検証を行っており、植物表現型取得法が中心である。

abstractThis research provides a comprehensive learning strategy for real-time Cassava leaf disease identification based on enhanced CNN models (ECNN).
Reproduction assets foundThe paper's plant-phenotyping measurements (cassava leaf disease classification experiments) are based on a public Kaggle image dataset of 6256 cassava leaf images across five disease classes. No author analysis code, trained model checkpoints, or supplementary code repository is disclosed in the supplied blocks.
Dataset · publicKaggle Online Dataset, Cassava Leaf Disease. Available online: https://www.kaggle.com/c/cassava-leaf-disease-classification (accessed on 14 December 2021).Open asset ↗Kaggle · cassava-leaf-disease-classificationpdf-page:19 lines:1-47
Code / dataset availability confirmedEurope PMC · Crossref · checked 9 Sept 2026
Published2 Aug 2021Research Square Platform LLCCited by 6 · OpenAlex ↗

Early Detection of Plant Virus Infection Using Multispectral Imaging and Spatial-Spectral Machine Learning

CassavaAerial / UAVLaboratory / benchtopMultispectral / hyperspectralWhole plant / canopy / plot / fieldObject detectionStress / disease detectionDisease symptoms / severity

Cassava brown streak disease (CBSD) is an emerging viral disease that can greatly reduce cassava productivity, while causing only mild aerial symptoms that develop late in infection. Early detection of CBSD enables better crop management and intervention. Current techniques require laboratory equipment and are labour intensive and often inaccurate. We have developed a handheld active multispectral imaging (A-MSI) device combined with machine learning for early detection of CBSD in real-time. The principal benefits of A-MSI over passive MSI and conventional camera systems are improved spectral signal-to-noise ratio and temporal repeatability. Information fusion techniques further combine spectral and spatial information to reliably identify features that distinguish healthy cassava from plants with CBSD as early as 28 days post inoculation. Application of the device has the potential to increase farmers' access to healthy planting materials and reduce losses due to CBSD in Africa. It can also be adapted for sensing other biotic and abiotic stresses in real-world situations where plants are exposed to multiple pest, pathogen and environmental stresses.

Why it matches plant phenotyping methods携帯型マルチスペクトル撮像装置と機械学習を開発し、カンショのウイルス感染状態を植物画像から早期推定する方法が中心である。

abstractWe have developed a handheld active multispectral imaging (A-MSI) device combined with machine learning for early detection of CBSD in real-time.
Reproduction assets foundThe paper's Data Availability section states the multispectral imaging dataset from the three Cassava-TME204-UCBSV trials is publicly deposited on Zenodo, matching the allowed URL exactly.
Dataset · publicThe MSI dataset of these three trials (Cassava-TME204-UCBSV) are available at https://doi.org/10.5281/zenodo.4636968Open asset ↗zenodo · 10.5281/zenodo.4636968pdf-page:14 lines:1-50
Code / dataset availability confirmedEurope PMC · bioRxiv · checked 9 Sept 2026
Published30 Apr 2021bioRxivCited by 2 · OpenAlex ↗

Low-cost, handheld near-infrared spectroscopy for root dry matter content prediction in cassava

CassavaField / plotLaboratory / benchtopRaman / spectroscopyRootWhole plant / canopy / plot / fieldCalibration / preprocessingYield / biomass estimationBiomass / plant weightWater status / transpiration

ABSTRACT Over 800 million people across the tropics rely on cassava as a major source of calories. While the root dry matter content (RDMC) of this starchy root crop is important for both producers and consumers, characterization of RDMC by traditional methods is time-consuming and laborious for breeding programs. Alternate phenotyping methods have been proposed but lack the accuracy, cost, or speed ultimately needed for cassava breeding programs. For this reason, we investigated the use of a low-cost, handheld NIR spectrometer for field-based RDMC prediction in cassava. Oven-dried measurements of RDMC were paired with 21,044 scans of roots of 376 diverse clones from 10 field trials in Nigeria and grouped into training and test sets based on cross-validation schemes relevant to plant breeding programs. Mean partial least squares regression model performance ranged from R 2 p = 0.62 - 0.89 for within-trial predictions, which is within the range achieved with laboratory-grade spectrometers in previous studies. Relative to other factors, model performance was highly impacted by the inclusion of samples from the same environment in both the training and test sets. Random forest variable importance analysis of root spectra revealed increased importance in a region previously identified as predictive of water content in plants (~950 - 990 nm). With appropriate model calibration, the tested spectrometer will allow for field-based collection of spectral data with a smartphone for accurate RDMC prediction and potentially other quality traits, a step that could be easily integrated into existing harvesting workflows of cassava breeding programs. CORE IDEAS A low-cost, handheld near-infrared spectrometer was tested for phenotyping of cassava roots Plant breeding-relevant cross-validation schemes were used for predictions High prediction accuracies were achieved for cassava root dry matter content A spectral region predictive of plant water content was identified as important

Why it matches plant phenotyping methodsカッサバ根の乾物含量という植物形質を対象に、低コスト携帯型NIR分光計と予測モデルを開発・検証しており、フェノタイピング手法が研究の中心である。

abstractwe investigated the use of a low-cost, handheld NIR spectrometer for field-based RDMC prediction in cassava.
Reproduction assets foundThe paper's raw RDMC and NIR spectral data (21,044 SCiO scans paired with oven-dry RDMC from 10 Nigerian field trials) are publicly deposited on Cyverse under the GoreLab shared directory, as stated in the Data Availability section. The analysis R code on GitHub (GoreLab/CassavaNIRS) is paper-specific but its URL is an
Dataset · publicRaw RDMC and spectral data are available for download on Cyverse atOpen asset ↗Cyversepdf-page:20 lines:1-54
Code / dataset availability confirmedEurope PMC · checked 9 Sept 2026
Published2 Mar 2021PeerJ. Computer scienceCited by 141 · OpenAlex ↗

Detecting cassava mosaic disease using a deep residual convolutional neural network with distinct block processing.

CassavaRGB / grayscaleLeafClassificationStress / disease detectionDisease symptoms / severity

For people in developing countries, cassava is a major source of calories and carbohydrates. However, Cassava Mosaic Disease (CMD) has become a major cause of concern among farmers in sub-Saharan Africa countries, which rely on cassava for both business and local consumption. The article proposes a novel deep residual convolution neural network (DRNN) for CMD detection in cassava leaf images. With the aid of distinct block processing, we can counterbalance the imbalanced image dataset of the cassava diseases and increase the number of images available for training and testing. Moreover, we adjust low contrast using Gamma correction and decorrelation stretching to enhance the color separation of an image with significant band-to-band correlation. Experimental results demonstrate that using a balanced dataset of images increases the accuracy of classification. The proposed DRNN model outperforms the plain convolutional neural network (PCNN) by a significant margin of 9.25% on the Cassava Disease Dataset from Kaggle.

Why it matches plant phenotyping methodsキャッサバ葉画像から病害状態を直接推定する画像ベースの植物フェノタイピング手法を開発・評価しており、方法が研究の中心である。

abstractThe article proposes a novel deep residual convolution neural network (DRNN) for CMD detection in cassava leaf images.
Reproduction assets foundThe paper's phenotyping input is the public Kaggle Cassava Disease Dataset of expert-annotated cassava leaf images, explicitly cited as the data source. The authors' MATLAB analysis code is available only as a supplemental file whose URL is not among the allowed URLs, so it cannot be listed as an actionable asset.
Dataset · publicWe used an openly available dataset from Kaggle: https://www.kaggle.com/c/cassava-disease .Open asset ↗Kaggle · cassava-diseaselines:285-308
Code / dataset availability confirmedEurope PMC · checked 10 Sept 2026
Published10 Apr 2019Applications in plant sciencesCited by 48 · OpenAlex ↗

Phenotypic variation of cassava root traits and their responses to drought.

CassavaField / plotRGB / grayscaleRootMorphology / geometry measurementBiomass / plant weightRoot system architectureStress response / tolerance

Premise of the study The key to increased cassava production is balancing the trade-off between marketable roots and traits that drive nutrient and water uptake. However, only a small number of protocols have been developed for cassava roots. Here, we introduce a set of new variables and methods to phenotype cassava roots and enhance breeding pipelines. Methods Different cassava genotypes were planted in pot and field conditions under well-watered and drought treatments. We developed cassava shovelomics and used digital imaging of root traits (DIRT) to evaluate geometrical root traits in addition to common traits (e.g., length, number). Results Cassava shovelomics and DIRT were successfully implemented to extract root phenotypes, and a large phenotypic variation for root traits was observed. Significant correlations were found among root traits measured manually and by DIRT. Drought significantly decreased shoot dry weight, total root number, and root length by 84%, 30%, and 25%, respectively. High adventitious root number was associated with increased shoot dry weight ( r = 0.44) under drought. Discussion Our methods allow for high-throughput cassava root phenotyping, which makes a breeding program targeting root traits feasible. We suggest that root number is a breeding target for improved cassava production under drought.

Why it matches plant phenotyping methodsキャッサバ根の表現型取得法(shovelomicsとデジタル画像解析DIRT)の開発・適用・相関検証が研究の中心であり、根形質を抽出する高スループット手法として明示されている。

abstractHere, we introduce a set of new variables and methods to phenotype cassava roots and enhance breeding pipelines.
Reproduction assets foundThe authors explicitly deposit the root images and phenotype data supporting this cassava phenotyping study on CyVerse Data Commons under the identifier Saengwilai_Cassava_2019, with a public DOI link. This is a paper-specific, publicly accessible dataset of the plant images and trait measurements used in the analysis.
Dataset · publicThe images and data that support the findings of this study are openly available on CyVerse Data Commons (as Saengwilai_Cassava_2019; https://doi.org/10.25739/ej8x-3b24 ).Open asset ↗CyVerse Data Commons · Saengwilai_Cassava_2019lines:798-1004