Receptive Field Arithmetic

Formula

$$ \begin{aligned} j_{n} &= s^{n} \\ r_{n+1} &= r_{n} + (k - 1) \cdot j_n \end{aligned} $$

Illustration1

(The left one is more intuitive and natural.)

Receptive Field

Receptive Field Arithmetic


  1. "A guide to receptive field arithmetic for Convolutional Neural Networks"

by Jon