Massimo Minervini, Mario Valerio Giuffrida, Sotirios A. Tsaftaris

Computer Vision Problems in Plant Phenotyping (CVPPP) workshop, in conjuction with BMVC (2015)

Massimo Minervini, Mario Valerio Giuffrida, Sotirios A. Tsaftaris (2015) “An interactive tool for semi-automated leaf annotation,” Workshop: Computer Vision Problems in Plant Phenotyping (CVPPP), BMVC.

Minervini et al. (2015)
Open Externally
wp-content/uploads/2020/10/tex.png
Get Paper
Code on GitHub
@inproceedings{CVPP2015_6,
title={An interactive tool for semi-automated leaf annotation},
author={Massimo Minervini and Mario Valerio Giuffrida and Sotirios Tsaftaris},
year={2015},
month={September},
pages={6.1-6.13},
articleno={6},
numpages={13},
booktitle={Proceedings of the Computer Vision Problems in Plant Phenotyping (CVPPP)},
publisher={BMVA Press},
editor={S. A. Tsaftaris, H. Scharr, and T. Pridmore},
doi={10.5244/C.29.CVPPP.6},
isbn={1-901725-55-3}
}

Abstract

High throughput plant phenotyping is emerging as a necessary step towards meeting agricultural demands of the future. Central to its success is the development of robust computer vision algorithms that analyze images and extract phenotyping information to be associated with genotypes and environmental conditions for identifying traits suitable for further development. Obtaining leaf level quantitative data is important towards understanding better this interaction. While certain efforts have been made to obtain such information in an automated fashion, further innovations are necessary. In this paper we present an annotation tool that can be used to semi-automatically segment leaves in images of rosette plants. This tool, which is designed to exist in a stand-alone fashion but also in cloud based environments, can be used to annotate data directly for the study of plant and leaf growth or to provide annotated datasets for learning-based approaches to extracting phenotypes from images. It relies on an interactive graph-based segmentation algorithm to propagate expert provided priors (in the form of pixels) to the rest of the image, using the random walk formulation to find a good per-leaf segmentation. To evaluate the tool we use standardized datasets available from the LSC and LCC 2015 challenges, achieving an average leaf segmentation accuracy of almost 97% using scribbles as annotations. The tool and source code are publicly available at http://www.phenotiki.com and as a GitHub repository at https://github.com/phenotiki/LeafAnnotationTool.