摘要
为实现自然环境下桃树缩叶病的检测,该研究提出了一种基于YOLOv5su的桃树缩叶病识别改进模型DLLYOLOv5su。首先,针对桃树缩叶病目标特征变化较大的问题,在骨干网络最后一层C3模块中加入可变形自注意力模块(deformable attention,DA),使模型更加关注目标区域,降低背景对模型的影响,提高模型在复杂背景下的拟合能力。其次在SPPF(fast spatial pyramid pooling)模块中引入LSKA(large separable kernel attention)结构,大核卷积增大了模型的感受野,使模型能够关注更多信息。最后,提出了LAWD(lightweight adaptive weighted downsampling)模块,使用轻量化的下采样结构替换卷积模块,减少计算开销。在桃树缩叶病数据集上进行试验,结果显示,DLL-YOLOv5su模型权重大小为17.6 MB,检测速度为83帧/s。识别准确率P、召回率R和平均精度均值mAP_(50)分别达到了80.7%、73.1%和80.4%,相较于原始YOLOv5su分别提高了4.2、2.4和4.3个百分点。与YOLOv3-tiny、Faster R-CNN、YOLOv7和YOLOv8相比mAP_(50)分别高出了28.5、11.8、2.1和4.1个百分点。改进模型识别精度高,误检、漏检率低,检测速度满足实时检测的要求,可以为桃树缩叶病的实时监测和预警提供参考。
Peach trees are susceptible to leaf curl disease in humid regions in spring,leading to a reduction in peach production.Current monitoring cannot timely and accurately identify the leaf curl disease in large-scale orchards.Therefore,intelligent detection can be expected for the peach tree diseases using deep learning,in order to minimize the pesticide application.However,most research has relied on individual-picked leaves in disease identification.It is still challenging to apply to disease detection in real-world scenarios.The primary research can also emphasize to differentiation among various disease types.Yet it is lacking in the accurate occurrence of leaf disease.It is also difficult to identify the peach leaf curl,due to the complex background of disease images and the small size of the early target.In this study,a DLL-YOLOv5su model was introduced to detect peach leaf curl disease in natural environments.Firstly,a deformable attention module was integrated into the backbone network of YOLOv5su.The C3-DA module was formed to recognize the targets with significant size variations,in order to improve the feature fitting of the model.Additionally,a large separable kernel attention(LSKA)module was incorporated into the spatial pyramid pooling fusion(SPPF)layer to expand the receptive field of the network.The sensitivity to large targets was enhanced without complexity.Lastly,a lightweight adaptive weighted downsampling(LAWD)module was proposed on the receptive field attention convolution(RFAConv),in order to replace the convolutional modules within the network for feature extraction.Both lightweight and accuracy were achieved concurrently.The dataset was also built for the peach leaf curl disease,including the early,middle,and late stages.1520 images were then collected from the peach orchard of Chongqing Academy of Agricultural Sciences,China.Among them,the number of pictures in the training set increased from 1105 to 6630 after data augmentation.Subsequently,ablation experiments were conducted to validate th
作者
姚凌云
周俊峰
李丽
YAO Lingyun;ZHOU Junfeng;LI Li(College of Engineering and Technology,Southwest University,Chongqing 400715,China;Chongqing Key Laboratory of Agricultural Equipment for Hilly and Mountainous Regions,Chongqing 400715,China)
出处
《农业工程学报》
EI
CAS
CSCD
北大核心
2024年第14期109-117,共9页
Transactions of the Chinese Society of Agricultural Engineering
基金
国家自然科学基金项目(No.52175121)。
关键词
图像处理
病害
缩叶病
目标检测
YOLOv5su
可变形自注意力
大核卷积
轻量化
image processing
diseases
leaf curl disease
object detection
YOLOv5su
deformable attention
large kernel convolution
light weight