Grounding DINO vs RF-DETR
Compare Grounding DINO and RF-DETR side-by-side.
Compare Grounding DINO 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
Grounding DINO vs RF-DETR Comparison Table
Evals updated July 24, 2026Pricing updated July 25, 2026
| Property | Grounding DINO | RF-DETR |
|---|---|---|
| Organization | IDEA Research | Roboflow |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Mar 2023 | Mar 2025 |
| Context Window | — | — |
| Parameters | 172M-341M | 30.5M-126.9M |
| License | Apache 2.0 | Apache 2.0 |
| 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) | |
| Open Vocabulary Object Detection | ||
| Model Features | ||
| Foundation Vision | ||
| Real-Time Vision | ||
| Zero-shot Detection | ||
Grounding DINO vs RF-DETR: Overview
Grounding DINO is an open-vocabulary object detection model developed by IDEA Research, released in March 2023 under the Apache 2.0 license. It extends the DINO transformer-based detector with grounded pre-training, enabling it to detect arbitrary objects described by free-form text queries rather than a fixed set of predefined categories. The model integrates a text encoder with a visual backbone through a feature fusion module that aligns language and visual representations at multiple scales.
Grounding DINO achieves strong zero-shot detection performance on COCO, LVIS, and ODinW benchmarks, and supports referring expression comprehension tasks. It is widely used as a foundation for open-vocabulary detection pipelines and as the detection backbone in systems such as Grounded-SAM. The model is particularly suited for applications requiring flexible, text-driven object localization across diverse domains.
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.