Traditional plant scouting is often a costly and labor-intensive task that requires experienced specialists to diagnose and manage plant stresses. Artificial intelligence (AI), particularly deep learning and computer vision, offers the potential to transform scouting by enabling rapid, non-intrusive detection and classification of early stress symptoms from plant images. However, deep learning models are often opaque, relying on millions of parameters to extract complex nonlinear features that are not interpretable by growers. Recently, eXplainable AI (XAI) techniques have been used to identify key spatial regions that contribute to model predictions. This project explored the potential of convolutional neural networks (CNNs) for classifying the severity of chilli thrips damage in strawberry plants in Florida and employed XAI techniques to interpret model decisions and identify symptom-relevant canopy features. Four CNN architectures, YOLOv11, EfficientNetV2, Xception, and MobileNetV3, were trained and evaluated using 2353 square RGB canopy images of different sizes (256, 480, 640 and 1024 pixels) to classify symptoms as healthy, moderate, or severe. Trade-offs between image size, model parameter count, inference speed, and accuracy were examined in determining the best-performing model. The models achieved accuracies ranging from 77% to 85% with inference times of 5.7 to 262.3 ms, demonstrating strong potential for real-time pest severity estimation. Gradient-Weighted Class Activation Mapping (Grad-CAM) visualization revealed that model attention focused on biologically relevant regions such as fruits, stems, leaf edges, leaf surfaces, and dying leaves, areas commonly affected by chilli thrips. Subsequent analysis showed that model attention spread from localized regions in healthy plants to wide diffuse regions in severe plants. This alignment between model attention and expert scouting logic suggests that CNNs internalize symptom-specific visual cues and can reliably classify pest-induced plant stress.
Ilodibe et al. (Mon,) studied this question.