Journal of Computer Applications ›› 0, Vol. ›› Issue (): 274-279.DOI: 10.11772/j.issn.1001-9081.2024030360

• Multimedia computing and computer simulation • Previous Articles     Next Articles

Small object detection for traffic signs based on improved YOLOv8 algorithm

Bin WANG(), Honghua XU, Doucheng SUN, Yongfan YU   

  1. School of Computer Science and Technology,Changchun University of Science and Technology,Changchun Jilin 130022,China
  • Received:2024-04-01 Revised:2024-05-23 Accepted:2024-05-27 Online:2025-01-24 Published:2024-12-31
  • Contact: Bin WANG

基于YOLOv8算法改进的小目标交通标志检测

王斌(), 徐洪华, 孙兜成, 俞泳帆   

  1. 长春理工大学 计算机科学技术学院,长春 130022
  • 通讯作者: 王斌
  • 作者简介:王斌(2000—),男,湖南株洲人,硕士研究生,主要研究方向:目标检测、图像处理
    徐洪华(1979—),男,吉林长春人,副教授,博士,CCF会员,主要研究方向:图像处理与识别、深度学习、智能计算
    孙兜成(2000—),男,吉林吉林人,硕士研究生,主要研究方向:图形图像处理
    俞泳帆(2000—),男,江苏南通人,硕士研究生,主要研究方向:图形图像处理。
  • 基金资助:
    吉林省教育厅科学研究项目(JJKH20230841KJ)

Abstract:

To address the issues of insufficient precision and high missed detection rate in existing object detection models when dealing with small objects of traffic signs, an improved object detection model based on YOLOv8 algorithm was proposed. Firstly, inspired by Residual Network (ResNet) design concept, residual connection mechanism was introduced in Backbone to integrate multi-layer feature information more efficiently by the model, so as to enhance the recognition ability of small objects. Secondly, a reversal of the Path Aggregation Feature Pyramid Network (PAFPN) structure in Neck was proposed as the I-PAFPN (Inverse PAFPN) structure, which enabled the network to capture the key features of the objects. Thirdly, the original three-level detection was extended to four-level detection, which enabled the model to focus on and extract more detailed features of small objects, so as to improve the sensitivity of the model to small objects. Finally, Wise Intersection over Union (WIoU) loss function was introduced to weaken the influence of low-quality samples on the model, so as to improve the model accuracy. Experimental results on TT100K (Tsinghua-Tencent 100K) dataset after data augmentation show that the improved YOLOv8 model has the mAP50 and mAP50:95 increased by 17.1 and 12.5 percentage points, respectively, compared to the original YOLOv8 model, verifying the effectiveness and superiority of the improved YOLOv8 model in the detection of small objects of traffic signs.

Key words: traffic sign detection, small object, YOLOv8, residual connection, Path Aggregation Feature Pyramid Network (PAFPN), Wise Intersection over Union (WIoU)

摘要:

为解决现有的目标检测模型在处理小目标交通标志时精度不足以及漏检率较高的问题,提出一种基于YOLOv8算法的改进型目标检测模型。首先,融合残差网络(ResNet)的设计理念,在Backbone中引入残差连接机制使模型更有效地整合多层特征信息,从而增强对小目标的识别能力;其次,逆转Neck部分的路径聚合特征金字塔网络(PAFPN)结构,提出I-PAFPN(Inverse PAFPN)结构,从而使网络更集中地捕捉目标的关键特征;再次,将原先的3级检测扩展为4级检测,使模型关注并更细致地提取小目标的特征,从而提高模型对小目标的敏感度;最后,引入WIoU(Wise Intersection over Union)损失函数弱化低质量样例对模型的影响,提高模型准确率。在数据增强后的TT100K(Tsinghua-Tencent 100K)数据集上的实验结果表明,经过改进的YOLOv8模型的mAP50和mAP50:95相较于原始的YOLOv8模型分别提高17.1和12.5个百分点,验证了改进YOLOv8模型在小目标交通标志检测方面的有效性和优越性。

关键词: 交通标志检测, 小目标, YOLOv8, 残差连接, 路径聚合特征金字塔网络, WIoU

CLC Number: