Papers › Graph-Based Global Reasoning Networks

Graph-Based Global Reasoning Networks

30 Nov 2018CVPR 2019 6arXiv:1811.12814archive 2025-07-28

Yunpeng Chen, Marcus Rohrbach, Zhicheng Yan, Shuicheng Yan, Jiashi Feng, Yannis Kalantidis

Globally modeling and reasoning over relations between regions can be beneficial for many computer vision tasks on both images and videos. Convolutional Neural Networks (CNNs) excel at modeling local relations by convolution operations, but they are typically inefficient at capturing global relations between distant regions and require stacking multiple convolution layers. In this work, we propose a new approach for reasoning globally in which a set of features are globally aggregated over the coordinate space and then projected to an interaction space where relational reasoning can be efficiently computed. After reasoning, relation-aware features are distributed back to the original coordinate space for down-stream tasks. We further present a highly efficient instantiation of the proposed approach and introduce the Global Reasoning unit (GloRe unit) that implements the coordinate-interaction space mapping by weighted global pooling and weighted broadcasting, and the relation reasoning via graph convolution on a small graph in interaction space. The proposed GloRe unit is lightweight, end-to-end trainable and can be easily plugged into existing CNNs for a wide range of tasks. Extensive experiments show our GloRe unit can consistently boost the performance of state-of-the-art backbone architectures, including ResNet, ResNeXt, SE-Net and DPN, for both 2D and 3D CNNs, on image classification, semantic segmentation and video action recognition task.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1811.12814")

Code

Syntology Ran 11 of 15 code samples harvested from 3 repositories linked to this paper; 4 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 1 ran; community (archive-listed): 14 samples from 2 repositories, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

facebookresearch/GloRe officialmentioned on GitHubpytorch report
ChriXiang/GloRe_pytorch mentioned on GitHubpytorch report
Mind23-2/MindCode-49 mentioned on GitHubmindspore report
Mind23-2/MindCode-50 mentioned on GitHubmindspore report
yangyucheng000/glore_res200 mindsporeApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 11 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

4ran · our draft was wrong
1ran · fixture could not drive it
6ran
4unverified

Licence: 4 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

autofill facebookresearch/GloRe/test/test-single-clip.py official repository ran · our draft was wrong MIT (permissive) · 53974ebeab9f0b81 · report
ResNet18 ChriXiang/GloRe_pytorch/resnet_example.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · fb183196c497a93d · report
ResNet34 ChriXiang/GloRe_pytorch/resnet_example.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · e39cd693a1b17d14 · report
ResNet50 ChriXiang/GloRe_pytorch/resnet_example.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 5dc8f93be8ef2d48 · report
calcul_acc yangyucheng000/glore_res200/postprocess.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 5af3c724a0f8260c · report
get_lr yangyucheng000/glore_res200/src/lr_generator.py community (archive-listed) ran Apache-2.0 (permissive) · ccb82a7bb4dc4e76 · report
glore ChriXiang/GloRe_pytorch/glore.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 1f6faceba55c7873 · report
linear_warmup_lr yangyucheng000/glore_res200/src/lr_generator.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 9da7260d717664f9 · report
shear_x yangyucheng000/glore_res200/src/transform_utils.py community (archive-listed) ran Apache-2.0 (permissive) · 8eaf53b48155177c · report
shear_y yangyucheng000/glore_res200/src/transform_utils.py community (archive-listed) ran Apache-2.0 (permissive) · 523681f17bc13539 · report
translate_x_rel yangyucheng000/glore_res200/src/transform_utils.py community (archive-listed) ran Apache-2.0 (permissive) · f38706e32849458d · report
cre_groundtruth_dict_fromjson yangyucheng000/glore_res200/infer/util/eval_by_sdk.py community (archive-listed) unverified Apache-2.0 (permissive) · 91090d4b24121f00 · report
cre_groundtruth_dict_fromtxt yangyucheng000/glore_res200/infer/util/eval_by_sdk.py community (archive-listed) unverified Apache-2.0 (permissive) · cc13de83d0285dde · report
gen_file_name yangyucheng000/glore_res200/infer/util/eval_by_sdk.py community (archive-listed) unverified Apache-2.0 (permissive) · 8e4b6f31a18e273d · report
warmup_cosine_annealing_lr yangyucheng000/glore_res200/src/lr_generator.py community (archive-listed) unverified Apache-2.0 (permissive) · d4a0bdf1190319c4 · report

Tasks

Action ClassificationAction RecognitionImage ClassificationRelational ReasoningSemantic SegmentationTemporal Action Localizationimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationBottleneck Residual BlockConcatenated Skip ConnectionConvolutionDPNDPN BlockDense ConnectionsGlobal Average PoolingGrouped ConvolutionKaiming InitializationMax PoolingReLUResNeXtResNeXt BlockResidual BlockResidual ConnectionSENetSigmoid ActivationSoftmaxSqueeze-and-Excitation Block

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections