Image dataset is available at: https://files.mycloud.com/home.php?brand=webfiles#23a3c71/
Open resource ↗pdf-page:16 lines:1-41Paper record
Citrus Pests and Diseases Recognition Model Using Weakly Dense Connected Convolution Network.
Sensors (Basel, Switzerland) · 19 Jul 2019 · 10.3390/s19143195
Abstract
Pests and diseases can cause severe damage to citrus fruits. Farmers used to rely on experienced experts to recognize them, which is a time consuming and costly process. With the popularity of image sensors and the development of computer vision technology, using convolutional neural network (CNN) models to identify pests and diseases has become a recent trend in the field of agriculture. However, many researchers refer to pre-trained models of ImageNet to execute different recognition tasks without considering their own dataset scale, resulting in a waste of computational resources. In this paper, a simple but effective CNN model was developed based on our image dataset. The proposed network was designed from the aspect of parameter efficiency. To achieve this goal, the complexity of cross-channel operation was increased and the frequency of feature reuse was adapted to network depth. Experiment results showed that Weakly DenseNet-16 got the highest classification accuracy with fewer parameters. Because this network is lightweight, it can be used in mobile devices.
Code and data availability
The paper's citrus pest/disease image dataset is publicly hosted via the authors' mycloud link (Appendix B), and the models/code are publicly available on the authors' GitHub (Appendix C). Both are paper-specific, public, and actionable.
Models and code are available at: https://github.com/xingshulicc/xingshulicc/tree/master/citrus_
Open resource ↗xingshulicc/xingshulicc · pdf-page:16 lines:1-41