欢迎您访问《智慧农业(中英文)》官方网站! English

Smart Agriculture

• •    

基于DCC-YOLOv10n的玉米叶片病害小目标检测方法

党珊珊1, 乔世成1,3(), 白明宇1, 张明月2, 赵晨雨1, 潘春宇1, 王国忱1   

  1. 1. 内蒙古民族大学 计算机科学与技术学院,内蒙古 通辽 028043,中国
    2. 中国联合网络通信有限公司通辽市分公司,内蒙古 通辽 028007,中国
    3. 牧草智能装备创新中心,内蒙古 通辽 028043,中国
  • 收稿日期:2025-04-23 出版日期:2025-08-18
  • 基金项目:
    国家自然科学基金项目(62162049); 内蒙古民族大学博士科研启动资金(BS658); 人兽共患病自治区高等学校重点实验室开放基金项目(MDK2022019); 内蒙古自治区牧草智能装备创新中心开放基金项目(MDK2025050); 内蒙古自治区自然科学基金项目(2025LHMS06012)
  • 作者简介:

    党珊珊,硕士研究生,研究方向为智能检测与控制技术。E-mail:

    DANG Shanshan, E-mail:

  • 通信作者:
    乔世成,博士,副教授,硕士生导师,研究方向为智能检测与控制技术。E-mail:

Small Target Detection Method of Maize Leaf Disease Based on DCC-YOLOv10n

DANG Shanshan1, QIAO Shicheng1,3(), BAI Mingyu1, ZHANG Mingyue2, ZHAO Chenyu1, PAN Chunyu1, WANG Guochen1   

  1. 1. School of Computer Science and Technology, Inner Mongolia Minzu University, Tongliao, Inner Mongolia 028043, China
    2. China United Network Communications Corporation Tongliao Branch, Tongliao, Inner Mongolia 028007, China
    3. Innovation Center for Intelligent Forage Equipment, Tongliao, Inner Mongolia 028043, China
  • Received:2025-04-23 Online:2025-08-18
  • Foundation items:National Natural Science Foundation Project(62162049); Doctoral Research Startup Fund of Inner Mongolia Minzu University (BS658)(BS658); Open Fund Project of Key Laboratory of Zoonosis of Autonomous Region Higher Education Institutions(MDK2022019); Open Fund Project of Inner Mongolia Autonomous Region Forage Intelligent Equipment Innovation Center(MDK2025050); Supported by Natural Science Foundation of Inner Mongolia Autonomous Region of China(2025LHMS06012)
  • Corresponding author:
    QIAO Shicheng, E-mail:

摘要:

【目的/意义】 玉米叶片病害的精准检测对保障玉米产量和农业可持续发展至关重要。针对目前玉米叶片病害检测没有充分考虑病害的形状及细节特征等问题,提出一种适用于小目标场景的玉米叶片病害检测算法,以提升病害区域的识别精度。 【方法】 在可变核卷积(Arbitrary Kernel Convolution, AKConv)的基础上设计DRPAKConv替换网络中参数量较大的3×3卷积,通过动态采样和静态卷积两个分支自动调整采样形状和卷积核大小,提高对较小病斑的检测能力;在特征融合部分设计CBVoVGSCSP替换传统C2f特征融合模块,改善梯度流失现象,保持特征丰富性的同时减少计算冗余;在颈部网络中引入卷积和注意力融合模块(Convolutional Attention-based Feature Map, CAFM),将提取的特征进行交互和融合,提高模型的表示能力和检测性能。 【结果和讨论】 DCC-YOLOv10n算法在玉米叶片病害数据集上展现出了良好的检测精度。与YOLOv10n相比,改进后的算法计算复杂度减少了0.5 GFLOPs,模型参数仅为2.99 M,精确度、召回率、平均精度均值分别提高了1.7、2.6和1.7个百分点,分别达到了96.2%、90.3%、94.1%。 【结论】 提出的DCC-YOLOv10n算法能够实现对玉米叶片病害小目标的精准检测与识别,为推动农业生产中玉米叶片病害检测提供了参考依据。

关键词: 玉米叶片, 病害检测, 小目标, DCC-YOLOv10n, AKConv, CAFM

Abstract:

[Objective] Precise detection of maize leaf diseases plays a pivotal role in safeguarding maize yields and promoting sustainable agricultural development. However, existing detection algorithms often fall short in effectively capturing the intricate morphological details and shape characteristics of disease spots, particularly under challenging scenarios involving small disease targets. To overcome these challenges, a novel maize leaf disease detection algorithm, DCC-YOLOv10n, is presented in this research, which is specifically optimized for scenarios involving small-scale disease targets. [Methods] The maize of the proposed method lay in three innovative architectural enhancements to the YOLOv10n detection framework. Firstly, a DRPAKConv module was designed, which built upon the Arbitrary Kernel Convolution (AKConv). DRPAKConv replaced the conventional 3×3 convolutions that typically occupied a large proportion of the model's parameters. It featured two parallel branches: a dynamic sampling branch that adjusted the sampling shapes based on the spatial distribution of disease patterns, and a static convolution branch that adapted kernel sizes to retain spatial coverage and consistency. This design significantly enhanced the network's capability to recognize small-scale disease spots by dynamically modulating the receptive field and focusing on localized lesion details. Secondly, an improved feature fusion part was introduced by replacing the traditional C2f feature fusion module with a novel CBVoVGSCSP module. This redesigned module aimed to address the issue of gradient vanishing in deep feature fusion networks while reducing computational redundancy. CBVoVGSCSP preserved rich semantic information and improved the continuity of gradient flow across layers, which was critical for training deeper models. Furthermore, it enhanced multi-scale feature fusion and improved detection sensitivity for lesions of varying sizes and appearances. Thirdly, the Convolutional Attention-based Feature Map (CAFM) was incorporated into the neck network. This component enabled the model to effectively capture contextual relationships across multiple scales and enhanced the interaction between spatial and channel attention mechanisms. By selectively emphasizing or suppressing features based on their relevance to disease identification, the module allowed the model to more accurately distinguish between diseased and healthy regions. As a result, the model's representational capacity was improved, leading to enhanced detection accuracy in complex field environments. [Results and Discussions] Extensive experiment was conducted on a specialized maize leaf disease data set, which included annotated samples across multiple disease categories with diverse visual characteristics. The results demonstrated that the DCC-YOLOv10n algorithm outperformed baseline models and several state-of-the-art detection frameworks. Compared with YOLOv10n, the optimized algorithm demonstrated a reduction in computational complexity by 0.5 GFLOPs, with the model parameters compressed to merely 2.99 M. Significant improvements were observed in precision, recall, and mean average precision, which increased by 1.7, 2.6, and 1.7 percentage points respectively, and achieved 96.2%, 90.3%, and 94.1%. The findings underscored the robustness and adaptability of the DCC-YOLOv10n algorithm under challenging conditions. [Conclusions] The DCC-YOLOv10n algorithm presents a significant advancement in the field of agricultural disease diagnostics by addressing the limitations of existing methods with respect to small-target detection. The novel architectural components—DRPAKConv, CBVoVGSCSP, and CAFM integrated with attention fusion—not only significantly enhance the model's detection performance, but also advance the development of intelligent, data-efficient, and highly accurate disease monitoring systems tailored for modern agricultural applications. This research would serve as a valuable reference for future developments in lightweight, efficient, and accurate maize disease detection models, and offered practical significance for intelligent maize management.

Key words: maize leaf, disease detection, small target, DCC-YOLOv10n, AKConv, CAFM

中图分类号: