Papers › GOCor: Bringing Globally Optimized Correspondence Volumes into Your Neural Network

GOCor: Bringing Globally Optimized Correspondence Volumes into Your Neural Network

16 Sep 2020NeurIPS 2020 12arXiv:2009.07823archive 2025-07-28

Prune Truong, Martin Danelljan, Luc van Gool, Radu Timofte

The feature correlation layer serves as a key neural network module in numerous computer vision problems that involve dense correspondences between image pairs. It predicts a correspondence volume by evaluating dense scalar products between feature vectors extracted from pairs of locations in two images. However, this point-to-point feature comparison is insufficient when disambiguating multiple similar regions in an image, severely affecting the performance of the end task. We propose GOCor, a fully differentiable dense matching module, acting as a direct replacement to the feature correlation layer. The correspondence volume generated by our module is the result of an internal optimization procedure that explicitly accounts for similar regions in the scene. Moreover, our approach is capable of effectively learning spatial matching priors to resolve further matching ambiguities. We analyze our GOCor module in extensive ablative experiments. When integrated into state-of-the-art networks, our approach significantly outperforms the feature correlation layer for the tasks of geometric matching, optical flow, and dense semantic matching. The code and trained models will be made available at github.com/PruneTruong/GOCor.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology 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="2009.07823")

Code

Syntology Ran 18 of 22 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 7 ran · our draft was wrong; 11 ran with no contract checked.

By repository: named in the paper: 1 sample from 1 repository, 1 ran; community (archive-listed): 20 samples from 1 repository, 16 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

PruneTruong/GOCor mentioned in papermentioned on GitHubpytorch report
PruneTruong/GLU-Net mentioned on GitHubpytorch 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

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

7ran · our draft was wrong
11ran
4unverified

Licence: 22 of the 22 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 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

GlobalGOCor PruneTruong/GOCor/GOCor/global_gocor.py named in the paper ran · metamorphic tier: deterministic licence not identified · pointer only · 25366ffe25c8bc36 · report
BilinearConvTranspose2d PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted GPL-3.0 (copyleft) · pointer only · d3e35fbe21b2be24 · report
CMDTop PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · 4474168045aa4fd4 · report
Conv4d PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · 62a354f8ea85f74a · report
CorrelationVolume PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted GPL-3.0 (copyleft) · pointer only · 1f0e92fa0247a8bc · report
CorrespondenceMapBase PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · 3ab7601dd286313f · report
FeatureCorrelation PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted GPL-3.0 (copyleft) · pointer only · 795a509a73c8b933 · report
FeatureL2Norm PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted GPL-3.0 (copyleft) · pointer only · a3f774c099274f5e · report
OpticalFlowEstimator PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran fingerprinted GPL-3.0 (copyleft) · pointer only · 18e6cd02960c2b23 · report
OpticalFlowEstimatorNoDenseConnection PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted GPL-3.0 (copyleft) · pointer only · 2874bd730d68f2b1 · report
ResNetPyramid PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran fingerprinted GPL-3.0 (copyleft) · pointer only · 60523f6d6d1f6fa4 · report
conv PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · ea448b10b84d2017 · report
conv_blck PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 8da443faacf5f51a · report
conv_head PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 21c67fa7347e53dc · report
deconv PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · e5cf22998f71a87e · report
unnormalise_and_convert_mapping_to_flow PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · b2bf0025a986b118 · report
warp PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · 9f7160674c91d903 · report
GLUNet_model PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 0ffb01b5e3868007 · report
NeighConsensus PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 95ad4c0d44741b19 · report
VGGPyramid PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · dc39cc2333935c87 · report
conv4d PruneTruong/GLU-Net/models/our_models/GLUNet.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 8407da62949de1ee · report
predict_flow identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · c3f23a008d953af5 · report

Tasks

Dense Pixel Correspondence EstimationFeature CorrelationGeometric MatchingOptical Flow Estimation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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