LogAvgExp Provides a Principled and Performant Global Pooling Operator
Scott C. Lowe, Thomas Trappenberg, Sageev Oore

TL;DR
This paper introduces LogAvgExp, a theoretically justified and flexible global pooling operator for neural networks that smoothly transitions between max and mean pooling, improving performance across vision tasks.
Contribution
The paper proposes LogAvgExp as a principled pooling operator with a learnable temperature, unifying max and mean pooling within a single framework.
Findings
LogAvgExp acts as a natural OR operator for logits.
Introducing a temperature parameter allows smooth transition between max and mean pooling.
Experimental results show improved performance in vision neural networks.
Abstract
We seek to improve the pooling operation in neural networks, by applying a more theoretically justified operator. We demonstrate that LogSumExp provides a natural OR operator for logits. When one corrects for the number of elements inside the pooling operator, this becomes . By introducing a single temperature parameter, LogAvgExp smoothly transitions from the max of its operands to the mean (found at the limiting cases and ). We experimentally tested LogAvgExp, both with and without a learnable temperature parameter, in a variety of deep neural network architectures for computer vision.
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 · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
