RF DETR (Base) RF DETR is a real time detection transformer family introduced in RF DETR: Neural Architecture Search for Real Time Detection Transformers by Robinson et al. and integrated in 🤗 Transformers via PR 36895. Model description RF DETR is an end to end object detection model that combines ideas from LW DETR and Deformable DETR: a DINOv2 with registers style ViT backbone (with an RF DETR windowing pattern for efficient attention), a multi scale projector between encoder and decoder, and a multi scale deformable DETR decoder for fast convergence and strong accuracy–latency tradeoffs. Key Architectural Details: Backbone: DINOv2 with registers style ViT with RF DETR windowed / full attention alternation (instead of a purely convolutional encoder). Multi scale fusion: RF DETR multi scale projector (C2f style blocks in the LW DETR lineage) to aggregate multi level backbone features before the decoder. Decoder: Deformable DETR style decoder with multi scale deformable cross attention; depth and input resolution vary by checkpoint (NAS frontier). Queries: DETR style object queries with bipartite matching and auxiliary decoder losses for training stability. Training Details: Dete…
We use cookies for essential functionality and analytics. You can accept or reject analytics cookies.Cookie policy