Gather-Excite: Exploiting Feature Context in Convolutional Neural Networks
Jie Hu, Li Shen, Samuel Albanie, Gang Sun, Andrea Vedaldi

TL;DR
Gather-Excite introduces lightweight operators for CNNs that efficiently capture long-range feature interactions, significantly improving performance without increasing model complexity.
Contribution
The paper proposes a novel, simple gather-excite operator pair for CNNs that enhances context exploitation and improves accuracy with minimal additional parameters.
Findings
Gather-Excite improves CNN performance on multiple datasets.
ResNet-50 with Gather-Excite outperforms deeper ResNet-101.
Parametric Gather-Excite yields further gains.
Abstract
While the use of bottom-up local operators in convolutional neural networks (CNNs) matches well some of the statistics of natural images, it may also prevent such models from capturing contextual long-range feature interactions. In this work, we propose a simple, lightweight approach for better context exploitation in CNNs. We do so by introducing a pair of operators: gather, which efficiently aggregates feature responses from a large spatial extent, and excite, which redistributes the pooled information to local features. The operators are cheap, both in terms of number of added parameters and computational complexity, and can be integrated directly in existing architectures to improve their performance. Experiments on several datasets show that gather-excite can bring benefits comparable to increasing the depth of a CNN at a fraction of the cost. For example, we find ResNet-50 with…
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 · Generative Adversarial Networks and Image Synthesis · Anomaly Detection Techniques and Applications
MethodsGather-Excite Networks
