{"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":"/code/input-transform","entry":"input_transform","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":7,"n_papers_ran":3,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":5,"n_samples_ran":1,"n_samples_fingerprinted":0,"n_places":7,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":1,"unverified":4},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2412.09199","paper":"/paper/mvc-vpr-mutual-learning-of-viewpoint","title":"MVC-VPR: Mutual Learning of Viewpoint Classification and Visual Place Recognition","date":"2024-12-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Gucci233/MutualVPR","path":"datasets/tokyo247.py","file_url":"https://github.com/Gucci233/MutualVPR/blob/HEAD/datasets/tokyo247.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e7fce521294dd6b0","mcp_get_code":{"code_sha256":"e7fce521294dd6b0"}},{"arxiv_id":"2409.19293","paper":"/paper/vlad-buff-burst-aware-fast-feature","title":"VLAD-BuFF: Burst-aware Fast Feature Aggregation for Visual Place Recognition","date":"2024-09-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ahmedest61/vlad-buff","path":"dataloaders/PittsburgDataset.py","file_url":"https://github.com/ahmedest61/vlad-buff/blob/HEAD/dataloaders/PittsburgDataset.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"code_sha256_prefix":"0bfa87e7ee328290","mcp_get_code":{"code_sha256":"0bfa87e7ee328290"}},{"arxiv_id":"2407.02422","paper":"/paper/close-but-not-there-boosting-geographic","title":"Close, But Not There: Boosting Geographic Distance Sensitivity in Visual Place Recognition","date":"2024-07-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"serizba/cliquemining","path":"dataloaders/PittsburgDataset.py","file_url":"https://github.com/serizba/cliquemining/blob/HEAD/dataloaders/PittsburgDataset.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"code_sha256_prefix":"0bfa87e7ee328290","mcp_get_code":{"code_sha256":"0bfa87e7ee328290"}},{"arxiv_id":"2311.15937","paper":"/paper/optimal-transport-aggregation-for-visual","title":"Optimal Transport Aggregation for Visual Place Recognition","date":"2023-11-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"serizba/salad","path":"dataloaders/PittsburgDataset.py","file_url":"https://github.com/serizba/salad/blob/HEAD/dataloaders/PittsburgDataset.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"code_sha256_prefix":"0bfa87e7ee328290","mcp_get_code":{"code_sha256":"0bfa87e7ee328290"}},{"arxiv_id":"2204.00097","paper":"/paper/transgeo-transformer-is-all-you-need-for","title":"TransGeo: Transformer Is All You Need for Cross-view Image Geo-localization","date":"2022-03-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Jeff-Zilence/TransGeo2022","path":"dataset/CVACT.py","file_url":"https://github.com/Jeff-Zilence/TransGeo2022/blob/HEAD/dataset/CVACT.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"99a7d0e3a70bb251","mcp_get_code":{"code_sha256":"99a7d0e3a70bb251"}},{"arxiv_id":"2203.01851","paper":"/paper/stun-self-teaching-uncertainty-estimation-for","title":"STUN: Self-Teaching Uncertainty Estimation for Place Recognition","date":"2022-03-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ramdrop/stun","path":"datasets/pitts.py","file_url":"https://github.com/ramdrop/stun/blob/HEAD/datasets/pitts.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"8d58609181275b23","mcp_get_code":{"code_sha256":"8d58609181275b23"}},{"arxiv_id":"1802.08797","paper":"/paper/residual-dense-network-for-image-super","title":"Residual Dense Network for Image Super-Resolution","date":"2018-02-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"puffnjackie/pytorch-super-resolution-implementations","path":"utils.py","file_url":"https://github.com/puffnjackie/pytorch-super-resolution-implementations/blob/HEAD/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"b149efda3d8e6d7d","mcp_get_code":{"code_sha256":"b149efda3d8e6d7d"}}]}