{"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/telling-left-from-right-identifying-geometry","title":"Telling Left from Right: Identifying Geometry-Aware Semantic Correspondence","arxiv_id":"2311.17034","date":"2023-11-28","proceeding":"CVPR 2024 1","authors":["Junyi Zhang","Charles Herrmann","Junhwa Hur","Eric Chen","Varun Jampani","Deqing Sun","Ming-Hsuan Yang"],"abstract":"While pre-trained large-scale vision models have shown significant promise for semantic correspondence, their features often struggle to grasp the geometry and orientation of instances. This paper identifies the importance of being geometry-aware for semantic correspondence and reveals a limitation of the features of current foundation models under simple post-processing. We show that incorporating this information can markedly enhance semantic correspondence performance with simple but effective solutions in both zero-shot and supervised settings. We also construct a new challenging benchmark for semantic correspondence built from an existing animal pose estimation dataset, for both pre-training validating models. Our method achieves a PCK@0.10 score of 65.4 (zero-shot) and 85.6 (supervised) on the challenging SPair-71k dataset, outperforming the state of the art by 5.5p and 11.0p absolute gains, respectively. Our code and datasets are publicly available at: https://telling-left-from-right.github.io/.","url_abs":"https://arxiv.org/abs/2311.17034v2","url_pdf":"https://arxiv.org/pdf/2311.17034v2.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":"telling-left-from-right-identifying-geometry","repo_url":"https://github.com/Junyi42/geoaware-sc","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"animal-pose-estimation","task_name":"Animal Pose Estimation"},{"task_slug":"pose-estimation","task_name":"Pose Estimation"},{"task_slug":"semantic-correspondence","task_name":"Semantic correspondence"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/semantic-correspondence-on-pf-pascal","task":"Semantic correspondence","dataset":"PF-PASCAL","model":"GeoAware-SC (Supervised, AP-10K P.T.)","rank_in_archive_order":2,"of":15,"metrics":{"PCK":"95.7"},"uses_additional_data":false},{"leaderboard":"/sota/semantic-correspondence-on-pf-pascal","task":"Semantic correspondence","dataset":"PF-PASCAL","model":"GeoAware-SC (Supervised)","rank_in_archive_order":3,"of":15,"metrics":{"PCK":"95.1"},"uses_additional_data":false},{"leaderboard":"/sota/semantic-correspondence-on-pf-pascal","task":"Semantic correspondence","dataset":"PF-PASCAL","model":"GeoAware-SC (Zero-Shot)","rank_in_archive_order":14,"of":15,"metrics":{"PCK":"82.6"},"uses_additional_data":false},{"leaderboard":"/sota/semantic-correspondence-on-spair-71k","task":"Semantic correspondence","dataset":"SPair-71k","model":"GeoAware-SC (Supervised, AP-10K P.T.)","rank_in_archive_order":1,"of":22,"metrics":{"PCK":"85.6"},"uses_additional_data":false},{"leaderboard":"/sota/semantic-correspondence-on-spair-71k","task":"Semantic correspondence","dataset":"SPair-71k","model":"GeoAware-SC (Supervised)","rank_in_archive_order":3,"of":22,"metrics":{"PCK":"82.9"},"uses_additional_data":false},{"leaderboard":"/sota/semantic-correspondence-on-spair-71k","task":"Semantic correspondence","dataset":"SPair-71k","model":"GeoAware-SC (Zero-Shot)","rank_in_archive_order":6,"of":22,"metrics":{"PCK":"68.5"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2311.17034","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2311.17034"}},"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/Junyi42/geoaware-sc","reach":{"status":"ok"}}],"summary":{"ran":9,"ran_draft_wrong":2,"unverified":4},"by_repo_kind":{"official":{"samples":15,"ran":11,"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":15,"samples":[{"code_sha256_prefix":"2703adeb8c9b7fe3","entry":"conv1x1","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"model_utils/projection_network.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/model_utils/projection_network.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2703adeb8c9b7fe3"}},{"code_sha256_prefix":"dd1114865f06f0fd","entry":"conv3x3","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"model_utils/projection_network.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/model_utils/projection_network.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"dd1114865f06f0fd"}},{"code_sha256_prefix":"573379e424292b74","entry":"convert_to_binary_mask","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"utils/utils_correspondence.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/utils/utils_correspondence.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"573379e424292b74"}},{"code_sha256_prefix":"ff7935588190c264","entry":"get_activation","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"model_utils/resnet.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/model_utils/resnet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ff7935588190c264"}},{"code_sha256_prefix":"0e22527aef7473f7","entry":"get_logger","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"utils/logger.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/utils/logger.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0e22527aef7473f7"}},{"code_sha256_prefix":"56e01a00f6319825","entry":"get_norm","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"model_utils/resnet.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/model_utils/resnet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"56e01a00f6319825"}},{"code_sha256_prefix":"e73d70bf254d0833","entry":"load_config","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"utils/logger.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/utils/logger.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e73d70bf254d0833"}},{"code_sha256_prefix":"b49f032c30dd19b3","entry":"log_weighted_pcks","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"utils/logger.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/utils/logger.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b49f032c30dd19b3"}},{"code_sha256_prefix":"ff621aa7b96efd16","entry":"normalize_feats","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"pck_train.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/pck_train.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ff621aa7b96efd16"}},{"code_sha256_prefix":"3df2b3119a2e453d","entry":"preprocess_kps_pad","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"preprocess_mask_sam.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/preprocess_mask_sam.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3df2b3119a2e453d"}},{"code_sha256_prefix":"0eaf33937a382b3d","entry":"self_contrastive_loss","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"utils/utils_losses.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/utils/utils_losses.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0eaf33937a382b3d"}},{"code_sha256_prefix":"b93739dfc1daa1e0","entry":"get_corr_map_loss","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"utils/utils_losses.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/utils/utils_losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b93739dfc1daa1e0"}},{"code_sha256_prefix":"2c70990700a1be88","entry":"get_distance","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"utils/utils_correspondence.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/utils/utils_correspondence.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2c70990700a1be88"}},{"code_sha256_prefix":"1cfa3d8da92fdbe1","entry":"get_distance_mutual_nn","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"utils/utils_correspondence.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/utils/utils_correspondence.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1cfa3d8da92fdbe1"}},{"code_sha256_prefix":"2bb017e5aba25a4a","entry":"get_logits","repo":"Junyi42/geoaware-sc","repo_kind":"official","path":"utils/utils_losses.py","file_url":"https://github.com/Junyi42/geoaware-sc/blob/HEAD/utils/utils_losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2bb017e5aba25a4a"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}