arXiv:2605.24831cs.CVcs.AI2026-05

对比YOLO26与YOLOv8,揭示无NMS设计在不同场景下的优劣

YOLO26 vs. YOLOv8: A Comprehensive Architectural Benchmark of Next-Generation Real-Time Object Detection Models

论文配图:YOLO26 vs. YOLOv8: A Comprehensive Architectural Benchmark of Next-Generation Real-Time Object Detection Models
图 1 · 摘自论文原文
  • YOLO26采用端到端一对一标签分配,移除DFL并使用谱约束骨干网
  • 在Pascal VOC上准确率更高,但密集空域场景下性能差距微小
  • 硬件测试显示YOLOv8在GPU延迟上更优,适合实时部署

本文对Ultralytics YOLO26与YOLOv8基准进行严格实证评估,独立测试无NMS架构在非COCO数据分布下的表现。为边缘部署优化,YOLO26引入原生端到端一对一标签分配,移除分布焦点损失(DFL),并采用谱约束的CSP-Muon骨干网络。我们在五个模型规模下,基于通用目标检测(Pascal VOC)和密集航拍小目标检测(VisDrone)数据集进行跨尺度对比分析。评估指标包括精度(mAP_50、mAP_50:95)、模型复杂度及硬件特定的CPU/GPU延迟。结果表明:虽YOLO26在Pascal VOC上计算量更低且精度更高(YOLO26-x达0.635 mAP_50:95),但在密集航拍场景中二者均表现不佳,性能差距极小(YOLOv8-x为0.214,YOLO26-x为0.224)。关键的是,硬件基准测试显示,在相同规模下YOLOv8的GPU推理延迟始终更低(如YOLOv8-s为6.92 ms,YOLO26-s为8.38 ms),说明无NMS设计并非普遍更优。本研究明确了无NMS框架的适用边界,为根据数据密度、物体尺度和硬件条件选择架构提供依据。

原文摘要 · Abstract (English)

This paper presents a rigorous empirical evaluation of Ultralytics YOLO26 against the YOLOv8 baseline, offering an independent real-world stress test of NMS-free architectures on non-COCO distributions. Engineered for edge deployment, YOLO26 introduces native end-to-end one-to-one label assignment, the removal of Distribution Focal Loss (DFL), and a spectral-constrained CSP-Muon backbone. We conducted a comprehensive, cross-scale comparative analysis across five model capacities, using the general object detection (Pascal VOC) and dense aerial small-object detection (VisDrone) datasets. Models are evaluated across accuracy (mAP_50 and mAP_50:95), model complexity, and hardware-specific CPU/GPU latency. Our findings revealed that while YOLO26 achieves a lower computational footprint and superior accuracy on Pascal VOC, with YOLO26-x reaching 0.635 mAP_50:95, this advantage narrows in dense aerial environments. On VisDrone, where over 75% of objects are under 2,000 pixels, both architectures struggle significantly, yielding a minimal performance gap (0.214 mAP_50:95 for YOLOv8-x vs. 0.224 mAP_50:95 for YOLO26-x). Crucially, hardware benchmarking demonstrates that YOLOv8 maintains a consistent edge in GPU inference latency across identical scales (e.g., 6.92 ms for YOLOv8-s vs. 8.38 ms for YOLO26-s), showing that NMS-free design does not inherently guarantee superiority in universal deployment. This work maps the operational boundaries of NMS-free frameworks to guide architecture selection based on dataset density, object scale, and hardware constraints.

目标检测YOLO系列边缘计算实时系统

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。