Can you tell us something about ‘Global Average Pooling’?

Rahul S
Aaweg Interview
Published in
3 min readNov 29, 2022

--

A typical classifier, except the last two/few layers, is nothing but a feature extractor.

A feature extractor is made of many convolution layers with activation functions and occasionally spatial compression operations called MaxPooling. It produces multiple feature maps that flow down the network.

During training, the feature extractor learns to represent the important features in the image (of objects in the image) in different feature maps. While the first few layers are limited to simple features like…

--

--