Next Article in Journal
Fusing Prediction and Perception: Adaptive Kalman Filter-Driven Respiratory Gating for MR Surgical Navigation
Previous Article in Journal
Serum Protein Signatures for Breast Cancer Detection in Treatment-Naïve African American Women Using Integrated Proteomics and Pattern Analysis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Crop Pest Identification and Real-Time Monitoring System Design Based on Improved YOLOv8s

1
School of Information Engineering, Xi’an University, Xi’an 710065, China
2
Shaanxi Joint Laboratory of Artificial Intelligence, Xi’an University, Xi’an 710065, China
3
School of Computer Science, Xijing University, Xi’an 710000, China
4
College of Information Engineering, Northwest A&F University, Yangling 712100, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(2), 404; https://doi.org/10.3390/s26020404
Submission received: 30 November 2025 / Revised: 6 January 2026 / Accepted: 7 January 2026 / Published: 8 January 2026
(This article belongs to the Section Smart Agriculture)

Abstract

This study aims to address the limitations of the YOLOv8 model in terms of low detection accuracy and poor deployment adaptability in the context of crop pest detection. To this end, a lightweight attention mechanism and a feature enhancement module were incorporated into the structure of YOLOv8s, with a view to optimizing its detection performance across a range of insects. Based on this improved model, a real-time pest monitoring system was further developed. Results showed that on the self-constructed pest dataset, the proposed improved model increased mAP0.5, and mAP0.5–0.95 by 0.6% and 0.8%, respectively, and reducing the number of model parameters from 11.1 × 106 to 10.2 × 106 compared to the original YOLOv8s model. Using an A40 graphics card at 640 × 640 resolution with a batch size of 32, the inference speed reached 249.76 frames per second, representing a modest improvement over the original model’s 225.38 frames per second. On the IP102 dataset, the proposed improved model increased Precision (P), mAP0.5 and mAP0.5–0.95 by 2.6%, 2.7% and 1.4%, respectively, compared to the original YOLOv8s model. This study demonstrated that the proposed model exhibited a high level of recognition accuracy for pests in different states, thereby providing a valuable reference for the accurate identification of crop pests.

1. Introduction

With the advancement of modern agriculture, pests pose an increasingly significant threat to crop yield and quality. Conventional manual detection of crop pests presents several limitations, which considerably hinder the timeliness and efficacy of pest monitoring [1]. Regarding detection efficiency, manual methods depend entirely on field-by-field and plant-by-plant inspections conducted by personnel. Even experienced agronomists can only inspect a limited area of farmland within a single day [2]. For large-scale planting bases, significant manpower and time inputs are often required; furthermore, it remains challenging to achieve the rapid census and dynamic monitoring of the pest infestations, and the optimal window for pest control is easily missed. In terms of detection accuracy, manual assessment relies heavily on individual experience [3]. On the one hand, for pests with small sizes and body colors highly similar to those of crop leaves or soil, accurate identification and counting via the naked eye are challenging, often resulting in missed detections or misclassifications. On the other hand, pests exhibit morphological differences at various growth stages, and some pests are similar in appearance to beneficial insects. Accurate differentiation of these pests requires professionally trained personnel, in the absence of such expertise, pest surveillance data tends to be inaccurate, which further impairs the scientific formulation of subsequent control strategies.
In recent years, to address the limitations of traditional detection methods, target detection-based intelligent recognition technology for crop pests and diseases has emerged as an important research direction in precision agriculture. Among these, the YOLO series models have been extensively utilized in agricultural pest identification, due to their end-to-end architecture, rapid detection speed, and high accuracy [4]. However, practical field pest monitoring faces dual challenges: on the one hand, the complex natural environment, including leaf shading, soil reflection, and light fluctuations, results in scattered pest distribution and difficult target capture; on the other hand, when pests are collected through trapping equipment (a common engineering solution for field monitoring), new pain points such as high population density, mutual overlap, and species morphological similarity arise [5]. These issues collectively limit the detection accuracy and deployment adaptability of the original YOLOv8 model. To address this problem, researchers have proposed a range of targeted improvement schemes. For example, in the cotton field scenario, Sun et al. proposed the YOLO-UP model [6]. Specifically, by designing the SC3 module to enhance low-level feature extraction and combining the GeLU activation function, AFPN neck network, and large-kernel separable convolution to optimize feature processing, the model achieves efficient detection of high-density small-target pests. Notably, the mAP0.5 of the model is 3.46% higher than that of the YOLOv8n model. In citrus pest and disease detection, Luo et al. proposed the Light-SA YOLOv8 model [7], which introduced both the BRA self-attention module and the Fast_C2f structure. While maintaining its lightweight nature, the model improves the discrimination of pests and diseases against leaf backgrounds, and mAP0.5 reaches 92.5%. To achieve simultaneous monitoring of multiple crop pests, Vilar-Andreu et al. developed a universal insect detection framework across crops [8]. The model’s generalization performance was significantly improved by combining large-scale data augmentation and category integration, with an average mAP0.5 of 0.967. In research on detection in specific crop scenarios, Zhang et al. proposed the RSD-YOLOv8 model framework [9]. By combining the RepLightConv module with the Dyhead module and adopting LAMP pruning, the framework achieved the lightweight design of the forestry pest detection model. The results showed that the mAP0.5:0.95 of the model reaches 88.6%. Bruno Lima et al. proposed an improved YOLOv8n model that combines the P2 feature layer and the C2f2 module for detecting of brown stink bugs in soybean fields [10]. This model effectively enhances the capabilities of small-target recognition and real-time tracking. Wang Xingwang et al. combined the Swin Transformer with distributed shift convolution and proposed the YOLOv8-STSF model, which achieved high-precision and real-time mobile-terminal monitoring of multiple types of rice pests [11]. Zhu et al. [12] proposed the Poly-YOLOv8 model, which replaced the rectangular box annotation with a polygonal detection head. The results showed that this model significantly improved the fine localization of pest-infested areas on maize leaves. Sun et al. [13] proposed a lightweight tobacco pest detection model by introducing the VoV-GSCSP and SimAM attention mechanisms, which improved the detection accuracy while reducing the model parameters. Researchers have also explored various optimization strategies to address issues such as tiny pests and complex backgrounds. For example, Wang et al. [14] integrated the SIoU loss function with the BiFormer attention mechanism to achieve high-precision detection of tiny pests in tea gardens, with an accuracy of 98.16%, which is superior to models such as YOLOv9 and YOLOv10. Zhang et al. [15] incorporated the DCF module with the CBM activation function, which effectively mitigated the gradient vanishing during the training on the IP102 dataset and significantly enhanced the model’s robustness. Liu et al. [16] proposed the RicePest-YOLO structure and integrated the ODConv, BiFPN and LAMP pruning to realize model lightweighting; this approach maintained high accuracy in rice pest detection while reducing the number of parameters by nearly half. In addition, some scholars have explored the effectiveness of fusing generative adversarial networks (GANs) with multimodal feature enhancement in pest detection. For example, Liu et al. [17] utilized the StyleGAN2-ADA model to augment corn pest samples, and by integrating FasterNet with the NAM attention mechanism, proposed the FNW-YOLOv8 model, which achieved efficient detection of corn pests. Zheng et al. [18] proposed the Rice-YOLO model, which achieved a balance between detection accuracy and inference speed in rice pest detection through a lightweight detection head and a dynamic sampling module. Xie et al. [19] optimized the detection of pests and diseases on cucumber leaves by integrating DCNv2 and SEAM attention mechanisms; the results showed that the mAP0.5 was improved to 75.1%, while the inference speed reached 400 fps. Priya et al. [20] developed a farmer-oriented pest detection and control system based on the YOLOv8 model. Integrated with Web deployment, the system delivers real-time early warning and control guidance for agricultural production.
Based on the above research, it is evident that numerous studies have been conducted on crop pest identification. However, the YOLOv8s model still exhibits limitations in practical pest detection, such as insufficient accuracy and poor recognition performance for small targets. Based on this, this study incorporates a lightweight attention mechanism and a feature enhancement module to optimize the structure of YOLOv8s, proposing the FusedGM-YOLOv8 model to address the pain points of high density and mutual overlap in pest detection.

