• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2024, Vol. 46 ›› Issue (08): 1444-1454.

• Graphics and Images • Previous Articles     Next Articles

Bi-YOLO:An improved lightweight object detection algorithm based on YOLOv8n

LIU Zi-yang,XU Hui-ying,ZHU Xin-zhong,LI Chen,WANG Ze-yu,CAO Yu-qi,DAI Kang-jia   

  1. (School of Computer Science and Technology(School of Artificial Intelligence),
    Zhejiang Normal University,Jinhua 321004,China)
  • Received:2023-07-11 Revised:2023-10-09 Accepted:2024-08-25 Online:2024-08-25 Published:2024-09-02

Abstract: The single-stage object detection technology represented by YOLOv8 has significant optimizations in the backbone network, but fails to efficiently integrate contextual information in the neck network, leading to missed and false detections in small object detection. Additionally, the large number of algorithm parameters and high computational complexity make it unsuitable for end-to-end industrial deployment. To address these issues, this paper introduce the BiFormer attention mechanism based on the Transformer structure to enhance the detection performance for small objects and improve the algorithms accuracy. At the same time introduce the GSConv module to reduce the algorithm size while ensuring no adverse impact on its performance, balancing the increase in computational and parametric costs brought by BiFormer. An object detection algorithm named Bi-YOLO is designed to achieve a balance between lightweight and algorithm performance. Experimental results show that compared to YOLOv8n, the Bi-YOLO object detection algorithm improves algorithm accuracy by 4.6%, increases the small object detection accuracy on the DOTA dataset by 2.3%, and reduces the number of parameters by 12.5%. Bi-YOLO effectively achieves a balance between algorithm lightweight and performance, providing a new approach for end-to-end industrial deployment.

Key words: YOLOv8, BiFormer, lightweight improvement, object detection, end-to-end industrial deployment