Roboflow

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

PropertyRF-DETR SegmentationYOLOE
OrganizationRoboflowTHU-MIG
Categoryopenopen
Modalityvisionvision
Release DateOct 2025Mar 2025
Context Window
Parameters33.6M-38.6M10M-50M
LicenseApache 2.0AGPL 3.0
Model Sizes input resolution per size variant
Nano312×312
Small384×384
Medium432×432
Large504×504
XL624×624
2XL768×768
Vision Tasks
Instance SegmentationDemo (COCO)
Object Detection
Open Vocabulary Object Detection
Model Features
Real-Time Vision
Zero-shot Detection

RF-DETR Segmentation vs YOLOE: Overview

RF-DETR Segmentation

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

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.