the.ai

Vision / Architecture

verified

Feature Pyramid

The same object is a hundred pixels across in one photograph and eight in the next, and a detector with one fixed window will find one of those and miss the other. A feature pyramid gives the network a stack of resolutions to look at, so whatever the object's size, some level sees it at a comfortable scale.

Viz primitive · budget-splitcoarse-level-pixels = 8

coarse-level-pixels holds 7% of the budget; rest holds the remaining 93%.

Pixels in every level above the finest, against the finest level alone, in equal units. Drag the levels up and watch the bar stop: each level has a quarter of the one below, so the stack above sums to a third of the base — a quarter of the pyramid's total cost.

8

Reviewed by opendroid · 2026-08-18

  • arXiv:1612.03144 — Feature Pyramid Networks for Object Detection
  • arXiv:1506.01497 — Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks