GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
April 25, 2019 ยท Entered Twilight ยท ๐ 2019 IEEE/CVF International Conference on Computer Vision Workshop (ICCVW)
"Last commit was 5.0 years ago (โฅ5 year threshold)"
Evidence collected by the PWNC Scanner
Repo contents: .github, .gitignore, .style.yapf, .travis.yml, LICENSE, README.md, compile.sh, configs, demo, figs, mmdet, setup.py, tools
Authors
Yue Cao, Jiarui Xu, Stephen Lin, Fangyun Wei, Han Hu
arXiv ID
1904.11492
Category
cs.CV: Computer Vision
Cross-listed
cs.AI,
cs.LG
Citations
1.8K
Venue
2019 IEEE/CVF International Conference on Computer Vision Workshop (ICCVW)
Repository
https://github.com/xvjiarui/GCNet
โญ 1219
Last Checked
1 month ago
Abstract
The Non-Local Network (NLNet) presents a pioneering approach for capturing long-range dependencies, via aggregating query-specific global context to each query position. However, through a rigorous empirical analysis, we have found that the global contexts modeled by non-local network are almost the same for different query positions within an image. In this paper, we take advantage of this finding to create a simplified network based on a query-independent formulation, which maintains the accuracy of NLNet but with significantly less computation. We further observe that this simplified design shares similar structure with Squeeze-Excitation Network (SENet). Hence we unify them into a three-step general framework for global context modeling. Within the general framework, we design a better instantiation, called the global context (GC) block, which is lightweight and can effectively model the global context. The lightweight property allows us to apply it for multiple layers in a backbone network to construct a global context network (GCNet), which generally outperforms both simplified NLNet and SENet on major benchmarks for various recognition tasks. The code and configurations are released at https://github.com/xvjiarui/GCNet.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Computer Vision
๐
๐
Old Age
๐
๐
Old Age
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
R.I.P.
๐ป
Ghosted
You Only Look Once: Unified, Real-Time Object Detection
๐
๐
Old Age
SSD: Single Shot MultiBox Detector
๐
๐
Old Age
Squeeze-and-Excitation Networks
R.I.P.
๐ป
Ghosted