Roboflow

Co-DETR vs RF-DETR

Compare Co-DETR and RF-DETR side-by-side.

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

Co-DETR vs RF-DETR Comparison Table

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

PropertyCo-DETRRF-DETR
OrganizationOpenMMLabRoboflow
Categoryopenopen
Modalityvisionvision
Release DateNov 2022Mar 2025
Context Window
Parameters304M30.5M-126.9M
LicenseMITApache 2.0
Model Sizes input resolution per size variant
Nano384×384
Small512×512
Medium576×576
Large704×704
XL700×700
2XL880×880
Vision Tasks
Object DetectionDemo (COCO)
Model Features
Real-Time Vision

Co-DETR vs RF-DETR: Overview

Co-DETR

Co-DETR (Co-Deformable-DETR) is an object detection model developed by researchers at Sense-X and OpenMMLab, released in November 2022. It improves upon standard DETR-based detectors by introducing a collaborative hybrid assignment training scheme that enables the encoder to learn from multiple auxiliary heads simultaneously, alongside the primary one-to-one assignment used during inference. This auxiliary supervision significantly accelerates convergence and improves overall detection accuracy without adding inference cost.

Co-DETR is evaluated on the COCO benchmark, where it achieves 59.5% AP when applied to DINO-Deformable-DETR with a Swin-L backbone. With a ViT-L backbone it reaches 66.0% AP on COCO test-dev, outperforming prior methods at comparable model scales. It is suitable for high-accuracy object detection tasks where training efficiency and peak performance on standard benchmarks are priorities.

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.