Accurate Crop Yield Estimation of Blueberries using Deep Learning and Smart Drones
This work addresses crop yield estimation for blueberry farmers, but it is incremental as it builds on existing YOLO architectures and focuses on domain-specific challenges.
The researchers tackled the problem of estimating blueberry crop yield by developing an AI pipeline using drones and YOLO-based object-detection models to detect bushes and individual berries, achieving good accuracy in precision and recall for cropped images.
We present an AI pipeline that involves using smart drones equipped with computer vision to obtain a more accurate fruit count and yield estimation of the number of blueberries in a field. The core components are two object-detection models based on the YOLO deep learning architecture: a Bush Model that is able to detect blueberry bushes from images captured at low altitudes and at different angles, and a Berry Model that can detect individual berries that are visible on a bush. Together, both models allow for more accurate crop yield estimation by allowing intelligent control of the drone's position and camera to safely capture side-view images of bushes up close. In addition to providing experimental results for our models, which show good accuracy in terms of precision and recall when captured images are cropped around the foreground center bush, we also describe how to deploy our models to map out blueberry fields using different sampling strategies, and discuss the challenges of annotating very small objects (blueberries) and difficulties in evaluating the effectiveness of our models.