2. Materials and Methods

2.1. Dataset

To balance environmental authenticity and image clarity, some studies trap pests using pest monitoring equipment before photographing them [21,22]. This method can separate pests from complex field backgrounds, avoiding interference from the background and lighting on image quality. Moreover, the trapped pests are from actual fields, which can reflect the actual pest species, and the operation requires only placing the equipment in the field. This study deployed intelligent pest image acquisition equipment at crop planting sites and constructed a data acquisition system. To obtain accurate experimental data, this study deployed intelligent pest image-acquisition equipment in the 100 mu core crop planting experimental area and constructed a standardized data-acquisition system. Using a stainless steel frame as the main support and a uniform grid deployment mode, a total of 20 monitoring devices (1 for every 5 mu) are deployed. The equipment is located in the open area between ridges in the crop planting area, avoiding occlusion by tall plants and buildings. The single piece of equipment is fixed to a stainless steel frame by a buried anchor, with the bottom of the frame 50 cm above the ground to ensure stability and accommodate the traffic demand of agricultural machinery in the field. With a stainless steel frame as its main support, the equipment integrates a 20 cm × 25 cm insect-attracting board, using a 500 W HD camera, 12 mm fixed-focus lens with a 30 cm installation height, 5000 K fill light, 20 W ultraviolet light, and a collaborative setup powered by solar energy or 220 V AC (Figure 1). Based on the principle of pest phototaxis and color preference, the insect-attracting light lures pests to stay on the insect-attracting board. Then, a camera with 800 × 600 resolution and JPG image format was triggered at regular intervals to capture pest images on the board. These images were transmitted to the computer terminal in real time via the network for storage and processing. The data collection period spanned from 6 June to 18 July 2025. During this period, the average daily temperature was high, and the insect-attracting boards captured nine types of pests, including bollworm, meadow borer, gryllotalpa orientalis, little gecko, nematode trench, athetis lepigone, armyworm, anomala corpulenta and holotrichia parallela. The trapped pest species were comprehensive and sufficient in quantity, providing high-quality and multi-scenario pest image samples for model training and validation.
The pest monitoring equipment enables efficient collection of field pests by integrating trapping, extermination, and imaging processes. Its operating mechanism and application advantages are as follows: when the equipment is in operation, the ultraviolet insect-attracting lamp emits light at specific wavelengths that are highly attractive to pests, luring them to take the initiative to fly and collide with the equipment’s glass screen. After impact, the pests slide along the funnel structure at the lower end through the open insect-dropping channel into the insecticidal chamber. This chamber adopts far-infrared heating technology to treat the pests: the kill rate of live pests can reach over 90% within 3–5 min after they enter the chamber, and the remaining few survivors will lose mobility or move slowly due to the high temperatures. Subsequently, the immobile pests are transferred to the insect-receiving plate via the electrically controlled flipping base plate, and the high-definition camera on the equipment captures pest images. Since most pests are active at night, the device uses a trap light to capture insects, with the specific time set from 18:00 to 6:00 the next day. The device is equipped with a rain-shielding plate, enabling all-weather insect trapping and killing. The device will collect the pest after killing every 3 h, and then the HD camera will shoot and complete the remote transmission.
Following image acquisition, pest images of different input sizes were first cropped and unified to a resolution of 640 × 640 pixels, part pest images are shown in Figure 2. Subsequently, the LabelImg annotation tool was used to annotate the leaf disease images, framing the lesion location of each pest, and the lesion locations were saved in. txt format using the YOLO annotation format. Finally, the dataset was divided into training, validation set, and test sets in an 8:1:1 ratio, resulting in 5680 images for training, 710 images for validation, and 711 images for testing. The specific number of labels for each pest is shown in Table 1.

2.2. Small Target Detection Algorithm for Pests Based on Improved YOLOv8

