CVJan 2, 2021

Refining activation downsampling with SoftPool

arXiv:2101.00440v3198 citations
Originality Incremental advance
AI Analysis

This work provides an incremental improvement in pooling operations for CNNs, benefiting researchers and practitioners working on image classification and action recognition tasks.

This paper introduces SoftPool, an exponentially weighted activation downsampling method for Convolutional Neural Networks (CNNs). SoftPool is shown to retain more information in reduced activation maps, leading to improved classification accuracy on ImageNet1K and consistent performance improvements in action recognition on video datasets.

Convolutional Neural Networks (CNNs) use pooling to decrease the size of activation maps. This process is crucial to increase the receptive fields and to reduce computational requirements of subsequent convolutions. An important feature of the pooling operation is the minimization of information loss, with respect to the initial activation maps, without a significant impact on the computation and memory overhead. To meet these requirements, we propose SoftPool: a fast and efficient method for exponentially weighted activation downsampling. Through experiments across a range of architectures and pooling methods, we demonstrate that SoftPool can retain more information in the reduced activation maps. This refined downsampling leads to improvements in a CNN's classification accuracy. Experiments with pooling layer substitutions on ImageNet1K show an increase in accuracy over both original architectures and other pooling methods. We also test SoftPool on video datasets for action recognition. Again, through the direct replacement of pooling layers, we observe consistent performance improvements while computational loads and memory requirements remain limited.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes