RF-DETR Segmentation vs YOLOE
Compare RF-DETR Segmentation and YOLOE side-by-side.
Compare RF-DETR Segmentation 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
RF-DETR Segmentation vs YOLOE Comparison Table
Evals updated August 6, 2026Pricing updated August 7, 2026
| Property | RF-DETR Segmentation | YOLOE |
|---|---|---|
| Organization | Roboflow | THU-MIG |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Oct 2025 | Mar 2025 |
| Context Window | — | — |
| Parameters | 33.6M-38.6M | 10M-50M |
| License | Apache 2.0 | AGPL 3.0 |
| Model Sizes input resolution per size variant | ||
| Nano | 312×312 | |
| Small | 384×384 | |
| Medium | 432×432 | |
| Large | 504×504 | |
| XL | 624×624 | |
| 2XL | 768×768 | |
| Vision Tasks | ||
| Instance Segmentation | Demo (COCO) | |
| Object Detection | ||
| Open Vocabulary Object Detection | ||
| Model Features | ||
| Real-Time Vision | ||
| Zero-shot Detection | ||
RF-DETR Segmentation vs YOLOE: Overview
RF-DETR Segmentation is a real-time instance segmentation model developed by Roboflow, with a preview base model released in October 2025 under the Apache 2.0 license and the full variant family — Nano through 2XL — released in January 2026. It extends the RF-DETR object detection architecture with a segmentation head inspired by MaskDINO, enabling pixel-level object delineation while maintaining the real-time performance characteristics of the base model. It is deployable through Roboflow Inference and the open-source rfdetr Python package.
RF-DETR Segmentation supports fine-tuning on custom COCO- or YOLO-format instance segmentation datasets and is benchmarked on Microsoft COCO. It is suited for applications requiring both precise object masks and real-time inference, such as robotic manipulation, quality control, and augmented reality overlays.
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.