YOLOv8 is an algorithm with outstanding performance in object detection [23], which has significant advantages such as rapid detection speed and robust model generalization, and can efficiently address the core requirements of rapid pest detection tasks. Considering the functional requirements of different scenarios and the performance differences in hardware devices in practical applications, the YOLOv8 algorithm has five versions with different specifications (n, s, m, l, and x) designed to achieve flexible matching between scenarios and hardware. From the perspective of model characteristic laws, various versions of YOLOv8 show a clear correlation between performance and resource consumption: versions with a larger number of parameters usually have higher pest detection accuracy, but this is accompanied by a significant simultaneous increase in computational load, which can negatively impact operational efficiency during deployment. To balance detection performance and operational efficiency, and to avoid insufficient detection accuracy that may result from an excessively small number of parameters (e.g., the n version) and circumventing the sharp surge in computational load caused by an excessively large number of parameters (e.g., the m, l, and x versions), this study selects the YOLOv8s version for rapid pest detection.
The YOLOv8 network structure is divided into four core modules: the input end, backbone network, neck network, and detection head. Compared with YOLOv5, YOLOv8 has achieved targeted improvements in all four modules of its core architecture [24], resulting in significant performance improvements: the input end abandons the fixed Mosaic data augmentation of YOLOv5 and adopts an augmentation strategy combining dynamic Mosaic, MixUp, and CutMix. This not only avoids excessive cropping of small targets but also enhances the model’s adaptability to complex scenarios, effectively reducing the risk of overfitting during training. The backbone network replaces the C3 module of YOLOv5 with the C2f module. By adding branch structures and more gradient flow paths, it enhances feature extraction capability without significantly reducing computational efficiency—especially for more accurately capturing detailed features of medium- and low-resolution pests and small targets. The neck network retains the PAN structure but uniformly replaces the original C3 module with the C2f module. Meanwhile, it optimizes the channel weight distribution in feature fusion, making the fusion of features at different scales (e.g., pest contour features) more efficient. This solves the problem of information loss during the transmission of some scale-specific features in YOLOv5 and improves the consistency of multi-scale target detection. In terms of the detection head, the Anchor-Based anchor box detection mechanism of YOLOv5 is abandoned, and an Anchor-Free design (without anchor boxes) is adopted. By directly predicting the target center point and aspect ratio, this approach reduces the manual parameter-tuning cost of anchor box presetting but also avoids problems such as missed or false detections caused by anchor box mismatch.
YOLOv8 still has deficiencies in small target detection and feature extraction under complex backgrounds, which are mainly manifested in its limited ability to capture fine-grained features and in interference with target-backgrounds distinction. To address this issue, this study focuses on enhancing the fine-grained feature modeling capability in the backbone network: on the one hand, by introducing the concepts of depth-wise separable convolution and feature dimension expansion into the convolutional structure, the feature expression capability is effectively enhanced while maintaining the network’s lightweight property, thereby better adapting to small target detection scenarios; on the other hand, by integrating the channel attention mechanism to achieve adaptive enhancement of key information, the model can focus on features that are more critical to the detection task. Meanwhile, in the feature fusion stage of the neck network, given YOLOv8’s insufficient ability to model global spatial relationships, this study enhances the network’s focusing capability on salient target regions and effectively suppresses background noise interference by combining a channel attention mechanism with a large convolutional kernel-based spatial modeling strategy. Overall, these improvements have specifically alleviated the shortcomings of YOLOv8 in small target detection and complex scenarios, achieving comprehensive enhancements in the network’s feature discrimination and detection accuracy. The structure of the FusedGM-YOLOv8 algorithm for small pest targets proposed in this study is shown in Figure 3.

2.3. Improved C2f_GAM Module

To enhance the performance of YOLOv8 in pest detection, this study proposes to incorporate the Global Attention Mechanism (GAM) [25] as an enhancement module. To address the complex background interference in pest images, GAM (Figure 4) enhances the model’s detection capability by strengthening key information, suppressing redundant backgrounds, and designing a module for accurately extracting the salient features of pests. Meanwhile, this study innovatively introduces a dynamic non-monotonic focusing mechanism. Based on the concept of “outliers”, this mechanism evaluates the quality of anchor boxes, enabling the detector to optimize by integrating anchor boxes of various qualities. This further adapts to the detection requirements across different scenarios, thereby improving the accuracy of the results. In pest datasets with multiple background interferences (e.g., crop branches, leaves, and soil), GAM has significant advantages over other attention modules: it can enhance feature interactions in the global dimension while reducing information loss. GAM is derived from the Convolutional Block Attention Module (CBAM), retaining the sequential mechanism of channel-spatial attention while improving the subnetwork structure: the channel attention submodule adopts a three-dimensional arrangement to preserve complete dimensional information and combines a two-layer MLP to enhance cross-dimensional channel-spatial correlation; the spatial attention submodule fuses spatial information through two-layer convolution and focuses on extracting spatial features of pest regions.
Specifically, the upper input feature map F1 (Equation (1)) (∈RC × H × W) is first processed by the channel attention Mc, and F2 (Equation (2)) is obtained by elemental multiplication; F2 is then processed by the spatial attention Ms, and element-wise multiplication is performed again to generate F3 (Equation (3)). This channel-spatial sequential attention structure can not only preserve three-dimensional information but also amplify cross-dimensional feature dependencies, thereby more accurately capturing the subtle features of pests and effectively addressing the challenges of complex scenarios in pest detection.
F1 ∈ RC × H × w
F2 = MC(F1) ⊗ F1
F3 = MC(F2) ⊗ F2

2.4. EfficientNetv2 Lightweight Network

To address the deficiencies of YOLOv8 in training efficiency, scale adaptability, and feature extraction, improvements can be made by introducing the core design of EfficientNetV2 [26]: The MBConv module was used to replace the traditional bottleneck module, which did not prioritize lightweight design. Through the split design of depth-wise separable convolution, cross-channel interference was avoided, and the fine-grained spatial features of small targets (such as contour pixels and local textures) were fully preserved. For the shallow layer of the backbone (the original feature generation layer for small targets), Fusded-MBConv was used to reduce information transmission loss caused by convolution splitting and to maximize retention of the original position and shape information of small targets. At the same time, the residual connection structure is retained, and the number of channels is flexibly adjusted via pointwise convolution to prevent the weak features of small targets from being diluted in the deep network. With the SE attention mechanism, weak target features are highlighted from a complex background through adaptive channel-weight learning, thereby greatly enhancing feature expression while balancing feature extraction quality and computational efficiency. By using the progressive training strategy and leveraging the efficient computational characteristics of the MBConv module, the image size was gradually increased over training rounds (320 → 480 → 640), allowing the small target to provide more pixel information. With adaptive adjustment of the regularization strength, the network efficiently converged while effectively reducing the risk of overfitting and achieved full learning of multi-scale features for small objects. The channel compression ratio of the neck feature fusion stage was optimized to reduce the information loss of small target features extracted by the pre-order module in the fusion process, and the integrity and effectiveness of feature fusion were improved. The specific network structure is shown in Figure 5.

