RF-DETR vs YOLOX
Compare RF-DETR and YOLOX side-by-side.
Compare RF-DETR vs YOLOX 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 YOLOX: 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.
YOLOX is an anchor-free object detection model developed by Megvii (Face++), released in July 2021 under the Apache 2.0 license. It applies anchor-free detection to the YOLO framework, decoupling the classification and regression heads to allow each to optimize independently, and introduces the SimOTA label assignment strategy for improved training convergence. YOLOX achieves strong accuracy-speed tradeoffs and outperforms YOLOv5 on COCO at comparable model sizes.
YOLOX-L achieves 50.0% AP on COCO at 68.9 FPS on an NVIDIA V100 GPU. The model is available in a range of sizes from YOLOX-Nano to YOLOX-X and supports deployment through ONNX, TensorRT, and other standard export formats. It is suitable for real-time object detection applications and has been widely adopted in industrial and research detection pipelines.
RF-DETR vs YOLOX Comparison Table
| Property | RF-DETR | YOLOX |
|---|---|---|
| Organization | Roboflow | Megvii |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Mar 2025 | Jul 2021 |
| Context Window | — | — |
| Parameters | 30.5M-126.9M | 0.91M-99.1M |
| License | Apache 2.0 | Apache 2.0 |
| Vision Tasks | ||
| Object Detection | Demo (COCO) | |
| Model Features | ||
| Real-Time Vision | ||