AdaPool: Exponential Adaptive Pooling for Information-Retaining Downsampling
Alexandros Stergiou, Ronald Poppe

TL;DR
AdaPool introduces an adaptive, exponential pooling method that enhances detail preservation in CNNs and offers a bidirectional approach for both downsampling and upsampling, improving performance across various vision tasks.
Contribution
The paper proposes adaPool, a novel adaptive pooling technique that learns regional-specific fusion of kernels based on exponential functions, with a bidirectional property for downsampling and upsampling.
Findings
AdaPool outperforms traditional pooling methods on image and video classification tasks.
AdaPool improves detail preservation in super-resolution and frame interpolation.
The method introduces minimal additional computational and memory overhead.
Abstract
Pooling layers are essential building blocks of convolutional neural networks (CNNs), to reduce computational overhead and increase the receptive fields of proceeding convolutional operations. Their goal is to produce downsampled volumes that closely resemble the input volume while, ideally, also being computationally and memory efficient. Meeting both these requirements remains a challenge. To this end, we propose an adaptive and exponentially weighted pooling method: adaPool. Our method learns a regional-specific fusion of two sets of pooling kernels that are based on the exponent of the Dice-Sorensen coefficient and the exponential maximum, respectively. AdaPool improves the preservation of detail on a range of tasks including image and video classification and object detection. A key property of adaPool is its bidirectional nature. In contrast to common pooling methods, the learned…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Neural Network Applications · COVID-19 diagnosis using AI