2.5. Environmental Configuration and Parameter Settings

This experiment was conducted on Ubuntu 20.04.6 LTS with an NVIDIA A40 48 GB GPU. The software and hardware configurations were as follows: Python 3.11, CUDA 12.1, PyTorch 2.1.0, and Torchvision 0.16.0. During training, the batch size was 32, the number of training epochs was 250, the learning rate was 0.01, the weight decay coefficient was 0.0005, the optimizer was SGD, and the image size was 640 × 640 pixels.

2.6. Evaluation Index

This study adopted Precision (P), Recall (R), Mean Average Precision (mAP), and Parameter Count (Params) as the performance evaluation metrics of the model [27]. Among them, the calculation method of mAP is as follows: first, obtain the average precision of each pest category, then calculate the comprehensive mean of the average precision across all 9 pest categories. The mAP referred to in this study is usually mAP0.5, i.e., the mean average precision when the Intersection over Union (IoU) threshold is set to 0.5. The calculation methods of P, R, mAP0.5, and mAP0.5–0.95 are shown in Equations (4), (5), (6), and (7), respectively.
P = TP TP + FP
R = TP TP + FN
mAP 0.5 = i = 1 C A P i C
mAP @ 0.5 : 0.95 = t = 0.5 0.95 mAP @ t 10
Among them, TP refers to true positive samples, i.e., the number of correctly identified pests where the prediction box and the ground truth box belong to the same category and the IoU is greater than 0.5; FP refers to false positive samples, i.e., the number of samples incorrectly identified as pests; FN refers to false negative samples, i.e., the number of pests that are not identified; and C denotes the number of detection categories, where C was set to 9.

3. Results and Discussions

3.1. Performance Between FusedGM-YOLOv8 and Other Models

To evaluate the advantages of the proposed algorithm over current mainstream object detection models, this study conducted comparative experiments between the improved FusedGM-YOLOv8 model and Faster R-CNN, YOLOv5s, YOLOv8s, YOLOv10s, and YOLOv11s under the same training environments and parameter configurations. The results are shown in Table 2. It is evident that the improved model exhibited superior performance in terms of P, R, mAP0.5, mAP0.5–0.95, and parameter. Compared with the benchmark model YOLOv8s, the mAP0.5 and mAP0.5–0.95 of FusedGM-YOLOv8 have increased by 0.6% and 0.8%, respectively, while the parameter count has decreased by approximately 8%. These results demonstrate that the proposed model improves the lightweight level while maintaining detection accuracy. All performance metrics (P, R, mAP0.5, mAP0.5–0.95) of Faster R-CNN were much lower than those of the model proposed in this study. YOLOv5s had a slightly lower P than the model proposed in this study, while its Recall R, mAP0.5, and mAP0.5–0.95 were all lower than those of the proposed model, resulting in relatively low prediction accuracy. YOLOv10s exhibited a slightly higher P than the proposed model, but its R, mAP0.5, and mAP0.5–0.95 were slightly lower. Although YOLOv11s featured a relatively low parameter count, its P, R, mAP0.5, and mAP0.95 were all lower than those of the proposed model. Overall, the FusedGM-YOLOv8 model proposed in this study, while maintaining a relatively low parameter count, achieved performance on par with YOLOv8s in terms of the R metric. It also achieved a certain degree of improvement in other performance metrics (mAP0.5 and mAP0.5–0.95), with mAP0.5–0.95 in particular being significantly higher than that of the comparison models. This indicates that the model exhibited stronger detection capability for targets of different scales and effectively alleviated the occurrence of missed detections. Compared with existing studies, Huang Shirui [28] proposed a crop pest identification model based on the improved YOLOv7. The results showed that the model achieved an average accuracy of 80.4%, a precision of 85.3%, and a recall of 75.1%. It can be seen that its accuracy is lower than that of the proposed model in this study. Guo Jiaxuan [29] proposed a YOLOv5 crop pest identification model incorporating a global correspondence attention mechanism. The results showed that the model’s mAP0.5 and mAP0.5–0.95 were 72.3% and 47.0%, respectively, indicating that its accuracy is lower than that of the proposed model in this study. In summary, the model proposed in this study outperforms existing mainstream algorithms in comprehensive performance, combining the advantages of high accuracy and lightweight design, and thus has broad application prospects.

3.2. Performance of YOLOv8 Models Based on Different Attention Mechanisms

To assess the effectiveness of the proposed attention mechanism improvement algorithm, this study conducted comparative experiments on YOLOv8 models with different attention mechanisms (including YOLOv8s, YOLOv8_CA [30], YOLOv8_ECA [31], YOLOv8_CBAM [32], YOLOv8_SE [33], and YOLOv8_GAM) under the same training environment and parameter settings. The results are shown in Table 3. It is evident that compared with the base model YOLOv8s (P = 85.6%, R = 86.0%, mAP0.5 = 89.2%, mAP0.5–0.95 = 58.7%, parameter count = 11.1 M), all other models exhibited varying degrees of improvement across key performance metrics. Among these models, YOLOv8_GAM achieved a P of 85.7%, an R of 85.9%, an mAP0.5 of 89.7%, and an mAP0.5–0.95 of 59.1%. It performed the best in terms of mAP0.5–0.95 and comprehensive accuracy, which confirms its advantages in improving detection accuracy and multi-scale target recognition. YOLOv8_ECA and YOLOv8_CBAM both achieved an R of 86.3%, which was slightly higher than that of the base model, but their mAP0.5–0.95 values were slightly lower than those of YOLOv8_GAM. YOLOv8_SE achieved an R of 86.4%, and its comprehensive performance was slightly better than YOLOv8s but lower than YOLOv8_GAM. The performance of YOLOv8_CA was found to be comparable to that of the base model. Overall, the improved model proposed in this study achieved an overall improvement in P, R, and mAP metrics while maintaining an almost unchanged parameter count. Notably, it exhibits distinct advantages in terms of overall detection accuracy and multi-scale target detection capabilities.

3.3. Ablation Experiments

