Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond

About

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.

Yue Cao, Jiarui Xu, Stephen Lin, Fangyun Wei, Han Hu• 2019

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU45.2
2731
Object DetectionCOCO 2017 (val)
AP47.9
2454
Image ClassificationImageNet-1k (val)
Top-1 Accuracy77.7
1453
Object DetectionCOCO (test-dev)
mAP52.3
1195
ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy (%)78.93
1155
Semantic segmentationCityscapes (test)--
1145
Instance SegmentationCOCO 2017 (val)--
1144
Object DetectionCOCO (val)
mAP40.5
613
Object DetectionCOCO v2017 (test-dev)
mAP48.4
499
Instance SegmentationCOCO (val)
APmk36.4
472
Showing 10 of 20 rows

Other info

Code

Follow for update