Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models
Summary
Ultralytics YOLO26 introduces a unified real-time vision model family with NMS-free inference, improved training strategies, and multi-task capabilities for detection, segmentation, and pose estimation, achieving state-of-the-art accuracy-latency trade-offs.
View Cached Full Text
Cached at: 06/03/26, 07:39 PM
Paper page - Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models
Source: https://huggingface.co/papers/2606.03748
Abstract
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.
Real-time vision demands models that are accurate, efficient, and simple to deploy across diverse hardware. TheYOLOfamily has become widely deployed for this reason, yet mostYOLOdetectors still rely onnon-maximum suppressionat inference, carry heavy detection heads due toDistribution Focal Loss, require long training schedules, and can leave the smallest objects without positive label assignments. We present UltralyticsYOLO26, a unified real-time vision model family that addresses these limitations through coordinated architecture and training advances.YOLO26 uses a dual-head design for native NMS-free end-to-end inference and removes DFL entirely, yielding a lighter head with unconstrained regression range. Its training pipeline combinesMuSGD, ahybrid Muon-SGD optimizeradapted from large language model training;Progressive Loss, which shifts supervision toward the inference-time head; andSTAL, a label assignment strategy that guarantees positive coverage for small objects. Beyond detection,YOLO26 introduces task-specific head and loss designs forinstance segmentation,pose estimation, andoriented detection, producing consistent gains across tasks and scales. The family spans five scales (n/s/m/l/x) and supports detection,instance segmentation,pose estimation, classification, andoriented detectionin a single pipeline, with anopen-vocabulary extension,YOLOE-26, for text-, visual-, and prompt-free inference. Across all scales,YOLO26 achieves 40.9-57.5mAPonCOCOat 1.7-11.8 ms T4TensorRT latency, advancing the accuracy-latency Pareto front over prior real-time detectors, whileYOLOE-26x reaches 40.6 AP onLVISminival under text prompting. Code and models are available at https://github.com/ultralytics/ultralytics.
View arXiv pageView PDFProject pageGitHub58kAdd to collection
Get this paper in your agent:
hf papers read 2606\.03748
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.03748 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.03748 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.03748 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
/yolo
Article concerning YOLO, the widely used real-time object detection model family.
@Phoenixyin13: In the world of object detection, there have always been two schools: the YOLO school, the traditional powerhouse, following the principle that speed is the ultimate weapon. Extremely fast, it dominates industries, drones, and surveillance cameras. The Transformer school, the academic aristocrat, highly intelligent with superior accuracy, but due to massive computational consumption, it was like a delicate Lin Daiyu in the past, unable to run in scenarios requiring real-time response...
The RF-DETR model proposed at ICLR2026 combines Transformer's high accuracy with real-time performance, achieving high scores in 100 real-world scenarios and offering sizes from Nano to 2XL, potentially replacing YOLO in real-time detection.
LeWorldModel: Stable End-to-End Joint-Embedding Predictive Architecture from Pixels
LeWorldModel introduces a stable, end-to-end Joint-Embedding Predictive Architecture that trains directly from pixels with minimal hyperparameters and provable anti-collapse guarantees. It achieves significant speedups in planning compared to foundation models while maintaining competitive performance on robotic manipulation tasks.
FusionSense: Tri-Stage Near-Sensor Learning for Runtime-Adaptive Multimodal Edge Intelligence
FusionSense introduces a tri-stage near-sensor learning framework for multimodal edge intelligence that jointly reduces compute and communication by using fusion-aware filtering, achieving up to 33× energy savings and significant data-reduction gains on RGB-Depth/LiDAR tasks.
OneVL: One-Step Latent Reasoning and Planning with Vision-Language Explanation
OneVL is a unified vision-language-action framework that compresses chain-of-thought reasoning into latent tokens supervised by both language and visual world model decoders, achieving state-of-the-art trajectory prediction accuracy for autonomous driving at answer-only inference latency. It is the first latent CoT method to surpass explicit CoT across four benchmarks.