To verify the effectiveness of each proposed improvement for the pest detection task, this study used the original YOLOv8s model as the baseline and designed ablation experiments across different combinations of improved modules. The experimental results are shown in Table 4. As can be seen from Table 4, the baseline model without the GAM and MB modules achieved a P of 85.6%, an R of 86.0%, an mAP0.5 of 89.2%, an mAP0.5–0.95 of 58.7%, and a parameter count of 11.1 M. When only the MB module was added, the model’s parameter count decreased to 10.3 M, and the core metrics (P = 85.9%, R = 86.0%, mAP0.5 = 89.8%) exhibited relatively minor changes. The lightweight design of fusion convolution (1 × 1 point-wise convolution and 3 × 3 deep convolution fusion), grouped convolution, and residual connections, integrated by the MBConv module, improves the parallelism of feature extraction while simplifying redundant calculations and invalid parameter usage, and the residual connection effectively mitigates feature attenuation in deep networks. The SE mechanism employs a two-stage “compression-excitation” process. Firstly, the channel difference between the characteristics of pest targets (especially small targets) and background interference is perceived by global average pooling, and then the weight of fine-grained feature channels, such as larval contours, is increased by adaptive weight allocation, while suppressing invalid background interference, so that the limited parameters are focused on the core feature learning. This indicates that using the MB module alone mainly serves to reduce the parameter count and computational load, with limited improvement in detection accuracy. When only the GAM attention mechanism was added, the model’s parameter count increased to 11.2 M, while the P and mAP series metrics (P = 85.7%, R = 85.9%, mAP0.5 = 89.7%, mAP0.5–0.95 = 59.1%, Inference speed = 208.3 Frames per second) all improved. This indicates that the GAM can enhance the target feature extraction capability, improve the bounding box localization accuracy, and boost the overall detection performance. When both the GAM and MB modules were added, the model achieved optimal detection performance (P = 86.3%, R = 86.0%, mAP0.5 = 89.8%, mAP0.5–0.95 = 59.5%, Inference speed = 249.76 Frames per seconds), while its parameter count decreased to 10.2 M. This indicates a synergistic effect between the two modules: the MB module lays the foundation for lightweight design and efficient computation, and the GAM realizes feature enhancement and accuracy improvement, ultimately enabling the improved model to be both efficient and accurate in pest detection tasks.

3.4. Performance of Models Under Different Detection Scenarios

To further analyze the detection performance of the model proposed in this study across different detection scenarios, this subsection presents the detection results for pest images under three conditions: single target, normal target, and dense target, as shown in Figure 6. It can be seen that in the single-target scenario, the detection performance of the two models is similar. In the normal-target scenario, the advantages of FusedGM-YOLOv8 begin to become prominent: in most cases, it not only achieves higher recognition accuracy but also exhibits more efficient bounding box regression performance, with more precise localization and determination of pest targets. In the dense-target scenario, the performance advantages of FusedGM-YOLOv8 were further highlighted. It can successfully detect individual pests occluded in the center of the image, indicating that the model can more accurately focus on pest regions and effectively avoid occlusion interference. Based on the detection performance comparison results across these three scenarios, it can be seen that the FusedGM-YOLOv8 model outperformed the YOLOv8s model. It performed better in most cases, especially in bounding box regression efficiency, indicating that it is more suitable for the detection requirements of crop pests with different complexity levels.

3.5. Visual Analysis of Model Features

To visually validate the improvement in the FusedGM-YOLOv8 model in recognizing crop pests and diseases, this study adopted Grad-CAM [34] technology and visualized the model’s learning process of pest and disease features by generating heatmaps. The technical principle of Grad-CAM is as follows: relying on the backpropagation of training weights, the gradient matrix is first subjected to global average pooling in the spatial dimension, and then each channel of the feature layer is processed with weighted activation. The final heatmap clearly marks the feature regions in the image that have a key impact on the model’s prediction results based on the depth of regional brightness. By comparing the heatmap results of YOLOv8s and FusedGM-YOLOv8 (Figure 7), it can be seen that in the crop pest and disease target regions, the heatmaps generated by FusedGM-YOLOv8 not only exhibited brighter colors but also demonstrated significantly higher response intensities. This difference clearly demonstrated that FusedGM-YOLOv8 possessed a stronger ability to detect the correct pest and disease targets. It can accurately avoid interfering information, such as crop leaf textures and soil backgrounds, and focus on the key features of pest and disease regions (pest body details and disease spot edges). At the core of feature learning, this result further confirms the outstanding advantages of the model in the crop pest and disease recognition task.
To compare the recognition performance among different pests, this study presents a comparison of the confusion matrices of YOLOv8s and FusedGM-YOLOv8, with the results summarized in Figure 8. It is evident that compared with YOLOv8s, FusedGM-YOLOv8 achieved better recognition performance for most pests. Specifically, FusedGM-YOLOv8 had higher recognition accuracy for small-target pests and pests with small sample sizes than YOLOv8s, indicating that it can more accurately recognize smaller pests and mitigate the impact of sample imbalance.

3.6. Experimental Validation

The improved FusedGM-YOLOv8 model was evaluated on the IP102 dataset. The experiment employed a Train from Scratch approach, with model parameters randomly initialized, and the IP102 dataset, which contains 96 pest types in natural scenes with complex occlusions, was used exclusively for training and evaluation. SGD served as the optimizer, with an initial learning rate of 0.01 and a cosine annealing schedule. The batch size was 32, and training continued for 300 iterations, with early stopping if the validation set loss failed to decrease for 15 consecutive rounds. The improved model achieved an mAP on the IP102 test set that was 2.7% higher than the original YOLOv8 (Table 5). These results indicate that the proposed strategies, including MBConv module replacement and progressive training, effectively address the complex data distribution of the IP102 dataset and improve model performance in pest detection tasks in natural scenes.

3.7. Design of the Real-Time Monitoring System

Based on the improved YOLOv8s model, this study develops a real-time monitoring system for agricultural pest monitoring and constructs a full-closed-loop workflow of “edge collection—cloud reasoning—front-end visualization”. The system hardware integrated a high-definition camera, a fill light, and an edge device box, and supported dual-mode timing/real-time acquisition. Images were compressed, locally cached, and uploaded to the Alibaba Cloud server via a 4G/Wi-Fi dual-mode network (including a breakpoint for continued transmission). The B/S architecture front-end is deployed in the cloud, supporting functions such as double image comparison between original images and labeled images, pest species/number, and Baidu Encyclopedia knowledge link query. Users can obtain visual results by triggering analysis with one click (Figure 9). In the face of complex situations in farmland, the average time of end-to-end (manual trigger analysis on demand) of the system was ≤3.0 s, ≤5.5 s and ≤7.8 s, respectively, under three different network states: high-quality network, conventional network and weak network, meeting the needs of real-time monitoring. To address the pain point of network instability in agricultural environments, a dynamic compression, fragment transmission, and local cache adaptation mechanism is designed. Images can be cached for 30 days when the network is disconnected, automatically transmitted after recovery, and run continuously for 72 h without crashing.

