paper-with-me

Papers

Refining activation downsampling with SoftPool

2021-01-02 · ICCV 2021 10 · Alexandros Stergiou, Ronald Poppe, Grigorios Kalliatakis

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.

📄 PDF Abstract BibTeX arXiv:2101.00440

Code (8)

alexandrosstergiou/SoftPool 공식 구현 pytorch
HelloDuoLA/refining-activation-downsampling-with-SoftPool mindspore
MindCode-4/code-13/tree/main/refining-activation mindspore
MindCode-4/code-8/tree/main/refining-activation mindspore
MindSpore-scientific/code-14/tree/main/refining-activation mindspore
MindSpore-scientific/code-5/tree/main/refining-activation mindspore
qwopqwop200/SoftPool pytorch
sayakpaul/Revisiting-Pooling-in-CNNs

Tasks

Action Recognition

Methods 이 논문이 사용한 방법론

SoftPool 설명 없음

Similar Papers 제목 키워드 기반

SoftPoolNet: Shape Descriptor for Point Cloud Completion and Classification

2020-08-17 · ECCV 2020 8 · Yida Wang, David Joseph Tan, Nassir Navab, Federico Tombari

Point clouds are often the default choice for many applications as they exhibit more flexibility and efficiency than volumetric data. Nevertheless, their unorganized nature -- points are stored in an unordered way -- mak…

ClassificationDecoderGeneral ClassificationPoint Cloud Completion

Dual Stream Computer-Generated Image Detection Network Based On Channel Joint And Softpool

2022-07-07 · Ziyi Xi, Hao Lin, Weiqi Luo

With the development of computer graphics technology, the images synthesized by computer software become more and more closer to the photographs. While computer graphics technology brings us a grand visual feast in the f…

Image Forensics

Mitigating Attention Sinks and Massive Activations in Audio-Visual Speech Recognition with LLMs

2025-10-26 · Anand, Umberto Cappellazzo, Stavros Petridis, Maja Pantic arxiv

Large language models (LLMs) have recently advanced auditory speech recognition (ASR), visual speech recognition (VSR), and audio-visual speech recognition (AVSR). However, understanding of their internal dynamics under …

Audio-Visual Speech Recognition

AS-PD: An Arbitrary-Size Downsampling Framework for Point Clouds

2022-11-02 · Peng Zhang, Ruoyin Xie, Jinsheng Sun, Weiqing Li 외

Point cloud downsampling is a crucial pre-processing operation to downsample points in order to unify data size and reduce computational cost, to name a few. Recent research on point cloud downsampling has achieved great…

SoftPool++: An Encoder-Decoder Network for Point Cloud Completion

2022-05-08 · Yida Wang, David Joseph Tan, Nassir Navab, Federico Tombari

We propose a novel convolutional operator for the task of point cloud completion. One striking characteristic of our approach is that, conversely to related work it does not require any max-pooling or voxelization operat…

DecoderPoint Cloud Completion