rn Recognition IEEE New York, NY, USA 2017 4700 4708 27. He K. Zhang X. Ren S. Sun J. Deep residual learning for image recognition Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition IEEE New York, NY, USA 2016 770 778 28. PlantVillage The Dataset Can Be Found at: PlantVillage Dataset Available online: https://www.kaggle.com/datasets/abdallahalidev/plantvillage-dataset (accessed on 6 April 2025) 29. Zhang H. Cloutier R.S. Review on One-Stage Object Detection Based on Deep Learning EAI Endorsed Trans. e-Learn. 2022 7 e5 10.4108/eai.9-6-2022.174181 30. Ren S. He K. Girshick R. Sun J. Faster R-CNN: Towards real-time object detection with region proposal networks IEEE T
Open resource ↗Kaggle · plantvillage-dataset · lines:310-545Paper record
A Lightweight Real-Time Tomato Leaf Disease Detection System for Edge-Based Smart Agriculture.
Sensors (Basel, Switzerland) · 31 May 2026 · 10.3390/s26113474
Abstract
Tomato leaf diseases substantially reduce tomato yields and quality and remain a persistent challenge for efficient crop management. Although deep learning-based detectors have achieved strong accuracy in controlled benchmarks, many existing solutions are still difficult to transfer to resource-constrained agricultural systems because they rely on high-end GPUs, consume considerable power, and often lose performance after deployment on embedded devices. To address this practical gap, this study proposes HGS-YOLO, a system-oriented deployable lightweight adaptation of YOLOv11 for leaf-level tomato disease detection, together with an end-to-end edge sensing pipeline for low-power agricultural deployment. The main contribution lies in the coordinated system-level co-design of model structure, optimization, and deployment rather than in a novel detector architecture. Specifically, YOLOv11 is adapted through three coordinated modifications: an HGNetV2 backbone for efficient feature extraction, an HS-FPN neck with channel attention for lightweight multi-scale fusion, and an MPDIoU loss function for more stable localization optimization. Beyond the model architecture, the study establishes a complete engineering pipeline that includes training, optimization, post-training quantization, and hardware deployment with BPU acceleration on a D-Robotics RDK X5 handheld platform. Comprehensive benchmark experiments indicate that HGS-YOLO achieves 93.6% mAP50 and 72.1% mAP@[0.5:0.95] with 86.5% recall, only 1.3 M parameters, and a 3.1 MB model size, substantially reducing the model complexity and storage cost relative to the YOLOv11 baseline. A three-seed retraining comparison shows that HGS-YOLO trades roughly 0.5 mAP50 points for this compactness (a statistically significant but small concession) and recovers the cost on the deployment side: on the RDK X5 chip, HGS-YOLO is the fastest, most memory-efficient, and lowest-power model among all compared detectors. Indoor deployment tests using separately collected tomato leaf samples further achieve 90.3% mAP50, 82.3% recall, 89.0% precision, 25.0 ± 0.4 ms end-to-end latency, 40.0 ± 0.6 FPS, and 9.8 ± 0.4 W average system power. After PTQ, the mAP50 drops from 93.6% to 93.0% on the same benchmark; because this figure was measured under controlled imaging conditions, it is presented as an in-distribution reference point rather than as evidence of robustness in the open field. We also took the handheld system into a working tomato greenhouse for a small outdoor field round, where it ran end-to-end and produced on-device disease detections under natural sunlight, specular highlights, partial occlusion, background clutter, and handheld motion blur. These results show that HGS-YOLO reaches a good balance of accuracy, efficiency, and deployability and that it works in the field on an independent small-scale test; validating it more widely across sites, seasons, and weather is left to future work.
Code and data availability
The paper's benchmark is built from public Kaggle image datasets (PlantVillage and a tomato leaf disease object-detection dataset), which are paper-specific public inputs. No author analysis code, trained model, or modified dataset deposit is provided; the Data Availability Statement only offers data 'upon reasonable请求
1007/s11227-022-04463-x 50. Xu J. Wang Z. Li Y. Zhang W. Chen L. Lightweight convolutional neural network design and deployment for agricultural pest detection on edge devices Comput. Electron. Agric. 2022 198 107094 10.1016/j.compag.2022.107094 51. Palaciob S. Tomato Leaf Diseases Dataset for Object Detection Available online: https://www.kaggle.com/datasets/sebastianpalaciob/tomato-leaf-diseases-dataset-for-object-detection (accessed on 9 February 2025) 52. Zhao X. Zhang W. Zhang H. Zheng C. Ma J. Zhang Z. ITD-YOLOv8: An infrared target detection model based on YOLOv8 for unmanned aerial vehicles Drones 2024 8 161 10.3390/drones8040161 53. Gao X. Nguyen M. Yan W.Q. HFM-YOLO: A Novel Lightw
Open resource ↗Kaggle · tomato-leaf-diseases-dataset-for-object-detection · lines:546-762