吉林大学学报(理学版) ›› 2025, Vol. 63 ›› Issue (3): 867-0877.

• • 上一篇    下一篇

YOLO-LDD: 轻量级无人机检测算法

邵剑飞1, 蔡世军1, 刘杰2   

  1. 1. 昆明理工大学 信息工程与自动化学院, 昆明 650504; 2. 云南警官学院 云南警用无人系统创新研究院, 昆明 650223
  • 收稿日期:2024-03-04 出版日期:2025-05-26 发布日期:2025-05-26
  • 通讯作者: 刘杰 E-mail:2315289492@qq.com

YOLO-LDD: Lightweight UAV Detection Algorithm

SHAO Jianfei1, CAI Shijun1, LIU Jie2   

  1. 1. Faculty of Information Engineering and Automation, Kunming University of Science and Technology, Kunming 650504, China;  2. Yunnan Police Unmanned System Innovation Research Institute, Yunnan Police College, Kunming 650223, China
  • Received:2024-03-04 Online:2025-05-26 Published:2025-05-26

摘要: 针对在无人机目标检测中现有检测算法模型过大、 速度较慢、 复杂度过高等问题, 提出一种基于YOLOv5n的改进型轻量级无人机检测算法YOLO-LDD. 首先, 在YOLOv5n基础上引入多样化分支模块DBB和C3模块融合重构为C3_DBB模块, 增强单个卷积的表征能力; 其次, 在颈部网络中引入重参数化结构卷积RepConv, 提升检测速度;最后, 通过层自适应幅度剪枝(LAMP)方法压缩模型, 减少参数数量. 实验结果表明, 该算法可在保持良好检测性能的同时, 降低计算和存储需求, 并提高模型的效率和推理速度, 平均精度达96.7%, 参数量较YOLOv5n压缩73%, 运算量减少60%, 检测速度提升至原来的1.6倍.

关键词: 无人机, 目标检测, YOLOv5n算法, 轻量级, 深度学习

Abstract: Aiming at the problems of oversized models, slow detection speeds, and high complexity in existing unmanned aerial vehicle (UAN)  target detection algorithms, we  proposed an improved lightweight UAN  detection algorithm YOLO-LDD based on YOLOv5n.  Firstly, on the basis of YOLOv5n, a diversified branch  module DBB and C3 module were introduced to  fuse and  reconstruct into  C3_DBB module, enhancing the representational capacity of individual convolutions. Secondly, a reparameterized structure convolution RepConv was introduced into the neck network to improve detection speed. Finally, the model was compressed by using the layer-adaptive magnitude-based pruning (LAMP) method to reduce the number of parameters. Experimental results show  that the proposed algorithm can maintain excellent detection performance while reducing computational and storage demands, and improve  efficiency and inference speed of the model. The  average accuracy reaches  96.7%, the  parameter count is reduced by 73% compared to YOLOv5n, the computational load is reduced by 60%,  and a detection speed is increased by  1.6 times.

Key words: unmanned aerial vehicle, target detection, YOLOv5n algorithm, lightweight, deep learning

中图分类号: 

  • TP391