| Literature DB >> 36105712 |
Chengkang Liu1,2, Zhiqiang Zhai1,2, Ruoyu Zhang1,2, Jingya Bai1,2, Mengyun Zhang1,2.
Abstract
Insect pest is an essential factor affecting crop yield, and the effect of pest control depends on the timeliness and accuracy of pest forecasting. The traditional method forecasts pest outbreaks by manually observing (capturing), identifying, and counting insects, which is very time-consuming and laborious. Therefore, developing a method that can more timely and accurately identify insects and obtain insect information. This study designed an image acquisition device that can quickly collect real-time photos of phototactic insects. A pest identification model was established based on a deep learning algorithm. In addition, a model update strategy and a pest outbreak warning method based on the identification results were proposed. Insect images were processed to establish the identification model by removing the background; a laboratory image collection test verified the feasibility. The results showed that the proportion of images with the background completely removed was 90.2%. Dataset 1 was obtained using reared target insects, and the identification accuracy of the ResNet V2 model on the test set was 96%. Furthermore, Dataset 2 was obtained in the cotton field using a designed field device. In exploring the model update strategy, firstly, the T_ResNet V2 model was trained with Dataset 2 using transfer learning based on the ResNet V2 model; its identification accuracy on the test set was 84.6%. Secondly, after reasonably mixing the indoor and field datasets, the SM_ResNet V2 model had an identification accuracy of 85.7%. The cotton pest image acquisition, transmission, and automatic identification system provide a good tool for accurately forecasting pest outbreaks in cotton fields.Entities:
Keywords: cotton pest; deep learning; image acquisition device; insect outbreak; transfer learning
Year: 2022 PMID: 36105712 PMCID: PMC9465034 DOI: 10.3389/fpls.2022.990965
Source DB: PubMed Journal: Front Plant Sci ISSN: 1664-462X Impact factor: 6.627
FIGURE 1Insect image acquisition device.
FIGURE 2Flowchart of the background subtraction algorithm.
FIGURE 3Image acquisition system.
FIGURE 4Insect rearing process.
FIGURE 5Data collection.
Parameters and resources used in training models.
| Parameter or resource | Value or model |
| Batch size | 16 |
| Initial learning rate | 1e-3 |
| Optimizer | Adam |
| Epochs | 200 |
| Back end | TensorFlow 1.14 |
| Python | 3.6 |
| Operation system | Windows 10 |
| GPU | NVIDIA GeForce RTX 2060 |
| Categories | Helicoverpa armigera moth |
| The number of images used for training, validation, and test | 6300, 1350, and 1350 |
Grading indexes of pest outbreak in cotton field.
| Outbreak level | 1 | 2 | 3 | 4 | 5 |
| Pest density | ≤5 | >5∼10 | >10∼20 | >20∼30 | >30 |
| Pest increasing rate | 0 | >0∼100% | >100∼300% | >300∼500% | >300% |
FIGURE 6Program interface.
FIGURE 7Image types.
FIGURE 8(A) Variation for identification accuracy and error based on validation set, (B) average classification accuracy by ResNet V2 (%).
Average identification accuracy and F1-score based on the test set.
| Category | Accuracy (%) | F1-score (%) | ||||
|
|
| |||||
| SVM | BPNN | ResNet | SVM | BPNN | ResNet | |
|
| 73.9 | 75.0 | 97.7 | 70.4 | 73.2 | 96.9 |
|
| 74.9 | 75.2 | 97.5 | |||
|
| 76.5 | 77.0 | 98.7 | |||
FIGURE 9(A) Identification accuracy curve and error curve for the validation set(a), and matrix for the average identification accuracy based on the test set (B) and matrix for misclassified images (C) obtained by transfer learning.
The accuracy, training time, and F1-score of the three models.
| Model | Accuracy (%) | Training duration(s) | F1-Score (%) | Label | ||
|
| ||||||
| Training set | Validation set | Test set | ||||
| T_ResNet V2 | 93.5 | 85.0 | 84.6 | 586.16 | 47.3 | 0 |
| 82.8 | 1 | |||||
| 86.1 | 2 | |||||
| 96.0 | 3 | |||||
| FM_ResNet V2 | 98.1 | 73.3 | 65.5 | 8189.08 | 25.8 | 0 |
| 56.4 | 1 | |||||
| 88.3 | 2 | |||||
| 62.6 | 3 | |||||
| SM_ResNet V2 | 90.9 | 75.0 | 85.7 | 1041.82 | 50.0 | 0 |
| 92.7 | 1 | |||||
| 82.1 | 2 | |||||
| 90.8 | 3 | |||||
FIGURE 10The average identification accuracy and error curves based on the validation set (A), matrix of the average identification accuracy based on the test set (B), and matrix of the misclassified images based on the test set (C) for the model trained on the filling mixed dataset.
FIGURE 11The average identification accuracy and error curves based on the validation set (A), matrix of the average identification accuracy based on the test set (B), and matrix of the misclassified images based on the test set (C) for the model trained on the symmetric mixed dataset.