LGAICVSep 25, 2024

Stochastic Subsampling With Average Pooling

arXiv:2409.16630v12 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses regularization issues in deep neural networks for researchers and practitioners, offering a plug-in solution that is incremental over existing methods.

The paper tackles the inconsistency problem in Dropout regularization by proposing stochastic average pooling, which integrates stochasticity into pooling without causing output inconsistencies, leading to consistent performance improvements across various tasks, datasets, and models.

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 average pooling yields consistent improvements across a variety of tasks, datasets, and models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes