In natural agricultural environments, plant disease monitoring faces significant challenges, including a highly uneven (long-tail) distribution of disease species, tiny scales of early-stage lesions, and complex, variable backgrounds. These factors hinder the ability of existing lightweight models to balance detection accuracy and computational efficiency. To address these issues, this paper proposes a detection scheme driven by the synergy of data distribution reshaping and model architecture optimization. At the data level, we propose the CALM-Aug augmentation strategy. Based on the statistical distribution characteristics of disease categories, this strategy utilizes object-level copy-paste logic to specifically compensate for the feature shortcomings of rare disease samples. It introduces a teacher-guided screening mechanism and employs accept–reject sampling to ensure the pathological consistency of the augmented samples, thereby alleviating the model’s inductive bias toward head categories. At the model architecture level, using YOLOv11 as the baseline, the YOLO11-ARL model adapted to agricultural scenarios is constructed. It enhances sensitivity to early point-like disease spots through Efficient Multi-Scale Convolutional Pyramids and lightweight decoupled detection heads. Furthermore, a Layer-wise Adaptive Feature-guided Distillation Pruning (LAFDP) algorithm is utilized to extract a lightweight version, YOLO11-ARL-PD, achieving a significant reduction in parameters and computational cost. Experimental results on the PlantDoc dataset show that the final model achieves a precision of 89.0% and an mAP@0.5 of 85.3%. Compared to the baseline model YOLOv11n, YOLO11-ARL-PD improves precision and average precision by 7.7 and 2.6 percentage points, respectively, while reducing parameters by 51.93% and weights by 46.15%. Cross-dataset tests prove the good generalization performance of the proposed method. This study indicates that, under lightweight constraints, jointly optimizing the training distribution and model architecture is an effective way to improve plant disease monitoring and to support the edge deployment of smart crop-protection systems. All resources for CALM-Aug are available at wyz-2004/CALM-Aug on GitHub.
Chen et al. (Wed,) studied this question.