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
RF-DETR vs YOLO World: Overview
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 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
| Property | RF-DETR | YOLO World |
|---|---|---|
| Organization | Roboflow | Tencent AI Lab |
| Category | open | open |
| Modality | vision | multimodal |
| Release Date | Mar 2025 | Feb 2024 |
| Context Window | — | 13.0M |
| Parameters | 30.5M-126.9M | |
| License | Apache 2.0 | GPL v3 |
| Model Sizes input resolution per size variant | ||
| Nano | 384×384 | |
| Small | 512×512 | |
| Medium | 576×576 | |
| Large | 704×704 | |
| XL | 700×700 | |
| 2XL | 880×880 | |
| Vision Tasks | ||
| Object Detection | Demo (COCO) | Demo |
| Open Vocabulary Object Detection | ||
| Phrase Grounding | ||
| Model Features | ||
| Real-Time Vision | ||
| Multimodal Vision | ||
| Zero-shot Detection | ||