4. Conclusions

This study takes nine different types of crop pests as research objects, and an improved lightweight pest identification model FusedGM-YOLOv8, was proposed to address the limitations of the existing YOLOv8 model in terms of detection accuracy and deployment adaptability. Based on this improved model, a real-time pest monitoring system with an “end-edge-cloud” architecture was further developed. The main conclusions are as follows:
  • A dataset containing nine categories of crop pests was constructed, with a total of 7101 images, providing a pest dataset targeting pest states for subsequent research.
  • Based on the YOLOv8 model, a lightweight attention mechanism and a feature enhancement module were incorporated. The results showed that under the same experimental conditions, the FusedGM-YOLOv8 model exhibited better detection performance on the self-constructed pest dataset than the Faster R-CNN, YOLOv5s, YOLOv8s, YOLOv10s and YOLOv11s models. Compared with the original YOLOv8s model, its mAP0.5 and mAP0.5–0.99 increased by 0.6% and 0.8%, respectively. Compared with YOLOv8 models integrated with other attention mechanisms, the improved model proposed in this study achieved overall improvements in P, R, and mAP metrics while maintaining nearly identical parameter counts and exhibited significant advantages, especially in terms of comprehensive accuracy and multi-scale target detection capability.
  • Under three typical scenarios (single target, normal target, and dense target), the FusedGM-YOLOv8 model exhibited better pest detection performance than the original YOLOv8s model. It can not only accurately identify smaller-sized pest individuals but also improve the recognition accuracy of various pests, fully demonstrating the optimization effect of the improved strategy on detection performance. Feature map visualization results indicated that the FusedGM-YOLOv8 model possessed a stronger ability to perceive the correct pest and disease targets and could focus on the key features of pest and disease regions.
  • The FusedGM-YOLOv8 model also exhibited significant advantages on the IP102 dataset with unbalanced data volume distribution. Compared with the original YOLOv8s model, its P, mAP0.5, and mAP0.5–0.95 increased by 2.6%, 2.7%, and 1.4%, respectively.
The current improved algorithm still has room for improvement. The datasets used in existing experiments cover a limited number of pest species, which may affect the model’s adaptability to diverse field pests. Future research will focus on optimizing the model architecture to improve reasoning speed and investigate a hybrid approach that integrates deep learning with manual rules. Deep learning methods are used for feature extraction, while manual rules address the identification challenges posed by rare pest species. Also, further supplement more types and quantities of pest and disease sample data, optimize the model structure to enhance inference speed, and continuously improve the algorithm to further increase detection accuracy, thereby providing more powerful technical support for the deployment of the model on edge devices and its practical field applications.

Author Contributions

