{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/dual-resolution-correspondence-networks","title":"Dual-Resolution Correspondence Networks","arxiv_id":"2006.08844","date":"2020-06-16","proceeding":"NeurIPS 2020 12","authors":["Xinghui Li","Kai Han","Shuda Li","Victor Adrian Prisacariu"],"abstract":"We tackle the problem of establishing dense pixel-wise correspondences between a pair of images. In this work, we introduce Dual-Resolution Correspondence Networks (DualRC-Net), to obtain pixel-wise correspondences in a coarse-to-fine manner. DualRC-Net extracts both coarse- and fine- resolution feature maps. The coarse maps are used to produce a full but coarse 4D correlation tensor, which is then refined by a learnable neighbourhood consensus module. The fine-resolution feature maps are used to obtain the final dense correspondences guided by the refined coarse 4D correlation tensor. The selected coarse-resolution matching scores allow the fine-resolution features to focus only on a limited number of possible matches with high confidence. In this way, DualRC-Net dramatically increases matching reliability and localisation accuracy, while avoiding to apply the expensive 4D convolution kernels on fine-resolution feature maps. We comprehensively evaluate our method on large-scale public benchmarks including HPatches, InLoc, and Aachen Day-Night. It achieves the state-of-the-art results on all of them.","url_abs":"https://arxiv.org/abs/2006.08844v2","url_pdf":"https://arxiv.org/pdf/2006.08844v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"dual-resolution-correspondence-networks","repo_url":"https://github.com/ActiveVisionLab/DualRC-Net","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[],"methods":[{"method_slug":"convolution","method_name":"Convolution"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2006.08844","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2006.08844"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ActiveVisionLab/DualRC-Net","reach":null}],"summary":{"ran":1,"ran_fixture":1,"ran_honours":1,"unverified":8},"by_repo_kind":{"official":{"samples":11,"ran":3,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"7807e7b29b2f6d3a","entry":"FeatureCorrelation","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"7807e7b29b2f6d3a"}},{"code_sha256_prefix":"6143bd380b5003fc","entry":"MutualMatching","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"6143bd380b5003fc"}},{"code_sha256_prefix":"cf9656ffec66503c","entry":"featureL2Norm","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"cf9656ffec66503c"}},{"code_sha256_prefix":"c8d946595f870824","entry":"Conv4d","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"c8d946595f870824"}},{"code_sha256_prefix":"0dc49061adf4b7f0","entry":"Conv4d","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"0dc49061adf4b7f0"}},{"code_sha256_prefix":"70060753740460e3","entry":"FeatureExtraction","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"70060753740460e3"}},{"code_sha256_prefix":"a0d0188fd972c3f6","entry":"ImMatchNet","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"a0d0188fd972c3f6"}},{"code_sha256_prefix":"117118b8bed6eec8","entry":"ImMatchNet","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"117118b8bed6eec8"}},{"code_sha256_prefix":"0b91fae41a6075d7","entry":"NeighConsensus","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"0b91fae41a6075d7"}},{"code_sha256_prefix":"04c2433ce7b4fb9d","entry":"NeighConsensus","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"04c2433ce7b4fb9d"}},{"code_sha256_prefix":"b34a6df14efe752e","entry":"conv4d","repo":"ActiveVisionLab/DualRC-Net","repo_kind":"official","path":"lib/model_v2.py","file_url":"https://github.com/ActiveVisionLab/DualRC-Net/blob/HEAD/lib/model_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"b34a6df14efe752e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}