Co-DETR vs Grounding DINO
Compare Co-DETR and Grounding DINO side-by-side.
Compare Co-DETR vs Grounding DINO 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 Grounding DINO Comparison Table
Evals updated September 5, 2026Pricing updated September 8, 2026
| Property | Co-DETR | Grounding DINO |
|---|---|---|
| Organization | OpenMMLab | IDEA Research |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Nov 2022 | Mar 2023 |
| Context Window | — | — |
| Parameters | 304M | 172M-341M |
| License | MIT | Apache 2.0 |
| Vision Tasks | ||
| Object Detection | ||
| Open Vocabulary Object Detection | ||
| Model Features | ||
| Foundation Vision | ||
| Zero-shot Detection | ||
Co-DETR vs Grounding DINO: Overview
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.
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.