Conceptualization, Q.G. and C.S.; Methodology, Q.G. and C.S.; Software, Q.G. and C.S.; Validation, Q.G. and C.S.; Writing—original draft, C.S.; Writing—review and editing, Q.G., Y.J. and M.W.; Project administration, Q.G., Y.J. and M.W.; Funding acquisition, Q.G., Y.J. and M.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Shaanxi Provincial Key R & D Program-Key Projects-Qinchuangyuan Industrial Innovation Aggregation Zone “Four Chains” Integration (No. 2024CY-JJQ-35), Project of Young Talent Support Program of Xi’an Science and Technology Association (No. 959202413080), Xi’an Science and Technology Program-University Institutes Science and Technology Personnel Serving Enterprises Project Arts and Sciences Special (No. 24GXFW0081-20), AI-driven Smart Agriculture Discipline Cross-innovation Team, Xi’an College of Arts and Sciences (No. 25WTJX01), Special Project of the Third Batch of Discipline Cross-Building Points (Agricultural Numerical Intelligence) of Xi’an College of Arts and Sciences (No. XY2024JC03), 2025 Xi’an Science and Technology Program Project—Agricultural Key Technology Research Project (General Project) (No. 2025JH-NJSYB-0064).

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Júnior, T.D.C.; Rieder, R. Automatic identification of insects from digital images: A survey. Comput. Electron. Agric. 2020, 178, 105784. [Google Scholar] [CrossRef]
  2. Kariyanna, B.; Sowjanya, M. Unravelling the use of artificial intelligence in management of insect pests. Smart Agric. Technol. 2024, 8, 100517. [Google Scholar] [CrossRef]
  3. Zhang, Y.; Zhong, W.; Pan, H. Identification of stored grain pests by modified residual network. Comput. Electron. Agric. 2021, 182, 105983. [Google Scholar] [CrossRef]
  4. Lippi, M.; Bonucci, N.; Carpio, R.F.; Contarini, M.; Speranza, S.; Gasparri, A. A YOLO-based pest detection system for precision agriculture. In Proceedings of the 2021 29th Mediterranean Conference on Control and Automation (MED), Puglia, Italy, 22–25 June 2021; IEEE: New York, NY, USA, 2021; pp. 342–347. [Google Scholar]
  5. Wen, C.J.; Chen, H.R.; Ma, Z.Y.; Zhang, T.; Yang, C.; Su, H.Q.; Cheng, H.B. Pest-YOLO: A model for large-scale multi-class dense and tiny pest detection and counting. Front. Plant Sci. 2022, 13, 973985. [Google Scholar] [CrossRef]
  6. Sun, C.L.; Azman, A.B.; Wang, Z.Y.; Gao, X.X.; Ding, K. YOLO-UP: A high-throughput pest detection model for dense cotton crops utilizing UAV-captured visible light imagery. IEEE Access 2025, 13, 19937–19945. [Google Scholar] [CrossRef]
  7. Luo, D.H.; Xue, Y.J.; Deng, X.R.; Yang, B.; Chen, H.F.; Mo, Z.J. Citrus diseases and pests detection model based on self-attention YOLOV8. IEEE Access 2023, 11, 139872–139881. [Google Scholar] [CrossRef]
  8. Vilar-Andreu, M.; García, L.; Garcia-Sanchez, A.J.; Asorey-Cacheda, R.; Garcia-Haro, J. Enhancing precision agriculture pest control: A generalized deep learning approach with YOLOv8-based insect detection. IEEE Access 2024, 12, 84420–84434. [Google Scholar] [CrossRef]
  9. Zhang, L.N.; Yu, S.P.; Yang, B.; Zhao, S.; Huang, Z.Y.; Yang, Z.Y.; Yu, H.L. YOLOv8 forestry pest recognition based on improved re-parametric convolution. Front. Plant Sci. 2025, 16, 1552853. [Google Scholar] [CrossRef]
  10. de Melo Lima, B.P.; Borges, L.A.B.; Hirose, E.; Borges, D.L. A lightweight and enhanced model for detecting the Neotropical brown stink bug, Euschistus heros (Hemiptera: Pentatomidae) based on YOLOv8 for soybean fields. Ecol. Inform. 2024, 80, 102543. [Google Scholar] [CrossRef]
  11. Wang, X.W.; Zha, H.N.; Lu, H.N.; Wang, Y.B.; Wu, D.S.; Wang, X.F.; Hu, C.; Chen, X.S. Multi-category pest identification algorithm and monitoring system based on YOLO v8-STSF. Trans. Chin. Soc. Agric. Mach. 2025, 56, 228–236. [Google Scholar]
  12. Zhu, R.; Hao, F.; Ma, D. Research on polygon pest-infected leaf region detection based on YOLOv8. Agriculture 2023, 13, 2253. [Google Scholar] [CrossRef]
  13. Sun, D.Z.; Zhang, K.; Zhong, H.S.; Xie, J.N.; Xue, X.Y.; Yan, M.L.; Wu, W.B.; Li, J.H. Efficient tobacco pest detection in complex environments using an enhanced YOLOv8 model. Agriculture 2024, 14, 353. [Google Scholar] [CrossRef]
  14. Wang, Z.J.; Zhang, S.H.; Chen, L.J.; Wu, W.D.; Wang, H.Q.; Liu, X.H.; Fan, Z.P.; Wang, B.J. Microscopic insect pest detection in tea plantations: Improved YOLOv8 model based on deep learning. Agriculture 2024, 14, 1739. [Google Scholar] [CrossRef]
  15. Zhang, L.J.; Ding, G.C.; Li, C.R.; Li, D.M. DCF-Yolov8: An improved algorithm for aggregating low-level features to detect agricultural pests and diseases. Agronomy 2023, 13, 2012. [Google Scholar] [CrossRef]
  16. Liu, G.S.; Di, J.N.; Wang, Q.; Zhao, Y.; Yang, Y. An enhanced and lightweight YOLOv8-based model for accurate rice pest detection. IEEE Access 2025, 13, 91046–91064. [Google Scholar] [CrossRef]
  17. Liu, L.; Kai, X.; Qi, J. Intelligent detection of maize pests based on StyleGAN2-ADA and FNW YOLOv8. Meas. Sci. Technol. 2024, 36, 015421. [Google Scholar] [CrossRef]
  18. Zheng, Y.; Zheng, W.; Du, X. A lightweight rice pest detection algorithm based on improved YOLOv8. Sci. Rep. 2024, 14, 29888. [Google Scholar] [CrossRef]
  19. Xie, J.C.; Xie, X.L.; Xie, W.; Xie, Q.X. An improved YOLOv8-based method for detecting pests and diseases on cucumber leaves in natural backgrounds. Sensors 2025, 25, 1551. [Google Scholar] [CrossRef]
  20. Priya, A.P.; Sudhakar, C.V.; Kumar, A.P. Pest Detection and Prevention for Agricultural Crops Using YoloV8 Algorithm. In Proceedings of the 2024 International Conference on Intelligent Systems for Cybersecurity (ISCS), Gurugram, India, 3–4 May 2024. [Google Scholar]
  21. Wu, X.P.; Zhan, C.; Lai, Y.K.; Cheng, M.M.; Yang, J.F. IP102: A large-scale benchmark dataset for pest recognition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 15–20 June 2019. [Google Scholar]
  22. Tan, S.Q.; Chen, H.; Zhu, L.; Sun, H.R.; Zhang, Z.B.; Yin, L.; Huang, W.W. Identifying pests in rice fields using improved YOLOv8m. Trans. Chin. Soc. Agric. Eng. 2025, 41, 185–195. [Google Scholar]
  23. Varghese, R.; Sambath, M. YOLOv8: A novel object detection algorithm with enhanced performance and robustness. In Proceedings of the 2024 International Conference on Advances in Data Engineering and Intelligent Computing Systems (ADICS), Chennai, India, 18–19 April 2024. [Google Scholar]
  24. Selcuk, B.; Serif, T. A comparison of YOLOv5 and YOLOv8 in the context of mobile UI detection. In Proceedings of the International Conference on Mobile Web and Intelligent Information Systems, Marrakech, Morocco, 14–16 August 2023. [Google Scholar]
  25. Barkan, O.; Armstrong, O.; Hertz, A.; Caciularu, A.; Katz, O.; Malkiel, I.; Koenigstein, N. Gam: Explainable visual similarity and classification via gradient activation maps. In Proceedings of the 30th ACM International Conference on Information & Knowledge Management, Queensland, Australia, 1–5 November 2021. [Google Scholar]
  26. Tan, M.; Le, Q. Efficientnetv2: Smaller models and faster training. In Proceedings of the 38th International Conference on Machine Learning, Online, 18–24 July 2021. [Google Scholar]
  27. Zhang, X.A.; Qiao, H.B.; Xi, L.; Ma, C.W.; Xu, X.; Hui, X.H.; Tang, Q.; Zhang, H. Small-target detection method for field crop pests based on improved YOLOv8. Trans. Chin. Soc. Agric. Eng. 2025, 41, 225–233. [Google Scholar]
  28. Huang, S.R.; Wang, T.Y.; Wen, T.; Zhou, J.L. Crop pest and disease recognition based on improved YOLOv7. J. Agric. Sci. Technol. 2024, 26, 107–116. [Google Scholar]
  29. Guo, J.X.; Wang, R.F.; Nan, J.H.; Li, X.H.; Jiao, C.Z. YOLOv5 model integrated with GRN attention mechanism for insect pest recognition. Trans. Chin. Soc. Agric. Eng. 2024, 40, 159–170. [Google Scholar]
  30. Hou, Q.; Zhou, D.; Feng, J. Coordinate attention for efficient mobile network design. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Nashville, TN, USA, 16–22 June 2021. [Google Scholar]
  31. Wang, Q.L.; Wu, B.G.; Zhu, P.F.; Li, P.H.; Zuo, W.M.; Hu, Q.H. ECA-Net: Efficient channel attention for deep convolutional neural networks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattel, WA, USA, 13–19 June 2020. [Google Scholar]
  32. Woo, S.; Park, J.; Lee, J.Y.; Kweon, I.S. Cbam: Convolutional block attention module. In Proceedings of the European Conference on Computer Vision (ECCV), Munich, Germany, 8–14 September 2018. [Google Scholar]
  33. Hu, J.; Shen, L.; Sun, G. Squeeze-and-excitation networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–22 June 2018. [Google Scholar]
  34. Selvaraju, R.R.; Cogswell, M.; Das, A.; Vedantam, R.; Parikh, D.; Batra, D. Grad-CAM: Visual explanations from deep networks via gradient-based localization. In Proceedings of the IEEE International Conference on Computer Vision, Piscataway, NJ, USA, 22–29 October 2017. [Google Scholar]
