Roboflow

YOLO World vs YOLOE

Compare YOLO World and YOLOE side-by-side.

Compare YOLO World vs YOLOE live

Run the same image across every model that supports a task and compare their outputs side-by-side.

These models don't share enough common tasks for a side-by-side demo. See the comparison table below for their capabilities.

Models in this comparison

Tencent

YOLO World vs YOLOE Comparison Table

Evals updated July 10, 2026Pricing updated July 21, 2026

PropertyYOLO WorldYOLOE
OrganizationTencent AI LabTHU-MIG
Categoryopenopen
Modalitymultimodalvision
Release DateFeb 2024Mar 2025
Context Window13.0M
Parameters10M-50M
LicenseGPL v3AGPL 3.0
Vision Tasks
Object DetectionDemo
Instance Segmentation
Open Vocabulary Object Detection
Phrase Grounding
Model Features
Real-Time Vision
Zero-shot Detection
Multimodal Vision

YOLO World vs YOLOE: Overview

YOLO World

YOLO-World v2 Small (YOLO-World-S-v2) is the smallest variant of Tencent AI Lab’s YOLO-World v2 family, released around February 2024 under GPL-v3. With ~13 million parameters, it adopts a prompt-then-detect paradigm using offline vocabularies and is pretrained on large-scale datasets such as Objects365 and GoldG. The model processes image inputs at 640×640 or 1280×1280 resolutions and supports zero-shot open-vocabulary object detection, enabling recognition of novel categories from text prompts without retraining.

Evaluations show competitive results across benchmarks like LVIS and COCO, while maintaining real-time efficiency. On an NVIDIA V100, the small variant reaches ~74 FPS at standard resolutions. Together with larger YOLO-World v2 models, it provides a scalable framework for efficient, open-vocabulary detection across diverse deployment settings.

YOLOE

YOLOE (YOLO with Everything) is an open-vocabulary object detection and segmentation model developed by THU-MIG at Tsinghua University, released in March 2025 under the AGPL-3.0 license. It extends the YOLO architecture to support open-vocabulary detection through text and visual prompts, enabling the model to detect arbitrary object categories beyond a fixed training set without retraining. The design integrates prompt encoding directly into the YOLO framework while preserving real-time inference speed.

YOLOE is evaluated on COCO and LVIS benchmarks and supports both closed-set and open-vocabulary detection modes. It is built on the Ultralytics codebase and maintains compatibility with standard YOLO training and export workflows. YOLOE is suited for applications requiring flexible, prompt-driven object detection where the target object vocabulary may change at inference time.