Deep Fruit Detection in Orchards
Suchet Bargoti, James Underwood

TL;DR
This paper applies a state-of-the-art object detection framework, Faster R-CNN, to orchard fruit detection, demonstrating significant data augmentation benefits and achieving high accuracy in detecting apples, mangoes, and almonds.
Contribution
It introduces a tiling approach for large orchard images and provides insights into data requirements and transfer learning effectiveness for fruit detection.
Findings
Data augmentation significantly improves detection performance.
Tiling approach enables detection in large orchard images.
Achieved F1-score >0.9 for apples and mangoes.
Abstract
An accurate and reliable image based fruit detection system is critical for supporting higher level agriculture tasks such as yield mapping and robotic harvesting. This paper presents the use of a state-of-the-art object detection framework, Faster R-CNN, in the context of fruit detection in orchards, including mangoes, almonds and apples. Ablation studies are presented to better understand the practical deployment of the detection network, including how much training data is required to capture variability in the dataset. Data augmentation techniques are shown to yield significant performance gains, resulting in a greater than two-fold reduction in the number of training images required. In contrast, transferring knowledge between orchards contributed to negligible performance gain over initialising the Deep Convolutional Neural Network directly from ImageNet features. Finally, to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRegion Proposal Network · Softmax · Convolution · RoIPool · Faster R-CNN
