RF-DETR is a real-time transformer-based object detection and instance segmentation model designed for fine-tuning on custom datasets.
The tool addresses the need for accurate object detection and segmentation with competitive latency by building on a DINOv2 vision transformer backbone. It unifies object detection, instance segmentation, and keypoint detection under a single consistent API, allowing practitioners to handle multiple vision tasks without switching between specialized models. The architecture was discovered through neural architecture search, and the same NAS methodology is available on the Roboflow platform to help users optimize architectures for their own data.
RF-DETR suits teams working on computer vision applications where both accuracy and inference speed matter. The tool is particularly relevant for those who need to fine-tune models on custom datasets rather than use pretrained weights as-is. The open-source rfdetr package and standard models are released under Apache 2.0, making them freely available for most use cases, though larger model variants are available under a different license. The project provides benchmarks on Microsoft COCO and RF100-VL datasets, with latency measurements taken on NVIDIA T4 hardware using TensorRT and FP16 precision to reflect real deployment conditions.
The project maintains active development with regular updates to the core architecture and supporting tools. The codebase is organized to support both stable releases and in-development features available through source installation. Comprehensive benchmarking infrastructure is documented and reproducible, with methodology details published separately to enable verification of reported accuracy and latency figures.