Grounding DINO vs YOLOE
Compare Grounding DINO and YOLOE side-by-side.
Compare Grounding DINO 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
Grounding DINO vs YOLOE Comparison Table
Evals updated July 10, 2026Pricing updated July 21, 2026
| Property | Grounding DINO | YOLOE |
|---|---|---|
| Organization | IDEA Research | THU-MIG |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Mar 2023 | Mar 2025 |
| Context Window | — | — |
| Parameters | 172M-341M | 10M-50M |
| License | Apache 2.0 | AGPL 3.0 |
| Vision Tasks | ||
| Object Detection | ||
| Instance Segmentation | ||
| Model Features | ||
| Zero-shot Detection | ||
| Foundation Vision | ||
| Real-Time Vision | ||
Grounding DINO vs YOLOE: 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.
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.