AIAny
AI Image2025
Icon for item

RF-DETR

Real-time DETR detector on a DINOv2 backbone, covering detection, segmentation, and keypoints. Ships in six sizes (Nano to 2XL), beats YOLO on the COCO speed-accuracy curve, and transfers better to non-COCO real-world domains.

Introduction

For years, "real-time object detection" was synonymous with the YOLO family — convolutional, fast, and tuned hard on COCO. DETR-style transformer detectors were more principled but too slow to compete on latency. RF-DETR's wager is that this tradeoff is no longer fundamental: bolt a DETR detection head onto a self-supervised DINOv2 backbone, and the transformer becomes fast enough for real-time inference while inheriting representations that generalize past COCO.

What Sets It Apart
  • One architecture, three tasks: detection, instance segmentation, and keypoint estimation share the same backbone and recipe, so you scale up or down without switching frameworks.
  • Six sizes from Nano (~30M params) to 2XL (~127M), letting you pick a point on the speed-accuracy curve instead of retraining a different model family.
  • It is benchmarked not only on COCO but on RF100-VL — 100 real-world datasets spanning domains like aerial, medical, and industrial imagery — where it transfers noticeably better than YOLO-class models. That domain-transfer edge, more than a fraction of a COCO point, is the practical argument for it.
Great Fit If — Look Elsewhere If

Great fit if you deploy detection on your own non-COCO data and want strong out-of-the-box transfer plus a real-time latency budget, or if you need detection, segmentation, and keypoints from a single stack. Look elsewhere if you are locked into an existing YOLO toolchain and edge target where every millisecond and exported-format quirk matters, or if you need permissive licensing across every variant — the Plus extensions ship under a separate, non-Apache license.

Information

  • Websitegithub.com
  • OrganizationsRoboflow, Carnegie Mellon University
  • AuthorsIsaac Robinson, Peter Robicheaux, Matvei Popov, Deva Ramanan, Neehar Peri, Roboflow
  • Published date2025/03/19

More Items

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub
AI Image2026

Turns 530+ GPT-Image2 examples into a structured 'Prompt-as-Code' library and style skill for reproducible image-generation workflows; includes a browsable gallery, 20+ industrial templates, and an agent-ready style skill for automation.

GitHub
AI Image2022

Enlarges and enhances low-resolution images using AI models (Real-ESRGAN) through a cross-platform desktop app. Runs on a local NCNN/Vulkan backend (requires a Vulkan-compatible GPU), offers an Electron GUI plus a CLI backend (upscayl-ncnn), and supports custom models for different image types.