RF-DETR vs YOLOv4-tiny
Compare RF-DETR and YOLOv4-tiny side-by-side.
Compare RF-DETR vs YOLOv4-tiny 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
RF-DETR vs YOLOv4-tiny: Overview
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.
YOLOv4-tiny is a lightweight variant of YOLOv4 developed by Academia Sinica, released in November 2020. It retains the core YOLOv4 design principles while significantly reducing the number of convolutional layers and feature map channels to produce a model suitable for inference on devices with limited compute, including embedded hardware and mobile CPUs. It uses a simplified CSP backbone with fewer layers and two detection scales rather than three.
YOLOv4-tiny is optimized for scenarios where inference speed is prioritized over peak accuracy, achieving substantially higher FPS than full YOLOv4 at the cost of reduced AP on standard benchmarks. It is commonly used in robotics, embedded vision systems, and applications where real-time detection is required without GPU acceleration.
RF-DETR vs YOLOv4-tiny Comparison Table
| Property | RF-DETR | YOLOv4-tiny |
|---|---|---|
| Organization | Roboflow | Academia Sinica |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Mar 2025 | Nov 2020 |
| Context Window | — | — |
| Parameters | 30.5M-126.9M | |
| License | Apache 2.0 | Custom |
| Vision Tasks | ||
| Object Detection | Demo (COCO) | |
| Model Features | ||
| Real-Time Vision | ||