PulseAugur
实时 17:32:19
English(EN) Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models

Ultralytics YOLO26 以无 NMS 设计推进实时视觉

Ultralytics 推出了 YOLO26,这是一个新的实时视觉模型系列,旨在克服现有 YOLO 检测器的局限性。这个新模型采用双头设计实现无 NMS 推理,并移除了 Distribution Focal Loss,从而构建了更轻量级的架构。YOLO26 还采用了 MuSGD 和 Progressive Loss 等先进的训练技术,以提高效率和小目标检测能力。该系列支持检测、实例分割和姿态估计等多种任务,并提供开放词汇扩展以实现无提示推理。 AI

影响 此次发布推进了实时视觉任务的精度-延迟权衡,有可能在自动系统和机器人等领域实现更高效的 AI 应用。

排序理由 该集群包含一篇详细介绍新模型发布的论文。

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 3 个来源。 我们如何撰写摘要 →

报道来源 [3]

  1. arXiv cs.AI TIER_1 English(EN) · Glenn Jocher, Jing Qiu, Mengyu Liu, Shuai Lyu, Fatih Cagatay Akyon, Muhammet Esat Kalfaoglu ·

    Ultralytics YOLO26:统一的实时端到端视觉模型

    arXiv:2606.03748v1 Announce Type: cross Abstract: Real-time vision demands models that are accurate, efficient, and simple to deploy across diverse hardware. The YOLO family has become widely deployed for this reason, yet most YOLO detectors still rely on non-maximum suppression …

  2. arXiv cs.AI TIER_1 English(EN) · Muhammet Esat Kalfaoglu ·

    Ultralytics YOLO26:统一的实时端到端视觉模型

    Real-time vision demands models that are accurate, efficient, and simple to deploy across diverse hardware. The YOLO family has become widely deployed for this reason, yet most YOLO detectors still rely on non-maximum suppression at inference, carry heavy detection heads due to D…

  3. Hugging Face Daily Papers TIER_1 English(EN) ·

    Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models

    YOLO26 addresses real-time vision challenges through a unified model family with NMS-free inference, improved training strategies, and multi-task capabilities spanning detection, segmentation, and pose estimation.