2. SPPnet and Fast RCNN Reading Notes

Novel Idea of SPPnet

Replace the regular pooling layer, in which the size of the kernel is fixed and the output depends on the input, with a Spatial Paramid Pooling (SPP) layer, in which, on the contrary, the size of the kernel depends on the input and the output is fixed. Consequently, the input size of the final fully-connected layer can be determined in advance, thus the network is empowered to deal with arbitrary-size input.

Spatial Paramid Pooling Layer

General Improvements of Fast RCNN

Pipeline