| Literature DB >> 28757863 |
Guan Wang1, Yu Sun1, Jianxin Wang1.
Abstract
Automatic and accurate estimation of disease severity is essential for food security, disease management, and yield loss prediction. Deep learning, the latest breakthrough in computer vision, is promising for fine-grained disease severity classification, as the method avoids the labor-intensive feature engineering and threshold-based segmentation. Using the apple black rot images in the PlantVillage dataset, which are further annotated by botanists with four severity stages as ground truth, a series of deep convolutional neural networks are trained to diagnose the severity of the disease. The performances of shallow networks trained from scratch and deep models fine-tuned by transfer learning are evaluated systemically in this paper. The best model is the deep VGG16 model trained with transfer learning, which yields an overall accuracy of 90.4% on the hold-out test set. The proposed deep learning model may have great potential in disease control for modern agriculture.Entities:
Mesh:
Year: 2017 PMID: 28757863 PMCID: PMC5516765 DOI: 10.1155/2017/2917536
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1Visualization of activations for an input image in the first convolutional layer of the pretrained VGG16 model: (a) original image; (b) the first convolutional layer output.
Figure 2Sample leaf images of the four stages of apple black rot: (a) healthy stage, (b) early stage, (c) middle stage, and (d) end stage.
The number of samples in training and test sets.
| Class | Number of images for training | Number of images for testing |
|---|---|---|
| Healthy stage | 110 × 12 | 27 × 12 |
| Early stage | 108 | 29 |
| Middle stage | 144 | 36 |
| End stage | 102 | 23 |
The hyperparameters of training.
| Parameters | Learning from scratch | Transfer learning | |
|---|---|---|---|
| Training fully connected layers | Fine-tuning | ||
| Training algorithm | SGD | RMSP | SGD |
| Learning rate | 0.01 | 0.01 | 0.0001 |
| Batch size | 32 | ||
| Early stopping | 10 epochs | ||
Figure 3Accuracies of shallow networks.
Figure 4Accuracies of the state-of-the-art extreme deep models trained with transfer learning.
Confusion matrix for the prediction of VGG16 model trained with transfer learning.
| Predicted | |||||
|---|---|---|---|---|---|
| Ground truth | Healthy stage | Early stage | Middle stage | End stage | |
| Healthy stage | 27 | 0 | 0 | 0 | |
| Early stage | 0 | 27 | 2 | 0 | |
| Middle stage | 0 | 5 | 30 | 1 | |
| End stage | 0 | 0 | 3 | 20 | |