Ordinal Pooling
Adrien Deli\`ege, Maxime Istasse, Ashwani Kumar, Christophe De, Vleeschouwer, Marc Van Droogenbroeck

TL;DR
This paper introduces ordinal pooling, a learnable pooling method for CNNs that adaptively combines average and max pooling, improving accuracy and training speed, especially in lightweight or quantized models.
Contribution
A novel ordinal pooling scheme that learns to weight elements in a pooling region based on their order, bridging average and max pooling in a differentiable manner.
Findings
Ordinal pooling improves CNN accuracy over traditional pooling methods.
It speeds up training and reduces sensitivity to pooling choices.
Particularly effective in lightweight and quantized architectures.
Abstract
In the framework of convolutional neural networks, downsampling is often performed with an average-pooling, where all the activations are treated equally, or with a max-pooling operation that only retains an element with maximum activation while discarding the others. Both of these operations are restrictive and have previously been shown to be sub-optimal. To address this issue, a novel pooling scheme, named\emph{ ordinal pooling}, is introduced in this work. Ordinal pooling rearranges all the elements of a pooling region in a sequence and assigns a different weight to each element based upon its order in the sequence. These weights are used to compute the pooling operation as a weighted sum of the rearranged elements of the pooling region. They are learned via a standard gradient-based training, allowing to learn a behavior anywhere in the spectrum of average-pooling to max-pooling in…
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 Neural Network Applications · Domain Adaptation and Few-Shot Learning · Human Pose and Action Recognition
