Global Second-order Pooling Convolutional Networks
Zilin Gao, Jiangtao Xie, Qilong Wang, Peihua Li

TL;DR
This paper introduces a novel convolutional network architecture that applies global second-order pooling at multiple layers to better capture holistic image information, leading to improved performance on large-scale image recognition tasks.
Contribution
It proposes a new method to incorporate global second-order pooling across different layers, enhancing non-linear modeling capabilities of ConvNets.
Findings
Outperforms existing models on ImageNet-1K
Achieves state-of-the-art accuracy in image recognition
Effectively exploits second-order statistics throughout the network
Abstract
Deep Convolutional Networks (ConvNets) are fundamental to, besides large-scale visual recognition, a lot of vision tasks. As the primary goal of the ConvNets is to characterize complex boundaries of thousands of classes in a high-dimensional space, it is critical to learn higher-order representations for enhancing non-linear modeling capability. Recently, Global Second-order Pooling (GSoP), plugged at the end of networks, has attracted increasing attentions, achieving much better performance than classical, first-order networks in a variety of vision tasks. However, how to effectively introduce higher-order representation in earlier layers for improving non-linear capability of ConvNets is still an open problem. In this paper, we propose a novel network model introducing GSoP across from lower to higher layers for exploiting holistic image information throughout a network. Given an…
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 · Medical Image Segmentation Techniques · Sparse and Compressive Sensing Techniques
MethodsGlobal second-order pooling convolutional networks
