High-Throughput Phenotyping using Computer Vision and Machine Learning
Vivaan Singhvi, Langalibalele Lunga, Pragya Nidhi, Chris Keum, Varrun Prakash
TL;DR
High-throughput phenotyping aims to non-destructively quantify plant traits at scale. The authors develop an end-to-end pipeline combining PaddleOCR for label reading, Segment Anything Model-based leaf segmentation, and RandomForest-based morphology classification to predict drought vs control treatments, while also attempting to use EXIF data for leaf-size estimation and phenotype-environment correlations. They report OCR accuracy of 94.31% non-null, morphology accuracy 62.82%, and treatment prediction accuracy 60.08%, but EXIF-based sizing and correlations are limited by metadata gaps. The work demonstrates automated data extraction and phenotype analysis from images, highlighting both the potential and the need for richer metadata to enable robust genotype–environment insights.
Abstract
High-throughput phenotyping refers to the non-destructive and efficient evaluation of plant phenotypes. In recent years, it has been coupled with machine learning in order to improve the process of phenotyping plants by increasing efficiency in handling large datasets and developing methods for the extraction of specific traits. Previous studies have developed methods to advance these challenges through the application of deep neural networks in tandem with automated cameras; however, the datasets being studied often excluded physical labels. In this study, we used a dataset provided by Oak Ridge National Laboratory with 1,672 images of Populus Trichocarpa with white labels displaying treatment (control or drought), block, row, position, and genotype. Optical character recognition (OCR) was used to read these labels on the plants, image segmentation techniques in conjunction with machine learning algorithms were used for morphological classifications, machine learning models were used to predict treatment based on those classifications, and analyzed encoded EXIF tags were used for the purpose of finding leaf size and correlations between phenotypes. We found that our OCR model had an accuracy of 94.31% for non-null text extractions, allowing for the information to be accurately placed in a spreadsheet. Our classification models identified leaf shape, color, and level of brown splotches with an average accuracy of 62.82%, and plant treatment with an accuracy of 60.08%. Finally, we identified a few crucial pieces of information absent from the EXIF tags that prevented the assessment of the leaf size. There was also missing information that prevented the assessment of correlations between phenotypes and conditions. However, future studies could improve upon this to allow for the assessment of these features.
