Concept
Stochastic Pooling
Stochastic pooling is a pooling variant introduced by Zeiler and Fergus (2013) that incorporates randomization into the aggregation process. Unlike standard deterministic pooling methods—which compute a fixed maximum or average—stochastic pooling randomly selects an activation within the pooling window according to a probability distribution derived from the activations themselves. By combining aggregation with randomization, this approach acts as a form of regularization for deep convolutional neural networks, and can yield modest improvements in classification accuracy compared to conventional pooling strategies.
0
1
Updated 2026-05-12
Tags
D2L
Dive into Deep Learning @ D2L