| Literature DB >> 35746159 |
Byeong-Hyo Cho1, Yong-Hyun Kim1, Ki-Beom Lee1, Young-Ki Hong1, Kyoung-Chul Kim1.
Abstract
It is necessary to convert to automation in a tomato hydroponic greenhouse because of the aging of farmers, the reduction in agricultural workers as a proportion of the population, COVID-19, and so on. In particular, agricultural robots are attractive as one of the ways for automation conversion in a hydroponic greenhouse. However, to develop agricultural robots, crop monitoring techniques will be necessary. In this study, therefore, we aimed to develop a maturity classification model for tomatoes using both support vector classifier (SVC) and snapshot-type hyperspectral imaging (VIS: 460-600 nm (16 bands) and Red-NIR: 600-860 nm (15 bands)). The spectral data, a total of 258 tomatoes harvested in January and February 2022, was obtained from the tomatoes' surfaces. Spectral data that has a relationship with the maturity stages of tomatoes was selected by correlation analysis. In addition, the four different spectral data were prepared, such as VIS data (16 bands), Red-NIR data (15 bands), combination data of VIS and Red-NIR (31 bands), and selected spectral data (6 bands). These data were trained by SVC, respectively, and we evaluated the performance of trained classification models. As a result, the SVC based on VIS data achieved a classification accuracy of 79% and an F1-score of 88% to classify the tomato maturity into six stages (Green, Breaker, Turning, Pink, Light-red, and Red). In addition, the developed model was tested in a hydroponic greenhouse and was able to classify the maturity stages with a classification accuracy of 75% and an F1-score of 86%.Entities:
Keywords: PCA; hyperspectral imagery; support vector classifier (SVC); tomato maturity
Mesh:
Year: 2022 PMID: 35746159 PMCID: PMC9227650 DOI: 10.3390/s22124378
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.847
Maturity stages of tomato fruits.
| Maturity | Description | |
|---|---|---|
|
| −4.87 ± 2.73 | |
|
| −0.33 ± 2.50 | |
|
| 4.98 ± 2.70 | |
|
| 10.70 ± 2.53 | |
|
| 16.57 ± 2.32 | |
|
| 19.31 ± 1.60 |
Figure 1The schematic diagram of hyperspectral image acquisition system.
The hyperspectral camera specification.
| Variable | Specification | |
|---|---|---|
| VIS | Red-NIR | |
| Sensor | AMS/CMOSIS CMV2000 mono | |
| Resolution | 2048 × 1088, 2.2 MPixel | |
| Pixel size | 5.5 μm | |
| Sensor size/diagonal | 11.3 × 6.0 mm | |
| Optical size | 2/3 “ | |
| FPS | 170 (USB3.0) | |
| Focal length | 25 mm | |
| Exposure time | 2.0 ms | 1.3 ms |
| Wavelength range | 460–600 nm | 600–860 nm |
| Band: peak central wavelengths [nm] | 464, 472, 480, 489, 499, 508, 516, 526, 534, 544, 552, 561, 571, 580, 588, 597 | 609, 625, 648, 666, 683, 700, 718, 736, 754, 770, 786, 802, 818, 833, 849 |
Figure 2The pre-processing steps for hyperspectral image.
Figure 3The flowchart diagram for classifying the tomatoes’ maturity stages from the snapshot-type hyperspectral imagery.
Figure 4The actual image of the hydroponic greenhouse that we obtained tomato images (A) and the monitoring robot system used in this study (B).
Figure 5The spectral curves of six different maturity stages of the intact tomatoes (A) and the correlation coefficient between maturity stages and each waveband (B). ** and * Correlations are significant at the 0.01 and 0.05 levels, respectively.
The principal component analysis (PCA) results according to input data.
| Data | % of Variance | |||||
|---|---|---|---|---|---|---|
| PC1 | PC2 | PC3 | PC4 | PC5 | Total | |
| VIS | 94.58 | 3.86 | 1.47 | 0.07 | 0.02 | 100 |
| RN | 88.56 | 9.51 | 1.77 | 0.12 | 0.03 | 99.99 |
| VN | 81.44 | 12.92 | 3.27 | 1.90 | 0.28 | 99.81 |
| SD | 95.61 | 3.88 | 0.44 | 0.07 | 0.00 | 100 |
VIS: VIS data, RN: Red-NIR data, VN: combination of VIS and Red-NIR data, SD: selected data from VIS and Red-NIR data.
Figure 6The PC1 and PC2 scores based on VIS data (A), Red-NIR data (B), combination data of VIS and Red-NIR data (C), and selected data from VIS and Red-NIR data (D).
Figure 7The confusion matrices of test set with VIS data (A), Red-NIR data (B), combination data of VIS and Red-NIR (C), and selected data from VIS and Red-NIR data (D).
The results of grid search and performance evaluation for SVC with input data.
| Input Data | Hyperparameters | Performance for SVC | ||||
|---|---|---|---|---|---|---|
| C | Gamma | Accuracy | Recall | Precision | F1-Score | |
| VIS | 150 | 5 | 79% | 93% | 84% | 88% |
| RN | 150 | 5 | 65% | 85% | 74% | 79% |
| VN | 150 | 5 | 71% | 95% | 74% | 83% |
| SD | 150 | 5 | 75% | 93% | 80% | 86% |
VIS: VIS data, RN: Red-NIR data, VN: combination of VIS and Red-NIR data, SD: selected data from VIS and Red-NIR data.
Figure 8The confusion matrices of field test with VIS data.