欢迎访问《兵工学报》官方网站,今天是

兵工学报

• •    下一篇

基于YOLOv10n的轻量化红外小目标检测模型

赵紫臣,萧浩东,凌焕章*   

  1. (哈尔滨工程大学 数学科学学院, 黑龙江 哈尔滨150001)
  • 收稿日期:2025-03-06 修回日期:2025-05-26
  • 通讯作者: *通信作者邮箱:linghuanzhang@hrbeu.edu.cn
  • 基金资助:
    国家自然科学基金项目(51979065);中央高校基本科研业务费项目(GK22 40260016)

Lightweight infrared small target detection model based on YOLOv10n

ZHAO Zichen, XIAO Haodong, LING Huanzhang *   

  1. (School of Mathematical Sciences, Harbin Engineering University, Harbin 150001, Heilongjiang, China)
  • Received:2025-03-06 Revised:2025-05-26
  • Supported by:
    National Natural Science Foundation of China(51979065); Fundamental Research Funds for the Central University(GK22 40260016)

摘要: 红外小目标检测在红外制导、跟踪系统等军事领域中有着广泛的应用,是红外图像处理中的一个重要方向。由于检测设备的限制和红外小目标固有信息的缺失,现有的检测方法难以满足实际的性能要求。为探索兼具轻量化和高检测精度的红外小目标检测模型,本研究以YOLOv10n为基础,设计了轻量且高效的红外小目标检测模型(L-YOLOv10n)。通过轻量级下采样模块(L-SCDown)替换YOLOv10n中的SCDown模块,以较低计算成本增强了红外小目标的关键特征;采用轻量级特征提取模块(L-C2f)替代C2f模块,在降低计算成本的同时增强了小目标边缘信息并提取了多尺度特征。针对红外小目标像素少、前景与背景不平衡的问题,引入Focal Loss和Focaler-IOU损失函数,使模型更聚焦于难检测的目标。在公开数据集SIRST-V2和NUDT-SIRST上的实验结果表明:L-YOLOv10n的检测性能和资源消耗显著优于基于检测的模型,对于分割模型,L-YOLOv10n的检测性能略低于基于Transformer的分割模型,但是L-YOLOv10n的资源消耗显著优于其他模型;在NUDT-SIRST数据集上的泛化性能也远高于绝大多数的红外小目标检测模型。研究结果表明,所提出的模型在资源消耗和高精度检测之间取得了平衡,具有一定的实用性。本研究的代码见于https://github.com/Zichen-Zhao01/L-YOLOv10n。

关键词: YOLOv10n算法, 特征提取, 红外小目标检测, 轻量化

Abstract: Infrared small target detection has a wide range of applications in military fields such as infrared guidance and tracking systems, and is an important direction in infrared image processing. Due to the limitations of detection equipment and the lack of inherent information of infrared small targets, existing detection methods are difficult to meet actual performance requirements. In order to explore a lightweight and high-precision infrared small target detection model, this study designed a lightweight and efficient infrared small target detection model (L-YOLOv10n) based on YOLOv10n. The SCDown module in YOLOv10n was replaced by a lightweight downsampling module (L-SCDown), and the key features of infrared small targets were enhanced at a lower computational cost; the C2f module was replaced by a lightweight feature extraction module (L-C2f), which enhanced the edge information of small targets and extracted multi-scale features while reducing the computational cost. In view of the problem of small infrared targets with few pixels and imbalanced foreground and background, the Focal Loss and Focaler-IOU loss functions were introduced to make the model more focused on difficult-to-detect targets. Experimental results on the public datasets SIRST-V2 and NUDT-SIRST show that the detection performance and resource consumption of L-YOLOv10n are significantly better than those of detection-based models. For segmentation models, the detection performance of L-YOLOv10n is slightly lower than that of Transformer-based segmentation models, but the resource consumption of L-YOLOv10n is significantly better than that of other models; the generalization performance on the NUDT-SIRST dataset is also much higher than that of most infrared small target detection models. The research results show that the proposed model has achieved a balance between resource consumption and high-precision detection and has certain practicality. Our code is available at https://github.com/Zichen-Zhao01/L-YOLOv10n.

Key words: YOLOv10n algorithm, feature extraction, infrared small target detection, lightweight