AICurious Logo

What is: Root-of-Mean-Squared Pooling?

Year2000
Data SourceCC BY-SA - https://paperswithcode.com

RMS Pooling is a pooling operation that calculates the square mean root for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually used after a convolutional layer.

zj=1Mi=1Muij2z_{j} = \sqrt{\frac{1}{M}\sum^{M}_{i=1}u{ij}^{2}}