Stochastic Subsampling With Average Pooling
Bum Jun Kim, Sang Woo Kim

TL;DR
This paper introduces stochastic average pooling, a new regularization module for deep neural networks that incorporates stochasticity in pooling to improve generalization without causing output inconsistency.
Contribution
It proposes stochastic average pooling, a novel pooling method that combines regularization benefits of Dropout with consistent output properties, easily integrable into existing architectures.
Findings
Improves generalization across various tasks and datasets
Maintains output consistency unlike Dropout
Easily integrated into existing neural network models
Abstract
Regularization of deep neural networks has been an important issue to achieve higher generalization performance without overfitting problems. Although the popular method of Dropout provides a regularization effect, it causes inconsistent properties in the output, which may degrade the performance of deep neural networks. In this study, we propose a new module called stochastic average pooling, which incorporates Dropout-like stochasticity in pooling. We describe the properties of stochastic subsampling and average pooling and leverage them to design a module without any inconsistency problem. The stochastic average pooling achieves a regularization effect without any potential performance degradation due to the inconsistency issue and can easily be plugged into existing architectures of deep neural networks. Experiments demonstrate that replacing existing average pooling with stochastic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Statistical Process Monitoring · Machine Learning and Algorithms · Survey Sampling and Estimation Techniques
MethodsAverage Pooling · Dropout
