| Literature DB >> 32708002 |
Musong Gu1,2,3, Kuan-Ching Li4, Zhongwen Li1, Qiyi Han1, Wenjie Fan1.
Abstract
The original pattern recognition and classification of crop diseases needs to collect a large amount of data in the field and send them next to a computer server through the network for recognition and classification. This method usually takes a long time, is expensive, and is difficult to carry out for timely monitoring of crop diseases, causing delays to diagnosis and treatment. With the emergence of edge computing, one can attempt to deploy the pattern recognition algorithm to the farmland environment and monitor the growth of crops promptly. However, due to the limited resources of the edge device, the original deep recognition model is challenging to apply. Due to this, in this article, a recognition model based on a depthwise separable convolutional neural network (DSCNN) is proposed, which operation particularities include a significant reduction in the number of parameters and the amount of computation, making the proposed design well suited for the edge. To show its effectiveness, simulation results are compared with the main convolution neural network (CNN) models LeNet and Visual Geometry Group Network (VGGNet) and show that, based on high recognition accuracy, the recognition time of the proposed model is reduced by 80.9% and 94.4%, respectively. Given its fast recognition speed and high recognition accuracy, the model is suitable for the real-time monitoring and recognition of crop diseases by provisioning remote embedded equipment and deploying the proposed model using edge computing.Entities:
Keywords: Visual Geometry Group (VGG) network model; depthwise separable convolution neural network; recognition of crop diseases
Mesh:
Year: 2020 PMID: 32708002 PMCID: PMC7435475 DOI: 10.3390/s20154091
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1The monitoring system for crop diseases and insect pests.
Figure 2Convolution neural network (CNN) structure diagram.
Figure 3Diagram of VGG network.
Figure 4Depthwise separable convolution (DSC).
Figure 5Depthwise separable convolutional neural network (DSCNN).
Figure 6Crop diseases and insect pests detection system flow chart.
Figure 7The eight tomato diseases.
Figure 8Original image and pre-processed image of tomato leaf mildew. (a)The Original image of tomato leaf mildew, (b) The pre-processed image of tomato leaf mildew.
Figure 9Output features of Conv1-2 and Relu1-2 layers of tomato diseases.
Figure 10Output features of Conv3-4 and Relu3-4 layers.
Figure 11Output features of Conv5 and Relu5 layers.
Figure 12Prediction accuracy and loss function value of the DSCNN model.
Figure 13Comparison of accuracy of tomato diseases between LeNet, VGGNet, and DSCNN.
Comparison of recognition accuracy and predicted speed.
| Model Name | Accuracy (%) | Predicted Speed (s) |
|---|---|---|
| LeNet | 69.31 | 1.256 |
| VGGNet | 91.75 | 4.242 |
| DSCNN | 89.13 | 0.239 |