| RetinaNet | dense | retinanet, retina, RetinaNet | runtime_validated | cpu | Validated for the native Retina-style dense contract, not external benchmark parity. |
| FCOS | dense | fcos, FCOS | runtime_validated | cpu | Validated for the native anchor-free dense contract. |
| ATSS | dense | atss, ATSS | runtime_validated | cpu | Validated for the native anchor-based dense contract. |
| FSAF | dense | fsaf, FSAF | compatibility_alias | cpu | Routed through native dense components; not listed as architecture-faithful support. |
| FreeAnchor | dense | free_anchor, FreeAnchor | compatibility_alias | cpu | Retina-style compatibility path only. |
| GFL | dense | gfl, GFL | runtime_validated | cpu | Validated for the native GFL-style dense contract. |
| GFocalV2 | dense | gfocalv2, GFocalV2, GFLV2 | compatibility_alias | cpu | GFLv2 naming is routed through native dense components, but detector-level parity is not claimed. |
| VFNet | dense | vfnet, VFNet | compatibility_alias | cpu | Uses native ATSS-compatible components with varifocal head/loss support; not fully VFNet-faithful. |
| FOVEA / FoveaBox | dense | fovea, foveabox, FOVEA, FoveaBox | compatibility_alias | cpu | Native Fovea-style head is available, but detector-level architecture parity is not claimed. |
| PAA | dense | paa, PAA | compatibility_alias | cpu | Probabilistic assignment naming is exposed through a native dense route only. |
| RepPoints | dense | reppoints, RepPoints | compatibility_alias | cpu | Requires explicit point generation settings; detector path reuses native anchor-free contracts. |
| YOLOF | dense | yolof, YOLOF | compatibility_alias | cpu | YOLOF-style head and DilatedEncoder neck exist; detector-level parity is not claimed. |
| TOOD | dense | tood, TOOD | compatibility_alias | cpu | Task-aligned dense naming route only. |
| DDOD | dense | ddod, DDOD | compatibility_alias | cpu | Decoupled dense naming route only. |
| AutoAssign | dense | auto_assign, AutoAssign | compatibility_alias | cpu | Auto-assignment naming route only. |
| NAS-FCOS | dense | nas_fcos, NAS-FCOS | compatibility_alias | cpu | NAS-FCOS naming route only. |
| CenterNet | dense | centernet, CenterNet | runtime_validated | cpu | Validated for native heatmap, width-height, offset, and decode paths. |
| CornerNet | dense | cornernet, CornerNet | runtime_validated | cpu | Validated for paired corner heatmaps, embeddings, offsets, and native decode. |
| YOLO family | dense | yolo, YOLO, yolo3, yolo4, yolo_v3, yolov3, yolov4, yolov5, yolov6, yolov7, yolov8, yolov9, yolov10 | compatibility_alias | cpu | Routes through the YOLOX-compatible neck, head, target, and decode path; version-specific YOLO parity is not claimed. |
| YOLOX | dense | yolox, YOLOX | runtime_validated | cpu | Validated with YOLOXPAFPN, objectness outputs, simOTA-style targets, and decode. |
| RTMDet | dense | rtmdet, rtmdet_tiny, rtmdet_s, rtmdet_m, rtmdet_l, RTMDet | runtime_validated | cpu | Validated for the native RTMDet head and YOLOXPAFPN-compatible path. |
| SSD | dense | ssd, ssd300, ssd512, ssdlite, SSD | runtime_validated | cpu | Validated for SSDNeck, native SSD head, and anchor decode. |
| EfficientDet | dense | efficientdet, efficientdet_d0, efficientdet_d1, efficientdet_d2, EfficientDet | runtime_validated | cpu; default backbone uses timm | Validated for EfficientNet/BiFPN/native head assembly; install simpledet[timm] for default native module construction. |
| SOLOv2 | dense | solov2, solov2_light | compatibility_alias | cpu | Historical dense route only; instance segmentation parity is not claimed. |
| DETR | transformer | detr, DETR | runtime_validated | cpu | 2D query detector scaffold with native logits, boxes, and decode. |
| Conditional DETR | transformer | conditional_detr, conditionaldetr, ConditionalDETR, Conditional DETR | runtime_validated | cpu | 2D query detector scaffold; unsupported v2 names are rejected. |
| DAB-DETR | transformer | dab_detr, dabdetr, DAB-DETR, DABDETR | runtime_validated | cpu | 2D query detector scaffold; unsupported v2 names are rejected. |
| Deformable DETR | transformer | deformable_detr, deformabledetr, DeformableDETR, Deformable DETR | runtime_validated | cpu | 2D query detector scaffold; Deformable DETR v2 names are planned, unsupported. |
| DINO | transformer | dino, DINO | runtime_validated | cpu | 2D query detector scaffold; DINOv2 is planned, unsupported. |
| RPN | proposal | rpn, RPN, RPN detector, Region Proposal Network | runtime_validated | cpu | Proposal-only detector path. |
| Fast R-CNN | roi | fast_rcnn, fast-rcnn, Fast R-CNN | runtime_validated | cpu | ROI bbox path without an RPN stage. |
| Faster R-CNN | roi | faster_rcnn, faster-rcnn, Faster R-CNN | runtime_validated | cpu | Native RPN plus ROI bbox path. |
| Mask R-CNN | roi | mask_rcnn, mask-rcnn, Mask R-CNN | runtime_validated | cpu | Native mask head contract is validated; full dataset benchmark parity is not claimed. |
| Grid R-CNN | roi | grid_rcnn, gridrcnn, Grid R-CNN | runtime_validated | cpu | Native grid ROI head contract is validated. |
| Cascade R-CNN | roi | cascade_rcnn, cascadercnn, Cascade R-CNN | runtime_validated | cpu | Native cascade bbox refinement path is validated. |
| Cascade Mask R-CNN | roi | cascade_mask_rcnn, cascademaskrcnn, Cascade Mask R-CNN | runtime_validated | cpu | Native cascade bbox plus mask contracts are validated. |
| Libra R-CNN | roi | libra_rcnn, librarcnn, Libra R-CNN | runtime_validated | cpu | Balanced ROI sampling contract is represented; external parity is not claimed. |
| Double-Head R-CNN | roi | double_head_rcnn, doubleheadrcnn, Double-Head R-CNN | runtime_validated | cpu | Native double-head ROI feature contract is validated. |
| Dynamic R-CNN | roi | dynamic_rcnn, dynamicrcnn, Dynamic R-CNN | runtime_validated | cpu | Native dynamic ROI feature path is validated. |
| Sparse R-CNN | roi | sparse_rcnn, sparsercnn, Sparse R-CNN | runtime_validated | cpu | Validated with learned proposal boxes/features and sparse ROI refinement. |