| Literature DB >> 36100617 |
Zhao Wu1, Feng Jiang2, Rui Cao1.
Abstract
Fruit leaf diseases have a significant impact on the later development and maturity of fruits, so rapid and accurate identification of fruit leaf diseases plays an important role in the development of fruit production. In this paper, the leaf disease data set of 6 kinds of fruits is divided into 25 categories according to the species-the type of the disease-the severity, and we propose an improved model based on ResNet101 to identify woody fruit plant leaf diseases, in which a global average pooling layer is used to reduce model training parameters, layer normalization, dropout and L2 regularization are used to prevent model overfitting, SENet attention mechanism is used to improve the model's ability to extract features. At the same time, transfer learning is used to reduce training time and training parameters. Experimental results show that the overall accuracy of woody fruit plant leaf recognition based on this model can reach 85.90%. Compared with the classic ResNet network, the accuracy is increased by 1.20%, and the model parameters are reduced by 98.14%. Therefore, the model proposed in this paper provides a better solution for the identification of leaf diseases of woody fruit plants and has a higher accuracy rate.Entities:
Mesh:
Year: 2022 PMID: 36100617 PMCID: PMC9470709 DOI: 10.1038/s41598-022-18337-y
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.996
Figure 1Partial data set.
Figure 2The structure of the convolutional neural network.
Figure 3Two residual blocks of ResNet.
Figure 4Schematic diagram of ResNet structure.
Figure 5ResNet101 network transfer learning process.
Figure 6Accuracy comparison of different models.
Figure 7The accuracy curves of each model.
Figure 8The loss curves of each model.
Test training parameters of each network.
| Model | Parameter | Time(s)/epoch |
|---|---|---|
| AlexNet | 14,632,665 | 44.3 |
| GoogleNet | 10,380,155 | 47.3 |
| VGG19 | 75,654,233 | 147.4 |
| ResNet101 | 42,551,385 | 156.5 |
| Paper[ | 13,849 | 60.5 |
| Our work | 792,217 | 49.8 |