| Literature DB >> 36236336 |
L G Divyanth1,2, Afef Marzougui1, Maria Jose González-Bernal3, Rebecca J McGee4, Diego Rubiales3, Sindhuja Sankaran1.
Abstract
Aphanomyces root rot (ARR) is a devastating disease that affects the production of pea. The plants are prone to infection at any growth stage, and there are no chemical or cultural controls. Thus, the development of resistant pea cultivars is important. Phenomics technologies to support the selection of resistant cultivars through phenotyping can be valuable. One such approach is to couple imaging technologies with deep learning algorithms that are considered efficient for the assessment of disease resistance across a large number of plant genotypes. In this study, the resistance to ARR was evaluated through a CNN-based assessment of pea root images. The proposed model, DeepARRNet, was designed to classify the pea root images into three classes based on ARR severity scores, namely, resistant, intermediate, and susceptible classes. The dataset consisted of 1581 pea root images with a skewed distribution. Hence, three effective data-balancing techniques were identified to solve the prevalent problem of unbalanced datasets. Random oversampling with image transformations, generative adversarial network (GAN)-based image synthesis, and loss function with class-weighted ratio were implemented during the training process. The result indicated that the classification F1-score was 0.92 ± 0.03 when GAN-synthesized images were added, 0.91 ± 0.04 for random resampling, and 0.88 ± 0.05 when class-weighted loss function was implemented, which was higher than when an unbalanced dataset without these techniques were used (0.83 ± 0.03). The systematic approaches evaluated in this study can be applied to other image-based phenotyping datasets, which can aid the development of deep-learning models with improved performance.Entities:
Keywords: deep learning; disease identification; generative adversarial networks; plant breeding
Mesh:
Year: 2022 PMID: 36236336 PMCID: PMC9572822 DOI: 10.3390/s22197237
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.847
Aphanomyces root rot visual disease scoring criteria.
| Visual Disease Score | Symptoms | Class | Number of Image Samples |
|---|---|---|---|
| 0.0 | No discolored lesions on the entire root | Healthy/Resistant | 784 |
| 0.5 | Up to 5% of discolored lesions on the entire root | Resistant | 4 |
| 1.0 | 5–15% of discolored lesions on the entire root | ||
| 1.5 | 15–25% of discolored lesions on the entire root | ||
| 2.0 | 25–50% minor discoloration on the entire root | Intermediate | 727 |
| 2.5 | 50–75% major discoloration on the entire root | ||
| 3.0 | More than 75% of brown discoloration on the entire root | ||
| 3.5 | More than 75% of brown discoloration on entire root system with some symptoms on hypocotyl | Susceptible | 70 |
| 4.0 | Brown discoloration on entire root system with shriveled and brown hypocotyl | ||
| 4.5 | Brown discoloration on entire root system with a shriveled, brown, and soft hypocotyl | ||
| 5.0 | Dead plant |
Figure 1Sample pea root images from the three classes: healthy/resistant (first row), intermediate (second row), and susceptible (third row).
Figure 2Network architecture of GAN-generator model.
Figure 3Network architecture of GAN-discriminator model.
Figure 4Schematic representation of DeepARRNet.
Dataset manipulation and evaluation procedure for assessing the DeepARRNet model and different class-balancing methods.
| Dataset and Class-Balancing Technique Implemented | 1st Seed (Sia) | 2nd Seed (Sib) | 3rd Seed (Sic) |
|---|---|---|---|
| S1—Without class balancing (original dataset) | Evaluate on S1a (training with R1a and test on T1a) | Evaluate on S1b (training with R1b and test on T1b) | Evaluate on S1c (training with R1c and test on T1c) |
| S2—Random oversampling | Evaluate on S2a (training with R2a and test on T2a) | Evaluate on S2b (training with R2b and test on T2b) | Evaluate on S2c (training with R2c and test on T2c) |
| S3—GAN-based image synthesis | Evaluate on S3a (training with R3a and test on T3a) | Evaluate on S3b (training with R3b and test on T3b) | Evaluate on S3c (training with R3c and test on T3c) |
| S4—Loss function with weighted ratio | Evaluate on S4a (training with R4a and test on T4a) | Evaluate on S4b (training with R4b and test on T4b) | Evaluate on S4c (training with R4c and test on T4c) |
Performance (Mean ± SD) during testing using DeepARRNet model trained with the original pea root images.
| Class | Precision | Recall | F1-Score |
|---|---|---|---|
| Resistant | 0.99 ± 0.02 | 0.92 ± 0.03 | 0.95 ± 0.03 |
| Intermediate | 0.80 ± 0.03 | 0.99 ± 0.03 | 0.88 ± 0.03 |
| Susceptible | 0.97 ± 0.05 | 0.06 ± 0.05 | 0.09 ± 0.05 |
| Overall | 0.93 ± 0.03 | 0.72 ± 0.03 | 0.83 ± 0.03 |
Figure 5Activation maps of the input image from the DeepARRNet model.
Performance (Mean ± SD) during testing using DeepARRNet model trained with the original pea root and augmented data with random oversampling method.
| Class | Precision | Recall | F1-Score |
|---|---|---|---|
| Resistant | 0.99 ± 0.02 | 0.92 ± 0.03 | 0.96 ± 0.03 |
| Intermediate | 0.86 ± 0.04 | 0.98 ± 0.04 | 0.91 ± 0.04 |
| Susceptible | 0.91 ± 0.06 | 0.68 ± 0.06 | 0.78 ± 0.06 |
| Overall | 0.93 ± 0.03 | 0.85 ± 0.04 | 0.91 ± 0.04 |
Figure 6Synthetic ARR-affected pea root images generated by GAN model during the training process.
Figure 7Sample artificial images synthesized by the GAN-generator model.
Performance (Mean ± SD) during testing using DeepARRNet model trained with the original pea root and GAN-augmented data.
| Class | Precision | Recall | F1-Score |
|---|---|---|---|
| Resistant | 0.99 ± 0.01 | 0.93± 0.01 | 0.96 ± 0.01 |
| Intermediate | 0.90 ± 0.05 | 0.99 ± 0.05 | 0.91 ± 0.05 |
| Susceptible | 0.91 ± 0.07 | 0.75 ± 0.04 | 0.81 ± 0.06 |
| Overall | 0.96 ± 0.03 | 0.87 ± 0.04 | 0.92 ± 0.033 |
Performance (Mean ± SD) during testing using DeepARRNet model trained with the original pea root applying class weighing methods, INS and ISRNS.
| Weight Ratio | Class | Precision | Recall | F1-Score |
|---|---|---|---|---|
| INS | Resistant | 0.99 ± 0.01 | 0.93 ± 0.02 | 0.96 ± 0.02 |
| Intermediate | 0.88 ± 0.05 | 0.98 ± 0.07 | 0.94 ± 0.06 | |
| Susceptible | 0.90 ± 0.08 | 0.64 ± 0.06 | 0.78 ± 0.07 | |
| Overall | 0.94 ± 0.04 | 0.85 ± 0.05 | 0.88 ± 0.05 | |
| ISRNS | Resistant | 0.99 ± 0.03 | 0.93 ± 0.03 | 0.96 ± 0.03 |
| Intermediate | 0.87 ± 0.06 | 0.98 ± 0.06 | 0.92 ± 0.06 | |
| Susceptible | 0.85 ± 0.07 | 0.60 ± 0.08 | 0.79 ± 0.07 | |
| Overall | 0.92 ± 0.05 | 0.83 ± 0.04 | 0.87 ± 0.05 |