Site Loader
Rengerslaan 8-10, 8971DD Leeuwarden

In precision agriculture, counting and precise localization of crops is important for optimizing crop yield. In this paper CentroidNet is introduced which is a Fully Convolutional Neural Network (FCNN) architecture specifically designed for object localization and counting. A field of vectors pointing to the nearest object centroid is trained and combined with a learned segmentation map to produce accurate object centroids by majority voting. This is tested on a crop dataset made using a UAV (drone) and on a cell-nuclei dataset which was provided by a Kaggle challenge. We define the mean Average F1 score (mAF1) for measuring the trade-off between precision and recall. CentroidNet is compared to the state-of-the-art networks YOLOv2 and RetinaNet, which share similar properties. The results show that CentroidNet obtains the best F1 score. We also explicitly show that CentroidNet can seamlessly switch between patches of images and full-resolution images without the need for retraining.

We gratefully acknowledge the support of NVIDIA Corporation with the donation of the Titan X Pascal GPU used for this research.

Paper

K. Dijkstra, J. van de Loosdrecht, L.R.B. Schomaker and M.A. Wiering

Published on the European Conference on Machine Learning and Knowledge Discovery in Databases, ECML-PKDD 2018

An open source implementation of can be found here OpenCentroidNet on GitHub

Post Author: Klaas Dijkstra

Leave a Reply