Yield Evaluation of Citrus Fruits based on the YoloV5 compressed by Knowledge Distillation
This addresses yield assessment for citrus growers to aid in storage and pricing, but it is incremental as it applies existing methods to a specific domain.
The paper tackled pre-harvest yield estimation for citrus fruits by using a compressed YOLOv5 model for fruit counting and linear regression for yield prediction, achieving accurate results in experiments.
In the field of planting fruit trees, pre-harvest estimation of fruit yield is important for fruit storage and price evaluation. However, considering the cost, the yield of each tree cannot be assessed by directly picking the immature fruit. Therefore, the problem is a very difficult task. In this paper, a fruit counting and yield assessment method based on computer vision is proposed for citrus fruit trees as an example. Firstly, images of single fruit trees from different angles are acquired and the number of fruits is detected using a deep Convolutional Neural Network model YOLOv5, and the model is compressed using a knowledge distillation method. Then, a linear regression method is used to model yield-related features and evaluate yield. Experiments show that the proposed method can accurately count fruits and approximate the yield.