the.ai

Vision / Recognition

verified

Object Detection

Classification asks what is in the picture; detection asks what is in it and where, which turns one answer into a variable-length list of boxes. That variable length is the whole difficulty — the network has a fixed output shape and the picture might contain no cars or forty of them.

Viz primitive · budget-splitbackground-anchors = 300

background-anchors holds 94% of the budget; rest holds the remaining 6%.

Anchors matching no object, against the handful that match one, in anchors. Drag the resolution up and watch the bar barely move — it was already almost all background at the left, which is the point: a loss summed over these is a loss about empty sky at every setting, and focal weighting exists to undo it.

300

Reviewed by opendroid · 2026-08-18

  • arXiv:1506.01497 — Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
  • arXiv:2005.12872 — End-to-End Object Detection with Transformers