Roboflow

RF-DETR vs YOLO World

Compare RF-DETR and YOLO World side-by-side.

Compare RF-DETR vs YOLO World 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

RF-DETR vs YOLO World: Overview

RF-DETR

RF-DETR is a real-time transformer-based object detection model developed by Roboflow, with code and weights first released in March 2025 under the Apache 2.0 license. It is the first real-time model to exceed 60 AP on the Microsoft COCO benchmark, built on a DINOv2 vision transformer backbone with weight-sharing neural architecture search used to identify accuracy-latency trade-offs. The full family spans six sizes from Nano (30.5M parameters, 384×384 input) to 2XL (126.9M parameters, 880×880 input), with the accompanying research paper accepted to ICLR 2026.

RF-DETR is designed for strong domain adaptability, achieving state-of-the-art performance on RF100-VL, a benchmark measuring generalization to real-world object detection tasks across diverse domains. It is deployable through Roboflow Inference and supports fine-tuning on custom datasets, making it well suited for domain-specific applications with limited training data.

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.

RF-DETR vs YOLO World Comparison Table

PropertyRF-DETRYOLO World
OrganizationRoboflowTencent AI Lab
Categoryopenopen
Modalityvisionmultimodal
Release DateMar 2025Feb 2024
Context Window13.0M
Parameters30.5M-126.9M
LicenseApache 2.0GPL v3
Model Sizes input resolution per size variant
Nano384×384
Small512×512
Medium576×576
Large704×704
XL700×700
2XL880×880
Vision Tasks
Object DetectionDemo (COCO)Demo
Open Vocabulary Object Detection
Phrase Grounding
Model Features
Real-Time Vision
Multimodal Vision
Zero-shot Detection