Alpha-Integration Pooling for Convolutional Neural Networks
Hayoung Eom, Heeyoul Choi

TL;DR
This paper introduces alpha-integration pooling, a trainable pooling method for CNNs that adapts to data, outperforming traditional pooling methods like max and average pooling in image recognition tasks.
Contribution
The paper proposes a novel alpha-integration pooling with a trainable parameter, unifying multiple pooling types and optimizing them per layer for improved CNN performance.
Findings
AlphaI-pooling outperforms max and average pooling in experiments.
Different CNN layers have different optimal pooling types.
AlphaI-pooling adapts to data, enhancing recognition accuracy.
Abstract
Convolutional neural networks (CNNs) have achieved remarkable performance in many applications, especially in image recognition tasks. As a crucial component of CNNs, sub-sampling plays an important role for efficient training or invariance property, and max-pooling and arithmetic average-pooling are commonly used sub-sampling methods. In addition to the two pooling methods, however, there could be many other pooling types, such as geometric average, harmonic average, and so on. Since it is not easy for algorithms to find the best pooling method, usually the pooling types are assumed a priority, which might not be optimal for different tasks. In line with the deep learning philosophy, the type of pooling can be driven by data for a given task. In this paper, we propose {\it -integration pooling} (I-pooling), which has a trainable parameter to find the type of…
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 · Machine Learning and Data Classification · Advanced Image and Video Retrieval Techniques
