YOLO26通过多项改进实现43%推理加速,适合边缘设备实时部署。
YOLO26: A Comprehensive Architecture Overview and Key Improvements
- 移除DFL损失,采用端到端无NMS推理,提升效率。
- 引入ProgLoss+STAL标签分配策略,改善小目标检测性能。
- 适配无GPU设备,助力模型在边缘端实现实时推理。
YOLO系列是深度学习中计算机视觉的标杆模型。本研究深入剖析最新版本YOLO26,其核心改进包括:移除分布焦点损失(DFL)、实现端到端无非极大值抑制(NMS)推理、引入ProgLoss+小目标感知标签分配(STAL),并采用MuSGD优化器。这些设计使模型在CPU模式下推理速度提升43%,支持边缘设备或无GPU环境下的实时运行。同时,YOLO26在实例分割、姿态估计和有向边界框(OBB)解码等任务上也取得显著进步。研究基于其官方GitHub源码与文档,首次系统呈现了基于卷积神经网络的YOLO26架构细节,旨在为研究人员与开发者提供精准的技术理解,助力持续优化该模型。
原文摘要 · Abstract (English)
You Only Look Once (YOLO) has been the prominent model for computer vision in deep learning for a decade. This study explores the novel aspects of YOLO26, the most recent version in the YOLO series. The elimination of Distribution Focal Loss (DFL), implementation of End-to-End NMS-Free Inference, introduction of ProgLoss + Small-Target-Aware Label Assignment (STAL), and use of the MuSGD optimizer are the primary enhancements designed to improve inference speed, which is claimed to achieve a 43% boost in CPU mode. This is designed to allow YOLO26 to attain real-time performance on edge devices or those without GPUs. Additionally, YOLO26 offers improvements in many computer vision tasks, including instance segmentation, pose estimation, and oriented bounding box (OBB) decoding. We aim for this effort to provide more value than just consolidating information already included in the existing technical documentation. Therefore, we performed a rigorous architectural investigation into YOLO26, mostly using the source code available in its GitHub repository and its official documentation. The authentic and detailed operational mechanisms of YOLO26 are inside the source code, which is seldom extracted by others. The YOLO26 architectural diagram is shown as the outcome of the investigation. This study is, to our knowledge, the first one presenting the CNN-based YOLO26 architecture, which is the core of YOLO26. Our objective is to provide a precise architectural comprehension of YOLO26 for researchers and developers aspiring to enhance the YOLO model, ensuring it remains the leading deep learning model in computer vision.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。