Pooling Revisited: Your Receptive Field is Suboptimal
Dong-Hwan Jang, Sanghyeok Chu, Joonhyuk Kim, Bohyung Han

TL;DR
This paper introduces DynOPool, a learnable pooling operation that optimizes receptive field size and shape end-to-end, improving model performance in image classification and segmentation tasks.
Contribution
The paper proposes DynOPool, a novel dynamic pooling method that automatically learns optimal receptive field configurations during training.
Findings
DynOPool outperforms baseline models on multiple datasets.
It effectively optimizes receptive field size and shape.
It controls model complexity via an additional loss term.
Abstract
The size and shape of the receptive field determine how the network aggregates local information and affect the overall performance of a model considerably. Many components in a neural network, such as kernel sizes and strides for convolution and pooling operations, influence the configuration of a receptive field. However, they still rely on hyperparameters, and the receptive fields of existing models result in suboptimal shapes and sizes. Hence, we propose a simple yet effective Dynamically Optimized Pooling operation, referred to as DynOPool, which optimizes the scale factors of feature maps end-to-end by learning the desirable size and shape of its receptive field in each layer. Any kind of resizing modules in a deep neural network can be replaced by the operations with DynOPool at a minimal cost. Also, DynOPool controls the complexity of a model by introducing an additional loss…
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 Neural Network Applications · Stochastic Gradient Optimization Techniques · Domain Adaptation and Few-Shot Learning
MethodsConvolution
