Yield Estimation using Deep Learning for Precision Agriculture
Youssef Osman,Reed Dennis,Khalid Elgazzar +2 more
- 14 Jun 2021
- pp 542-550
5
TL;DR: In this paper, a two-stage pipeline consists of detecting the fruits, then tracking them frame-by-frame, using the You Only Look Once model (YOLO).
read more
Abstract: We perform fruit counting on video footage by following a two-stage pipeline that consists of detecting the fruits, then tracking them frame-by-frame. Detection is done through the use of You Only Look Once model (YOLO). Bounding boxes are extracted from detection and Non Max Suppression (NMS) is performed to get final detections. The boxes are then input into the tracking pipeline. For tracking, we apply a custom-developed DeepSORT algorithm to work with fruits. Using the box coordinates, every detected object is cropped out of the original image, and a separate feature extraction using a convolutional neural network (CNN) called ResNet is performed on that image crop to get the feature map. New detections are associated with old detections by comparing their features as a distance metric, where two objects with minimal distance are associated together. Input objects with no association are treated as new objects to be tracked. By keeping track of the fruits throughout the video frames, we ensure that we’re counting them appropriately when they are first detected. We demonstrate the approach on videos from an apple orchard to test the performance of the proposed pipeline in natural light. Experimental results show high accuracy of fruit counting on real-time video feeds. The new approach can be efficiently applied on any type of fruit and vegetables with no changes in the algorithms.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Advancing precision agriculture: The potential of deep learning for cereal plant head detection
TL;DR: A comprehensive overview of recent research on deep learning-based head detection in cereal plants is provided in this article , where the major benefits and drawbacks of different deep learning architectures and training methods are discussed, as well as examples of their application in maize, rice, wheat, and sorghum.
35
Deep Learning Performance Comparison Using Multispectral Images and Vegetation Index for Farmland Classification
Semo Kim,Seoung Hun Bae,Min-Kwan Kim,Lae-Hyong Kang +3 more
TL;DR: An algorithm was used to remove unnecessary images based on each image's GPS location and altitude, reducing the total number of images to 8930, and this preprocessing step improved the image mapping speed by about 8.3 times compared to the original data image mapping speed.
1
Counting of oil palm fresh fruit bunches using computer vision
TL;DR: In this paper , the authors used the computer vision method to count moving oil palm fresh fruit bunches (FFB) using video frames, which is possible to implement this counting method in the oil palm FFB sorting and grading stage to estimate the CPO mill capacity.
Fruit yield estimation and forecasting for precision agriculture
Anju Ashokan,N. A. Akbar +1 more
TL;DR: This study proposes a precision agriculture approach for fruit yield estimation and forecasting using YOLO V5 for fruit detection and DeepSORT for tracking, followed by ARIMA-based time series forecasting for predicting future yields.
Fruits and Vegetables Detection using YOLO Algorithm
S. Kanakaprabha,Gaddam Venu Gopal,D. Kaleeswaran,Dr.R.Rani Hemamalini,G. Ganeshkumar +4 more
TL;DR: Fruit and vegetable detection system using YOLO algorithm for robotic harvesting platform accurately detects fruits and vegetables in images with high accuracy and speed.
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
ImageNet: A large-scale hierarchical image database
Jia Deng,Wei Dong,Richard Socher,Li-Jia Li,Kai Li,Li Fei-Fei +5 more
- 20 Jun 2009
TL;DR: A new database called “ImageNet” is introduced, a large-scale ontology of images built upon the backbone of the WordNet structure, much larger in scale and diversity and much more accurate than the current image datasets.
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
TL;DR: This work introduces a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals and further merge RPN and Fast R-CNN into a single network by sharing their convolutionAL features.
Fully convolutional networks for semantic segmentation
Jonathan Long,Evan Shelhamer,Trevor Darrell +2 more
- 07 Jun 2015
TL;DR: The key insight is to build “fully convolutional” networks that take input of arbitrary size and produce correspondingly-sized output with efficient inference and learning.
Feature Pyramid Networks for Object Detection
Tsung-Yi Lin,Piotr Dollár,Ross Girshick,Kaiming He,Bharath Hariharan,Serge Belongie +5 more
- 21 Jul 2017
TL;DR: This paper exploits the inherent multi-scale, pyramidal hierarchy of deep convolutional networks to construct feature pyramids with marginal extra cost and achieves state-of-the-art single-model results on the COCO detection benchmark without bells and whistles.
Related Papers (5)
Ravi S Sharma,Nonita Sharma +1 more
- 25 Mar 2021
Kentaro Kuwata,Ryosuke Shibasaki +1 more
- 26 Jul 2015
Mingfei Zhang,Minzan Li,Gang Liu,Maohua Wang +3 more
- 18 Aug 2007