the.ai

Vision / Foundations

verified

Receptive Field

How much of the input a single unit deep in the network can see. A first-layer unit looking through a three-pixel window sees three pixels; the unit above it sees five, because it looks at three units that each saw three. Depth is how a convolutional network gets a wide view, one small window at a time.

Viz primitive · attention-heatmaptokens = 12
query ↓key →

12 queries against 12 keys; a brighter cell means more of that query's attention went to that key. Nothing is masked: every position can read every other, itself included.

One unit's view over its input, weighted by how many paths reach each position. Drag the decay up to watch influence concentrate at the centre — the effective field is smaller than the nominal one, and grows with the square root of depth rather than with depth.

0.5

Reviewed by opendroid · 2026-08-18

  • arXiv:1701.04128 — Understanding the Effective Receptive Field in Deep Convolutional Neural Networks
  • arXiv:1512.00567 — Rethinking the Inception Architecture for Computer Vision