Table of Contents
Fetching ...

Dual-band feature selection for maturity classification of specialty crops by hyperspectral imaging

Usman A. Zahidi, Krystian Łukasik, Grzegorz Cielniak

TL;DR

This work tackles strawberry and tomato maturity classification using VNIR hyperspectral imaging, proposing a dual-band feature-extraction approach that targets pigment-band ($510$--$670$ nm) and chlorophyll-band ($671$--$790$ nm) extrema. By performing an exhaustive search over fixed-width subbands and computing a compact feature vector of extrema values and their wavelengths, the method achieves near-optimal accuracy (strawberry ≈ $98 ext{.}7 ext{%}$, tomato ≈ $96 ext{.}8 ext{%}$) while bypassing heavy preprocessing. Compared with full-spectrum CNNs and SVMs, the proposed features deliver substantial accuracy gains and a dramatic speedup (≈13 FPS vs ≈1.16 FPS for full-spectrum SVM), enabling practical real-time deployment. A public dataset of over 1100 VNIR hyperspectral images and accompanying code/data is released, supporting benchmarking and further research. The results indicate that targeted spectral features with extremum-position information can robustly drive fast, cost-effective maturity classification for selective harvesting and QC in packaging facilities.

Abstract

The maturity classification of specialty crops such as strawberries and tomatoes is an essential agricultural downstream activity for selective harvesting and quality control (QC) at production and packaging sites. Recent advancements in Deep Learning (DL) have produced encouraging results in color images for maturity classification applications. However, hyperspectral imaging (HSI) outperforms methods based on color vision. Multivariate analysis methods and Convolutional Neural Networks (CNN) deliver promising results; however, a large amount of input data and the associated preprocessing requirements cause hindrances in practical application. Conventionally, the reflectance intensity in a given electromagnetic spectrum is employed in estimating fruit maturity. We present a feature extraction method to empirically demonstrate that the peak reflectance in subbands such as 500-670 nm (pigment band) and the wavelength of the peak position, and contrarily, the trough reflectance and its corresponding wavelength within 671-790 nm (chlorophyll band) are convenient to compute yet distinctive features for the maturity classification. The proposed feature selection method is beneficial because preprocessing, such as dimensionality reduction, is avoided before every prediction. The feature set is designed to capture these traits. The best SOTA methods, among 3D-CNN, 1D-CNN, and SVM, achieve at most 90.0 % accuracy for strawberries and 92.0 % for tomatoes on our dataset. Results show that the proposed method outperforms the SOTA as it yields an accuracy above 98.0 % in strawberry and 96.0 % in tomato classification. A comparative analysis of the time efficiency of these methods is also conducted, which shows the proposed method performs prediction at 13 Frames Per Second (FPS) compared to the maximum 1.16 FPS attained by the full-spectrum SVM classifier.

Dual-band feature selection for maturity classification of specialty crops by hyperspectral imaging

TL;DR

This work tackles strawberry and tomato maturity classification using VNIR hyperspectral imaging, proposing a dual-band feature-extraction approach that targets pigment-band (-- nm) and chlorophyll-band (-- nm) extrema. By performing an exhaustive search over fixed-width subbands and computing a compact feature vector of extrema values and their wavelengths, the method achieves near-optimal accuracy (strawberry ≈ , tomato ≈ ) while bypassing heavy preprocessing. Compared with full-spectrum CNNs and SVMs, the proposed features deliver substantial accuracy gains and a dramatic speedup (≈13 FPS vs ≈1.16 FPS for full-spectrum SVM), enabling practical real-time deployment. A public dataset of over 1100 VNIR hyperspectral images and accompanying code/data is released, supporting benchmarking and further research. The results indicate that targeted spectral features with extremum-position information can robustly drive fast, cost-effective maturity classification for selective harvesting and QC in packaging facilities.

Abstract

The maturity classification of specialty crops such as strawberries and tomatoes is an essential agricultural downstream activity for selective harvesting and quality control (QC) at production and packaging sites. Recent advancements in Deep Learning (DL) have produced encouraging results in color images for maturity classification applications. However, hyperspectral imaging (HSI) outperforms methods based on color vision. Multivariate analysis methods and Convolutional Neural Networks (CNN) deliver promising results; however, a large amount of input data and the associated preprocessing requirements cause hindrances in practical application. Conventionally, the reflectance intensity in a given electromagnetic spectrum is employed in estimating fruit maturity. We present a feature extraction method to empirically demonstrate that the peak reflectance in subbands such as 500-670 nm (pigment band) and the wavelength of the peak position, and contrarily, the trough reflectance and its corresponding wavelength within 671-790 nm (chlorophyll band) are convenient to compute yet distinctive features for the maturity classification. The proposed feature selection method is beneficial because preprocessing, such as dimensionality reduction, is avoided before every prediction. The feature set is designed to capture these traits. The best SOTA methods, among 3D-CNN, 1D-CNN, and SVM, achieve at most 90.0 % accuracy for strawberries and 92.0 % for tomatoes on our dataset. Results show that the proposed method outperforms the SOTA as it yields an accuracy above 98.0 % in strawberry and 96.0 % in tomato classification. A comparative analysis of the time efficiency of these methods is also conducted, which shows the proposed method performs prediction at 13 Frames Per Second (FPS) compared to the maximum 1.16 FPS attained by the full-spectrum SVM classifier.
Paper Structure (16 sections, 5 equations, 12 figures, 8 tables)

This paper contains 16 sections, 5 equations, 12 figures, 8 tables.

Figures (12)

  • Figure 1: The image acquisition camera, the University of Lincoln and FlavourFresh Salads growing facilities
  • Figure 2: Class-wise instance images and dataset distribution in strawberry (left) and tomato (right).
  • Figure 3: The Ground Truth spectral signature for individual classes. The spectra show a shift in peak from left to right between 510 and 670 nm with maturity. Furthermore, a rise in trough reflectance due to chlorophyll decomposition is also observed between 670 and 790 nm in strawberries and tomatoes.
  • Figure 4: A Band-to-band covariance of strawberry (left) and tomato (right) show that similar bands have higher and lower value regions between 520 and 600 nm in both datasets. The tomato dataset also shows high covariance between 630 and 730 nm, which is relatively lower in strawberries. Lower covariance between 450--630 nm and 620--720 nm implies potential mutual exclusion.
  • Figure 5: strawberry (column 1) and tomato (column 3) RGB images constructed from HSI after background and leave regions subtracted from the original image. Strawberry (column 2) and tomato (column 4) mean reflectance and standard deviation of segmented strawberry instance spectra. The degree of variance across the VNIR spectrum within three different classes is shown.
  • ...and 7 more figures