Figure 1. Insect monitoring equipment.
Figure 1. Insect monitoring equipment.
Sensors 26 00404 g001
Figure 2. Partial pest samples.
Figure 2. Partial pest samples.
Sensors 26 00404 g002
Figure 3. Model architecture diagram of FusedGM_YOLOv8. (Conv is the convolution operation; SPPF is the spatial pyramid pooling module; C2f_FMB is a C2f improved module that integrates multi-scale bottlenecks, while C2f_GAM is a C2f module that incorporates global attention; Head is the detection head; Concat is the feature connection module).
Figure 3. Model architecture diagram of FusedGM_YOLOv8. (Conv is the convolution operation; SPPF is the spatial pyramid pooling module; C2f_FMB is a C2f improved module that integrates multi-scale bottlenecks, while C2f_GAM is a C2f module that incorporates global attention; Head is the detection head; Concat is the feature connection module).
Sensors 26 00404 g003
Figure 4. Schematic diagram of the GAM.
Figure 4. Schematic diagram of the GAM.
Sensors 26 00404 g004
Figure 5. Schematic diagram of the MBConv.
Figure 5. Schematic diagram of the MBConv.
Sensors 26 00404 g005
Figure 6. Model performance in different scenarios.
Figure 6. Model performance in different scenarios.
Sensors 26 00404 g006
Figure 7. Visualization of feature map (The brighter the color (more towards red/yellow), the stronger the response intensity).
Figure 7. Visualization of feature map (The brighter the color (more towards red/yellow), the stronger the response intensity).
Sensors 26 00404 g007
Figure 8. Confusion matrix of YOLOv8s and FusedGM_YOLOv8 model.
Figure 8. Confusion matrix of YOLOv8s and FusedGM_YOLOv8 model.
Sensors 26 00404 g008
Figure 9. Real-time pest monitoring system.
Figure 9. Real-time pest monitoring system.
Sensors 26 00404 g009
Table 1. Number of each type of pest.
Table 1. Number of each type of pest.
Pest TypesTraining SetValidation SetTest Set
Bollworm4401595538
Meadow borer3341432390
Gryllotalpa orientalis3138360467
Little Gecko1395169120
Nematode trench1932313247
Athetis lepigone890138135
Armyworm1093168122
Anomala corpulenta4529578614
Holotrichia parallela 853115142
Table 2. Performance of different models on the test set.
Table 2. Performance of different models on the test set.
ModelP/%R/%mAP0.5/%mAP0.5–0.95/%Parameters/×106 M
FasterR-CNN43.158.047.737.541.4
YOLOv5s86.284.688.155.77.2
YOLOv8s85.686.089.258.711.1
YOLOv10s86.584.989.458.27.2
YOLOv11s85.084.589.258.69.5
FusedGM_YOLOv886.386.089.859.510.2
Table 3. Performance of YOLOv8 model based on different attention mechanisms.
Table 3. Performance of YOLOv8 model based on different attention mechanisms.
ModelP/%R/%mAP0.5/%mAP0.5–0.95/%Parameters/×106 M
YOLOv8s85.686.089.258.711.1
YOLOv8_CA85.386.289.058.511.2
YOLOv8_ECA85.386.389.158.711.5
YOLOv8_CBAM85.186.389.358.611.8
YOLOv8_SE85.186.489.158.611.2
YOLOv8_GAM85.785.989.759.111.2
Table 4. Results of ablation test (Note: “√” indicates the adoption of the corresponding strategy, “×” indicates the nonadoption of the corresponding strategy).
Table 4. Results of ablation test (Note: “√” indicates the adoption of the corresponding strategy, “×” indicates the nonadoption of the corresponding strategy).
GAMMBP/%R/%mAP0.5/%mAP0.5–0.95/%Parameters/×106 MInference Speed/Frames Per Seconds
××85.686.089.258.711.1225.38
×85.986.089.859.210.3286.64
×85.785.989.759.111.2208.30
86.386.089.859.510.2249.76
Table 5. Performance of the model on the IP102 dataset.
Table 5. Performance of the model on the IP102 dataset.
ModelP/%R/%mAP0.5/%mAP0.5–0.95/%
YOLOv8s55.559.857.637.7
FusedGM_YOLOv858.156.660.339.1
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Gao, Q.; Shi, C.; Ji, Y.; Wang, M. Crop Pest Identification and Real-Time Monitoring System Design Based on Improved YOLOv8s. Sensors 2026, 26, 404. https://doi.org/10.3390/s26020404

AMA Style

Gao Q, Shi C, Ji Y, Wang M. Crop Pest Identification and Real-Time Monitoring System Design Based on Improved YOLOv8s. Sensors. 2026; 26(2):404. https://doi.org/10.3390/s26020404

Chicago/Turabian Style

Gao, Qiang, Chongchong Shi, Yu Ji, and Meili Wang. 2026. "Crop Pest Identification and Real-Time Monitoring System Design Based on Improved YOLOv8s" Sensors 26, no. 2: 404. https://doi.org/10.3390/s26020404

APA Style

Gao, Q., Shi, C., Ji, Y., & Wang, M. (2026). Crop Pest Identification and Real-Time Monitoring System Design Based on Improved YOLOv8s. Sensors, 26(2), 404. https://doi.org/10.3390/s26020404

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop